/*

SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT

http://www.editeurjavascript.com

*/

imgPath2 = new Array;

SiClickGoTo2 = new Array;

version2 = navigator.appVersion.substring(0,1);

if (version2 >= 3)

	{

	c02 = new Image;

	c02.src = 'images/diapo2/diapo1.gif';

	SiClickGoTo2[0] = "festivalCoteSaone.php?page=lundi";

	imgPath2[0] = c02.src;

	c12 = new Image;

	c12.src = 'images/diapo2/diapo2.jpg';

	SiClickGoTo2[1] = "festivalCoteSaone.php?page=jeudi";

	imgPath2[1] = c12.src;

	c22 = new Image;

	c22.src = 'images/diapo2/diapo3.jpg';

	SiClickGoTo2[2] = "festivalCoteSaone.php?page=dimanche";

	imgPath2[2] = c22.src;

	}

b = 0;

function StartAnim2()

	{

	if (version2 >= 3)

		{

		document.write('<A HREF="#" onClick="ImgDest2();return(false)"><IMG SRC="images/diapo2/diapo1.gif" BORDER=0 ALT="Temps forts" NAME=defil2></A>');

		defilimg2()

		}

	else

		{

		document.write('<A HREF="festivalCoteSaone.php?page=dimanche"><IMG SRC="images/diapo2/diapo1.gif" BORDER=0></A>')

		}

	}

function ImgDest2()

	{

	document.location.href = SiClickGoTo2[b-1];

	}

function defilimg2()

	{

	if (b == imgPath2.length)

		{

		b = 0;

		}

	if (version2 >= 3)

		{

		document.defil2.src = imgPath2[b];

		tempo32 = setTimeout("defilimg2()",3500);

		b++;

		}

	}
