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