_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://www.monctonmets.ca/;");
aI("text=News;target=;url=News.html;");
aI("showmenu=PhotosClinicsINFO_BAR_MENU;text=Photos;target=;url=Photos.html;");
aI("showmenu=ScheduleMets ScheduleINFO_BAR_MENU;text=Schedule;target=;url=Schedule.html;");
aI("text=Ballpark;target=;url=Ballpark.html;");
aI("text=Tickets;target=;url=Tickets.html;");
aI("showmenu=TeamRosterINFO_BAR_MENU;text=Team;target=;url=Team.html;");
aI("showmenu=StatsHittingINFO_BAR_MENU;text=Stats;target=;url=Stats.html;");
aI("showmenu=ContactsLinksINFO_BAR_MENU;text=Contacts;target=;url=Contacts.html;");
}

with(milonic=new menuname("PhotosClinicsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Clinics;target=;url=Clinics.html;");
aI("text=Oct 7;target=;url=Oct-7.html;");
aI("text=Sep 30;target=;url=Sep-30.html;");
aI("text=Oct 20;target=;url=Oct-20.html;");
aI("text=Oct 30;target=;url=Oct-30.html;");
aI("text=Nov 10;target=;url=Nov-10.html;");
aI("text=Nov 16;target=;url=Nov-16.html;");
aI("text=Nov 19;target=;url=Nov-19.html;");
aI("text=Nov 24;target=;url=Nov-24.html;");
}

with(milonic=new menuname("ScheduleMets ScheduleINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Mets Schedule;target=;url=Mets-Schedule.html;");
aI("text=Contests;target=;url=Contests.html;");
aI("text=Promotional Nights;target=;url=Promotional-Nights.html;");
aI("text=League Schedule;target=;url=League-Schedule.html;");
aI("text=Box Scores;target=;url=Box-Scores.html;");
}

with(milonic=new menuname("TeamRosterINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Roster;target=;url=Roster.html;");
}

with(milonic=new menuname("StatsHittingINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Hitting;target=;url=Hitting.html;");
aI("text=Pitching;target=;url=Pitching.html;");
}

with(milonic=new menuname("ContactsLinksINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Links;target=;url=Links.html;");
}


 drawMenus();
