/* File - /builds/js/min/bundles/b2bcenter___uikit.build.js */ (function () {
			if (window.js_hints_indexed === undefined) {
				window.js_hints_indexed = {
					"gate_hint" : {},
					"hint" : {}
				};
			}
			var fillHintsCache = function (hints_list, is_gate) {
				var key = is_gate ? "gate_hint" : "hint";
				for (var lang in hints_list) {
					if (window.js_hints_indexed[key][lang] === undefined) {
						window.js_hints_indexed[key][lang] = {};
					}
					
					for (var keyword in hints_list[lang]) {
						window.js_hints_indexed[key][lang][keyword] = hints_list[lang][keyword];	
					}
				}
			};
			var js_hints = {"hint":{"rus":{"global\/ok":{"title":"OK","text":""},"global\/cancel":{"title":"\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c","text":""}},"eng":{"global\/ok":{"title":"OK","text":""},"global\/cancel":{"title":"Cancel","text":""}},"chi":{"global\/ok":{"title":"OK","text":""},"global\/cancel":{"title":"\u53d6\u6d88","text":""}},"kaz":{"global\/ok":{"title":"OK","text":""},"global\/cancel":{"title":"\u0411\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443","text":""}}},"gate_hint":[]};
			if (js_hints["gate_hint"]) {
				fillHintsCache(js_hints["gate_hint"], true)
			}
			if (js_hints["hint"]) {
				fillHintsCache(js_hints["hint"], false);
			}
		})();