
		        

    var oCarConfiguratorGlobalSettings = {
            model: {
                        prefix: '09_',
                        name: 'cruze',
                        perspectiveNameParts: {
                                   front: {
                                               prefix: 'f_',
                                               postfix: '_ffl-cg'
                                   },
                                   side: {
                                               prefix: 's_',
                                               postfix: '_ffl-cwt'
                                   },
                                   back: {
                                               prefix: 'b_',
                                               postfix: '_rps'
                                   }
                        }
            },            
            currencies: ['EUR'],
            currencySymbols: ['€'],
            priceFormatter: {
                    name: 'default',
                    uri: 'http://katie.chevroleteurope.com/pf-web/formatPrices.do',
                    country: 'SI',
                    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: [17280.0],
                        name: '1.8 MT'
                    }
                    ,2: {
                        price: [18050.0],
                        name: '1.8 AT'
                    }
                    ,3: {
                        price: [18850.0],
                        name: '2.0'
                    }
                    
            },
            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 = {
        
            item340833: {
            
                        price: [],
                        excludingVariants: []
                        
                   }
            ,
            item340834: {
            
                        price: [],
                        excludingVariants: []
                        
                   }
            ,
            item340835: {
            
                        price: [400.0],
                        excludingVariants: []
                        
                   }
            ,
            item340836: {
            
                        price: [400.0],
                        excludingVariants: []
                        
                   }
            ,
            item340837: {
            
                        price: [400.0],
                        excludingVariants: []
                        
                   }
            ,
            item340838: {
            
                        price: [400.0],
                        excludingVariants: []
                        
                   }
            ,
            item340839: {
            
                        price: [400.0],
                        excludingVariants: []
                        
                   }
            ,
            item340840: {
            
                        price: [400.0],
                        excludingVariants: []
                        
                   }
            ,
            item340841: {
            
                        price: [],
                        excludingVariants: []
                        
                   }
            ,
            item340842: {
            
                        price: [],
                        excludingVariants: []
                        
                   }
            ,
            item340843: {
            
                        price: [],
                        excludingVariants: [1,2]
                        
                   }
            ,
            item340844: {
            
                        price: [],
                        excludingVariants: [3]
                        
                   }
            ,
            item340845: {
            
                        price: [230.37],
                        excludingVariants: []
                        
                   }
            ,
            item340846: {
            
                        price: [374.95],
                        excludingVariants: []
                        
                   }
            ,
            item340847: {
            
                        price: [182.0],
                        excludingVariants: []
                        
                   }
            ,
            item340848: {
            
                        price: [33.81],
                        excludingVariants: []
                        
                   }
            
    }
		
		