          
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
menuwidth="782";
style=menuStyle;
aI("text=&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;;url=index.html;status=Back To Home Page;");
aI("text=&nbsp;&nbsp;&nbsp;About HRECOS&nbsp;&nbsp;;showmenu=About HRECOS;status=About HRECOS;");
aI("text=&nbsp;&nbsp;&nbsp;Monitoring Sites&nbsp;&nbsp;;url=overview.html;status=Monitoring Sites;");
aI("text=&nbsp;&nbsp;&nbsp;Accessing the Data&nbsp;&nbsp;;url=data.html;status=Accessing the Data;");
aI("text=&nbsp;&nbsp;&nbsp;Return to the Cary Institute&nbsp;&nbsp;;showmenu=Return to the Cary Institute;url=http://www.ecostudies.org;status=Return to the Cary Institute;");
}
drawMenus();

