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()){
styleid=1;
align="left";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#3C0000";
offcolor="#808080";
onbgcolor="#312800";
oncolor="#ffffff";
separatorsize=1;
separatorcolor="#000000";
onsubimage="white_arrow.gif";
padding=5;
subimage="gray_arrow.gif";
subimagepadding=4;
}

with(mainmenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
align="left";
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
imagepadding=3;
offbgcolor="#3C0000";
offcolor="#808080";
onbgcolor="#312800";
oncolor="#ffffff";
separatorsize=1;
separatorcolor="#000000";
onsubimage="white_arrow.gif";
padding=6;
pagebgcolor="#131500";
pagecolor="#ffffff";
subimage="gray_arrow.gif";
subimagepadding=6;
}

with(milonic=new menuname("mainmenu")){
alwaysvisible=1;
left=32;
openstyle="";
orientation="vertical";
style=mainmenuStyle;
top=250;
aI("");
aI("text=UPDATES;;url=index.php");
aI("showmenu=gameplay;text=GAME PLAY;");
aI("showmenu=fineprint;text=FINE PRINT;");
aI("showmenu=lkh;text=INFORMATION;");
aI("showmenu=etc;text=ETCETERA;");
}

with(milonic=new menuname("gameplay")){
openstyle="";
style=menuStyle;
aI("text=PLOT;url=plot.php;");
aI("text=LOCATIONS;showmenu=location;");
aI("text=RESIDENCES;url=residences.php;");
aI("text=LYCAN GROUPS;showmenu=lycans;");
aI("text=CHARACTERS;url=characters.php;");
aI("text=WHO'S WHO;url=who.php;");
}

with(milonic=new menuname("fineprint")){
openstyle="";
style=menuStyle;
aI("text=RULES;url=rules.php;");
aI("text=JOIN;showmenu=join;");
aI("text=IN-GAME TIME;url=time.php;");
aI("text=TEMPS & NPCs;url=tempnpc.php;");

}

with(milonic=new menuname("lkh")){
openstyle="";
style=menuStyle;
aI("text=VAMIRES;url=vampires.php;");
aI("text=LYCANTHROPES;url=lycans.php;");
aI("text=HUMANS;url=humans.php;");
}

with(milonic=new menuname("etc")){
openstyle="";
style=menuStyle;
aI("text=REPORT ABUSE;url=report.php;");
aI("text=CONTACT;url=contact.php;");
aI("text=CREDITS;url=credits.php;");
aI("text=LINKS;url=links.php;");
}

with(milonic=new menuname("lycans")){
openstyle="";
style=menuStyle;
aI("text=WOLVES;url=werewolves.php;");
aI("text=CATS;url=werecats.php;");
aI("text=BEARS;url=werebears.php;");
aI("text=RATS;url=wererats.php;");
}

with(milonic=new menuname("join")){
openstyle="";
style=menuStyle;
aI("text=SUBMIT A CHARACTER;url=join.php;");
aI("text=TAKEN MODELS;url=taken.php;");
}

with(milonic=new menuname("location")){
openstyle="";
style=menuStyle;
aI("text=BUSINESSES;url=business.php;");
aI("text=OTHER;url=other.php;");
}

drawMenus();

