<!--
function apri(url,lar,alt) { 
newin = window.open(url,'titolo','scrollbars=yes,resizable=yes, width='+ lar + ',height=' + alt + ',status=no,location=no,toolbar=no');
} 
//-->