function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",300,17,"Verdana, Arial, Helvetica, sans-serif",10,"#330066","#990000","#cccccc","#999999");
  fw_menu_0.addMenuItem("scribbleheap","location='../index.htm'");
  fw_menu_0.addMenuItem("Super Slider Postcard Puzzles","location='slider.htm'");
  fw_menu_0.addMenuItem("• • • • • • • • • • • • • • • • ");
  fw_menu_0.addMenuItem("Santa Fe Canyons","location='canyon.htm'");
  fw_menu_0.addMenuItem("Santa Fe Streamliners","location='stream.htm'");
  fw_menu_0.addMenuItem("Battleships", "location='battle.htm'");
  fw_menu_0.addMenuItem("Tanks", "location='tanks.htm'");
  fw_menu_0.addMenuItem("Looking East on Fourth Street", "location='4thst.htm'");
  fw_menu_0.addMenuItem("RJR Building: Night and Day", "location='rjr.htm'");
  fw_menu_0.addMenuItem("Carlsbad Caverns", "location='carlsbad.htm'");
  fw_menu_0.fontWeight="bold";
   fw_menu_0.hideOnMouseOut=true;

  fw_menu_0.writeMenus();
} // fwLoadMenus()