﻿function ChangeProductImage(Img, Image_ID)
{
    document.getElementById(Img).src = "/GDI/ProductImage.ashx?t=2&id=" + Image_ID;
}