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=2; _subOffsetLeft=-2; with(XPMainStyle=new mm_style()) { borderwidth=0; fontfamily="Tahoma,Helvetica,Verdana"; fontsize="150%"; fontstyle="normal"; fontweight="normal"; offbgcolor=""; offcolor="#334551"; onbgcolor=""; oncolor="#8498A6"; padding=10; separatorwidth=75; separatorcolor="none"; } with(XPMenuStyle=new mm_style()) { borderwidth=0; fontfamily="Tahoma,Helvetica,Verdana"; fontsize="100%"; fontstyle="normal"; fontweight="normal"; offbgcolor="#EFEFEF"; offcolor="#6A7278"; onbgcolor="#DDDDDD"; oncolor="#000"; outfilter=""; overfilter=""; padding=4; separatoralign="center"; separatorcolor="#999999"; separatorpadding=1; separatorwidth="100%"; subimage="arrow_menu.gif"; subimagepadding=3; menubgcolor="#EFEFEF"; align="left"; } mainmenu=new menuname("Main Menu") mainmenu.alwaysvisible=1; mainmenu.screenposition="center"; mainmenu.orientation="horizontal"; mainmenu.style=XPMainStyle; mainmenu.top=123; drawMenus();