window.addEvent('domready', function(){
	var myShow1 = new Slideshow('show1', ['home1_1.jpg', 'home1_2.jpg', 'home1_3.jpg'], { delay: 3500, duration: 2500, height: 240, hu: 'images/slides/', width: 320 });
	var myShow2 = new Slideshow('show2', ['home2_1.jpg', 'home2_2.jpg', 'home2_3.jpg','home2_4.jpg','home2_5.jpg'], { delay: 2000, duration: 2000, height: 240, hu: 'images/slides/', width: 320 });
	var myShow3 = new Slideshow('show3', ['home3_1.jpg', 'home3_2.jpg', 'home3_3.jpg','home3_4.jpg'], { delay: 3000, duration: 2500,  height: 240, hu: 'images/slides/', width: 320 });
});
/*function startShow2() {
	
}
function startShow3() {
	

}
setTimeout("startShow2()",3000);

setTimeout("startShow3()",6000);

	var myShow1 = new Slideshow('show1', ['w_ristorante1.jpg', 'enoteca2.gif', 'w_ristorante2.jpg', 'w_ristorante3.jpg', 'enoteca2.gif', 'w_ristorante4.jpg', 'w_ristorante5.jpg', 'enoteca2.gif', 'w_ristorante6.jpg'], { height: 245, hu: 'images/slides/', width: 290 });

	var myShow2 = new Slideshow('show2', ['w_enoteca1.jpg', 'w_enoteca2.jpg', 'enoteca2.gif', 'w_enoteca3.jpg', 'w_enoteca4.jpg', 'enoteca2.gif', 'w_enoteca5.jpg', 'w_enoteca6.jpg', 'enoteca2.gif'], { height: 245, hu: 'images/slides/', width: 290 });

	var myShow3 = new Slideshow('show3', ['w_cantina1.jpg', 'w_cantina2.jpg', 'w_cantina3.jpg', 'enoteca2.gif', 'w_cantina4.jpg', 'w_cantina5.jpg', 'enoteca2.gif', 'w_cantina6.jpg', 'w_cantina7.jpg'], { height: 245, hu: 'images/slides/', width: 290 });
*/
