<!---
function nastavTridu(id,cl) {
  var pole = document.getElementById(id);
  pole.className = cl;
}
function aktMenuPol(id) {
  var form = document.getElementById("menuform");
  var pole = document.getElementById("menuid");
  pole.value = id;
  form.submit();
}
function aktMenuPol(id) {
  var pole = document.getElementById("menuid");
  var form = document.getElementById("menuform");
  pole.value = id;
  form.submit();
}
function menuWinTarget(url,target) {
  var www = window.open(url,target);
  www.focus(); 
}
function menuWinHref(url) {
  window.location.href = url;
}
-->

