function confirmLink(query) {
  if (typeof(window.opera) != 'undefined') {
    return true;
  } else {
    qt='';
    if (query == 0) qt="Odstranit?";
    if (query == 1) qt="Chcete se odhlásit z tohoto termínu?";
    return confirm(qt);
  };
}

