function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",300,17,"Verdana, Arial, Helvetica, sans-serif",10,"#532900","#FFFFCC","#FFFFCC","#76A092");
  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("Greetings from Washington", "location='dc_1.htm'");
  fw_menu_0.addMenuItem("The White House and the Capitol", "location='dc_2.htm'");
  fw_menu_0.addMenuItem("State, War, and Treasury", "location='dc_3.htm'");
  fw_menu_0.addMenuItem("Mount Vernon and the Custis Lee Mansion", "location='dc_4.htm'");
  fw_menu_0.addMenuItem("Washington Monument and Washington's Tomb", "location='dc_5.htm'");
  fw_menu_0.addMenuItem("The Post Office Department", "location='dc_6.htm'");
  fw_menu_0.addMenuItem("Government Printing Offices", "location='dc_7.htm'");
  fw_menu_0.addMenuItem("Old and New National Museums", "location='dc_8.htm'");
  fw_menu_0.addMenuItem("Smithsonian and Corcoran", "location='dc_9.htm'");
  fw_menu_0.addMenuItem("Patent and Pension", "location='dc_10.htm'");
  fw_menu_0.addMenuItem("Library of Congress and Pennsylvania Ave", "location='dc_11.htm'");
  fw_menu_0.addMenuItem("Union Station and the Municipal Building", "location='dc_12.htm'"); 
   fw_menu_0.fontWeight="bold";
   fw_menu_0.hideOnMouseOut=true;

  fw_menu_0.writeMenus();
} // fwLoadMenus()