function photo(pid)
{
  window.open('photo-popup.php?id=' + pid + '','photo-popup','status=0,toolbar=0,menubar=0,directories=0,resizable=1,scrollbars=0,height=600,width=800');
}
