function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",103,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#000000","#4ac955","#eba622");
  fw_menu_0.addMenuItem("Contact Us","location='http://www.greenpromotion.com/about/contact.htm'");
  fw_menu_0.addMenuItem("Press Release","location='http://www.greenpromotion.com/about/pr.htm'");
   fw_menu_0.fontWeight="bold";
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",246,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#000000","#4ac955","#eba622");
  fw_menu_1.addMenuItem("Product Overview","location='http://www.greenpromotion.com/products/index.htm'");
  fw_menu_1.addMenuItem("Reduce, Reuse, and Recycle","location='http://www.greenpromotion.com/products/index.htm#reduce'");
  fw_menu_1.addMenuItem("Interactive Education","location='http://www.greenpromotion.com/products/index.htm#interactive'");
   fw_menu_1.fontWeight="bold";
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",146,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#000000","#4ac955","#eba622");
  fw_menu_2.addMenuItem("Fundraising Overview","location='http://www.greenpromotion.com/fundraising/index.htm'");
  fw_menu_2.addMenuItem("Tree Planting","location='http://www.greenpromotion.com/fundraising/index.htm#tree'");
  fw_menu_2.addMenuItem("Fundraising Catalog",
"location='http://www.greenpromotion.com/fundraising/index.htm#catalog'");
  fw_menu_2.addMenuItem("Community Clean Up",
"location='http://www.greenpromotion.com/fundraising/index.htm#community'");
   fw_menu_2.fontWeight="bold";
   fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",108,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#000000","#4ac955","#eba622");
  fw_menu_3.addMenuItem("Municipalities","location='http://www.greenpromotion.com/promotions/muni.htm'");
  fw_menu_3.addMenuItem("Retail Bundling","location='http://www.greenpromotion.com/promotions/retail.htm'");
  fw_menu_3.addMenuItem("Waste Haulers","location='http://www.greenpromotion.com/promotions/waste.htm'");
   fw_menu_3.fontWeight="bold";
   fw_menu_3.hideOnMouseOut=true;

  fw_menu_3.writeMenus();
}