with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
openstyle="down";
orientation="horizontal";
position="relative";
style=menuStyle;
top=0;

aI("text=Home;url=index.asp;");
aI("showmenu=crmhistory;text=CRM History;url=crew-resource-management.asp;");
aI("showmenu=healthcare;text=Healthcare;url=healthcare-overview.asp;");
aI("showmenu=firefighting;text=Public Safety;url=fire-fighting-first-responders.asp;");
aI("showmenu=otherindustries;text=Other Industries;url=other-industries.asp;");
aI("showmenu=whyfls;text=Why FLS;url=flight-level-solutions.asp;");
aI("showmenu=ourprograms;text=Our Programs;url=our-programs.asp;");
aI("showmenu=meetteam;text=Leadership Team;url=team.asp;");
aI("showmenu=contact;text=Contact;url=contact.asp;");


}drawMenus();
