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