// Initialise the effects
		var abruzzo, basilicata, calabria, campania, emilia, friuli, lombardia, marche, molise, piemonte, puglia, sardegna, sicilia, toscana, trentino, aosta, veneto;
		
		window.onload = function() {
			abruzzo = new fx.Combo('abruzzo', {height: true, opacity: true, duration: 500});
			basilicata = new fx.Combo('basilicata', {height: true, opacity: true, duration: 500});
			calabria = new fx.Combo('calabria', {height: true, opacity: true, duration: 500});
			campania = new fx.Combo('campania', {height: true, opacity: true, duration: 500});
			emilia = new fx.Combo('emilia', {height: true, opacity: true, duration: 500});
			friuli = new fx.Combo('friuli', {height: true, opacity: true, duration: 500});
			lombardia = new fx.Combo('lombardia', {height: true, opacity: true, duration: 500});
			marche = new fx.Combo('marche', {height: true, opacity: true, duration: 500});
			molise = new fx.Combo('molise', {height: true, opacity: true, duration: 500});
			piemonte = new fx.Combo('piemonte', {height: true, opacity: true, duration: 500});
			puglia = new fx.Combo('puglia', {height: true, opacity: true, duration: 500});
			sardegna = new fx.Combo('sardegna', {height: true, opacity: true, duration: 500});
			sicilia = new fx.Combo('sicilia', {height: true, opacity: true, duration: 500});
			toscana = new fx.Combo('toscana', {height: true, opacity: true, duration: 500});
			trentino = new fx.Combo('trentino', {height: true, opacity: true, duration: 500});
			aosta = new fx.Combo('aosta', {height: true, opacity: true, duration: 500});
			veneto = new fx.Combo('veneto', {height: true, opacity: true, duration: 500});
			tinyScrolling.init();
						
			// Hide them to begin with
			abruzzo.hide();
			basilicata.hide();
			calabria.hide();
			campania.hide();
			emilia.hide();
			friuli.hide();
			lombardia.hide();
			marche.hide();
			molise.hide();
			piemonte.hide();
			puglia.hide();
			sardegna.hide();
			sicilia.hide();
			toscana.hide();
			trentino.hide();
			aosta.hide();
			veneto.hide();
}
