with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative";
aI("text=Home;url=index.php;");
aI("showmenu=Info;text=Information;");
aI("showmenu=Comms;text=Communications;");
aI("showmenu=Links;text=Links;");
aI("showmenu=Downloads;text=Downloads;");
}
drawMenus();