function borra_datos(objID)
	{
		var obj = document.getElementById(objID)
		obj.value="";
	}
