function apri(url, frame, width, height, toolbar, scrollbars){
 var options='menubar=no,resizable=no,toolbar='+toolbar+',width='+width+',height='+height+',scrollbars='+scrollbars+'';
 finestra=window.open(url, frame, options);
}
