function resetSearchBox(box) {
		if (box.spireVisited) return;
		box.spireVisited = true;

		box.value='';
		box.style.textIndent = '4px' ;

	}