_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=0;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="center";
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FD0303";
offcolor="#ffffff";
onbgcolor="#FD0303";
oncolor="#ffffff";
ondecoration="underline";
padding="4";
}

with(menuStyle=new mm_style()){
bgimage="images/grey.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
offcolor="#878787";
oncolor="#000000";
separatorcolor="Transparent";
separatorsize="16";
separatorimage="images/greySep.gif";
overbgimage="images/grey01.gif";
itemheight="37";
itemwidth="90";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=620;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
openstyle="up";
aI("text=Project Overview;target=;url=Project-Overview.html;align=center;");
aI("text=Events & News;target=;url=Events-&-News.html;align=center;");
aI("text=Reports;target=;url=Reports.html;align=center;");
aI("text=Photos;target=;url=Photos.html;align=center;");
aI("text=Visitor Comments;target=;url=Visitor-Comments.html;align=center;");
aI("text=Contact Us;target=;url=Contact-Us.html;align=center;");
}


 drawMenus();

