_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Firebrick";
offcolor="White";
onbgcolor="IndianRed";
oncolor="#000000";
padding="6";
separatorcolor="#000000";
separatorsize="1";
subimage="images/black_13x13_greyboxed.gif";
subimagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Firebrick";
offcolor="White";
onbgcolor="IndianRed";
oncolor="#000000";
padding="4";
subimage="images/black_13x13_greyboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=A Personal Health Guide (Home);target=;url=index.html;");
aI("showmenu=ArticlesNutrients for Good HealthLEFT_MENU;text=Articles;target=;url=articles.html;");
aI("text=Health Shop;target=;url=health-shop.html;");
aI("text=Personal Health Guide Resource Directory;target=;url=personal-health-guide-resource-directory.html;");
}

with(milonic=new menuname("ArticlesNutrients for Good HealthLEFT_MENU")){
style=submenuStyle;
aI("text=Nutrients for Good Health;target=;url=nutrients-for-good-health.html;");
aI("text=The Journey Back to a Healthy Life;target=;url=the-journey-back-to-a-healthy-life.html;");
aI("text=The Decision Making Journey;target=;url=the-decision-making-journey.html;");
aI("text=Eating Healthy is Important;target=;url=eating-healthy-is-important.html;");
}


 drawMenus();
