
function setMap( quocient ) {
  document.getElementById('qmapBox').style.backgroundPosition = '-' + quocient * 240 + 'px 0';
}
