document.write("<select align=\"center\" size=\"1\" name=\"select2\" style=\"font-size: 9pt\" onChange = \"opennew(this)\" ;>");
document.write("<option selected value=\"请选择\">--站内链接--</option>");
document.write("<option value=\"http://www.whtvu.com/daohang/daohang.htm\">开放教育</option>");
document.write("<option value=\"http://www.whtvu.com/tushuguan/wssy/wssyml.htm\">在线书苑</option>");
document.write("<option value=\"http://218.22.66.29/\">视频点播</option>");
document.write("<option value=\"http://online.whtvu.com/\">电大在线</option>");
document.write("<option value=\"http://218.22.66.30/\">图书查询</option>");
document.write("<option value=\"http://www.whtvu.com/zhuye/zyzx/index.html\">资源中心</option>");
document.write("<option value=\"ftp://ftp.whtvu.com/\">ftp下载</option>");
document.write("</select>");

function opennew(selectname){
	var myindex=selectname.selectedIndex;
	if (myindex == 0){return;}
	window.open(selectname.options[myindex].value,null,"",true);
}
