﻿function swapImage(sId,sImgUrl) {
    document.getElementById(sId).src = sImgUrl; 
}