
	function InfoPicker210_Submit_Search(form)
	{	
	  if(strlen(trim(form.InfoPicker210_SearchKeyword.value)) > 10) {
		alert("Quand vous entrez des mots clés, vous pouvez taper 10 caractères au plus.");
		form.InfoPicker210_SearchKeyword.focus();
		return false;
		}
	  
	  form.submit();	    
	}
