﻿function swapAssociateImage(imgId, imagePath) {
  jQuery("#" + imgId).attr("src", imagePath);
}
