var demoTabs;
	Event.observe(window, "load", function() {
		//Immagini
		var images = [
			"img/foto/xx1.png",
			"img/foto/xx2.png",
			"img/foto/xx3.png",
			"img/foto/xx4.png"
		];
		
		var images2 = [
			"img/foto/zz4.png",
			"img/foto/zz3.png",
			"img/foto/zz2.png",
			"img/foto/zz1.png"
		];

		new Widget.Fader("defaultDemo", images2);
		new Widget.Fader("defaultDemo2", images2);

		});
