function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",98,19,"Arial, Helvetica, sans-serif",12,"#006633","#ffcc33","#d8d0b8","#cc6600");
  fw_menu_0.addMenuItem("Amphibians","location='amphibs.html'");
  fw_menu_0.addMenuItem("Invertebrates","location='inverts.html'");
  fw_menu_0.addMenuItem("Reptiles","location='reptiles.html'");
   fw_menu_0.hideOnMouseOut=true;
    window.fw_menu_1_1 = new Menu("Regulations",69,19,"Arial, Helvetica, sans-serif",12,"#006633","#ffcc33","#d8d0b8","#cc6600");
    fw_menu_1_1.addMenuItem("Federal","location='fed_regs.html'");
    fw_menu_1_1.addMenuItem("State","location='state_regs.html'");
     fw_menu_1_1.hideOnMouseOut=true;
    window.fw_menu_1_2 = new Menu("Habitat",225,19,"Arial, Helvetica, sans-serif",12,"#006633","#ffcc33","#d8d0b8","#cc6600");
    fw_menu_1_2.addMenuItem("Hydrology","location='hydrology.html'");
    fw_menu_1_2.addMenuItem("Vegetation, Geology, Soils","location='veg_geol_soils.html'");
    fw_menu_1_2.addMenuItem("Identifying Ponds from Aerial Photos","location='identify_ponds.html'");
     fw_menu_1_2.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",152,19,"Arial, Helvetica, sans-serif",12,"#006633","#ffcc33","#d8d0b8","#cc6600");
  fw_menu_1.addMenuItem("Vernal Pool Definitions","location='vernal_pool_def.html'");
  fw_menu_1.addMenuItem(fw_menu_1_1,"location='regs.html'");
  fw_menu_1.addMenuItem(fw_menu_1_2,"location='habitat.html'");
  fw_menu_1.addMenuItem("Study Methods","location='study_methods.html'");
  fw_menu_1.addMenuItem("Educational Projects","location='education.html'");
  fw_menu_1.addMenuItem("Local Protection Projects","location='protect_projects.html'");
  fw_menu_1.addMenuItem("Best Management Practices","location='bmps.html'");
   fw_menu_1.hideOnMouseOut=true;
   fw_menu_1.childMenuIcon="icons/arrows.gif";
  window.fw_menu_2 = new Menu("root",294,19,"Arial, Helvetica, sans-serif",12,"#006633","#ffcc33","#d8d0b8","#cc6600");
  fw_menu_2.addMenuItem("Effects of golf courses on amphibians","location='effects_golf.html'");
  fw_menu_2.addMenuItem("Effects of roads on amphibians","location='effects_roads.html'");
  fw_menu_2.addMenuItem("Using calling surveys to monitor frog populations","location='using_calling.html'");
  fw_menu_2.addMenuItem("Using egg masses to monitor wood frog","location='using_egg.html'");
  fw_menu_2.addMenuItem("Using phenology of pond breeding amphibians","location='using_phenology.html'");
   fw_menu_2.hideOnMouseOut=true;

  fw_menu_2.writeMenus();
} // fwLoadMenus()
