// JavaScript Document
	function AlteraTexto(local,texto){
		objeto = document.getElementById(local);
		objeto.innerHTML = texto;
	}
