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="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#000000";
headercolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#cccccc";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;6
pagebgcolor="black";
pagecolor="#ffffff";
separatorcolor="#999999";
separatorsize=1;
subimage="lib/menu/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text= &nbsp; &nbsp; Home &nbsp; &nbsp; ;url=index.html;");
aI("showmenu=Menu2;text= &nbsp; &nbsp; Reno Football Clinic &nbsp; &nbsp; ;");
aI("showmenu=Menu1;text= &nbsp; &nbsp; Fresno Football Clinic &nbsp; &nbsp; ;");
aI("text= &nbsp; &nbsp; What Coaches & Exhibitors Say &nbsp; &nbsp; ;url=what_coaches_say.html;");
}

with(milonic=new menuname("Menu1")){
style=menuStyle;
aI("text= &nbsp; &nbsp; Information &nbsp; &nbsp; ;url=m1_information.html;");
aI("text= &nbsp; &nbsp; Speakers &nbsp; &nbsp; ;url=m1_speakers.html;");
aI("text= &nbsp; &nbsp; Schedule &nbsp; &nbsp; ;url=m1_schedule.html;");
aI("text= &nbsp; &nbsp; Register &nbsp; &nbsp; ;url=m1_register.html;");
aI("text= &nbsp; &nbsp; Sponsors &nbsp; &nbsp; ;url=m1_sponsors.html;");
aI("text= &nbsp; &nbsp; Exhibitors &nbsp; &nbsp; ;url=m1_exhibitors.html;");
}

with(milonic=new menuname("Menu2")){
style=menuStyle;
aI("text= &nbsp; &nbsp; Information &nbsp; &nbsp; ;url=m2_information.html;");
aI("text= &nbsp; &nbsp; Speakers &nbsp; &nbsp; ;url=m2_speakers.html;");
aI("text= &nbsp; &nbsp; Schedule &nbsp; &nbsp; ;url=m2_schedule.html;");
aI("text= &nbsp; &nbsp; Register &nbsp; &nbsp; ;url=m2_register.html;");
aI("text= &nbsp; &nbsp; Sponsors &nbsp; &nbsp; ;url=m2_sponsors.html;");
aI("text= &nbsp; &nbsp; Exhibitors &nbsp; &nbsp; ;url=m2_exhibitors.html;");
}

drawMenus();