// imageSwap.js

function swapImage(imageName) {
  document.imgLarge.src = imageName;
}
