$(document).ready(function() {
$('a.rozpis-public').cluetip({local:true, hideLocal: false, arrows: true, cluetipClass: 'jtip', cursor: 'pointer'});
$('a.rozpis-unpublic').cluetip({local:true, hideLocal: false, cluetipClass: 'jtip2', arrows: true, cursor: 'pointer'});
  });

function skryt(id)
{
  if(document.getElementById(id).style.display=="none")
    document.getElementById(id).style.display="block";
  else
    document.getElementById(id).style.display="none";
}



