function fwLoadMenus() {
  if (window.fw_menu_0) return;
//Begin About Us Menu Dropdown--------------------------------------------------------------------------------
  window.fw_menu_0 = new Menu("root",100,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#999999","#cccccc");
  fw_menu_0.addMenuItem("Canon","window.open('/canon.html', '_self');");
  fw_menu_0.addMenuItem("Copystar","window.open('/copystar.html', '_self');");
  fw_menu_0.addMenuItem("Panasonic","window.open('/panasonic.html', '_self');");
  fw_menu_0.addMenuItem("Ricoh","window.open('/ricoh.html', '_self');");
   fw_menu_0.addMenuItem("Samsung","window.open('/SamsungCopier.html', '_self');");
  fw_menu_0.addMenuItem("Sharp","window.open('/Sharp.html', '_self');");
  fw_menu_0.addMenuItem("Toshiba","window.open('/Toshiba.html', '_self');");
  fw_menu_0.addMenuItem("Xerox","window.open('/xerox.html', '_self');");
  fw_menu_0.hideOnMouseOut=true;
//Begin Initiative Menu Dropdown--------------------------------------------------------------------------------
  window.fw_menu_1 = new Menu("root",100,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#999999","#cccccc");
  fw_menu_1.addMenuItem("Canon","window.open('/canonfax.html', '_self');");

fw_menu_1.addMenuItem("Gestetner","window.open('/Gestetner_Laser_Fax.htm', '_self');");
  fw_menu_1.addMenuItem("Lanier","window.open('/Lanier_Laser_Fax.html', '_self');");
  fw_menu_1.addMenuItem("Minolta","window.open('/MinoltaFax.html', '_self');");
  fw_menu_1.addMenuItem("Okidata","window.open('/okidata.html', '_self');");
  fw_menu_1.addMenuItem("Panasonic","window.open('/PanaFax.html', '_self');");
  fw_menu_1.addMenuItem("Ricoh","window.open('/RicohFax.html', '_self');");
  fw_menu_1.addMenuItem("Samsung","window.open('/Samsung.html', '_self');");
  fw_menu_1.addMenuItem("Sharp","window.open('/sharpfax.html', '_self');");
  fw_menu_1.addMenuItem("Toshiba","window.open('/ToshibaFax.html', '_self');");
  fw_menu_1.addMenuItem("Xerox","window.open('/XeroxFax.html', '_self');");
   fw_menu_1.hideOnMouseOut=true;
//Begin Programs Menu Dropdown------------------------------------------------------------------------------------
  window.fw_menu_2 = new Menu("root",100,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#999999","#cccccc");
  fw_menu_2.addMenuItem("Samsung Color","window.open('/samsung-color-copier.html', '_self');");
  fw_menu_2.addMenuItem("Sharp Color","window.open('/sharp-color-copier.html', '_self');");
  fw_menu_2.hideOnMouseOut=true;
//Begin Publications Menu Dropdown------------------------------------------------------------------------------------
  window.fw_menu_3 = new Menu("root",100,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#999999","#cccccc");
  fw_menu_3.addMenuItem("Panaboard","window.open('/panaboards.html', '_self');");
    fw_menu_3.addMenuItem("Plus Board","window.open('/plusboard.html', '_self');");
  fw_menu_3.hideOnMouseOut=true;
//Begin Advocacy Menu Dropdown------------------------------------------------------------------------------------
  window.fw_menu_4 = new Menu("root",100,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#999999","#cccccc");

fw_menu_4.addMenuItem("Dahle","window.open('/Shredders/Dahle-Paper-Shredders.htm', '_self');");
  fw_menu_4.hideOnMouseOut=true;
//Begin Newsroom Menu Dropdown------------------------------------------------------------------------------------
  window.fw_menu_5 = new Menu("root",100,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#999999","#cccccc");
	  fw_menu_5.addMenuItem("Copiers","window.open('/Refurbished-Copiers.html', '_self');");
  fw_menu_5.addMenuItem("Fax Machines","window.open('/Refurbished-Fax-Machines.html', '_self');");
  fw_menu_5.hideOnMouseOut=true;
	 fw_menu_5.writeMenus();
} // fwLoadMenus() 

