﻿function changeImage(imgID, newImg) {
    document.images[imgID].src = newImg;
}

