_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bgimage="images/amaMainBack3.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
offcolor="#000000";
oncolor="#000000";
subimagepadding="2";
itemheight="26";
itemwidth="80";
}

with(submenuStyle=new mm_style()){
align="center";
bgimage="images/amaSubBack8.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offcolor="Black";
oncolor="#ffffff";
ondecoration="underline";
padding="6";
separatorsize="3";
separatorimage="images/amaSubSep8.gif";
itemheight="29";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=320;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=home;target=;url=./;align=center;");
aI("text=about us;target=;url=about-us.html;align=center;");
aI("showmenu=articlessleep habitsINFO_BAR_MENU;text=articles;target=;url=articles.html;align=center;");
aI("text=snoring;target=_blank;url=http://myhealthysleep.net/snoring;align=center;keepalive=1;");
}

with(milonic=new menuname("articlessleep habitsINFO_BAR_MENU")){
style=submenuStyle;
orientation="horizontal";
aI("text=sleep habits;target=;url=sleep-habits.html;");
aI("text=more sleep;target=;url=more-sleep.html;");
aI("text=sleep myth;target=;url=sleep-myth.html;");
aI("text=child sleep;target=;url=child-sleep.html;");
aI("text=baby sleep;target=;url=baby-sleep.html;");
aI("text=tips for good sleep;target=;url=tips-for-good-sleep.html;");
aI(";");
}


 drawMenus();
