function porovnatKarty()
{
  var id = $("input[@name='compare']:checked").val();
  window.document.location.href = !id ? '/' : '/'+id+'/';
}


