		  $(document).ready(function() {
		   $('.statsmasagiornaletop1').toggle(function() {
				$('#statsmasagiornale').show();
				$('#arrowextra').attr("src","/images/freccia-giu.gif");
				$('#statsmasagiornale2').hide();
				$('#statsmasagiornale3').hide();
				$('#statsmasagiornale4').hide();
				$('#arrowextra2').attr("src","/images/freccia-dx.gif");
				$('#arrowextra3').attr("src","/images/freccia-dx.gif");
				$('#arrowextra4').attr("src","/images/freccia-dx.gif");
				}, function(){
	            $('#arrowextra').attr("src","/images/freccia-dx.gif");
	            $('#statsmasagiornale').hide();   
			});
		   $('.statsmasagiornaletop2').toggle(function() {
				$('#statsmasagiornale2').show();
				$('#arrowextra2').attr("src","/images/freccia-giu.gif");
				$('#statsmasagiornale').hide();
				$('#statsmasagiornale3').hide();
				$('#statsmasagiornale4').hide();
				$('#arrowextra').attr("src","/images/freccia-dx.gif");
				$('#arrowextra3').attr("src","/images/freccia-dx.gif");
				$('#arrowextra4').attr("src","/images/freccia-dx.gif");
				}, function(){
	            $('#arrowextra2').attr("src","/images/freccia-dx.gif");
	            $('#statsmasagiornale2').hide();   				
			});
		   $('.statsmasagiornaletop3').toggle(function() {
	            $('#arrowextra3').attr("src","/images/freccia-dx.gif");
	            $('#statsmasagiornale3').hide(); 
				}, function(){
				$('#statsmasagiornale3').show();
				$('#arrowextra3').attr("src","/images/freccia-giu.gif");
				$('#statsmasagiornale2').hide();
				$('#statsmasagiornale').hide();
				$('#statsmasagiornale4').hide();
				$('#arrowextra2').attr("src","/images/freccia-dx.gif");
				$('#arrowextra').attr("src","/images/freccia-dx.gif");
				$('#arrowextra4').attr("src","/images/freccia-dx.gif");     				
			});
		   $('.statsmasagiornaletop4').toggle(function() {
				$('#statsmasagiornale4').show();
				$('#arrowextra4').attr("src","/images/freccia-giu.gif");
				$('#statsmasagiornale2').hide();
				$('#statsmasagiornale3').hide();
				$('#statsmasagiornale').hide();
				$('#arrowextra2').attr("src","/images/freccia-dx.gif");
				$('#arrowextra3').attr("src","/images/freccia-dx.gif");
				$('#arrowextra').attr("src","/images/freccia-dx.gif");
				}, function(){
	            $('#arrowextra4').attr("src","/images/freccia-dx.gif");
	            $('#statsmasagiornale4').hide();              
			});
		  });
