function gallery(str)
{
var son = window.open(str,'blulab','scrollbars=no,resizable=no,width=603,height=501,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}


function aggiornaHidden(giorno, mese, anno, datanascosta){

var f = document.frm;

giornoID = giorno.options[giorno.selectedIndex].value;
meseID = mese.options[mese.selectedIndex].value;
annoID = anno.options[anno.selectedIndex].value;

	
datanascosta.value = annoID  +  meseID  +  giornoID;
		
}

function Invio()
{
if (document.newsletter.privacy.checked != false)
{
document.getElementById("-button").disabled = false;
}
else
{
document.getElementById("-button").disabled = true;
}
}
