function PopUp (id)
{var lien = "popup_voiture.php?idvoiture="+id;
 var window2=window.open(lien,"popup",'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=450,top=0,left=0');
}

function ChangeMessage(message,champ)
  {
  if(document.getElementById)
    document.getElementById(champ).innerHTML = message;
  }

imgPath = new Array;
SiClickGoTo = new Array;
tab_mess = new Array;
version = navigator.appVersion.substring(0,1);
a = 0;
a_maxi = 2;
function ImgDest()
	{
	document.location.href = SiClickGoTo[a-1];
	}

function defilimg2()
	{
	if (a == a_maxi)
		{
		a = 0;
		}
	if (version >= 3)
		{
		ChangeMessage(tab_mess[a+1],"ejs_texte");
		//alert(tab_mess[a+1]);
		document.defil.src = imgPath[a];
		tempo3 = setTimeout("defilimg2()",3000);
		a++;
		}
	}
