with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=180;
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
aI("text=Home;url=index.shtml;status=Back To Home Page;");
aI("text=The Council;showmenu=council;");
aI("text=Information;showmenu=general;");
aI("text=Meetings;showmenu=meetings;");
aI("text=Facilities;showmenu=management;");
aI("text=Reports;showmenu=reports;");
aI("text=Useful numbers;url=contacts.html;");
aI("text=Links;showmenu=links;");
}
drawMenus();

