function viewphoto(id)
{
  var photowindow = window.open ("photo.asp?pid=" + id,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=" + (screen.width * .9) + ",height=" + (screen.height * .9) +",top=" + (screen.height * .05) + ",left=" + (screen.width * .05));
}