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(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#FF0000";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
screenposition ="center";
orientation="horizontal";
style=menuStyle;
top=153;

aI("text=Home;url=/index.php;");
aI("showmenu=titles;text=Latest Titles;");
//aI("text=My Blog;url=/novelnews.php;");
aI("showmenu=links;text=Important Links;");
aI("text=About The Author;url=/about.php;");

}



with(milonic=new menuname("titles")){
style=menuStyle;
aI("text=Holy Murder;showmenu=murder;");
aI("text=The Newlanders;showmenu=newlanders;");
aI("text=Bridge Boy;showmenu=bridgeboy;");
aI("text=Hatshepsut;showmenu=queen;");
aI("text=Charlotte Kramer Titles;url=/titles.php;");
}

with(milonic=new menuname("murder")){
style=menuStyle;
aI("text=Holy Murder Synopsis;url=/holymurder/index.php;");
aI("text=Excerpts;url=/holymurder/excerpts.php;");

}

with(milonic=new menuname("newlanders")){
style=menuStyle;
aI("text=The Newlanders Synopsis;url=/newlanders.php;");
aI("text=Excerpts;url=/excerpts.php;");

}
with(milonic=new menuname("bridgeboy")){
style=menuStyle;
aI("text=Bridge Boy Synopsis;url=/bridgeboy.php;");
aI("text=Excerpts;url=/bridgeboy_excerpts.php;");

}
with(milonic=new menuname("queen")){
style=menuStyle;
aI("text=Hatshepsut Synopsis;url=/Hatchepsut.php;");
aI("text=Excerpts;url=/Hatchepsut_excerpts.php;");

}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=Important Links;url=/links.php;");
aI("text=Contact Information;url=/contact.php;");
aI("text=Tell A Friend;url=/tell-a-friend.php;");


}


drawMenus();

