
/* - custom-jquery.js - */
// http://oirp.gda.pl/portal_javascripts/custom-jquery.js?original=1
jq(document).ready(function(){jq('a.akcja_spoleczna_show_link').click(function(){jq(this).hide('slow');jq(this).parent().parent().next('.akcja_spoleczna_hidden_text').show('slow');return false});jq('a.akcja_spoleczna_hide_link').click(function(){jq(this).parent().parent().hide('slow');jq('.akcja_spoleczna_show_link').show('slow');return false})});

