function ValidateSearch(frm)
{
	var retVal;
	retVal=disallowBlank(frm.query_string,"Please enter your query",true);
	if(retVal){return false;}
}