function defaultSetups(){
	document.searchForm.keyword.focus();
};;

function clearKeyword(formPath){
	if (formPath.value == 'Business Name') {
		formPath.value = "";
	}
};;

function defaultSetups2(){
	document.advancedSearch.keyword.focus();
};;

function clearKeyword2(formPath){
	if (formPath.value == 'Keyword') {
		formPath.value = "";
	}
};;
