﻿// JScript File
function SwapImage(objid,imgsrc)
{
    document.getElementById(objid).src = 'Images/' + imgsrc;
}


