		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Post Resume","enquiry.html#post");
		menu1.addItem("Interview's Do's and Don'ts","recruitment-process.html#interview");
		

	    mtDropDown.renderAll();

	}





