﻿function swapImage(whatTarget, whatImage)
{
    eval(whatTarget).src = whatImage;
}