<!--
  //First hexdec is font color
  //second hexdec is title hover color
  //third hexdec is background color
  //fourth hexdec is rollover background color
function fwLoadMenus() {
  var prefix = ''; // used for when we are not in root, taken out after prod launch
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",160,22,"Verdana, Helvetica, sans-serif",12,"#ffffff","#CC0000","#CC0000","#ffffff");
  fw_menu_0.addMenuItem("Our History","location='/reclinerland.html'");
  fw_menu_0.addMenuItem("Store Locations","location='/reclinerland-stores.html'");
  fw_menu_0.addMenuItem("Job Openings","location='/furniture-jobs-wa.html'");
  fw_menu_0.hideOnMouseOut=true;
  
  window.fw_menu_1 = new Menu("root",155,22,"Verdana, Helvetica, sans-serif",12,"#ffffff","#CC0000","#CC0000","#ffffff");
  fw_menu_1.addMenuItem("Customer Education","location='/recliner-education.html'");
  fw_menu_1.addMenuItem("Warranties","location='/recliner-warranty.html'");
  fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("root",160,22,"Verdana, Helvetica, sans-serif",12,"#ffffff","#CC0000","#CC0000","#ffffff");
  fw_menu_2.addMenuItem("What's On Sale Now!","location='/recliners-on-sale.html'");
  fw_menu_2.addMenuItem("Upcoming Sales","location='/recliner-sales.html'");
  fw_menu_2.hideOnMouseOut=true;
  
  fw_menu_2.writeMenus();
} // fwLoadMenus()
//-->
