   Site_DOM = (document.getElementById) ? true : false;
   Site_NS4 = (document.layers) ? true : false;
    Site_IE = (document.all) ? true : false;
   Site_IE4 = Site_IE && !Site_DOM;
   Site_Mac = (navigator.appVersion.indexOf("Mac") != -1);
  Site_IE4M = Site_IE4 && Site_Mac;

 Site_Opera = (navigator.userAgent.indexOf("Opera")!=-1);
 Site_Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1);

//Site_IsMenu = !Site_Opera && !Site_Konqueror && !Site_IE4M && (Site_DOM || Site_NS4 || Site_IE4);
Site_IsMenu = !Site_Opera && !Site_IE4M && (Site_DOM || Site_NS4 || Site_IE4 || Site_Konqueror);

Site_BrowserString = Site_NS4 ? "NS4" : Site_DOM ? "DOM" : "IE4";

if(window.event + "" == "undefined") event = null;
function Site_f_PopUp(){return false};
function Site_f_PopDown(){return false};
popUp = Site_f_PopUp;
popDown = Site_f_PopDown;


Site_GL_MenuWidth          = 150;
Site_GL_FontFamily         = "Arial,sans-serif";
Site_GL_FontSize           = 10;
Site_GL_FontBold           = true;
Site_GL_FontItalic         = false;
Site_GL_FontColor          = "black";
Site_GL_FontColorOver      = "white";
Site_GL_BGColor            = "transparent";
Site_GL_BGColorOver        = "transparent";
Site_GL_ItemPadding        = 3;

Site_GL_BorderWidth        = 2;
Site_GL_BorderColor        = "red";
Site_GL_BorderStyle        = "solid";
Site_GL_SeparatorSize      = 2;
Site_GL_SeparatorColor     = "yellow";
Site_GL_ImageSrc = "Site_More_black_right.gif";
Site_GL_ImageSrcLeft = "Site_More_black_left.gif";
Site_GL_ImageSrcOver = "Site_More_white_right.gif";
Site_GL_ImageSrcLeftOver = "Site_More_white_left.gif";

Site_GL_ImageSize          = 5;
Site_GL_ImageHorizSpace    = 5;
Site_GL_ImageVertSpace     = 5;

Site_GL_KeepHilite         = false;
Site_GL_ClickStart         = false;
Site_GL_ClickKill          = 0;
Site_GL_ChildOverlap       = 40;
Site_GL_ChildOffset        = 10;
Site_GL_ChildPerCentOver   = null;
Site_GL_TopSecondsVisible  = .5;
Site_GL_ChildSecondsVisible = .3;
Site_GL_StatusDisplayBuild = 0;
Site_GL_StatusDisplayLink  = 1;
Site_GL_UponDisplay        = null;
Site_GL_UponHide           = null;

Site_GL_RightToLeft      = false;
Site_GL_CreateTopOnly      = Site_NS4 ? true : false;
Site_GL_ShowLinkCursor     = true;

Site_GL_ScrollEnabled = false;
Site_GL_ScrollBarHeight = 14;
Site_GL_ScrollBarColor = "lightgrey";
Site_GL_ScrollImgSrcTop = "Site_More_black_top.gif";
Site_GL_ScrollImgSrcBot = "Site_More_black_bot.gif";
Site_GL_ScrollImgWidth = 9;
Site_GL_ScrollImgHeight = 5;
Site_GL_ScrollBothBars = 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 Site_f_CenterMenu(topmenuid) {
    var MinimumPixelLeft = 0;
    var TheMenu = Site_DOM ? document.getElementById(topmenuid) : window[topmenuid];
    var TheMenuWidth = Site_DOM ? parseInt(TheMenu.style.width) : Site_IE4 ? TheMenu.style.pixelWidth : TheMenu.clip.width;

//4.2.3
//	var TheWindowWidth = Site_IE ? (Site_DOM ? Site_IEcanvas.clientWidth : document.body.clientWidth) : window.innerWidth;
    var TheWindowWidth = Site_IE ? (Site_DOM ? Site_Canvas.clientWidth : document.body.clientWidth) : window.innerWidth;

    return Math.max(parseInt((TheWindowWidth-TheMenuWidth) / 2),MinimumPixelLeft);
}

if(Site_IsMenu) {
    document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='Site_Array.js' TYPE='text/javascript'><\/SCR" + "IPT>");
    document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='Site_Script"+ Site_BrowserString +".js' TYPE='text/javascript'><\/SCR" + "IPT>");
}

//end

