imgPath = new Array;
SiClickGoTo = new Array;
if (document.images)
	{
	i0 = new Image;
	i0.src = 'images/enrobes/enrobe_1.jpg';
	imgPath[0] = i0.src;
	i1 = new Image;
	i1.src = 'images/emulsion/emulsion_1.jpg';
	imgPath[1] = i1.src;
	i2 = new Image;
	i2.src = 'images/hydroway/hydroway_1.jpg';
	imgPath[2] = i2.src;
	i3 = new Image;
	i3.src = 'images/balthazar/balthazar_1.jpg';
	imgPath[3] = i3.src;
	i4 = new Image;
	i4.src = 'images/enrobes/enrobe_10.jpg';
	imgPath[4] = i4.src;
	i5 = new Image;
	i5.src = 'images/emulsion/emulsion_3.jpg';
	imgPath[5] = i5.src;
	i6 = new Image;
	i6.src = 'images/hydroway/hydroway_2.jpg';
	imgPath[6] = i6.src;
	i7 = new Image;
	i7.src = 'images/balthazar/balthazar_10.jpg';
	imgPath[7] = i7.src;
	i8 = new Image;
	i8.src = 'images/pavage/pavage_1.jpg';
	imgPath[8] = i8.src;
	}
a = 0;
function ejs_img_fx(img)
	{
	if(img && img.filters && img.filters[0])
		{
		img.filters[0].apply();
		img.filters[0].play();
		}
	}

function StartAnim()
	{
	if (document.images)
		{
		document.write('<img src="images/enrobes/enrobe_1.jpg" height="130" width="195" ALT=allee NAME=defil style="filter:progid:DXImageTransform.Microsoft.GradientWipe(duration=4)">');
		defilimg()
		}
	else
		{
		document.write('<img src="images/enrobes/enrobe_1.jpg" height="130" width="195">')
		}
	}
function defilimg()
	{
	if (a == 9)
		{
		a = 0;
		}
	if (document.images)
		{
		ejs_img_fx(document.defil)
		document.defil.src = imgPath[a];
		tempo3 = setTimeout("defilimg()",6000);
		a++;
		}
	}