function highlight(number)
{  
  carka = document.getElementById("menu-decoration-" + number);
  carka.style.color = "#DB4409";
}

function lowlight(number)
{
  carka = document.getElementById("menu-decoration-" + number);
  carka.style.color = "#C8C8C8";
}

function zlutak(number)
{  
  ikonka = document.getElementById("mainicon-" + number);
  ikonka.style.backgroundPosition = "0 -80px";
  nadpis = document.getElementById("nadpis-" + number);
  nadpis.style.cursor = "hand";
  nadpis = document.getElementById("spanik-" + number);
  nadpis.style.cursor = "hand";
  nadpis = document.getElementById("ssspanik-" + number);
  nadpis.style.cursor = "hand";
}

function belak(number)
{
  ikonka = document.getElementById("mainicon-" + number);
  ikonka.style.backgroundPosition = "0 0";
}

function gothere(kam) {
  location.href('http://www.digitalnivzpominky.cz/' + kam);
}

