	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 08, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("&nbsp;* »¨±ß *&nbsp;", "products.asp?pdid=62&pid=76&tid=77");
		menu1.addItem("&nbsp;* Éþ  &nbsp;&nbsp;*&nbsp;", "products1.asp?pdid=62&pid=75");
		menu1.addItem("&nbsp;* Ö¯´ø *&nbsp;", "products2.asp?pdid=62&pid=74&tid=88");


		mtDropDown.renderAll();
	}
