function fwLoadMenus() {
  window.fw_menu_1 = new Menu("root",115,18,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#000000","#666666","#CCCCCC");
fw_menu_1.addMenuItem("Cisco Systems","location='cisco_systems_testimonial.htm'");
fw_menu_1.addMenuItem("E-Fab","location='e-fab_testimonial.htm'");
fw_menu_1.addMenuItem("MS & CO","location='ms_co_testimonial.htm'");
fw_menu_1.addMenuItem("Proxim","location='proxim_testimonial.htm'");
fw_menu_1.addMenuItem("Visa","location='visa_testimonial.htm'");
fw_menu_1.hideOnMouseOut=true; 
  window.fw_menu_2 = new Menu("root",147,18,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#000000","#666666","#CCCCCC");
fw_menu_2.addMenuItem("Useful Links","location='useful_links.htm'");
fw_menu_2.addMenuItem("Trade Associations","location='trade_associations.htm'");
fw_menu_2.hideOnMouseOut=true; 
  window.fw_menu_3 = new Menu("root",222,18,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#000000","#666666","#CCCCCC");
fw_menu_3.addMenuItem("Sladky Avenue, Mountain View","location='gallery_sladky.htm'");
fw_menu_3.addMenuItem("Spencer Court, Los Altos","location='gallery_spencer.htm'");
fw_menu_3.addMenuItem("Georgetta Drive, San Jose","location='gallery_georgetta.htm'");
fw_menu_3.addMenuItem("Silver Creek, San Jose","location='gallery_silver_creek.htm'");
fw_menu_3.addMenuItem("Sleeper Avenue, Mountain View","location='gallery_sleeper.htm'");
fw_menu_3.addMenuItem("Commercial","location='gallery_commercial.htm'");
fw_menu_3.hideOnMouseOut=true; 
fw_menu_3.writeMenus();
} // fwLoadMenus()
