<!--
/*
function scaricabollettino()  {
	
	var time = new Date(); 
	var time = new Date(); 

	var dd=time.getDate();
	var mm=time.getMonth()+1;
	var yy=time.getFullYear();
	

	var filename="/main/download?filename=/documenti/boll_consob/boll";
	filename=filename + document.scaricaboll.mese.options[document.scaricaboll.mese.selectedIndex].value;
	filename=filename + document.scaricaboll.anno.options[document.scaricaboll.anno.selectedIndex].value;
	filename=filename + ".pdf&zip=1";
	window.location=filename;

}
*/
-->
