function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",300,17,"Verdana, Arial, Helvetica, sans-serif",10,"#CA5520","#E2CC93","#E2CC93","#8B8B0F");
  fw_menu_0.addMenuItem("scribbleheap","location='../../index.htm'");
  fw_menu_0.addMenuItem("Postcards","location='../postcards.htm'");
  fw_menu_0.addMenuItem("Postcards: Destinations","location='../destinations.htm'");
  fw_menu_0.addMenuItem("• • • • • • • • • • • • • • • • ");
  fw_menu_0.addMenuItem("Welcome to the Alligator Farm", "location='alligator1.htm'");
  fw_menu_0.addMenuItem("The Alligator Farm Story", "location='alligator2.htm'");
  fw_menu_0.addMenuItem("Enjoying the California Sunshine", "location='alligator3.htm'");
  fw_menu_0.addMenuItem("Prize Beauties", "location='alligator3b.htm'");
  fw_menu_0.addMenuItem("Alligator Eggs Hatching", "location='alligator4.htm'");
  fw_menu_0.addMenuItem("Okeechobee, 500 Years Old", "location='alligator5.htm'");
  fw_menu_0.addMenuItem("Feeding Time", "location='alligator6.htm'");
  fw_menu_0.addMenuItem("The Feast", "location='alligator7.htm'");
  fw_menu_0.addMenuItem("A Bunch of Babies", "location='alligator8.htm'");
  fw_menu_0.addMenuItem("Alligator Race", "location='alligator9.htm'");
  fw_menu_0.addMenuItem("Joyride", "location='alligator10.htm'");
  fw_menu_0.addMenuItem("Shooting the Chutes", "location='alligator11.htm'");
  fw_menu_0.addMenuItem("Everybody Smiles", "location='alligator12.htm'");
  fw_menu_0.addMenuItem("Conclusion", "location='alligator13.htm'"); 
   fw_menu_0.fontWeight="bold";
   fw_menu_0.hideOnMouseOut=true;

  fw_menu_0.writeMenus();
} // fwLoadMenus()