// JavaScript Document

function changeMapImage(imgID, imgPath) {
  document.getElementById(imgID).src = imgPath;
}