// *******************************************************************
//	The following section sets the default values for the
//	DHTML (drop down menus) menu onload. 
//	color and size etc...  
//	also sets the height of the array on pages w/ ads 
// *******************************************************************

DOM = (document.getElementById) ? true : false;
NS4 = (document.layers) ? true : false;
IE = (document.all) ? true : false;
IE4 = IE && !DOM;
Mac = (navigator.appVersion.indexOf("Mac") != -1);
IE4M = IE4 && Mac;
IsMenu = (DOM || NS4 || (IE4 && !IE4M));

BrowserString = NS4 ? "NS4" : DOM ? "DOM" : "IE4";

if(window.event + "" == "undefined") event = null;
function f_PopUp(){return false};
function f_PopDown(){return false};
popUp = f_PopUp;
popDown = f_PopDown;

if (IE4){
  menuheight=179;
}
else {
  menuheight=160;
}


PG_MenuWidth      = 150;
PG_FontFamily     = "ms sans serif";
PG_FontSize       = 8;
PG_FontBold       = 0;
PG_FontItalic     = 0;
PG_FontColor      = "blue";
PG_FontColorOver  = "white";
PG_BGColor        = "#DDDDDD";
PG_BGColorOver    = "#FFCCCC";
PG_ItemPadding    = 3;

PG_BorderWidth    = 1;
PG_BorderColor    = "black";
PG_BorderStyle    = "solid";
PG_SeparatorSize  = 1;
PG_SeparatorColor = "#cc0033";

PG_ImageSrc        = "/graphics/tri.gif";
PG_ImageSrcLeft    = "/graphics/triL.gif";
PG_ImageSize       = 10;
PG_ImageHorizSpace = 0;
PG_ImageVertSpace  = 0;

PG_KeepHilite         = true;
PG_ClickStart         = 0;
PG_ClickKill          = false;
PG_ChildOverlap       = 0;
PG_ChildOffset        = 0;
PG_ChildPerCentOver   = null;
PG_TopSecondsVisible  = .05;
PG_StatusDisplayBuild = 1;
PG_StatusDisplayLink  = 0;
PG_UponDisplay        = null;
PG_UponHide           = null;
PG_RightToLeft        = false;

PG_CreateTopOnly    = 1;
PG_ShowLinkCursor   = 1;
PG_NSFontOver       = true;


if(IsMenu) {
  document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='/scripts/arrays.js' TYPE='text/javascript'><\/SCR" + "IPT>");
  document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='/scripts/script"+ BrowserString +".js' TYPE='text/javascript'><\/SCR" + "IPT>");
}

