function large_picture(photo, name) {
	//pop-up a window with a larger photo
	
	picture_zoom = window.open("/photo_zoom.php?p="+photo+"&n="+name, "large_photo", "location=0,status=0,scrollbars=0,width=680,height=670,top=100,left=200");
	
	return true;
}


