


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#336633";
oncolor="#ffffff";
offbgcolor="#99CC99";
offcolor="#515151";
bordercolor="#336633";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336633";
separatorsize="1";
padding=5;
fontsize="8pt;";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow_right.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=160, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=260;
left=10;
menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=About the NERC;url=about_nerc.html;status=About the NERC;");
aI("text=Projects;url=projects.html;status=Projects;");
aI("text=Meetings;url=meetings.html;status=Meetings;");
aI("text=Funding;url=funding.html;status=Funding;");
aI("text=Ecosystem Research Sites;url=research.html;status=Ecosystem Research Sites;");
}

drawMenus();

