
function fwLoadMenus()
 {
	

  if (window.fw_menu_0) return;
	
	//about
 
 	window.fw_menu_0 = new Menu("root",300,16,"","","","","#006699","#9ECFFF","");
	fw_menu_0.addMenuItem("Customized MIS","location='" + strPath + "products.html'");
	fw_menu_0.addMenuItem("Stock Exchange Back office Solution","location='" + strPath + "products.html'");
	fw_menu_0.addMenuItem("School Management","location='" + strPath + "products.html'");
	fw_menu_0.addMenuItem("Hospital management","location='" + strPath + "products.html'");
	fw_menu_0.addMenuItem("Hotel Management","location='" + strPath + "products2.html'");
	fw_menu_0.addMenuItem("Accounts Management","location='" + strPath + "products2.html'");
	fw_menu_0.addMenuItem("Payroll and HR ","location='" + strPath + "products2.html'");
	fw_menu_0.addMenuItem("Web enabled Store Management","location='" + strPath + "products2.html'");
	fw_menu_0.addMenuItem("Production Monitoring and Management Software","location='" + strPath + "products2.html'");	
	fw_menu_0.addMenuItem("Web enabled Store Management","location='" + strPath + "products2.html'");
	fw_menu_0.addMenuItem("Machine Tools Process Automation","location='" + strPath + "products3.html'");
	fw_menu_0.addMenuItem("Dicell Billing (DigiNet Cellular Billing Software)","location='" + strPath + "products3.html'");
	fw_menu_0.addMenuItem("D-Sarathi(Tours and Travels","location='" + strPath + "products3.html'");
	fw_menu_0.addMenuItem("Digi Travels Billing Software","location='" + strPath + "products3.html'");
	fw_menu_0.addMenuItem("Ayurvedic Center Management Information Package","location='" + strPath + "products3.html'");
	fw_menu_0.addMenuItem("Real Estate Tracker","location='" + strPath + "products3.html'");
	fw_menu_0.addMenuItem("DTracker (Digital Inventory Billing Software","location='" + strPath + "products3.html'");
	fw_menu_0.addMenuItem("Digi Asset Management","location='" + strPath + "products3.html'");
	fw_menu_0.hideOnMouseOut=true;
  	
	//Services
	
	window.fw_menu_1 = new Menu("root",130,16,"","","","","#9ECFFF","#006699","");
	fw_menu_1.addMenuItem("Web Services","location='" + strPath + "webservices.html'");
	fw_menu_1.addMenuItem("Software Services","location='" + strPath + "services.html'");
	fw_menu_1.addMenuItem("IT Enabled Services","location='" + strPath + "itservices.html'");
	fw_menu_1.addMenuItem("Other Services","location='" + strPath + "others.html'");
	fw_menu_1.hideOnMouseOut=true;


	//Softwares

			
	window.fw_menu_2 = new Menu("root",123,16,"","","","","#9ECFFF","#006699","");
	fw_menu_2.addMenuItem("Overview","location='" + strPath + "partners.html'");	
	fw_menu_2.addMenuItem("Partner's List","location='" + strPath + "partners.html'");
	fw_menu_2.addMenuItem("Clientele","location='" + strPath + "clientele.html'");	
	fw_menu_2.hideOnMouseOut=true;
	
	
	//Contactus

			
	window.fw_menu_3 = new Menu("root",119,16,"","","","","#9ECFFF","#006699","");
	fw_menu_3.addMenuItem("Contact Us","location='" + strPath + "contactus.html'");	
	fw_menu_3.addMenuItem("Enquiry","location='" + strPath + "enquiry.html'");	
	fw_menu_3.hideOnMouseOut=true;
	
	
	
	//CRM Solutions
			
	window.fw_menu_4 = new Menu("root",164,29,"","","","","#006699","#9ecfff","");
	fw_menu_4.addMenuItem("Defence Technology","location='" + strPath + "defence.htm'");	
	fw_menu_4.addMenuItem("Simulation Software","location='" + strPath + "simulation.htm'");
	fw_menu_4.addMenuItem("T &amp; M Instruments","location='" + strPath + "tm.htm'");			
	fw_menu_4.hideOnMouseOut=true;
	
	//Overseas	
	window.fw_menu_5 = new Menu("root",164,29,"","","","","#006699","#9ecfff","");
	fw_menu_5.addMenuItem("Defence Enquiry","location='" + strPath + "prodDesc.htm'");	
	fw_menu_5.addMenuItem("Simulation Enquiry","location='" + strPath + "simulationDemo.htm'");
	fw_menu_5.addMenuItem("T &amp; M Enquiry","location='" + strPath + "tmDemo.htm'");			
	fw_menu_5.hideOnMouseOut=true;

	



} // fwLoadMenus()


