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;
_buildAfterLoad=true;



with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="outset";
borderwidth=3;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#99B4D2";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=menuStyle;
aI("text=News;url=index.htm;");
aI("showmenu=AboutUs;text=About Us;");
aI("showmenu=Classes;text=Classes;");
aI("text=Join Us;url=JoinUs.htm;");
aI("text=Find Us;url=FindUs.htm;");
aI("showmenu=Archives;text=Archives;");
aI("showmenu=Members;text=Members;");
aI("text=ETSU;url=ETSU.htm;");
}

with(milonic=new menuname("AboutUs"))

{
style=menuStyle;


aI("text=Overview;url=AboutUsOverview.htm;")
aI("text=Bylaws;url=AboutUsBylaws.htm;")


}

with(milonic=new menuname("Classes")){
overflow="scroll";
style=menuStyle;
aI("text=Current classes;url=ClassesCurrent.htm;")
aI("text=Printable Brochure;url=ClassesPDFBrochure.htm;")

}

with(milonic=new menuname("Archives")){
overflow="scroll";
style=menuStyle;
aI("text=2005 Fall;url=ArchiveBrochure2005Fall.htm;")
aI("text=2006 Fall;url=ArchiveBrochure2006Fall.htm;")
aI("text=2007 Fall;url=ArchiveBrochure2007Fall.htm;")
aI("text=2008 Spring;url=ArchiveBrochure2008Spring.htm;")
aI("text=2008 Fall;url=ArchiveBrochure2008Fall.htm;")
aI("text=2009 Spring;url=ArchiveBrochure2009Spring.htm;")
aI("text=2009 Fall;url=ArchiveBrochure2009Fall.htm;")
aI("text=2010 Spring;url=ArchiveBrochure2010Spring.htm;")
aI("text=2010 Wildacres;url=ArchiveWildacres2010.htm;")
aI("text=2010 Fall;url=ArchiveBrochure2010Fall.htm;")

}

with(milonic=new menuname("Members")){
overflow="scroll";
style=menuStyle;
aI("text=Preview;url=MembersComments.htm;")
aI("text=Comments;url=MembersComments.htm;")

}


drawMenus();


