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