imgPath = new Array;
SiClickGoTo = new Array;
if (document.images)
	{
	i0 = new Image;
	i0.src = 'partenaires/2010/isea.png';
	SiClickGoTo[0] = "http://www.calaisfoot.fr";
	imgPath[0] = i0.src;
	
	i1 = new Image;
	i1.src = 'partenaires/2010/dac.png';
	SiClickGoTo[1] = "http://www.renault-calais.fr/";
	imgPath[1] = i1.src;
	
	i2 = new Image;
	i2.src = 'partenaires/2010/iss.png';
	SiClickGoTo[2] = "http://www.calaisfoot.fr";
	imgPath[2] = i2.src;

	i3 = new Image;
	i3.src = 'partenaires/2010/saee.png';
	SiClickGoTo[3] = "http://www.saee.fr";
	imgPath[3] = i3.src;
	
	i4 = new Image;
	i4.src = 'partenaires/2010/satelec.png';
	SiClickGoTo[4] = "www.calaisfoot.fr";
	imgPath[4] = i4.src;
	
	i5 = new Image;
	i5.src = 'partenaires/2010/sanelec.png';
	SiClickGoTo[5] = "http://www.calaisfoot.fr";
	imgPath[5] = i5.src;
	
	i6 = new Image;
	i6.src = 'partenaires/2010/sogea.png';
	SiClickGoTo[6] = "http://www.calaisfoot.fr";
	imgPath[6] = i6.src;

	i7 = new Image;
	i7.src = 'partenaires/2010/climatechnic.png';
	SiClickGoTo[7] = "http://www.calaisfoot.fr";
	imgPath[7] = i7.src;
	
	i8 = new Image;
	i8.src = 'partenaires/2010/ineo.png';
	SiClickGoTo[8] = "http://www.calaisfoot.fr";
	imgPath[8] = i8.src;
	
	i9 = new Image;
	i9.src = 'partenaires/2010/axelec.png';
	SiClickGoTo[9] = "http://www.calaisfoot.fr";
	imgPath[9] = i9.src;
	
	i10 = new Image;
	i10.src = 'partenaires/2010/defissports.png';
	SiClickGoTo[10] = "http://www.calaisfoot.fr";
	imgPath[10] = i10.src;
	
	i11 = new Image;
	i11.src = 'partenaires/2010/aprofluides.png';
	SiClickGoTo[11] = "http://www.calaisfoot.fr";
	imgPath[11] = i11.src;
	
	i12 = new Image;
	i12.src = 'partenaires/2010/fimatec.png';
	SiClickGoTo[12] = "http://www.calaisfoot.fr";
	imgPath[12] = i12.src;
	
	i13 = new Image;
	i13.src = 'partenaires/2010/axxis.png';
	SiClickGoTo[13] = "http://www.calaisfoot.fr";
	imgPath[13] = i13.src;
	
	i14 = new Image;
	i14.src = 'partenaires/2010/littoralcouv.png';
	SiClickGoTo[14] = "http://www.calaisfoot.fr";
	imgPath[14] = i14.src;
	
	i15 = new Image;
	i15.src = 'partenaires/2010/spie.png';
	SiClickGoTo[15] = "http://www.calaisfoot.fr";
	imgPath[15] = i15.src;
	
	i16 = new Image;
	i16.src = 'partenaires/2010/apreva.png';
	SiClickGoTo[16] = "http://www.calaisfoot.fr";
	imgPath[16] = i16.src;
	
	i17 = new Image;
	i17.src = 'partenaires/2010/set_tertiaire.png';
	SiClickGoTo[17] = "http://www.calaisfoot.fr";
	imgPath[17] = i17.src;
	
	i18 = new Image;
	i18.src = 'partenaires/2010/calais.png';
	SiClickGoTo[18] = "http://www.calaisfoot.fr";
	imgPath[18] = i18.src;
	
	i19 = new Image;
	i19.src = 'partenaires/2010/cap_calaisis.png';
	SiClickGoTo[19] = "http://www.calaisfoot.fr";
	imgPath[19] = i19.src;
	
		i20 = new Image;
	i20.src = 'partenaires/2010/rcd.png';
	SiClickGoTo[20] = "http://www.calaisfoot.fr";
	imgPath[20] = i20.src;

	i21 = new Image;
	i21.src = 'partenaires/2010/tresco.png';
	SiClickGoTo[21] = "http://www.calaisfoot.fr";
	imgPath[21] = i21.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('<A HREF="#" onClick="ImgDest();return(false)" ><IMG SRC="partenaires/2010/01.gif" BORDER=0 ALT=Partenaires NAME=defil style="filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=100,Duration=1)"></A>');
		defilimg()
		}
	else
		{
		document.write('<A HREF="http://www.calaisfoot.fr"><IMG SRC="partenaires/2010/01.gif" BORDER=0></A>')
		}
	}
function ImgDest()
	{
	window.open(SiClickGoTo[a-1],'_blank');
	}
function defilimg()
	{
	if (a == 22)
		{
		a = 0;
		}
	if (document.images)
		{
		ejs_img_fx(document.defil)
		document.defil.src = imgPath[a];
		tempo3 = setTimeout("defilimg()",2000);
		a++;
		}
	}
