function sub(obj){
   
      attr='';
      
      attr=$("input[@name=peoplefl]").val();
      
      $(obj).attr("href","/mode.do?peopleflag="+attr+"&height=450&width=420");
   }
   
   // 验证内容
function checkHardknow(obj){

	if($("input[@name=peopleflag][@checked]").val()!=1){
	
		if(document.all.hardknow.value.length > 200 || document.all.hardknow.value.length < 1){
			 
			  alert("成功心得为1-200字之间!");
				  
			  return false;	
	
		}else {
			  
			  attr1=$("input[@name=peopleflag][@checked]").val();
	          attr2=$("textarea[@name=hardknow]").val();
	          attr3=$("input[@name=titles]").val();
	          
	          $(obj).attr("href","/mode.do?pageId=mode&doAction=act_back&peopleflag="+attr1+"&hardknow="+attr2+"&titles="+attr3+"&height=450&width=420");
			  
			  //submitCommonForm(document.forms[0], 'act_back')
		}

	}
}

function valueShow(){
   document.all.texta.style.display='';
}
function valueHidden(){
   document.all.texta.style.display='none';
}

function showhidden(value){
    
    if(value==1){
       document.all.texta.style.display='none';
    }
}
