
function validateSearch(theform) {
	
	checkString(theform.SearchString, "A Search term");
   
    return checkError();
	   
}