with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
position="relative";
orientation="horizontal";

aI("text=MAIN MENU;showmenu=All;");
}

with(milonic=new menuname("All")){
style=menuStyle;
overflow="scroll";
aI("text=COMPANY;showmenu=company;");
aI("text=PRODUCT;showmenu=product;");
aI("text=OPPORTUNITY;showmenu=opportunity;");
aI("text=CONTACT US;url=contact.php;");
aI("text=HOME;url=index.php;");

}

with(milonic=new menuname("company")){
style=menuStyle;
aI("text=ABOUT US;url=about_us.php;");
aI("text=MANAGEMENT;url=management.php;");
aI("text=EMPLOYMENT OPPORTUNITIES;url=employment.php;");
}

with(milonic=new menuname("product")){
style=menuStyle;
aI("text=OVERVIEW;url=product_overview.php;");
aI("text=WHAT IT DOES;url=what_it_does.php;");
aI("text=HOW IT WORKS;url=how_it_works.php;");
aI("text=MONEY BACK GUARANTEE;url=guarantee.php;");
aI("text=FAQs;url=faq.php;");
}

with(milonic=new menuname("opportunity")){
style=menuStyle;

aI("text=OVERVIEW;url=opp_overview.php;");
aI("text=BUSINESS OPPORTUNITY;url=bus_opp.php;");
aI("text=COMPENSATION;url=benefits.php;");

}


drawMenus();