<!--
function apriPOPUP(nome,titolo,larg,alt,t,l) {
window.open(nome,titolo,'width=' + larg + ',height=' + alt + ',top=' + t + ',left=' + l);
}
// end -->