function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",240,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#000000", "#C4D3D0","#A6C488");
  fw_menu_0.addMenuItem("scribbleheap","location='../../index.htm'");
  fw_menu_0.addMenuItem("Postcards","location='../postcards.htm'");
  fw_menu_0.addMenuItem("Postcards: Streamliners","location='../streamliners.htm'");
  fw_menu_0.addMenuItem("• • • • • • • • • • • • • • • • ");
  fw_menu_0.addMenuItem("The Rebel", "location='streamsouth_1.htm'");
  fw_menu_0.addMenuItem("The Champion", "location='streamsouth_2.htm'");
  fw_menu_0.addMenuItem("The Southerner & The Crescent", "location='streamsouth_3.htm'");
  fw_menu_0.addMenuItem("The Tennessean", "location='streamsouth_4.htm'");
  fw_menu_0.addMenuItem("Seaboard Streamliners", "location='streamsouth_5.htm'");
  fw_menu_0.addMenuItem("The Florida Special", "location='streamsouth_6.htm'");
  fw_menu_0.fontWeight="bold";
   fw_menu_0.hideOnMouseOut=true;

  fw_menu_0.writeMenus();
} // fwLoadMenus()