/* Vilmai Javascripts */

function show_img(img_url) {
  document.getElementById('foto_imovel').src=img_url;
}
