		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


			

		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("Medical Oncology","medical-oncology.html");
		menu6.addItem("Surgical Oncology","surgical-oncology.html");
		menu6.addItem("Radiation Oncology","radiation-oncology.html");
		menu6.addItem("Intensity Modulated Radiation Therapy","intensity-modulated-radiation-therapy.html");
		menu6.addItem("Stereotactic Radiosurgery And Stereotactic Radiotherapy","stereotactic-radiosurgery-and-stereotactic-radiotherapy.html");
		menu6.addItem("Orthopedic Oncology","orthopedic-oncology.html");
		menu6.addItem("Joint replacements ","joint-replacements.html");
		
  

	  mtDropDown.renderAll();

	}



