function photoPopup(targethref) {
  window.open(targethref,"_photo","height=300,width=400,directories=0,location=0,menubar=0,status=0,toolbar=0");
  return false;
}

