

function fwLoadMenus() {
  if (window.fw_menu_0) return;
//Begin Initiative Menu Dropdown--------------------------------------------------------------------------------
  window.fw_menu_0 = new Menu("root",140,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#C88F8F","#D7051E");
  fw_menu_0.addMenuItem("Auction Bonds","window.open('auction_bond.html', '_self');");
  fw_menu_0.addMenuItem("Misc Bonds","window.open('misc_bonds.html', '_self');");
  fw_menu_0.addMenuItem("Other Services","window.open('other_services.html', '_self');");
  fw_menu_0.addMenuItem("Specialty Programs","window.open('volunteer.html', '_self');");
  fw_menu_0.hideOnMouseOut=true;
   
  window.fw_menu_1 = new Menu("root",120,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#C88F8F","#D7051E");
  fw_menu_1.addMenuItem("Contact Us","window.open('contact.html', '_self');");
  fw_menu_1.addMenuItem("Print Shop","window.open('print_shop.html', '_self');");
  fw_menu_1.addMenuItem("Associated Links","window.open('links.html', '_self');");
  fw_menu_1.hideOnMouseOut=true;
  
  window.fw_menu_2 = new Menu("root",140,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#C88F8F","#D7051E");
  fw_menu_2.addMenuItem("Auction Bonds","window.open('print_shop.html', '_self');");
  fw_menu_2.addMenuItem("Auctioneer's E&O","window.open('auctioneerseo.html', '_self');");
  fw_menu_2.hideOnMouseOut=true;   

   


  fw_menu_1.writeMenus();
} // fwLoadMenus()



