
	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

var menu1 = ms.addMenu(document.getElementById("menu1"));

		menu : 5
		var menu6 = ms.addMenu(document.getElementById("menu5"));
		menu6.addItem("- 2009", "/Html/En_Review/190503840.html");
		menu6.addItem("- 2008", "/Html/En_Review/190326602.html");
		menu6.addItem("- 2007", "/Html/En_Review/190141415.html");






		mtDropDown.renderAll();
	}