<!--
function broWindow(WinSource) {
        if (window.screen) {
var aw = screen.availWidth-650;
    var ah = screen.availHeight-550;
        
        }
        
LeftPos = 0
        if (screen) {
        LeftPos = screen.width-550
        }
        YachtWindow = window.open(WinSource, 'GalleryWin','width=650,height=550,left='+aw/2+',top='+ah/2+',scrollbars,')
        YachtWindow.focus()

}

//-->

