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