function imgChange(imgfile) {
scrollBy(0,-10000); 
document.getElementById('imgPhoto').src = imgfile;
}