
function fwLoadMenus()
 {
	

  if (window.fw_menu_0) return;
	
	//about
 
 	window.fw_menu_0 = new Menu("root",230,18,"","","","","#9CCEFF","#044191","");
	fw_menu_0.addMenuItem("History","location='" + strPath + "index.htm'");
	fw_menu_0.addMenuItem("Target Industries","location='" + strPath + "index.htm'");
	fw_menu_0.addMenuItem("Top Official Profile","location='" + strPath + "index.htm'");
	fw_menu_0.addMenuItem("Summary About Prestigious Clients","location='" + strPath + "index.htm'");
	fw_menu_0.hideOnMouseOut=true;
  	
	//Services
	
	window.fw_menu_1 = new Menu("root",175,18,"","","","","#9CCEFF","#044191","");
	fw_menu_1.addMenuItem("Infrastructure","location='" + strPath + "index.htm'");
	fw_menu_1.addMenuItem("Skill Set","location='" + strPath + "index.htm'");
	fw_menu_1.addMenuItem("Set-up","location='" + strPath + "index.htm'");
	fw_menu_1.hideOnMouseOut=true;


	//Softwares

			
	window.fw_menu_2 = new Menu("root",175,18,"","","","","#9CCEFF","#044191","");
	fw_menu_2.addMenuItem("TUV","location='" + strPath + "index.htm'");	
	fw_menu_2.addMenuItem("ISO","location='" + strPath + "index.htm'");
	fw_menu_2.addMenuItem("Other Quality Standards","location='" + strPath + "index.htm'");	
	fw_menu_2.hideOnMouseOut=true;
	
	
	//Contactus

			
	window.fw_menu_3 = new Menu("root",175,18,"","","","","#9CCEFF","#044191","");
	fw_menu_3.addMenuItem("Contact Us","location='" + strPath + "contactus.html'");	
	fw_menu_3.addMenuItem("Enquiry","location='" + strPath + "enquiry.html'");	
	fw_menu_3.hideOnMouseOut=true;
	
	//Overseas	
	window.fw_menu_5 = new Menu("root",110,16,"","","","","","","");
	fw_menu_5.hideOnMouseOut=true;
	fw_menu_5.writeMenus();

	



} // fwLoadMenus()


