function ApriFinestra(str) { 

larg=650
alt=720
toptop=(screen.height/2)-(alt/2)
leftleft=(screen.width/2)-(larg/2)

searchWin = window.open(str,'','top='+toptop+',left='+leftleft+',scrollbars=yes,resizable=no,width='+larg+',height='+alt+',status=no,location=yes,toolbar=no'); 

} 

