_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="left";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Trebuchet MS";
fontsize="12pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#2E5F21";
onbgcolor="#5EBF44";
oncolor="Black";
padding="20";
separatorcolor="#E1E1E1";
separatorsize="10";
subimage="images/white_4x7.gif";
subimagepadding="6";
itemwidth="180";
}

with(submenuStyle=new mm_style()){
align="right";
bordercolor="White";
borderstyle="Solid";
borderwidth="5";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#2E5F21";
offcolor="White";
onbgcolor="#5EBF44";
oncolor="Black";
padding="4";
subimage="images/white_4x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home Page;target=;url=.././;");
aI("text=Diabetic Diet;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Diabetic Diets and info;target=;url=Diabetic-Diets-and-info.html;");
aI("text=I am Looking for Information on Diabetic Diet;target=;url=I-am-Looking-for-Information-on-Diabetic-Diet.html;");
aI("text=About Diabetic Diets;target=;url=About-Diabetic-Diets.html;");
aI("text=Information on Diabetic Diets;target=;url=Information-on-Diabetic-Diets.html;");
aI("text=Diet for Type 1 Diabetes;target=;url=Diet-for-Type-1-Diabetes.html;");
aI("text=Diet for Type 2 Diabetes;target=;url=Diet-for-Type-2-Diabetes.html;");
aI("text=Diet Nutrition for Diabetics;target=;url=Diet-Nutrition-for-Diabetics.html;");
aI("text=What is Pre Diabetes Diet;target=;url=What-is-Pre-Diabetes-Diet.html;");
aI("text=How To Manage Diabetes Diet;target=;url=How-To-Manage-Diabetes-Diet.html;");
aI("text=Where to Get Diabetes Diet Information;target=;url=Where-to-Get-Diabetes-Diet-Information.html;");
aI("text=Coping and Living with Diabetes Diet;target=;url=Coping-and-Living-with-Diabetes-Diet.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();

