with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=menuStyle;
aI("text=THE CLUB;url=club.html;");
aI("text=MEMBERSHIP;showmenu=MEMBERSHIP;url=membership.html;");
aI("text=STORAGE;showmenu=STORAGE;url=storage.html;");
aI("text=TELL ME MORE;showmenu=MORE;url=about.html");
aI("text=PARTNERS;url=partners.html");
aI("text=CONTACT US;showmenu=CONTACT;url=contact.html;");
}


drawMenus();


