// JavaScript Document
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
function passa_data_dal(valore,mese){
//alert("valoredal=" +valore);
document.getElementById('giornodal').value=valore;
document.getElementById('mesedal').options[mese-1].selected=true;

}
function passa_data_al(valore,mese){
//alert("valoreal=" +valore);
document.getElementById('giornoal').value=valore;
document.getElementById('meseal').options[mese-1].selected=true;
}
