
function mmLoadMenus() {
  var basedir = "";

  if (window.menu_about_0) return;

 

  window.menu_backgrd = new Menu("root",160,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#eeeeee","#d6e7e7","left","middle",3,0,1000,-5,12,true,true,true,0,false,true);
   menu_backgrd.addMenuItem("Background","location='Background.htm'");
   menu_backgrd.addMenuItem("Habitat Loss","location='Background.htm#habitat'");
   menu_backgrd.addMenuItem("The Program","location='Background.htm#goals'");
   menu_backgrd.hideOnMouseOut=true;
   menu_backgrd.menuBorder=1;
   menu_backgrd.menuLiteBgColor='#ffffff';
   menu_backgrd.menuBorderBgColor='#555555';
   menu_backgrd.bgColor='#999999';
   


  window.menu_flora = new Menu("root",160,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#eeeeee","#d6e7e7","left","middle",3,0,1000,-5,12,true,true,true,0,false,true);
   menu_flora.addMenuItem("Flora","location='Flora.htm#other'");
   menu_flora.addMenuItem("<img src=images/spar.gif>","location='Flora.htm'");
        menu_flora.hideOnMouseOut=true;
   menu_flora.menuBorder=1;
   menu_flora.menuLiteBgColor='#ffffff';
   menu_flora.menuBorderBgColor='#555555';
   menu_flora.bgColor='#999999';
   
 
  window.menu_research = new Menu("root",160,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#eeeeee","#d6e7e7","left","middle",3,0,1000,-5,12,true,true,true,0,false,true);
   menu_research.addMenuItem("Biological","location='Research.htm'");
   menu_research.addMenuItem("Climatological","location='Climate.htm'");
     menu_research.hideOnMouseOut=true;
   menu_research.menuBorder=1;
   menu_research.menuLiteBgColor='#ffffff';
   menu_research.menuBorderBgColor='#555555';
   menu_research.bgColor='#999999';
   




  window.menu_stewardship = new Menu("root",160,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#eeeeee","#d6e7e7","left","middle",3,0,1000,-5,12,true,true,true,0,false,true);
   menu_stewardship.addMenuItem("Stewardship","location='Steward.htm'");
   menu_stewardship.addMenuItem("<img src=images/icon.gif>","location='Threats.htm'");
     menu_stewardship.hideOnMouseOut=true;
   menu_stewardship.menuBorder=1;
   menu_stewardship.menuLiteBgColor='#ffffff';
   menu_stewardship.menuBorderBgColor='#555555';
   menu_stewardship.bgColor='#999999';
   








 menu_flora.writeMenus();
} // mmLoadMenus()

 

  

