function controlli_eng(form)
{
msg= "You have to authorize the transmission of your personal details!\n";
if(!document.getElementById('autorizzazione').checked) {alert(msg); return false;}
else {return true;}
 }


function gowindow1(str, titolo,w,h) {
 openwin = window.open(str,titolo,'width='+ w +',height='+ h +',status=no,scrollbars=yes,resizable=no,location=no,toolbar=no');
 }

function gowindow(str, titolo,w,h) {
 openwin = window.open(str,titolo,'width='+ w +',height='+ h +',status=no,scrollbars=no,resizable=no,location=no,toolbar=no');
 }
