function change_bio_photo(image_name) {        
	document.images.largeview.src = "images/voices/bio" + image_name + ".jpg";
}