function apri(winURL,winName,winFeatures) {
          window.open(winURL,winName,winFeatures);
}

function chiudi() {
    close();}

