// JavaScript Document
function popup(pic_id) {
  photo_window = window.open("show_photo.php?pic_id=" + pic_id, "show_photo", "width=338,height=400,left=50,top=50,scrollbars");
  photo_window.focus();
}