// hide value search
function hideVal(id1) { 	
		document.getElementById(id1).value = "";
}