<!--
function broWindow(WinSource) {
        LeftPos = 0
        if (screen) {
        LeftPos = screen.width-520
        }
        GalleryWin = window.open(WinSource,'Map','width=600,height=350,location=0, scrollbars=no')
        GalleryWin.focus()
}
// -->