function mostrarBarraTelefone() {
	document.getElementById("TABLE_barraTelefone").style.display = "block";

}
