
	function InfoPicker150_Submit_Search(form)
	{	
	  if(strlen(trim(form.InfoPicker150_SearchKeyword.value)) > 10) {
		alert("您输入的关键字，不能超过10个字符");
		form.InfoPicker150_SearchKeyword.focus();
		return false;
		}
	  form.action = "InfoPublish.html?InfoPicker150_action=search&InfoList150_action=list";	
	  form.submit();	    
	}

