		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Anti Cancer Drugs","anticancer.html#anti-cancer");
		menu2.addItem("Solid Tumour Products","anticancer.html");
		menu2.addItem("Haematological Products","anticancer.html");
	    menu2.addItem("Supportive Care Products","anticancer.html#supportive");
		menu2.addItem("Pain Relieving Drugs","anticancer.html");
		
		/*var menu1 = ms.addMenu(document.getElementById("menu1"));
        menu1.addItem("Careers","careers.html");*/
		
	    mtDropDown.renderAll();

}






