function displayImage(galleryName, imageNum){
	$("#photo_container").load("display_photo.php?id="+imageNum+"&type="+galleryName);
}