  function fg(gal,foto) {
    $.get('ajax.fotogalerie.php?clanek='+gal+'&foto='+foto, function(data){
      $('.boxL').html(data);      
    });
  }
