		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu12 = ms.addMenu(document.getElementById("menu12"));
		menu12.addItem("About Sri. Sachidananda Babu","sachidananda-babu.html");
		menu12.addItem("About Dr. B. V. Raman","about-raman.html");
		menu12.addItem("About Lineage","about-lineage.html");
		


	  mtDropDown.renderAll();

	}





