function zabarvit(element, hodnota)
{
  document.getElementById(element).style.background = 'url(images/ramy/ram-'+hodnota+'2.png) no-repeat';
}

function odbarvit(element, hodnota)
{
  document.getElementById(element).style.background = 'url(images/ramy/ram-'+hodnota+'.png) no-repeat';
}

