fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=1;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="11";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#cc0000";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#f5d815";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(durat§ion=0.2);Alpha(opacity=95);Shadow(color=#000000, Direction=135, Strength=0)";
padding="4";
pagebgcolor="#000000";
pagecolor="#000000";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=132;
style=menuStyle;
top=27;
aI("text=Home;target=iframe;url=main.htm;");
aI("text=Varsity;showmenu=Varsity;");
aI("text=Junior Varsity;showmenu=JV;");
aI("text=Coaching Staff;target=iframe;url=CoachingStaff.htm;");
aI("text=Announcements;target=iframe;url=announcements.htm;");
aI("text=History;target=iframe;url=history.htm;");
aI("text=Parents;showmenu=Parents;");
}

with(milonic=new menuname("Varsity")){
style=menuStyle;
aI("text=Roster;target=iframe;url=Varsity/V-Roster-08.htm;")
aI("text=Schedule;target=iframe;url=Varsity/V-Schedule-08.htm;")
aI("text=Photos;target=iframe;url=Varsity/V-Photolink-08-1.htm;")

}

with(milonic=new menuname("JV")){
style=menuStyle;
aI("text=Roster;target=iframe;url=JV/JV-Roster-08.htm;")
aI("text=Schedule;target=iframe;url=JV/JV-Schedule-08.htm;")
aI("text=Photos;target=iframe;url=JV/JV-Photolink-08-1.htm;")

}

with(milonic=new menuname("Parents")){
style=menuStyle;
aI("text=Boosters;target=iframe;url=Parent-Info/Boosters.htm;");
aI("text=Forms;target=iframe;url=Parent-Info/Forms.htm;");
aI("text=Driving Directions;target=iframe;url=Parent-Info/Driving.htm;");

}

drawMenus();