<!--
function broWindow(WinSource) {
        LeftPos = 0
        if (screen) {
        LeftPos = screen.width-520
        }
        GalleryWin = window.open(WinSource,'CaptHarry','width=700,height=700,left=100,top=75,scrollbars=yes')
        GalleryWin.focus()
}
// -->
