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", "html/CompanyHistory.html"); 
        menu1.addItem("Methodology", "html/Methodology.html");
	menu1.addItem("People", "html/People.html"); 
	menu1.addItem("Values", "html/Values.html"); 
	menu1.addItem("Vision", "html/Vision.html");
//==================================================================================================
	var menu2 = ms.addMenu(document.getElementById("services"));
	menu2.addItem("Application Development", "html/ApplicationDevelop.html");
	menu2.addItem("Business Analytics", "html/businessAnalytics.html"); 
	menu2.addItem("Custom Software", "html/CustomSoftware.html");
	menu2.addItem("e-Business", "html/e-business.html");
	menu2.addItem("IT Outsourcing", "html/itoutsourcing.html");	
	
	menu2.addItem("System Architecture", "html/systemarchitecture.html");

	//==================================================================================================

	var menu3 = ms.addMenu(document.getElementById("consultingpractice"));
	menu3.addItem("Enterprise Solution", "html/Enterpricesolution.html");
	
	menu3.addItem("Customer Relationship Management", "html/customerRelationshipmanagement.html");
        menu3.addItem("Enterprise Application Integration", "html/Enterpriseapplicationmanagement.html"); 
	menu3.addItem("Enterprise Resource Planning", "html/EnterpriseResourceplanning.html");

	//==================================================================================================
	
	var menu4 = ms.addMenu(document.getElementById("industries"));
	
	menu4.addItem("Healthcare & Pharmaceutical", "html/HealthCare.html");
	
	menu4.addItem("Manufacturing", "html/Manifacturing.html");
	menu4.addItem("Professional Services", "html/Professionalservices.html");
	menu4.addItem("Public Sector", "html/Publicsector.html");
	menu4.addItem("Retail", "html/Retail.html");
	menu4.addItem("Telecoms, Media & Technology", "html/Telecoms.html");
	menu4.addItem("Travel", "html/Travel.html");
	menu4.addItem("Utilities", "html/Utilities.html");
	/* var ms = new TransMenuSet(TransMenu.direction.down, 0, 4, TransMenu.reference.bottomLeft);
	var menu4 = ms.addMenu(document.getElementById("industries"));
	
	menu4.addItem("Overview", "global_sourcing.aspx");
	menu4.addItem("Why CitiXsys", "why_citixsys.aspx");
	menu4.addItem("Benefits", "global_benefits.aspx"); 
	menu4.addItem("Do More with Less", "domore.aspx"); */

//==================================================================================================
	
	var menu5 = ms.addMenu(document.getElementById("Career"));
	menu5.addItem("Apply", "html/Apply.html"); 
	menu5.addItem("Benefits", "html/Benefits.html"); 
		menu5.addItem("Job Search", "html/jobsearch.html"); 
		menu5.addItem("WHY work for us?", "html/whyworkforus.html");
	//==================================================================================================
	TransMenu.renderAll();
}

