_menuCloseDelay=1000          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#892034";
offbgcolor="#892034";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#ffffff";
headerbgcolor="#892034";
headerfontsize="11px";
subimage="/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Sports")){
style=menuStyle;
overflow="scroll";
aI("text=Baseball;url=/baseball/;");
aI("text=Men's Basketball;url=/mbasketball/;");
aI("text=Women's Basketball;url=/wbasketball/;");
aI("text=Cross Country;url=/cc/;");
aI("text=Football;url=/football/;");
aI("text=Golf;url=/golf/;");
aI("text=Lacrosse;url=/lax/;");
aI("text=Men's Soccer;url=/msoccer/;");
aI("text=Women's Soccer;url=/wsoccer/;");
aI("text=Softball;url=/softball/;");
aI("text=Swimming & Diving;url=/swimming/;");
aI("text=Men's Tennis;url=/mtennis/;");
aI("text=Women's Tennis;url=/wtennis/;");
aI("text=Track & Field;url=/track/;");
aI("text=Volleyball;url=/volleyball/;");
aI("text=Wrestling;url=/wrestling/;");
aI("text=Cheerleading;url=/spirit/;");
aI("text=HighTechs (Dance);url=/spirit/;");
}

with(milonic=new menuname("SchedulesAll")){
style=menuStyle;
overflow="scroll";
aI("text=Calendar;url=/calendar/;");
aI("text=Composite;url=/calendar.html;");
}

with(milonic=new menuname("Schedules")){
style=menuStyle;
aI("text=All Sports;showmenu=SchedulesAll;");
aI("text=Baseball;url=/baseball/schedule.html;");
aI("text=Men's Basketball;url=/mbasketball/schedule.html;");
aI("text=Women's Basketball;url=/wbasketball/schedule.html;");
aI("text=Cross Country;url=/cc/schedule.html;");
aI("text=Football;url=/football/schedule.html;");
aI("text=Golf;url=/golf/schedule.html;");
aI("text=Lacrosse;url=/lax/schedule.html;");
aI("text=Men's Soccer;url=/msoccer/schedule.html;");
aI("text=Women's Soccer;url=/wsoccer/schedule.html;");
aI("text=Softball;url=/softball/schedule.html;");
aI("text=Swimming & Diving;url=/swimming/schedule.html;");
aI("text=Men's Tennis;url=/mtennis/schedule.html;");
aI("text=Women's Tennis;url=/wtennis/schedule.html;");
aI("text=Track & Field;url=/track/schedule.html;");
aI("text=Volleyball;url=/volleyball/schedule.html;");
aI("text=Wrestling;url=/wrestling/schedule.html;");
}

drawMenus();

