
//Ê×Ò³ÐÇ×ùÇÐ»»
function showXZ(toId){
  var inDiv = "xinZuo_" + toId + "|||";
  if(toId!=xinZuo_temId && strNotIn.indexOf(inDiv) ==-1){
     document.getElementById("xinZuo_"+xinZuo_temId).style.display = "none" ;
	 document.getElementById("xinZuo_"+toId).style.display = "" ;
	 xinZuo_temId = toId;
  }
}