document.write("<select name=\"select\" onChange=\"MM_jumpMenu(this)\">");
document.write("<option value=\"请选择地区名\" selected>--热点教育资源--</option>");
document.write("<option value=\"http://www.edu.cn/\">中国教科网</option>");
document.write("<option value=\"http://www.zj.edu.cn/\">浙江教育网</option>");
document.write("<option value=\"http://www.learningchina.com\">中国教育资源网</option>");
document.write("<option value=\"http://www.adultedu.net/\">中国成人教育网</option>");
document.write("<option value=\"http://www.chedu.com/\">中国教育信息网</option>");
document.write("<option value=\"http://www.eol.com.cn/\">中国教育热线</option>");
document.write("<option value=\"http://www.yuloo.com/\">中国招生考试在线</option>");
document.write("<option value=\"http://www.neea.edu.cn/\">教育部考试中心</option>");
document.write("<option value=\"http://www.chinastu.com/\">中国大学生</option>");
document.write("<option value=\"http://www.wldx.net\">网络大学</option>");
document.write("<OPTION value=http://www.sne.bnu.edu.cn/>北京师范大学</OPTION> ");
document.write("<OPTION value=http://210.42.100.100/>华中科技大学</OPTION> ");
document.write("<OPTION value=http://distance.njtu.edu.cn/>北方交通大学</OPTION> ");
document.write("<OPTION value=http://netu.js.edu.cn/>东南大学网络教育</OPTION> ");
document.write("<OPTION value=http://www.chinadaxuesheng.com/>中国大学生网</OPTION> ");
document.write("<OPTION value=http://www.chinatraining.net/game/game.html>中国国家培训网</OPTION> ");
document.write("<OPTION value=http://www.edu-sp.com/>中国大学堂</OPTION> ");
document.write("<OPTION value=http://www.edu.cn/>中国远程教育</OPTION> ");
document.write("<OPTION value=http://www.crtvu.edu.cn/>中央广播电视大学</OPTION> ");
document.write("<OPTION value=http://202.197.55.10/>中南大学网络教育</OPTION> ");
document.write("<OPTION value=http://www.ouhk.edu.hk/>香港公开大学</OPTION> ");
document.write("<OPTION value=http://www.nou.edu.tw/~nouwww/>台湾空中大学</OPTION> ");


document.write("</select>");

function MM_jumpMenu(selectname){
	var myindex=selectname.selectedIndex;
	if (myindex == 0){return;}
	window.open(selectname.options[myindex].value,null,"",true);
}
