/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
imgPath = new Array;
imgPath2 = new Array;
imgPath3 = new Array;
imgPath4 = new Array;
imgPath5 = new Array;
version = navigator.appVersion.substring(0,1);
if (version >= 3)
	{
	i0 = new Image;
	i0.src = 'images/emplacements.jpg';
	imgPath[0] = i0.src;
	i1 = new Image;
	i1.src = 'images/emplac-tarn1.jpg';
	imgPath[1] = i1.src;
	i2 = new Image;
	i2.src = 'images/emplac-paysag.jpg';
	imgPath[2] = i2.src;
	
		i0 = new Image;
	i0.src = 'images/caravane.jpg';
	imgPath2[0] = i0.src;
	i1 = new Image;
	i1.src = 'images/caravane1.jpg';
	imgPath2[1] = i1.src;
	i2 = new Image;
	i2.src = 'images/caravane-mobil.jpg';
	imgPath2[2] = i2.src;
	
		i0 = new Image;
	i0.src = 'images/bengali1.jpg';
	imgPath3[0] = i0.src;
	i1 = new Image;
	i1.src = 'images/bengali3.jpg';
	imgPath3[1] = i1.src;
	i2 = new Image;
	i2.src = 'images/bengali4.jpg';
	imgPath3[2] = i2.src;
	
		i0 = new Image;
	i0.src = 'images/mobil-home5.jpg';
	imgPath4[0] = i0.src;
	i1 = new Image;
	i1.src = 'images/mobil-home6.jpg';
	imgPath4[1] = i1.src;
	i2 = new Image;
	i2.src = 'images/mobil-home8.jpg';
	imgPath4[2] = i2.src;
	
		i0 = new Image;
	i0.src = 'images/maison-chalet.jpg';
	imgPath5[0] = i0.src;
	i1 = new Image;
	i1.src = 'images/maison-chalet1.jpg';
	imgPath5[1] = i1.src;
	i2 = new Image;
	i2.src = 'images/maison-chalet4.jpg';
	imgPath5[2] = i2.src;

	}
a = 0;
function StartAnim()
	{
	if (version >= 3)
		{
		document.write('<IMG SRC="images/emplacements.jpg" BORDER=2 NAME=defil>');
		defilimg()
		}
	else
		{
		document.write('<IMG SRC="images/emplacements.jpg" BORDER=2>')
		}
	}
function defilimg()
	{
	if (a == 3)
		{
		a = 0;
		}
	if (version >= 3)
		{
		document.defil.src = imgPath[a];
		tempo3 = setTimeout("defilimg()",2000);
		a++;
		}
	}
function StartAnim2()
	{
	if (version >= 3)
		{
		document.write('<IMG SRC="images/caravane.jpg" BORDER=2 NAME=defil2>');
		defilimg2()
		}
	else
		{
		document.write('<IMG SRC="images/caravane.jpg" BORDER=2>')
		}
	}
function defilimg2()
	{
	if (a == 3)
		{
		a = 0;
		}
	if (version >= 3)
		{
		document.defil2.src = imgPath2[a];
		tempo3 = setTimeout("defilimg2()",2000);
		a++;
		}
	}
function StartAnim3()
	{
	if (version >= 3)
		{
		document.write('<IMG SRC="images/bengali1.jpg" BORDER=2 NAME=defil3>');
		defilimg3()
		}
	else
		{
		document.write('<IMG SRC="images/bengali1.jpg" BORDER=2>')
		}
	}
function defilimg3()
	{
	if (a == 3)
		{
		a = 0;
		}
	if (version >= 3)
		{
		document.defil3.src = imgPath3[a];
		tempo3 = setTimeout("defilimg3()",2000);
		a++;
		}
	}
function StartAnim4()
	{
	if (version >= 3)
		{
		document.write('<IMG SRC="images/mobil-home5.jpg" BORDER=2 NAME=defil4>');
		defilimg4()
		}
	else
		{
		document.write('<IMG SRC="images/mobil-home5.jpg" BORDER=2>')
		}
	}
function defilimg4()
	{
	if (a == 3)
		{
		a = 0;
		}
	if (version >= 3)
		{
		document.defil4.src = imgPath4[a];
		tempo3 = setTimeout("defilimg4()",2000);
		a++;
		}
	}
function StartAnim5()
	{
	if (version >= 3)
		{
		document.write('<IMG SRC="images/maison-chalet.jpg" BORDER=2 NAME=defil5>');
		defilimg5()
		}
	else
		{
		document.write('<IMG SRC="images/maison-chalet.jpg.jpg" BORDER=2>')
		}
	}
function defilimg5()
	{
	if (a == 3)
		{
		a = 0;
		}
	if (version >= 3)
		{
		document.defil5.src = imgPath5[a];
		tempo3 = setTimeout("defilimg5()",2000);
		a++;
		}
	}
// JavaScript Document