﻿function swapImage(obj, image) {
    obj.src = '../images/' + image;
}
