document.write("<select name=\"select\" onChange=\"MM_jumpMenu(this)\" style=\"width:130\">");
document.write("            <option selected>院内连接</option>");
document.write("            <option value=\"http://218.69.105.187/xinliweb\">心灵之窗</option>");
document.write("            <option value=\"../../jgsz/jgx/index.php\">经济管理系</option>");
document.write("            <option value=\"../../jgsz/rwx/index.php\">人文与艺术设计系</option>");
document.write("            <option value=\"../../jgsz/jdx/index.php\">机电与信息工程系</option>");
document.write("            <option value=\"../../jgsz/jcb/index.php\">基础部</option>");
document.write("          </select>");

function MM_jumpMenu(selectname){
	var myindex=selectname.selectedIndex;
	if (myindex == 0){return;}
	window.open(selectname.options[myindex].value,null,"",true);
}

