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=0;
_subOffsetLeft=0;

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#000000";
offbgcolor="";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize="11px"; 
fontstyle="normal";
fontweight="bold";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#AFAEBB";
oncolor="#FFFFFF";
offbgcolor="#5E5D6B";
offcolor="#FFFFFF";
bordercolor="#37363F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#37363F";
separatorsize=1;
padding=6;
fontsize="11px"; 
fontstyle="normal";
fontfamily="arial";
subimage="";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3);Alpha(opacity=90)";
outfilter="fade(duration=0.2)";
}

with(milonic=new menuname("sports")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=120; 
aI("image=images/star.gif;text=Fall;url=sports.php?season=2");
aI("image=images/star.gif;text=Winter;url=sports.php?season=3");
aI("image=images/star.gif;text=Spring;url=sports.php?season=1");
}

		with(milonic=new menuname("fall")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=150; 
		aI("image=images/star.gif;text=Cross Country;url=#");
		aI("image=images/star.gif;text=Football;url=#");
		aI("image=images/star.gif;text=Slowpitch Softball;url=#");
		aI("image=images/star.gif;text=Soccer - Girls;url=#");
		aI("image=images/star.gif;text=Volleyball;url=#");
		}
		
		with(milonic=new menuname("winter")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=150; 
		aI("image=images/star.gif;text=Basketball - Boys;url=#");
		aI("image=images/star.gif;text=Basketball - Girls;url=#");
		aI("image=images/star.gif;text=Gymnastics;url=#");
		aI("image=images/star.gif;text=Wrestling;url=#");
		}
		
		with(milonic=new menuname("spring")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=150; 
		aI("image=images/star.gif;text=Baseball;url=#");
		aI("image=images/star.gif;text=Fastpitch Softball;url=#");
		aI("image=images/star.gif;text=Boys Golf;url=#");
		aI("image=images/star.gif;text=Girls Golf;url=#");
		aI("image=images/star.gif;text=Soccer - Boys;url=#");
		}
		
with(milonic=new menuname("info")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=200; 
aI("image=images/star.gif;text=Mission Statement;url=content.php?id=3");
aI("image=images/star.gif;text=League History;url=content.php?id=4");
aI("image=images/star.gif;text=Spectator Expectations;url=content.php?id=5");
aI("image=images/star.gif;text=Needy Student Fund/Donations;url=content.php?id=6");
}

with(milonic=new menuname("sponsors")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=180; 
aI("image=images/star.gif;text=Sponsors;url=sponsors.php");
aI("image=images/star.gif;text=Partners;url=content.php?id=10");
}

with(milonic=new menuname("multimedia")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=230; 
aI("image=images/star.gif;text=KHQ Streaming Audio/Sports Reports;url=content.php?id=12");
aI("image=images/star.gif;text=Photos;url=photos.php");
aI("image=images/star.gif;text=Extras;url=content.php?id=13");
}

drawMenus();


