

    var oCarConfiguratorGlobalSettings = {
            model: {
                        prefix: '10_',
                        name: 'aveo-3d',
                        perspectiveNameParts: {
                                   front: {
                                               prefix: 'f_',
                                               postfix: '_bm'
                                   },
                                   side: {
                                               prefix: 's_',
                                               postfix: '_sb-bm-dh'
                                   },
                                   back: {
                                               prefix: 'b_',
                                               postfix: '_bm'
                                   }
                        }
            },            
            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: [262900.0],
                        name: '1,4 '
                    }
                    
            },
            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 = {
		
			item320437: { // 71u_super-red, ''
			
                        price: [],
                        excludingVariants: []
			
			}
			,
			item188558: { // 11u_galaxy-white, ''
			
                        price: [],
                        excludingVariants: []
			
			}
			,
			item188559: { // gar_carbon-flash, ''
			
                        price: [8500.0],
                        excludingVariants: []
			
			}
			,
			item320440: { // 06u_flame-red, ''
			
                        price: [8500.0],
                        excludingVariants: []
			
			}
			,
			item320441: { // 33u_sports-blue, ''
			
                        price: [8500.0],
                        excludingVariants: []
			
			}
			,
			item320442: { // 04u_urban-grey, ''
			
                        price: [8500.0],
                        excludingVariants: []
			
			}
			,
			item188562: { // 92u_poly-silver, ''
			
                        price: [8500.0],
                        excludingVariants: []
			
			}
			,
			item320444: { // c_d881, ''
			
                        price: [],
                        excludingVariants: []
			
			}
			,
			item320445: { // 5_4_005, ''
			
                        price: [],
                        excludingVariants: []
			
			}
			,
			item320446: { // transmission_at, ''
			
                        price: [30000.0],
                        excludingVariants: []
			
			}
			
    }
    	