fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=150;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=5;




with(menuStyle=new mm_style()){
borderwidth=0;
fontfamily="Trebuchet MS, Verdana, Tahoma, Arial, Sans Serif";
fontsize="12px";
fontstyle="normal";
headerbgcolor="transparent";
headercolor="#000000";
offbgcolor="transparent";
offcolor="#333333";
onbgcolor="transparent";
oncolor="#000099";
onbgcolor="transparent";
padding=0;
pagebgcolor="transparent";
pagecolor="black";
separatorcolor="transparent";
separatorsize=42;
subimage="";
subimagepadding=2;
//itemwidth=87;
}

with(subMenuStyle=new mm_style()){
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
fontfamily="Trebuchet MS, Verdana, Tahoma, Arial, Sans Serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#eeeeee";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="eeeeee";
oncolor="#000099";
padding=5;
pagebgcolor="#eeeeee";
pagecolor="black";
separatorcolor="transparent";
separatorsize=1;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=80;
aI("text=Home;url=/;");
aI("showmenu=Programs;text= Programs ;");
aI("text= Schedules ;url=schedules.php;");
//switched to submetnu below for addtl signups
//aI("text= Registration ;url=registration.php;");
aI("showmenu=Reg;text=Registration;");
aI("showmenu=Resources;text=Resources;");
aI("text= Sponsors ;url=sponsors.php;");
aI("text= Fields ;url=fields.php;");
aI("text= Contact Us ;url=contact.php;");
}

with(milonic=new menuname("Programs")){
overflow="scroll";
style=subMenuStyle;
aI("text=Recreation;url=recreation.php;")
aI("text=Competitive;url=competitive.php;")

}

//dp - added new registration menu to support clinics and such
with(milonic=new menuname("Reg")){
overflow="scroll";
style=subMenuStyle;
aI("text=Competitive Tryouts;url=comptryouts.php;")
aI("text=Fall 2011 Registration;url=registration.php;")
}

with(milonic=new menuname("Resources")){
style=subMenuStyle;
aI("text=Players;url=players.php;");
aI("text=Coaches;url=coaches.php;");
aI("text=Referees;url=refs.php;");
aI("text=Parents;url=parents.php;");
aI("text=Financial Aid;url=finaid.php;");
}

drawMenus();


