function mmLoadMenus() {

  window.mm_menu_shedules = new Menu("root",130,16,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#FFFFFF","#cccccc","#055055","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);

  mm_menu_shedules.addMenuItem("Anchorage&nbsp;Schedule","location='scheduleanc.html'");
  mm_menu_shedules.addMenuItem("Aniak&nbsp;Schedule","location='scheduleani.html'");
  mm_menu_shedules.addMenuItem("Barrow&nbsp;Schedule","location='schedulebrw.html'");
  mm_menu_shedules.addMenuItem("Bethel&nbsp;Schedule","location='schedulebet.html'");
  mm_menu_shedules.addMenuItem("Emmonak&nbsp;Schedule","location='scheduleemk.html'");
  mm_menu_shedules.addMenuItem("St.&nbsp;Marys&nbsp;Schedule","location='scheduleksm.html'");
  mm_menu_shedules.addMenuItem("Nome&nbsp;Schedule","location='scheduleome.html'");
  mm_menu_shedules.addMenuItem("Kotzebue&nbsp;Schedule","location='scheduleotz.html'");
  mm_menu_shedules.addMenuItem("Unalakleet&nbsp;Schedule","location='scheduleunk.html'");
  mm_menu_shedules.hideOnMouseOut=true;
  mm_menu_shedules.bgColor='#ffffff';
  mm_menu_shedules.menuBorder=1;
  mm_menu_shedules.menuLiteBgColor='#ffffff';
  mm_menu_shedules.menuBorderBgColor='#ffffff';


          <!-- Start patient_benefits -->

  window.mm_menu_company = new Menu("root",108,16,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#FFFFFF","#cccccc","#055055","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_company.addMenuItem("History ","location='history.html'");
  mm_menu_company.addMenuItem("Mission","location='mission.html'");
  mm_menu_company.addMenuItem("Fleet","location='aircraft.html'");
  mm_menu_company.addMenuItem("Gallery","location='gallery.html'");
  mm_menu_company.addMenuItem("Employment","location='career.html'");
  mm_menu_company.hideOnMouseOut=true;
  mm_menu_company.bgColor='ffffff';
  mm_menu_company.menuBorder=1;
  mm_menu_company.menuLiteBgColor='#ffffff';
  mm_menu_company.menuBorderBgColor='#ffffff';
  
  window.mm_menu_locations = new Menu("root",108,16,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#FFFFFF","#cccccc","#055055","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_locations.addMenuItem("Anchorage","location='anchorage.html'");
  mm_menu_locations.addMenuItem("Aniak","location='aniak.html'");
  mm_menu_locations.addMenuItem("Barrow","location='barrow.html'");
  mm_menu_locations.addMenuItem("Bethel","location='bethel.html'");
  mm_menu_locations.addMenuItem("Emmonak","location='locations.html'");
  mm_menu_locations.addMenuItem("Kotzebue","location='kotzebue.html'");
  mm_menu_locations.addMenuItem("Nome","location='nome.html'");
  mm_menu_locations.addMenuItem("St.&nbsp;Marys","location='stmarys.html'");
  mm_menu_locations.addMenuItem("Unalakleet","location='unalakleet.html'");
  mm_menu_locations.hideOnMouseOut=true;
  mm_menu_locations.bgColor='ffffff';
  mm_menu_locations.menuBorder=1;
  mm_menu_locations.menuLiteBgColor='#ffffff';
  mm_menu_locations.menuBorderBgColor='#ffffff';  



  writeMenus();
}
