if (TransMenu.isSupported()) {
	//==================================================================================================
	var ms = new TransMenuSet(TransMenu.direction.down, 0, 4, TransMenu.reference.bottomLeft);
	var menu1 = ms.addMenu(document.getElementById("company"));

	//menu1.addItem("Company", "#");
	menu1.addItem("Company History", "CompanyHistory.html"); 
        menu1.addItem("Methodology", "Methodology.html");
	menu1.addItem("People", "People.html"); 
	menu1.addItem("Values", "Values.html"); 
	menu1.addItem("Vision", "Vision.html");
//==================================================================================================
	var menu2 = ms.addMenu(document.getElementById("services"));
	menu2.addItem("Application Development", "ApplicationDevelop.html");
	menu2.addItem("Business Analytics", "businessAnalytics.html"); 
	menu2.addItem("Custom Software", "CustomSoftware.html");
	menu2.addItem("e-Business", "e-business.html");
	menu2.addItem("IT Outsourcing", "itoutsourcing.html");	
	menu2.addItem("Project Management", "Projectmanagement.html");
	

	//==================================================================================================

	var menu3 = ms.addMenu(document.getElementById("consultingpractice"));
	menu3.addItem("Enterprise Solution", "Enterpricesolution.html");
	
	menu3.addItem("Customer Relationship Management", "customerRelationshipmanagement.html");
       
	menu3.addItem("Enterprise Resource Planning", "EnterpriseResourceplanning.html");
	
	


	//==================================================================================================
	
	var menu4 = ms.addMenu(document.getElementById("industries"));
	
	menu4.addItem("Healthcare & Pharmaceutical", "HealthCare.html");
	
	menu4.addItem("Manufacturing", "Manifacturing.html");
	menu4.addItem("Professional Services", "Professionalservices.html");
	
	menu4.addItem("Retail", "Retail.html");
	

//==================================================================================================
	
	var menu5 = ms.addMenu(document.getElementById("Career"));
	menu5.addItem("Apply", "Apply.html"); 
	
	//==================================================================================================
	TransMenu.renderAll();
}
