<!-- Inizio
// Apertura popup
function ApriPopNews(str) { 

//Imposto le dimensioni della finestra
larg=400; 
alt=400; 
//Centro il popup
toptop=(screen.height/3)-(alt/3); 
leftleft=(screen.width/2)-(larg/2); 



// Proptietà della finestra
searchWin = window.open(str,'','top='+toptop+',left='+leftleft+',width='+larg+',height='+alt+',scrollbars=no,status=no,location=no,toolbar=no'); 

} 
// -->
