﻿function ChangeImage(imagem){
 var img = document.getElementById('ctl00_cphConteudo_imgGrande');
 img.src = imagem;
}