function photoSwap(img) {
    var myImgDest = document.getElementById("main_photo");
    myImgDest.src = img.src;
}
