  	
			 

	
																																																								
																
						
		
										
		
										
		
						
							
		
								
							
		
						
		
		
		
																																	
		
		
	
				


						
	
		
		
				
	
		
				
		
				
		
		
		
						
		
				
		
				
		
						
		

		
														
		
		
		
		
		
		
																
		
																		
						
		
		
		
		
		
				
  	  
	  	    	    	  	  	 
var carCompare_Infos = new Class(
{
	/*************************************************************************************************************************
	 * Variable
	 *************************************************************************************************************************/
	nb_config: 0,
	
	defaut_body: '',
	defaut_version: '',
	
	price: [],
	
	infos: {
		model: '',
		body: {
				id : '',
				nom : '',
				version: {
							id : '',
							nom: '',
							motor: {
									id : '',
									nom: '',
									url: '',
									box: {
											id : '',
											nom: '',
											prix: ''
										}
									}
						}
			}
	},
	
	trad_silhouette: '',
	trad_finition: '',
	trad_motorisation: '',
	trad_boite: '',
	
	after_price:'',
	before_price:'',
	showPrice:'',
	
	/*************************************************************************************************************************
	 * Constructor
	 *************************************************************************************************************************/
	initialize: function()
	{
		this.load();
	},
	
	
	
	/*************************************************************************************************************************
	 * Now Loading
	 *************************************************************************************************************************/
	load: function()
	{
		//statique rempli plus tard par delia
		this.trad_silhouette = 'Silueta';
		this.trad_finition = 'Versiones';
		this.trad_motorisation = 'engine';
		this.trad_boite = 'Transmisión';
		
		this.before_price = '$ ';
		this.after_price = '';
				this.showPrice = true;
						this.replacePriceLabel = '';
						this.showBox = 'true';
					
		this.defaut_body = 'GF';
		this.defaut_version = '';
		
									this.defaut_body_name = 'Furgón Familiar';
							
									
		this.infos = {
			'model': '1PM5',
			'body': {
									'Furgón Familiar'
					: {
						'id' : 'GF',
						'nom': 'Furgón Familiar',
						'version': {
															'Maya 1.6l AM 2010': {
									'id' : '1PM5C',
									'nom': 'Maya 1.6l AM 2010',
									'motor': {
																					'1.6l 110hp - Mecánica': {
												'id' : '6S51PT3',
												'nom': '1.6l 110hp - Mecánica',
												'url': '/configure/grand-raid/body=GF/version=1PM5C/motor=6S51PT3/',
												'box': {
																											'Mecánica': {
															'id' : '5',
															'nom': 'Mecánica'
														}																									}
											}																			}
								}													}
					}							}
		};
		
		
	}

});
  