// JavaScript Document


function clearSearch(txt) {
		document.form1.elements[txt].value="";
		
	};
