function apriPopup(nome, titolo, lar, alt){
        window.open(nome, titolo, 'width=' + lar + ',height=' + alt + ',toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
}
