// JavaScript Document

function clearForm() {
	document.searchform.s.value = "";
}