with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
aI("url=glamorgan_index.html;text=Home");
aI("showmenu=Contact;text=Contact");
aI("url=glamorgan_membership.html;text=Join Us");
aI("url=glamorgan_events.html;text=Meetings");
aI("showmenu=Articles;text=News and Articles");
aI("showmenu=PPCs;text=Prospective Candidates");
aI("showmenu=Policies;text=Policies");
aI("url=glamorgan_help.html;text=How Can I Help?");
aI("showmenu=Links;text=Links");
}

drawMenus();

