// JavaScript Document

<!--
// swap image and scroll screen 

function swapPhoto(photoSRC) {
    document.images.imgPhoto.src = "assets/" + photoSRC;
}
//]]>