﻿function changeProductPhoto(imageID, zoomID, imageName)
{
    document.getElementById(imageID).src = '/Common/Images/custom/products/full/' + imageName;
    document.getElementById(zoomID).href = '/Common/Images/custom/products/zoom/' + imageName;
}

