	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu3"));
		menu1.addItem("- ΑτΡΤ°ε","../gbook/index.asp"); // send no URL if nothing should happen onclick
		menu1.addItem("- Ό―ΝΕΙηΗψ","../bbs/index.asp"); // send no URL if nothing should happen onclick
			mtDropDown.renderAll();
	}






 


