window.addEvent('domready', function(){
	var myShow1 = new Slideshow('show1', ['w_ristorante1.jpg', 'w_ristorante2.jpg', 'w_ristorante3.jpg', 'w_ristorante4.jpg', 'w_ristorante5.jpg', 'w_ristorante6.jpg', 'w_ristorante7.jpg', 'w_ristorante8.jpg'], { delay: 4500, duration: 3500, height: 300, hu: 'images/slides/', width: 290 });
	var myShow2 = new Slideshow('show2', ['w_enoteca1.jpg', 'w_enoteca2.jpg', 'w_enoteca3.jpg', 'w_enoteca4.jpg', 'w_enoteca5.jpg', 'w_enoteca6.jpg'], { delay: 3000, duration: 3000, height: 300, hu: 'images/slides/', width: 290 });
	var myShow3 = new Slideshow('show3', ['w_ceramiche1.jpg', 'w_ceramiche2.jpg', 'w_ceramiche3.jpg', 'w_ceramiche4.jpg', 'w_ceramiche5.jpg', 'w_ceramiche6.jpg', 'w_ceramiche7.jpg'], { delay: 4000, duration: 3500,  height: 300, hu: 'images/slides/', width: 290 });
});
/*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_ceramiche1.jpg', 'w_ceramiche2.jpg', 'w_ceramiche3.jpg', 'enoteca2.gif', 'w_ceramiche4.jpg', 'w_ceramiche5.jpg', 'enoteca2.gif', 'w_ceramiche6.jpg', 'w_ceramiche7.jpg'], { height: 245, hu: 'images/slides/', width: 290 });
*/