function tituloLinhaProduto(nome) {
	document.getElementById('titLinhaProduto').innerHTML = nome; 
}

function ajustarIframe() { 
 parent.document.getElementById("iConteudo").height = document.getElementById("conteudo").scrollHeight;
}

function fechaDiv() {
	//musicaAbertura.location.href = ""	;
	document.getElementById("divTreinee").style.display = "none";
}



			
