
		        

    var oCarConfiguratorGlobalSettings = {
            model: {
                        prefix: '09_',
                        name: 'spark',
                        perspectiveNameParts: {
                                   front: {
                                               prefix: 'f_',
                                               postfix: '_bb-bm'
                                   },
                                   side: {
                                               prefix: 's_',
                                               postfix: '_bb-sb-bm-dh'
                                   },
                                   back: {
                                               prefix: 'b_',
                                               postfix: '_bb-bm-th'
                                   }
                        }
            },            
            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: [162500.0],
                        name: '0,8 '
                    }
                    
            },
            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 = {
        
            item348147: {
            
                        price: [],
                        excludingVariants: []
                        
                   }
            ,
            item348148: {
            
                        price: [],
                        excludingVariants: []
                        
                   }
            ,
            item348149: {
            
                        price: [6500.0],
                        excludingVariants: []
                        
                   }
            ,
            item348150: {
            
                        price: [6500.0],
                        excludingVariants: []
                        
                   }
            ,
            item348151: {
            
                        price: [6500.0],
                        excludingVariants: []
                        
                   }
            ,
            item348152: {
            
                        price: [],
                        excludingVariants: []
                        
                   }
            ,
            item348153: {
            
                        price: [],
                        excludingVariants: []
                        
                   }
            
    }
		
		