function fileInput()	{
		var d = document.contato;
		d.getElementById('texto').value = d.getElementById('arquivo').value;
}