/*----rollover-----*/

 function changeMapImage(imgPath) {
    document.getElementById('map').src = imgPath;
  }
