function photoOW(theURL) { //v2.0
  photoWin = window.open(theURL,'photo','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=750,top=20,left=20');
  photoWin.focus();
}

function photoOW2(theURL) { //v2.0
  photoWin = window.open(theURL,'photo','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=750,top=20,left=20');
  photoWin.focus();
}