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="70%"; fontweight="bold"; align="center"; headercolor="#FFFFFF"; oncolor="#000000"; onbgcolor="#D7C49B"; offbgcolor="transparent"; offcolor="#000000"; itemheight=15; 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=    About    ;url=page-thissite.html"); aI("text=    Email Delivery    ;url=page-emaildelivery.html"); aI("text=    Archives    ;url=page-archives.html"); aI("text=    Prayer Intentions    ;showmenu=prayerintentions"); aI("text=    Links    ;url=page-links.html"); aI("text=    Donate    ;url=page-donate.html"); } with(milonic=new menuname("home")){ orientation="vertical"; style=menuSubStyle; zindex=1; } with(milonic=new menuname("thissite")){ 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("prayerintentions")){ orientation="vertical"; style=menuSubStyle; zindex=1; aI("text=View Prayers;url=page-viewprayers.html;showmenu=viewprayers"); aI("text=Prayer Request;url=page-prayerrequest.html;showmenu=prayerrequest"); } with(milonic=new menuname("links")){ orientation="vertical"; style=menuSubStyle; zindex=1; } with(milonic=new menuname("donate")){ orientation="vertical"; style=menuSubStyle; zindex=1; } with(milonic=new menuname("viewprayers")){ orientation="vertical"; style=menuSubStyle; zindex=1; } with(milonic=new menuname("prayerrequest")){ orientation="vertical"; style=menuSubStyle; zindex=1; } drawMenus();