

function ChangeGalleryImage(sImageID, sImageURL)
{
    document.getElementById(sImageID).src = sImageURL;
}