function fotka(adresa,x,y) {
 window.open("fotka.php?url=" + adresa,"","width=" + x + ",height=" + y + ",scrollbars=auto,resizable=yes");
};
function nadpis(text) {
  span=document.getElementById("nachazite_se_text");
  span.innerHTML = text;
}

