
function mapa(kolik) {
    document.getElementById('int-map').style.backgroundPosition = "0px -"+(kolik*375)+"px";   
}

