// JavaScript Document

function zmena_obrazku(el, obr){
  el.src = obr;
}

function go(url){
  location.href= url;
}

