
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
//imgPath = new Array;
//SiClickGoTo = new Array;

version = navigator.appVersion.substring(0,1);

/*
if (version >= 3)
	{
	i0 = new Image;
	i0.src = 'http://localhost/actconso/prototype/images/db/paris_home_photo.home_photo_path.1.jpg';
	//SiClickGoTo[0] = "http://localhost/actconso/prototype/images/db/paris_home_photo.home_photo_path.1.jpg";
	imgPath[0] = i0.src;
	i1 = new Image;
	i1.src = 'http://localhost/actconso/prototype/images/db/paris_home_photo.home_photo_path.2.jpg';
	//SiClickGoTo[1] = "lie2.jpg";
	imgPath[1] = i1.src;
	i2 = new Image;
	i2.src = 'http://localhost/actconso/prototype/images/db/paris_home_photo.home_photo_path.3.jpg';
	//SiClickGoTo[1] = "lie2.jpg";
	imgPath[2] = i2.src;
	i3 = new Image;
	i3.src = 'http://localhost/actconso/prototype/images/db/paris_home_photo.home_photo_path.4.jpg';
	//SiClickGoTo[1] = "lie2.jpg";
	imgPath[3] = i3.src;		
	}
*/	
a = 0;

function StartAnim(p_size)
	{
	if (version >= 3)
		{
		document.write('<IMG SRC="' + imgPath[0] + '" BORDER=0 ALT="Photo Paris" NAME=defil>');
		defilimg(p_size)
		}
	else
		{
		document.write('<IMG SRC="lien1.bob" BORDER=0>')
		}
	}
	
	
	/*
function ImgDest()
	{
	document.location.href = SiClickGoTo[a-1];
	}
	*/
function defilimg(p_size)
	{
	if (a == p_size)
		{
		a = 0;
		}
	if (version >= 3)
		{
		document.defil.src = imgPath[a];
		tempo3 = setTimeout("defilimg('"  + p_size + "')", HOME_PHOTO_TIME);
		a++;
		}
	}

