

<!--

function broWindow(WinSource) {
        LeftPos = 0
        if (screen) {
        LeftPos = screen.width-520
        }
        YachtWindow = window.open(WinSource, 'IcomRadiosDirect','width=520,height=680,left=100,top=35,scrollbars=yes')
        YachtWindow.focus()
}


//-->


