fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps _menuCloseDelay=150; _menuOpenDelay=150; _subOffsetTop=0; _subOffsetLeft=0; with(menuStyle=new mm_style()){ fontfamily="Verdana"; fontcolor="white"; fontsize="90%"; fontweight="bold"; align="center"; headercolor="#FFFFFF"; oncolor="#000000"; onbgcolor="transparent"; offbgcolor="transparent"; offcolor="#000000"; itemheight=12; padding=0; separatorsize=1; } with(menuSubStyle=new mm_style()){ fontfamily="Verdana"; fontcolor="white"; fontsize="70%"; fontweight="normal"; align="center"; headercolor="#FFFFFF"; oncolor="#000000"; onbgcolor="#D7C49B"; offbgcolor="#E9E1D4"; offcolor="#000000"; itemheight=15; itemwidth=131; padding=0; separatorsize=2; separatorcolor="white"; } with(milonic=new menuname("Main Menu")){ alwaysvisible=1; orientation="horizontal"; style=menuStyle; zindex=1; aI("text=    Home    ;url=index.php"); aI("text=    Email Delivery    ;url=page-emaildelivery.html"); aI("text=    Archives    ;url=page-archives.html"); aI("text=    About    ;url=page-about.html"); } with(milonic=new menuname("home")){ orientation="vertical"; style=menuSubStyle; zindex=1; } with(milonic=new menuname("emaildelivery")){ orientation="vertical"; style=menuSubStyle; zindex=1; } with(milonic=new menuname("archives")){ orientation="vertical"; style=menuSubStyle; zindex=1; } with(milonic=new menuname("about")){ orientation="vertical"; style=menuSubStyle; zindex=1; } drawMenus();