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="#161F47";
borderstyle="ridge";
borderwidth=2;
fontfamily="Arial Rounded MT Bold,Berlin Sans FB,Arial,Verdana, Tahoma";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#161F47";
offcolor="#ffffff";
onbgcolor="#A20000";
oncolor="#ffffff";
onfontsize="bold"

outfilter="randomdissolve(duration=0.3)";
	padding=5;
pagebgcolor="#A20000";
pagecolor="#ffffff";
separatorcolor="#2D729D";
separatorsize=1;

onbold=1;
}

with(milonic=new menuname("About")){
orientation="horizontal";
style=menuStyle;
aI("text=Our History;url=history.htm;")
aI("showmenu=Performers;text=Past Performers")
}

with(milonic=new menuname("Performers")){

orientation="horizontal";
style=menuStyle;
aI("text=Performers;url=performers.htm;")
aI("text=DJs;url=djs.htm;")

}

with(milonic=new menuname("Recognition")){
orientation="horizontal";
style=menuStyle;
aI("text=Press;url=Press.htm;");
aI("text=Honors	;url=honors.htm")
}

with(milonic=new menuname("Sponsors")){
orientation="horizontal";
style=menuStyle;
aI("text=Our Current Sponsors;url=sponsors.htm;");
aI("text=How You Can Support Us;url=support.htm");
aI("text=Request a Sponsor Packet;url=mailto:info@weekendwakeup.com?subject=Requesting a Sponsor Packet;");
}
with(milonic=new menuname("Events")){
orientation="horizontal";
style=menuStyle;
aI("text=Current Events;url=events.htm;");
aI("text=Last Year's Events;url=events-2006-7.htm;");
aI("text=Picture Gallery;url=gallery.htm");

}
with(milonic=new menuname("support")){
orientation="horizontal";
style=menuStyle;
aI("text=Products;url=support-products.htm;");
aI("text=Equipment;url=support-equipment.htm;");
aI("text=Performers & Events;url=support-performers&events.htm;");
aI("text=Services;url=support-services.htm;");
}


drawMenus();

