// Creato da Seatiger Team™
// A Sbafo! Tutto per il web gratis e in italiano
// http://www.asbafo.net
// Liberamente utilizzabile, ma lascia intatte queste righe. Grazie !

function ApriFinestra(str) { 

larg=704
alt=180
toptop=(screen.height/2)-(alt/2)
leftleft=(screen.width/2)-(larg/2)

searchWin = window.open(str,'','top='+toptop+',left='+leftleft+',scrollbars=no,width='+larg+',height='+alt+',status=no,location=no,toolbar=no'); 

}