	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("History", "history.htm");
		menu1.addItem("from MD Desk", "from-md-desk.htm");
		menu1.addItem("Board of Director", "board-of-directors.htm");	
		menu1.addItem("Mission and value", "mission-value.htm");





		// menu2 : Products
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Spinning Unit", "spinning-unit.htm");
		menu2.addItem("Dyeing Unit", "dyeing-unit.htm");
		menu2.addItem("Knitting of Fabric", "knitting-of-fabrics.htm");
		menu2.addItem("Garment Unit", "garment-unit.htm");


		
				
		// menu3 : Solutions
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Our Products ", "products.htm");
		menu3.addItem("Mens Wear ", "mens-wears.htm");
		menu3.addItem("Ladies Wear ", "ladies-wears.htm");
		menu3.addItem("Kids Wear ", "kids-wears.htm");
	
               
		

		// menu4 : Portfolio
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Wrap Certification", "wrap-certification.htm");

				
		// menu5 : About Us
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("Financial Result", "financial.php");
		menu5.addItem("Key Financial Indicators", "financial-result-indicator.htm");
		menu5.addItem("Code of Conduct", "code-of-conduct.htm");
                menu5.addItem("Whisle Blow Policy", "whisle-blow-policy.htm");
		menu5.addItem("Investors Grievence ", "grievence-investors.htm");
		menu5.addItem("Current Share Price", "http://www.bseindia.co/price_finder/stockreach.asp?scripcd=512608");
		menu5.addItem("News & Update", "news.php");
		
		
		// menu6 : Contact Us
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("Post Your Resume", "jobs.php");
		menu6.addItem("Jobs at Bhandari", "cgi-bin/career/news.cgi");




		// menu7 : site map
		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("Locate us", "locate-us.htm");
		menu7.addItem("Feedback", "feedback.htm");
		menu7.addItem("Contact us", "contactus.htm");



		mtDropDown.renderAll();
	}
