function fotogalerie(dom) {
  var url = dom.href;
  document.getElementById('fotka').src = url;
}

