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

}

//-->