function change_photo(image_name) {        
	document.images.largeview.src = "../images/gallery/photo" + image_name + ".jpg";
}
