function swap(imgIndex,imgName) {
      document[imgName].src = aryImages[imgIndex];
  }