//---ENGLISH CHRYSLER ---//
//---- browser sniffer, defines variables for the rest of the functions below to use.

ns4 = (document.layers)? true:false;
ie4 = (document.all)? true:false;
//window.name='chrysler';
//---START DAA---
//**cross browser DOM object handler
function getObj(name)
{
  if (document.getElementById){  	
  	if (document.getElementById(name)!=null){

 	 	this.obj = document.getElementById(name);
  		this.style = document.getElementById(name).style;
	}
	
  } else if (document.all){  	
  	if (document.all[name] != null){
		this.obj = document.all[name];
		this.style = document.al[name].style;
	}
	
  } else if (document.layers){
  	if (document.layers[name] != null){
   		this.obj = document.layers[name];
   		this.style = document.layers[name];
   	}   	
  }
}
//**function to get page parameters
function getParameters() {
	var url = location.href;
	parameters = url.split(",");
	//if (parameters.length>2) {
		parameters = parameters[2].split("-");
	//}
	return parameters;
}

function isTenTwentyFour() {
	return (screen.width > "800")
}
// **function to check for page contain flash by checking if <object> tag is in the child node.
function checkFlash () {
	return (document.getElementsByTagName("OBJECT").length !=0);
}
//**function to write DAA DIV base on screen resolution

function writeDiv (resolution, paramArr) {
var language = (paramArr[0]==undefined || paramArr[0]==null)? "" : paramArr[0];var brand = (paramArr[1]==undefined || paramArr[1]==null)? "" : paramArr[1];var nameplate = (paramArr[2]==undefined || paramArr[2]==null)? "" : paramArr[2];var section = (paramArr[3]==undefined || paramArr[3]==null)? "" : paramArr[3];var subsection = (paramArr[4]==undefined || paramArr[4]==null)? "" : paramArr[4];var remainder = paramArr;
var URL = daaURL + "?remainder=" + remainder + "&language=" + language+ "&brand=" + brand+ "&nameplate=" + nameplate + "&section=" + section  + "&subSection=" + subsection +"&messageType=pageview&daaVisibled=" + getQueryVariable('showDAA'); 

 var daalayer=document.createElement('DIV'); 
 daalayer.setAttribute('id','daalayer');
 daalayer.setAttribute('name','daa');
 daalayer.className = "Promo" + resolution;
  
 var daaframe = document.createElement('iframe')
 daaframe.setAttribute('id','daaframe');
 daaframe.setAttribute('name','daaframe');
 daaframe.setAttribute('frameBorder','0');
 daaframe.setAttribute('scrolling','no');
 daaframe.setAttribute('width','200px');
 daaframe.setAttribute('height','230px');
 daaframe.setAttribute('src',URL);
 
 daalayer.appendChild(daaframe);
 document.body.appendChild(daalayer);
 if (getQueryVariable('showDAA') == 'true'){
 	var objDiv =  new getObj('daalayer')
 	if(isTenTwentyFour()){
 		objDiv.style.top="45px"
 		objDiv.style.left="780px"; 
	} else {
 		objDiv.style.top="45px"
 		objDiv.style.left="550px"; 		
 	}
 
 	objDiv.style.visibility = "visible"; 	
 }
}
//** init function whe page onload
function init() {	
   if(daaURL != "") {
   	var blnTenTwentyFour = isTenTwentyFour();   	
	var paramsArr = getParameters();
	var blnHasflash;

	if (blnTenTwentyFour) {
   		writeDiv(1024, paramsArr)
   		
   	} else if (!checkFlash()) {
   		writeDiv(800, paramsArr)
	}
  }

}
function _daa(){
	var tmp = location.hostname.split("."); var env = tmp[0].toLowerCase(); if((env.indexOf("www") >= 0) ||(env.indexOf("uat") >= 0) || (env.indexOf("test") >= 0) ) {_daa ="daa.dcapps.ca"; } else if (env.indexOf("vignette") >= 0) {_daa = "dev.daa2.dcapps.ca"; } else if ((env.indexOf("thqaweb01") >= 0) ) {_daa = "qa.daa2.dcapps.ca"; }	return _daa;
}
function _was5(){
	var tmp = location.hostname.split(".");
	var env = tmp[0].toLowerCase(); 
	if ((env.indexOf("thqaweb01") >= 0) || (env.indexOf("qa") >= 0)) {_was5 = "qa-5" + "."+  tmp[1] + "."+  tmp[2] +"."+  tmp[3]; }
	//else if ((env.indexOf("test") >= 0) ||(env.indexOf("uat") >= 0)) {_was5 = tmp[0] + "-5" + "."+ tmp[1] + "."+ tmp[2]; } 
	else {_was5 = location.hostname; }	
	return _was5;
}
// **Global variables
//--comment this line for stress testing and uncomment the line after it--//
var daaURL = "http://" + _daa() + "/query/query.do"; 
//var daaURL = "";

//window.onload=init;
//---END DAA--
//---- resizes page to its proper dimension
function resizeFix() {
	if(widthCheck != window.innerWidth || heightCheck != window.innerHeight) {
		window.location.reload();
   }
}

//---- handles netscape resizing problem by forcing to reload when window is resized
if(ns4) {
	widthCheck = window.innerWidth;
    heightCheck = window.innerHeight;
    window.onresize = resizeFix();
}


//--- pass in div layer name and set display property to nono to hide div
function hidediv(name){
	var objDiv =  new getObj(name).style;
	objDiv.display ="none";
}
   
//---- Popup for P&E
function start(namePlate, brand ,lang) {
	if(daaURL != ""){
		var paramArr = getParameters();
		var namePlate = (paramArr[2]==undefined || paramArr[2]==null)? "" : paramArr[2]; var section = (paramArr[3]==undefined || paramArr[3]==null)? "" : paramArr[3];var subsection = (paramArr[4]==undefined || paramArr[4]==null)? "" : paramArr[4]; 
		var URL = daaURL + "?language=" + lang + "&brand=" + brand + "&nameplate=" + namePlate + "&section=" + section + "&subSection=" + subsection + "&messageType=buildprice";
		location.href= URL;

	} else {
	  url = "http://" + _was5() + "/configurator/bridge.htm?" + namePlate + "\&" + lang + "\&" + brand;
	  self.name = "Configurator";
	  location.href=url;
	}

}

//---- Popup for Vehicle compare

function startCompare(namePlate, brand ,lang) {
	url = "http://" + _was5() + "/configurator/bridge_compare.htm?" + namePlate + "\&" + lang + "\&" + brand +"\&ButtonPressed=VehicleCompare";
	if (self.name!="open_me"){
		self.name="Configurator";
	}	
	launchWindow(url, "Compare", 650, 570);
}


//---- Launches New Window

function launchWindow(url,windowName,winheight,winwidth) {
  if (!windowName) windowName="configchild";
  if (!winheight) winheight="400";
  if (!winwidth) winwidth="600";
  eval('window.open(url,windowName,"history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,left=10,top=10,width=' + winwidth + ',height=' + winheight + '");');
}

//---- To be used for popup windows with scroll bars

function popup(topic,x,y) {
eval('window.open(topic, "glossaryWin", "history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=' +  y  + ',height=' +  x + '");');
}

//----To be used for popup windows all parameters passed

function popup_all(topic,namer,tool,loc,dir,stat,menu,scroll,resize,x,y) {
eval('window.open(topic, namer, "history=no,toolbar='+tool+',location='+loc+',directories='+dir+',status='+stat+',menubar='+menu+ ',scrollbars='+scroll+',resizable='+resize+',width=' +  y  + ',height=' +  x + '");');
}

//----To be used for popup windows all parameters passed and if user is leaving site presented with a dialog box
function popup_leaving(topic,namer,tool,loc,dir,stat,menu,scroll,resize,x,y) {

input_box=confirm("Vous quittez maintenant le site DaimlerChrysler Canada.  DaimlerChrysler Canada, de par ses agents affili&eacute;s, ses directeurs, employ&eacute;s et autres assureurs ne garantit pas l'exactitude de l'information trouv&eacute;e dans ce site et par cons&eacute;quent, d&eacute;gage sa responsabilit&eacute; sur tout probl&eacute;me li&eacute; &agrave; la d&eacute;ffectuosit&eacute; ou &agrave; la navigation dans ce site.  Vous utiliserez ce site &agrave; vos risques et p&eacute;rils.  Voulez-vous continuer? ");
	if (input_box==true)    { 
		//---- Output when OK is clicked
        eval('window.open(topic, namer, "history=no,toolbar='+tool+',location='+loc+',directories='+dir+',status='+stat+',menubar='+menu+ ',scrollbars='+scroll+',resizable='+resize+',width=' +  y  + ',height=' +  x + '");');
	} else {
        //---- Output when Cancel is clicked
	}
}

//---- For Site Viewing Recos

function recommendations() {
  window.open("/CA/04/EN/1,,CA-04-EN-RECOMMENDATION,.html", "discWin", "history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=463,height=315");
}


//---- This is Main Swap Image Code
   
function swapImage(name, state){
 	if (state == "on") document.images[name].src="/images/site_images/"+name+"_on.gif";
	else if (state == "off") document.images[name].src="/images/site_images/"+name+"_off.gif";
}
   
//---- Needed for Rollover generator

function swapRollImage(name, path, state){
if (state == "on") document.images[name].src=path+name+"_on.gif";
else if (state == "off") document.images[name].src=path+name+"_off.gif";
}


// ---------------------------------------------------------------------------------------
// Universal Popup function
function universal(name,vehicle) {
// Defining default values
h = 480;
w = 490;
scrolling = "yes";
windowname = "open_me";
input_box = true;
popup = true;
currentwin=false;

// Associating the name of the link with the url
switch (name)
{
    case "getaquote": url = "/CA/04/EN/CHRYSLER/1,,CA-04-EN-CHRYSLER-QUOTE,.html";h=580;w=620;break;
    case "retailer": url = "http://www.c1hrapps.com/locator/CA/?presentationId=dlen_CAsdc1&brand=C";windowname=name;h=420;w=620;break;
    case "inventory": url = "http://www.c1hrapps.com/locator/CA/?presentationId=dlen_CAinc1&brand=C";windowname=name;h=420;w=620;break;    
	case "specialoffers": url = "http://" + _was5() + "/incentives/FrontController?language=EN&brand=Chrysler";popup = false; currentwin=true; break;
	case "blackbook": url = "http://www.daimlerchrysler.ca/cgi-bin/getcbb.cgi?en"; input_box=confirm("Vous quittez maintenant le site DaimlerChrysler Canada.  DaimlerChrysler Canada, de par ses agents affili&eacute;s, ses directeurs, employ&eacute;s et autres assureurs ne garantit pas l'exactitude de l'information trouv&eacute;e dans ce site et par cons&eacute;quent, d&eacute;gage sa responsabilit&eacute; sur tout probl&eacute;me li&eacute; &agrave; la d&eacute;ffectuosit&eacute; ou &agrave; la navigation dans ce site.  Vous utiliserez ce site &agrave; vos risques et p&eacute;rils.  Voulez-vous continuer? ");break;
	case "buildyourown": url = "/CA/04/EN/CHRYSLER/1,,CA-04-EN-CHRYSLER-BUILD_AND_PRICE,.html";popup=false;currentwin=true;break;
	case "getabrochure": url = "/crmforms/GetForm.jam?PageName=personal_info&SalesMarket=C&CountryCode=CA&LanguageCode=EN&Brand=Chrysler&FormName=getabrochure&MediaCode=WS20&MediumCode=CGAB04&PromoCode=0000000";w=600;break;
	case "efamily": url = "/crmforms/GetForm.jam?PageName=personal_info&SalesMarket=C&CountryCode=CA&LanguageCode=EN&Brand=Chrysler&FormName=efamilyregistration&MediaCode=WS20&MediumCode=EFAM04&PromoCode=0000000";w=600;break;	
	case "compare": url = "/CA/04/EN/CHRYSLER/1,,CA-04-EN-CHRYSLER-COMPARE,.html";w=610;h=610;self.name="Configurator";break;
	case "accessories": w=800;h=540;windowname=name;break;
	case "recommendations": url = "/EN/RECOMMENDATIONS/1,,EN-RECOMMENDATIONS,.html";h=315;w=463;windowname=name;break;
	case "fleet": url = "http://www.fleet.daimlerchrysler.ca/CA/04/EN/FLEET/1,,CA-04-EN-FLEET,.html";windowname=name;popup=false;break;	
	case "financial": url = "http://www.daimlerchryslerfinancial.ca/en/index.jsp";windowname=name;popup=false;break;
	case "owners": url = "/CA/03/EN/OWNERS/1,,CA-03-EN-OWNERS,.html?Chrysler";windowname=name;popup=false;break;
    case "worldwide": url="http://www.international.chryslercorp.com";h=520;w=840;break;
	case "disclaimer": url = "/CA/04/EN/LEGAL/1,,CA-04-EN-LEGAL,.html";h=450;w=790;break;
	case "recommender": url = "http://" + _was5() + "/vehicleRecommender/RecommenderController?action=vehicleRecommender&language=EN&sales_market=C&brand=Chrysler";w=775;h=605;break;
	default:
}

if(name == "accessories" && vehicle != null) {
	origin="Mopar1"
	switch (vehicle) {
		case "sebringsedan": vehicle = "SebringSedan";break;
		case "sebringconvertible": vehicle = "SebringConvertible";break;
		case "intrepid": vehicle = "Intrepid";break;
		case "concorde": vehicle = "Concorde";break;
		case "300m": vehicle = "300m";break;
		case "town_country": vehicle = "TownCountry";break;
		case "pt_cruiser": vehicle = "PTCruiser";break;
		case "pacifica": vehicle = "Pacifica";break;
		case "crossfire": vehicle = "Crossfire";break;
		default:
	}
	url = "http://www.daimlerchrysler.ca/configurator/FrontController?SalesMarket=C&Origin="+origin+"&Brand=Chrysler&Language=EN&Year=2003&Nameplate="+vehicle+"&ModelTitle=&DefaultConfig=&MainPaint=&ConfigData=&MaxNav=1&CurrentNav=1&PartsSummary=&PartsQuantity=&PartsSubTotal=&ButtonPressed=NextStep&MaxNav=1";
	//url = "/configurator/FrontController?SalesMarket=C&Origin="+origin+"&Brand=Chrysler&Language=EN&Year=2003&Nameplate="+vehicle+"&ModelTitle=&DefaultConfig=&MainPaint=&ConfigData=&MaxNav=1&CurrentNav=1&PartsSummary=&PartsQuantity=&PartsSubTotal=&ButtonPressed=NextStep&MaxNav=1";
} else if(name == "accessories" && vehicle == null) {
	origin="MOPAR";
	url = "http://www.daimlerchrysler.ca/configurator/FrontController?Origin="+origin+"&Year=2003&SalesMarket=C&Language=EN&Brand=Chrysler";
}
// Determining if popup
if (popup == false && url != null) {
	if (currentwin==true){
		location.href=url;
	} else {
		eval(window.open(url,windowname));
	}
} else if (input_box==true && url != null) {
	// Output when OK is clicked
	eval(window.open(url,windowname,"history=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+scrolling+",resizable=yes,width="+w+",height="+h));
} else {
	// Output when CANCEL is clicked and url is a null value
}
}

//-------------------------------------------------------------------------------------------
// Needed for Rollover generator support of Jpg

function swapRollImageExt(name, path, state, ext){
if (state == "on") document.images[name].src=path+name+"_on."+ext;
else if (state == "off") document.images[name].src=path+name+"_off."+ext;
}


//-------------------------------------------------------------------------------------------

// Function to create 3 state button and secondary image swap

<!--

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->

function replace(string,text,by) {
// Replaces text with by in string
    var strLength = string.length, txtLength = text.length;
    if ((strLength == 0) || (txtLength == 0)) return string;

    var i = string.indexOf(text);
    if ((!i) && (text != string.substring(0,txtLength))) return string;
    if (i == -1) return string;

    var newstr = string.substring(0,i) + by;

    if (i+txtLength < strLength)
        newstr += replace(string.substring(i+txtLength,strLength),text,by);

    return newstr;
}
function _d(){ var tmp = location.hostname.split("."); var env = tmp[0].toLowerCase(); if(env.indexOf("www") >= 0) {_d ="www.dcapps.ca"; } else if (env.indexOf("vignette") >= 0) {_d = "dev.dcapps.ca"; } else if ((env.indexOf("thqaweb01") >= 0) || (env.indexOf("uat") >= 0)) {	_d = "qa.dcapps.ca"; }	return _d;}
//-------------------------------------------------------------------------------------------
function trackFlashLink(linkid,x,y,w,h){
	
	linkid = replace(linkid," ","_") 
	
	//alert(linkid);
	dimension = x + "," + y + "," + w + "," + h 
	//alert(dimension);
	_hbLink(linkid,'swatch',dimension);
	
}
<!-- Hide from old browsers


if (navigator.appVersion.indexOf("2.") != -1){
	check = false;
	}
if ((navigator.appVersion.indexOf("3.") != -1) && (navigator.appName.indexOf("Explorer") != -1)){
	check = false;
	}
else {
	check = true;
	}

imageStay = "";
prev = "";

function swapImage_1(name,path){
	if (imageStay != name){
        	document[name].src = path;
	}
}

function stayImage(name,path,nextclick){
	if (check == true){
	document[name].src = path;
	if (imageStay != name){
		if (imageStay != ""){
			document[imageStay].src = prev;
		}
	}
	imageStay = name;
	prev = nextclick;
	}
}
imageStay_2 = "";
prev_2 = "";

function swapImage_2(name2,path2){
	if (imageStay_2 != name2){
        	document[name2].src = path2;
	}
}

function stayImage_2(name2,path2,nextclick2){
	if (check == true){
	document[name2].src = path2;
	if (imageStay_2 != name2){
		if (imageStay_2 != ""){
			document[imageStay_2].src = prev_2;
		}
	}
	imageStay_2 = name2;
	prev_2 = nextclick2;
	}
}

// -->
//----Needed for the Rotating Promo's on all vehicle home pages

number_of_sponsors=5;

var sctr=0;
var halt=0;
var isn=new Array();
for (i=0;i<number_of_sponsors;i++){
 isn[i]=new Image();
}

var durl=new Array();


function rotateIt(){
 if (halt!=1){
  sctr++;
  if (sctr>number_of_sponsors-1){
   sctr=0;
   }
  document.sponsor.src=isn[sctr].src;
  setTimeout("rotateIt()",5000);
  }
 }

function doIt(){
 location.href=durl[sctr];
 }

function dispIt(){
 parent.window.status=durl[sctr];
 }


//The following is for the rotating arrows

number_of_sponsors=5;

var arrow=new Array();
for (i=0;i<number_of_sponsors;i++){
 arrow[i]=new Image();
}

function rotateIt2(){
 if (halt!=1){
  sctr2++;
  if (sctr2>number_of_sponsors-1){
   sctr2=0;
   }
  document.rot_arrow.src=arrow[sctr2].src;
  setTimeout("rotateIt2()",5000);
  }
 }

 
 //the following is for the Rotating promo
 
 function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

// -----

//The following three functions are to display the minor image on content pages and a link to the larger version of the image
function showMinor(imgname,imgext,sw,sh,enlarge,lw,lh) {
 popupHeight = (lh+41);
 if (enlarge == 'yes') {
  document.write("<a href=\"javascript:popup_all('/EN/CHRYSLER/1,,EN-CHRYSLER-ENLARGE,.html?name="+imgname+"&ext="+imgext+"&w="+lw+"&h="+lh+"','openme3','0','0','0','0','0','no','yes','"+popupHeight+"','640');\"><img src="+imgname+"."+imgext+" width="+sw+" height="+sh+" border=\"0\"><br>");
  document.write("<img src=\"/EN/CHRYSLER/IMG/chr_all_0_0_enlargephoto.gif\" width=\"239\" height=\"19\" border=\"0\" alt=\"Enlarge Photo\"></a><br>");
 } else {
  document.write("<img src="+imgname+"."+imgext+" width="+sw+" height="+sh+" border=\"0\"><br>");
 }  
}


 function getQueryVariable(variable) {
  var query = window.location.search.substring(1);
  var vars = query.split("&");
  for (var i=0;i<vars.length;i++) {
    var pair = vars[i].split("=");
    if (pair[0] == variable) {
      return pair[1];
    }
  } 
}

function enlargePhoto(name,ext,w,h) {
 cellwidth = (w-215);
 document.write("<table width="+w+" height="+h+" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
 document.write(" <tr><td valign=\"top\" width=\"177\"><img src=\"/EN/CHRYSLER/IMG/chr_topnav_content_logo.gif\" width=\"177\" height=\"41\" alt=\"Chrysler logo\" border=\"0\"></td><td valign=\"top\" width=\"38\" align=\"left\" background=\"/EN/CHRYSLER/IMG/chr_all_0_enlarge_bg.gif\"><img src=\"/EN/CHRYSLER/IMG/chr_all_0_enlarge_corner.gif\" width=\"38\" height=\"41\" border=\"0\"></td><td align=\"right\" valign=\"top\" width="+cellwidth+" background=\"/EN/CHRYSLER/IMG/chr_all_0_enlarge_bg.gif\"><a href=\"javascript:window.close();\"><img src=\"/EN/CHRYSLER/IMG/chr_all_0_enlarge_close.gif\" width=\"71\" height=\"41\" alt=\"close\" border=\"0\"></a></td></tr>");
 document.write(" <tr><td valign=\"top\" colspan=\"3\"><img src="+name+"_lg."+ext+" width="+w+" height="+h+" border=\"0\" alt=\"\"></td></tr>"); 
 document.write("</table>");
}

//The following determines the appropriate wallpaper size for the Photo Gallery
function checkWPSize(pano) {
var width = screen.width;
var height = screen.height;
if ((width==800) && (height==600)) {
 wp = pano + '_small.jpg';
}
else {
 width = 1024;
 height = 768;
 wp = pano + '_large.jpg';
}
wpthumb = pano + '_thumb.jpg';

document.write("<a href=\"javascript:popup_all('"+wp+"','openme','0','0','0','0','0','no','yes','"+height+"','"+width+"');\"><img src="+wpthumb+" border=\"0\"><br>Extraire Image en arri&egrave;re-plan</a>");
}

//EASY ROLLOVER
function hiLite(name,path){
	if(document[name] != null){
	document[name].src = path;
	}
}

function linkIt() {
 window.location=linker[thisImg];
}
   
linker = new Array ();
linker[0] = "/EN/CHRYSLER/1,,EN-CHRYSLER-300,.html"
linker[1] = "/EN/CHRYSLER/1,,EN-CHRYSLER-PACIFICA,.html"
linker[2] = "/EN/CHRYSLER/1,,EN-CHRYSLER-CROSSFIRE,.html" 
linker[3] = "/EN/CHRYSLER/1,,EN-CHRYSLER-PT_CRUISER,.html" 
linker[4] = "/EN/CHRYSLER/1,,EN-CHRYSLER-TOWN_COUNTRY,.html" 
linker[5] = "/EN/CHRYSLER/1,,EN-CHRYSLER-SEBRINGSEDAN,.html" 
linker[6] = "/EN/CHRYSLER/1,,EN-CHRYSLER-SEBRINGCONVERTIBLE,.html" 
  
 
