_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bgimage="images/amaMainBack3L.gif";
fontfamily="Comic Sans MS";
fontsize="12pt";
fontstyle="normal";
fontweight="bold";
offcolor="#000000";
oncolor="#007700";
subimagepadding="2";
itemheight="26";
itemwidth="120";
}

with(submenuStyle=new mm_style()){
align="center";
bgimage="images/amaSubBack2.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offcolor="#000000";
oncolor="#007700";
ondecoration="underline";
padding="6";
separatorsize="3";
separatorimage="images/amaSubSep12.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=./;align=center;");
aI("showmenu=NewsPast NewsINFO_BAR_MENU;text=News;target=;url=News.html;align=center;");
aI("showmenu=UniformsScout ShopINFO_BAR_MENU;text=Uniforms;target=;url=Uniforms.html;align=center;");
aI("text=Downloads;target=;url=Downloads.html;align=center;");
aI("text=Information;target=;url=ContactUs.html;align=center;keepalive=1;");
}

with(milonic=new menuname("NewsPast NewsINFO_BAR_MENU")){
style=submenuStyle;
align="center";
orientation="horizontal";
aI("text=Past News;target=;url=Past-News.html;");
aI("text=Short Stories;target=;url=Short-Stories.html;");
aI(";");
}

with(milonic=new menuname("UniformsScout ShopINFO_BAR_MENU")){
style=submenuStyle;
align="center";
orientation="horizontal";
aI("text=Scout Shop;target=;url=Scout-Shop.html;");
aI("text=Badge Placement;target=;url=Badge-Placement.html;");
aI(";");
}


 drawMenus();
