function troca(foto)
{document.imagem.src = "../imagens/cris/" + foto + ".jpg";
}