function busca(x){
	document.getElementById(x).value = "";
}

