function checkSearchForm()
{
	with (window.document.frmSearch) {
		if (isEmpty(txtWord, 'No search entered, please  fill in the fields properly. ')) { return false;
		} else { 
		return true;
		}
	}
}
