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