function chg(id){
	for(i=1;i<19;i++){
		document.getElementById("div"+i).style.display="block";
		document.getElementById("div"+i+"x").style.display="none";
	}
	document.getElementById("div"+id).style.display="none";
	document.getElementById("div"+id+"x").style.display="block";
}

function lnk(){
	//alert("http://www.edulife.com.cn/yanxiu/School_"+document.getElementById("s2").value+".html");
	window.open("http://www.edulife.com.cn/yanxiu/baoming_"+document.getElementById("ss2").value+".html");
}
