function swapPhoto(photoSRC,photoWidth) {
    document.images.imgPhoto.width = photoWidth;
    document.images.imgPhoto.src = "assets/" + photoSRC;
}