function btAttivitaClk() {
  $('#gruppo1').slideToggle('slow');
}
function btAlboClk() {
	$('#GiochiGioventu').hide();	
	$('#GaraSociale').slideToggle('slow');
}
function btGiochiClk() {
	$('#GaraSociale').hide();		
	$('#GiochiGioventu').slideToggle('slow');
}

$(document).ready(function(){
			$(".iframe").fancybox({
				'titleShow'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',				
			});
			$(".iframe2").fancybox({
				'height'		: 480,
				'titleShow'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',				
			});			
			mostrasponsor();
}
);

function mostra(ind) {
  $("div.sponsor").eq(ind).fadeTo(1000,1);
}

function mostrasponsor() {
for (i=0;i<=$("div.sponsor").size();i++) {
  setTimeout("mostra('"+i+"')",(i*200));
}
}
