	if (TransMenu.isSupported()) {

		var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);

		

		var menu2 = ms.addMenu(document.getElementById("mtm_services"));

		menu2.addItem("- Web Design", "web_design.html");

		menu2.addItem("- Web Development", "web_development.html");

		menu2.addItem("- Logos&Banners", "logos.html");

		menu2.addItem("- Web Presentations", "web_presentations.html");

		menu2.addItem("- Search Engine Optimization", "seo.html");

		menu2.addItem("- Other Services", "other.html");

		

		var menu5 = ms.addMenu(document.getElementById("mtm_company"));

		menu5.addItem("- Partner With Us", "partners.html");

		menu5.addItem("- Contact Us", "contact_us.html");

		

		TransMenu.renderAll();

  	}