function abreCalendario(cod_imovel) {
  window.open('calendario.php?cod_imovel=' + cod_imovel, '', config='height=350, width=600, toolbar=no, menubar=no, scrollbars=no, resizable=yes, location=no, directories=no, status=no');
}

//função que troca o thumbnail
function trocaImg(id,cod_imovel,descricao) {
  document.getElementById('foto_miniatura_' +cod_imovel).src = "./fotos/thumb/" + id;
  document.getElementById('foto_miniatura_' +cod_imovel).title = descricao;
}

function abreMapa(endereco){
  window.open("http://www.brtemporada.com.br/includes/maps.php?endereco=" + endereco,'Mapa','toolbar=0,scrollbars=1,location=0,status=1,statusbar=0,menubar=0,resizable=0,copyhistory=no,width=768,height=450,screenX=150,screenY=150,top=50,left=50');
}
