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(menuStyle2=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#000000";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#000000";
pagecolor="#FFFFFF";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#000000";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#000000";
pagecolor="#FFFFFF";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=About Distant Lands;url=index.php?section=about;")
aI("text=DL World Statistics;url=world.php;")
aI("text=DL2 MUD Client;url=index.php?section=dl2_client;");
}


with(milonic=new menuname("RP")){
style=menuStyle;
aI("text=Character Sheet (MS Word);url=files/char_sheet.doc;")
aI("text=Character Sheet (plain text);url=files/char_sheet.txt;")
aI("separator")
aI("showmenu=RP_Classes;text=Classes;url=rp.php?section=classes")
aI("showmenu=RP_Aligns;text=Alignments;url=rp.php?section=alignments")
aI("text=Death;url=rp.php?section=death;")
aI("text=Motivations;url=rp.php?section=motivation;")
aI("text=Background;url=rp.php?section=background;")
aI("text=Levels, Stats and Gear;url=rp.php?section=levels;")
aI("text=Storytelling;url=rp.php?section=storytelling;")
aI("text=Quirks and Psychosis;url=rp.php?section=quirks;")
aI("text=Becoming a Legend;url=rp.php?section=legends;")
}

with(milonic=new menuname("RP_Aligns")) {
style=menuStyle;
aI("text=Evil;url=rp.php?section=evil;")
aI("text=Good;url=rp.php?section=good;")
aI("text=Neutral;url=rp.php?section=neutral;")
}

with(milonic=new menuname("RP_Classes")){
style=menuStyle;
aI("text=Assassins;url=rp.php?section=assassin;");
aI("text=Barbarians;url=rp.php?section=barbarian;");
aI("text=Bards;url=rp.php?section=bard;");
aI("text=Cavaliers;url=rp.php?section=cavalier;");
aI("text=Clerics;url=rp.php?section=cleric;");
aI("text=Druids;url=rp.php?section=druid;");
aI("text=Illusionists;url=rp.php?section=illusionist;");
aI("text=Magic-Users;url=rp.php?section=mage;");
aI("text=Monks;url=rp.php?section=monk;");
aI("text=Ninjas;url=rp.php?section=ninja;");
aI("text=Paladins;url=rp.php?section=paladin;");
aI("text=Rangers;url=rp.php?section=ranger;");
aI("text=Thieves;url=rp.php?section=thief;");
aI("text=Warriors;url=rp.php?section=warrior;");
}

with(milonic=new menuname("Art")){
style=menuStyle;
aI("text=Celestial;url=art.php?section=celestial;");
aI("text=Crom;url=art.php?section=crom;");
aI("text=Merfyl;url=art.php?section=merfyl;");
aI("text=Miscellaneous;url=art.php?section=misc;");
aI("text=Wiciraw;url=art.php?section=wiciraw;");
}

with(milonic=new menuname("Photos")){
style=menuStyle;
aI("text=Staff;url=photos.php?section=staff;");
aI("text=Players;url=photos.php?section=players;");
aI("text=Characters;url=photos.php?section=characters;");
}

drawMenus();

