function show_foto(ind) {
  window.open('show_foto.php?id='+ind+'&sze='+screen.width+'&wys='+screen.height, 'Foto'+ind, 'menubar=no, toolbar=no, location=no, scrollbars=no, resizable=yes, status=no, width=800, height=60, left=100, top=50');
}