if(frames){if(top.frames.length>0)top.location.href=self.location};

jQuery(document).ready(function(){
 
jQuery(".wysz").one('click', function(){
      jQuery(this).val("");
      }); 
      
  jQuery('.wiecej').click(function() {
  jQuery('.wiecej_o').toggle();
});
      
      
})


