// JavaScript Document

function resetSearch(objectname) {
	objectname.value = "";
}