// empties the search field if clicked on

function emptyField(txt){
	document.itemSearch.spat.value=txt;
	}
