function novaImg (imagem) {
	parent.titulo.document.images[2].src = "../imagens/" + imagem + ".gif";
}

