_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;



with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#383876";
offcolor="#BABBE4";
onbgcolor="#383876";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=2;
pagebgcolor="#C2C5F0";
pagecolor="black";
separatorcolor="#999999";
separatorsize=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("image=images/paw.jpg;");
aI("status=Return Home;image=images/home.jpg;url=index.html;");
aI("image=images/paw.jpg;");
aI("showmenu=Pack;image=images/button1.jpg;");
aI("image=images/paw.jpg;");
aI("showmenu=About;image=images/button2.jpg;");
aI("image=images/paw.jpg;");
aI("showmenu=Newcomers;image=images/button3.jpg;");
aI("image=images/paw.jpg;");
aI("showmenu=Fun;image=images/button4.jpg;");
aI("image=images/paw.jpg;");

}

with(milonic=new menuname("Pack")){
overflow="scroll";
style=menuStyle;
aI("text=News;url=news.html;")
aI("text=Rules;url=rules.html;")
aI("text=Ranks;url=ranks.html;")
aI("showmenu=Profiles;status=Profiles;text=Profiles;");
aI("showmenu=lost;status=lost;text=Lost Wolves;");
aI("showmenu=viw;status=viw;text=Honored Wolves;");
}

with(milonic=new menuname("Profiles")){
style=menuStyle;
aI("showmenu=Leaders;status=Pack Leaders;text=Pack Leaders;");
aI("showmenu=Ranked;status=Ranked Members;text=Ranked Members;");
aI("showmenu=Members;status=Members;text=Members;");
aI("showmenu=Pups;status=Pups;text=Pups;");
aI("showmenu=Assessments;status=Assessments;text=Assessments;");
}

with(milonic=new menuname("Leaders")){
style=menuStyle;
aI(<? echo "text=Me; url=me; target=new" ?>);
aI("text=Tala - Female Alpha;url=profiles/memberlist.php?id=view&user=Tala;target=new");
aI("text=Kerr - Male Alpha;url=profiles/memberlist.php?id=view&user=Kerr;target=new");
aI("text=Hodari - Male Beta;url=profiles/memberlist.php?id=view&user=Hodari;target=new");
aI("text=ShadoWlf - Female Beta;url=shado.html;");
}

with(milonic=new menuname("Ranked")){
style=menuStyle;
aI("text=Clara - Lead Scout;url=profiles/memberlist.php?id=view&user=Clara;target=new");
aI("text=ThainWulf - Lead Stalker;");
aI("text=WhiteWind - Hunter;");
}

with(milonic=new menuname("Members")){
style=menuStyle;
aI("text=ArticWulf;");
aI("text=FleetFoot;");
aI("text=HopeWolf;");
aI("text=Twylah;");
aI("text=River;");
aI("text=Wolf;");
aI("text=Patience;url=profiles/memberlist.php?id=view&user=Patience;target=new");
aI("text=Pantalimon;url=pprofiles/memberlist.php?id=view&user=Pan;target=new");
}

with(milonic=new menuname("Pups")){
style=menuStyle;
aI("text=Keira;");
aI("text=Lucas;");
aI("text=Guenhwyvar;");
aI("text=Toxic;");
aI("text=Bansca;");
aI("text=Takoda;");
}

with(milonic=new menuname("Assessments")){
style=menuStyle;
aI("text=None at this time;");
}

with(milonic=new menuname("viw")){
style=menuStyle;
aI("text=Kovo;url=http://www.wolfspirits.org;target=new;");
aI("text=Amythist;url=http://www.emeraldmysts.org;target=new");
aI("text=Skah");
aI("text=NightShade`");
aI("text=BlueWolf;");
aI("text=BrightStar;");
aI("text=TothWolf;");
}

with(milonic=new menuname("lost")){
style=menuStyle;
aI("text=Paladin");
aI("text=Natasha");
aI("text=bathsheba");
aI("text=Guardian");
aI("text=FyreWolf");
aI("text=MaliceWlf");
aI("text=MysticWolf");
aI("text=steelwulf;");
aI("text=VentreWlf;");
aI("text=GhostWlf;");
aI("text=DeoRex;");
}


with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Pack History;url=history.html;");
aI("text=Find Us;url=server.html;");
aI("text=Contact Us;url=contact.html;");
}

with(milonic=new menuname("Newcomers")){
style=menuStyle;
aI("text=Wolf RP Guide;url=guide.html;");
aI("text=Join Us;url=join.html;");
aI("text=Wolf Songs;url=songs.html;");
aI("text=Wolf Name Generator;url=gen.html;");
}

with(milonic=new menuname("Fun")){
style=menuStyle;
aI("text=Java Chat;url=chat.html;");
aI("text=Pack Bloopers;url=bloopers.html;");
aI("text=Submit a Blooper;url=submit.html;");
aI("text=Links;url=links.html;");
}

drawMenus();

