// ddmenu initialisation script if(window.event + "" == "undefined") event = null; function f_PopUp(){return false}; function f_PopDown(){return false}; popUp = f_PopUp; popDown = f_PopDown; // Browser Detection 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"; GL_FontFamily = "Verdana,Arial,sans-serif"; GL_FontSize = 8; GL_ImageSrc = "/images/generic/1/tri.gif"; GL_ImageSrcLeft = "/images/generic/1/triL.gif"; GL_ImageSize = 0; GL_ImageHorizSpace = 0; GL_ImageVertSpace = 0; GL_ItemPadding = 0; GL_BorderWidth = 0; GL_SeparatorSize = 0; GL_ChildOverlap = 2; GL_ChildOffset = 3; GL_KeepHilite = true; GL_BgColorClear = "transparent";