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()){
align="Center";
bordercolor="#000000";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="Bold";
fontweight="Bold"
headerbgcolor="#ffffff";
headercolor="#000000";
itemwidth="247";
offbgcolor="#FFA702";
offcolor="#000000";
onbgcolor="#FFFC00";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
separatorcolor="#999999";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("showmenu=Gymnastics;text=Gymnastics;");
aI("showmenu=Schedule;text=Schedule;");
aI("showmenu=About;text=About Us;");
}

with(milonic=new menuname("Gymnastics")){
style=menuStyle;
aI("text=Training Cirriculum;url=http://www.omega-gymnastics.com/gymnastics.aspx;");
aI("text=Birthday Parties;target='blank';url=http://www.omega-gymnastics.com/shared_documents/OMEGA_Birthday_Parties.pdf;");
aI("text=Great Escape;target='blank';url=http://www.omega-gymnastics.com/shared_documents/greatescape.pdf;");
}

with(milonic=new menuname("Schedule")){
overflow="scroll";
style=menuStyle;
aI("text=Current Class Schedule;target='blank';url=https://www.thestudiodirector.com/omegagymnastics/register.jsp?page=ClassSearch&meth=search&SEASON=Fall+2009;")
aI("text=Summer Camp Schedule;target='blank';url=http://www.omega-gymnastics.com/shared_documents/OMEGA_SC_Schedule.pdf;")
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Contact Us;url=http://www.omega-gymnastics.com/contact.aspx;");
aI("text=Meet Our Coaches;url=http://www.omega-gymnastics.com/about.aspx;");
}

drawMenus();

