function changeImage(imgID, imgSrc){
  document.getElementById(imgID).src = imgSrc;
}

