function okno(params, szer, wys){
  window.open('klasy/przeglad.php?'+params, 
  'galeria', 
  'width='+szer+', height='+wys+''); 
}
