

<!--

function broWindow(WinSource) {
        LeftPos = 0
        if (screen) {
        LeftPos = screen.width-520
        }
        YachtWindow = window.open(WinSource, 'KnowlesMarine','width=500,height=365,left=100,top=75,scrollbars=0')
        YachtWindow.focus()
}


//-->

