function slideMap(x, y)
{
  var map = document.getElementById('map');
        map.style.backgroundPosition = x + "px " + y + "px";
}