function mudaPic(img){
  html_div = document.getElementById("foto_produto");
  html_div.innerHTML = "<img src=produtos/" + img + ".jpg />";
}