function validateForm(oForm) {
<!--
	if( oForm.SearchCriteria.value.length == 0 ) {
		if( oForm.SearchType[0].checked )
			alert('You must provide a position title.');
		else if( oForm.SearchType[1].checked )
			alert('You must provide an employee name.');
		return false;
	}
	return true;
//-->
}