_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="LightGrey";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="Gray";
offcolor="#ffffff";
onbgcolor="LightGrey";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="LightGrey";
offcolor="#ffffff";
onbgcolor="Gray";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=http://www.seaforthbroomball.ca/;");
aI("text=Schedules;target=;url=Schedules.html;");
aI("text=Standings;target=;url=Standings.html;");
aI("text=Scores;target=;url=Scores.html;");
aI("text=Men's Scoring;target=;url=Men's-Scoring.html;");
aI("text=Ladies/Co-ed Scoring;target=;url=Ladies-Co-ed-Scoring.html;");
aI("text=Contacts;target=;url=Contacts.html;");
aI("text=Links;target=;url=Links.html;");
}


 drawMenus();

