   JSMenu_DOM = (document.getElementById) ? true : false;
   JSMenu_NS4 = (document.layers) ? true : false;
    JSMenu_IE = (document.all) ? true : false;
   JSMenu_IE4 = JSMenu_IE && !JSMenu_DOM;
   JSMenu_Mac = (navigator.appVersion.indexOf("Mac") != -1);
  JSMenu_IE4M = JSMenu_IE4 && JSMenu_Mac;
 JSMenu_Opera = (navigator.userAgent.indexOf("Opera")!=-1);
 JSMenu_Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1);

JSMenu_IsMenu = !JSMenu_Opera && !JSMenu_Konqueror && !JSMenu_IE4M && (JSMenu_DOM || JSMenu_NS4 || JSMenu_IE4);

JSMenu_BrowserString = JSMenu_NS4 ? "NS4" : JSMenu_DOM ? "DOM" : "IE4";


if(window.event + "" == "undefined") event = null;
function JSMenu_f_PopUp(){return false};
function JSMenu_f_PopDown(){return false};
popUp = JSMenu_f_PopUp;
popDown = JSMenu_f_PopDown;


JSMenu_GL_MenuWidth          = 150;
JSMenu_GL_FontFamily         = "'Trebuchet MS', Tahoma, Arial, helvetica, sans-serif";
JSMenu_GL_FontSize           = 10;
JSMenu_GL_FontBold           = true;
JSMenu_GL_FontItalic         = false;
JSMenu_GL_FontColor          = "white";
JSMenu_GL_FontColorOver      = "white";
JSMenu_GL_BGColor            = "#5b437d";
JSMenu_GL_BGColorOver        = "#448c43";
JSMenu_GL_ItemPadding        = 6;

JSMenu_GL_BorderWidth        = 1;
JSMenu_GL_BorderColor        = "#448c43";
JSMenu_GL_BorderStyle        = "solid";
JSMenu_GL_SeparatorSize      = 1;
JSMenu_GL_SeparatorColor     = "#448c43";

JSMenu_GL_ImageSrc = "/scripts/JSMenu/JSMenu_More_white_right.gif";
JSMenu_GL_ImageSrcLeft = "/scripts/JSMenu/JSMenu_More_white_left.gif";

JSMenu_GL_ImageSrcOver = "/scripts/JSMenu/JSMenu_More_black_right.gif";
JSMenu_GL_ImageSrcLeftOver = "/scripts/JSMenu/JSMenu_More_black_left.gif";

JSMenu_GL_ImageSize          = 4;
JSMenu_GL_ImageHorizSpace    = 5;
JSMenu_GL_ImageVertSpace     = 5;

JSMenu_GL_KeepHilite         = false;
JSMenu_GL_ClickStart         = false;
JSMenu_GL_ClickKill          = 0;
JSMenu_GL_ChildOverlap       = 1;
JSMenu_GL_ChildOffset        = -2;
JSMenu_GL_ChildPerCentOver   = null;
JSMenu_GL_TopSecondsVisible  = .5;
JSMenu_GL_ChildSecondsVisible = .3;
JSMenu_GL_StatusDisplayBuild = 0;
JSMenu_GL_StatusDisplayLink  = 1;
JSMenu_GL_UponDisplay        = null;
JSMenu_GL_UponHide           = null;

JSMenu_GL_RightToLeft      = false;
JSMenu_GL_CreateTopOnly      = JSMenu_NS4 ? true : false;
JSMenu_GL_ShowLinkCursor     = true;

// the following function is included to illustrate the improved JS expression handling of
// the left_position and top_position parameters introduced in 4.0.9
// and modified in 4.1.3 to account for IE6 standards-compliance mode
// you may delete if you have no use for it

function JSMenu_f_CenterMenu(topmenuid) {
	var MinimumPixelLeft = 0;
	var TheMenu = JSMenu_DOM ? document.getElementById(topmenuid) : JSMenu_IE4 ? document.all(topmenuid) : eval("window." + topmenuid);
	var TheMenuWidth = JSMenu_DOM ? parseInt(TheMenu.style.width) : JSMenu_IE4 ? TheMenu.style.pixelWidth : TheMenu.clip.width;
	var TheWindowWidth = JSMenu_IE ? (JSMenu_DOM ? JSMenu_IEcanvas.clientWidth : document.body.clientWidth) : window.innerWidth;
	return Math.max(parseInt((TheWindowWidth-TheMenuWidth) / 2),MinimumPixelLeft);
}

if(JSMenu_IsMenu) {
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='/scripts/JSMenu/Arrays.js' TYPE='text/javascript'><\/SCR" + "IPT>");
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='/scripts/JSMenu/JSMenu_Script"+ JSMenu_BrowserString +".js' TYPE='text/javascript'><\/SCR" + "IPT>");
}


//end
