var EmptySearchField = 0;

function fnEmptySearchField (elm){
	if (EmptySearchField == 0) {elm.value = ""};
	EmptySearchField = 1;
}
