	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Shenghong Hotel", "sh/index.asp?url=order.asp");
		menu2.addItem("Hongsheng Hotel", "hs/order.asp");
		menu2.addItem("Luxiang Valli", "lx/index1.asp?url=order.asp");
		menu2.addItem("Hongsheng E-hotel", "hse/order.asp");
		mtDropDown.renderAll();
	}


