$(document).ready(function(){
  $("a.readMore").click( function(){ $(this).parent().parent().find("div.ukrywanaTresc").slideToggle("normal"); return false; });
  $("a.print").click( function(){  var tmpPid = $(this).attr("id"); var pid = tmpPid.replace("print-", ""); window.open("drukuj,podstrona," + pid + ".html","","width=640,height=400,scrollbars=1"); return false; } );
  $("a.edit").click( function(){ var tmpPid = $(this).attr("id"); var pid = tmpPid.replace("edit-", ""); $("#pid_" + pid + " .naglowek").remove(); $( "#pid_" + pid ).ckeditor(); return false; } );
});