_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="Outset";
borderwidth="2";
fontfamily="Comic Sans MS";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
offcolor="#2A007F";
onborder="2px inset #000000";
oncolor="Black";
ondecoration="underline";
onsubimage="images/arrow1.gif";
padding="3";
separatorcolor="Transparent";
separatorsize="4";
subimage="images/arrow.gif";
subimagepadding="3";
menubgcolor="#eeeeee";
menubgimage="images/mesh.gif";
itemwidth="120";
}

with(SubMenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="Outset";
borderwidth="2";
fontfamily="Comic Sans MS";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
offcolor="#2A007F";
onborder="2px inset #000000";
oncolor="Black";
ondecoration="underline";
onsubimage="images/arrow1.gif";
padding="5";
subimage="images/arrow.gif";
subimagepadding="3";
menubgcolor="#eeeeee";
menubgimage="images/mesh.gif";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Up One Level;target=;url=../../../resources/health/;");
aI("text=Diet;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();
