with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=" + _MYROOT + "default.aspx;");
aI("showmenu=About;text=About PBIA;");
aI("showmenu=Guide;text=Airport Guide;");
aI("showmenu=FlightInfo;text=Flight Information;");
aI("showmenu=Business;text=Airport Business;");
aI("showmenu=pbiGA;text=General Aviation;url=" + _MYROOT + "ga/;");
aI("showmenu=PBC;text=Palm Beach County;");
aI("text=Noise Comments;url=" + _MYROOT + "Airport/Noise/;");
}
drawMenus();

