

    var oCarConfiguratorGlobalSettings = {
            model: {
                        prefix: '09_',
                        name: 'lacetti-sw',
                        perspectiveNameParts: {
                                   front: {
                                               prefix: 'f_',
                                               postfix: '_rr-ffl'
                                   },
                                   side: {
                                               prefix: 's_',
                                               postfix: '_rr'
                                   },
                                   back: {
                                               prefix: 'b_',
                                               postfix: '_rr'
                                   }
                        }
            },            
            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: [422900.0],
                        name: '1,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 = {
		
			item320655: { // gge_super-red, ''
			
                        price: [],
                        excludingVariants: []
			
			}
			,
			item320656: { // gaz_olympic-white, ''
			
                        price: [],
                        excludingVariants: []
			
			}
			,
			item320657: { // gcz_light-gold, ''
			
                        price: [12000.0],
                        excludingVariants: []
			
			}
			,
			item188559: { // gar_carbon-flash, ''
			
                        price: [12000.0],
                        excludingVariants: []
			
			}
			,
			item320659: { // gct_moroccan-blue, ''
			
                        price: [12000.0],
                        excludingVariants: []
			
			}
			,
			item320660: { // gcw_misty-lake, ''
			
                        price: [12000.0],
                        excludingVariants: []
			
			}
			,
			item320661: { // gcv_pewter-grey, ''
			
                        price: [12000.0],
                        excludingVariants: []
			
			}
			,
			item320662: { // gcy_poly-silver, ''
			
                        price: [12000.0],
                        excludingVariants: []
			
			}
			,
			item320663: { // m_001, ''
			
                        price: [],
                        excludingVariants: []
			
			}
			,
			item320664: { // 5_4_005, ''
			
                        price: [],
                        excludingVariants: []
			
			}
			
    }
    	