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(topMenuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial,Helvetica,Sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#eeeeee";
headercolor=0;
offcolor="#ffffff";
oncolor="#ffffff";
padding=1;
separatorcolor="#ffffff";
separatorheight=1;
subimage="";
subimagepadding=2;
fontweight="bold";
separatorwidth=1;
separatorheight=17;
separatorimage="/images/menuSpacer.gif";
separatoralign="center";
offclass="menuoff";
onclass="menuon";
onmouseover="clearFade()";
}

with(sportMenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial,Helvetica,Sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#444444";
oncolor="#ffffff";
padding=2;
separatorcolor="#ffffff";
separatorheight=1;
subimage="";
subimagepadding=2;
fontweight="bold";
separatorwidth=1;
separatorheight=18;
separatorcolor="#999999";
//separatorimage="/images/menuSpacer.gif";
separatoralign="center";
offclass="menuoff";
onclass="menuon";
onmouseover="clearFade()"
}

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial,Helvetica,Sans-serif";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#eeeeee";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#444444";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=2;
separatorcolor="#ffffff";
separatorheight=1;
subimage="";
subimagepadding=2;
fontweight="bold";

align="left";
subimage="/images/small_white_arrow.gif";
}

with(milonic=new menuname("sports")){
	overflow="scroll";
	style=menuStyle;
	aI("text=Baseball;url=javascript:toPage('/baseball')");
	aI("text=Basketball (M);url=javascript:toPage('/basketball_m')");
	aI("text=Basketball (W);url=javascript:toPage('/basketball_w')");
	aI("text=Cross Country (M);url=javascript:toPage('/cross_country')");
	aI("text=Cross Country (W);url=javascript:toPage('/cross_country')");
	aI("text=Football;url=javascript:toPage('/football')");
	aI("text=Golf (M);url=javascript:toPage('/golf_m')");
	aI("text=Golf (W);url=javascript:toPage('/golf_w')");
	aI("text=Gymnastics;url=javascript:toPage('/gymnastics_w')");
	aI("text=Soccer;url=javascript:toPage('/soccer_w')");
	aI("text=Softball;url=javascript:toPage('/softball')");
	aI("text=Swimming (M);url=javascript:toPage('/swimming_diving')");
	aI("text=Swimming (W);url=javascript:toPage('/swimming_diving')");
	aI("text=Tennis (M);url=javascript:toPage('/tennis_m')");
	aI("text=Tennis (W);url=javascript:toPage('/tennis_w')");
	aI("text=Track (M);url=javascript:toPage('/track_field')");
	aI("text=Track (W);url=javascript:toPage('/track_field')");
	aI("text=Volleyball (M);url=javascript:toPage('/volleyball_m')");
	aI("text=Volleyball (W);url=javascript:toPage('/volleyball_w')");
}

with(milonic=new menuname("schedules")){
	overflow="scroll";
	style=menuStyle;
	aI("text=This Week;url=javascript:toPage('/Schedule.jsp?WEEK')");
	aI("text=All Sports Schedule;url=javascript:toPage('/Schedule.jsp?SP=ALL&Q')");
	aI("text=Baseball;url=javascript:toPage('/Schedule.jsp?SP=101')");
	aI("text=Basketball (M);url=javascript:toPage('/Schedule.jsp?SP=111')");
	aI("text=Basketball (W);url=javascript:toPage('/Schedule.jsp?SP=112')");
	aI("text=Cross Country (M);url=javascript:toPage('/Schedule.jsp?SP=121')");
	aI("text=Cross Country (W);url=javascript:toPage('/Schedule.jsp?SP=122')");
	aI("text=Football;url=javascript:toPage('/Schedule.jsp?SP=130')");
	aI("text=Golf (M);url=javascript:toPage('/Schedule.jsp?SP=141')");
	aI("text=Golf (W);url=javascript:toPage('/Schedule.jsp?SP=142')");
	aI("text=Gymnastics;url=javascript:toPage('/Schedule.jsp?SP=152')");
	aI("text=Soccer (W);url=javascript:toPage('/Schedule.jsp?SP=162')");
	aI("text=Softball;url=javascript:toPage('/Schedule.jsp?SP=102')");
	aI("text=Swimming (M);url=javascript:toPage('/Schedule.jsp?SP=171')");
	aI("text=Swimming (W);url=javascript:toPage('/Schedule.jsp?SP=172')");
	aI("text=Tennis (M);url=javascript:toPage('/Schedule.jsp?SP=181')");
	aI("text=Tennis (W);url=javascript:toPage('/Schedule.jsp?SP=182')");
	aI("text=Track (M);url=javascript:toPage('/Schedule.jsp?SP=191')");
	aI("text=Track (W);url=javascript:toPage('/Schedule.jsp?SP=192')");
	aI("text=Volleyball (M);url=javascript:toPage('/Schedule.jsp?SP=201')");
	aI("text=Volleyball (W);url=javascript:toPage('/Schedule.jsp?SP=202')");
}