
<!--

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

function broWindow2(WinSource) {
       LeftPos = 0
       if (screen) {
       LeftPos = screen.width-520
       }
       YachtWindow = window.open(WinSource, 'VeroVellini','width=620,height=550,left=100,top=75,scrollbars=yes')
       YachtWindow.focus()
}


//-->
