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