		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.Left, 0, 0, mtDropDown.reference.topRight);


		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("EIILM University","eiilm-university.html");
		menu1.addItem("Mission / Vision","mission.html");
		menu1.addItem("Chancellor's Message","chancellor.html");
		menu1.addItem("Vice Chancellor's Message","vchancellor.html");
		menu1.addItem("Pro - Vice Chancellor's Message","pvchancellor.html");
		menu1.addItem("Why EIILM Degree","eiilm-degree.html#");
		menu1.addItem("Organisation Chart","organisation.html");
		menu1.addItem("Notification","notification.html");

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Department of Management","schoolofmanagement/index.htm");
		menu2.addItem("Department of Hospitality & Tourism","hospitality-program.html");
		menu2.addItem("Department of Insurance & Risk Management","insurance-program.html");
		menu2.addItem("Department of Media and Communication","media-program.html");
		menu2.addItem("Department of Computing & Applied Software Engineering","computerscience/html/index.html");
		menu2.addItem("Department of Fashion Technology","fashion-program.html");
		menu2.addItem("Department of Architecture & Design Technology","architecture-program.html");
		menu2.addItem("Department of Bio- Technology","biotech/index.htm");
		menu2.addItem("Department of Engineering ","engineering/index.htm");
		menu2.addItem("Department of Healthcare","healthcare-program.html");


		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Admission Process & Examination Proces","admission-process.html");
		menu3.addItem("Forms related to Admission Process","forms-admission.html");





		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Academic Calendar","academic-calendar.html");
		menu4.addItem("Assignments","assignments.html");
		menu4.addItem("Examination Schedule","examination-schedule.html");
		menu4.addItem("Examination Centers","examination-centers.html");
		menu4.addItem("Results","results.html");
		menu4.addItem("Placement","placements.html");
		menu4.addItem("Student Handbook","student-handbook.html");


		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("About India","about-india.html");
		menu5.addItem("Why Distance Education from India","why-distance-education.html");


		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("HR Policy","hr-policy.html");
		menu6.addItem("Work Environment","work-environment.html");
		menu6.addItem("Employee  Development","employees-development.html");
		menu6.addItem("Career With Us","careers.html");

		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("HR Policy","hr-policy.html");
		menu7.addItem("Work Environment","work-environment.html");
		menu7.addItem("Employee  Development","employees-development.html");
		menu7.addItem("Career With Us","careers.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();

	}





