// JavaScript Document
  $(document).ready(function(){
    $("#rozwin").click(function () {
      $("#do_rozwiniecia").show();
  }); 
  });
