﻿function imgSwp(obj,img)
{
   obj.src = img;
}
