 $(document).ready(function() {
  $("#fregulamin").click(function(){
      $("#ogloszenia-form").toggle('slow');
    });
 });

