		function change_photo(url_photo,nom_photo) {
			document.images[nom_photo].src="http://www.jordel.net/broadcar/resizer2.php?src="+url_photo+"&width=200&height=150";					
		}
		
		function affiche_photo(ref,place) {
			url_photo=document.images['photo_'+ref].src;
			parties=url_photo.split("_thumb");
			new_url_photo=parties[0]+parties[1];
			window.open("http://www.giraud-automobiles.com/photo-vehicule.php?place="+place+"&ph="+new_url_photo+"&ref="+ref,'','width=640,height=600,menubar=no');
		}
		
		function affiche_photo_detail(ref,i,place) {
			url_photo=document.images['photo_'+ref+'_'+i].src;
			parties=url_photo.split("_thumb");
			new_url_photo=parties[0]+parties[1];
			window.open("http://www.giraud-automobiles.com/photo-vehicule.php?place="+place+"&ph="+new_url_photo+"&ref="+ref+"&details=1",'','width=640,height=600,menubar=no');
		}
		
		function affiche_detail(ref) {
			window.open("http://www.giraud-automobiles.com/detail_vehicule.php?ref="+ref,'','resizable=yes,scrollbars=yes,width=680,height=430');
		}
		
		function affiche_detail_broadcar(ref,url) {
			window.open(url+"detail_vehicule.php?ref="+ref,'','resizable=yes,scrollbars=yes,width=680,height=430');
		}
		
		function impression_detail(ref) {
			window.open("http://www.giraud-automobiles.com/impression-vehicule.php?ref="+ref,'','resizable=yes,scrollbars=yes,width=680,height=430');
		}
		
		function envoi_par_mail(ref) {
			window.open('http://www.giraud-automobiles.com/envoi-par-mail.php?ref='+ref,'','resizable=yes,scrollbars=yes,width=400,height=430');
		}
