document.write("<select name=\"select\" onChange=\"MM_jumpMenu(this)\" style=\"width:130\">");
document.write("            <option selected>上级团委</option>");
document.write("            <option value=\"http://www.ccyl.org.cn/\">中国共青团 </option>");
document.write("          </select>");

function MM_jumpMenu(selectname){
	var myindex=selectname.selectedIndex;
	if (myindex == 0){return;}
	window.open(selectname.options[myindex].value,null,"",true);
}

