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