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