﻿function swapImage(theImage, swapImg) {
    theImage.src = '../Images/' + swapImg + ".gif";
}