/* Quick Hack: Image Exchange */
function changeImg(imgName, imgSrc) {
  document[imgName].src = imgSrc;
  return true;
}
