function newwin(thepage) {
  w=window.open(thepage,'Photo','width=500,height=345,menubar=no,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,left=60,top=20');
}
function newwin2(thepage) {
  w=window.open(thepage,'Photo','width=550,height=380,menubar=no,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,left=60,top=20');
}
function newwin3(thepage) {
  w=window.open(thepage,'Photo','width=300,height=200,menubar=no,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,left=60,top=20');
}
function newwin4(thepage) {
  w=window.open(thepage,'Photo','width=348,height=300,menubar=no,resizable=yes,scrollbars=no,status=yes,toolbar=no,left=60,top=20');
}