
function  imageSwap(imgObject, newSrc) {
          document.images[imgObject].src = newSrc;
          }


