		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.right, 0, 0, mtDropDown.reference.topRight);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Call Centres / Software Development / BPO Companies","call-center.html");
		menu1.addItem("Retail / Showroom / Warehouse / Godown ","retail.html");
		menu1.addItem("Office Accommodation","office-accommodation.html");
		menu1.addItem("Residential Accommodation","residential-accommodation.html");


	    mtDropDown.renderAll();

	}





