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