
src=["../slideshow/foto_01.jpg","../slideshow/foto_02.jpg","../slideshow/foto_03.jpg","../slideshow/foto_04.jpg","../slideshow/foto_05.jpg","../slideshow/foto_06.jpg","../slideshow/foto_07.jpg","../slideshow/foto_08.jpg","../slideshow/foto_09.jpg","../slideshow/foto_10.jpg"]
durata=4;go_foto=[];count=0;function showImg()
{var num_foto=(count+1)%src.length;if(go_foto[num_foto]&&(go_foto[num_foto].complete||go_foto[num_foto].complete==null))
{document["PictureBox"].src=go_foto[count=num_foto].src;}
go_foto[num_foto=(count+1)%src.length]=new Image;go_foto[num_foto].src=src[num_foto];setTimeout("showImg()",durata*1000);}
