function changeDislay(id){
	  var s = document.getElementById(id);
	  if(s.style.display=='none'){
	  	   document.getElementById(id).style.display='';
	  	}else{
	  	   document.getElementById(id).style.display='none';	  	 
	  	}	
	}
function winOpen(sRUL){
       //var sURL="dotmobiDomainUserList.do?_type=preQuery"; 
       //opener.reload(); //
       window.open(sURL,"_blank","width=400px,height=400px,scrollbars=yes"); 
   
   }
 function _delete(lang){
      var msg="Delete record(s)?";
	  if (lang && lang != null) {
	    if(lang=="zh_CN"){
	       msg="确定要删除此记录吗";
	    }
	  }	
      if(confirm(msg) ){
         if(document.getElementById("action")){
          	alert(123);
         	 document.getElementById("action").value="delete";
          }
         document.forms[0].submit();
       
	      return true;
	      }else{
	      return false;
      }
      
  }    
function deleteBlogComment(lang){}


  
  
 
 
