
document.documentElement.className += " script";

jQueryConfig = {
    depend:{
        jsonp:                   false,
        pluginRoot:              '/WebRoot/StoreTypes/6.15.1/icType/lib',
        i18nRoot:                '/WebRoot/StoreTypes/6.15.1/icType/lib/ep/i18n',
        tmplRoot:                '/WebRoot/StoreTypes/6.15.1/icType/lib',
        dictRoot:                '/WebRoot/StoreTypes/6.15.1/icType/lib'
    },
    i18n:{
        region:                  'en_GB'.replace(/_/,'-'), //convert en_GB to en-GB for javascript
        currency:                [
	    	'EUR',
			
	    	
	    		'EUR',
	    	
	    	'EUR'
	    ]
    },
    dict:{
        region:                  'en'
    },
    storage:{
        namespace:               'Store16359'+'::'
    },
    ajax: {
         fileSizeMax:             10240  * 1024
    },
    metaparse: {
    	autoparse:               true
    },
    mime: {
        groups: {
            'image/*':           'image/png,image/jpeg,image/jpg,image/gif,image/vnd.microsoft.icon,image/x-icon,image/x-win-bitmap',
            'document/*':        'application/pdf,application/msword,application/vnd.ms-excel,application/rtf,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
            'audio/*':           'audio/mpeg,audio/x-ms-wma,audio/ogg,audio/flac,audio/x-ms-wma',
            'video/*':           'video/x-msvideo,video/mp4,video/mpeg,video/x-ms-wmv,video/x-flv'
        }
    },
    noConflict: 'jq'
};

epConfig = {
    version:                     '6.15.1',
    webRoot:                     '/WebRoot',
    storeName:                   'Store',
    storeWebRoot:                '/WebRoot/Store',
    storeRoot:                   '/WebRoot/StoreTypes/6.15.1/icType',
    storeTypeRoot:               '/WebRoot/StoreTypes/6.15.1/icType',
    javascriptRoot:              '/WebRoot/StoreTypes/6.15.1/icType/lib',
    siteRoot:                    '/WebRoot/Store/Shops/web',
    siteId:                      '16359',
    siteGuid:                    '5126501C-79CC-22EB-F354-596E958B1917',
    iconsRoot:                   '/WebRoot/StoreTypes/6.15.1/icType/BO/icons',
    maxContentLength:            '10240',
    debugLevel:                  0,
    languageId:                  '2',
    language:                    'en'
};