_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="SaddleBrown";
offcolor="#ffffff";
onbgcolor="Peru";
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="Chocolate";
offcolor="#ffffff";
onbgcolor="Tan";
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.mitchellslopitch.ca/;");
aI("text=Schedules;target=;url=Schedules.html;");
aI("text=Standings;target=;url=Standings.html;");
aI("text=Scores;target=;url=Scores.html;");
aI("text=Playoff Tournament;target=;url=Playoff-Tournament.html;");
aI("text=Contacts;target=;url=Contacts.html;");
aI("text=Constitution;target=;url=Constitution.html;");
aI("text=Tournaments;target=;url=Tournaments.html;");
aI("text=Umpires;target=;url=Umpires.html;");
aI("text=Links;target=;url=Links.html;");
}


 drawMenus();

