imgPath = new Array;
SiClickGoTo = new Array;
if (document.images)
	{
	i0 = new Image;
	i0.src = 'images/UM1.jpg';
	SiClickGoTo[0] = "http://www.droit.univ-montp1.fr";
	imgPath[0] = i0.src;
	i1 = new Image;
	i1.src = 'images/logo_charrel_redim400x244-trans30.gif';
	SiClickGoTo[1] = "http://perso.orange.fr/charrel-scp";
	imgPath[1] = i1.src;
	i2 = new Image;
	i2.src = 'images/agysoft.gif';
	SiClickGoTo[2] = "http://www.agysoft.fr";
	imgPath[2] = i2.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="#" target="_blank" onClick="ImgDest();return(false)"><IMG SRC="images/UM1.jpg" width="146" height="90" BORDER=0 ALT=Menu NAME=defil style="filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=100,Duration=1)"></A>');
		defilimg()
		}
	else
		{
		document.write('<A HREF="http://www.droit.univ-montp1.fr" target="_blank"><IMG SRC="images/UM1.jpg" width="146" height="90" BORDER=0 ></A>')
		}
	}
function ImgDest()
	{
	document.location.href = SiClickGoTo[a-1];
	}
function defilimg()
	{
	if (a == 3)
		{
		a = 0;
		}
	if (document.images)
		{
		ejs_img_fx(document.defil)
		document.defil.src = imgPath[a];
		tempo3 = setTimeout("defilimg()",2000);
		a++;
		}
	}
