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