//
function photoOpen(surl){
        window.open(surl,"","width=555,height=545,toolber=no,directories=no,menubar=no,scrollbars=yes,resizable=yes");
      }
//