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