<!--//

function high(wh)
{
  theobject=wh;
  wh.filters.alpha.opacity=30;
  highlighting=setInterval("highlightit(theobject)",1)
}
function low(wh)
{
  clearInterval(highlighting)
  wh.filters.alpha.opacity=100
}
function highlightit(cur2)
{
  if (cur2.filters.alpha.opacity<100)
    cur2.filters.alpha.opacity+=5
  else if (window.highlighting)
    clearInterval(highlighting)
}

if (document.images) {

 obrazek1on = new Image();
 obrazek1on.src = "gify/tlacitka/o_nas_on.gif"
 obrazek1off = new Image();
 obrazek1off.src = "gify/tlacitka/o_nas.gif"

 obrazek2on = new Image();
 obrazek2on.src = "gify/tlacitka/koncerty_on.gif"
 obrazek2off = new Image();
 obrazek2off.src = "gify/tlacitka/koncerty.gif"

 obrazek3on = new Image();
 obrazek3on.src = "gify/tlacitka/ke_stazeni_on.gif"
 obrazek3off = new Image();
 obrazek3off.src = "gify/tlacitka/ke_stazeni.gif"

 obrazek4on = new Image();
 obrazek4on.src = "gify/tlacitka/fotogalerie_on.gif"
 obrazek4off = new Image();
 obrazek4off.src = "gify/tlacitka/fotogalerie.gif"

 obrazek5on = new Image();
 obrazek5on.src = "gify/tlacitka/diskuse_on.gif"
 obrazek5off = new Image();
 obrazek5off.src = "gify/tlacitka/diskuse.gif"

 obrazek6on = new Image();
 obrazek6on.src = "gify/tlacitka/repertoar_on.gif"
 obrazek6off = new Image();
 obrazek6off.src = "gify/tlacitka/repertoar.gif"

 obrazek7on = new Image();
 obrazek7on.src = "gify/tlacitka/sponzori_on.gif"
 obrazek7off = new Image();
 obrazek7off.src = "gify/tlacitka/sponzori.gif"
}

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
        document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}

// done hiding
// -->
