function ChangeImg(obj,image) {
    obj.src=image
}

