<!--
function Apripopup (nome, titolo, lar, alt){
window.open (nome, titolo, 'width=' +lar+', height='+alt+', toolbar=0, location=0, status=0, menubar=0, scrollbars=0, resizable=0');
}
//-->