function setImage( imagePath ) {
    window.document.mainPhoto.src = imagePath;     
}


