<!--
function apri_finestra(theURL,larghezza,altezza,scrollbar) {
   window.open(theURL,'','scrollbars='+scrollbar+',resizable='+scrollbar+',width='+larghezza+',height='+altezza+',status=no,location=no,toolbar=no');
}
//-->