window.name = "autodirect"

/*function PopupCentrer(page,largeur,hauteur,options) {
  var top=(screen.height-hauteur)/2;
  var left=(screen.width-largeur)/2;
  window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}*/

function clipme2(image)
{
	var Hauteur;
	var Largeur;
	var Letop;
	var Leleft;
	window.open(document.getElementById("THEIMG").title, "", "width=660,height=500,resizable=no,scrollbars=no,location=no,statut=no");

}

function changeimg(x,y)
{
	var LINK1;
	var LINK2;


	LINK1 = "http://www.cvautos.com/commun/image_supp_SMALL.asp?NoVehicule=";
	LINK2 = "http://www.cvautos.com/commun/image_SMALL.asp?NoVehicule=";
	if (y == '0')
	{
		LINK2 = LINK2 + x;
		document.getElementById("THEIMG").src = LINK2;
		document.getElementById("THEIMG").title = "http://www.cvautos.com/commun/image_BIG.asp?NoVehicule=" + x;
	}
	else
	{
		LINK1 = LINK1 + x;
		LINK1 = LINK1 + "&idImage=" + y;
		document.getElementById("THEIMG").src = LINK1;
		document.getElementById("THEIMG").title = "http://www.cvautos.com/commun/image_supp_BIG.asp?NoVehicule=" + x + "&idImage=" + y;
	}
  

}


function changeimg2(x,y)
{
	var LINK1;
	var LINK2;

	LINK1 = "http://www.cvautos.com/preview/cvv_medium.asp?car=" + x + "&force=" + y;
	document.getElementById("THEIMG").src = LINK1;
	document.getElementById("THEIMG").title = "http://www.cvautos.com/preview/cvv_full.asp?car=" + x + "&force=" + y;
}

function popupAll(x)
{
	Imgwin = window.open("http://www.cvautos.com/commun/all_image.asp?NoVehicule=" + x,"image","width=690,scrollbars=yes");

}

function popupAll2(x)
{
	Imgwin = window.open("http://www.cvautos.com/preview/all_image.asp?NoVehicule=" + x,"image","width=690,scrollbars=yes");

}

function OpenMail(x,fax,type) 
{
	x = rand();
	window.open("","mail"+x,"width=400 height=250");

	if (type == "car")
	{
		if (fax=="true")
		{
			document.form1.action = "http://www.cvautos.com/redirect.asp?type=1";
			document.form1.target="mail"+x;
		}
		else
		{
			document.form1.action = "http://www.cvautos.com/redirectdotnet.asp?type=1";
			document.form1.target="mail"+x;
		}
	}
	else
	{
		if (fax=="true")
		{
			document.form1.action = "http://www.cvautos.com/redirect.asp?type=2";
			document.form1.target="mail"+x;
		}
		else
		{
			document.form1.action = "http://www.cvautos.com/redirectdotnet.asp?type=2";
			document.form1.target="mail"+x;
		}
	}
	document.form1.submit();
}


function rand()
{
  var now=new Date();
  var num=(now.getSeconds())%10;
  var num=num+1;
  return num;
}

function ouvre(page)
{
   window.open(page,"","width=635,height=445,left=1,top=1,resizable=no,scrollbars=yes,statusbar=no,toolbars=no");
}

function Image_onclick(Image) {
	window.open(Image,"Véhicule","height=0,width=0,scrollbars");
}

function Retour_onclick() {
	history.back(-1);
}


function clipme(ID)
{
clipwin = window.open("addcompare.asp?ID="+ID, "clipwindow", "width=350,height=240");
}

function OpenCity()
{
	curpage = document.location;
	Imgwin2 = window.open("http://www.cvautos.com/ville.asp?PAGE=" + curpage,"ville","width=320 height=120");
}


