function zmen_menu(x) {
  if(!document.getElementById && document.all) document.getElementById = document.all;
  document.getElementById(x).style.textDecoration="none";
}
function reset_menu(x) {
  if(!document.getElementById && document.all) document.getElementById = document.all;
  document.getElementById(x).style.textDecoration="underline";
}
function tisk() {
if (window.print != null) { window.print(); } else { alert('Vaše verze prohlížeče nepodporuje tento druh zadání tisku.\nTiskněte prosím z menu (FILE / PRINT) nebo kombinací kláves Ctrl+P'); }
}
function addBookmark(title,url) {
  if (window.sidebar) {
    window.sidebar.addPanel(title, url,"");
  }
  else if( document.all ) {
    window.external.AddFavorite( url, title);
  }
  else if( window.opera && window.print ) {
    return true;
  }
}
function bezuvozovek() {
  with (event)
  if(keyCode==34 || keyCode==39){
    alert ("používat úvozovky je zakázáno");
    returnValue=false;
  }
}


