﻿function SwapImage(oElement, strImageUrl) 
{
    oElement.src = 'Images/' + strImageUrl;
}
