		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		var menu1 = ms.addMenu(document.getElementById("menu1"));
			menu1.addItem("About Us","about-us.html");
			menu1.addItem("Team","team.html");
			menu1.addItem("Objective of DNFRD","objectives-of-dnfrd.html");
			menu1.addItem("UVTC Profile","uvtc-profile.html");

		var menu2 = ms.addMenu(document.getElementById("menu2"));
			menu2.addItem("UVTC Ghansali","uvtc-ghansali.html");
			menu2.addItem("Entrepreneurship Development Program","entrepreneurship-development-program.html");
			menu2.addItem("Skill Development for Service Industries","skill-development-for-service-industries.html");
			menu2.addItem("Environment Awareness Program","environment-awareness-program.html");
			menu2.addItem("EDP on Dress making","edp-on-dress-making.html");
			menu2.addItem("EPD on Photography","epd-on-photography.html");
			menu2.addItem("EPD on Computer Education","epd-on-computer-education.html");
			menu2.addItem("EDP on Mobile Repair","edp-on-mobile-repair.html");
			menu2.addItem("Success Stories","success-stories.html");
			
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Vocational Training","vocational-training.html");
		menu3.addItem("Entrepreneur Development Program","entrepreneur-development-program-photo-gallery.html");
		mtDropDown.renderAll();						
	}
