function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",300,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 Zephyrs: Stainless Steel Streamliners", "location='streamwest_1.htm'");
  fw_menu_0.addMenuItem("The Zephyrs: A Room with a View", "location='streamwest_2.htm'");
  fw_menu_0.addMenuItem("The Early Zephyrs", "location='streamwest_3.htm'");
  fw_menu_0.addMenuItem("Union Pacific Meets Buck Rogers", "location='streamwest_4.htm'");
  fw_menu_0.addMenuItem("Union Pacific Astra Train", "location='streamwest_5.htm'");
  fw_menu_0.addMenuItem("On Board the UP Astra Dome", "location='streamwest_6.htm'");
  fw_menu_0.addMenuItem("Union Pacific Coach Service", "location='streamwest_7.htm'");
  fw_menu_0.addMenuItem("Union Pacific's Frontier Shack", "location='streamwest_8.htm'");
  fw_menu_0.addMenuItem("Sin City Express", "location='streamwest_9.htm'");
  fw_menu_0.addMenuItem("The Rocket", "location='streamwest_10.htm'");
  fw_menu_0.addMenuItem("Drama on the Rio Grande", "location='streamwest_11.htm'");
  fw_menu_0.addMenuItem("The Sioux Chief Traintel", "location='streamwest_12.htm'");
  fw_menu_0.fontWeight="bold";
   fw_menu_0.hideOnMouseOut=true;

  fw_menu_0.writeMenus();
} // fwLoadMenus()