function FunEscondeTitulo(varTexto){
	if(varSecao=="Capa"){
		document.write(varTexto);
	}
}
