function nuovaFinestra(a){
window.open(a, 'popupwindow', 'scrollbars,resizable,menubar,toolbar,directories,location,status');
}
