    function glow(el) {
      el.firstChild.style.background="url('h2_red.gif') top left repeat-x";
      el.firstChild.firstChild.style.color="white";
      el.lastChild.style.background="#eeeeee";
      el.lastChild.style.border="1px ridge #eeeeee";
    }
    function deglow(el) {
      el.firstChild.style.background="url('h2_gray.gif') top left repeat-x";
      el.firstChild.firstChild.style.color="#ae1216";
      el.lastChild.style.background="transparent";
      el.lastChild.style.border="1px solid #eeeeee";
    }
    function glow2(el) {
      el.firstChild.style.background="#a40a04 url('prechod4.png') center top repeat-x";
      el.firstChild.firstChild.style.color="white";
    }
    function deglow2(el) {
      el.firstChild.style.background="transparent";
      el.firstChild.firstChild.style.color="#ae1216";
    }
    function gotourl(url) {
      location.href=url;
    }
