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;


GL_MenuWidth          = 100;
GL_FontFamily         = "Verdana";
GL_FontSize           = 8;
GL_FontBold           = true;
GL_FontItalic         = false;
GL_FontColor          = "";
GL_FontColorOver      = "";
GL_BGColor            = "";
GL_BGColorOver        = "";
GL_ItemPadding        = 10;

GL_BorderWidth        = 1;
GL_BorderColor        = "black";
GL_BorderStyle        = "solid";
GL_SeparatorSize      = 1;
GL_SeparatorColor     = "black";
GL_ImageSrc           = "triXXX.gif";
GL_ImageSrcLeft       = "triLXXX.gif";
GL_ImageSize          = 5;
GL_ImageHorizSpace    = 5;
GL_ImageVertSpace     = 5;

GL_KeepHilite         = true;
GL_ClickStart         = false;
GL_ClickKill          = true;
GL_ChildOverlap       = 0;
GL_ChildOffset        = -1;
GL_ChildPerCentOver   = null;
GL_TopSecondsVisible  = .5;
GL_StatusDisplayBuild = 0;
GL_StatusDisplayLink  = 1;
GL_UponDisplay        = null;
GL_UponHide           = null;

//GL_RightToLeft      = true;
GL_CreateTopOnly      = NS4 ? true : false;
GL_ShowLinkCursor     = true;

if(IsMenu) {
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='../include/menu_content_pro.js' TYPE='text/javascript'><\/SCR" + "IPT>");
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='../include/Script"+ BrowserString +".js' TYPE='text/javascript'><\/SCR" + "IPT>");
}


//end
