function changePic(newImg) {
	document.getElementById('galleryPic').src=newImg;
}