function apri(url) { 
newin = window.open(url,'titolo','scrollbars=yes,resizable=yes, width=650,height=320,status=no,location=no,toolbar=no');
} 
