// JavaScript Document

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=20;
left=200;
alwaysvisible=1;
orientation="Vertical";
position="relative";
aI("text=Home;status=Back To Home Page;url=/");
aI("text=Local Species;showmenu=Species;");
aI("text=History;showmenu=History;");
aI("text=Newsletters;showmenu=Newsletters;");
aI("text=Gallery;showmenu=Gallery;");
aI("text=Links;url=/General/Links.htm;");
aI("text=Community News;url=/Community/News.htm;");
aI("text=Constitution;url=/NewConstitution/openingpage.htm;");
aI("text=Maps;url=/Maps/AustMap.htm;");
aI("text=Website Info;url=/General/ThisSite.htm;");
aI("text=FoD Info;url=/General/Aims.htm;");
}
drawMenus();
