
function newWindow1(photo) {
    photoWindow = window.open(photo, "photoWin", "width=700,height=550,screenX=4,screenY=4,left=4,top=4,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()
}

