
		        

    var oCarConfiguratorGlobalSettings = {
            model: {
                        prefix: '10_',
                        name: 'aveo-5d',
                        perspectiveNameParts: {
                                   front: {
                                               prefix: 'f_',
                                               postfix: ''
                                   },
                                   side: {
                                               prefix: 's_',
                                               postfix: ''
                                   },
                                   back: {
                                               prefix: 'b_',
                                               postfix: ''
                                   }
                        }
            },            
            currencies: ['CZK'],
            currencySymbols: ['Kč'],
            priceFormatter: {
                    name: 'default',
                    uri: 'http://katie.chevroleteurope.com/pf-web/formatPrices.do',
                    country: 'CZ',
                    timeout: 2000, /* timeout in ms, after this time the static, local formatter is used */
                    /* If set to true, the priceFormatter JSON Request is
                     * done using jsonp and the "script tag hack", thus allowing
                     * cross-site access. Set bUseCrossSiteJSONP to true if, and only if
                     * the formatter resides on a different domain! If it doesn't, omit
                     * this property (or set it to false) */
                    useCrossSiteJSONP: true
            },
            variants: {
                1: {
                        price: [243900.0],
                        name: '1,2 '
                    }
                    
            },
            oImagePath: {
                cars: "/assets/images/global/carconfigurator/cars/models/", // Pfad der Modelansichten (f/s/b)
                rims: "/assets/images/global/carconfigurator/cars/rims/"    // Pfad der Felgenbilder
            },
            conflictMsg: {
                intro: "",
                details: ""
            }
    }

    var oCarConfiguratorFeatureData = {
        
            item348298: {
            
                        price: [],
                        excludingVariants: []
                        
                   }
            ,
            item348299: {
            
                        price: [],
                        excludingVariants: []
                        
                   }
            ,
            item348300: {
            
                        price: [8500.0],
                        excludingVariants: []
                        
                   }
            ,
            item348301: {
            
                        price: [8500.0],
                        excludingVariants: []
                        
                   }
            ,
            item348302: {
            
                        price: [8500.0],
                        excludingVariants: []
                        
                   }
            ,
            item348303: {
            
                        price: [8500.0],
                        excludingVariants: []
                        
                   }
            ,
            item348304: {
            
                        price: [8500.0],
                        excludingVariants: []
                        
                   }
            ,
            item348305: {
            
                        price: [],
                        excludingVariants: []
                        
                   }
            ,
            item348306: {
            
                        price: [],
                        excludingVariants: []
                        
                   }
            ,
            item348307: {
            
                        price: [7000.0],
                        excludingVariants: []
                        
                   }
            
    }
		
		