function assegnamese(url){
	var IE = navigator.appName.indexOf("Microsoft") != -1;
	var filmato = IE ? window.calenda : window.document.calenda;
	filmato.SetVariable("mese", url.options[url.selectedIndex].value);
	filmato.GotoFrame(0);
	filmato.Play();
}
function assegnaanno(url){
	var IE = navigator.appName.indexOf("Microsoft") != -1;
	var filmato = IE ? window.calenda : window.document.calenda;
	filmato.SetVariable("anno", url.options[url.selectedIndex].value);
	filmato.GotoFrame(0);
	filmato.Play();
}
