with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
style=menuStyle;
position="relative";
orientation="horizontal";
aI("showmenu=Society;text=The Society;");
aI("showmenu=Membership;text=Membership;");
aI("showmenu=Publications;text=Publications;");
aI("url=index.php?page=lib;text=Libraries;");
aI("showmenu=Recording;text=Recording;");
aI("url=index.php?page=cl;text=Checklist;");
aI("url=index.php?page=contacts;text=Contacts;");
aI("showmenu=Events;text=Events/Courses;");
aI("showmenu=Sales;text=Sales;");
aI("showmenu=Links;text=Links;");
aI("url=index.php?page=credits;text=Credits;");
}
drawMenus();