<!--
function proWindow(Source) {
        LeftPos = 0
        if (screen) {
        LeftPos = screen.width-750
        }
        YachtWindow = window.open(Source,'_blank','width=720,height=600,left='+LeftPos+',top=0,scrollbars=yes,menubar=0,toolbar=0,resizable=1')
        YachtWindow.focus()
}
// -->
