_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#61CE73";
oncolor="#000000";
padding="6";
separatorcolor="#000000";
separatorsize="1";
subimage="gfx/black_7x7.gif";
subimagepadding="6";
itemwidth="130";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#61CE73";
oncolor="#000000";
padding="4";
subimage="gfx/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://www.trysupergreens.com/;");
aI("text=SuperGreens Review;target=;url=supergreens_review.html;");
aI("showmenu=pH Miracle/pH Miracle FoodsLEFT_MENU;text=pH Miracle;target=;url=ph_miracle.html;");
aI("showmenu=InnerLight/InnerLight ProductsLEFT_MENU;text=InnerLight;target=;url=innerlight.html;");
}

with(milonic=new menuname("pH Miracle/pH Miracle FoodsLEFT_MENU")){
style=submenuStyle;
aI("text=pH Miracle Foods;target=;url=ph_miracle_foods.html;");
aI("text=pH Miracle Diet;target=;url=ph_miracle_diet.html;");
aI("text=pH Miracle Books;target=;url=ph_miracle_books.html;");
aI("text=Better Food Choices;target=;url=betterfoodchoices.html;");
aI("text=Shopping List;target=;url=shopping_list.html;");
}

with(milonic=new menuname("InnerLight/InnerLight ProductsLEFT_MENU")){
style=submenuStyle;
aI("text=InnerLight Products;target=;url=innerlight_products.html;");
aI("text=InnerLight SuperGreens;target=;url=innerlight_supergreens.html;");
aI("text=SuperGreens and Prime pH;target=;url=supergreens_and_prime_ph.html;");
aI("text=InnerLight Business Opportunity;target=;url=innerlight_business_opportunity.html;");
}


 drawMenus();

