  	
	
	
			 

	
																																																								
																
						
		
										
		
								

		
						
							
		
								
							
		
						
		
		
		
																																	
		
		
	
				


						
	
		
		
	
		
				
		
		
		
		
		
						
		
				
		
				
		
						
		
						
																
		
																
  
                var cars_Infos = new Class({

  /*************************************************************************************************************************
  * Variable
  *************************************************************************************************************************/
  info: {
  famille: {},
  silhouette: {},
  url_nameImage: {},
  comments: {},
  prix: {},
  prix2: {}
  },

  opts: {
  url_bigImg: {},
  url: {},
  url_conf: {},
  url_tdrive: {}
  },
  
  tmp: 0,

  /*************************************************************************************************************************
  * Traduction
  *************************************************************************************************************************/
  trad: {
  begin_price:'Desde US$:',
  before_price:'',
  after_price:' ',
  discover: 'Showroom',
  
  	configure: '',
    
  	test: '',
      
     reverse: false
    },
  
		replacePriceLabel:'',
			showPrice:true,
		
			showFullName:false,
	
  /*************************************************************************************************************************
  * Constructor
  *************************************************************************************************************************/
  initialize: function()
  {
  this.load();
  },



  /*************************************************************************************************************************
  * Now Loading
  *************************************************************************************************************************/
  load: function()
  {
												this.info.famille['87'] = '';
			this.info.silhouette['87'] = '407';
			this.info.comments['87'] = '';
			this.info.url_nameImage['87'] = '/media/deliacms/media//0/90-4258a0.png';
			this.opts.url_bigImg['87'] = '/media/deliacms/media//0/77-c20c7b.png';
						this.info.prix['87'] = '33,990';
																	this.opts.url['87'] = '/showroom/407/berline/';
																	this.info.famille['89'] = '';
			this.info.silhouette['89'] = 'Partner';
			this.info.comments['89'] = '';
			this.info.url_nameImage['89'] = '/media/deliacms/media//0/98-71f59a.png';
			this.opts.url_bigImg['89'] = '/media/deliacms/media//0/96-090b7b.png';
						this.info.prix['89'] = '17,500';
																	this.opts.url['89'] = '/showroom/partner/vu/';
												  }
  });

