  	
			 

	
																																																								
																
						
		
										
		
								

		
						
							
		
								
							
		
						
		
		
		
		
																																	
		
		
	
				


						
	
		
		
	
		
		
		
				
		
		
		
						
		
				
		
				
		
		
						
		
				
																
		
																
		
									
				
				  
                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:'From :',
  before_price:'',
  after_price:' R',
  discover: 'Discover',
  
  	configure: 'Configure',
    
  	test: 'Book a Test Drive',
      
     reverse: false
    },
  
		replacePriceLabel:'',
			showPrice:true,
		
			showFullName:false,
	
  /*************************************************************************************************************************
  * Constructor
  *************************************************************************************************************************/
  initialize: function()
  {
  this.load();
  },



  /*************************************************************************************************************************
  * Now Loading
  *************************************************************************************************************************/
  load: function()
  {
						this.info.famille['99'] = '';
			this.info.silhouette['99'] = 'Partner';
			this.info.comments['99'] = '';
			this.info.url_nameImage['99'] = '';
			this.opts.url_bigImg['99'] = '/media/deliacms/media//1/139-f351ef.png';
							this.info.prix['99'] = '';
																	this.opts.url['99'] = '/showroom/partner/model=VU/';
																	this.info.famille['100'] = '';
			this.info.silhouette['100'] = 'Boxer';
			this.info.comments['100'] = '';
			this.info.url_nameImage['100'] = '';
			this.opts.url_bigImg['100'] = '/media/deliacms/media//1/140-8f23d5.png';
							this.info.prix['100'] = '';
																	this.opts.url['100'] = '/showroom/model=2PV9/lcv/';
												  }
  });

