function photoChange(photo) {

	document.getElementById("GALLERYPHOTO").src = "images/gallery/" + photo;

	return false;

}