function ljq(link,kotwica)
{
  document.location.href='http://'+document.location.host+document.location.pathname+'#'+kotwica;
  loaddata(link.href);
  return false;
}

function loaddata(url)
{
  $.post(url,{ajax : 1},function (data) {
    $('#trescopisu').html(data);
  });
}

function mred(url,co)
{
  if (document.location.hash!='#'+co)
  {
    //document.location.href=url+'#'+co;
    window.location.replace(url+'#'+co);
  }
}

function reset_wersji(lab)
{
  $('label').removeClass('checked');
  $(lab).addClass('checked');
  return true;
}
