if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.left, 0, 0, mtDropDown.reference.bottomLeft);

var menu1 = ms.addMenu(document.getElementById("menu1"));
		
		menu1.addItem("Toilet Soap","toilet_soap.html");menu1.addItem("Hotel Soap","hotel_soap.html");menu1.addItem("Herbal Soap","herbal_soap.html");

mtDropDown.renderAll();

	}