		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.Left, 0, 0, mtDropDown.reference.topRight);


		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Vision","vision.html");
		menu1.addItem("Mission","mission.html");
		menu1.addItem("Campus","campus.html");
		menu1.addItem("Message from Campus Head","campus-head.html");

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Faculty Profile","faculty-profile.html");
		menu2.addItem("Teaching Methodology","teaching.html");



		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("MBA","mba.html#mba");
		menu3.addItem("BBA","bba.html#bba");
				menu3.addItem("Advantages of MBA Industry Integrated","mba-industry.html");
						menu3.addItem("Skill Enhancement Program","skill-enhance.html");
										



		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("CMC-Ensuring Success","csd.html");
		menu4.addItem("Center for Skill Development","csd.html#csd");
		menu4.addItem("Corporate Networking","corporate-networking.html");
		menu4.addItem("Final Placement","final-placement.html");



		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("Eligibility","admission.html#eligibility");
		menu5.addItem("Selection Procedure","admission.html#selection");
		menu5.addItem("Admission Procedure","admission.html#admission");


		/*var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("Faculty  Articles","faculty-article.html");
		menu6.addItem("Student Articles","student-article.htmll");

		*/


		/*var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("Batch Profile(Separate for all the batches)","batch.html");
		menu7.addItem("Individual Student's profile","individual.html");

		*/


		/*
		var menu8 = ms.addMenu(document.getElementById("menu8"));
		menu8.addItem("HR Policy","hr-policy.html");
		menu8.addItem("Work Environment","work-environment.html");
		menu8.addItem("Employee  Development","employees-development.html");
		menu8.addItem("Career With Us","careers.html");
		*/

		mtDropDown.renderAll();

	}






