
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="vertical";
position="relative";
aI("text=Home;url=main2.php?page=main");
aI("showmenu=Who;text=About Us;");
aI("showmenu=Services;text=Services;");
aI("showmenu=Partners;text=Added Benefits;");
aI("showmenu=Resources;text=Tools;");
aI("text=Contact Us;url=main2.php?page=contact");
aI("showmenu=Login;text=Login");
aI("text=Links;url=main2.php?page=links");
aI("text=Privacy;url=main2.php?page=privacy");
}

drawMenus();
