function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",295,17," Arial Bold, Helvetica, sans-serif",10,"#000000","#0b1c5e","#EFDF94","#e7b400");
  fw_menu_0.addMenuItem("<b class=btxtbold>Buildings and Factories Business Sector</b>","window.open('#', '_self');");
  fw_menu_0.addMenuItem("Institutional and Commercial Buildings","window.open('../inst_and_comm/icb.asp', '_self');");
  fw_menu_0.addMenuItem("System Housing and Industrial Structures","window.open('../system_housing/system_housing.asp', '_self');");
  fw_menu_0.addMenuItem("Building Products","window.open('../building_products/building_products.asp', '_self');");
  fw_menu_0.addMenuItem("Engineering Design & Reasearch Centre","window.open('../eng_design/edrc.asp', '_self');");
  
  
  fw_menu_0.addMenuItem("<b class=btxtbold>Civil and Transporation Infrastructure Business Sector</b>","window.open('#', '_self');");
  fw_menu_0.addMenuItem("Nuclear, Hydro Power and Foundation Engineering","window.open('../nuclear_and_hydro/nuclear_hydro.asp', '_self');");
  fw_menu_0.addMenuItem("Harbours","window.open('../civil_infrastructure/ports.asp', '_self');");
  fw_menu_0.addMenuItem("Bridges","window.open('../transportation/bridges.asp', '_self');");
  fw_menu_0.addMenuItem("Roads, Highways and Runways","window.open('../transportation/roads_expressways.asp', '_self');");
  
  
  fw_menu_0.addMenuItem("<b class=btxtbold>Industrial Projects and Utilities Business Sector</b>","window.open('#', '_self');");
  fw_menu_0.addMenuItem("Power Plant Construction","window.open('../power_plant/power_plant.asp', '_self');");
  fw_menu_0.addMenuItem("Hydrocarbon Construction and Pipelines","window.open('../hydrocorbon/hydrocorbon.asp', '_self');");
  fw_menu_0.addMenuItem("Minerals, Metals and Bulk Material Handling","window.open('../minerals_and_metals/minerals_metals.asp', '_self');");
  fw_menu_0.addMenuItem("Water Supply and Effluent Treatment","window.open('../water_effluent/water_effluent.asp', '_self');");
  fw_menu_0.addMenuItem("L&T-ECC Workshops","window.open('../lnt_workshop/workshops.asp', '_self');");
  
  
  fw_menu_0.addMenuItem("<b class=btxtbold>Electrical & Instrumentation Business Sector</b>","window.open('#', '_self');");
  fw_menu_0.addMenuItem("Electrical, Instrumentation and Communication","window.open('../elec_ins_comm/elec_ins_comm.asp', '_self');");
  fw_menu_0.addMenuItem("Transmission Lines & Railway Electrification","window.open('../transmission_line/tansmission.asp', '_self');");
  
  
fw_menu_0.addMenuItem("<b class=btxtbold>Other Operations</b>","window.open('#', '_self');");
fw_menu_0.addMenuItem("Develomental Projects","window.open('../developmental/developmental.asp', '_self');");
fw_menu_0.addMenuItem("Plant & Machinery","window.open('../plant_and_machinery/plant_machinery.asp', '_self');");
fw_menu_0.addMenuItem("International Operations","window.open('../iop/iop.asp', '_self');");


  fw_menu_0.hideOnMouseOut=true;

  fw_menu_0.writeMenus();
} // fwLoadMenus()