
function newWindow1(photo) {
    photoWindow = window.open(photo, "photoWin", "width=650,height=450,screenX=5,screenY=5,left=5,top=5,scrollbars=no")
    photoWindow.focus()
}


function newWindow2(photo) {
    photoWindow = window.open(photo, "photoWin", "width=500,height=675,screenX=5,screenY=5,left=5,top=5,scrollbars=yes")
    photoWindow.focus()
}

