	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("&nbsp;&nbsp;President &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "http://www.gw-icc.org/englishweb/2009/cif_Presi.shtml");
		menu1.addItem("&nbsp;&nbsp;Advisory Committee &nbsp;&nbsp;   　  ", "http://www.gw-icc.org/englishweb/2009/cif_Advi Boa.shtml");
		menu1.addItem("&nbsp;&nbsp;Scientific &nbsp;&nbsp;   　  ", "http://www.gw-icc.org/englishweb/2009/cif_Scei Commi.shtml");
		menu1.addItem("&nbsp;&nbsp;Local Faculty &nbsp;&nbsp;   　  ", "http://www.gw-icc.org/englishweb/2009/zxt_local.shtml");
		menu1.addItem("&nbsp;&nbsp;International Faculty &nbsp;&nbsp;   　  ", "http://www.gw-icc.org/englishweb/2009/cif_Inter Facu.shtml");
		menu1.addItem("&nbsp;&nbsp;Secretariat &nbsp;&nbsp;   　  ", "http://www.gw-icc.org/englishweb/2009/cif_Secretariat.shtml");

mtDropDown.renderAll();
	}

