function photo(name) {
  window.open("./photo_popup.php?photo=" + name,"photo","resizable=no,scrollbars=yes,menubar=0,width=100,height=100,left=0,top=0");
}