function changeImg(mUrl) {
  document.getElementById('groteFoto').src = mUrl;
}