function open_photo(id) {
  window.open('photo.html?action=detail&id='+id,'photo','width=500, height=540, scrollbars=yes');
}
