_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bgimage="images/amaMainBack0l.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
offcolor="#000000";
oncolor="#000000";
subimagepadding="2";
itemheight="26";
itemwidth="120";
}

with(submenuStyle=new mm_style()){
align="center";
bgimage="images/amaSubBack0.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offcolor="#ffffff";
oncolor="#ffffff";
ondecoration="underline";
padding="6";
separatorsize="3";
separatorimage="images/amaSubSep0.gif";
itemheight="29";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=600;
style=menuStyle;
alwaysvisible="1";
align="center";
orientation="horizontal";
aI("text=HOME;target=;url=index.html;align=center;");
aI("showmenu=ABOUT USdirectorsINFO_BAR_MENU;text=ABOUT US;target=;url=about.html;align=center;");
aI("text=NEWSLETTER;target=;url=news.html;align=center;");
aI("text=STORIES;target=;url=stories.html;align=center;");
aI("showmenu=SUPPORTProjectsINFO_BAR_MENU;text=SUPPORT;target=;url=SUPPORT.html;align=center;keepalive=1;");
}

with(milonic=new menuname("ABOUT USdirectorsINFO_BAR_MENU")){
style=submenuStyle;
align="center";
orientation="horizontal";
aI("text=directors;target=;url=directors.html;");
aI("text=pilots;target=;url=pilots.html;");
aI("text=support;target=;url=support.html;");
aI("text=lay health workers;target=;url=lmhs.html;");
aI("text=contact;target=;url=contact.html;");
aI(";");
}

with(milonic=new menuname("SUPPORTProjectsINFO_BAR_MENU")){
style=submenuStyle;
align="center";
orientation="horizontal";
aI("text=Projects;target=;url=Projects.html;");
}


 drawMenus();
