function swapPhoto(photoSRC) {if (document.getElementById("mainPhoto")) {	var theImage = document.getElementById("mainPhoto");	var imgFolder = "images/";	theImage.setAttribute("src", imgFolder+photoSRC);    }  }