	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 10, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("  SIC TURISMO SRL", "cyjg.asp");
		menu1.addItem("  SIC TURISMO OPERATOR SRL", "cyjg-ch.asp");
		menu1.addItem("  Associazione Internazionale di Scambio", "cyjg-xh.asp");
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("  Contact us ", "contact.asp");
		menu2.addItem("  Message", "books.asp");
		
		mtDropDown.renderAll();
	}
