﻿function SwapModalImage(path, modalImage)
{
    var targetImage = document.getElementById(modalImage);
    targetImage.src = path;
}