  function display(shengid){	  
     document.getElementById("box").style.display="block"; 
	 document.getElementById("sheng").value = shengid;
	 xajax_showcity(shengid);
	 

  }
  function disappear(){	  
document.getElementById("box").style.display="none"; 
  }