	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		// menu1 : Services
		//var menu1 = ms.addMenu(document.getElementById("menu1"));
		//menu1.addItem("<b>Profile</b>", "profile.htm");
		//menu1.addItem("<b>Approvals</b>", "approvals.htm");
		//menu1.addItem("<b>Certifications</b>", "certifications.htm");
		
		





		// menu2 : Products
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		//menu2.addItem("Facilities & Capacities", "facilities-and-capacities.htm");
menu2.addItem("<b>Flanges & Pipe Fittings</b>", "flanges.htm");
		
menu2.addItem("<b>Automobile Forging</b>", "steering.htm");
		menu2.addItem("<b>General Engineering</b>", "generalengineering.htm");
		


		
				
		// menu3 : Solutions
		//var menu3 = ms.addMenu(document.getElementById("menu3"));
		
		//menu3.addItem("  Overview", "yarns.htm");
		//menu3.addItem("Product Range", "yarns.htm#yarns");
		//menu3.addItem("Quality", "yarn-quality.htm");
		
		
		

		// menu4 : Portfolio
		//var menu4 = ms.addMenu(document.getElementById("menu4"));
		//menu4.addItem("<b>Certification</b>", "certifications.htm");
		
		

				
		// menu5 : About Us
		//var menu5 = ms.addMenu(document.getElementById("menu5"));
		//menu5.addItem("<b>Order Tracking</b>", " http://alliance-infotech.com/rng2.0/allyindex.asp");
		//menu5.addItem("<b>Apply Online</b>", "career1.htm");
		
		
		
		// menu6 : Contact Us
		//var menu6 = ms.addMenu(document.getElementById("menu6"));
		//menu6.addItem("<b>Feedback</b>", "contactus.htm");
		//menu6.addItem("<b>Contact Us</b>", "contactus1.htm");
		//menu6.addItem("<b>Locate Us</b>", "contactus2.htm");
                //menu6.addItem("<b>E-mail</b>", "mailto:info@rngupta.com");




		mtDropDown.renderAll();
	}
