imgPath1 = new Array;
SiClickGoTo = new Array;
if (document.images)
	{
	i0 = new Image;
	i0.src = 'imgs/entreprise/photo-1.jpg';
	imgPath1[0] = i0.src;
	i1 = new Image;
	i1.src = 'imgs/entreprise/photo-2.jpg';
	imgPath1[1] = i1.src;
	i2 = new Image;
	i2.src = 'imgs/entreprise/photo-3.jpg';
	imgPath1[2] = i2.src;
	i3 = new Image;
	i3.src = 'imgs/entreprise/photo-4.jpg';
	imgPath1[3] = i3.src;
	i4 = new Image;
	i4.src = 'imgs/entreprise/photo-5.jpg';
	imgPath1[4] = i4.src;
	i5 = new Image;
	i5.src = 'imgs/entreprise/photo-6.jpg';
	imgPath1[5] = i4.src;
	i6 = new Image;
	i6.src = 'imgs/entreprise/photo-7.jpg';
	imgPath1[6] = i6.src;
	}
a = 0;
function ejs_img_fx(img)
	{
	if(img && img.filters && img.filters[0])
		{
		img.filters[0].apply();
		img.filters[0].play();
		}
	}

function StartAnim1()
	{
	if (document.images)
		{
		document.write('<IMG SRC="imgs/entreprise/photo-1.jpg" vspace="0" hspace="0" BORDER=0 ALT=photo NAME=defil>');
		defilimg()
		}
	else
		{
		document.write('<IMG SRC="imgs/entreprise/photo-1.jpg" vspace="0" hspace="0" BORDER=0>')
		}
	}
function defilimg()
	{
	if (a == 6)
		{
		a = 0;
		}
	if (document.images)
		{
		ejs_img_fx(document.defil)
		document.defil.src = imgPath1[a];
		tempo3 = setTimeout("defilimg()",4000);
		a++;
		}
	}
