<!-- DEBUT DU SCRIPT -->

var sourcejsbasgauche = new Array;
var linkjsbasgauche = new Array;

function initImageBasGauche()
{
imgPathBasGauche = new Array;
SiClickGoToBasGauche = new Array;
if (document.images)
	{
		for(i=0;i<sourcejsbasgauche.length;i++)
		{
			i0 = new Image;
			i0.src = sourcejsbasgauche[i];
			SiClickGoToBasGauche[i] = linkjsbasgauche[i];
			imgPathBasGauche[i] = i0.src;
		}
	}
compteurbasgauche = 0;
}
function ejs_img_fxBasGauche(img)
	{
	if(img && img.filters && img.filters[0])
		{
		img.filters[0].apply();
		img.filters[0].play(); 
		}
	}

function StartAnimBasGauche()
	{
		 
	if (document.images)
		{
		document.write('<A HREF="#" onClick="ImgDestBasGauche();return(false)"><IMG WIDTH="220" HEIGHT="118"  SRC="#" BORDER=0 NAME=defil_js_basgauche style="filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=3,Duration=1)"></A>');
		defilimgBasGauche()
		}
	else
		{
		document.write('<A HREF=""><IMG SRC="#" BORDER=0></A>')
		}
	}
function ImgDestBasGauche()
	{
		
	//document.location.href = SiClickGoToBasGauche[compteurbasgauche-1];
	window.open(SiClickGoToBasGauche[compteurbasgauche-1]);
	}
function defilimgBasGauche()
	{
		
	if (compteurbasgauche == sourcejsbasgauche.length)
		{
		compteurbasgauche = 0;
		}
	if (document.images)
		{
			
			ejs_img_fxBasGauche(document.defil_js_basgauche)
			document.defil_js_basgauche.src = imgPathBasGauche[compteurbasgauche];
			
			tempo3 = setTimeout("defilimgBasGauche()",7000);
			compteurbasgauche++;
		}
	}

