
/* OnHover klikaci mapa CR */

function mapa(kolik) {
  document.getElementById('ma').style.backgroundPosition = "0px -"+(kolik*110)+"px";
}
