function show_full_photo(id) {
	wp = window.open("full-photo.php?id="+id, "wp", "");
}
