fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps _menuCloseDelay=500; _menuOpenDelay=150; _subOffsetTop=0; _subOffsetLeft=1; with(menuStyle=new mm_style()){ align="center"; bordercolor="#FFFFFF"; borderstyle="solid"; borderwidth=0; fontfamily="Verdana, Tahoma, Arial"; fontsize="11"; fontweight="bold"; fontstyle="normal"; itemheight=35; menuheight=35; separatorimage="images/nav/separator.gif"; separatorsize="0"; /*headerbgcolor="#ffffff"; headercolor="#000000"; offbgcolor="#FFFFFF"; offcolor="#636464"; onbgcolor="#d9dda9"; oncolor="#c1002b";*/ /*outfilter="randomdissolve(duration=1.0)";*/ /*outfilter="Fade(duration=0.5);Alpha(opacity=100)";*/ /*overfilter="Fade(duration=0.5);Alpha(opacity=100)";*/ padding=0; } with(menuSub=new mm_style()){ align="left"; bordercolor="#cccccc"; borderstyle="solid"; borderwidth=1; fontfamily="Trebuchet MS, Tahoma, Arial"; fontsize="11"; fontweight="normal"; fontstyle="normal"; itemheight=31; menuheight=31; headerbgcolor="#FFFFFF"; headercolor="#000000"; offbgcolor="#ffffff"; offcolor="#005fae"; onbgcolor="#ffffff"; oncolor="#181818"; /*outfilter="randomdissolve(duration=1.0)";*/ outfilter="Fade(duration=0.2);Alpha(opacity=100)"; overfilter="Fade(duration=0.2);Alpha(opacity=100)"; padding=7; pagebgcolor="#ffffff"; pagecolor="#1b1b1b"; separatorcolor="#cccccc"; separatorsize=1; } function layerSetup(id,visibility){ if(document.getElementById){ this.obj = document.getElementById(id).style; this.obj.visibility = visibility; return this.obj;} else if(document.all){ this.obj = document.all[id].style; this.obj.visibility = visibility; return this.obj;} else if(document.layers){ this.obj = document.layers[id]; this.obj.visibility = visibility; return this.obj;} } function visVisible(param){ new layerSetup(param,'visible'); } function visHidden(param){ new layerSetup(param,'hidden'); }