        function mapasr(howmuch) {
          if(howmuch < 5) {
            document.getElementById('mapaSR').style.backgroundPosition = "0px -"+(howmuch*167)+"px";
          } else {
            document.getElementById('mapaSR').style.backgroundPosition = "-318px -"+((howmuch-4)*167)+"px";
          }
        }

