﻿function ChangeImage(obj, img)
{
    document.getElementById(obj).src = img;
}