function podrob(i)
  {
  p = window.open("photos/"+i, "nahled", "width=800,height=600,left=150,top=60");
  p.focus();
  }
