﻿function swapColor(id, path, linkID) {
    document.getElementById(id).src = path;
    document.getElementById(linkID).href = path.toString().replace("_M","_L").replace("/medium/","/large/");
}