	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

//第一菜单

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		d = new Date();                           // 创建 Date 对象。
        s= d.getFullYear();  
		for(i=0;i<8;i++){
			menu1.addItem("- "+(s-1-i)+"年招生信息网 ", "http://zsxx"+(s-1-i)+".e21.cn"); 
		}

		mtDropDown.renderAll();
	}

