_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="Green";
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="125";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="Green";
offcolor="#ffffff";
onbgcolor="#00AE00";
oncolor="#ffffff";
padding="4";
separatorcolor="#CC6600";
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.pmwc.org/;");
aI("showmenu=Events5K Race ResultsLEFT_MENU;text=Events;target=;url=Events.html;");
aI("showmenu=About UsDepartmentsLEFT_MENU;text=About Us;target=;url=AboutUs.html;");
aI("text=Gallery;target=;url=Gallery.html;");
aI("text=Links;target=;url=Links.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("Events5K Race ResultsLEFT_MENU")){
style=submenuStyle;
aI("text=5K Race Results;target=;url=5K-Race-Results.html;");
}

with(milonic=new menuname("About UsDepartmentsLEFT_MENU")){
style=submenuStyle;
aI("text=Departments;target=;url=Departments.html;");
aI("text=Committees;target=;url=Committees.html;");
aI("text=Officers;target=;url=Officers.html;");
aI("text=Members;target=;url=Members.html;");
}


 drawMenus();
