function popup_photos (id) {
	window.open('popup_photos.php?id='+id+'', '', 'width=320, height=300');
}
