if(!this.nexacro){this.nexacro={};}if(!nexacro.Init_systembase){nexacro.Init_systembase=true;nexacro.Browser="";nexacro.BrowserVersion= -1;nexacro.BrowserType="";nexacro.Browser_RoundBorder=0;nexacro.Browser_BorderImage=0;nexacro.Browser_Gradation=0;nexacro.Browser_RoundShadow=false;nexacro.Browser_ColorAlpha=false;nexacro.OS="";nexacro.OSVersion="";nexacro.DEVICE="";nexacro.SystemType="";nexacro.BrowserLang="";if(nexacro.__getOSType){nexacro.Browser="Runtime";nexacro.BrowserVersion=14;nexacro.BrowserType="Runtime";}else{if(navigator.appVersion.indexOf('MSIE')> -1){nexacro.Browser="IE";if(document.documentMode){nexacro.BrowserVersion=document.documentMode;nexacro.BrowserType=nexacro.Browser+nexacro.BrowserVersion;}else{var compatMode=document.compatMode;if(compatMode&&compatMode.toLowerCase()=="backcompat"){if(/MSIE\s+7(.+)[;]/.test(navigator.appVersion)){nexacro.BrowserVersion=7;nexacro.BrowserType="IE7";}else if(/MSIE\s+6(.+)[;]/.test(navigator.appVersion)){nexacro.BrowserVersion=6;nexacro.BrowserType="IE6";}else if(/MSIE\s+5(.+)[;]/.test(navigator.appVersion)){nexacro.BrowserVersion=5;nexacro.BrowserType="IE6";}}compatMode=null;}}else if(navigator.userAgent.match(/Trident\/.*rv\:(.+?)[\);]/)){nexacro.Browser="IE";if(document.documentMode){nexacro.BrowserVersion=document.documentMode;nexacro.BrowserType=nexacro.Browser+nexacro.BrowserVersion;}else{nexacro.BrowserVersion=parseInt(RegExp.$1)|0;}}else if(!!window.opera||navigator.userAgent.match(/Opera/)){nexacro.Browser="Opera";nexacro.BrowserType="Opera";var versionRegExp=/Version\/([\.\d]+)/;versionRegExp.test(navigator.userAgent);nexacro.BrowserVersion=parseInt(RegExp.$1)|0;versionRegExp=null;}else if(navigator.userAgent.match(/Chrome/)){nexacro.Browser="Chrome";nexacro.BrowserType="WebKit";var versionRegExp=/Chrome\/([\.\d]+)/;versionRegExp.test(navigator.userAgent);nexacro.BrowserVersion=parseInt(RegExp.$1)|0;versionRegExp=null;}else if(navigator.userAgent.match(/Apple.*Mobile/)){nexacro.Browser="MobileSafari";nexacro.BrowserType="WebKit";}else if(navigator.userAgent.match(/AppleWebKit\//)){nexacro.Browser="Safari";nexacro.BrowserType="WebKit";var versionRegExp=/Version\/([\.\d]+)/;versionRegExp.test(navigator.userAgent);nexacro.BrowserVersion=parseInt(RegExp.$1)|0;versionRegExp=null;}else if(navigator.userAgent.match(/WebKit\//)){nexacro.Browser="WebKit";nexacro.BrowserType="WebKit";var versionRegExp=/WebKit\/([\.\d]+)/;versionRegExp.test(navigator.userAgent);nexacro.BrowserVersion=parseInt(RegExp.$1)|0;versionRegExp=null;}else if(navigator.userAgent.match(/Gecko\//)){nexacro.Browser="Gecko";var versionRegExp=/rv\:(.+?)[\);]/;versionRegExp.test(navigator.userAgent);nexacro.BrowserVersion=parseInt(RegExp.$1)|0;if(nexacro.BrowserVersion<2){nexacro.BrowserType="GeckoOld";}else if(nexacro.BrowserVersion>=10){nexacro.BrowserType="GeckoNew";}else{nexacro.BrowserType="Gecko";}versionRegExp=null;}}nexacro.Version="14";nexacro._framework_libpath="./nexacro14lib";nexacro.ImportTypes={EXCEL:0x0100,EXCEL97:0x0110,EXCEL2007:0x0120,HANCELL:0x0420,HANCELL2014:0x0410,CSV:0x0500};nexacro.ExportTypes={EXCEL:0x0100,EXCEL97:0x0110,EXCEL2007:0x0120,HANCELL2010:0x0400,HANCELL2014:0x0410};nexacro.ExportItemTypes={GRID:0x0100};nexacro.XPushAction={AUTH:0,BYEC:1,ADDF:2,DELF:3,REQD:4,RECT:5,RGST:6,UNRG:7,ADUI:8,UNUI:9,MSGC:10};nexacro.DragDataFormats={FILEDROP:"filedrop",TEXT:"text",UNICODETEXT:"unicodetext",CSV:"csv"};nexacro._dontenum_descriptor={"writable":true,"enumerable":false};nexacro._dontwritableenum_descriptor={"writable":false,"enumerable":false};nexacro._zindex_popup=1e6+1;nexacro._zindex_firstmodal=1e6+2;nexacro._zindex_waitcursor=2e6;nexacro._zindex_hide= -2e6;nexacro._zoom_factor=0;nexacro._allow_default_pinchzoom=false;nexacro._minimum_scale=undefined;nexacro._maximum_scale=undefined;if(nexacro.__proto__){nexacro._createPrototype=function(_a,_b){var _c=new Object();if((typeof _a)=="function"){_c.__proto__=_a.prototype;if(_b){_c.constructor=_b;}}return _c;};}else{nexacro._createPrototype=function(_a,_b){if((typeof _a)=="function"){function F(){};F.prototype=_a.prototype;var _c=new F();if(_b){_c.constructor=_b;}return _c;}return new Object();};}nexacro.FuncBinder=function(_a,_b){this.pthis=_a;this.fn=_b;};var _pFuncBinder=nexacro._createPrototype(Object,nexacro.FuncBinder);nexacro.FuncBinder.prototype=_pFuncBinder;_pFuncBinder.call=function(){var _a=this.fn;if(_a){return _a.apply(this.pthis,arguments);}};delete _pFuncBinder;nexacro.SetterBinder=function(_a,_b,_c){this.pthis=_a;this.prop=_b;this.fn=_c;};var _pSetterBinder=nexacro._createPrototype(Object,nexacro.SetterBinder);nexacro.SetterBinder.prototype=_pSetterBinder;_pSetterBinder.set=function(_a){this.fn.call(this.pthis,_a);return _a;};_pSetterBinder.addset=function(_a){var _b=this.pthis;var _c=_b[this.prop]+_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.subset=function(_a){var _b=this.pthis;var _c=_b[this.prop]-_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.mulset=function(_a){var _b=this.pthis;var _c=_b[this.prop]*_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.divset=function(_a){var _b=this.pthis;var _c=_b[this.prop]/_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.modset=function(_a){var _b=this.pthis;var _c=_b[this.prop]%_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.andset=function(_a){var _b=this.pthis;var _c=_b[this.prop]&_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.orset=function(_a){var _b=this.pthis;var _c=_b[this.prop]|_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.xorset=function(_a){var _b=this.pthis;var _c=_b[this.prop]^_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.lshset=function(_a){var _b=this.pthis;var _c=_b[this.prop]<<_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.rshset=function(_a){var _b=this.pthis;var _c=_b[this.prop]>>_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.zrshset=function(_a){var _b=this.pthis;var _c=_b[this.prop]>>>_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.preInc=function(){var _a=this.pthis[this.prop];this.fn.call(this.pthis, ++_a);return _a;};_pSetterBinder.preDec=function(){var _a=this.pthis[this.prop];this.fn.call(this.pthis, --_a);return _a;};_pSetterBinder.postInc=function(){var _a=this.pthis[this.prop];this.fn.call(this.pthis, +_a+1);return _a;};_pSetterBinder.postDec=function(){var _a=this.pthis[this.prop];this.fn.call(this.pthis, +_a-1);return _a;};delete _pSetterBinder;nexacro.IntSetterBinder=function(_a,_b,_c){this.pthis=_a;this.prop=_b;this.fn=_c;};var _pIntSetterBinder=nexacro._createPrototype(Object,nexacro.IntSetterBinder);nexacro.IntSetterBinder.prototype=_pIntSetterBinder;_pIntSetterBinder.set=function(_a){this.fn.call(this.pthis,_a);return _a;};_pIntSetterBinder.addset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)+(_a|0);this.fn.call(_b,_c);return _c;};_pIntSetterBinder.subset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)-_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.mulset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)*_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.divset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)/_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.modset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)%_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.andset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)&_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.orset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)|_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.xorset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)^_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.lshset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)<<_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.rshset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)>>_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.zrshset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)>>>_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.preInc=function(){var _a=parseInt(this.pthis[this.prop])|0;this.fn.call(this.pthis, ++_a);return _a;};_pIntSetterBinder.preDec=function(){var _a=this.pthis[this.prop];this.fn.call(this.pthis, --_a);return _a;};_pIntSetterBinder.postInc=function(){var _a=parseInt(this.pthis[this.prop])|0;this.fn.call(this.pthis,_a+1);return _a;};_pIntSetterBinder.postDec=function(){var _a=parseInt(this.pthis[this.prop])|0;this.fn.call(this.pthis,_a-1);return _a;};delete _pIntSetterBinder;nexacro.PropBinder=function(_a,_b){this.pthis=_a;this.prop=_b;};var _pPropBinder=nexacro._createPrototype(Object,nexacro.PropBinder);nexacro.PropBinder.prototype=_pPropBinder;_pPropBinder.set=function(_a){return (this.pthis[this.prop]=_a);};_pPropBinder.addset=function(_a){return (this.pthis[this.prop]+=_a);};_pPropBinder.subset=function(_a){return (this.pthis[this.prop]-=_a);};_pPropBinder.mulset=function(_a){return (this.pthis[this.prop]*=_a);};_pPropBinder.divset=function(_a){return (this.pthis[this.prop]/=_a);};_pPropBinder.modset=function(_a){return (this.pthis[this.prop]%=_a);};_pPropBinder.andset=function(_a){return (this.pthis[this.prop]&=_a);};_pPropBinder.orset=function(_a){return (this.pthis[this.prop]|=_a);};_pPropBinder.xorset=function(_a){return (this.pthis[this.prop]^=_a);};_pPropBinder.lshset=function(_a){return (this.pthis[this.prop]<<=_a);};_pPropBinder.rshset=function(_a){return (this.pthis[this.prop]>>=_a);};_pPropBinder.zrshset=function(_a){return (this.pthis[this.prop]>=_a);};_pPropBinder.preInc=function(){return ++this.pthis[this.prop];};_pPropBinder.preDec=function(){return --this.pthis[prop];};_pPropBinder.postInc=function(){return this.pthis[this.prop]++ ;};_pPropBinder.postDec=function(){return this.pthis[this.prop]-- ;};delete _pPropBinder;nexacro.NumPropBinder=function(_a,_b){this.pthis=_a;this.prop=_b;};var _pNumPropBinder=nexacro._createPrototype(Object,nexacro.NumPropBinder);nexacro.NumPropBinder.prototype=_pNumPropBinder;_pNumPropBinder.set=function(_a){return (this.pthis[this.prop]=_a);};_pNumPropBinder.addset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])+(_a|0));};_pNumPropBinder.subset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])-_a);};_pNumPropBinder.mulset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])*_a);};_pNumPropBinder.divset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])/_a);};_pNumPropBinder.modset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])%_a);};_pNumPropBinder.andset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])&_a);};_pNumPropBinder.orset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])|_a);};_pNumPropBinder.xorset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])^_a);};_pNumPropBinder.lshset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])<<_a);};_pNumPropBinder.rshset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])>>_a);};_pNumPropBinder.zrshset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])>>>_a);};_pNumPropBinder.preInc=function(){var _a=this.pthis[this.prop];this.pthis[this.prop]= ++_a;return _a;};_pNumPropBinder.preDec=function(){var _a=this.pthis[this.prop];this.pthis[this.prop]= --_a;return _a;};_pNumPropBinder.postInc=function(){var _a=this.pthis[this.prop];this.pthis[this.prop]=_a+1;return _a;};_pNumPropBinder.postDec=function(){var _a=this.pthis[this.prop];this.pthis[this.prop]=_a-1;return _a;};delete _pNumPropBinder;Object.prototype.getSetter=function(_a,_b){return new nexacro.PropBinder(this,_a);};if(Object.defineProperty){try{Object.defineProperty(Object.prototype,"getSetter",{"value":Object.prototype.getSetter,"writable":true,"enumerable":false});}catch(e){;}}Object.prototype.getNumSetter=function(_a,_b){return new nexacro.NumPropBinder(this,_a);};if(Object.defineProperty){try{Object.defineProperty(Object.prototype,"getNumSetter",{"value":Object.prototype.getNumSetter,"writable":true,"enumerable":false});}catch(e){;}}Array.prototype.indexOf=function(_a){var _b=this.length;for(var _c=0;_c<_b;_c++ ){if(this[_c]==_a){return _c;}}return -1;};nexacro._indexOf=function(_a,_b){if(_a==null){return -1;}var _c=_a.length;for(var _d=0;_d<_c;_d++ ){if(_a[_d]==_b){return _d;}}return -1;};if(!String.prototype.trim){String.prototype.trim=function(_a){if(_a){var _b=this.length;var _c=0;var _d=_b-1;while( ++_c<_b&&this.charAt(_c)==_a){}while( --_d>_c&&this.charAt(_d)==_a){}return this.substring(_c,_d+1);}else{var _b=this.length;var _c= -1;var _d=_b;var _e;while( ++_c<_b&&((_e=this.charCodeAt(_c))==32||(_e>=9&&_e<=13)||_e==160||_e==5760||_e==6158||(_e>=8192&&_e<=8202)||_e==8232||_e==8233||_e==8239||_e==8287||_e==12288)){}while( --_d>_c&&((_e=this.charCodeAt(_d))==32||(_e>=9&&_e<=13)||_e==160||_e==5760||_e==6158||(_e>=8192&&_e<=8202)||_e==8232||_e==8233||_e==8239||_e==8287||_e==12288)){}return this.substring(_c,_d+1);}};}nexacro.replaceAll=function(_a,_b,_c){return _a.split(_b).join(_c);;};if(nexacro.Browser=="Runtime"||nexacro.Browser=="Chrome"){nexacro._replaceAll=function(_a,_b,_c){return _a.split(_b).join(_c);};}else{nexacro._replaceAll=function(_a,_b,_c){return _a.replace(new RegExp(_b,"g"),_c);};}String.prototype.padLeft=function(_a,_b){var _c=[];if(_a>this.length){for(var _d=0,_e=_a-this.length;_d<_e;_d++ ){_c.push(_b);}}_c.push(this);return _c.join('');};String.prototype.padRight=function(_a,_b){var _c=[];_c.push(this);if(_a>this.length){for(i=0,cnt=_a-this.length;i=48&&_a<=57){return true;}return false;}if(typeof (_a)=="string"){var _b=_a.length;for(var _c=0;_c<_b;_c++ ){var _d=_a.charCodeAt(_c);if(_d>=48&&_d<=57){continue;}return false;}return true;}if(typeof (_a)=="object"){if(_a instanceof String){var _e=_a.valueOf();if(typeof (_e)!="object"){return nexacro.isNumeric(_e);}}}return false;};nexacro.isAlpha=function(_a){if(_a==null||_a===""){return false;}if(typeof (_a)=="number"){if((_a>=65&&_a<=90)||(_a>=97&&_a<=122)){return true;}return false;}if(typeof (_a)=="string"||typeof _a.valueOf()=="string"){var _b=_a.length;for(var _c=0;_c<_b;_c++ ){var _d=_a.charCodeAt(_c);if((_d>=65&&_d<=90)||(_d>=97&&_d<=122)){continue;}return false;}return true;}return false;};nexacro.isAlphaNumeric=function(_a){if(_a==null||_a===""){return false;}if(typeof (_a)=="number"){if((_a>=48&&_a<=57)||(_a>=65&&_a<=90)||(_a>=97&&_a<=122)||(_a==95)){return true;}return false;}if(typeof (_a)=="string"||typeof _a.valueOf()=="string"){var _b=_a.length;for(var _c=0;_c<_b;_c++ ){var _d=_a.charCodeAt(_c);if((_d>=48&&_d<=57)||(_d>=65&&_d<=90)||(_d>=97&&_d<=122)||(_d==95)){continue;}return false;;}return true;}return false;};nexacro.isSpace=function(_a){if(_a==null){return false;}if(typeof (_a)=="number"){if(_a==32||(_a>=9&&_a<=13)||_a==160||_a==5760||_a==6158||(_a>=8192&&_a<=8202)||_a==8232||_a==8233||_a==8239||_a==8287||_a==12288){return true;}}if(typeof (_a)=="string"||typeof _a.valueOf()=="string"){var _b=_a.length;if(_b>0){for(var _c=0;_c<_b;_c++ ){var _d=_a.charCodeAt(_c);if(_d==32||(_d>=9&&_d<=13)||_d==160||_d==5760||_d==6158||(_d>=8192&&_d<=8202)||_d==8232||_d==8233||_d==8239||_d==8287||_d==12288){continue;}return false;}return true;}}return false;};nexacro.isLower=function(_a){if(_a==null){return false;}if(typeof (_a)=="number"){if(_a>=97&&_a<=122){return true;}}if(typeof (_a)=="string"||typeof _a.valueOf()=="string"){var _b=_a.length;if(_b>0){for(var _c=0;_c<_b;_c++ ){var _d=_a.charCodeAt(_c);if(_d>=97&&_d<=122){continue;}return false;}return true;}}return false;};nexacro.isUpper=function(_a){if(_a==null){return false;}if(typeof (_a)=="number"){if(_a>=65&&_a<=90){return true;}}if(typeof (_a)=="string"||typeof _a.valueOf()=="string"){var _b=_a.length;if(_b>0){for(var _c=0;_c<_b;_c++ ){var _d=_a.charCodeAt(_c);if(_d>=65&&_d<=90){continue;}return false;}return true;}}return false;};if(nexacro.Browser=="Runtime"||nexacro.Browser=="Chrome"){nexacro.wrapQuote=function(_a){if(arguments.length==0){return "";}if(_a==null){return "\""+_a+"\"";}_a=_a+"";_a=_a.split(/\\/g).join("\\\\");_a=_a.split(/"/g).join("\\\"");return "\""+_a+"\"";};nexacro.stripQuote=function(_a){if(typeof (_a)!="string"){return _a+"";}if(_a.length>=2&&((_a.substr(0,1)=="'"&&_a.substr(_a.length-1,1)=="'")||(_a.substr(0,1)=='"'&&_a.substr(_a.length-1,1)=='"'))){_a=_a.substring(1,_a.length-1);}if(_a.indexOf("\\")>=0){_a=_a.split(/\\\"/g).join("\"");_a=_a.split(/\\\\/g).join("\\");return _a;}return _a;};}else{(function(){var _a=/"/g,_b=/\\/g;var _c=/\\\"/g,_d=/\\\\/g;nexacro.wrapQuote=function(_e){if(arguments.length==0){return "";}if(_e==null){return "\""+_e+"\"";}_e=_e+"";_e=_e.replace(_b,"\\\\").replace(_a,"\\\"");return "\""+_e+"\"";};nexacro.stripQuote=function(_e){if(typeof (_e)!="string"){return _e+"";}if(_e.length>=2&&((_e.substr(0,1)=="'"&&_e.substr(_e.length-1,1)=="'")||(_e.substr(0,1)=='"'&&_e.substr(_e.length-1,1)=='"'))){_e=_e.substring(1,_e.length-1);}if(_e.indexOf("\\")>=0){_e=_e.replace(_c,"\"").replace(_d,"\\");return _e;}return _e;};})();}nexacro.trimLeft=function(_a,_b){if(_b){var _c=_a.length;var _d= -1;while( ++_d<_c&&_a.charAt(_d)!==_b){}return _a.substring(_d+1);}else{var _c=_a.length;var _d= -1;var _e;while( ++_d<_c&&((_e=_a.charCodeAt(_d))==32||(_e>=9&&_e<=13)||_e==160||_e==5760||_e==6158||(_e>=8192&&_e<=8202)||_e==8232||_e==8233||_e==8239||_e==8287||_e==12288)){}return _a.substring(_d);}};nexacro.trimRight=function(_a,_b){if(_b){var _c=_a.length;var _d=_c;while( --_d>=0&&_a.charAt(_d)!==_b){}return _a.substring(0,_d);}else{var _c=_a.length;var _d=_c;var _e;while( --_d>=0&&((_e=_a.charCodeAt(_d))==32||(_e>=9&&_e<=13)||_e==160||_e==5760||_e==6158||(_e>=8192&&_e<=8202)||_e==8232||_e==8233||_e==8239||_e==8287||_e==12288)){}return _a.substring(0,_d+1);}};nexacro.trim=function(_a,_b){if(_b){var _c=_a.length;var _d=0;var _e=_c-1;while(_d<_c&&_a.charAt(_d)==_b&& ++_d){}while(_e>_d&&_a.charAt(_e)==_b&& --_e){}return _a.substring(_d,_e+1);}else{var _c=_a.length;var _d= -1;var _e=_c;var _f;while( ++_d<_c&&((_f=_a.charCodeAt(_d))==32||(_f>=9&&_f<=13)||_f==160||_f==5760||_f==6158||(_f>=8192&&_f<=8202)||_f==8232||_f==8233||_f==8239||_f==8287||_f==12288)){}while( --_e>_d&&((_f=_a.charCodeAt(_e))==32||(_f>=9&&_f<=13)||_f==160||_f==5760||_f==6158||(_f>=8192&&_f<=8202)||_f==8232||_f==8233||_f==8239||_f==8287||_f==12288)){}return _a.substring(_d,_e+1);}};nexacro.toNumber=function(_a,_b,_c,_d){var _e=( +_a);if(_e!=_e){return (_b!==undefined)?_b:_e;}else if(_e==Infinity){return (_c!==undefined)?_c:_e;}else if(_e== -Infinity){return (_d!==undefined)?_d:_e;}return _e;};if(!Date.prototype.addMonth){Date.prototype.addMonth=function(_a){return this.setMonth(this.getMonth()+_a);};Date.prototype.addDate=function(_a){return this.setDate(this.getDate()+_a);};Date.prototype.addHours=function(_a){return this.setHours(this.getHours()+_a);};Date.prototype.addMilliseconds=function(_a){return this.setMilliseconds(this.getMilliseconds()+_a);};Date.prototype.addMinutes=function(_a){return this.setMinutes(this.getMinutes()+_a);};Date.prototype.addSeconds=function(_a){return this.setSeconds(this.getSeconds()+_a);};Date.prototype.addYear=function(_a){return this.setFullYear(this.getFullYear()+_a);};Date.prototype.getYear=function(){var _a=this.getFullYear();if(1900<=_a&&_a<=1999){return (_a-1900);}return _a;};}nexacro._pow_factors=[1e-30,1e-29,1e-28,1e-27,1e-26,1e-25,1e-24,1e-23,1e-22,1e-21,1e-20,1e-19,1e-18,1e-17,1e-16,1e-15,1e-14,1e-13,1e-12,1e-11,1e-10,1e-9,1e-8,1e-7,1e-6,1e-5,1e-4,1e-3,1e-2,1e-1,1,1e+1,1e+2,1e+3,1e+4,1e+5,1e+6,1e+7,1e+8,1e+9,1e+10,1e+11,1e+12,1e+13,1e+14,1e+15,1e+16,1e+17,1e+18,1e+19,1e+20,1e+21,1e+22,1e+23,1e+24,1e+25,1e+26,1e+27,1e+28,1e+29,1e+30];if(!nexacro.floor){nexacro.floor=function(_a,_b){if(_b==undefined){return Math.floor(_a);}var _c=nexacro._pow_factors[_b+30];return Math.floor(_a*_c)/_c;};};if(!nexacro.ceil){nexacro.ceil=function(_a,_b){var _c=_a+"";var _d=_c.indexOf(".");var _e=_c.length;var _f=_e-_d-1;if(_b==undefined){return Math.ceil(_a);}else if(_b&&_b>=_f){return _a;}var _g=nexacro._pow_factors[_b+30];return Math.ceil(_a*_g)/_g;};};if(!nexacro.round){nexacro.round=function(_a,_b){if(_b==undefined){return Math.round(_a);}var _c=nexacro._pow_factors[_b+30];return Math.round(_a*_c)/_c;};};if(!nexacro.parseDate){if(nexacro.Browser=="Runtime"||nexacro.Browser=="Chrome"){nexacro.parseDate=function(_a){if(_a&&_a.length>0){if(_a.length>10){return nexacro._parseDatetime(_a);}else{_a=_a.split("-").join("/");return Date.parse(_a);}}else{return undefined;}};}else{(function(){var _a=/-/g;nexacro.parseDate=function(_b){if(_b&&_b.length>0){if(_b.length>10){return nexacro._parseDatetime(_b);}else{_b=_b.replace(_a,"/");return Date.parse(_b);}}else{return undefined;}};})();}nexacro._parseDatetime=function(_a){if(_a.length>0){var _b="";if(_a.length>10&&_a[10]==="T"){_a=_a.replace("T"," ");}_b=_a.split(" ");if(_b.length>2){return Date.parse(_a);}var _c=_b[0];var _d=_b[1];var _e=nexacro.parseDate(_c);_e+=nexacro._parseTime(_d);return _e;}else{return undefined;}};nexacro._parseTime=function(_a){if(_a.length>0){var _b="";_b=_a.split(":");var _c=parseInt(_b[0])|0;var _d=parseInt(_b[1])|0;var _e=_b[2];_b=_e.split(".");_e=parseInt(_b[0])|0;var _f="";if(_b[1]!=undefined){_f=_b[1];}var _g=_f.length;for(var _h=_g;_h<3;_h++ ){_f+="0";}var _i=parseInt(_f)|0;var _j=(_c*3600*1000)+(_d*60*1000)+(_e*1000)+_i;return _j;}else{return undefined;}};}nexacro._nexacroBind=function(_a,_b){var _c=function(){return _b.apply(_a,arguments);};_c._bindthis=_a;return _c;};if(nexacro.Browser=="Runtime"){nexacro._executeEvalStr=function(evalstr,url){try{if(url){evalstr+=("\r\n//@ sourceURL="+encodeURI(url));}return eval(evalstr);}catch(e){if(trace){trace(nexacro._getEvalExceptionMessage(e,url));}return e;}finally{evalstr=null;}};nexacro._executeScript=function(_a,_b){try{return nexacro.__executeScript(_b,_a);}catch(e){if(trace){trace(nexacro._getEvalExceptionMessage(e,_b));}return e;}finally{_a=null;}};}else if(nexacro.Browser=="Gecko"){nexacro._executeEvalStr=function(evalstr,url){var err=null;try{if(url){evalstr+=("\r\n//@ sourceURL="+encodeURI(url));}err=new Error('at eval script('+url+')');return eval(evalstr);}catch(e){if(trace){trace(nexacro._getEvalExceptionMessage(e,url,err.lineNumber));}return e;}finally{evalstr=null;}};nexacro._executeScript=nexacro._executeEvalStr;}else{nexacro._executeEvalStr=function(evalstr,url){try{if(url){evalstr+=("\r\n//@ sourceURL="+encodeURI(url));}return eval(evalstr);}catch(e){if(trace){trace(nexacro._getEvalExceptionMessage(e,url));}return e;}finally{evalstr=null;}};nexacro._executeScript=nexacro._executeEvalStr;}nexacro._createInlineFunc=function(_a,_b){var _c="_fn_ = function(";_c+=_b.join(',');_c+=") { ";_c+="try { return "+_a+"; } ";_c+="catch(e) { return undefined; } };";return _c=nexacro._executeEvalStr(_c);};nexacro._emptyFn=function(){};nexacro._emptyFnExistReturn=function(){return null;};nexacro._echoFn=function(_a){return _a;};nexacro._isNumber=function(_a){return (typeof (_a)=="number");};nexacro._isInt=function(_a){if(typeof (_a)=="number"){return (_a==(_a|0));}return false;};nexacro._isString=function(_a){return typeof (_a)=="string";};nexacro._isUndefined=function(_a){return (_a===undefined);};nexacro._isNull=function(_a){return (_a===undefined||_a===null);};nexacro._isArray=function(_a){return (_a instanceof Array);};nexacro._isFunction=function(_a){return (typeof (_a)=="function");};nexacro._isObject=function(_a){return (typeof (_a)=="object");};nexacro._isDecimal=function(_a){return (_a instanceof nexacro.Decimal);};nexacro._nvl=function(_a,_b){return (_a==null||_a=="")?_b:_a;};nexacro._parseInt=function(_a,_b){if(_a==null){return _b;}var _c=parseInt(_a);return (isFinite(_c))?_c:_b;};nexacro._toString=function(_a){return (_a==null)?_a:_a+"";};nexacro._toInt=function(_a){var _b=parseInt(_a)|0;return (isFinite(_b))?_b:undefined;};nexacro._toBoolean=function(_a){if(typeof _a=="number"){return (_a==_a)&&_a!=0;}if(typeof _a=='string'){if(_a=="false"||_a=="NaN"){return false;}return ( +_a)!=0;}else if(_a instanceof nexacro.Decimal){_a=( +_a);return (_a==_a)&&_a!=0;}else{return !!_a;}};nexacro._convertPtToPx=function(_a){_a=parseInt(_a)|0;if(!isNaN(_a)){return (_a*(0.35146/25.4)*96);}return null;};nexacro._isAbsolutePath=function(_a){if(!_a){return false;}var _b=_a.charAt(0);if(_b=='/'||_b=='\\'){return true;}if(_a.indexOf("::")>=0){return false;}if(_a.substring(0,8).toLowerCase()!="theme://"&&_a.indexOf(":\/")>=0){return true;}if(_a.substring(0,10).toLowerCase()=="data:image"){return true;}return false;};if(nexacro.Browser=="Runtime"||nexacro.Browser=="Chrome"){nexacro._getBaseUrl=function(_a){if(!_a){return _a;}_a=_a.split("\\").join("/");if(_a.charAt(_a.length-1)!='/'){_a=_a.substring(0,_a.lastIndexOf("/")+1);}return _a;};}else{(function(){var _a=/\\/g;nexacro._getBaseUrl=function(_b){_b=_b.replace(_a,"/");if(_b.charAt(_b.length-1)!='/'){_b=_b.substring(0,_b.lastIndexOf("/")+1);}return _b;};})();}nexacro._getURIValue=function(_a){if(_a&&_a.substring(0,4).toLowerCase()=="url("){if(_a.charAt(4)=="'"&&_a.charAt(_a.length-2)=="'"){_a=_a.substring(5,_a.length-2);}else if(_a.charAt(4)=="\""&&_a.charAt(_a.length-2)=="\""){_a=_a.substring(5,_a.length-2);}else{_a=_a.substring(4,_a.length-1);}return nexacro.stripQuote(_a);}return _a;};nexacro.Object=function(_a,_b){this.id=_a||"";this.parent=_b||null;};var _pObject=nexacro._createPrototype(Object,nexacro.Object);nexacro.Object.prototype=_pObject;_pObject._type_name="Object";_pObject._toString_str="[object Object]";_pObject._is_array=false;_pObject._is_data=false;_pObject._is_event=false;_pObject._is_elelemt=false;_pObject._is_component=false;_pObject._is_context=false;_pObject._is_form=false;_pObject._is_frame=false;_pObject._is_window=false;_pObject._is_application=false;_pObject.toString=function(){return "[object "+this._type_name+"]";};_pObject.getSetter=function(_a,_b){if(!_b){_b="set_"+_a;}var _c=this[_b];if(_c){return new nexacro.SetterBinder(this,_a,_c);}return new nexacro.PropBinder(this,_a);};if(Object.defineProperty){try{Object.defineProperty(_pObject,"getSetter",{"value":_pObject.getSetter,"writable":true,"enumerable":false});}catch(e){;}}_pObject.getNumSetter=function(_a,_b){if(!_b){_b="set_"+_a;}var _c=this[_b];if(_c){return new nexacro.IntSetterBinder(this,_a,_c);}return new nexacro.NumPropBinder(this,_a);};if(Object.defineProperty){try{Object.defineProperty(_pObject,"getNumSetter",{"value":_pObject.getNumSetter,"writable":false,"enumerable":false});}catch(e){;}}_pObject.set_id=function(_a){this.id=_a;};_pObject.destroy=function(){this.parent=null;};delete _pObject;nexacro.Collection=function(){this._idArray=[];this._idxMap={};this.length=0;};var _pCollection=nexacro._createPrototype(Object,nexacro.Collection);nexacro.Collection.prototype=_pCollection;_pCollection._type_name="ObjectArray";_pCollection._is_array=true;_pCollection.toString=function(){return "[object "+this._type_name+"]";};_pCollection.get_id=function(_a){return this._idArray[_a];};_pCollection.update_id=function(_a,_b){var _c=this._idArray;var _d=_c[_a];if(_d!=null&&_d!=_b){this[_b]=this[_d];delete this[_d];var _e=this._idxMap;_e[_b]=_a;delete _e[_d];_c[_a]=_b;return true;}return false;};_pCollection.indexOf=function(_a){return this._idxMap[_a];};_pCollection.get_item=function(_a){return this[_a];};_pCollection.set_item=function(_a,_b){if(typeof (_a)=="number"){var _c=this._idArray[_a];if(_c!=null){return (this[_c]=this[_a]=_b);}}else{var _d=this._idxMap[_a];if(_d!=null){return (this[_a]=this[_d]=_b);}}return undefined;};_pCollection.clear=function(){var _a=this._idArray;var _b=_a.length;for(var _c=0;_c<_b;_c++ ){delete this[_a[_c]];this[_a[_c]]=null;delete this[_c];this[_c]=null;}this._idArray=[];this._idxMap={};this.length=0;_a=null;};_pCollection.add_item=function(_a,_b){var _c=this._idxMap;var _d=_c[_a];if(_d!=null){this[_a]=this[_d]=_b;}else{_d=this.length;this[_a]=this[_d]=_b;this._idArray.push(_a);this._idxMap[_a]=_d;this.length=this._idArray.length;}return _d;};_pCollection.add=_pCollection.add_item;_pCollection.append=_pCollection.add_item;_pCollection.appendItem=_pCollection.add_item;_pCollection.delete_item=function(_a){if(typeof (_a)=="number"){var _b=this._idArray;var _c=this._idxMap;var _d=_b.length-1;if(_a>=0&&_a<=_d){var _e=_b[_a];delete this[_e];_b.splice(_a,1);for(var _f=_a;_f<_d;_f++ ){_c[_b[_f]]=_f;this[_f]=this[_f+1];}delete this[_f];delete _c[_e];this.length=_b.length;return _a;}return -1;}else{var _b=this._idArray;var _c=this._idxMap;var _g=_c[_a];if(_g!=null){var _d=_b.length-1;delete this[_a];_b.splice(_g,1);for(var _f=_g;_f<_d;_f++ ){_c[_b[_f]]=_f;this[_f]=this[_f+1];}delete this[_f];delete _c[_a];this.length=_b.length;return _g;}return -1;}};_pCollection.remove=_pCollection.delete_item;_pCollection.remove_item=_pCollection.delete_item;_pCollection.insert_item=function(_a,_b,_c){_a=(_a|0);var _d=this._idArray;var _e=this._idxMap;var _f=_d.length;if(_a>=_f||_a== -1){return this.add_item(_b,_c);}if(_b in _e){return this.set_item(_a,_c);}this[_b]=_c;_d.splice(_a,0,_b);_f++ ;for(var _g=_f-1;_g>=_a+1;_g-- ){_e[_d[_g]]=_g;this[_g]=this[_g-1];}this[_a]=_c;_e[_b]=_a;this.length=_f;return _a;};_pCollection.insert=_pCollection.insert_item;_pCollection.size=function(){return this.length;};_pCollection.destroy=function(){var _a=this._idArray;var _b=_a.length;for(var _c=0;_c<_b;_c++ ){this[_a[_c]]=null;this[_c]=null;}this._idArray=null;this._idxMap=null;this.length=0;};_pCollection.set_length=nexacro._emptyFn;delete _pCollection;nexacro.Error=function(_a,_b){this.id=this.name=_a;this.except=_b;};var _pError=nexacro._createPrototype(nexacro.Object,nexacro.Error);nexacro.Error.prototype=_pError;_pError._type_name="Error";_pError.toString=function(){return this.name+": "+this.except;};delete _pError;nexacro._GetSystemErrorMsg=function(_a,_b){var _c=[];for(var _e=0;_e0){var _c=0;while(true){if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);}}}};_pEventSinkObject._setEventHandler=function(_a,_b,_c){var _d=this[_a];var _e= -1;if(_d){if(_c){_e=_d._setHandler(_c,_b);}else{_e=_d._setHandler(this,_b);}}else if(_a in this._event_list){_d=new nexacro.EventListener(_a);this[_a]=_d;if(this._created_event_list){this._created_event_list.push(_a);}else{this._created_event_list=[];this._created_event_list.push(_a);}if(_c){_e=_d._setHandler(_c,_b);}else{_e=_d._setHandler(this,_b);}}return _e;};_pEventSinkObject._addEventHandler=function(_a,_b,_c){var _d=this[_a];var _e= -1;if(_d){if(_c){_e=_d._addHandler(_c,_b);}else{_e=_d._addHandler(this,_b);}}else if(_a in this._event_list){_d=new nexacro.EventListener(_a);this[_a]=_d;if(this._created_event_list){this._created_event_list.push(_a);}else{this._created_event_list=[];this._created_event_list.push(_a);}if(_c){_e=_d._addHandler(_c,_b);}else{_e=_d._addHandler(this,_b);}}return _e;};_pEventSinkObject._removeEventHandler=function(_a,_b,_c){var _d=this[_a];var _e=0;if(_d){if(_c){_e=_d._removeHandler(_c,_b);}else{_e=_d._removeHandler(null,_b);}}return _e;};_pEventSinkObject._findEventHandler=function(_a,_b,_c){var _d=this[_a];var _e= -2;if(_d){var _f=_d._sys_handlers;if(_c){_e=_d._findHandler(_f,_c,_b);}else{_e=_d._findHandler(_f,null,_b);}}return _e;};_pEventSinkObject.setEventHandler=function(_a,_b,_c){if(!_b){return -1;}if(this._is_loading){if(!this._loading_event_list){this._loading_event_list=[];}this._loading_event_list.push({id:_a,func:_b,target:_c});}var _d=this[_a];var _e= -1;if(_d){if(_c){_e=_d._setHandler(_c,_b,true);}else{_e=_d._setHandler(this,_b,true);}}else if(_a in this._event_list){_d=new nexacro.EventListener(_a);this[_a]=_d;if(this._created_event_list){this._created_event_list.push(_a);}else{this._created_event_list=[];this._created_event_list.push(_a);}if(_c){_e=_d._setHandler(_c,_b,true);}else{_e=_d._setHandler(this,_b,true);}}return _e;};_pEventSinkObject.addEventHandler=function(_a,_b,_c){if(this._is_loading){if(!this._loading_event_list){this._loading_event_list=[];}this._loading_event_list.push({id:_a,func:_b,target:_c});}var _d=this[_a];var _e= -1;if(_d){if(_c){_e=_d._addHandler(_c,_b,true);}else{_e=_d._addHandler(this,_b,true);}}else if(_a in this._event_list){_d=new nexacro.EventListener(_a);this[_a]=_d;if(this._created_event_list){this._created_event_list.push(_a);}else{this._created_event_list=[];this._created_event_list.push(_a);}if(_c){_e=_d._addHandler(_c,_b,true);}else{_e=_d._addHandler(this,_b,true);}}return _e;};_pEventSinkObject.removeEventHandler=function(_a,_b,_c){if(!_b){return 0;}var _d=this[_a];var _e=0;if(_d){if(_c){_e=_d._removeHandler(_c,_b,true);}else{_e=_d._removeHandler(null,_b,true);}}return _e;};_pEventSinkObject.findEventHandler=function(_a,_b,_c){var _d=this[_a];var _e= -2;if(_d){var _f=_d._user_handlers;if(_c){_e=_d._findHandler(_f,_c,_b);}else{_e=_d._findHandler(_f,this,_b);}}return _e;};_pEventSinkObject.getEventHandler=function(_a,_b){var _c=this[_a];var _d="";if(_c){var _e=_c._user_handlers;_d=_c._getHandler(_e,_b);}return _d;};_pEventSinkObject.clearEventHandler=function(_a){var _b=this[_a];if(_b){return _b._clearAll();}return 0;};_pEventSinkObject.setEventHandlerLookup=function(_a,_b,_c){var _d=this[_a];var _e= -1;if(_d){if(_c){_e=_d._setHandlerLookup(_c,_b);}else{_e=_d._setHandlerLookup(this,_b);}}else if(_a in this._event_list){_d=new nexacro.EventListener(_a);this[_a]=_d;if(this._created_event_list){this._created_event_list.push(_a);}else{this._created_event_list=[];this._created_event_list.push(_a);}if(_c){_e=_d._setHandlerLookup(_c,_b);}else{_e=_d._setHandlerLookup(this,_b);}}return _e;};_pEventSinkObject.addEventHandlerLookup=function(_a,_b,_c){var _d=this[_a];var _e= -1;if(_d){if(_c){_e=_d._addHandlerLookup(_c,_b);}else{_e=_d._addHandlerLookup(this,_b);}}else if(_a in this._event_list){_d=new nexacro.EventListener(_a);this[_a]=_d;if(this._created_event_list){this._created_event_list.push(_a);}else{this._created_event_list=[];this._created_event_list.push(_a);}if(_c){_e=_d._addHandlerLookup(_c,_b);}else{_e=_d._addHandlerLookup(this,_b);}}return _e;};_pEventSinkObject.removeEventHandlerLookup=function(_a,_b,_c){var _d=this[_a];var _e=0;if(_d){if(_c){_e=_d._removeHandlerLookup(_c,_b);}else{_e=_d._removeHandlerLookup(this,_b);}}return _e;};_pEventSinkObject.findEventHandlerLookup=function(_a,_b,_c){var _d=this[_a];var _e= -2;if(_d){var _f=_d._user_handlers;if(_c){_e=_d._findHandlerLookup(_f,_c,_b);}else{_e=_d._findHandlerLookup(_f,this,_b);}}return _e;};delete _pEventSinkObject;nexacro.EventHandler=function(_a,_b){this.target=_a;this.handler=_b;};nexacro.EventListener=function(_a){this.id=this.name=_a;this.length=0;this.defaultprevented=false;this.stoppropagation=false;this._sys_handlers=[];this._user_handlers=[];this._has_handlers=false;};var _pEventListener=nexacro._createPrototype(nexacro.Object,nexacro.EventListener);nexacro.EventListener.prototype=_pEventListener;_pEventListener._type_name="EventListener";_pEventListener.set_length=nexacro._emptyFn;_pEventListener._findByObj=function(_a,_b){var _c=_a.length;for(var _d=0;_d<_c;_d++ ){if(_a[_d].target==_b){return _d;}}return -1;};_pEventListener._findHandler=function(_a,_b,_c){var _d=_a.length;for(var _e=0;_e<_d;_e++ ){if(_a[_e].target==_b&&_a[_e].handler==_c){return _e;}}return -1;};_pEventListener._getHandler=function(_a,_b){var _c=_a.length;if(_b>=0&&_b<_c){return _a[_b].handler;}return undefined;};_pEventListener._setHandler=function(_a,_b,_c){var _d=this._sys_handlers;if(_c){_d=this._user_handlers;}var _e=_a;var _f=this._findByObj(_d,_e);if(_f<0){_f=_d.length;_d.push(new nexacro.EventHandler(_e,_b));}else{_d[_f]=new nexacro.EventHandler(_e,_b);}this._has_handlers|=_d.length;return _f;};_pEventListener._addHandler=function(_a,_b,_c){var _d=this._sys_handlers;if(_c){_d=this._user_handlers;}var _e= -1;if(_b){var _f=_a;var _g=_d.length;var _h=new nexacro.EventHandler(_f,_b);for(var _i=0;_i<_g;_i++ ){if(_d[_i].handler==_h.handler&&_d[_i].target==_h.target){return _i;}}_d.push(_h);if(_c){this.length=_d.length;}this._has_handlers|=_d.length;_e=_g;}return _e;};_pEventListener._removeHandler=function(_a,_b,_c){var _d=this._sys_handlers;if(_c){_d=this._user_handlers;}var _e=_d.length;for(var _f=_e-1;_f>=0;_f-- ){if(_a==null){if(_b==null){_d.splice(_f,1);}else if(_d[_f].handler==_b){_d.splice(_f,1);}}else{if(_b==null){_d.splice(_f,1);}else if(_d[_f].target==_a&&_d[_f].handler==_b){_d.splice(_f,1);}}}this._has_handlers|=_d.length;if(_c){this.length=_d.length;}return _e-_d.length;};_pEventListener._setHandlerLookup=function(_a,_b){var _c=this._user_handlers;var _d= -1;if(_b.length>0){for(var _e=_a;(_e!=null);_e=_e.parent){var _f=_e[_b];if(_f){var _g=_e;_d=this._findByObj(_c,_g);if(_d<0){_d=_c.length;_c.push(new nexacro.EventHandler(_g,_f));}else{_c[_d]=new nexacro.EventHandler(_g,_f);}this._has_handlers|=_c.length;return _d;}if(_e._type_name=="Application"){return _d;}}}return _d;};_pEventListener._addHandlerLookup=function(_a,_b){var _c=this._user_handlers;var _d= -1;if(_b.length>0){for(var _e=_a;(_e!=null);_e=_e.parent){var _f=_e[_b];if(_f){var _g=_a;_d=_c.length;for(var _h=0;_h<_d;_h++ ){if(_c[_h].handler==_e[_b]){return _h;}}_c.push(new nexacro.EventHandler(_g,_e[_b]));this._has_handlers|=_c.length;return _d;}if(_e._type_name=="Application"){return _d;}}}return _d;};_pEventListener._removeHandlerLookup=function(_a,_b){var _c=this._user_handlers;var _d=_c.length;if(_b.length>0){for(var _e=_a;(_e!=null);_e=_e.parent){var _f=_e[_b];if(_f){for(var _g=_d-1;_g>=0;_g-- ){if(_c[_g].handler==_f){_c.splice(_g,1);}}this._has_handlers|=_c.length;}if(_e._type_name=="Application"){return _d-_c.length;}}}return 0;};_pEventListener._findHandlerLookup=function(_a,_b,_c){var _d=_a.length;if(_c.length>0){for(var _e=_b;(_e!=null);_e=_e.parent){var _f=_e[_c];if(_f){for(var _g=0;_g<_d;_g++ ){if(_a[_g].target==_e&&_a[_g].handler==_f){return _g;}}this._has_handlers|=_a.length;}if(_e._type_name=="Application"){return -1;}}}return -1;};_pEventListener._clearAll=function(){var _a=this._sys_handlers.length+this._user_handlers.length;var _b=this._sys_handlers.length;for(var _c=0;_c<_b;_c++ ){var _d=this._sys_handlers[_c];_d.target=null;_d.handler=null;this._sys_handlers[_c]=null;delete this._sys_handlers[_c];}_b=this._user_handlers.length;for(_c=0;_c<_b;_c++ ){var _d=this._user_handlers[_c];_d.target=null;_d.handler=null;_d=null;this._user_handlers[_c]=null;delete this._user_handlers[_c];}this._sys_handlers=[];this._user_handlers=[];this.length=0;this._has_handlers=0;return _a;};_pEventListener._fireEvent=function(_a,_b,_c){var _d,_e;var _f;var _g=this._user_handlers;var _h=_g.length;if(!_c){try{for(var _d=0;_d<_h;_d++ ){_f=_g[_d];if(_a.enableevent!==false){_e=_f.handler.call(_f.target,_a,_b);}if(_b){this.defaultprevented=_b._prevented;this.stoppropagation=_b._stoppropagation;}}}catch(e){if(e.obj){application._onSystemError(e.obj,e.name,e.message);}else{var _i=nexacro._getExceptionMessage(e);application._onSystemError(application,e.name,_i);}}}_g=this._sys_handlers;_h=_g.length;for(var _d=0;_d<_h;_d++ ){_f=_g[_d];if(_a.enableevent!==false){_e=_f.handler.call(_f.target,_a,_b);}if(_b){this.defaultprevented=_b._prevented;this.stoppropagation=_b._stoppropagation;}}return _e;};_pEventListener._fireSysEvent=function(_a,_b){var _c,_d;var _e=this._sys_handlers;var _f=_e.length;var _g;for(var _c=0;_c<_f;_c++ ){_g=_e[_c];if(_a.enableevent!==false){_d=_g.handler.call(_g.target,_a,_b);}if(_b){this.defaultprevented=_b._prevented;this.stoppropagation=_b._stoppropagation;}}return _d;};_pEventListener._fireUserEvent=function(_a,_b){var _c,_d;var _e;var _f=this._user_handlers;var _g=_f.length;try{for(var _c=0;_c<_g;_c++ ){_e=_f[_c];if(_a.enableevent!==false){_d=_e.handler.call(_e.target,_a,_b);}if(_b){this.defaultprevented=_b._prevented;this.stoppropagation=_b._stoppropagation;}}}catch(e){if(e.obj){application._onSystemError(e.obj,e.name,e.message);}else{var _h=nexacro._getExceptionMessage(e);application._onSystemError(application,e.name,_h);}}return _d;};_pEventListener._fireCheckEvent=function(_a,_b){var _c,_d;var _e=this._user_handlers;var _f=_e.length;var _g;try{for(var _c=0;_c<_f;_c++ ){_g=_e[_c];if(_a.enableevent!==false){_d=_g.handler.call(_g.target,_a,_b);}if(_b){this.defaultprevented=_b._prevented;this.stoppropagation=_b._stoppropagation;}if(_d){_d=nexacro._toBoolean(_d);}if(_d!=null&&(!_d)){return false;}}}catch(e){if(e.obj){application._onSystemError(e.obj,e.name,e.message);}else{var _h=nexacro._getExceptionMessage(e);application._onSystemError(application,e.name,_h);}}_e=this._sys_handlers;_f=_e.length;var _d;for(var _c=0;_c<_f;_c++ ){_g=_e[_c];if(_a.enableevent){_d=_g.handler.call(_g.target,_a,_b);}if(_b){this.defaultprevented=_b._prevented;this.stoppropagation=_b._stoppropagation;}if(_d!=null&&(!_d)){return false;}}return true;};_pEventListener.fireEvent=function(_a,_b){_b.eventid=this.name;_b.fromobject=_a;this._fireEvent(_a,_b);};_pEventListener.clear=function(){var _a=this._user_handlers.length;this._user_handlers=[];this.length=0;this._has_handlers=(this.length+this._sys_handlers.length);return _a;};delete _pEventListener;nexacro.Event=function(_a,_b){this.id=this.eventid=_b||"";this.fromobject=this.fromreferenceobject=_a;this._prevented=false;this._stoppropagation=false;this.cancelable=false;this.bubbles=false;};var _pEvent=nexacro._createPrototype(nexacro.Object,nexacro.Event);nexacro.Event.prototype=_pEvent;_pEvent._type_name="Event";_pEvent._is_event=true;_pEvent.preventDefault=function(){this._prevented=this.cancelable;};_pEvent.stopPropagation=function(){this._stoppropagation=this.bubbles;};_pEvent.destroy=function(){this.fromobject=null;this.fromreferenceobject=null;};delete _pEvent;nexacro.EventInfo=function(_a,_b){this.id=this.eventid=_b||"";this.fromobject=this.fromreferenceobject=_a;this._prevented=false;this._stoppropagation=false;this.cancelable=false;this.bubbles=false;};var _pEventInfo=nexacro._createPrototype(nexacro.Object,nexacro.EventInfo);nexacro.EventInfo.prototype=_pEventInfo;_pEventInfo._type_name="EventInfo";_pEventInfo._is_event=true;_pEventInfo.set_eventid=function(_a){if(_a&&_a!=this.eventid){this.eventid=_a;}};delete _pEventInfo;nexacro.Event.KEY_RETURN=13;nexacro.Event.KEY_ENTER=13;nexacro.Event.KEY_TAB=9;nexacro.Event.KEY_UP=38;nexacro.Event.KEY_DOWN=40;nexacro.Event.KEY_LEFT=37;nexacro.Event.KEY_RIGHT=39;nexacro.Event.KEY_SPACE=32;nexacro.Event.KEY_SHIFT=16;nexacro.Event.KEY_CTRL=17;nexacro.Event.KEY_CONTROL=17;nexacro.Event.KEY_ALT=18;nexacro.Event.KEY_ESC=27;nexacro.Event.KEY_F1=112;nexacro.Event.KEY_F2=113;nexacro.Event.KEY_F3=114;nexacro.Event.KEY_F4=115;nexacro.Event.KEY_F5=116;nexacro.Event.KEY_F6=117;nexacro.Event.KEY_F7=118;nexacro.Event.KEY_F8=119;nexacro.Event.KEY_F9=120;nexacro.Event.KEY_F10=121;nexacro.Event.KEY_F11=122;nexacro.Event.KEY_F12=123;nexacro.Event.KEY_DEL=46;nexacro.Event.KEY_DELETE=46;nexacro.Event.KEY_BACKSPACE=8;nexacro.Event.KEY_INSERT=45;nexacro.Event.KEY_HOME=36;nexacro.Event.KEY_END=35;nexacro.Event.KEY_PAGE_UP=33;nexacro.Event.KEY_PAGE_DOWN=34;nexacro.Event.KEY_NUM_LOCK=144;nexacro.Event.KEY_NUMPAD0=96;nexacro.Event.KEY_NUMPAD1=97;nexacro.Event.KEY_NUMPAD2=98;nexacro.Event.KEY_NUMPAD3=99;nexacro.Event.KEY_NUMPAD4=100;nexacro.Event.KEY_NUMPAD5=101;nexacro.Event.KEY_NUMPAD6=102;nexacro.Event.KEY_NUMPAD7=103;nexacro.Event.KEY_NUMPAD8=104;nexacro.Event.KEY_NUMPAD9=105;nexacro.Event.KEY_NUMPAD_DIVIDE=111;nexacro.Event.KEY_NUMPAD_MULTIPLY=106;nexacro.Event.KEY_NUMPAD_MINUS=109;nexacro.Event.KEY_NUMPAD_PLUS=107;nexacro.TimerEventInfo=function(_a,_b,_c){this.id=this.eventid=_b||"ontimer";this.fromobject=this.fromreferenceobject=_a;this.timerid=_c;};var _pTimerEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.TimerEventInfo);nexacro.TimerEventInfo.prototype=_pTimerEventInfo;_pTimerEventInfo._type_name="TimerEventInfo";delete _pTimerEventInfo;nexacro.ErrorEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h){this.id=this.eventid=_b||"onerror";this.fromobject=this.fromreferenceobject=_a;this.cancelable=true;this.errortype=_c;this.errormsg=_d;this.errorobj=_e;if(_f){this.statuscode=_f;}else{this.statuscode=0;}this.requesturi=_g;this.locationuri=_h;};var _pErrorEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ErrorEventInfo);nexacro.ErrorEventInfo.prototype=_pErrorEventInfo;_pErrorEventInfo._type_name="ErrorEventInfo";_pErrorEventInfo.set_errortype=function(_a){if(_a&&this.errortype!=_a){this.errortype=_a;}};_pErrorEventInfo.set_errormsg=function(_a){if(_a&&this.errormsg!=_a){this.errormsg=_a;}};_pErrorEventInfo.set_errorobj=function(_a){if(_a&&this.errorobj!=_a){this.errorobj=_a;}};_pErrorEventInfo.set_locationuri=function(_a){if(_a&&this.locationuri!=_a){this.locationuri=_a;}};_pErrorEventInfo.set_requesturi=function(_a){if(_a&&this.requesturi!=_a){this.requesturi=_a;}};_pErrorEventInfo.set_statuscode=function(_a){if(_a&&this.statuscode!=_a){this.statuscode=_a;}};_pErrorEventInfo.getHexaErrorCode=function(){return this.errorcode;};delete _pErrorEventInfo;nexacro.ExitEventInfo=function(_a,_b){this.id=this.eventid=_b||"onexit";this.fromobject=this.fromreferenceobject=_a;};var _pExitEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ExitEventInfo);nexacro.ExitEventInfo.prototype=_pExitEventInfo;_pExitEventInfo._type_name="ExitEventInfo";delete _pExitEventInfo;nexacro.AccessibilityEventInfo=function(_a,_b,_c,_d,_e,_f){this.id=this.eventid=_b||"onaccessibility";this.fromobject=this.fromreferenceobject=_a;this.label=_c;this.status=_d;this.value=_e;this.description=_f;};var _pAccessibilityEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.AccessibilityEventInfo);nexacro.AccessibilityEventInfo.prototype=_pAccessibilityEventInfo;_pAccessibilityEventInfo._type_name="AccessibilityEventInfo";delete _pAccessibilityEventInfo;nexacro.ActivateEventInfo=function(_a,_b,_c){nexacro.Event.call(this,_a,_b||"onactivate");this.fromobject=this.fromreferenceobject=_a;this.state=_c;this.bubbles=true;};var _pActivateEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ActivateEventInfo);nexacro.ActivateEventInfo.prototype=_pActivateEventInfo;_pActivateEventInfo._type_name="ActivateEventInfo";delete _pActivateEventInfo;nexacro.SysCommandEventInfo=function(_a,_b,_c){this.id=this.eventid=_b||"onsyscommand";this.fromobject=this.fromreferenceobject=_a;this.bubbles=true;this.state=_c;};var _pSysCommandEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.SysCommandEventInfo);nexacro.SysCommandEventInfo.prototype=_pSysCommandEventInfo;_pSysCommandEventInfo._type_name="SysCommandEventInfo";delete _pSysCommandEventInfo;nexacro.CloseEventInfo=function(_a,_b,_c,_d,_e){nexacro.Event.call(this,_a,_b||"onclose");this.bubbles=true;this.fromobject=_c||_a;this.fromreferenceobject=_d||_a;this._root_closing_comp=_e;};var _pCloseEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.CloseEventInfo);nexacro.CloseEventInfo.prototype=_pCloseEventInfo;_pCloseEventInfo._type_name="CloseEventInfo";delete _pCloseEventInfo;nexacro.LoadEventInfo=function(_a,_b,_c){nexacro.Event.call(this,_a,_b||"onload");this.url=_c;};var _pLoadEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.CloseEventInfo);nexacro.LoadEventInfo.prototype=_pLoadEventInfo;_pLoadEventInfo._type_name="LoadEventInfo";delete _pLoadEventInfo;nexacro.SetFocusEventInfo=function(_a,_b,_c,_d){this.id=this.eventid=_b||"onsetfocus";this.fromobject=this.fromreferenceobject=_a;this.oldcomponent=_c;this.oldreferencecomponent=_d;};var _pSetFocusEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.SetFocusEventInfo);nexacro.SetFocusEventInfo.prototype=_pSetFocusEventInfo;_pSetFocusEventInfo._type_name="SetFocusEventInfo";delete _pSetFocusEventInfo;nexacro.KillFocusEventInfo=function(_a,_b,_c,_d){nexacro.Event.call(this,_a,_b||"onkillfocus");this.newcomponent=_c;this.newreferencecomponent=_d;};var _pKillFocusEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.KillFocusEventInfo);nexacro.KillFocusEventInfo.prototype=_pKillFocusEventInfo;_pKillFocusEventInfo._type_name="KillFocusEventInfo";delete _pKillFocusEventInfo;nexacro.MoveEventInfo=function(_a,_b,_c,_d){this.id=this.eventid=_b||"onmove";this.fromobject=this.fromreferenceobject=_a;this.x=_c;this.y=_d;};var _pMoveEventInfo=nexacro._createPrototype(nexacro.MouseEventInfo,nexacro.MoveEventInfo);nexacro.MoveEventInfo.prototype=_pMoveEventInfo;_pMoveEventInfo._type_name="MoveEventInfo";delete _pMoveEventInfo;nexacro.SizeEventInfo=function(_a,_b,_c,_d){this.id=this.eventid=_b||"onsize";this.fromobject=this.fromreferenceobject=_a;this.cx=_c;this.cy=_d;this.reverse=false;this._orientation=nexacro._getMobileOrientation();switch(this._orientation){case 0:this.orientation="portrait";break;case 1:this.orientation="portrait";this.reverse=true;break;case 2:this.orientation="landscape";this.reverse=true;break;case 3:this.orientation="landscape";break;default:this.orientation="resize";break;}};var _pSizeEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.SizeEventInfo);nexacro.SizeEventInfo.prototype=_pSizeEventInfo;_pSizeEventInfo._type_name="SizeEventInfo";delete _pSizeEventInfo;nexacro.KeyEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h){this.id=this.eventid=_b||"onkey";this.cancelable=true;this.bubbles=true;this.fromobject=_g;this.fromreferenceobject=_h;this.altKey=_c;this.ctrlKey=_d;this.shiftKey=_e;this.keycode=_f;};var _pKeyEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.KeyEventInfo);nexacro.KeyEventInfo.prototype=_pKeyEventInfo;_pKeyEventInfo._type_name="KeyEventInfo";delete _pKeyEventInfo;nexacro.MouseEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k,_l,_m,_n){this.id=this.eventid=_b||"onmouse";this.cancelable=true;this.bubbles=true;this.fromobject=_m;this.fromreferenceobject=_n;this.altKey=_d||false;this.ctrlKey=_e||false;this.button=_c||"";this.shiftKey=_f||false;this.screenX=_g|| -1;this.screenY=_h|| -1;this.canvasX=_i|| -1;this.canvasY=_j|| -1;this.clientX=_k|| -1;this.clientY=_l|| -1;};var _pMouseEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.MouseEventInfo);nexacro.MouseEventInfo.prototype=_pMouseEventInfo;_pMouseEventInfo._type_name="MouseEventInfo";delete _pMouseEventInfo;nexacro.ClickEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k,_l,_m,_n){this.id=this.eventid=_b||"onclick";this.fromobject=_m;this.fromreferenceobject=_n;this.altKey=_d||false;this.ctrlKey=_e||false;this.button=_c||"";this.shiftKey=_f||false;this.screenX=(_g===undefined? -1:_g);this.screenY=(_h===undefined? -1:_h);this.canvasX=(_i===undefined? -1:_i);this.canvasY=(_j===undefined? -1:_j);this.clientX=(_k===undefined? -1:_k);this.clientY=(_l===undefined? -1:_l);};var _pClickEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ClickEventInfo);nexacro.ClickEventInfo.prototype=_pClickEventInfo;_pClickEventInfo._type_name="ClickEventInfo";delete _pClickEventInfo;nexacro.MouseWheelEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k,_l,_m,_n,_o){this.id=this.eventid=_b||"onmousewheel";this.bubbles=true;this.cancelable=true;this.fromobject=_n;this.fromreferenceobject=_o;this.altKey=_d||false;this.ctrlKey=_e||false;this.button=_c||"";this.shiftKey=_f||false;this.screenX=_g|| -1;this.screenY=_h|| -1;this.canvasX=_i|| -1;this.canvasY=_j|| -1;this.clientX=_k|| -1;this.clientY=_l|| -1;this.amount=_m;};var _pMouseWheelEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.MouseWheelEventInfo);nexacro.MouseWheelEventInfo.prototype=_pMouseWheelEventInfo;_pMouseWheelEventInfo._type_name="MouseWheelEventInfo";delete _pMouseWheelEventInfo;nexacro.ScrollEventInfo=function(_a,_b,_c,_d,_e,_f){this.id=this.eventid=_b||"onscroll";this.fromobject=_e;this.fromreferenceobject=_f;this.pos=_c;this.type=_d;};var _pScrollEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ScrollEventInfo);nexacro.ScrollEventInfo.prototype=_pScrollEventInfo;_pScrollEventInfo._type_name="ScrollEventInfo";delete _pScrollEventInfo;nexacro.DragEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k,_l,_m,_n,_o,_p,_q,_r){this.id=this.eventid=_b||"ondrag";if(!_h){_h=_g;}this.cancelable=true;this.bubbles=true;this.dragdata=_c;this.userdata=_d;this.sourceobject=_e;this.sourcereferenceobject=_f;this.fromobject=_g;this.fromreferenceobject=_h;this.altKey=_j||false;this.ctrlKey=_k||false;this.button=_i||"";this.shiftKey=_l||false;this.screenX=_m|| -1;this.screenY=_n|| -1;this.canvasX=_o|| -1;this.canvasY=_p|| -1;this.clientX=_q|| -1;this.clientY=_r|| -1;};var _pDragEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.DragEventInfo);nexacro.DragEventInfo.prototype=_pDragEventInfo;_pDragEventInfo._type_name="DragEventInfo";_pDragEventInfo.set_dragdata=function(_a){if(this.dragdata!=_a){this.dragdata=_a;}};_pDragEventInfo.set_userdata=function(_a){if(this.userdata!=_a){this.userdata=_a;}};delete _pDragEventInfo;nexacro.DragDataObject=function(_a){this.id=_a||"dragdataobject";this._data_table={};};var _pDragDataObject=nexacro._createPrototype(nexacro.Object,nexacro.DragDataObject);nexacro.DragDataObject.prototype=_pDragDataObject;_pDragDataObject._type_name="DragDataObject";_pDragDataObject.setData=function(_a,_b){if(this._data_table[_a]){delete this._data_table[_a];}this._data_table[_a]=_b;};_pDragDataObject.getData=function(_a){if(this._data_table[_a]){return this._data_table[_a];}return null;};_pDragDataObject.isAvailableData=function(_a){if(this._data_table[_a]){return true;}return false;};delete _pDragDataObject;nexacro.CharEventInfo=function(_a,_b,_c,_d,_e){this.id=this.eventid=_b||"onchar";this.fromobject=this.fromreferenceobject=_a;this.chartext=_c;this.posttext=_e;this.pretext=_d;};var _pCharEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.CharEventInfo);nexacro.CharEventInfo.prototype=_pCharEventInfo;_pCharEventInfo._type_name="CharEventInfo";delete _pCharEventInfo;nexacro.GestureEventInfo=function(_a,_b,_c,_d,_e){this.id=this.eventid=_b||"ongesture";this.bubbles=true;this.fromobject=_d;this.fromreferenceobject=_e;this.pointinfos=_c;this.pointcount=_c?_c.length:0;};var _pGestureEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.GestureEventInfo);nexacro.GestureEventInfo.prototype=_pGestureEventInfo;_pGestureEventInfo._type_name="GestureEventInfo";delete _pGestureEventInfo;nexacro.TapEventInfo=function(_a,_b,_c,_d,_e){this.id=this.eventid=_b||"ontap";this.fromobject=_d;this.fromreferenceobject=_e;this.pointinfos=_c;this.pointcount=_c?_c.length:0;};var _pTapEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.TapEventInfo);nexacro.TapEventInfo.prototype=_pTapEventInfo;_pTapEventInfo._type_name="TapEventInfo";delete _pTapEventInfo;nexacro.LongPressEventInfo=function(_a,_b,_c,_d,_e){this.id=this.eventid=_b||"onlongpress";this.fromobject=_d;this.fromreferenceobject=_e;this.pointinfos=_c;this.pointcount=_c?_c.length:0;this.cancelable=true;this.bubbles=true;};var _pLongPressEventInfo=nexacro._createPrototype(nexacro.GestureEventInfo,nexacro.LongPressEventInfo);nexacro.LongPressEventInfo.prototype=_pLongPressEventInfo;_pLongPressEventInfo._type_name="LongPressEventInfo";delete _pLongPressEventInfo;nexacro.SlideEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i){this.id=this.eventid=_b||"onslide";this.fromobject=_h;this.fromreferenceobject=_i;this.pointinfos=_c;this.pointcount=_c?_c.length:0;this.xaccvalue=_d;this.yaccvalue=_e;this.xdeltavalue=_f;this.ydeltavalue=_g;this.cancelable=true;this.bubbles=true;};var _pSlideEventInfo=nexacro._createPrototype(nexacro.GestureEventInfo,nexacro.SlideEventInfo);nexacro.SlideEventInfo.prototype=_pSlideEventInfo;_pSlideEventInfo._type_name="SlideEventInfo";delete _pSlideEventInfo;nexacro.PinchEventInfo=function(_a,_b,_c,_d,_e,_f,_g){this.id=this.eventid=_b||"onpinch";this.fromobject=_f;this.fromreferenceobject=_g;this.pointinfos=_c;this.pointcount=_c?_c.length:0;this.accvalue=_d;this.deltavalue=_e;this.cancelable=true;this.bubbles=true;};var _pPinchEventInfo=nexacro._createPrototype(nexacro.GestureEventInfo,nexacro.PinchEventInfo);nexacro.PinchEventInfo.prototype=_pPinchEventInfo;_pPinchEventInfo._type_name="PinchEventInfo";delete _pPinchEventInfo;nexacro.FlingEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j){this.id=this.eventid=_b||"onfling";this.fromobject=_i;this.fromreferenceobject=_j;this.pointcount=_h;this.xstartvalue=_d;this.ystartvalue=_e;this.xdeltavalue=_f;this.ydeltavalue=_g;this.cancelable=true;this.bubbles=true;};var _pFlingEventInfo=nexacro._createPrototype(nexacro.GestureEventInfo,nexacro.FlingEventInfo);nexacro.FlingEventInfo.prototype=_pFlingEventInfo;_pFlingEventInfo._type_name="FlingEventInfo";delete _pFlingEventInfo;nexacro.ZoomEventInfo=function(_a,_b,_c,_d,_e){this.id=this.eventid=_b||"onzoom";this.fromobject=_d;this.fromreferenceobject=_e;this.zoom=_c;};var _pZoomEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ZoomEventInfo);nexacro.ZoomEventInfo.prototype=_pZoomEventInfo;_pZoomEventInfo._type_name="ZoomEventInfo";delete _pZoomEventInfo;nexacro.OrientationChangeEventInfo=function(_a,_b,_c){this.id=this.eventid=_b||"onzoom";this.fromobject=null;this.fromreferenceobject=null;this._orientation=_c;if(_c==0||_c==1){this.orientation="portrait";}else if(_c==2||_c==3){this.orientation="landscape";}else{this.orientation="";}};var _pOrientationChangeEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.OrientationChangeEventInfo);nexacro.OrientationChangeEventInfo.prototype=_pOrientationChangeEventInfo;_pOrientationChangeEventInfo._type_name="OrientationChangeEventInfo";delete _pOrientationChangeEventInfo;nexacro.ContextMenuEventInfo=function(_a,_b,_c,_d){this.id=this.eventid=_b||"oncontextmenu";this.fromobject=_c;this.fromreferenceobject=_d;this.cancelable=true;};var _pContextMenuEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ContextMenuEventInfo);nexacro.ContextMenuEventInfo.prototype=_pContextMenuEventInfo;_pContextMenuEventInfo._type_name="ContextMenuEventInfo";delete _pContextMenuEventInfo;nexacro.TouchInputInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i){this.touchid=_c;this.type={touchstart:0,touchmove:1,touchend:2}[_b];this.time=_d;this.isfirst=_e;this.screenX=_f;this.screenY=_g;this.canvasX=undefined;this.canvasY=undefined;this.clientX=undefined;this.clientY=undefined;this._elem=_a;this._current_state=_b;this._x=this._oldx=this._startx=_h;this._y=this._oldy=this._starty=_i;};var _pTouchInputInfo=nexacro._createPrototype(nexacro.Object,nexacro.TouchInputInfo);nexacro.TouchInputInfo.prototype=_pTouchInputInfo;_pTouchInputInfo._type_name="TouchInputInfo";_pTouchInputInfo._updateInfo=function(_a,_b,_c,_d,_e,_f,_g){this.type={touchstart:0,touchmove:1,touchend:2}[_b];this.time=_c;this.screenX=_d;this.screenY=_e;this._elem=_a;this._current_state=_b;this._oldx=this._x;this._oldy=this._y;this._x=_f;this._y=_g;};delete _pTouchInputInfo;nexacro.TouchEventInfo=function(_a,_b,_c,_d,_e,_f){nexacro.Event.call(this,_a,_b||"ontouch");this.cancelable=true;this.bubbles=true;this.touchinputinfos=_c;this.changedtouchinputinfos=_d;this.fromobject=_e;this.fromreferenceobject=_f;};var _pTouchEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.TouchEventInfo);nexacro.TouchEventInfo.prototype=_pTouchEventInfo;_pTouchEventInfo._type_name="TouchEventInfo";delete _pTouchEventInfo;nexacro.ItemClickEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k,_l,_m,_n,_o){nexacro.ClickEventInfo.call(this,_a,_b||"onitemclick",_f,_g,_h,_i,_j,_k,_l,_m,_n,_o);this.fromobject=this.fromreferenceobject=_a;this.index=_c;this.itemtext=_d;this.itemvalue=_e;};var _pItemClickEventInfo=nexacro._createPrototype(nexacro.ClickEventInfo,nexacro.ItemClickEventInfo);nexacro.ItemClickEventInfo.prototype=_pItemClickEventInfo;_pItemClickEventInfo._type_name="ItemClickEventInfo";delete _pItemClickEventInfo;nexacro.ChangeEventInfo=function(_a,_b,_c,_d,_e,_f){nexacro.Event.call(this,_a,_b||"onchange");this.pretext=_c;this.prevalue=_d;this.posttext=_e;this.postvalue=_f;};var _pChangeEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ChangeEventInfo);nexacro.ChangeEventInfo.prototype=_pChangeEventInfo;_pChangeEventInfo._type_name="ChangeEventInfo";delete _pChangeEventInfo;nexacro.ChangedEventInfo=function(_a,_b,_c,_d,_e,_f){this.id=this.eventid=_b||"onchanged";this.fromobject=this.fromreferenceobject=_a;this.pretext=_c;this.prevalue=_d;this.posttext=_e;this.postvalue=_f;};var _pChangedEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ChangedEventInfo);nexacro.ChangedEventInfo.prototype=_pChangedEventInfo;_pChangedEventInfo._type_name="ChangedEventInfo";delete _pChangedEventInfo;nexacro.ItemChangeEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h){this.id=this.eventid=_b||"onitemchagne";this.fromobject=this.fromreferenceobject=_a;this.preindex=_c;this.pretext=_d;this.prevalue=_e;this.postindex=_f;this.posttext=_g;this.postvalue=_h;};var _pItemChangeEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ItemChangeEventInfo);nexacro.ItemChangeEventInfo.prototype=_pItemChangeEventInfo;_pItemChangeEventInfo._type_name="ItemChangeEventInfo";delete _pItemChangeEventInfo;nexacro.DuplicateExcutionEventInfo=function(_a,_b,_c){this.id=this.eventid=_b||"onduplicateexcution";this.fromobject=this.fromreferenceobject=_a;this.arguments=_c;};var _pDuplicateExcutionEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.DuplicateExcutionEventInfo);nexacro.DuplicateExcutionEventInfo.prototype=_pDuplicateExcutionEventInfo;_pDuplicateExcutionEventInfo._type_name="DuplicateExcutionEventInfo";delete _pDuplicateExcutionEventInfo;nexacro.UserNotify=function(_a,_b,_c,_d){this.id=this.eventid=_b||"onusernotify";this.fromobject=this.fromreferenceobject=_a;this.notifyid=_c;this.message=_d;};var _pEventUserNotify=nexacro._createPrototype(nexacro.Event,nexacro.UserNotify);nexacro.UserNotify.prototype=_pEventUserNotify;_pEventUserNotify._type_name="UserNotifyEvent";delete _pEventUserNotify;nexacro.ApplicationUserNotify=function(_a,_b,_c){this.id=this.eventid=_b||"onusernotify";this.fromobject=this.fromreferenceobject=_a;this.userdata=_c;};var _pEventAppUserNotify=nexacro._createPrototype(nexacro.Event,nexacro.ApplicationUserNotify);nexacro.ApplicationUserNotify.prototype=_pEventAppUserNotify;_pEventAppUserNotify._type_name="ApplicationUserNotifyEvent";delete _pEventAppUserNotify;nexacro.AddLog=function(_a,_b,_c){this.id=this.eventid=_b||"onaddlog";this.fromobject=this.fromreferenceobject=_a;this.message=_c;};var _pEventAddLog=nexacro._createPrototype(nexacro.Event,nexacro.AddLog);nexacro.AddLog.prototype=_pEventAddLog;_pEventAddLog._type_name="AddLogEvent";delete _pEventAddLog;nexacro.Communication=function(_a,_b,_c){this.id=this.eventid=_b||"oncommunication";this.fromobject=this.fromreferenceobject=_a;this.state=_c;};var _pEventCommunication=nexacro._createPrototype(nexacro.Event,nexacro.Communication);nexacro.Communication.prototype=_pEventCommunication;_pEventCommunication._type_name="CommunicationEvent";delete _pEventCommunication;nexacro.NotificationEventInfo=function(_a,_b,_c,_d){this.id=this.eventid=_b||"onnotification";this.fromobject=this.fromreferenceobject=_a;this.reason=_c;if(this.reason==200||this.resaon=='200'){this.messages=_d;}};var _pNotificationEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.NotificationEventInfo);nexacro.NotificationEventInfo.prototype=_pNotificationEventInfo;_pNotificationEventInfo._type_name="NotificationEventInfo";delete _pNotificationEventInfo;nexacro._gen_arrmap=function(_a){var _b={};var _c=_a.length;for(var _d=0;_d<_c;_d++ ){_b[_a[_d]]=_d;}return _b;};if(nexacro.Browser=="Runtime"){nexacro.base64Encode=function(_a){return nexacro.__base64Encode(_a);};nexacro.base64Decode=function(_a){return nexacro.__base64Decode(_a);};}else{(function(){var _a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".split('');var _b=nexacro._gen_arrmap(_a);var _c=/[^A-Za-z0-9\+\/\=]/g;nexacro.base64Encode=function(_d){var _e="";var _f,_g,_h,_i,_j,_k,_l;var _m=0;_d=nexacro.utf8Encode(_d);while(_m<_d.length){_f=_d.charCodeAt(_m++ );_g=_d.charCodeAt(_m++ );_h=_d.charCodeAt(_m++ );_i=_f>>2;_j=((_f&3)<<4)|(_g>>4);_k=((_g&15)<<2)|(_h>>6);_l=_h&63;if(( +_g)!=( +_g)){_k=_l=64;}else if(( +_h)!=( +_h)){_l=64;}_e=_e+_a[_i]+_a[_j]+_a[_k]+_a[_l];}return _e;};nexacro.base64Decode=function(_d){var _e="";var _f,_g,_h;var _i,_j,_k,_l;var _m=0;_d=_d.replace(_c,"");while(_m<_d.length){_i=_b[_d[_m++ ]];_j=_b[_d[_m++ ]];_k=_b[_d[_m++ ]];_l=_b[_d[_m++ ]];_f=(_i<<2)|(_j>>4);_g=((_j&15)<<4)|(_k>>2);_h=((_k&3)<<6)|_l;_e=_e+String.fromCharCode(_f);if(_k!=64){_e=_e+String.fromCharCode(_g);}if(_l!=64){_e=_e+String.fromCharCode(_h);}}return nexacro.utf8Decode(_e);};nexacro.utf8Encode=function(_d){var _e="";for(var _f=0;_f<_d.length;_f++ ){var _g=_d.charCodeAt(_f);if(_g==13){if(_d.charCodeAt(_f+1)!='\n'){_e+=String.fromCharCode(_g);}}else if(_g<128){_e+=String.fromCharCode(_g);}else if((_g>127)&&(_g<2048)){_e+=String.fromCharCode((_g>>6)|192);_e+=String.fromCharCode((_g&63)|128);}else{_e+=String.fromCharCode((_g>>12)|224);_e+=String.fromCharCode(((_g>>6)&63)|128);_e+=String.fromCharCode((_g&63)|128);}}return _e;};nexacro.utf8Decode=function(_d){var _e=0;var _f=c1=c2=0;var _g=[];while(_e<_d.length){_f=_d.charCodeAt(_e);if(_f<128){_g+=String.fromCharCode(_f);_e++ ;}else if((_f>191)&&(_f<224)){c2=_d.charCodeAt(_e+1);_g+=String.fromCharCode(((_f&31)<<6)|(c2&63));_e+=2;}else{c2=_d.charCodeAt(_e+1);c3=_d.charCodeAt(_e+2);_g+=String.fromCharCode(((_f&15)<<12)|((c2&63)<<6)|(c3&63));_e+=3;}}return _g;};})();}nexacro._checkBase64String=function(_a){var _b=/[^A-Za-z0-9+\/=]/g;if(_a==""||_a==null){return false;}if(_a.length>=10&&_a.substr(0,10).toLowerCase()=="data:image"){return true;}if(_a.match(_b)==null){return true;}_b=null;return false;};nexacro._mergeUrl=function(_a,_b){if(_a&&_b){var _c=_b.indexOf("/");if(_a.charAt(_a.length-1)=='/'){if(_b.charAt(0)=='/'){return _a+_b.substring(1);}else{return _a+_b;}}else{if(_b.charAt(0)=='/'){return _a+_b;}else{return _a+'/'+_b;}}}else{return _a||_b;}};nexacro._findParentComponent=function(_a){var _b=_a.parent;while(_b&&!_b._is_component){_b=_b.parent;}return _b;};nexacro._findParentForm=function(_a){var _b=_a.parent;while(_b&&!_b._is_form){_b=_b.parent;}return _b;};nexacro._findReferenceForm=function(_a){var _b=_a;while(_b&&!_b._is_form){_b=_b.parent;}return _b;};nexacro._findParentContext=function(_a){var _b=_a.parent;while(_b&&!_b._is_context){_b=_b.parent;}return _b;};nexacro._findReferenceContext=function(_a){var _b=_a;while(_b&&!_b._is_context){_b=_b.parent;}return _b;};nexacro._findParentFrame=function(_a){var _b=_a.parent;while(_b&&!_b._is_frame){_b=_b.parent;}return _b;};nexacro._findParentWindow=function(_a){var _b=_a.parent;while(_b&&!_b._is_window){_b=_b.parent;}return _b;};nexacro._setForwardingSystemEventHandlers=function(_a){var _b=nexacro.Component.prototype;_a._on_sys_focus=_b._on_sys_focus_forward;_a._on_sys_lbuttondown=_b._on_sys_lbuttondown_forward;_a._on_sys_lbuttonup=_b._on_sys_lbuttonup_forward;_a._on_sys_rbuttondown=_b._on_sys_rbuttondown_forward;_a._on_sys_rbuttonup=_b._on_sys_rbuttonup_forward;_a._on_sys_mouseenter=_b._on_sys_mouseenter_forward;_a._on_sys_mouseleave=_b._on_sys_mouseleave_forward;_a._on_sys_mousemove=_b._on_sys_mousemove_forward;_a._on_sys_keydown=_b._on_sys_keydown_forward;_a._on_sys_keypress=_b._on_sys_keypress_forward;_a._on_sys_keyup=_b._on_sys_keyup_forward;_a._on_sys_dblclick=_b._on_sys_dblclick_forward;_a._on_sys_mousewheel=_b._on_sys_mousewheel_forward;_a._on_sys_dragleave=_b._on_sys_dragleave_forward;_a._on_sys_drop=_b._on_sys_drop_forward;_a._on_sys_dragenter=_b._on_sys_dragenter_forward;_a._on_sys_dragmove=_b._on_sys_dragmove_forward;_a._on_sys_touch=_b._on_sys_touch_forward;};nexacro._setForMouseTrackSystemEventHandler=function(_a){var _b=nexacro.Component.prototype;_a._on_sys_lbuttondown=_b._on_sys_lbuttondown_simpletrack;_a._on_starttrack=_b._on_starttrack_simpletrack;_a._on_movetrack=_b._on_movetrack_simpletrack;_a._on_endtrack=_b._on_movetrack_simpletrack;};nexacro._setStyleFinders_ForNonComponent=function(_a){var _b=nexacro.Component.prototype;_a._find_comp_pseudo_obj=_b._find_comp_pseudo_obj;_a._find_ctrl_pseudo_obj=_b._find_comp_pseudo_obj;_a._find_typedctrl_pseudo_obj=_b._find_comp_pseudo_obj;_a._updateCurrentStyle=_b._updateCurrentStyle;_a._find_pseudo_obj=_b._find_pseudo_obj;};nexacro._setForComponetStyleFinder=function(_a){_a._find_pseudo_obj=nexacro.Component.prototype._find_comp_pseudo_obj;};nexacro._setForControlStyleFinder=function(_a){_a._find_pseudo_obj=nexacro.Component.prototype._find_ctrl_pseudo_obj;};nexacro._setForTypedControlStyleFinder=function(_a){_a._find_pseudo_obj=nexacro.Component.prototype._find_typedctrl_pseudo_obj;};nexacro._setForEventListeners=function(_a){_a._initEventHandlers=_a._initEventListeners;_a._clearEventHandlers=_a._clearEventListeners;};nexacro._getValueForStyleBindExpr=function(_a,_b,_c,_d){if(_b&&_b._bindtype!=0){var _e=_a;var _f=_a._innerdataset;if(_f==null){_b=null;}else{var _g;if(_b._bindtype==1){_g=_f.getColumn(_d,_b._bindexpr);}else{var _h=_e._exprcache[_b._bindexpr];if(_h==null){_h=_f._createExprFunc(_b._bindexpr);_e._exprcache[_b._bindexpr]=_h;}if((typeof _h)=="function"){_g=_h.call(_e,_d,_d,_e,_f);if(_g){_g=_g.toString();}}else{_g=_b._bindexpr;}}if(_g!=null&&_g!=""){_b=nexacro._getCachedStyleObj(_c,_g);}else{_b=null;}}}return _b;};nexacro._communicationStatusTable={"stop":499};nexacro._CommunicationManager={};nexacro._CacheList={};nexacro._DataCacheList={};nexacro._ParametersCache=function(_a,_b){this.id=_a;this.value=_b;};nexacro._DataSetCache=function(_a,_b,_c,_d){this.id=_a;this.rawRecords=null;this.colinfos=null;this.constVars=null;if(_d){this.rawRecords=_d.slice(0,_d.length);}if(_b){this.colinfos=new nexacro.DSColumnInfoList();for(var _e=0;_e<_b.length;_e++ ){this.colinfos.add(_b[_e].id,_b[_e]);}}if(_c){this.constVars=new nexacro.VariableList();for(var _e=0;_e<_c.length;_e++ ){this.constVars.add(_c[_e].id,_c[_e]);}}};nexacro._DataCache=function(_a,_b,_c,_d){this.parameters=_a;this.datasets=_b;this.last_modified=_c;this.version=_d;};var _pDataCache=nexacro._createPrototype(nexacro.Object,nexacro._DataCache);nexacro._DataCache.prototype=_pDataCache;_pDataCache._type_name="DataCache";_pDataCache._loadData=function(_a){var _b=this._loadParametersFromCache(_a);this._loadDatasetsFromCache(_a);return _b;};_pDataCache._loadParametersFromCache=function(_a){var _b=this.parameters;var _c=_b.length;var _d=_a.context;var _e,_f,_g,_h;for(var _i=0;_i<_c;_i++ ){_e=_b[_i].id;_f=_b[_i].value;if(_e=="ErrorCode"){_g=parseInt(_f)|0;if(isFinite(_g)==false){_g= -1;}_f=_g;}else if(_e=="ErrorMsg"){_h=_f;}else if(_e in _d){if(typeof (_d[_e])!="object"){_d[_e]=_f;}}else{if(application._existVariable(_e)){application[_e]=_f;}}}return [_g,_h];};_pDataCache._loadDatasetsFromCache=function(_a){var _b=this.datasets;var _c=_a.outputDatasets;if(!_c){return;}var _d=_c.length;var _e=_a.context;var _f,_g;var _h,_i,_j,_k;for(var _l=0;_l<_d;_l++ ){_h=_c[_l].lval;_f=_b[_h];if(!_f){continue;}_i=_f.constVars;_j=_f.colinfos;_k=_f.rawRecords;_g=_e._getDatasetObject(_h);if(_g){var _m=_j;if(_g.useclientlayout){_g.clearData();_m=_g.colinfos;}else{_g.clear();_g._copyConstColList(_i);_g._appendColList(_j);}if(_k){if(_m==_j){_g._rawRecords=_k.slice(0,_k.length);}else{if(_j){var _n,_o,_p,_q;var _r="(function(){ return function(arr) { var ret = new Array(); ";for(var _s=0;_s<_j.length;_s++ ){_n=_j[_s].id;_o=_m._idxMap[_n];if(_o>=0){_q=_m[_o]._index;_r+="ret["+_q+"] = arr["+_q+"];";}}_r+="return ret; };})();";var _t=nexacro._executeEvalStr(_r);for(var _u=0;_u<_k.length;_u++ ){_g._rawRecords[_u]=_t(_k[_u]);_g._rawRecords[_u]._rawidx=_k[_u]._rawidx;_g._rawRecords[_u]._rtype=_k[_u]._rtype;if(_k[_u]._orgcolstrings){_g._rawRecords[_u]._orgcolstrings=_t(_k[_u]._orgcolstrings);}}}}_g._reFilter();_g._resetSortGroup();if(_g._eventstat){_g.on_fire_onload(0,"",0);if(_g._viewRecords.length>0){_g._forcesetRowPosition(0,51);}else{_g._forcesetRowPosition( -1,51);}}else if(_g._viewRecords.length>0){_g.rowposition=0;}}}}};delete _pDataCache;nexacro._ImgInfoCacheList={};nexacro.CommunicationItem=function(_a,_b,_c,_d,_e){this.path=_a;this._handle=null;this.callbackList=[];this.type=_b;this.bcache=_c;this.last_modified=_d;this.version=_e?_e:"0";var _f=_a.split("://");if(_f){this.protocol=_f[0];switch(this.protocol){case "http":this._protocol=0;break;case "https":this._protocol=1;break;case "file":this._protocol=2;break;default:this._protocol= -1;break;}}this._addCookieFromGlobalvariables();this._check_responseXML=false;};var _pCommunicationItem=nexacro.CommunicationItem.prototype;_pCommunicationItem.appendCallback=function(_a,_b){var _c=this.callbackList;_c.push({target:_a,callback:_b});};_pCommunicationItem.removeCallback=function(_a,_b){var _c=this.callbackList;var _d=_c.length;if(_d>0){for(var _e=0;_e<_d;_e++ ){var _f=_c[_e];if(_f.pthis==_a&&_f.callback==_b){_c.splice(_e,1);if(_c.length==0){if(this._handle){nexacro.__cancelCommunication(this._handle);}this._handle=null;delete nexacro._CommunicationManager[this.path];}return true;}}}return false;};_pCommunicationItem._addCookieFromGlobalvariables=function(){var _a=application._cookie_variables;var _b=0;if(_a){_b=_a.length;}for(var _c=0;_c<_b;_c++ ){var _d=_a[_c];var _e=nexacro._getCookie(_d);if(_e!=application[_d]){nexacro._setCookie(_d,application[_d]);}}};_pCommunicationItem._addCookieFromVariables=function(_a){var _b=_a.length;for(var _c=0;_c<_b;_c++ ){nexacro._setCookie(_a[_c].id,_a[_c].value);}};_pCommunicationItem._addCookieToGlobalVariable=function(_a){if(application&&_a){var _b=_a.split("; ");var _c=_b.length;var _d;var _e,_f;for(var _g=0;_g<_c;_g++ ){_d=_b[_g].indexOf("=");if(_d<=0){continue;}_e=_b[_g].substr(0,_d);_f=_b[_g].substr(_d+1);if(nexacro._indexOf(application._cookie_variables,_e)>=0){application[_e]=_f;}else{if(application.addcookietovariable&&(nexacro._indexOf(application._variables,_e)<0)){application._addVariable(_e,_f,true);}}}}};_pCommunicationItem.on_decrypt=function(_a){if(this._protocol<0){var _b=application._getProtocol(this.protocol);if(_b){_a=_b.decrypt(this.path,_a);}}return _a;};_pCommunicationItem.on_encrypt=function(_a){if(this._protocol<0){var _b=application._getProtocol(this.protocol);if(_b){_a=_b.encrypt(this.path,_a);}}return _a;};_pCommunicationItem.on_start=nexacro._emptyFn;_pCommunicationItem.on_load=nexacro._emptyFn;_pCommunicationItem.on_load_module=function(_a,_b,_c){delete nexacro._CommunicationManager[this.path];var _d;if(typeof (_a)=="function"){_d=_a;}else{if(this._protocol<0){_a=this.on_decrypt(_a);}this._addCookieToGlobalVariable(_b);_d=nexacro._executeEvalStr(_a,this.path);if(this.bcache){var _g=nexacro._CacheList[this.path];if(!_g){nexacro._CacheList[this.path]={data:_a,last_modified:_c,version:this.version};}else{_g.data=_a;_g.last_modified=_c;_g.version=this.version;}}}var _e=this.callbackList;var _f=null;if(_e.length>0){while(_f=_e.pop()){var _h=_f.target;if(_h&&_h.context&&_h.context.on_fire_oninit){_h.context.on_fire_oninit(_h.context);}_f.callback.call(_h,this.path,0,_d);}}this._handle=null;};_pCommunicationItem.on_load_text=function(_a,_b,_c){delete nexacro._CommunicationManager[this.path];if(this._protocol<0){_a=this.on_decrypt(_a);}this._addCookieToGlobalVariable(_b);if(this.bcache){var _f=nexacro._CacheList[this.path];if(!_f){nexacro._CacheList[this.path]={data:_a,last_modified:_c,version:this.version};}else{_f.data=_a;_f.last_modified=_c;_f.version=this.version;}}var _d=this.callbackList;var _e=_d.length;if(_e>0){for(var _g=0;_g<_e;_g++ ){var _h=_d[_g];var _i=_h.target;if(_i._is_alive!=false){_h.callback.call(_i,this.path,0,_a);}}_d.splice(0,_e);}this._handle=null;};_pCommunicationItem.on_load_image=function(_a,_b){delete nexacro._CommunicationManager[this.path];var _c=this.callbackList;var _d=_c.length;if(_d>0){for(var _e=0;_e<_d;_e++ ){var _f=_c[_e];var _g=_f.target;if(_g._is_alive!=false){_f.callback.call(_g,this.path,_a,_b);}}_c.splice(0,_d);}this._handle=null;};_pCommunicationItem.on_load_update=function(_a,_b){delete nexacro._CommunicationManager[this.path];if(this._protocol<0){_a=this.on_decrypt(_a);}this._addCookieToGlobalVariable(_b);var _c=this.callbackList;var _d=_c.length;if(_d>0){for(var _e=0;_e<_d;_e++ ){var _f=_c[_e];var _g=_f.target;if(_g._is_alive!=false){_f.callback.call(_g,this.path,0,"");}}_c.splice(0,_d);}this._handle=null;};_pCommunicationItem.on_load_data=function(_a,_b,_c){delete nexacro._CommunicationManager[this.path];if(this._protocol<0){_a=this.on_decrypt(_a);}this._addCookieToGlobalVariable(_b);var _d=this.callbackList;var _e=_d.length;if(_e>0){for(var _f=0;_f<_e;_f++ ){var _g=_d[_f];var _h=_g.target;if(_h._is_alive!=false){_g.callback.call(_h,this.path,0,_a);}}_d.splice(0,_e);}this._handle=null;};_pCommunicationItem.on_progress=nexacro._emptyFn;_pCommunicationItem.on_progress_data=function(_a,_b){if(this._protocol<0){_b=this.on_decrypt(_b);}var _c=this.callbackList;var _d=_c.length;if(_d>0){for(var _e=0;_e<_d;_e++ ){var _f=_c[_e];var _g=_f.target;if(_g._is_alive!=false){_f.callback.call(_g,this.path,1,_b);}}}};_pCommunicationItem.on_error=function(_a,_b,_c,_d){delete nexacro._CommunicationManager[this.path];var _e=this.callbackList;var _f=_e.length;if(_f>0){for(var _g=0;_g<_f;_g++ ){var _h=_e[_g];var _i=_h.target;if(_i._is_alive!=false){_h.callback.call(_i,this.path,_a,null,_b,_c,this.path,_d);}}_e.splice(0,_f);}this._handle=null;};_pCommunicationItem.on_error_image=function(_a,_b,_c,_d,_e,_f,_g){delete nexacro._CommunicationManager[this.path];var _h=this.callbackList;var _i=_h.length;if(_i>0){for(var _j=0;_j<_i;_j++ ){var _k=_h[_j];var _l=_k.target;if(_l._is_alive!=false){_k.callback.call(_l,this.path,_a,_b,_c,_d,null,_e,_f,this.path,_g);}}_h.splice(0,_i);}this._handle=null;};delete _pCommunicationItem;nexacro._loadJSModule=function(_a,_b,_c,_d,_e,_f){var _g;var _h="";if(_f){_g=nexacro._CommunicationManager[_a];if(_g){_g.appendCallback(_b,_c);}}var _i=nexacro._CacheList[_a];if(_e&&_i){if(_e.cachelevel=="session"||_e.cachelevel=="static"){if(!_g&&_i.version>=_e.version){_g=new nexacro.CommunicationItem(_a,"module",false);_g.appendCallback(_b,_c);_g.bcache=false;_g.on_load_module(_i.data,null);return _g._handle;}}_i.version=_e.version;_h=_i.last_modified;}_d=true;if(!_e||_e.cachelevel=="none"){_d=false;}if(!_g){_g=new nexacro.CommunicationItem(_a,"module",_d,_h,_e?_e.version:"0");nexacro._CommunicationManager[_a]=_g;_g.appendCallback(_b,_c);}_g._handle=nexacro._startCommunication(_g,_a,_e?_e.cachelevel:"none",_f,_e);return _g._handle;};nexacro._loadJSText=function(_a,_b,_c,_d,_e){var _f;var _g="";if(_e){_f=nexacro._CommunicationManager[_a];if(_f){_f.appendCallback(_b,_c);}}var _h=nexacro._CacheList[_a];if(_d&&_h){if(_d.cachelevel=="session"||_d.cachelevel=="static"){if(!_f&&_h.version>=_d.version){_f=new nexacro.CommunicationItem(_a,"module",false);_f.appendCallback(_b,_c);_f.bcache=false;_f.on_load_module(_h.data,null);return _f._handle;}}_h.version=servcie.version;_g=_h.last_modified;}var _i=true;if(!_d||_d.cachelevel=="none"){_i=false;}if(!_f){_f=new nexacro.CommunicationItem(_a,"text",_i,_g,_d?_d.version:"0");nexacro._CommunicationManager[_a]=_f;_f.appendCallback(_b,_c);}_f._handle=nexacro._startCommunication(_f,_a,_d?_d.cachelevel:"none",_e,_d);return _f._handle;};nexacro._loadUpdateModule=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j){if(_e){var _k=nexacro._CommunicationManager[_a];if(_k){_k.appendCallback(_b,_c);}else{_k=new nexacro.CommunicationItem(_a,"update");nexacro._CommunicationManager[_a]=_k;_k.appendCallback(_b,_c);_k._handle=nexacro._startCommunication(_k,_a,"dynamic",true,_d,null,_f,_g,_h,_i,_j);return _k._handle;}}else{var _k=new nexacro.CommunicationItem(_a,"update");_k.appendCallback(_b,_c);nexacro._startCommunication(_k,_a,"dynamic",false,_d,null,_f,_g,_h,_i,_j);}_c.call(_b,0);return null;};nexacro._loadData=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k,_l){var _m;var _n="";var _o=nexacro._DataCacheList[_a];if(_d&&_o){if(_d.cachelevel=="session"||_d.cachelevel=="static"){if(!_d.version||_o.version>=_d.version){_m=new nexacro.TransactionItem(_a,_e,_f,_g,_h,_i,_k,_j);_m.appendCallback(_b,_c);_m.bcache=false;_m.on_load_data(_o,"","");return _m._handle;}}_o.version=_d.version;_n=_o.last_modified;}_m=new nexacro.TransactionItem(_a,_e,_f,_g,_h,_i,_k,_j,_n,_d.version);if(_d&&_d.cachelevel!="none"){_m.bcache=true;}_m.last_modified=_n;_m.appendCallback(_b,_c);_m.on_start();_b.transactionList.push(_m);return nexacro._startCommunication(_m,_a,_d.cachelevel,_j,_d,(_e?_e._url:""),_m._sendData,_k,_l);};nexacro._preloadData=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j){var _k=false;;var _l="";var _m=nexacro._DataCacheList[_a];if(_d&&_m){if(_d.cachelevel=="session"||_d.cachelevel=="static"){if(!_d.version||_m.version>=_d.version){var _o=new nexacro.CommunicationItem(_e,"data");_o.bcache=_k;_o.appendCallback(_b,_c);_o.bcache=false;_o.on_load_data(_m,"","");return _o._handle;}}_m.version=servcie.version;_l=_m.last_modified;}if(_d&&_d.cachelevel!="none"){_k=true;}var _n=new nexacro.TransactionItem(_a,_b.context,_e,"","",_g,0,_h);if(_h){var _o=new nexacro.CommunicationItem(_e,"data");_o.bcache=_k;_o.last_modified=_l;_o.appendCallback(_b,_c);_o._handle=nexacro._startCommunication(_o,_a,"none",true,_d,_f,_n._sendData,_i,_j);return _o._handle;}else{var _o=new nexacro.CommunicationItem(_e,"data");_o.bcache=_k;_o.last_modified=_l;_o.appendCallback(_b,_c);nexacro._startCommunication(_o,_a,"none",false,_d,_f,_n._sendData,_i,_j);}};nexacro._startCommunication=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k){var _l=_b;var _m=_g;if(_a._protocol<0){var _n=false;var _o=application._getProtocol(_a.protocol);if(!_o){var _p=application._isProtocol(_a.protocol);if(_p){var _q=nexacro._executeEvalStr(_a.protocol);if(_q){_o=new _q;_n=true;}}}if(_o){if(_n&&_o.initialize){_o.initialize(_b);application._addProtocol(_a.protocol,_o);}var _r=_o.getUsingProtocol(_b);var _s=_l.split("://");if(_s){_l=_r+"://"+_s[1];}if(_g&&_o.encrypt){_m=_a.on_encrypt(_g);}if(_o.getCommunicationHeaders){var _t=_o.getCommunicationHeaders(_b);if(_t){_a._addCookieFromVariables(_t);}}}}return nexacro.__startCommunication(_a,_l,_c,_d,_f,_m,_h,_i,_j,_k,_e);};nexacro._removedatalist=function(_a,_b){return (_b<0||_b>_a.length)?_a:_a.slice(0,_b).concat(_a.slice(_b+1,_a.length));};nexacro._cancelLoad=function(_a){if(_a){nexacro.__cancelCommunication(_a);}};nexacro._stopTransaction=function(_a,_b){if(!_a&&_b!=2){return;}var _c;var _d=0;var _e=application._comm_contextlist.slice(0,application._comm_contextlist.length);for(var _f=0;_f<_e.length;_f++ ){var _g=_e[_f];if(_b==0){if(_g==_a){return _a._stopTransaction();}}else if(_b==1){if(!_c){_c=_a._getWindow();}if(_c==_g._getWindow()){_d=_g._stopTransaction();}}else if(_b==2){_d=_g._stopTransaction();}}return _d;};nexacro._stopTransactionAll=function(){nexacro._stopTransaction(null,2);};nexacro._registerHotkeyComp=function(_a,_b,_c,_d,_e,_f){if(!_c){return;}if(_c instanceof nexacro.HotKey){_a._hotkey_list.push([_b,_c._keycode,((_c._modifierkey&0x02)==0x02),((_c._modifierkey&0x01)==0x01),((_c._modifierkey&0x04)==0x04)]);_c._is_registered=true;}else{var _g=_c;_a._hotkey_list.push([_b,_g,_d,_e,_f]);}};nexacro._unregisterHotkeyComp=function(_a,_b,_c,_d,_e,_f){if(!_c){return;}var _g;if(_c instanceof nexacro.HotKey){_g=_c._keycode;_d=((_c._modifierkey&0x02)==0x02);_e=((_c._modifierkey&0x01)==0x01);_f=((_c._modifierkey&0x04)==0x04);}else{_g=_c;}var _h=_a._hotkey_list;var _i=_h.length;for(var _j=0;_j<_h.length;_j++ ){var _k=_h[_j];if(_k[1]==_g&&_k[2]==_d&&_k[3]==_e&&_k[4]==_f){for(var _l=_j;_l<_i-1;_l++ ){_h[_l]=_h[_l+1];}_h[_i-1]=null;_h.length=_h.length-1;if(_c instanceof nexacro.HotKey){_c._is_registered=false;}break;}}};nexacro._checkHighContrast=function(){return nexacro.__checkHighContrast();};nexacro._getFirstTouchInfo=function(_a){for(var _b=0;_b<_a.length;_b++ ){if(_a[_b].isfirst==true){return _a[_b];}}return null;};nexacro._getElementRootComponent=function(_a){var _b=_a;if(_b){while(_b&&!_b.linkedcontrol){_b=_b.parent;}var _c=_b.linkedcontrol;while(_c&&(_c._is_subcontrol||!_c._is_component)){if(_c==_c.parent){break;}_c=_c.parent;}return _c;}};nexacro._isDesktop=function(){var _a=nexacro.SystemType.toLowerCase();switch(_a){case "win32":case "win64":case "mac":case "linux":return true;break;case "ipad":case "iphone":case "winphone":case "android":return false;break;default:return true;break;}return true;};nexacro._isPortrait=function(){var _a=nexacro._getMobileOrientation();if(_a==0||_a==1){return true;}return false;};nexacro._enableaccessibility=false;nexacro._attachAccessibilityComponentFunctions=function(){nexacro._enableaccessibility=true;nexacro.__setEnableAccessibility(true);var _a=nexacro.Component.prototype;_a._setAccessibilityRole=function(_b){if(this._control_element){this._control_element.setElementAccessibilityRole(_b);}};_a._setAccessibilityLabel=function(_b){if(this._control_element){this._control_element.setElementAccessibilityLabel(_b);}};_a._setAccessibilityEnable=function(_b){if(this._control_element){this._control_element.setElementAccessibilityEnable(_b);}};_a._setAccessibilityDescription=function(_b){if(this._control_element){this._control_element.setElementAccessibilityDescription(_b);}};_a._setAccessibilityDescLevel=function(_b){if(this._control_element){this._control_element.setElementAccessibilityDescLevel(_b);}};_a._setAccessibilityValue=function(_b,_c){if(this._control_element){this._control_element.setElementAccessibilityValue(_b,this._input_element,_c);}};_a._setAccessibilityStatDisabled=function(_b){if(this._control_element){this._control_element.setElementAccessibilityStatDisabled(_b);}};_a._setAccessibilityStatHidden=function(_b){if(this._control_element){this._control_element.setElementAccessibilityStatHidden(_b);}};_a._setAccessibilityHidden=function(_b){if(this._control_element){this._control_element.setElementAccessibilityHidden(_b);}};_a._setAccessibilityStatChecked=function(_b){if(this._control_element){this._control_element.setElementAccessibilityStatChecked(_b);}};_a._setAccessibilityStatPressed=function(_b){if(this._control_element){this._control_element.setElementAccessibilityStatPressed(_b);}};_a._setAccessibilityStatSelected=function(_b){if(this._control_element){this._control_element.setElementAccessibilityStatSelected(_b);}};_a._setAccessibilityStatExpanded=function(_b){if(this._control_element){this._control_element.setElementAccessibilityStatExpanded(_b);}};_a._setAccessibilityStatAutoComplete=function(_b){if(this._control_element){this._control_element.setElementAccessibilityStatAutoComplete(_b);}};_a._setAccessibilityFlagHasPopup=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagHasPopup(_b);}};_a._setAccessibilityFlagFocusable=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagFocusable(_b);}};_a._setAccessibilityFlagReadOnly=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagReadOnly(_b);}};_a._setAccessibilityFlagPassword=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagPassword(_b);}};_a._setAccessibilityFlagMultiSelectable=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagMultiSelectable(_b);}};_a._setAccessibilityFlagSelectable=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagSelectable(_b);}};_a._setAccessibilityFlagDefaultButton=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagDefaultButton(_b);}};_a._setAccessibilityFlagMultiLine=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagMultiLine(_b);}};_a._setAccessibilityInfoCount=function(_b){if(this._control_element){this._control_element.setElementAccessibilityInfoCount(_b);}};_a._setAccessibilityInfoIndex=function(_b){if(this._control_element){this._control_element.setElementAccessibilityInfoIndex(_b);}};_a._setAccessibilityInfoValueMax=function(_b){if(this._control_element){this._control_element.setElementAccessibilityInfoValueMax(_b);}};_a._setAccessibilityInfoValueMin=function(_b){if(this._control_element){this._control_element.setElementAccessibilityInfoValueMin(_b);}};_a._setAccessibilityInfoValueCur=function(_b){if(this._control_element){this._control_element.setElementAccessibilityInfoValueCur(_b);}};_a._setAccessibilityInfoLevel=function(_b){if(this._control_element){this._control_element.setElementAccessibilityInfoLevel(_b);}};_a._setAccessibilityHotKey=function(_b){if(this._control_element){this._control_element.setElementAccessibilityHotKey(_b);}};_a._setAccessibilityActiveDescendant=function(_b){if(this._control_element){this._control_element.setElementAccessibilityActiveDescendant(_b.getElement(),_b._input_element);}};_a._notifyAccessibility=function(_b,_c){if(this._control_element){this._control_element.notifyAccessibility(_b,_c);}};_a._setAccessibilityStatFlag=function(_b,_c){if(_b=="enable"){this._setAccessibilityStatDisabled(false);}if(_b=="disable"){this._setAccessibilityStatDisabled(true);}else if(_b=="readonly"){this._setAccessibilityFlagReadOnly(true);}else if(this._pushed){this._setAccessibilityStatPressed(true);}else if(_c=="selected"){this._setAccessibilityStatPressed(false);}if(!this._pushed){this._setAccessibilityStatPressed(false);}if(this._selected&&_b!="focus"){this._setAccessibilityStatSelected(true);this._setAccessibilityStatFocus();var _d=this._getWindow();if(_d&&_d._keydown_element){this.on_apply_custom_setfocus(true);}}};_a._isAccessibilityEnable=function(){var _b=this.on_find_CurrentStyle_accessibility(this._pseudo);if(_b&&!_b.enable){return false;}return true;};_a._isItemAccessibilityEnable=function(){if(this.on_find_CurrentStyle_itemaccessibility){var _b=this.on_find_CurrentStyle_itemaccessibility(this._pseudo);if(_b&&_b.enable){return true;}}return false;};_a._setAccessibilityStatFocus=function(_b){if(this._control_element){var _c="";var _d= -1;if(_b=="tabkey"){_d=0;}else if(_b=="shifttabkey"){_d=1;}else if(_b=="downkey"){_d=2;}else if(_b=="upkey"){_d=3;}if(_d> -1){var _e=this._refform;if(_e){var _f=(this.parent==_e)?this:null;if(_d>1){var _g=nexacro._enableaccessibility;}if(_f){if(_f==_e._getTabOrderFirst(_g)){_c=_f._getAccessibilityReadLabel()+" "+application.accessibilityfirstovertext;}if(_f==_e._getTabOrderLast(_g)){_c=_f._getAccessibilityReadLabel()+" "+application.accessibilitylastovertext;}}}}this._control_element.setElementAccessibilityStatFocus(_c);}application._set_accessibility_history(this);};};nexacro._accessibilitytype=1;nexacro._accessibilitydescreadtype=0x01;nexacro._accessibilitywholereadtype=0;nexacro._setAccessibilityType=function(_a){if(_a=="sensereader"){application._accessibilitytype=2;nexacro._accessibilitytype=2;}else if(_a=="jaws"){application._accessibilitytype=3;nexacro._accessibilitytype=3;}else if(_a=="voiceover"){application._accessibilitytype=4;nexacro._accessibilitytype=4;}else if(_a=="talkback"){application._accessibilitytype=5;nexacro._accessibilitytype=5;}nexacro.__setAccessibilityType(_a);};nexacro._setAccessibilityDescReadType=function(_a){nexacro._accessibilitydescreadtype=0;if(_a.match("label")){nexacro._accessibilitydescreadtype|=0x01;}if(_a.match("action")){nexacro._accessibilitydescreadtype|=0x02;}if(_a.match("description")){nexacro._accessibilitydescreadtype|=0x04;}};nexacro._setAccessibilityWholeReadType=function(_a){if(_a=="load"){nexacro._accessibilitywholereadtype=1;}else if(_a=="change"){nexacro._accessibilitywholereadtype=2;}else if(_a=="load,change"){nexacro._accessibilitywholereadtype=3;}else{nexacro._accessibilitywholereadtype=0;}};nexacro.ProtocolAdp=function(){};var _pProtocolAdp=nexacro._createPrototype(nexacro.Object,nexacro.ProtocolAdp);nexacro.ProtocolAdp.prototype=_pProtocolAdp;_pProtocolAdp._type_name="ProtocolAdp";_pProtocolAdp.encrypt=function(_a,_b){return _b;};_pProtocolAdp.decrypt=function(_a,_b){return _b;};_pProtocolAdp.initialize=nexacro._emptyFn;_pProtocolAdp.finalize=nexacro._emptyFn;_pProtocolAdp.getUsingProtocol=function(_a){return "http";};_pProtocolAdp.getCommunicationHeaders=nexacro._emptyFn;delete _pProtocolAdp;nexacro.MakeError=function(_a,_b,_c,_d){var _e=Array.prototype.slice.call(arguments,1);return nexacro._MakeError(_a,_e);};nexacro.MakeEvalError=function(_a,_b,_c){return nexacro._MakeError(EvalError,arguments);};nexacro.MakeRangeError=function(_a,_b,_c){return nexacro._MakeError(RangeError,arguments);};nexacro.MakeReferenceError=function(_a,_b,_c){return nexacro._MakeError(ReferenceError,arguments);};nexacro.MakeSyntaxError=function(_a,_b,_c){return nexacro._MakeError(SyntaxError,arguments);};nexacro.MakeTypeError=function(_a,_b,_c){return nexacro._MakeError(TypeError,arguments);};nexacro.MakeNativeError=function(_a,_b,_c){return nexacro._MakeError(nexacro.NativeError,arguments);};nexacro.MakeCommunicationError=function(_a,_b,_c){return nexacro._MakeError(nexacro.CommunicationError,arguments);};nexacro.MakeURIError=function(_a,_b,_c){return nexacro._MakeError(URIError,arguments);};nexacro._MakeError=function(_a,_b){var _c=Array.prototype.slice.call(_b,1);var _d=application._getErrorMessge.apply(this,_c);var _e;if(_a&&(typeof (_a)=="function")){_e=new _a(_d);}else{_e=new Error(_d);_e.name=_a;}_e.obj=_b[0];return _e;};nexacro.CommunicationError=function(_a){this.name="CommunicationError";this.message=_a;this.obj=null;};var _pCommunicationError=nexacro._createPrototype(Error,nexacro.CommunicationError);nexacro.CommunicationError.prototype=_pCommunicationError;nexacro.CommunicationError._type_name="CommunicationError";delete _pCommunicationError;nexacro.NativeError=function(_a){this.name="NativeError";this.message=_a;this.obj=null;};var _pNativeError=nexacro._createPrototype(Error,nexacro.NativeError);nexacro.NativeError.prototype=_pNativeError;nexacro.NativeError._type_name="NativeError";delete _pNativeError;if(!nexacro.AccessibilityUtil){nexacro.AccessibilityUtil={};nexacro.AccessibilityUtil.Hotkey={};nexacro.AccessibilityUtil.Hotkey.NONE=0;nexacro.AccessibilityUtil.Hotkey.FIRSTCELL=1;nexacro.AccessibilityUtil.Hotkey.LASTCELL=2;nexacro.AccessibilityUtil.Hotkey.FIRSTCELLINCOLUMN=3;nexacro.AccessibilityUtil.Hotkey.LASTCELLINCOLUMN=4;nexacro.AccessibilityUtil.Hotkey.FIRSTCELLINROW=5;nexacro.AccessibilityUtil.Hotkey.LASTCELLINROW=6;nexacro.AccessibilityUtil.checkComponentHotkey=nexacro._emptyFn;nexacro.AccessibilityUtil.getAccessibilityLabel=nexacro._emptyFn;nexacro.AccessibilityUtil.getAccessibilityAction=nexacro._emptyFn;nexacro.AccessibilityUtil.getAccessibilityDescription=nexacro._emptyFn;nexacro.AccessibilityUtil.setDOMNodeLabel=nexacro._emptyFn;nexacro.AccessibilityUtil.supportMobileApplicationAccessibility=nexacro._emptyFn;nexacro.AccessibilityUtil.unsupportMobileApplicationAccessibility=nexacro._emptyFn;nexacro.AccessibilityUtil.cancelTouchEvent=nexacro._emptyFn;nexacro.AccessibilityUtil.isUseTooltipText=function(){return true;};nexacro.AccessibilityUtil.init=function(){if(nexacro._accessibilitytype!==undefined){var _a=["./nexacro14lib/framework/Accessibility.js"];nexacro.loadJSLibraries(_a);}};}nexacro.loadJSLibraries=function(_a){if(_a){if(typeof _a=="object"){var _b;for(_b=0;_b<_a.length;_b++ ){var _c=_a[_b];var _d=document.createElement("script");_d.type="text/javascript";_d.src=_c;document.getElementsByTagName('HEAD')[0].appendChild(_d);}return true;}else if(typeof _a=="string"){var _c=_a;var _d=document.createElement("script");_d.type="text/javascript";_d.src=_c;document.getElementsByTagName('HEAD')[0].appendChild(_d);return true;}}return false;};if(!nexacro.Locale){nexacro.Locale=function(){};nexacro.Locale._type_name="Locale";nexacro.Locale.getLocaleInfo=function(_a){if(_a){_a=_a.toLowerCase();_a=_a.replace(/-/g,"_");}switch(_a){case "aa_DJ":case "aa_dj":{if(!nexacro.Locale.aa_DJ){nexacro.Locale.aa_DJ={name:"aa_DJ",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0044\u004A\u0046\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0041\u0063\u0061\u0061\u0064\u0061","\u0045\u0074\u006C\u0065\u0065\u006E\u0069","\u0054\u0061\u006C\u0061\u0061\u0074\u0061","\u0041\u0072\u0062\u0061\u0071\u0061","\u004B\u0061\u006D\u0069\u0069\u0073\u0069","\u0047\u0075\u006D\u0071\u0061\u0074\u0061","\u0053\u0061\u0062\u0074\u0069"],weekday_names_short:["\u0061\u0063\u0061","\u0065\u0074\u006C","\u0074\u0061\u006C","\u0061\u0072\u0062","\u006B\u0061\u006D","\u0067\u0075\u006D","\u0073\u0061\u0062"],weekday_names_narrow:["\u0061\u0063\u0061","\u0065\u0074\u006C","\u0074\u0061\u006C","\u0061\u0072\u0062","\u006B\u0061\u006D","\u0067\u0075\u006D","\u0073\u0061\u0062"],month_names_long:["\u0051\u0075\u006E\u0078\u0061\u0020\u0047\u0061\u0072\u0061\u0062\u006C\u0075","\u004B\u0075\u0064\u006F","\u0043\u0069\u0067\u0067\u0069\u006C\u0074\u0061\u0020\u004B\u0075\u0064\u006F","\u0041\u0067\u0064\u0061\u0020\u0042\u0061\u0078\u0069\u0073\u0073\u006F","\u0043\u0061\u0078\u0061\u0068\u0020\u0041\u006C\u0073\u0061","\u0051\u0061\u0073\u0061\u0020\u0044\u0069\u0072\u0072\u0069","\u0051\u0061\u0064\u006F\u0020\u0044\u0069\u0072\u0072\u0069","\u004C\u0069\u0069\u0071\u0065\u006E","\u0057\u0061\u0079\u0073\u0075","\u0044\u0069\u0074\u0065\u006C\u0069","\u0058\u0069\u006D\u006F\u006C\u0069","\u004B\u0061\u0078\u0078\u0061\u0020\u0047\u0061\u0072\u0061\u0062\u006C\u0075"],month_names_short:["\u0071\u0075\u006E","\u006E\u0061\u0068","\u0063\u0069\u0067","\u0061\u0067\u0064","\u0063\u0061\u0078","\u0071\u0061\u0073","\u0071\u0061\u0064","\u006C\u0065\u0071","\u0077\u0061\u0079","\u0064\u0069\u0074","\u0078\u0069\u006D","\u006B\u0061\u0078"],month_names_narrow:["\u0071\u0075\u006E","\u006E\u0061\u0068","\u0063\u0069\u0067","\u0061\u0067\u0064","\u0063\u0061\u0078","\u0071\u0061\u0073","\u0071\u0061\u0064","\u006C\u0065\u0071","\u0077\u0061\u0079","\u0064\u0069\u0074","\u0078\u0069\u006D","\u006B\u0061\u0078"],ampm:["\u0073\u0061\u0061\u006B\u0075","\u0063\u0061\u0072\u0072\u0061"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.aa_DJ;}break;case "aa_ER":case "aa_er":{if(!nexacro.Locale.aa_ER){nexacro.Locale.aa_ER={name:"aa_ER",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0052\u004E\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:0,frac_digits:0,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0041\u0063\u0061\u0061\u0064\u0061","\u0045\u0074\u006C\u0065\u0065\u006E\u0069","\u0054\u0061\u006C\u0061\u0061\u0074\u0061","\u0041\u0072\u0062\u0061\u0071\u0061","\u004B\u0061\u006D\u0069\u0069\u0073\u0069","\u0047\u0075\u006D\u0071\u0061\u0074\u0061","\u0053\u0061\u0062\u0074\u0069"],weekday_names_short:["\u0041\u0063\u0061","\u0045\u0074\u006C","\u0054\u0061\u006C","\u0041\u0072\u0062","\u004B\u0061\u006D","\u0047\u0075\u006D","\u0053\u0061\u0062"],weekday_names_narrow:["\u0041\u0063\u0061","\u0045\u0074\u006C","\u0054\u0061\u006C","\u0041\u0072\u0062","\u004B\u0061\u006D","\u0047\u0075\u006D","\u0053\u0061\u0062"],month_names_long:["\u0051\u0075\u006E\u0078\u0061\u0020\u0047\u0061\u0072\u0061\u0062\u006C\u0075","\u004E\u0061\u0068\u0061\u0072\u0073\u0069\u0020\u004B\u0075\u0064\u006F","\u0043\u0069\u0067\u0067\u0069\u006C\u0074\u0061\u0020\u004B\u0075\u0064\u006F","\u0041\u0067\u0064\u0061\u0020\u0042\u0061\u0078\u0069\u0073\u0073\u006F","\u0043\u0061\u0078\u0061\u0068\u0020\u0041\u006C\u0073\u0061","\u0051\u0061\u0073\u0061\u0020\u0044\u0069\u0072\u0072\u0069","\u0051\u0061\u0064\u006F\u0020\u0044\u0069\u0072\u0072\u0069","\u004C\u0065\u0071\u0065\u0065\u006E\u0069","\u0057\u0061\u0079\u0073\u0075","\u0044\u0069\u0074\u0065\u006C\u0069","\u0058\u0069\u006D\u006F\u006C\u0069","\u004B\u0061\u0078\u0078\u0061\u0020\u0047\u0061\u0072\u0061\u0062\u006C\u0075"],month_names_short:["\u0051\u0075\u006E","\u004E\u0061\u0068","\u0043\u0069\u0067","\u0041\u0067\u0064","\u0043\u0061\u0078","\u0051\u0061\u0073","\u0051\u0061\u0064","\u004C\u0065\u0071","\u0057\u0061\u0079","\u0044\u0069\u0074","\u0058\u0069\u006D","\u004B\u0061\u0078"],month_names_narrow:["\u0051\u0075\u006E","\u004E\u0061\u0068","\u0043\u0069\u0067","\u0041\u0067\u0064","\u0043\u0061\u0078","\u0051\u0061\u0073","\u0051\u0061\u0064","\u004C\u0065\u0071","\u0057\u0061\u0079","\u0044\u0069\u0074","\u0058\u0069\u006D","\u004B\u0061\u0078"],ampm:["\u0073\u0061\u0061\u006B\u0075","\u0063\u0061\u0072\u0072\u0061"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.aa_ER;}break;case "aa_ET":case "aa_et":{if(!nexacro.Locale.aa_ET){nexacro.Locale.aa_ET={name:"aa_ET",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0045\u0054\u0042\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0041\u0063\u0061\u0061\u0064\u0061","\u0045\u0074\u006C\u0065\u0065\u006E\u0069","\u0054\u0061\u006C\u0061\u0061\u0074\u0061","\u0041\u0072\u0062\u0061\u0071\u0061","\u004B\u0061\u006D\u0069\u0069\u0073\u0069","\u0047\u0075\u006D\u0071\u0061\u0074\u0061","\u0053\u0061\u0062\u0074\u0069"],weekday_names_short:["\u0041\u0063\u0061","\u0045\u0074\u006C","\u0054\u0061\u006C","\u0041\u0072\u0062","\u004B\u0061\u006D","\u0047\u0075\u006D","\u0053\u0061\u0062"],weekday_names_narrow:["\u0041\u0063\u0061","\u0045\u0074\u006C","\u0054\u0061\u006C","\u0041\u0072\u0062","\u004B\u0061\u006D","\u0047\u0075\u006D","\u0053\u0061\u0062"],month_names_long:["\u0051\u0075\u006E\u0078\u0061\u0020\u0047\u0061\u0072\u0061\u0062\u006C\u0075","\u004B\u0075\u0064\u006F","\u0043\u0069\u0067\u0067\u0069\u006C\u0074\u0061\u0020\u004B\u0075\u0064\u006F","\u0041\u0067\u0064\u0061\u0020\u0042\u0061\u0078\u0069\u0073\u0073\u006F","\u0043\u0061\u0078\u0061\u0068\u0020\u0041\u006C\u0073\u0061","\u0051\u0061\u0073\u0061\u0020\u0044\u0069\u0072\u0072\u0069","\u0051\u0061\u0064\u006F\u0020\u0044\u0069\u0072\u0072\u0069","\u004C\u0069\u0069\u0071\u0065\u006E","\u0057\u0061\u0079\u0073\u0075","\u0044\u0069\u0074\u0065\u006C\u0069","\u0058\u0069\u006D\u006F\u006C\u0069","\u004B\u0061\u0078\u0078\u0061\u0020\u0047\u0061\u0072\u0061\u0062\u006C\u0075"],month_names_short:["\u0051\u0075\u006E","\u004B\u0075\u0064","\u0043\u0069\u0067","\u0041\u0067\u0064","\u0043\u0061\u0078","\u0051\u0061\u0073","\u0051\u0061\u0064","\u004C\u0065\u0071","\u0057\u0061\u0079","\u0044\u0069\u0074","\u0058\u0069\u006D","\u004B\u0061\u0078"],month_names_narrow:["\u0051\u0075\u006E","\u004B\u0075\u0064","\u0043\u0069\u0067","\u0041\u0067\u0064","\u0043\u0061\u0078","\u0051\u0061\u0073","\u0051\u0061\u0064","\u004C\u0065\u0071","\u0057\u0061\u0079","\u0044\u0069\u0074","\u0058\u0069\u006D","\u004B\u0061\u0078"],ampm:["\u0073\u0061\u0061\u006B\u0075","\u0063\u0061\u0072\u0072\u0061"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.aa_ET;}break;case "af":case "af_ZA":case "af_za":{if(!nexacro.Locale.af_ZA){nexacro.Locale.af_ZA={name:"af_ZA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u005A\u0041\u0052\u0020",currency_symbol:"\u0052",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u006F\u006E\u0064\u0061\u0067","\u004D\u0061\u0061\u006E\u0064\u0061\u0067","\u0044\u0069\u006E\u0073\u0064\u0061\u0067","\u0057\u006F\u0065\u006E\u0073\u0064\u0061\u0067","\u0044\u006F\u006E\u0064\u0065\u0072\u0064\u0061\u0067","\u0056\u0072\u0079\u0064\u0061\u0067","\u0053\u0061\u0074\u0065\u0072\u0064\u0061\u0067"],weekday_names_short:["\u0053\u006F","\u004D\u0061","\u0044\u0069","\u0057\u006F","\u0044\u006F","\u0056\u0072","\u0053\u0061"],weekday_names_narrow:["\u0053\u006F","\u004D\u0061","\u0044\u0069","\u0057\u006F","\u0044\u006F","\u0056\u0072","\u0053\u0061"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0069\u0065","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0069\u0065","\u004D\u0061\u0061\u0072\u0074","\u0041\u0070\u0072\u0069\u006C","\u004D\u0065\u0069","\u004A\u0075\u006E\u0069\u0065","\u004A\u0075\u006C\u0069\u0065","\u0041\u0075\u0067\u0075\u0073\u0074\u0075\u0073","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0072\u0074","\u0041\u0070\u0072","\u004D\u0065\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0073"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0072\u0074","\u0041\u0070\u0072","\u004D\u0065\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0073"],ampm:["\u0056\u004D","\u004E\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002F\u0025\u006D\u002F\u0025\u0064",direction:"ltr"};}return nexacro.Locale.af_ZA;}break;case "ar_AE":case "ar_ae":{if(!nexacro.Locale.ar_AE){nexacro.Locale.ar_AE={name:"ar_AE",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0041\u0045\u0044\u0020",currency_symbol:"\u062F\u002E\u0625\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A\u0020"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl",locale_digits:["\u0660","\u0661","\u0662","\u0663","\u0664","\u0665","\u0666","\u0667","\u0668","\u0669"]};}return nexacro.Locale.ar_AE;}break;case "ar_BH":case "ar_bh":{if(!nexacro.Locale.ar_BH){nexacro.Locale.ar_BH={name:"ar_BH",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0042\u0048\u0044\u0020",currency_symbol:"\u062F\u002E\u0628\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_BH;}break;case "ar_DZ":case "ar_dz":{if(!nexacro.Locale.ar_DZ){nexacro.Locale.ar_DZ={name:"ar_DZ",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0044\u005A\u0044\u0020",currency_symbol:"\u062F\u002E\u062C\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_DZ;}break;case "ar_EG":case "ar_eg":{if(!nexacro.Locale.ar_EG){nexacro.Locale.ar_EG={name:"ar_EG",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0045\u0047\u0050\u0020",currency_symbol:"\u062C\u002E\u0645\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_EG;}break;case "ar_IN":case "ar_in":{if(!nexacro.Locale.ar_IN){nexacro.Locale.ar_IN={name:"ar_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u20A8",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"rtl"};}return nexacro.Locale.ar_IN;}break;case "ar_IQ":case "ar_iq":{if(!nexacro.Locale.ar_IQ){nexacro.Locale.ar_IQ={name:"ar_IQ",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0049\u0051\u0044\u0020",currency_symbol:"\u062F\u002E\u0639\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644 ","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_IQ;}break;case "ar_JO":case "ar_jo":{if(!nexacro.Locale.ar_JO){nexacro.Locale.ar_JO={name:"ar_JO",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004A\u004F\u0044\u0020",currency_symbol:"\u062F\u002E\u0623\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_narrow:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],month_names_long:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631","\u062D\u0632\u064A\u0631\u0627\u0646","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],month_names_short:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631","\u062D\u0632\u064A\u0631\u0627\u0646","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],month_names_narrow:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631","\u062D\u0632\u064A\u0631\u0627\u0646","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_JO;}break;case "ar_KW":case "ar_kw":{if(!nexacro.Locale.ar_KW){nexacro.Locale.ar_KW={name:"ar_KW",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004B\u0057\u0044\u0020",currency_symbol:"\u062F\u002E\u0643\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_KW;}break;case "ar_LB":case "ar_lb":{if(!nexacro.Locale.ar_LB){nexacro.Locale.ar_LB={name:"ar_LB",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004C\u0042\u0050\u0020",currency_symbol:"\u0644\u002E\u0644\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_narrow:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],month_names_long:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631","\u062D\u0632\u064A\u0631\u0627\u0646","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],month_names_short:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631","\u062D\u0632\u064A\u0631\u0627\u0646","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],month_names_narrow:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631","\u062D\u0632\u064A\u0631\u0627\u0646","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_LB;}break;case "ar_LY":case "ar_ly":{if(!nexacro.Locale.ar_LY){nexacro.Locale.ar_LY={name:"ar_LY",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004C\u0059\u0044\u0020",currency_symbol:"\u062F\u002E\u0644\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_LY;}break;case "ar_MA":case "ar_ma":{if(!nexacro.Locale.ar_MA){nexacro.Locale.ar_MA={name:"ar_MA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004D\u0041\u0044\u0020",currency_symbol:"\u062F\u002E\u0645\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_MA;}break;case "ar_OM":case "ar_om":{if(!nexacro.Locale.ar_OM){nexacro.Locale.ar_OM={name:"ar_OM",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004F\u004D\u0052\u0020",currency_symbol:"\u0631\u002E\u0639\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_OM;}break;case "ar_QA":case "ar_qa":{if(!nexacro.Locale.ar_QA){nexacro.Locale.ar_QA={name:"ar_QA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0051\u0041\u0052\u0020",currency_symbol:"\u0631\u002E\u0642\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627 ","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_QA;}break;case "ar":case "ar_SA":case "ar_sa":{if(!nexacro.Locale.ar_SA){nexacro.Locale.ar_SA={name:"ar_SA",decimal_point:"\u002E",thousands_sep:"",grouping:[3],int_curr_symbol:"\u0053\u0041\u0052\u0020",currency_symbol:"\u0631\u064A\u0627\u0644",mon_decimal_point:"\u002E",mon_thousands_sep:"",mon_grouping:[ -1],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0625\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0640\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0640\u0627\u0646","\u0623\u064A\u0627\u0631","\u062D\u0632\u064A\u0631\u0627\u0646","\u062A\u0640\u0645\u0640\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0041\u0020\u0025\u002E\u0031\u0064\u0020\u0025\u0042\u0020\u0025\u0059",time_format:"\u0025\u002E\u0031\u0048\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u002E\u0031\u0048\u003A\u0025\u004D\u003A\u0025\u0053",date_time_format:"\u0025\u0041\u0020\u0025\u002E\u0031\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0020\u0025\u002E\u0031\u0048\u003A\u0025\u004D\u003A\u0025\u0053",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u002F\u0025\u0042\u002F\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_SA;}break;case "ar_SD":case "ar_sd":{if(!nexacro.Locale.ar_SD){nexacro.Locale.ar_SD={name:"ar_SD",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0053\u0044\u0044\u0020",currency_symbol:"\u062C\u002E\u0633\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",direction:"rtl"};}return nexacro.Locale.ar_SD;}break;case "ar_SY":case "ar_sy":{if(!nexacro.Locale.ar_SY){nexacro.Locale.ar_SY={name:"ar_SY",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0053\u0059\u0050\u0020",currency_symbol:"\u0644\u002E\u0633\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_narrow:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],month_names_long:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631\u0627\u0646","\u062D\u0632\u064A\u0631","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],month_names_short:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631\u0627\u0646","\u062D\u0632\u064A\u0631","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],month_names_narrow:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631\u0627\u0646","\u062D\u0632\u064A\u0631","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_SY;}break;case "ar_TN":case "ar_tn":{if(!nexacro.Locale.ar_TN){nexacro.Locale.ar_TN={name:"ar_TN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0054\u004E\u0044\u0020",currency_symbol:"\u062F\u002E\u062A\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_TN;}break;case "ar_YE":case "ar_ye":{if(!nexacro.Locale.ar_YE){nexacro.Locale.ar_YE={name:"ar_YE",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0059\u0045\u0052\u0020",currency_symbol:"\u0631\u002E\u064A\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_YE;}break;case "as":case "as_IN":case "as_in":{if(!nexacro.Locale.as_IN){nexacro.Locale.as_IN={name:"as_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u099F",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u09A6\u09C7\u0993\u09AC\u09BE\u09F0","\u09B8\u09CB\u09AE\u09AC\u09BE\u09F0","\u09AE\u0999\u09CD\u0997\u09B2\u09AC\u09BE\u09F0","\u09AC\u09C1\u09A7\u09AC\u09BE\u09F0","\u09AC\u09C3\u09B9\u09B7\u09CD\u09AA\u09A4\u09BF\u09AC\u09BE\u09F0","\u09B6\u09C1\u0995\u09CD\u09F0\u09AC\u09BE\u09F0","\u09B6\u09A8\u09BF\u09AC\u09BE\u09F0"],weekday_names_short:["\u09A6\u09C7\u0993","\u09B8\u09CB\u09AE","\u09AE\u0999\u09CD\u0997\u09B2","\u09AC\u09C1\u09A7","\u09AC\u09C3\u09B9\u09B7\u09CD\u09AA\u09A4\u09BF","\u09B6\u09C1\u0995\u09CD\u09F0","\u09B6\u09A8\u09BF"],weekday_names_narrow:["\u09A6\u09C7\u0993","\u09B8\u09CB\u09AE","\u09AE\u0999\u09CD\u0997\u09B2","\u09AC\u09C1\u09A7","\u09AC\u09C3\u09B9\u09B7\u09CD\u09AA\u09A4\u09BF","\u09B6\u09C1\u0995\u09CD\u09F0","\u09B6\u09A8\u09BF"],month_names_long:["\u099C\u09BE\u09A8\u09C1\u09F1\u09BE\u09F0\u09C0","\u09AB\u09C7\u09AC\u09CD\u09F0\u09C1\u09F1\u09BE\u09F0\u09C0","\u09AE\u09BE\u09F0\u09CD\u099A","\u098F\u09AA\u09CD\u09F0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997\u09B7\u09CD\u099F","\u099A\u09C7\u09AA\u09CD\u09A4\u09C7\u09AE\u09CD\u09AC\u09F0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09F0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09F0","\u09A1\u09BF\u099A\u09C7\u09AE\u09CD\u09AC\u09F0"],month_names_short:["\u099C\u09BE\u09A8\u09C1\u09F1\u09BE\u09F0\u09C0","\u09AB\u09C7\u09AC\u09CD\u09F0\u09C1\u09F1\u09BE\u09F0\u09C0","\u09AE\u09BE\u09F0\u09CD\u099A","\u098F\u09AA\u09CD\u09F0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997","\u099A\u09C7\u09AA\u09CD\u09A4\u09C7\u09AE\u09CD\u09AC\u09F0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09F0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09F0","\u09A1\u09BF\u099A\u09C7\u09AE\u09CD\u09AC\u09F0"],month_names_narrow:["\u099C\u09BE\u09A8\u09C1\u09F1\u09BE\u09F0\u09C0","\u09AB\u09C7\u09AC\u09CD\u09F0\u09C1\u09F1\u09BE\u09F0\u09C0","\u09AE\u09BE\u09F0\u09CD\u099A","\u098F\u09AA\u09CD\u09F0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997","\u099A\u09C7\u09AA\u09CD\u09A4\u09C7\u09AE\u09CD\u09AC\u09F0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09F0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09F0","\u09A1\u09BF\u099A\u09C7\u09AE\u09CD\u09AC\u09F0"],ampm:["\u09AA\u09C2\u09F0\u09CD\u09AC\u09CD\u09AC\u09BE\u09B9\u09CD\u09A8","\u0985\u09AA\u09F0\u09BE\u09B9\u09CD\u09A8"],date_format:"\u0025\u0065\u002D\u0025\u006D\u002D\u0025\u0059",time_format:"\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u0070",time_format_ampm:"\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0065\u0020\u0025\u0042\u002C\u0020\u0025\u0059\u0020\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0059\u002C\u0025\u0042\u0020\u0025\u0064\u002C\u0020\u0025\u0041",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.as_IN;}break;case "az":case "az_AZ":case "az_az":{if(!nexacro.Locale.az_AZ){nexacro.Locale.az_AZ={name:"az_AZ",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0041\u005A\u004D\u0020",currency_symbol:"\u006D\u0061\u006E\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0062\u0061\u007A\u0061\u0072\u0020\u0067\u00FC\u006E\u00FC","\u0062\u0061\u007A\u0061\u0072\u0020\u0065\u0072\u0074\u0259\u0073\u0069","\u00E7\u0259\u0072\u015F\u0259\u006E\u0062\u0259\u0020\u0061\u0078\u015F\u0061\u006D\u0131","\u00E7\u0259\u0072\u015F\u0259\u006E\u0062\u0259","\u0063\u00FC\u006D\u0259\u0020\u0061\u0078\u015F\u0061\u006D\u0131","\u0063\u00FC\u006D\u0259","\u015F\u0259\u006E\u0062\u0259"],weekday_names_short:["\u0062\u0061\u007A","\u0062\u0065\u0072","\u00E7\u0061\u0078","\u00E7\u0259\u0072","\u0063\u0061\u0078","\u0063\u00FC\u006D","\u015F\u006E\u0062"],weekday_names_narrow:["\u0062\u0061\u007A","\u0062\u0065\u0072","\u00E7\u0061\u0078","\u00E7\u0259\u0072","\u0063\u0061\u0078","\u0063\u00FC\u006D","\u015F\u006E\u0062"],month_names_long:["\u0079\u0061\u006E\u0076\u0061\u0072","\u0066\u0065\u0076\u0072\u0061\u006C","\u006D\u0061\u0072\u0074","\u0061\u0070\u0072\u0065\u006C","\u006D\u0061\u0079","\u0069\u0079\u0075\u006E","\u0069\u0079\u0075\u006C","\u0061\u0076\u0071\u0075\u0073\u0074","\u0073\u0065\u006E\u0074\u0079\u0061\u0062\u0072","\u006F\u006B\u0074\u0079\u0061\u0062\u0072","\u006E\u006F\u0079\u0061\u0062\u0072","\u0064\u0065\u006B\u0061\u0062\u0072"],month_names_short:["\u0059\u0061\u006E","\u0046\u0065\u0076","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u0130\u0079\u006E","\u0130\u0079\u006C","\u0041\u0076\u0071","\u0053\u0065\u006E","\u004F\u006B\u0074","\u004E\u006F\u0079","\u0044\u0065\u006B"],month_names_narrow:["\u0059\u0061\u006E","\u0046\u0065\u0076","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u0130\u0079\u006E","\u0130\u0079\u006C","\u0041\u0076\u0071","\u0053\u0065\u006E","\u004F\u006B\u0074","\u004E\u006F\u0079","\u0044\u0065\u006B"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",direction:"ltr"};}return nexacro.Locale.az_AZ;}break;case "be":case "be_BY":case "be_by":{if(!nexacro.Locale.be_BY){nexacro.Locale.be_BY={name:"be_BY",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u0042\u0059\u0052\u0020",currency_symbol:"\u0440\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u041D\u044F\u0434\u0437\u0435\u043B\u044F","\u041F\u0430\u043D\u044F\u0434\u0437\u0435\u043B\u0430\u043A","\u0410\u045E\u0442\u043E\u0440\u0430\u043A","\u0421\u0435\u0440\u0430\u0434\u0430","\u0427\u0430\u0446\u0432\u0435\u0440","\u041F\u044F\u0442\u043D\u0456\u0446\u0430","\u0421\u0443\u0431\u043E\u0442\u0430"],weekday_names_short:["\u041D\u044F\u0434","\u041F\u0430\u043D","\u0410\u045E\u0442","\u0421\u0440\u0434","\u0427\u0446\u0432","\u041F\u044F\u0442","\u0421\u0443\u0431"],weekday_names_narrow:["\u041D\u044F\u0434","\u041F\u0430\u043D","\u0410\u045E\u0442","\u0421\u0440\u0434","\u0427\u0446\u0432","\u041F\u044F\u0442","\u0421\u0443\u0431"],month_names_long:["\u0421\u0442\u0443\u0434\u0437\u0435\u043D\u044C","\u041B\u044E\u0442\u044B","\u0421\u0430\u043A\u0430\u0432\u0456\u043A","\u041A\u0440\u0430\u0441\u0430\u0432\u0456\u043A","\u0422\u0440\u0430\u0432\u0435\u043D\u044C","\u0427\u044D\u0440\u0432\u0435\u043D\u044C","\u041B\u0456\u043F\u0435\u043D\u044C","\u0416\u043D\u0456\u0432\u0435\u043D\u044C","\u0412\u0435\u0440\u0430\u0441\u0435\u043D\u044C","\u041A\u0430\u0441\u0442\u0440\u044B\u0447\u043D\u0456\u043A","\u041B\u0456\u0441\u0442\u0430\u043F\u0430\u0434","\u0421\u043D\u0435\u0436\u0430\u043D\u044C"],month_names_short:["\u0421\u0442\u0434","\u041B\u044E\u0442","\u0421\u0430\u043A","\u041A\u0440\u0441","\u0422\u0440\u0430","\u0427\u044D\u0440","\u041B\u0456\u043F","\u0416\u043D\u0432","\u0412\u0440\u0441","\u041A\u0441\u0442","\u041B\u0456\u0441","\u0421\u043D\u0436"],month_names_narrow:["\u0421\u0442\u0434","\u041B\u044E\u0442","\u0421\u0430\u043A","\u041A\u0440\u0441","\u0422\u0440\u0430","\u0427\u044D\u0440","\u041B\u0456\u043F","\u0416\u043D\u0432","\u0412\u0440\u0441","\u041A\u0441\u0442","\u041B\u0456\u0441","\u0421\u043D\u0436"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.be_BY;}break;case "bg":case "bg_BG":case "bg_bg":{if(!nexacro.Locale.bg_BG){nexacro.Locale.bg_BG={name:"bg_BG",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u0042\u0047\u004E\u0020",currency_symbol:"\u043B\u0432",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u043D\u0435\u0434\u0435\u043B\u044F","\u043F\u043E\u043D\u0435\u0434\u0435\u043B\u043D\u0438\u043A","\u0432\u0442\u043E\u0440\u043D\u0438\u043A","\u0441\u0440\u044F\u0434\u0430","\u0447\u0435\u0442\u0432\u044A\u0440\u0442\u044A\u043A","\u043F\u0435\u0442\u044A\u043A","\u0441\u044A\u0431\u043E\u0442\u0430"],weekday_names_short:["\u043D\u0434","\u043F\u043D","\u0432\u0442","\u0441\u0440","\u0447\u0442","\u043F\u0442","\u0441\u0431"],weekday_names_narrow:["\u043D\u0434","\u043F\u043D","\u0432\u0442","\u0441\u0440","\u0447\u0442","\u043F\u0442","\u0441\u0431"],month_names_long:["\u044F\u043D\u0443\u0430\u0440\u0438","\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0438\u043B","\u043C\u0430\u0439","\u044E\u043D\u0438","\u044E\u043B\u0438","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043F\u0442\u0435\u043C\u0432\u0440\u0438","\u043E\u043A\u0442\u043E\u043C\u0432\u0440\u0438","\u043D\u043E\u0435\u043C\u0432\u0440\u0438","\u0434\u0435\u043A\u0435\u043C\u0432\u0440\u0438"],month_names_short:["\u044F\u043D\u0443","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0439","\u044E\u043D\u0438","\u044E\u043B\u0438","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0435","\u0434\u0435\u043A"],month_names_narrow:["\u044F\u043D\u0443","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0439","\u044E\u043D\u0438","\u044E\u043B\u0438","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0435","\u0434\u0435\u043A"],ampm:["",""],date_format:"\u0025\u0065\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u006B\u002C\u0025\u004D\u002C\u0025\u0053",time_format_ampm:"\u0025\u006C\u002C\u0025\u004D\u002C\u0025\u0053",date_time_format:"\u0025\u0078\u0020\u0028\u0025\u0061\u0029\u0020\u0025\u0058\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:1,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0433\u002E",shortdate_format:"\u0025\u0065\u002E\u0025\u006E\u002E\u0025\u0059\u0020\u0433\u002E",direction:"ltr"};}return nexacro.Locale.bg_BG;}break;case "bn_BD":case "bn_bd":{if(!nexacro.Locale.bn_BD){nexacro.Locale.bn_BD={name:"bn_BD",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0042\u0044\u0054\u0020",currency_symbol:"\u09F3",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u09B0\u09AC\u09BF\u09AC\u09BE\u09B0","\u09B8\u09CB\u09AE\u09AC\u09BE\u09B0","\u09AE\u0999\u09CD\u0997\u09B2\u09AC\u09BE\u09B0","\u09AC\u09C1\u09A7\u09AC\u09BE\u09B0","\u09AC\u09C3\u09B9\u09B8\u09CD\u09AA\u09A4\u09BF\u09AC\u09BE\u09B0","\u09B6\u09C1\u0995\u09CD\u09B0\u09AC\u09BE\u09B0","\u09B6\u09A8\u09BF\u09AC\u09BE\u09B0"],weekday_names_short:["\u09B0\u09AC\u09BF","\u09B8\u09CB\u09AE","\u09AE\u0999\u09CD\u0997\u09B2","\u09AC\u09C1\u09A7","\u09AC\u09C3\u09B9\u0983","\u09B6\u09C1\u0995\u09CD\u09B0","\u09B6\u09A8\u09BF"],weekday_names_narrow:["\u09B0\u09AC\u09BF","\u09B8\u09CB\u09AE","\u09AE\u0999\u09CD\u0997\u09B2","\u09AC\u09C1\u09A7","\u09AC\u09C3\u09B9\u0983","\u09B6\u09C1\u0995\u09CD\u09B0","\u09B6\u09A8\u09BF"],month_names_long:["\u099C\u09BE\u09A8\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997\u09B8\u09CD\u099F","\u09B8\u09C7\u09AA\u09CD\u099F\u09C7\u09AE\u09CD\u09AC\u09B0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09B0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09B0","\u09A1\u09BF\u09B8\u09C7\u09AE\u09CD\u09AC\u09B0"],month_names_short:["\u099C\u09BE\u09A8\u09C1","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2","\u0986\u0997","\u09B8\u09C7\u09AA\u09CD\u099F\u09C7","\u0985\u0995\u09CD\u099F\u09CB","\u09A8\u09AD\u09C7","\u09A1\u09BF\u09B8\u09C7"],month_names_narrow:["\u099C\u09BE\u09A8\u09C1","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2","\u0986\u0997","\u09B8\u09C7\u09AA\u09CD\u099F\u09C7","\u0985\u0995\u09CD\u099F\u09CB","\u09A8\u09AD\u09C7","\u09A1\u09BF\u09B8\u09C7"],ampm:["\u09AA\u09C2\u09B0\u09CD\u09AC\u09BE\u09B9\u09CD\u09A3","\u0985\u09AA\u09B0\u09BE\u09B9\u09CD\u09A3"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.bn_BD;}break;case "bn":case "bn_IN":case "bn_in":{if(!nexacro.Locale.bn_IN){nexacro.Locale.bn_IN={name:"bn_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u099F\u09BE\u0995\u09BE",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u09B0\u09AC\u09BF\u09AC\u09BE\u09B0","\u09B8\u09CB\u09AE\u09AC\u09BE\u09B0","\u09AE\u0999\u09CD\u0997\u09B2\u09AC\u09BE\u09B0","\u09AC\u09C1\u09A7\u09AC\u09BE\u09B0","\u09AC\u09C3\u09B9\u09B8\u09CD\u09AA\u09A4\u09BF\u09AC\u09BE\u09B0","\u09B6\u09C1\u0995\u09CD\u09B0\u09AC\u09BE\u09B0","\u09B6\u09A8\u09BF\u09AC\u09BE\u09B0"],weekday_names_short:["\u09B0\u09AC\u09BF","\u09B8\u09CB\u09AE","\u09AE\u0999\u09CD\u0997\u09B2","\u09AC\u09C1\u09A7","\u09AC\u09C3\u09B9\u09B8\u09CD\u09AA\u09A4\u09BF","\u09B6\u09C1\u0995\u09CD\u09B0","\u09B6\u09A8\u09BF"],weekday_names_narrow:["\u09B0\u09AC\u09BF","\u09B8\u09CB\u09AE","\u09AE\u0999\u09CD\u0997\u09B2","\u09AC\u09C1\u09A7","\u09AC\u09C3\u09B9\u09B8\u09CD\u09AA\u09A4\u09BF","\u09B6\u09C1\u0995\u09CD\u09B0","\u09B6\u09A8\u09BF"],month_names_long:["\u099C\u09BE\u09A8\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997\u09B8\u09CD\u099F","\u09B8\u09C7\u09AA\u09CD\u099F\u09C7\u09AE\u09CD\u09AC\u09B0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09B0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09B0","\u09A1\u09BF\u09B8\u09C7\u09AE\u09CD\u09AC\u09B0"],month_names_short:["\u099C\u09BE\u09A8\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997\u09B8\u09CD\u099F","\u09B8\u09C7\u09AA\u09CD\u099F\u09C7\u09AE\u09CD\u09AC\u09B0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09B0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09B0","\u09A1\u09BF\u09B8\u09C7\u09AE\u09CD\u09AC\u09B0"],month_names_narrow:["\u099C\u09BE\u09A8\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997\u09B8\u09CD\u099F","\u09B8\u09C7\u09AA\u09CD\u099F\u09C7\u09AE\u09CD\u09AC\u09B0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09B0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09B0","\u09A1\u09BF\u09B8\u09C7\u09AE\u09CD\u09AC\u09B0"],ampm:["\u09AA\u09C2\u09B0\u09CD\u09AC\u09BE\u09B9\u09CD\u09A3","\u0985\u09AA\u09B0\u09BE\u09B9\u09CD\u09A3"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.bn_IN;}break;case "br":case "br_FR":case "br_fr":{if(!nexacro.Locale.br_FR){nexacro.Locale.br_FR={name:"br_FR",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0073\u0075\u006C","\u006C\u0075\u006E","\u006D\u0065\u0075\u0072\u007A\u0068","\u006D\u0065\u0072\u0063\u0027\u0068\u0065\u0072","\u0079\u0061\u006F\u0075","\u0067\u0077\u0065\u006E\u0065\u0072","\u0073\u0061\u0064\u006F\u0072\u006E"],weekday_names_short:["\u0073\u0075\u006C","\u006C\u0075\u006E","\u006D\u0065\u0075","\u006D\u0065\u0072","\u0079\u0061\u006F","\u0067\u0077\u0065","\u0073\u0061\u0064"],weekday_names_narrow:["\u0073\u0075\u006C","\u006C\u0075\u006E","\u006D\u0065\u0075","\u006D\u0065\u0072","\u0079\u0061\u006F","\u0067\u0077\u0065","\u0073\u0061\u0064"],month_names_long:["\u0047\u0065\u006E\u0076\u0065\u0072","\u0043\u0027\u0068\u0077\u0065\u0076\u0072\u0065\u0072","\u004D\u0065\u0075\u0072\u007A\u0068","\u0045\u0062\u0072\u0065\u006C","\u004D\u0061\u0065","\u004D\u0065\u007A\u0068\u0065\u0076\u0065\u006E","\u0047\u006F\u0075\u0065\u0072\u0065","\u0045\u006F\u0073\u0074","\u0047\u0077\u0065\u006E\u0067\u006F\u006C\u006F","\u0048\u0065\u0072\u0065","\u0044\u0075","\u004B\u0065\u0072\u007A\u0075"],month_names_short:["\u0047\u0065\u006E\u0020","\u0043\u0027\u0068\u0077","\u004D\u0065\u0075\u0020","\u0045\u0062\u0072\u0020","\u004D\u0061\u0065\u0020","\u0045\u0076\u0065\u0020","\u0047\u006F\u0075\u0020","\u0045\u006F\u0073\u0020","\u0047\u0077\u0065\u0020","\u0048\u0065\u0072\u0020","\u0044\u0075\u0020\u0020","\u004B\u0065\u0072\u0020"],month_names_narrow:["\u0047\u0065\u006E\u0020","\u0043\u0027\u0068\u0077","\u004D\u0065\u0075\u0020","\u0045\u0062\u0072\u0020","\u004D\u0061\u0065\u0020","\u0045\u0076\u0065\u0020","\u0047\u006F\u0075\u0020","\u0045\u006F\u0073\u0020","\u0047\u0077\u0065\u0020","\u0048\u0065\u0072\u0020","\u0044\u0075\u0020\u0020","\u004B\u0065\u0072\u0020"],ampm:["\u0020","\u0020"],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u0049\u0065\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0044\u0027\u0061\u0072\u0020\u0025\u0041\u0020\u0025\u0064\u0020\u0061\u0020\u0076\u0069\u007A\u0020\u0025\u0042\u0020\u0025\u0059",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.br_FR;}break;case "bs":case "bs_BA":case "bs_ba":{if(!nexacro.Locale.bs_BA){nexacro.Locale.bs_BA={name:"bs_BA",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0042\u0041\u004D\u0020",currency_symbol:"\u004B\u004D",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u004E\u0065\u0064\u006A\u0065\u006C\u006A\u0061","\u0050\u006F\u006E\u0065\u0064\u006A\u0065\u006C\u006A\u0061\u006B","\u0055\u0074\u006F\u0072\u0061\u006B","\u0053\u0072\u0069\u006A\u0065\u0064\u0061","\u010C\u0065\u0074\u0076\u0072\u0074\u0061\u006B","\u0050\u0065\u0074\u0061\u006B","\u0053\u0075\u0062\u006F\u0074\u0061"],weekday_names_short:["\u004E\u0065\u0064","\u0050\u006F\u006E","\u0055\u0074\u006F","\u0053\u0072\u0069","\u010C\u0065\u0074","\u0050\u0065\u0074","\u0053\u0075\u0062"],weekday_names_narrow:["\u004E\u0065\u0064","\u0050\u006F\u006E","\u0055\u0074\u006F","\u0053\u0072\u0069","\u010C\u0065\u0074","\u0050\u0065\u0074","\u0053\u0075\u0062"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072","\u0046\u0065\u0062\u0072\u0075\u0061\u0072","\u004D\u0061\u0072\u0074","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u006A","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0069","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0061\u0072","\u004F\u006B\u0074\u006F\u0062\u0061\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0061\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0061\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u006A","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u006A","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.bs_BA;}break;case "ca_AD":case "ca_ad":{if(!nexacro.Locale.ca_AD){nexacro.Locale.ca_AD={name:"ca_AD",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0069\u0075\u006D\u0065\u006E\u0067\u0065","\u0064\u0069\u006C\u006C\u0075\u006E\u0073","\u0064\u0069\u006D\u0061\u0072\u0074\u0073","\u0064\u0069\u006D\u0065\u0063\u0072\u0065\u0073","\u0064\u0069\u006A\u006F\u0075\u0073","\u0064\u0069\u0076\u0065\u006E\u0064\u0072\u0065\u0073","\u0064\u0069\u0073\u0073\u0061\u0062\u0074\u0065"],weekday_names_short:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],weekday_names_narrow:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],month_names_long:["\u0067\u0065\u006E\u0065\u0072","\u0066\u0065\u0062\u0072\u0065\u0072","\u006D\u0061\u0072\u00E7","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0069\u0067","\u006A\u0075\u006E\u0079","\u006A\u0075\u006C\u0069\u006F\u006C","\u0061\u0067\u006F\u0073\u0074","\u0073\u0065\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u0065\u0073\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ca_AD;}break;case "ca":case "ca_ES":case "ca_es":{if(!nexacro.Locale.ca_ES){nexacro.Locale.ca_ES={name:"ca_ES",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0069\u0075\u006D\u0065\u006E\u0067\u0065","\u0064\u0069\u006C\u006C\u0075\u006E\u0073","\u0064\u0069\u006D\u0061\u0072\u0074\u0073","\u0064\u0069\u006D\u0065\u0063\u0072\u0065\u0073","\u0064\u0069\u006A\u006F\u0075\u0073","\u0064\u0069\u0076\u0065\u006E\u0064\u0072\u0065\u0073","\u0064\u0069\u0073\u0073\u0061\u0062\u0074\u0065"],weekday_names_short:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],weekday_names_narrow:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],month_names_long:["\u0067\u0065\u006E\u0065\u0072","\u0066\u0065\u0062\u0072\u0065\u0072","\u006D\u0061\u0072\u00E7","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0069\u0067","\u006A\u0075\u006E\u0079","\u006A\u0075\u006C\u0069\u006F\u006C","\u0061\u0067\u006F\u0073\u0074","\u0073\u0065\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u0065\u0073\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u0020\u002F\u0020\u0025\u0042\u0020\u002F\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.ca_ES;}break;case "ca_FR":case "ca_fr":{if(!nexacro.Locale.ca_FR){nexacro.Locale.ca_FR={name:"ca_FR",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0069\u0075\u006D\u0065\u006E\u0067\u0065","\u0064\u0069\u006C\u006C\u0075\u006E\u0073","\u0064\u0069\u006D\u0061\u0072\u0074\u0073","\u0064\u0069\u006D\u0065\u0063\u0072\u0065\u0073","\u0064\u0069\u006A\u006F\u0075\u0073","\u0064\u0069\u0076\u0065\u006E\u0064\u0072\u0065\u0073","\u0064\u0069\u0073\u0073\u0061\u0062\u0074\u0065"],weekday_names_short:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],weekday_names_narrow:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],month_names_long:["\u0067\u0065\u006E\u0065\u0072","\u0066\u0065\u0062\u0072\u0065\u0072","\u006D\u0061\u0072\u00E7","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0069\u0067","\u006A\u0075\u006E\u0079","\u006A\u0075\u006C\u0069\u006F\u006C","\u0061\u0067\u006F\u0073\u0074","\u0073\u0065\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u0065\u0073\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ca_FR;}break;case "ca_IT":case "ca_it":{if(!nexacro.Locale.ca_IT){nexacro.Locale.ca_IT={name:"ca_IT",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0069\u0075\u006D\u0065\u006E\u0067\u0065","\u0064\u0069\u006C\u006C\u0075\u006E\u0073","\u0064\u0069\u006D\u0061\u0072\u0074\u0073","\u0064\u0069\u006D\u0065\u0063\u0072\u0065\u0073","\u0064\u0069\u006A\u006F\u0075\u0073","\u0064\u0069\u0076\u0065\u006E\u0064\u0072\u0065\u0073","\u0064\u0069\u0073\u0073\u0061\u0062\u0074\u0065"],weekday_names_short:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],weekday_names_narrow:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],month_names_long:["\u0067\u0065\u006E\u0065\u0072","\u0066\u0065\u0062\u0072\u0065\u0072","\u006D\u0061\u0072\u00E7","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0069\u0067","\u006A\u0075\u006E\u0079","\u006A\u0075\u006C\u0069\u006F\u006C","\u0061\u0067\u006F\u0073\u0074","\u0073\u0065\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u0065\u0073\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ca_IT;}break;case "cs":case "cs_CZ":case "cs_cz":{if(!nexacro.Locale.cs_CZ){nexacro.Locale.cs_CZ={name:"cs_CZ",decimal_point:"\u002C",thousands_sep:"\u00A0",grouping:[3,3],int_curr_symbol:"\u0043\u005A\u004B\u0020",currency_symbol:"\u004B\u010D",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u004E\u0065\u0064\u011B\u006C\u0065","\u0050\u006F\u006E\u0064\u011B\u006C\u00ED","\u00DA\u0074\u0065\u0072\u00FD","\u0053\u0074\u0159\u0065\u0064\u0061","\u010C\u0074\u0076\u0072\u0074\u0065\u006B","\u0050\u00E1\u0074\u0065\u006B","\u0053\u006F\u0062\u006F\u0074\u0061"],weekday_names_short:["\u004E\u0065","\u0050\u006F","\u00DA\u0074","\u0053\u0074","\u010C\u0074","\u0050\u00E1","\u0053\u006F"],weekday_names_narrow:["\u004E\u0065","\u0050\u006F","\u00DA\u0074","\u0053\u0074","\u010C\u0074","\u0050\u00E1","\u0053\u006F"],month_names_long:["\u006C\u0065\u0064\u0065\u006E","\u00FA\u006E\u006F\u0072","\u0062\u0159\u0065\u007A\u0065\u006E","\u0064\u0075\u0062\u0065\u006E","\u006B\u0076\u011B\u0074\u0065\u006E","\u010D\u0065\u0072\u0076\u0065\u006E","\u010D\u0065\u0072\u0076\u0065\u006E\u0065\u0063","\u0073\u0072\u0070\u0065\u006E","\u007A\u00E1\u0159\u00ED","\u0159\u00ED\u006A\u0065\u006E","\u006C\u0069\u0073\u0074\u006F\u0070\u0061\u0064","\u0070\u0072\u006F\u0073\u0069\u006E\u0065\u0063"],month_names_short:["\u006C\u0065\u0064","\u00FA\u006E\u006F","\u0062\u0159\u0065","\u0064\u0075\u0062","\u006B\u0076\u011B","\u010D\u0065\u006E","\u010D\u0065\u0063","\u0073\u0072\u0070","\u007A\u00E1\u0159","\u0159\u00ED\u006A","\u006C\u0069\u0073","\u0070\u0072\u006F"],month_names_narrow:["\u006C\u0065\u0064","\u00FA\u006E\u006F","\u0062\u0159\u0065","\u0064\u0075\u0062","\u006B\u0076\u011B","\u010D\u0065\u006E","\u010D\u0065\u0063","\u0073\u0072\u0070","\u007A\u00E1\u0159","\u0159\u00ED\u006A","\u006C\u0069\u0073","\u0070\u0072\u006F"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053",date_time_format:"\u0025\u0061\u00A0\u0025\u0065\u002E\u00A0\u0025\u0042\u00A0\u0025\u0059\u002C\u00A0\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u00A0\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:1,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002E\u0025\u006E\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.cs_CZ;}break;case "cy":case "cy_GB":case "cy_gb":{if(!nexacro.Locale.cy_GB){nexacro.Locale.cy_GB={name:"cy_GB",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0047\u0042\u0050\u0020",currency_symbol:"\u00A3",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006C","\u004C\u006C\u0075\u006E","\u004D\u0061\u0077\u0072\u0074\u0068","\u004D\u0065\u0072\u0063\u0068\u0065\u0072","\u0049\u0061\u0075","\u0047\u0077\u0065\u006E\u0065\u0072","\u0053\u0061\u0064\u0077\u0072\u006E"],weekday_names_short:["\u0053\u0075\u006C","\u004C\u006C\u0075","\u004D\u0061\u0077","\u004D\u0065\u0072","\u0049\u0061\u0075","\u0047\u0077\u0065","\u0053\u0061\u0064"],weekday_names_narrow:["\u0053\u0075\u006C","\u004C\u006C\u0075","\u004D\u0061\u0077","\u004D\u0065\u0072","\u0049\u0061\u0075","\u0047\u0077\u0065","\u0053\u0061\u0064"],month_names_long:["\u0049\u006F\u006E\u0061\u0077\u0072","\u0043\u0068\u0077\u0065\u0066\u0072\u006F\u0072","\u004D\u0061\u0077\u0072\u0074\u0068","\u0045\u0062\u0072\u0069\u006C\u006C","\u004D\u0061\u0069","\u004D\u0065\u0068\u0065\u0066\u0069\u006E","\u0047\u006F\u0072\u0066\u0066\u0065\u006E\u006E\u0061\u0066","\u0041\u0077\u0073\u0074","\u004D\u0065\u0064\u0069","\u0048\u0079\u0064\u0072\u0065\u0066","\u0054\u0061\u0063\u0068\u0077\u0065\u0064\u0064","\u0052\u0068\u0061\u0067\u0066\u0079\u0072"],month_names_short:["\u0049\u006F\u006E","\u0043\u0068\u0077","\u004D\u0061\u0077","\u0045\u0062\u0072","\u004D\u0061\u0069","\u004D\u0065\u0068","\u0047\u006F\u0072","\u0041\u0077\u0073","\u004D\u0065\u0064","\u0048\u0079\u0064","\u0054\u0061\u0063\u0068","\u0052\u0068\u0061"],month_names_narrow:["\u0049\u006F\u006E","\u0043\u0068\u0077","\u004D\u0061\u0077","\u0045\u0062\u0072","\u004D\u0061\u0069","\u004D\u0065\u0068","\u0047\u006F\u0072","\u0041\u0077\u0073","\u004D\u0065\u0064","\u0048\u0079\u0064","\u0054\u0061\u0063\u0068","\u0052\u0068\u0061"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0050\u0020\u0025\u005A",date_time_format:"\u0044\u0079\u0064\u0064\u0020\u0025\u0041\u0020\u0025\u0064\u0020\u006d\u0069\u0073\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.cy_GB;}break;case "da":case "da_DK":case "da_dk":{if(!nexacro.Locale.da_DK){nexacro.Locale.da_DK={name:"da_DK",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0044\u004B\u004B\u0020",currency_symbol:"\u006B\u0072\u002E",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:2,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0073\u00F8\u006E\u0064\u0061\u0067","\u006D\u0061\u006E\u0064\u0061\u0067","\u0074\u0069\u0072\u0073\u0064\u0061\u0067","\u006F\u006E\u0073\u0064\u0061\u0067","\u0074\u006F\u0072\u0073\u0064\u0061\u0067","\u0066\u0072\u0065\u0064\u0061\u0067","\u006C\u00F8\u0072\u0064\u0061\u0067"],weekday_names_short:["\u0073\u00F8\u006E","\u006D\u0061\u006E","\u0074\u0069\u0072","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F8\u0072"],weekday_names_narrow:["\u0073\u00F8\u006E","\u006D\u0061\u006E","\u0074\u0069\u0072","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F8\u0072"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072","\u0066\u0065\u0062\u0072\u0075\u0061\u0072","\u006D\u0061\u0072\u0074\u0073","\u0061\u0070\u0072\u0069\u006C","\u006D\u0061\u006A","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.da_DK;}break;case "de_AT":case "de_at":{if(!nexacro.Locale.de_AT){nexacro.Locale.de_AT={name:"de_AT",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u006F\u006E\u006E\u0074\u0061\u0067","\u004D\u006F\u006E\u0074\u0061\u0067","\u0044\u0069\u0065\u006E\u0073\u0074\u0061\u0067","\u004D\u0069\u0074\u0074\u0077\u006F\u0063\u0068","\u0044\u006F\u006E\u006E\u0065\u0072\u0073\u0074\u0061\u0067","\u0046\u0072\u0065\u0069\u0074\u0061\u0067","\u0053\u0061\u006D\u0073\u0074\u0061\u0067"],weekday_names_short:["\u0053\u006F\u006E","\u004D\u006F\u006E","\u0044\u0069\u0065","\u004D\u0069\u0074","\u0044\u006F\u006E","\u0046\u0072\u0065","\u0053\u0061\u006D"],weekday_names_narrow:["\u0053\u006F\u006E","\u004D\u006F\u006E","\u0044\u0069\u0065","\u004D\u0069\u0074","\u0044\u006F\u006E","\u0046\u0072\u0065","\u0053\u0061\u006D"],month_names_long:["\u004A\u00E4\u006E\u006E\u0065\u0072","\u0046\u0065\u0062\u0065\u0072","\u004D\u00E4\u0072\u007A","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0069","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0069","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u007A\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u00E4\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],month_names_narrow:["\u004A\u00E4\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.de_AT;}break;case "de_BE":case "de_be":{if(!nexacro.Locale.de_BE){nexacro.Locale.de_BE={name:"de_BE",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0053\u006F\u006E\u006E\u0074\u0061\u0067","\u004D\u006F\u006E\u0074\u0061\u0067","\u0044\u0069\u0065\u006E\u0073\u0074\u0061\u0067","\u004D\u0069\u0074\u0074\u0077\u006F\u0063\u0068","\u0044\u006F\u006E\u006E\u0065\u0072\u0073\u0074\u0061\u0067","\u0046\u0072\u0065\u0069\u0074\u0061\u0067","\u0053\u0061\u006D\u0073\u0074\u0061\u0067"],weekday_names_short:["\u0053\u006F\u006E","\u004D\u006F\u006E","\u0044\u0069\u0065","\u004D\u0069\u0074","\u0044\u006F\u006E","\u0046\u0072\u0065","\u0053\u0061\u006D"],weekday_names_narrow:["\u0053\u006F\u006E","\u004D\u006F\u006E","\u0044\u0069\u0065","\u004D\u0069\u0074","\u0044\u006F\u006E","\u0046\u0072\u0065","\u0053\u0061\u006D"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072","\u0046\u0065\u0062\u0072\u0075\u0061\u0072","\u004D\u00E4\u0072\u007A","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0069","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0069","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u007A\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.de_BE;}break;case "de_CH":case "de_ch":{if(!nexacro.Locale.de_CH){nexacro.Locale.de_CH={name:"de_CH",decimal_point:"\u002E",thousands_sep:"\u0027",grouping:[3,3],int_curr_symbol:"\u0043\u0048\u0046\u0020",currency_symbol:"\u0046\u0072\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0027",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0053\u006F\u006E\u006E\u0074\u0061\u0067","\u004D\u006F\u006E\u0074\u0061\u0067","\u0044\u0069\u0065\u006E\u0073\u0074\u0061\u0067","\u004D\u0069\u0074\u0074\u0077\u006F\u0063\u0068","\u0044\u006F\u006E\u006E\u0065\u0072\u0073\u0074\u0061\u0067","\u0046\u0072\u0065\u0069\u0074\u0061\u0067","\u0053\u0061\u006D\u0073\u0074\u0061\u0067"],weekday_names_short:["\u0053\u006F\u006E","\u004D\u006F\u006E","\u0044\u0069\u0065","\u004D\u0069\u0074","\u0044\u006F\u006E","\u0046\u0072\u0065","\u0053\u0061\u006D"],weekday_names_narrow:["\u0053\u006F\u006E","\u004D\u006F\u006E","\u0044\u0069\u0065","\u004D\u0069\u0074","\u0044\u006F\u006E","\u0046\u0072\u0065","\u0053\u0061\u006D"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072","\u0046\u0065\u0062\u0072\u0075\u0061\u0072","\u004D\u00E4\u0072\u007A","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0069","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0069","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u007A\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.de_CH;}break;case "de":case "de_DE":case "de_de":{if(!nexacro.Locale.de_DE){nexacro.Locale.de_DE={name:"de_DE",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u006F\u006E\u006E\u0074\u0061\u0067","\u004D\u006F\u006E\u0074\u0061\u0067","\u0044\u0069\u0065\u006E\u0073\u0074\u0061\u0067","\u004D\u0069\u0074\u0074\u0077\u006F\u0063\u0068","\u0044\u006F\u006E\u006E\u0065\u0072\u0073\u0074\u0061\u0067","\u0046\u0072\u0065\u0069\u0074\u0061\u0067","\u0053\u0061\u006D\u0073\u0074\u0061\u0067"],weekday_names_short:["\u0053\u006F","\u004D\u006F","\u0044\u0069","\u004D\u0069","\u0044\u006F","\u0046\u0072","\u0053\u0061"],weekday_names_narrow:["\u0053\u006F","\u004D\u006F","\u0044\u0069","\u004D\u0069","\u0044\u006F","\u0046\u0072","\u0053\u0061"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072","\u0046\u0065\u0062\u0072\u0075\u0061\u0072","\u004D\u00E4\u0072\u007A","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0069","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0069","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u007A\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u002D\u0064\u002E\u0020\u0025\u0062\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:1,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"rtl"};}return nexacro.Locale.de_DE;}break;case "de_LU":case "de_lu":{if(!nexacro.Locale.de_LU){nexacro.Locale.de_LU={name:"de_LU",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u006F\u006E\u006E\u0074\u0061\u0067","\u004D\u006F\u006E\u0074\u0061\u0067","\u0044\u0069\u0065\u006E\u0073\u0074\u0061\u0067","\u004D\u0069\u0074\u0074\u0077\u006F\u0063\u0068","\u0044\u006F\u006E\u006E\u0065\u0072\u0073\u0074\u0061\u0067","\u0046\u0072\u0065\u0069\u0074\u0061\u0067","\u0053\u0061\u006D\u0073\u0074\u0061\u0067"],weekday_names_short:["\u0053\u006F","\u004D\u006F","\u0044\u0069","\u004D\u0069","\u0044\u006F","\u0046\u0072","\u0053\u0061"],weekday_names_narrow:["\u0053\u006F","\u004D\u006F","\u0044\u0069","\u004D\u0069","\u0044\u006F","\u0046\u0072","\u0053\u0061"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072","\u0046\u0065\u0062\u0072\u0075\u0061\u0072","\u004D\u00E4\u0072\u007A","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0069","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0069","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u007A\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.de_LU;}break;case "dz":case "dz_BT":case "dz_bt":{if(!nexacro.Locale.dz_BT){nexacro.Locale.dz_BT={name:"dz_BT",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0042\u0054\u004E\u0020",currency_symbol:"\u0F51\u0F44\u0F74\u0F63\u0F0B\u0F40\u0FB2\u0F58\u0F0B",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0F42\u0F5F\u0F60\u0F0B\u0F5F\u0FB3\u0F0B\u0F56\u0F0B","\u0F42\u0F5F\u0F60\u0F0B\u0F58\u0F72\u0F42\u0F0B\u0F51\u0F58\u0F62\u0F0B","\u0F42\u0F5F\u0F60\u0F0B\u0F63\u0FB7\u0F42\u0F0B\u0F55\u0F0B","\u0F42\u0F5F\u0F60\u0F0B\u0F54\u0F74\u0F62\u0F0B\u0F56\u0F74\u0F0B","\u0F42\u0F5F\u0F60\u0F0B\u0F54\u0F0B\u0F66\u0F44\u0F66\u0F0B","\u0F42\u0F5F\u0F60\u0F0B\u0F66\u0FA4\u0F7A\u0F53\u0F0B\u0F55\u0F0B","\u0F42\u0F5F\u0F60\u0F0B\u0F49\u0F72\u0F0B\u0F58\u0F0B"],weekday_names_short:["\u0F5F\u0FB3\u0F0B","\u0F58\u0F72\u0F62\u0F0B","\u0F63\u0FB7\u0F42\u0F0B","\u0F54\u0F74\u0F62\u0F0B","\u0F66\u0F44\u0F66\u0F0B","\u0F66\u0FA4\u0F7A\u0F53\u0F0B","\u0F49\u0F72\u0F0B"],weekday_names_narrow:["\u0F5F\u0FB3\u0F0B","\u0F58\u0F72\u0F62\u0F0B","\u0F63\u0FB7\u0F42\u0F0B","\u0F54\u0F74\u0F62\u0F0B","\u0F66\u0F44\u0F66\u0F0B","\u0F66\u0FA4\u0F7A\u0F53\u0F0B","\u0F49\u0F72\u0F0B"],month_names_long:["\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F51\u0F44\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F42\u0F49\u0F72\u0F66\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F42\u0F66\u0F74\u0F58\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F5E\u0F72\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F63\u0F94\u0F0B\u0F55\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F51\u0FB2\u0F74\u0F42\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F51\u0F74\u0F53\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F62\u0F92\u0FB1\u0F51\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F51\u0F42\u0F74\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F45\u0F74\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F45\u0F74\u0F0B\u0F42\u0F45\u0F72\u0F42\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F45\u0F74\u0F0B\u0F42\u0F49\u0F72\u0F66\u0F0B\u0F54\u0F0B"],month_names_short:["\u0F5F\u0FB3\u0F0B\u0F21","\u0F5F\u0FB3\u0F0B\u0F22","\u0F5F\u0FB3\u0F0B\u0F23","\u0F5F\u0FB3\u0F0B\u0F24","\u0F5F\u0FB3\u0F0B\u0F25","\u0F5F\u0FB3\u0F0B\u0F26","\u0F5F\u0FB3\u0F0B\u0F27","\u0F5F\u0FB3\u0F0B\u0F28","\u0F5F\u0FB3\u0F0B\u0F29","\u0F5F\u0FB3\u0F0B\u0F21\u0F20","\u0F5F\u0FB3\u0F0B\u0F21\u0F21","\u0F5F\u0FB3\u0F0B\u0F21\u0F22"],month_names_narrow:["\u0F5F\u0FB3\u0F0B\u0F21","\u0F5F\u0FB3\u0F0B\u0F22","\u0F5F\u0FB3\u0F0B\u0F23","\u0F5F\u0FB3\u0F0B\u0F24","\u0F5F\u0FB3\u0F0B\u0F25","\u0F5F\u0FB3\u0F0B\u0F26","\u0F5F\u0FB3\u0F0B\u0F27","\u0F5F\u0FB3\u0F0B\u0F28","\u0F5F\u0FB3\u0F0B\u0F29","\u0F5F\u0FB3\u0F0B\u0F21\u0F20","\u0F5F\u0FB3\u0F0B\u0F21\u0F21","\u0F5F\u0FB3\u0F0B\u0F21\u0F22"],ampm:["\u0F44\u0F66\u0F0B\u0F46","\u0F55\u0FB1\u0F72\u0F0B\u0F46"],date_format:"\u0F54\u0F66\u0FB1\u0F72\u0F0B\u0F63\u0F7C%y\u0F5F\u0F63%m\u0F5A\u0F7A\u0F66%d",time_format:"\u0F46\u0F74\u0F0B\u0F5A\u0F7C\u0F51% H\u0F40\u0F66\u0F62\u0F0B\u0F58%M\u0F40\u0F66\u0F62\u0F0B\u0F46%S",time_format_ampm:"\u0F46\u0F74\u0F0B\u0F5A\u0F7C\u0F51%I\u0F40\u0F66\u0F62\u0F0B\u0F58%M\u0F40\u0F66\u0F62\u0F0B\u0F46%S %p",date_time_format:"\u0F54\u0F66\u0FB1\u0F72\u0F0B\u0F63\u0F7C%y\u0F5F\u0F63%m\u0F5A\u0F7A\u0F66%d\u0F46\u0F74\u0F0B\u0F5A\u0F7C\u0F51%H\u0F40\u0F66\u0F62\u0F0B\u0F58%M\u0F40\u0F66\u0F62\u0F0B\u0F46%S",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.dz_BT;}break;case "el_CY":case "el_cy":{if(!nexacro.Locale.el_CY){nexacro.Locale.el_CY={name:"el_CY",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0043\u0059\u0050\u0020",currency_symbol:"\u00A3",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:4,frac_digits:4,p_cs_precedes:0,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u039A\u03C5\u03C1\u03B9\u03B1\u03BA\u03AE","\u0394\u03B5\u03C5\u03C4\u03AD\u03C1\u03B1","\u03A4\u03C1\u03AF\u03C4\u03B7","\u03A4\u03B5\u03C4\u03AC\u03C1\u03C4\u03B7","\u03A0\u03AD\u03BC\u03C0\u03C4\u03B7","\u03A0\u03B1\u03C1\u03B1\u03C3\u03BA\u03B5\u03C5\u03AE","\u03A3\u03AC\u03B2\u03B2\u03B1\u03C4\u03BF"],weekday_names_short:["\u039A\u03C5\u03C1","\u0394\u03B5\u03C5","\u03A4\u03C1\u03B9","\u03A4\u03B5\u03C4","\u03A0\u03B5\u03BC","\u03A0\u03B1\u03C1","\u03A3\u03B1\u03B2"],weekday_names_narrow:["\u039A\u03C5\u03C1","\u0394\u03B5\u03C5","\u03A4\u03C1\u03B9","\u03A4\u03B5\u03C4","\u03A0\u03B5\u03BC","\u03A0\u03B1\u03C1","\u03A3\u03B1\u03B2"],month_names_long:["\u0399\u03B1\u03BD\u03BF\u03C5\u03AC\u03C1\u03B9\u03BF\u03C2","\u03A6\u03B5\u03B2\u03C1\u03BF\u03C5\u03AC\u03C1\u03B9\u03BF\u03C2","\u039C\u03AC\u03C1\u03C4\u03B9\u03BF\u03C2","\u0391\u03C0\u03C1\u03AF\u03BB\u03B9\u03BF\u03C2","\u039C\u03AC\u03B9\u03BF\u03C2","\u0399\u03BF\u03CD\u03BD\u03B9\u03BF\u03C2","\u0399\u03BF\u03CD\u03BB\u03B9\u03BF\u03C2","\u0391\u03CD\u03B3\u03BF\u03C5\u03C3\u03C4\u03BF\u03C2","\u03A3\u03B5\u03C0\u03C4\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2","\u039F\u03BA\u03C4\u03CE\u03B2\u03C1\u03B9\u03BF\u03C2","\u039D\u03BF\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2","\u0394\u03B5\u03BA\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2"],month_names_short:["\u0399\u03B1\u03BD","\u03A6\u03B5\u03B2","\u039C\u03AC\u03C1","\u0391\u03C0\u03C1","\u039C\u03AC\u03B9","\u0399\u03BF\u03CD\u03BD","\u0399\u03BF\u03CD\u03BB","\u0391\u03CD\u03B3","\u03A3\u03B5\u03C0","\u039F\u03BA\u03C4","\u039D\u03BF\u03AD","\u0394\u03B5\u03BA"],month_names_narrow:["\u0399\u03B1\u03BD","\u03A6\u03B5\u03B2","\u039C\u03AC\u03C1","\u0391\u03C0\u03C1","\u039C\u03AC\u03B9","\u0399\u03BF\u03CD\u03BD","\u0399\u03BF\u03CD\u03BB","\u0391\u03CD\u03B3","\u03A3\u03B5\u03C0","\u039F\u03BA\u03C4","\u039D\u03BF\u03AD","\u0394\u03B5\u03BA"],ampm:["\u03C0\u03BC","\u03BC\u03BC"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0072",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.el_CY;}break;case "el":case "el_GR":case "el_gr":{if(!nexacro.Locale.el_GR){nexacro.Locale.el_GR={name:"el_GR",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:4,frac_digits:4,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u039A\u03C5\u03C1\u03B9\u03B1\u03BA\u03AE","\u0394\u03B5\u03C5\u03C4\u03AD\u03C1\u03B1","\u03A4\u03C1\u03AF\u03C4\u03B7","\u03A4\u03B5\u03C4\u03AC\u03C1\u03C4\u03B7","\u03A0\u03AD\u03BC\u03C0\u03C4\u03B7","\u03A0\u03B1\u03C1\u03B1\u03C3\u03BA\u03B5\u03C5\u03AE","\u03A3\u03AC\u03B2\u03B2\u03B1\u03C4\u03BF"],weekday_names_short:["\u039A\u03C5\u03C1","\u0394\u03B5\u03C5","\u03A4\u03C1\u03B9","\u03A4\u03B5\u03C4","\u03A0\u03B5\u03BC","\u03A0\u03B1\u03C1","\u03A3\u03B1\u03B2"],weekday_names_narrow:["\u039A\u03C5\u03C1","\u0394\u03B5\u03C5","\u03A4\u03C1\u03B9","\u03A4\u03B5\u03C4","\u03A0\u03B5\u03BC","\u03A0\u03B1\u03C1","\u03A3\u03B1\u03B2"],month_names_long:["\u0399\u03B1\u03BD\u03BF\u03C5\u03AC\u03C1\u03B9\u03BF\u03C2","\u03A6\u03B5\u03B2\u03C1\u03BF\u03C5\u03AC\u03C1\u03B9\u03BF\u03C2","\u039C\u03AC\u03C1\u03C4\u03B9\u03BF\u03C2","\u0391\u03C0\u03C1\u03AF\u03BB\u03B9\u03BF\u03C2","\u039C\u03AC\u03B9\u03BF\u03C2","\u0399\u03BF\u03CD\u03BD\u03B9\u03BF\u03C2","\u0399\u03BF\u03CD\u03BB\u03B9\u03BF\u03C2","\u0391\u03CD\u03B3\u03BF\u03C5\u03C3\u03C4\u03BF\u03C2","\u03A3\u03B5\u03C0\u03C4\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2","\u039F\u03BA\u03C4\u03CE\u03B2\u03C1\u03B9\u03BF\u03C2","\u039D\u03BF\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2","\u0394\u03B5\u03BA\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2"],month_names_short:["\u0399\u03B1\u03BD","\u03A6\u03B5\u03B2","\u039C\u03AC\u03C1","\u0391\u03C0\u03C1","\u039C\u03AC\u03B9","\u0399\u03BF\u03CD\u03BD","\u0399\u03BF\u03CD\u03BB","\u0391\u03CD\u03B3","\u03A3\u03B5\u03C0","\u039F\u03BA\u03C4","\u039D\u03BF\u03AD","\u0394\u03B5\u03BA"],month_names_narrow:["\u0399\u03B1\u03BD","\u03A6\u03B5\u03B2","\u039C\u03AC\u03C1","\u0391\u03C0\u03C1","\u039C\u03AC\u03B9","\u0399\u03BF\u03CD\u03BD","\u0399\u03BF\u03CD\u03BB","\u0391\u03CD\u03B3","\u03A3\u03B5\u03C0","\u039F\u03BA\u03C4","\u039D\u03BF\u03AD","\u0394\u03B5\u03BA"],ampm:["\u03C0\u03BC","\u03BC\u03BC"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0072",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002F\u0025\u006E\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.el_GR;}break;case "en_AU":case "en_au":{if(!nexacro.Locale.en_AU){nexacro.Locale.en_AU={name:"en_AU",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0041\u0055\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002F\u0025\u006E\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_AU;}break;case "en_BW":case "en_bw":{if(!nexacro.Locale.en_BW){nexacro.Locale.en_BW={name:"en_BW",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0042\u0057\u0050\u0020",currency_symbol:"\u0050\u0075",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.en_BW;}break;case "en_CA":case "en_ca":{if(!nexacro.Locale.en_CA){nexacro.Locale.en_CA={name:"en_CA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0043\u0041\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0072",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0042\u002D\u0025\u0064\u002D\u0025\u0079",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_CA;}break;case "en_DK":case "en_dk":{if(!nexacro.Locale.en_DK){nexacro.Locale.en_DK={name:"en_DK",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0044\u004B\u004B\u0020",currency_symbol:"\u00A4",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064\u0054\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.en_DK;}break;case "en_GB":case "en_gb":{if(!nexacro.Locale.en_GB){nexacro.Locale.en_GB={name:"en_GB",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0047\u0042\u0050\u0020",currency_symbol:"\u00A3",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0050\u0020\u0025\u005A",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_GB;}break;case "en_HK":case "en_hk":{if(!nexacro.Locale.en_HK){nexacro.Locale.en_HK={name:"en_HK",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0048\u004B\u0044\u0020",currency_symbol:"\u0048\u004B\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u002C\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",time_format_ampm:"\u0025\u0070\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u002C\u0020\u0025\u0059\u0020\u0025\u0070\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.en_HK;}break;case "en_IE":case "en_ie":{if(!nexacro.Locale.en_IE){nexacro.Locale.en_IE={name:"en_IE",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_IE;}break;case "en_IN":case "en_in":{if(!nexacro.Locale.en_IN){nexacro.Locale.en_IN={name:"en_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u20A8\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_IN;}break;case "en_NZ":case "en_nz":{if(!nexacro.Locale.en_NZ){nexacro.Locale.en_NZ={name:"en_NZ",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u004E\u005A\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"U0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_NZ;}case "en_PH":case "en_ph":{if(!nexacro.Locale.en_PH){nexacro.Locale.en_PH={name:"en_PH",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0050\u0048\u0050\u0020",currency_symbol:"\u0050\u0068\u0070",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u0020\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002F\u0025\u006E\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_PH;}break;case "en_SG":case "en_sg":{if(!nexacro.Locale.en_SG){nexacro.Locale.en_SG={name:"en_SG",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0053\u0047\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0041\u0020\u0025\u0064\u002C\u0025\u0042\u002C\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u002C\u0025\u0042\u002C\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u0020\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002D\u0025\u006E\u002D\u0025\u0064",direction:"ltr"};}return nexacro.Locale.en_SG;}break;case "en":case "en_US":case "en_us":{if(!nexacro.Locale.en_US){nexacro.Locale.en_US={name:"en_US",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0055\u0053\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u006D\u002F\u0025\u0064\u002F\u0025\u0059",time_format:"\u0025\u0072",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u0020\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u006E\u002F\u0025\u0065\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_US;}break;case "en_ZA":case "en_za":{if(!nexacro.Locale.en_ZA){nexacro.Locale.en_ZA={name:"en_ZA",decimal_point:"\u002E",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u005A\u0041\u0052\u0020",currency_symbol:"\u0052",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002F\u0025\u006D\u002F\u0025\u0064",direction:"ltr"};}return nexacro.Locale.en_ZA;}break;case "en_ZW":case "en_zw":{if(!nexacro.Locale.en_ZW){nexacro.Locale.en_ZW={name:"en_ZW",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u005A\u0057\u0044\u0020",currency_symbol:"\u005A\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u0020\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u006E\u002F\u0025\u0065\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_ZW;}break;case "es_AR":case "es_ar":{if(!nexacro.Locale.es_AR){nexacro.Locale.es_AR={name:"es_AR",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0041\u0052\u0053\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_AR;}break;case "es_BO":case "es_bo":{if(!nexacro.Locale.es_BO){nexacro.Locale.es_BO={name:"es_BO",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0042\u004F\u0042\u0020",currency_symbol:"\u0024\u0062",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_BO;}break;case "es_CL":case "es_cl":{if(!nexacro.Locale.es_CL){nexacro.Locale.es_CL={name:"es_CL",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0043\u004C\u0050\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_CL;}break;case "es_CO":case "es_co":{if(!nexacro.Locale.es_CO){nexacro.Locale.es_CO={name:"es_CO",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0043\u004F\u0050\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_CO;}break;case "es_CR":case "es_cr":{if(!nexacro.Locale.es_CR){nexacro.Locale.es_CR={name:"es_CR",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0043\u0052\u0043\u0020",currency_symbol:"\u20A1",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_CR;}break;case "es_DO":case "es_do":{if(!nexacro.Locale.es_DO){nexacro.Locale.es_DO={name:"es_DO",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0044\u004F\u0050\u0020",currency_symbol:"\u0052\u0044\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_DO;}break;case "es_EC":case "es_ec":{if(!nexacro.Locale.es_EC){nexacro.Locale.es_EC={name:"es_EC",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0055\u0053\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_EC;}break;case "es":case "es_ES":case "es_es":{if(!nexacro.Locale.es_ES){nexacro.Locale.es_ES={name:"es_ES",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_ES;}break;case "es_GT":case "es_gt":{if(!nexacro.Locale.es_GT){nexacro.Locale.es_GT={name:"es_GT",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0047\u0054\u0051\u0020",currency_symbol:"\u0051",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_GT;}break;case "es_HN":case "es_hn":{if(!nexacro.Locale.es_HN){nexacro.Locale.es_HN={name:"es_HN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0048\u004E\u004C\u0020",currency_symbol:"\u004C\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,999],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_HN;}break;case "es_MX":case "es_mx":{if(!nexacro.Locale.es_MX){nexacro.Locale.es_MX={name:"es_MX",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u004D\u0058\u004E\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_MX;}break;case "es_NI":case "es_ni":{if(!nexacro.Locale.es_NI){nexacro.Locale.es_NI={name:"es_NI",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u004E\u0049\u004F\u0020",currency_symbol:"\u0024\u0043",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_NI;}break;case "es_PA":case "es_pa":{if(!nexacro.Locale.es_PA){nexacro.Locale.es_PA={name:"es_PA",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0050\u0041\u0042\u0020",currency_symbol:"\u0042\u002F",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_PA;}break;case "es_PE":case "es_pe":{if(!nexacro.Locale.es_PE){nexacro.Locale.es_PE={name:"es_PE",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0050\u0045\u004E\u0020",currency_symbol:"\u0053\u002F\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_PE;}break;case "es_PR":case "es_pr":{if(!nexacro.Locale.es_PR){nexacro.Locale.es_PR={name:"es_PR",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0055\u0053\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,999],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_PR;}break;case "es_PY":case "es_py":{if(!nexacro.Locale.es_PY){nexacro.Locale.es_PY={name:"es_PY",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0050\u0059\u0047\u0020",currency_symbol:"\u0047\u0073",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_PY;}break;case "es_SV":case "es_sv":{if(!nexacro.Locale.es_SV){nexacro.Locale.es_SV={name:"es_SV",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0053\u0056\u0043\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,999],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_SV;}break;case "es_US":case "es_us":{if(!nexacro.Locale.es_US){nexacro.Locale.es_US={name:"es_US",name:"es_US",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,999],int_curr_symbol:"\u0055\u0053\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u0020\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u006E\u002F\u0025\u0065\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_US;}break;case "es_UY":case "es_uy":{if(!nexacro.Locale.es_UY){nexacro.Locale.es_UY={name:"es_UY",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0055\u0059\u0055\u0020",currency_symbol:"\u0024\u0055",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_UY;}break;case "es_VE":case "es_ve":{if(!nexacro.Locale.es_VE){nexacro.Locale.es_VE={name:"es_VE",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0056\u0045\u0042\u0020",currency_symbol:"\u0042\u0073\u002E",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.es_VE;}break;case "et":case "et_EE":case "et_ee":{if(!nexacro.Locale.et_EE){nexacro.Locale.et_EE={name:"et_EE",decimal_point:"\u002C",thousands_sep:"\u00A0",grouping:[3,3],int_curr_symbol:"\u0045\u0045\u004B\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0070\u00FC\u0068\u0061\u0070\u00E4\u0065\u0076","\u0065\u0073\u006D\u0061\u0073\u0070\u00E4\u0065\u0076","\u0074\u0065\u0069\u0073\u0069\u0070\u00E4\u0065\u0076","\u006B\u006F\u006C\u006D\u0061\u0070\u00E4\u0065\u0076","\u006E\u0065\u006C\u006A\u0061\u0070\u00E4\u0065\u0076","\u0072\u0065\u0065\u0064\u0065","\u006C\u0061\u0075\u0070\u00E4\u0065\u0076"],weekday_names_short:["\u0050","\u0045","\u0054","\u004B","\u004E","\u0052","\u004C"],weekday_names_narrow:["\u0050","\u0045","\u0054","\u004B","\u004E","\u0052","\u004C"],month_names_long:["\u006A\u0061\u0061\u006E\u0075\u0061\u0072","\u0076\u0065\u0065\u0062\u0072\u0075\u0061\u0072","\u006D\u00E4\u0072\u0074\u0073","\u0061\u0070\u0072\u0069\u006C\u006C","\u006D\u0061\u0069","\u006A\u0075\u0075\u006E\u0069","\u006A\u0075\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0074\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u0061\u006E\u0020","\u0076\u0065\u0065\u0062\u0072","\u006D\u00E4\u0072\u0074\u0073","\u0061\u0070\u0072\u0020\u0020","\u006D\u0061\u0069\u0020\u0020","\u006A\u0075\u0075\u006E\u0069","\u006A\u0075\u0075\u006C\u0069","\u0061\u0075\u0067\u0020\u0020","\u0073\u0065\u0070\u0074\u0020","\u006F\u006B\u0074\u0020\u0020","\u006E\u006F\u0076\u0020\u0020","\u0064\u0065\u0074\u0073\u0020"],month_names_narrow:["\u006A\u0061\u0061\u006E\u0020","\u0076\u0065\u0065\u0062\u0072","\u006D\u00E4\u0072\u0074\u0073","\u0061\u0070\u0072\u0020\u0020","\u006D\u0061\u0069\u0020\u0020","\u006A\u0075\u0075\u006E\u0069","\u006A\u0075\u0075\u006C\u0069","\u0061\u0075\u0067\u0020\u0020","\u0073\u0065\u0070\u0074\u0020","\u006F\u006B\u0074\u0020\u0020","\u006E\u006F\u0076\u0020\u0020","\u0064\u0065\u0074\u0073\u0020"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059\u002E\u0020\u0020\\\u0061\u002E",shortdate_format:"\u0025\u0065\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.et_EE;}break;case "eu":case "eu_ES":case "eu_es":{if(!nexacro.Locale.eu_ES){nexacro.Locale.eu_ES={name:"eu_ES",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0069\u0067\u0061\u006E\u0064\u0065\u0061","\u0061\u0073\u0074\u0065\u006C\u0065\u0068\u0065\u006E\u0061","\u0061\u0073\u0074\u0065\u0061\u0072\u0074\u0065\u0061","\u0061\u0073\u0074\u0065\u0061\u007A\u006B\u0065\u006E\u0061","\u006F\u0073\u0074\u0065\u0067\u0075\u006E\u0061","\u006F\u0073\u0074\u0069\u0072\u0061\u006C\u0061","\u006C\u0061\u0072\u0075\u006E\u0062\u0061\u0074\u0061"],weekday_names_short:["\u0069\u0067\u002E","\u0061\u006C\u002E","\u0061\u0072\u002E","\u0061\u007A\u002E","\u006F\u0067\u002E","\u006F\u0072\u002E","\u006C\u0072\u002E"],weekday_names_narrow:["\u0069\u0067\u002E","\u0061\u006C\u002E","\u0061\u0072\u002E","\u0061\u007A\u002E","\u006F\u0067\u002E","\u006F\u0072\u002E","\u006C\u0072\u002E"],month_names_long:["\u0075\u0072\u0074\u0061\u0072\u0072\u0069\u006C\u0061","\u006F\u0074\u0073\u0061\u0069\u006C\u0061","\u006D\u0061\u0072\u0074\u0078\u006F\u0061","\u0061\u0070\u0069\u0072\u0069\u006C\u0061","\u006D\u0061\u0069\u0061\u0074\u007A\u0061","\u0065\u006B\u0061\u0069\u006E\u0061","\u0075\u007A\u0074\u0061\u0069\u006C\u0061","\u0061\u0062\u0075\u007A\u0074\u0075\u0061","\u0069\u0072\u0061\u0069\u006C\u0061","\u0075\u0072\u0072\u0069\u0061","\u0061\u007A\u0061\u0072\u006F\u0061","\u0061\u0062\u0065\u006E\u0064\u0075\u0061"],month_names_short:["\u0075\u0072\u0074","\u006F\u0074\u0073","\u006D\u0061\u0072","\u0061\u0070\u0069","\u006D\u0061\u0069","\u0065\u006B\u0061","\u0075\u007A\u0074","\u0061\u0062\u0075","\u0069\u0072\u0061","\u0075\u0072\u0072","\u0061\u007A\u0061","\u0061\u0062\u0065"],month_names_narrow:["\u0075\u0072\u0074","\u006F\u0074\u0073","\u006D\u0061\u0072","\u0061\u0070\u0069","\u006D\u0061\u0069","\u0065\u006B\u0061","\u0075\u007A\u0074","\u0061\u0062\u0075","\u0069\u0072\u0061","\u0075\u0072\u0072","\u0061\u007A\u0061","\u0061\u0062\u0065"],ampm:["",""],date_format:"\u0025\u0061\u002C\u0020\u0025\u0059\u002E\u0065\u006B\u006F\u0020\u0025\u0062\u0072\u0065\u006E\u0020\u0025\u0064\u0061",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0079\u002D\u0025\u006D\u002D\u0025\u0064\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0059\u002E\u0065\u006B\u006F\u0020\u0025\u0042\u0020\u0025\u0065",shortdate_format:"\u0025\u0059\u002F\u0025\u006D\u002F\u0025\u0064",direction:"ltr"};}return nexacro.Locale.eu_ES;}break;case "fa":case "fa_IR":case "fa_ir":{if(!nexacro.Locale.fa_IR){nexacro.Locale.fa_IR={name:"fa_IR",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0049\u0052\u0052\u0020",currency_symbol:"\u0631\u06CC\u0627\u0644",mon_decimal_point:"\u066B",mon_thousands_sep:"\u066C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:0,frac_digits:0,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u06CC\u06A9\u0634\u0646\u0628\u0647","\u062F\u0648\u0634\u0646\u0628\u0647","\u0633\u0647\u200C\u0634\u0646\u0628\u0647","\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647","\u067E\u0646\u062C\u0634\u0646\u0628\u0647","\u062C\u0645\u0639\u0647","\u0634\u0646\u0628\u0647"],weekday_names_short:["\u06CC\u06A9\u0634\u0646\u0628\u0647","\u062F\u0648\u0634\u0646\u0628\u0647","\u0633\u0647\u200C\u0634\u0646\u0628\u0647","\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647","\u067E\u0646\u062C\u0634\u0646\u0628\u0647","\u062C\u0645\u0639\u0647","\u0634\u0646\u0628\u0647"],weekday_names_narrow:["\u06CC\u06A9\u0634\u0646\u0628\u0647","\u062F\u0648\u0634\u0646\u0628\u0647","\u0633\u0647\u200C\u0634\u0646\u0628\u0647","\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647","\u067E\u0646\u062C\u0634\u0646\u0628\u0647","\u062C\u0645\u0639\u0647","\u0634\u0646\u0628\u0647"],month_names_long:["\u0698\u0627\u0646\u0648\u06CC\u0647","\u0641\u0648\u0631\u06CC\u0647","\u0645\u0627\u0631\u0633","\u0622\u0648\u0631\u06CC\u0644","\u0645\u0647","\u0698\u0648\u0626\u0646","\u0698\u0648\u0626\u06CC\u0647","\u0627\u0648\u062A","\u0633\u067E\u062A\u0627\u0645\u0628\u0631","\u0627\u0643\u062A\u0628\u0631","\u0646\u0648\u0627\u0645\u0628\u0631","\u062F\u0633\u0627\u0645\u0628\u0631"],month_names_short:["\u0698\u0627\u0646\u0648\u06CC\u0647","\u0641\u0648\u0631\u06CC\u0647","\u0645\u0627\u0631\u0633","\u0622\u0648\u0631\u06CC\u0644","\u0645\u0647","\u0698\u0648\u0626\u0646","\u0698\u0648\u0626\u06CC\u0647","\u0627\u0648\u062A","\u0633\u067E\u062A\u0627\u0645\u0628\u0631","\u0627\u0643\u062A\u0628\u0631","\u0646\u0648\u0627\u0645\u0628\u0631","\u062F\u0633\u0627\u0645\u0628\u0631"],month_names_narrow:["\u0698\u0627\u0646\u0648\u06CC\u0647","\u0641\u0648\u0631\u06CC\u0647","\u0645\u0627\u0631\u0633","\u0622\u0648\u0631\u06CC\u0644","\u0645\u0647","\u0698\u0648\u0626\u0646","\u0698\u0648\u0626\u06CC\u0647","\u0627\u0648\u062A","\u0633\u067E\u062A\u0627\u0645\u0628\u0631","\u0627\u0643\u062A\u0628\u0631","\u0646\u0648\u0627\u0645\u0628\u0631","\u062F\u0633\u0627\u0645\u0628\u0631"],ampm:["",""],date_format:"\u0025\u004F\u0079\u002F\u0025\u004F\u006D\u002F\u0025\u004F\u0064",time_format:"\u0025\u004F\u0048\u003A\u0025\u004F\u004D\u003A\u0025\u004F\u0053",time_format_ampm:"",date_time_format:"\u202B\u0025\u0041\u0020\u0025\u004F\u0065\u0020\u0025\u0042\u0020\u0025\u004F\u0079\u060C\u0020\u0025\u004F\u0048\u003A\u0025\u004F\u004D\u003A\u0025\u004F\u0053\u202C",full_date_time_format:"\u202B\u0025\u0041\u0020\u0025\u004F\u0065\u0020\u0025\u0042\u0020\u0025\u004F\u0079\u060C\u0020\u0633\u0627\u0639\u062A\u0020\u0025\u004F\u0048\u003A\u0025\u004F\u004D\u003A\u0025\u004F\u0053\u0020\u0028\u0025\u005A\u0029\u202C",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"rtl"};}return nexacro.Locale.fa_IR;}break;case "fi":case "fi_FI":case "fi_fi":{if(!nexacro.Locale.fi_FI){nexacro.Locale.fi_FI={name:"fi_FI",decimal_point:"\u002C",thousands_sep:"\u00A0",grouping:[3,3],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:2,n_cs_precedes:0,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0073\u0075\u006E\u006E\u0075\u006E\u0074\u0061\u0069","\u006D\u0061\u0061\u006E\u0061\u006E\u0074\u0061\u0069","\u0074\u0069\u0069\u0073\u0074\u0061\u0069","\u006B\u0065\u0073\u006B\u0069\u0076\u0069\u0069\u006B\u006B\u006F","\u0074\u006F\u0072\u0073\u0074\u0061\u0069","\u0070\u0065\u0072\u006A\u0061\u006E\u0074\u0061\u0069","\u006C\u0061\u0075\u0061\u006E\u0074\u0061\u0069"],weekday_names_short:["\u0073\u0075","\u006D\u0061","\u0074\u0069","\u006B\u0065","\u0074\u006F","\u0070\u0065","\u006C\u0061"],weekday_names_narrow:["\u0073\u0075","\u006D\u0061","\u0074\u0069","\u006B\u0065","\u0074\u006F","\u0070\u0065","\u006C\u0061"],month_names_long:["\u0074\u0061\u006D\u006D\u0069\u006B\u0075\u0075","\u0068\u0065\u006C\u006D\u0069\u006B\u0075\u0075","\u006D\u0061\u0061\u006C\u0069\u0073\u006B\u0075\u0075","\u0068\u0075\u0068\u0074\u0069\u006B\u0075\u0075","\u0074\u006F\u0075\u006B\u006F\u006B\u0075\u0075","\u006B\u0065\u0073\u00E4\u006B\u0075\u0075","\u0068\u0065\u0069\u006E\u00E4\u006B\u0075\u0075","\u0065\u006C\u006F\u006B\u0075\u0075","\u0073\u0079\u0079\u0073\u006B\u0075\u0075","\u006C\u006F\u006B\u0061\u006B\u0075\u0075","\u006D\u0061\u0072\u0072\u0061\u0073\u006B\u0075\u0075","\u006A\u006F\u0075\u006C\u0075\u006B\u0075\u0075"],month_names_short:["\u0074\u0061\u006D\u006D\u0069\u00A0","\u0068\u0065\u006C\u006D\u0069\u00A0","\u006D\u0061\u0061\u006C\u0069\u0073","\u0068\u0075\u0068\u0074\u0069\u00A0","\u0074\u006F\u0075\u006B\u006F\u00A0","\u006B\u0065\u0073\u00E4\u00A0\u00A0","\u0068\u0065\u0069\u006E\u00E4\u00A0","\u0065\u006C\u006F\u00A0\u00A0\u00A0","\u0073\u0079\u0079\u0073\u00A0\u00A0","\u006C\u006F\u006B\u0061\u00A0\u00A0","\u006D\u0061\u0072\u0072\u0061\u0073","\u006A\u006F\u0075\u006C\u0075\u00A0"],month_names_narrow:["\u0074\u0061\u006D\u006D\u0069\u00A0","\u0068\u0065\u006C\u006D\u0069\u00A0","\u006D\u0061\u0061\u006C\u0069\u0073","\u0068\u0075\u0068\u0074\u0069\u00A0","\u0074\u006F\u0075\u006B\u006F\u00A0","\u006B\u0065\u0073\u00E4\u00A0\u00A0","\u0068\u0065\u0069\u006E\u00E4\u00A0","\u0065\u006C\u006F\u00A0\u00A0\u00A0","\u0073\u0079\u0079\u0073\u00A0\u00A0","\u006C\u006F\u006B\u0061\u00A0\u00A0","\u006D\u0061\u0072\u0072\u0061\u0073","\u006A\u006F\u0075\u006C\u0075\u00A0"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0065\u002E\u0020\u0025\u0042\u0074\u0061\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u0020\u0025\u002D\u0064\u002E\u0025\u002D\u006D\u002E\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u007A",first_weekday:1,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002E\u0025\u006E\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.fi_FI;}break;case "fo":case "fo_FO":case "fo_fo":{if(!nexacro.Locale.fo_FO){nexacro.Locale.fo_FO={name:"fo_FO",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0044\u004B\u004B\u0020",currency_symbol:"\u006B\u0072\u002E",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:2,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0073\u0075\u006E\u006E\u0075\u0064\u0061\u0067\u0075\u0072","\u006D\u00E1\u006E\u0061\u0064\u0061\u0067\u0075\u0072","\u0074\u00FD\u0073\u0064\u0061\u0067\u0075\u0072","\u006D\u0069\u006B\u0075\u0064\u0061\u0067\u0075\u0072","\u0068\u00F3\u0073\u0064\u0061\u0067\u0075\u0072","\u0066\u0072\u00ED\u0067\u0067\u006A\u0061\u0064\u0061\u0067\u0075\u0072","\u006C\u0065\u0079\u0067\u0061\u0072\u0064\u0061\u0067\u0075\u0072"],weekday_names_short:["\u0073\u0075\u006E","\u006D\u00E1\u006E","\u0074\u00FD\u0073","\u006D\u0069\u006B","\u0068\u00F3\u0073","\u0066\u0072\u00ED","\u006C\u0065\u0079"],weekday_names_narrow:["\u0073\u0075\u006E","\u006D\u00E1\u006E","\u0074\u00FD\u0073","\u006D\u0069\u006B","\u0068\u00F3\u0073","\u0066\u0072\u00ED","\u006C\u0065\u0079"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072","\u0066\u0065\u0062\u0072\u0075\u0061\u0072","\u006D\u0061\u0072\u0073","\u0061\u0070\u0072\u00ED\u006C","\u006D\u0061\u0069","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002D\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.fo_FO;}break;case "fr_BE":case "fr_be":{if(!nexacro.Locale.fr_BE){nexacro.Locale.fr_BE={name:"fr_BE",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0064\u0069\u006D\u0061\u006E\u0063\u0068\u0065","\u006C\u0075\u006E\u0064\u0069","\u006D\u0061\u0072\u0064\u0069","\u006D\u0065\u0072\u0063\u0072\u0065\u0064\u0069","\u006A\u0065\u0075\u0064\u0069","\u0076\u0065\u006E\u0064\u0072\u0065\u0064\u0069","\u0073\u0061\u006D\u0065\u0064\u0069"],weekday_names_short:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],weekday_names_narrow:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],month_names_long:["\u006A\u0061\u006E\u0076\u0069\u0065\u0072","\u0066\u00E9\u0076\u0072\u0069\u0065\u0072","\u006D\u0061\u0072\u0073","\u0061\u0076\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u0069\u006E","\u006A\u0075\u0069\u006C\u006C\u0065\u0074","\u0061\u006F\u00FB\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u00E9\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.fr_BE;}break;case "fr_CA":case "fr_ca":{if(!nexacro.Locale.fr_CA){nexacro.Locale.fr_CA={name:"fr_CA",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[0,0],int_curr_symbol:"\u0043\u0041\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u0069\u006D\u0061\u006E\u0063\u0068\u0065","\u006C\u0075\u006E\u0064\u0069","\u006D\u0061\u0072\u0064\u0069","\u006D\u0065\u0072\u0063\u0072\u0065\u0064\u0069","\u006A\u0065\u0075\u0064\u0069","\u0076\u0065\u006E\u0064\u0072\u0065\u0064\u0069","\u0073\u0061\u006D\u0065\u0064\u0069"],weekday_names_short:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],weekday_names_narrow:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],month_names_long:["\u006A\u0061\u006E\u0076\u0069\u0065\u0072","\u0066\u00E9\u0076\u0072\u0069\u0065\u0072","\u006D\u0061\u0072\u0073","\u0061\u0076\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u0069\u006E","\u006A\u0075\u0069\u006C\u006C\u0065\u0074","\u0061\u006F\u00FB\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u00E9\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",direction:"ltr"};}return nexacro.Locale.fr_CA;}break;case "fr_CH":case "fr_ch":{if(!nexacro.Locale.fr_CH){nexacro.Locale.fr_CH={name:"fr_CH",decimal_point:"\u002E",thousands_sep:"\u0027",grouping:[0,0],int_curr_symbol:"\u0043\u0048\u0046\u0020",currency_symbol:"\u0066\u0072\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0027",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0064\u0069\u006D\u0061\u006E\u0063\u0068\u0065","\u006C\u0075\u006E\u0064\u0069","\u006D\u0061\u0072\u0064\u0069","\u006D\u0065\u0072\u0063\u0072\u0065\u0064\u0069","\u006A\u0065\u0075\u0064\u0069","\u0076\u0065\u006E\u0064\u0072\u0065\u0064\u0069","\u0073\u0061\u006D\u0065\u0064\u0069"],weekday_names_short:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],weekday_names_narrow:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],month_names_long:["\u006A\u0061\u006E\u0076\u0069\u0065\u0072","\u0066\u00E9\u0076\u0072\u0069\u0065\u0072","\u006D\u0061\u0072\u0073","\u0061\u0076\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u0069\u006E","\u006A\u0075\u0069\u006C\u006C\u0065\u0074","\u0061\u006F\u00FB\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u00E9\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0020\u0025\u006D\u002E\u0020\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.fr_CH;}break;case "fr":case "fr_FR":case "fr_fr":{if(!nexacro.Locale.fr_FR){nexacro.Locale.fr_FR={name:"fr_FR",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0069\u006D\u0061\u006E\u0063\u0068\u0065","\u006C\u0075\u006E\u0064\u0069","\u006D\u0061\u0072\u0064\u0069","\u006D\u0065\u0072\u0063\u0072\u0065\u0064\u0069","\u006A\u0065\u0075\u0064\u0069","\u0076\u0065\u006E\u0064\u0072\u0065\u0064\u0069","\u0073\u0061\u006D\u0065\u0064\u0069"],weekday_names_short:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],weekday_names_narrow:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],month_names_long:["\u006A\u0061\u006E\u0076\u0069\u0065\u0072","\u0066\u00E9\u0076\u0072\u0069\u0065\u0072","\u006D\u0061\u0072\u0073","\u0061\u0076\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u0069\u006E","\u006A\u0075\u0069\u006C\u006C\u0065\u0074","\u0061\u006F\u00FB\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u00E9\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.fr_FR;}break;case "fr_LU":case "fr_lu":{if(!nexacro.Locale.fr_LU){nexacro.Locale.fr_LU={name:"fr_LU",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0069\u006D\u0061\u006E\u0063\u0068\u0065","\u006C\u0075\u006E\u0064\u0069","\u006D\u0061\u0072\u0064\u0069","\u006D\u0065\u0072\u0063\u0072\u0065\u0064\u0069","\u006A\u0065\u0075\u0064\u0069","\u0076\u0065\u006E\u0064\u0072\u0065\u0064\u0069","\u0073\u0061\u006D\u0065\u0064\u0069"],weekday_names_short:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],weekday_names_narrow:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],month_names_long:["\u006A\u0061\u006E\u0076\u0069\u0065\u0072","\u0066\u00E9\u0076\u0072\u0069\u0065\u0072","\u006D\u0061\u0072\u0073","\u0061\u0076\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u0069\u006E","\u006A\u0075\u0069\u006C\u006C\u0065\u0074","\u0061\u006F\u00FB\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u00E9\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.fr_LU;}break;case "fy":case "fy_NL":case "fy_nl":{if(!nexacro.Locale.fy_NL){nexacro.Locale.fy_NL={name:"fy_NL",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0053\u006E\u0065\u0069\u006E","\u004D\u006F\u0061\u006E\u0064\u0065\u0069","\u0054\u0069\u0069\u0073\u0064\u0065\u0069","\u0057\u006F\u0061\u006E\u0073\u0064\u0065\u0069","\u0054\u006F\u006E\u0067\u0065\u0072\u0073\u0064\u0065\u0069","\u0046\u0072\u0065\u0065\u0064","\u0053\u006E\u0065\u006F\u006E"],weekday_names_short:["\u0053\u006E","\u004D\u006F","\u0054\u0069","\u0057\u006F","\u0054\u006F","\u0046\u0072","\u0053\u006E"],weekday_names_narrow:["\u0053\u006E","\u004D\u006F","\u0054\u0069","\u0057\u006F","\u0054\u006F","\u0046\u0072","\u0053\u006E"],month_names_long:["\u004A\u0061\u006E\u0061\u0072\u0069\u0073","\u0046\u0065\u0062\u0072\u0065\u0077\u0061\u0072\u0069\u0073","\u004D\u0061\u0061\u0072\u0074","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0061\u0069\u0065","\u004A\u0075\u006E\u0079","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074\u0075\u0073","\u0053\u0065\u0070\u0074\u0069\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0069\u006D\u0062\u0065\u0072","\u0044\u0065\u0073\u0069\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0061","\u0041\u0070\u0072","\u004D\u0061\u0061","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0073"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0061","\u0041\u0070\u0072","\u004D\u0061\u0061","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.fy_NL;}break;case "ga":case "ga_IE":case "ga_ie":{if(!nexacro.Locale.ga_IE){nexacro.Locale.ga_IE={name:"ga_IE",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0044\u00E9\u0020\u0044\u006F\u006D\u0068\u006E\u0061\u0069\u0067\u0068","\u0044\u00E9\u0020\u004C\u0075\u0061\u0069\u006E","\u0044\u00E9\u0020\u004D\u00E1\u0069\u0072\u0074","\u0044\u00E9\u0020\u0043\u00E9\u0061\u0064\u0061\u006F\u0069\u006E","\u0044\u00E9\u0061\u0072\u0064\u0061\u006F\u0069\u006E","\u0044\u00E9\u0020\u0068\u0041\u006F\u0069\u006E\u0065","\u0044\u00E9\u0020\u0053\u0061\u0074\u0068\u0061\u0069\u0072\u006E"],weekday_names_short:["\u0044\u006F\u006D\u0068","\u004C\u0075\u0061\u006E","\u004D\u00E1\u0069\u0072\u0074","\u0043\u00E9\u0061\u0064","\u0044\u00E9\u0061\u0072","\u0041\u006F\u0069\u006E\u0065","\u0053\u0061\u0074\u0068"],weekday_names_narrow:["\u0044\u006F\u006D\u0068","\u004C\u0075\u0061\u006E","\u004D\u00E1\u0069\u0072\u0074","\u0043\u00E9\u0061\u0064","\u0044\u00E9\u0061\u0072","\u0041\u006F\u0069\u006E\u0065","\u0053\u0061\u0074\u0068"],month_names_long:["\u0045\u0061\u006E\u00E1\u0069\u0072","\u0046\u0065\u0061\u0062\u0068\u0072\u0061","\u004D\u00E1\u0072\u0074\u0061","\u0041\u0069\u0062\u0072\u0065\u00E1\u006E","\u004D\u00ED\u0020\u006E\u0061\u0020\u0042\u0065\u0061\u006C\u0074\u0061\u0069\u006E\u0065","\u004D\u0065\u0069\u0074\u0068","\u0049\u00FA\u0069\u006C","\u004C\u00FA\u006E\u0061\u0073\u0061","\u004D\u0065\u00E1\u006E\u0020\u0046\u00F3\u006D\u0068\u0061\u0069\u0072","\u0044\u0065\u0069\u0072\u0065\u0061\u0064\u0068\u0020\u0046\u00F3\u006D\u0068\u0061\u0069\u0072","\u004D\u00ED\u0020\u006E\u0061\u0020\u0053\u0061\u006D\u0068\u006E\u0061","\u004D\u00ED\u0020\u006E\u0061\u0020\u004E\u006F\u006C\u006C\u0061\u0067"],month_names_short:["\u0045\u0061\u006E","\u0046\u0065\u0061\u0062\u0068","\u004D\u00E1\u0072\u0074\u0061","\u0041\u0069\u0062","\u0042\u0065\u0061\u006C","\u004D\u0065\u0069\u0074\u0068","\u0049\u00FA\u0069\u006C","\u004C\u00FA\u006E","\u004D\u0046\u00F3\u006D\u0068","\u0044\u0046\u00F3\u006D\u0068","\u0053\u0061\u006D\u0068","\u004E\u006F\u006C\u006C"],month_names_narrow:["\u0045\u0061\u006E","\u0046\u0065\u0061\u0062\u0068","\u004D\u00E1\u0072\u0074\u0061","\u0041\u0069\u0062","\u0042\u0065\u0061\u006C","\u004D\u0065\u0069\u0074\u0068","\u0049\u00FA\u0069\u006C","\u004C\u00FA\u006E","\u004D\u0046\u00F3\u006D\u0068","\u0044\u0046\u00F3\u006D\u0068","\u0053\u0061\u006D\u0068","\u004E\u006F\u006C\u006C"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ga_IE;}break;case "gd":case "gd_GB":case "gd_gb":{if(!nexacro.Locale.gd_GB){nexacro.Locale.gd_GB={name:"gd_GB",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0047\u0042\u0050\u0020",currency_symbol:"\u00A3",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0044\u0069\u0064\u00F2\u006D\u0068\u006E\u0061\u0069\u0063\u0068","\u0044\u0069\u006C\u0075\u0061\u0069\u006E","\u0044\u0069\u006D\u00E0\u0069\u0072\u0074","\u0044\u0069\u0063\u0069\u0061\u0064\u0061\u0069\u006E","\u0044\u0069\u0061\u0072\u0064\u0061\u006F\u0069\u006E","\u0044\u0069\u0068\u0061\u006F\u0069\u006E\u0065","\u0044\u0069\u0073\u0061\u0074\u0068\u0061\u0069\u0072\u006E\u0065"],weekday_names_short:["\u0044\u0069\u0064\u006F","\u0044\u0069\u006C\u0075","\u0044\u0069\u006D","\u0044\u0069\u0063","\u0044\u0069\u0061\u0072","\u0044\u0069\u0068\u0061","\u0044\u0069\u0073\u0061"],weekday_names_narrow:["\u0044\u0069\u0064\u006F","\u0044\u0069\u006C\u0075","\u0044\u0069\u006D","\u0044\u0069\u0063","\u0044\u0069\u0061\u0072","\u0044\u0069\u0068\u0061","\u0044\u0069\u0073\u0061"],month_names_long:["\u0041\u006D\u0020\u0046\u0061\u006F\u0069\u006C\u0074\u0065\u0061\u0063\u0068","\u0041\u006E\u0020\u0047\u0065\u0061\u0072\u0072\u0061\u006E","\u0041\u006D\u0020\u004D\u00E0\u0072\u0074","\u0041\u006E\u0020\u0047\u0069\u0062\u006C\u0065\u0061\u006E","\u0041\u0027\u0020\u004D\u0068\u00E0\u0069\u0067\u0068","\u0041\u006E\u0020\u0074\u002D\u004D\u0068\u00EC\u006F\u0073","\u0041\u006E\u0020\u0074\u002D\u006C\u0075\u0063\u0068\u0061\u0072","\u0041\u006E\u0020\u004C\u00F9\u006E\u0061\u0073\u0064\u0061\u006C","\u0041\u006E\u0020\u0074\u002D\u0053\u0075\u006C\u0074\u0061\u0069\u006E","\u0041\u006E\u0020\u0044\u0061\u006D\u0068\u0061\u0069\u0072","\u0041\u006E\u0020\u0074\u002D\u0053\u0061\u006D\u0068\u0061\u0069\u006E","\u0041\u006E\u0020\u0044\u00F9\u0062\u0068\u006C\u0061\u0063\u0068\u0064"],month_names_short:["\u0046\u0061\u006F","\u0047\u0065\u0061","\u004D\u00E0\u0072","\u0047\u0069\u0062","\u004D\u0068\u00E0","\u004F\u0067\u004D","\u006C\u0075\u0063","\u004C\u00F9\u006E","\u0053\u0075\u006C","\u0044\u0061\u006D","\u0053\u0061\u006D","\u0044\u00F9\u0062"],month_names_narrow:["\u0046\u0061\u006F","\u0047\u0065\u0061","\u004D\u00E0\u0072","\u0047\u0069\u0062","\u004D\u0068\u00E0","\u004F\u0067\u004D","\u006C\u0075\u0063","\u004C\u00F9\u006E","\u0053\u0075\u006C","\u0044\u0061\u006D","\u0053\u0061\u006D","\u0044\u00F9\u0062"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.gd_GB;}break;case "gl":case "gl_ES":case "gl_es":{if(!nexacro.Locale.gl_ES){nexacro.Locale.gl_ES={name:"gl_ES",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0044\u006F\u006D\u0069\u006E\u0067\u006F","\u004C\u0075\u006E\u0073","\u004D\u0061\u0072\u0074\u0065\u0073","\u004D\u00E9\u0072\u0063\u006F\u0072\u0065\u0073","\u0058\u006F\u0076\u0065\u0073","\u0056\u0065\u006E\u0072\u0065\u0073","\u0053\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0044\u006F\u006D","\u004C\u0075\u006E","\u004D\u0061\u0072","\u004D\u00E9\u0072","\u0058\u006F\u0076","\u0056\u0065\u006E","\u0053\u00E1\u0062"],weekday_names_narrow:["\u0044\u006F\u006D","\u004C\u0075\u006E","\u004D\u0061\u0072","\u004D\u00E9\u0072","\u0058\u006F\u0076","\u0056\u0065\u006E","\u0053\u00E1\u0062"],month_names_long:["\u0058\u0061\u006E\u0065\u0069\u0072\u006F","\u0046\u0065\u0062\u0072\u0065\u0069\u0072\u006F","\u004D\u0061\u0072\u007A\u006F","\u0041\u0062\u0072\u0069\u006C","\u004D\u0061\u0069\u006F","\u0058\u0075\u00F1\u006F","\u0058\u0075\u006C\u006C\u006F","\u0041\u0067\u006F\u0073\u0074\u006F","\u0053\u0065\u0074\u0065\u006D\u0062\u0072\u006F","\u004F\u0075\u0074\u0075\u0062\u0072\u006F","\u004E\u006F\u0076\u0065\u006D\u0062\u0072\u006F","\u0044\u0065\u0063\u0065\u006D\u0062\u0072\u006F"],month_names_short:["\u0058\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0062\u0072","\u004D\u0061\u0069","\u0058\u0075\u00F1","\u0058\u0075\u006C","\u0041\u0067\u006F","\u0053\u0065\u0074","\u004F\u0075\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u0058\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0062\u0072","\u004D\u0061\u0069","\u0058\u0075\u00F1","\u0058\u0075\u006C","\u0041\u0067\u006F","\u0053\u0065\u0074","\u004F\u0075\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.gl_ES;}break;case "gu":case "gu_IN":case "gu_in":{if(!nexacro.Locale.gu_IN){nexacro.Locale.gu_IN={name:"gu_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0AB0\u0AC2",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0AB0\u0AB5\u0ABF\u0AB5\u0ABE\u0AB0","\u0AB8\u0ACB\u0AAE\u0AB5\u0ABE\u0AB0","\u0AAE\u0A82\u0A97\u0AB3\u0AB5\u0ABE\u0AB0","\u0AAC\u0AC1\u0AA7\u0AB5\u0ABE\u0AB0","\u0A97\u0AC1\u0AB0\u0AC1\u0AB5\u0ABE\u0AB0","\u0AB6\u0AC1\u0A95\u0ACD\u0AB0\u0AB5\u0ABE\u0AB0","\u0AB6\u0AA8\u0ABF\u0AB5\u0ABE\u0AB0"],weekday_names_short:["\u0AB0\u0AB5\u0ABF","\u0AB8\u0ACB\u0AAE","\u0AAE\u0A82\u0A97\u0AB3","\u0AAC\u0AC1\u0AA7","\u0A97\u0AC1\u0AB0\u0AC1","\u0AB6\u0AC1\u0A95\u0ACD\u0AB0","\u0AB6\u0AA8\u0ABF"],weekday_names_narrow:["\u0AB0\u0AB5\u0ABF","\u0AB8\u0ACB\u0AAE","\u0AAE\u0A82\u0A97\u0AB3","\u0AAC\u0AC1\u0AA7","\u0A97\u0AC1\u0AB0\u0AC1","\u0AB6\u0AC1\u0A95\u0ACD\u0AB0","\u0AB6\u0AA8\u0ABF"],month_names_long:["\u0A9C\u0ABE\u0AA8\u0ACD\u0AAF\u0AC1\u0A86\u0AB0\u0AC0","\u0AAB\u0AC7\u0AAC\u0ACD\u0AB0\u0AC1\u0A86\u0AB0\u0AC0","\u0AAE\u0ABE\u0AB0\u0ACD\u0A9A","\u0A8F\u0AAA\u0ACD\u0AB0\u0ABF\u0AB2","\u0AAE\u0AC7","\u0A9C\u0AC1\u0AA8","\u0A9C\u0AC1\u0AB2\u0ABE\u0A87","\u0A93\u0A97\u0AB8\u0ACD\u0A9F","\u0AB8\u0AAA\u0ACD\u0A9F\u0AC7\u0AAE\u0ACD\u0AAC\u0AB0","\u0A93\u0A95\u0ACD\u0A9F\u0ACB\u0AAC\u0AB0","\u0AA8\u0AB5\u0AC7\u0AAE\u0ACD\u0AAC\u0AB0","\u0AA1\u0ABF\u0AB8\u0AC7\u0AAE\u0ACD\u0AAC\u0AB0"],month_names_short:["\u0A9C\u0ABE\u0AA8","\u0AAB\u0AC7\u0AAC","\u0AAE\u0ABE\u0AB0","\u0A8F\u0AAA\u0ACD\u0AB0","\u0AAE\u0AC7","\u0A9C\u0AC1\u0AA8","\u0A9C\u0AC1\u0AB2","\u0A93\u0A97","\u0AB8\u0AAA\u0ACD\u0A9F","\u0A93\u0A95\u0ACD\u0A9F","\u0AA8\u0ACB\u0AB5","\u0AA1\u0ABF\u0AB8"],month_names_narrow:["\u0A9C\u0ABE\u0AA8","\u0AAB\u0AC7\u0AAC","\u0AAE\u0ABE\u0AB0","\u0A8F\u0AAA\u0ACD\u0AB0","\u0AAE\u0AC7","\u0A9C\u0AC1\u0AA8","\u0A9C\u0AC1\u0AB2","\u0A93\u0A97","\u0AB8\u0AAA\u0ACD\u0A9F","\u0A93\u0A95\u0ACD\u0A9F","\u0AA8\u0ACB\u0AB5","\u0AA1\u0ABF\u0AB8"],ampm:["\u0AB8\u0AB5\u0ABE\u0AB0\u0AC7","\u0AB8\u0ABE\u0A82\u0A9C\u0AC7"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",direction:"ltr"};}return nexacro.Locale.gu_IN;}break;case "gv":case "gv_GB":case "gv_gb":{if(!nexacro.Locale.gv_GB){nexacro.Locale.gv_GB={name:"gv_GB",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0047\u0042\u0050\u0020",currency_symbol:"\u00A3",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u004A\u0065\u0064\u006F\u006F\u006E\u0065\u0065","\u004A\u0065\u006C\u0068\u0065\u0069\u006E","\u004A\u0065\u006D\u0061\u0079\u0072\u0074","\u004A\u0065\u0072\u0063\u0065\u0061\u006E","\u004A\u0065\u0072\u0064\u0065\u0069\u006E","\u004A\u0065\u0068\u0065\u0069\u006E\u0065\u0079","\u004A\u0065\u0073\u0061\u0072\u006E"],weekday_names_short:["\u004A\u0065\u0064","\u004A\u0065\u006C","\u004A\u0065\u006D","\u004A\u0065\u0072\u0063","\u004A\u0065\u0072\u0064","\u004A\u0065\u0068","\u004A\u0065\u0073"],weekday_names_narrow:["\u004A\u0065\u0064","\u004A\u0065\u006C","\u004A\u0065\u006D","\u004A\u0065\u0072\u0063","\u004A\u0065\u0072\u0064","\u004A\u0065\u0068","\u004A\u0065\u0073"],month_names_long:["\u004A\u0065\u0072\u0072\u0065\u0079\u002D\u0067\u0065\u0075\u0072\u0065\u0065","\u0054\u006F\u0073\u0068\u0069\u0061\u0067\u0068\u0074\u002D\u0061\u0072\u0072\u0065\u0065","\u004D\u0061\u0079\u0072\u006E\u0074","\u0041\u0076\u0065\u0072\u0069\u006C","\u0042\u006F\u0061\u006C\u0064\u0079\u006E","\u004D\u0065\u0061\u006E\u002D\u0073\u006F\u0075\u0072\u0065\u0065","\u004A\u0065\u0072\u0072\u0065\u0079\u002D\u0073\u006F\u0075\u0072\u0065\u0065","\u004C\u0075\u0061\u006E\u0069\u0073\u0074\u0079\u006E","\u004D\u0065\u0061\u006E\u002D\u0066\u006F\u0075\u0079\u0069\u0072","\u004A\u0065\u0072\u0072\u0065\u0079\u002D\u0066\u006F\u0075\u0079\u0069\u0072","\u004D\u0065\u0065\u0020\u0048\u006F\u0075\u006E\u0065\u0079","\u004D\u0065\u0065\u0020\u006E\u0079\u0020\u004E\u006F\u006C\u006C\u0069\u0063\u006B"],month_names_short:["\u004A\u002D\u0067\u0075\u0065\u0072","\u0054\u002D\u0061\u0072\u0072\u0065\u0065","\u004D\u0061\u0079\u0072\u006E\u0074","\u0041\u0076\u0072\u0072\u0069\u006C","\u0042\u006F\u0061\u006C\u0064\u0079\u006E","\u004D\u002D\u0073\u006F\u0075\u0072\u0065\u0065","\u004A\u002D\u0073\u006F\u0075\u0072\u0065\u0065","\u004C\u0075\u0061\u006E\u0069\u0073\u0074\u0079\u006E","\u004D\u002D\u0066\u006F\u0075\u0079\u0069\u0072","\u004A\u002D\u0066\u006F\u0075\u0079\u0069\u0072","\u004D\u002E\u0048\u006F\u0075\u006E\u0065\u0079","\u004D\u002E\u004E\u006F\u006C\u006C\u0069\u0063\u006B"],month_names_narrow:["\u004A\u002D\u0067\u0075\u0065\u0072","\u0054\u002D\u0061\u0072\u0072\u0065\u0065","\u004D\u0061\u0079\u0072\u006E\u0074","\u0041\u0076\u0072\u0072\u0069\u006C","\u0042\u006F\u0061\u006C\u0064\u0079\u006E","\u004D\u002D\u0073\u006F\u0075\u0072\u0065\u0065","\u004A\u002D\u0073\u006F\u0075\u0072\u0065\u0065","\u004C\u0075\u0061\u006E\u0069\u0073\u0074\u0079\u006E","\u004D\u002D\u0066\u006F\u0075\u0079\u0069\u0072","\u004A\u002D\u0066\u006F\u0075\u0079\u0069\u0072","\u004D\u002E\u0048\u006F\u0075\u006E\u0065\u0079","\u004D\u002E\u004E\u006F\u006C\u006C\u0069\u0063\u006B"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.gv_GB;}break;case "he":case "he_IL":case "he_il":{if(!nexacro.Locale.he_IL){nexacro.Locale.he_IL={name:"he_IL",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0049\u004C\u0053\u0020",currency_symbol:"\u20AA",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:2,n_sign_posn:2,mon_n_sign_posn:4,weekday_names_long:["\u05E8\u05D0\u05E9\u05D5\u05DF","\u05E9\u05E0\u05D9","\u05E9\u05DC\u05D9\u05E9\u05D9","\u05E8\u05D1\u05D9\u05E2\u05D9","\u05D7\u05DE\u05D9\u05E9\u05D9","\u05E9\u05D9\u05E9\u05D9","\u05E9\u05D1\u05EA"],weekday_names_short:["\u05D0\u0027","\u05D1\u0027","\u05D2\u0027","\u05D3\u0027","\u05D4\u0027","\u05D5\u0027","\u05E9\u0027"],weekday_names_narrow:["\u05D0\u0027","\u05D1\u0027","\u05D2\u0027","\u05D3\u0027","\u05D4\u0027","\u05D5\u0027","\u05E9\u0027"],month_names_long:["\u05D9\u05E0\u05D5\u05D0\u05E8","\u05E4\u05D1\u05E8\u05D5\u05D0\u05E8","\u05DE\u05E8\u05E5","\u05D0\u05E4\u05E8\u05D9\u05DC","\u05DE\u05D0\u05D9","\u05D9\u05D5\u05E0\u05D9","\u05D9\u05D5\u05DC\u05D9","\u05D0\u05D5\u05D2\u05D5\u05E1\u05D8","\u05E1\u05E4\u05D8\u05DE\u05D1\u05E8","\u05D0\u05D5\u05E7\u05D8\u05D5\u05D1\u05E8","\u05E0\u05D5\u05D1\u05DE\u05D1\u05E8","\u05D3\u05E6\u05DE\u05D1\u05E8"],month_names_short:["\u05D9\u05E0\u05D5","\u05E4\u05D1\u05E8","\u05DE\u05E8\u05E5","\u05D0\u05E4\u05E8","\u05DE\u05D0\u05D9","\u05D9\u05D5\u05E0","\u05D9\u05D5\u05DC","\u05D0\u05D5\u05D2","\u05E1\u05E4\u05D8","\u05D0\u05D5\u05E7","\u05E0\u05D5\u05D1","\u05D3\u05E6\u05DE"],month_names_narrow:["\u05D9\u05E0\u05D5","\u05E4\u05D1\u05E8","\u05DE\u05E8\u05E5","\u05D0\u05E4\u05E8","\u05DE\u05D0\u05D9","\u05D9\u05D5\u05E0","\u05D9\u05D5\u05DC","\u05D0\u05D5\u05D2","\u05E1\u05E4\u05D8","\u05D0\u05D5\u05E7","\u05E0\u05D5\u05D1","\u05D3\u05E6\u05DE"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0050",date_time_format:"\u0025\u005A\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0059\u0020\u0025\u0062\u0020\u0025\u0064\u0020\u0025\u0061",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.he_IL;}break;case "hi":case "hi_IN":case "hi_in":{if(!nexacro.Locale.hi_IN){nexacro.Locale.hi_IN={name:"hi_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0930\u0942",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0930\u0935\u093F\u0935\u093E\u0930\u0020","\u0938\u094B\u092E\u0935\u093E\u0930\u0020","\u092E\u0902\u0917\u0932\u0935\u093E\u0930\u0020","\u092C\u0941\u0927\u0935\u093E\u0930\u0020","\u0917\u0941\u0930\u0941\u0935\u093E\u0930\u0020","\u0936\u0941\u0915\u094D\u0930\u0935\u093E\u0930\u0020","\u0936\u0928\u093F\u0935\u093E\u0930\u0020"],weekday_names_short:["\u0930\u0935\u093F\u0020","\u0938\u094B\u092E\u0020","\u092E\u0902\u0917\u0932\u0020","\u092C\u0941\u0927\u0020","\u0917\u0941\u0930\u0941\u0020","\u0936\u0941\u0915\u094D\u0930\u0020","\u0936\u0928\u093F\u0020"],weekday_names_narrow:["\u0930\u0935\u093F\u0020","\u0938\u094B\u092E\u0020","\u092E\u0902\u0917\u0932\u0020","\u092C\u0941\u0927\u0020","\u0917\u0941\u0930\u0941\u0020","\u0936\u0941\u0915\u094D\u0930\u0020","\u0936\u0928\u093F\u0020"],month_names_long:["\u091C\u0928\u0935\u0930\u0940","\u092B\u093C\u0930\u0935\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u0905\u092A\u094D\u0930\u0947\u0932","\u092E\u0908","\u091C\u0942\u0928","\u091C\u0941\u0932\u093E\u0908","\u0905\u0917\u0938\u094D\u0924","\u0938\u093F\u0924\u092E\u094D\u092C\u0930","\u0905\u0915\u094D\u091F\u0942\u092C\u0930","\u0928\u0935\u092E\u094D\u092C\u0930","\u0926\u093F\u0938\u092E\u094D\u092C\u0930"],month_names_short:["\u091C\u0928\u0935\u0930\u0940","\u092B\u093C\u0930\u0935\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u0905\u092A\u094D\u0930\u0947\u0932","\u092E\u0908","\u091C\u0942\u0928","\u091C\u0941\u0932\u093E\u0908","\u0905\u0917\u0938\u094D\u0924","\u0938\u093F\u0924\u092E\u094D\u092C\u0930","\u0905\u0915\u094D\u091F\u0942\u092C\u0930","\u0928\u0935\u092E\u094D\u092C\u0930","\u0926\u093F\u0938\u092E\u094D\u092C\u0930"],month_names_narrow:["\u091C\u0928\u0935\u0930\u0940","\u092B\u093C\u0930\u0935\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u0905\u092A\u094D\u0930\u0947\u0932","\u092E\u0908","\u091C\u0942\u0928","\u091C\u0941\u0932\u093E\u0908","\u0905\u0917\u0938\u094D\u0924","\u0938\u093F\u0924\u092E\u094D\u092C\u0930","\u0905\u0915\u094D\u091F\u0942\u092C\u0930","\u0928\u0935\u092E\u094D\u092C\u0930","\u0926\u093F\u0938\u092E\u094D\u092C\u0930"],ampm:["\u092A\u0942\u0930\u094D\u0935\u093E\u0939\u094D\u0928","\u0905\u092A\u0930\u093E\u0939\u094D\u0928"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.hi_IN;}break;case "hr":case "hr_HR":case "hr_hr":{if(!nexacro.Locale.hr_HR){nexacro.Locale.hr_HR={name:"hr_HR",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0048\u0052\u004B\u0020",currency_symbol:"\u004B\u006E",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u004E\u0065\u0064\u006A\u0065\u006C\u006A\u0061","\u0050\u006F\u006E\u0065\u0064\u006A\u0065\u006C\u006A\u0061\u006B","\u0055\u0074\u006F\u0072\u0061\u006B","\u0053\u0072\u0069\u006A\u0065\u0064\u0061","\u010C\u0065\u0074\u0076\u0072\u0074\u0061\u006B","\u0050\u0065\u0074\u0061\u006B","\u0053\u0075\u0062\u006F\u0074\u0061"],weekday_names_short:["\u004E\u0065\u0064","\u0050\u006F\u006E","\u0055\u0074\u006F","\u0053\u0072\u0069","\u010C\u0065\u0074","\u0050\u0065\u0074","\u0053\u0075\u0062"],weekday_names_narrow:["\u004E\u0065\u0064","\u0050\u006F\u006E","\u0055\u0074\u006F","\u0053\u0072\u0069","\u010C\u0065\u0074","\u0050\u0065\u0074","\u0053\u0075\u0062"],month_names_long:["\u0053\u0069\u006A\u0065\u010D\u0061\u006E\u006A","\u0056\u0065\u006C\u006A\u0061\u010D\u0061","\u004F\u017E\u0075\u006A\u0061\u006B","\u0054\u0072\u0061\u0076\u0061\u006E\u006A","\u0053\u0076\u0069\u0062\u0061\u006E\u006A","\u004C\u0069\u0070\u0061\u006E\u006A","\u0053\u0072\u0070\u0061\u006E\u006A","\u004B\u006F\u006C\u006F\u0076\u006F\u007A","\u0052\u0075\u006A\u0061\u006E","\u004C\u0069\u0073\u0074\u006F\u0070\u0061\u0064","\u0053\u0074\u0075\u0064\u0065\u006E\u0069","\u0050\u0072\u006F\u0073\u0069\u006E\u0061\u0063"],month_names_short:["\u0053\u0069\u006A","\u0056\u0065\u006C","\u004F\u017E\u0075","\u0054\u0072\u0061","\u0053\u0076\u0069","\u004C\u0069\u0070","\u0053\u0072\u0070","\u004B\u006F\u006C","\u0052\u0075\u006A","\u004C\u0069\u0073","\u0053\u0074\u0075","\u0050\u0072\u006F"],month_names_narrow:["\u0053\u0069\u006A","\u0056\u0065\u006C","\u004F\u017E\u0075","\u0054\u0072\u0061","\u0053\u0076\u0069","\u004C\u0069\u0070","\u0053\u0072\u0070","\u004B\u006F\u006C","\u0052\u0075\u006A","\u004C\u0069\u0073","\u0053\u0074\u0075","\u0050\u0072\u006F"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059\u002E",shortdate_format:"\u0025\u0065\u002E\u0025\u006E\u002E\u0025\u0059\u002E",direction:"ltr"};}return nexacro.Locale.hr_HR;}break;case "hu":case "hu_HU":case "hu_hu":{if(!nexacro.Locale.hu_HU){nexacro.Locale.hu_HU={name:"hu_HU",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u0048\u0055\u0046\u0020",currency_symbol:"\u0046\u0074",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0076\u0061\u0073\u00E1\u0072\u006E\u0061\u0070","\u0068\u00E9\u0074\u0066\u0151","\u006B\u0065\u0064\u0064","\u0073\u007A\u0065\u0072\u0064\u0061","\u0063\u0073\u00FC\u0074\u00F6\u0072\u0074\u00F6\u006B","\u0070\u00E9\u006E\u0074\u0065\u006B","\u0073\u007A\u006F\u006D\u0062\u0061\u0074"],weekday_names_short:["\u0076","\u0068","\u006B","\u0073\u007A\u0065","\u0063\u0073","\u0070","\u0073\u007A\u006F"],weekday_names_narrow:["\u0076","\u0068","\u006B","\u0073\u007A\u0065","\u0063\u0073","\u0070","\u0073\u007A\u006F"],month_names_long:["\u006A\u0061\u006E\u0075\u00E1\u0072","\u0066\u0065\u0062\u0072\u0075\u00E1\u0072","\u006D\u00E1\u0072\u0063\u0069\u0075\u0073","\u00E1\u0070\u0072\u0069\u006C\u0069\u0073","\u006D\u00E1\u006A\u0075\u0073","\u006A\u00FA\u006E\u0069\u0075\u0073","\u006A\u00FA\u006C\u0069\u0075\u0073","\u0061\u0075\u0067\u0075\u0073\u007A\u0074\u0075\u0073","\u0073\u007A\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u00F3\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062\u0072","\u006D\u00E1\u0072\u0063","\u00E1\u0070\u0072","\u006D\u00E1\u006A","\u006A\u00FA\u006E","\u006A\u00FA\u006C","\u0061\u0075\u0067","\u0073\u007A\u0065\u0070\u0074","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062\u0072","\u006D\u00E1\u0072\u0063","\u00E1\u0070\u0072","\u006D\u00E1\u006A","\u006A\u00FA\u006E","\u006A\u00FA\u006C","\u0061\u0075\u0067","\u0073\u007A\u0065\u0070\u0074","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053",time_format_ampm:"\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053",date_time_format:"\u0025\u0059\u002E\u0020\u0025\u0062\u002E\u0020\u0025\u0065\u002E\u002C\u0020\u0025\u0041\u002C\u0020\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u005A",full_date_time_format:"\u0025\u0059\u002E\u0020\u0025\u0062\u002E\u0020\u0025\u0065\u002E\u002C\u0020\u0025\u0041\u002C\u0020\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u005A",first_weekday:0,longdate_format:"\u0025\u0059\u002E\u0020\u0025\u0042\u0020\u0025\u0065",shortdate_format:"\u0025\u0059\u002E\u0025\u006D\u002E\u0025\u0064\u002E",direction:"ltr"};}return nexacro.Locale.hu_HU;}break;case "hy":case "hy_AM":case "hy_am":{if(!nexacro.Locale.hy_AM){nexacro.Locale.hy_AM={name:"hy_AM",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0041\u004D\u0044\u0020",currency_symbol:"\u0564\u0580\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u053F\u056B\u0580\u0561\u056F\u056B","\u0535\u0580\u056F\u0578\u0582\u0577\u0561\u0562\u0569\u056B","\u0535\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056B","\u0549\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056B","\u0540\u056B\u0576\u0563\u0577\u0561\u0562\u0569\u056B","\u0548\u0582\u0580\u0562\u0561\u0569","\u0547\u0561\u0562\u0561\u0569"],weekday_names_short:["\u053F\u0580\u056F","\u0535\u0580\u056F","\u0535\u0580\u0584","\u0549\u0580\u0584","\u0540\u0576\u0563","\u0548\u0582\u0580","\u0547\u0562\u0569"],weekday_names_narrow:["\u053F\u0580\u056F","\u0535\u0580\u056F","\u0535\u0580\u0584","\u0549\u0580\u0584","\u0540\u0576\u0563","\u0548\u0582\u0580","\u0547\u0562\u0569"],month_names_long:["\u0540\u0578\u0582\u0576\u057E\u0561\u0580\u056B","\u0553\u0565\u057F\u0580\u057E\u0561\u0580\u056B","\u0544\u0561\u0580\u057F\u056B","\u0531\u057A\u0580\u056B\u056C\u056B","\u0544\u0561\u0575\u056B\u057D\u056B","\u0540\u0578\u0582\u0576\u056B\u057D\u056B","\u0540\u0578\u0582\u056C\u056B\u057D\u056B","\u0555\u0563\u0578\u057D\u057F\u0578\u057D\u056B","\u054D\u0565\u057A\u057F\u0565\u0574\u0562\u0565\u0580\u056B","\u0540\u0578\u056F\u057F\u0565\u0574\u0562\u0565\u0580\u056B","\u0546\u0578\u0575\u0565\u0574\u0562\u0565\u0580\u056B","\u0534\u0565\u056F\u057F\u0565\u0574\u0562\u0565\u0580\u056B"],month_names_short:["\u0540\u0576\u057E","\u0553\u057F\u0580","\u0544\u0561\u0580","\u0531\u057A\u0580","\u0544\u0561\u0575","\u0540\u0576\u057D","\u0540\u056C\u057D","\u0555\u0563\u057D","\u054D\u0565\u057A","\u0540\u0578\u056F","\u0546\u0574\u0562","\u0534\u0565\u056F"],month_names_narrow:["\u0540\u0576\u057E","\u0553\u057F\u0580","\u0544\u0561\u0580","\u0531\u057A\u0580","\u0544\u0561\u0575","\u0540\u0576\u057D","\u0540\u056C\u057D","\u0555\u0563\u057D","\u054D\u0565\u057A","\u0540\u0578\u056F","\u0546\u0574\u0562","\u0534\u0565\u056F"],ampm:["",""],date_format:"\u0025\u006D\u002F\u0025\u0064\u002F\u0025\u0079",time_format:"\u0025\u0072",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.hy_AM;}break;case "id":case "id_ID":case "id_id":{if(!nexacro.Locale.id_ID){nexacro.Locale.id_ID={name:"id_ID",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0049\u0044\u0052\u0020",currency_symbol:"\u0052\u0070",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u004D\u0069\u006E\u0067\u0067\u0075","\u0053\u0065\u006E\u0069\u006E","\u0053\u0065\u006C\u0061\u0073\u0061","\u0052\u0061\u0062\u0075","\u004B\u0061\u006D\u0069\u0073","\u004A\u0075\u006D\u0061\u0074","\u0053\u0061\u0062\u0074\u0075"],weekday_names_short:["\u004D\u0069\u006E","\u0053\u0065\u006E","\u0053\u0065\u006C","\u0052\u0061\u0062","\u004B\u0061\u006D","\u004A\u0075\u006D","\u0053\u0061\u0062"],weekday_names_narrow:["\u004D\u0069\u006E","\u0053\u0065\u006E","\u0053\u0065\u006C","\u0052\u0061\u0062","\u004B\u0061\u006D","\u004A\u0075\u006D","\u0053\u0061\u0062"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0069","\u0050\u0065\u0062\u0072\u0075\u0061\u0072\u0069","\u004D\u0061\u0072\u0065\u0074","\u0041\u0070\u0072\u0069\u006C","\u004D\u0065\u0069","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0069","\u0041\u0067\u0075\u0073\u0074\u0075\u0073","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0050\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0065\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u0075","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0073"],month_names_narrow:["\u004A\u0061\u006E","\u0050\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0065\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u0075","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.id_ID;}break;case "is":case "is_IS":case "is_is":{if(!nexacro.Locale.is_IS){nexacro.Locale.is_IS={name:"is_IS",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0049\u0053\u004B\u0020",currency_symbol:"\u006B\u0072\u002E",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:0,frac_digits:0,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0073\u0075\u006E\u006E\u0075\u0064\u0061\u0067\u0075\u0072","\u006D\u00E1\u006E\u0075\u0064\u0061\u0067\u0075\u0072","\u00FE\u0072\u0069\u00F0\u006A\u0075\u0064\u0061\u0067\u0075\u0072","\u006D\u0069\u00F0\u0076\u0069\u006B\u0075\u0064\u0061\u0067\u0075\u0072","\u0066\u0069\u006D\u006D\u0074\u0075\u0064\u0061\u0067\u0075\u0072","\u0066\u00F6\u0073\u0074\u0075\u0064\u0061\u0067\u0075\u0072","\u006C\u0061\u0075\u0067\u0061\u0072\u0064\u0061\u0067\u0075\u0072"],weekday_names_short:["\u0073\u0075\u006E","\u006D\u00E1\u006E","\u00FE\u0072\u0069","\u006D\u0069\u00F0","\u0066\u0069\u006D","\u0066\u00F6\u0073","\u006C\u0061\u0075"],weekday_names_narrow:["\u0073\u0075\u006E","\u006D\u00E1\u006E","\u00FE\u0072\u0069","\u006D\u0069\u00F0","\u0066\u0069\u006D","\u0066\u00F6\u0073","\u006C\u0061\u0075"],month_names_long:["\u006A\u0061\u006E\u00FA\u0061\u0072","\u0066\u0065\u0062\u0072\u00FA\u0061\u0072","\u006D\u0061\u0072\u0073","\u0061\u0070\u0072\u00ED\u006C","\u006D\u0061\u00ED","\u006A\u00FA\u006E\u00ED","\u006A\u00FA\u006C\u00ED","\u00E1\u0067\u00FA\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u00F3\u0062\u0065\u0072","\u006E\u00F3\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u00ED","\u006A\u00FA\u006E","\u006A\u00FA\u006C","\u00E1\u0067\u00FA","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u00F3\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u00ED","\u006A\u00FA\u006E","\u006A\u00FA\u006C","\u00E1\u0067\u00FA","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u00F3\u0076","\u0064\u0065\u0073"],ampm:["\u0066\u0068","\u0065\u0068"],date_format:"\u0025\u0061\u0020\u0025\u0065\u002E\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0065\u002E\u0025\u0062\u0020\u0025\u0059\u002C\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002E\u0025\u006E\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.is_IS;}break;case "it_CH":case "it_ch":{if(!nexacro.Locale.it_CH){nexacro.Locale.it_CH={name:"it_CH",decimal_point:"\u002E",thousands_sep:"\u0027",grouping:[3,3],int_curr_symbol:"\u0043\u0048\u0046\u0020",currency_symbol:"\u0046\u0072\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0027",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0064\u006F\u006D\u0065\u006E\u0069\u0063\u0061","\u006C\u0075\u006E\u0065\u0064\u00EC","\u006D\u0061\u0072\u0074\u0065\u0064\u00EC","\u006D\u0065\u0072\u0063\u006F\u006C\u0065\u0064\u00EC","\u0067\u0069\u006F\u0076\u0065\u0064\u00EC","\u0076\u0065\u006E\u0065\u0072\u0064\u00EC","\u0073\u0061\u0062\u0061\u0074\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006D\u0065\u0072","\u0076\u0065\u006E","\u0073\u0061\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006D\u0065\u0072","\u0076\u0065\u006E","\u0073\u0061\u0062"],month_names_long:["\u0067\u0065\u006E\u006E\u0061\u0069\u006F","\u0066\u0065\u0062\u0062\u0072\u0061\u0069\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0070\u0072\u0069\u006C\u0065","\u006D\u0061\u0067\u0067\u0069\u006F","\u0067\u0069\u0075\u0067\u006E\u006F","\u006C\u0075\u0067\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0074\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0074\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0067","\u0067\u0069\u0075","\u006C\u0075\u0067","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0074\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0067","\u0067\u0069\u0075","\u006C\u0075\u0067","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0074\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0020\u0025\u006D\u002E\u0020\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.it_CH;}break;case "it":case "it_IT":case "it_it":{if(!nexacro.Locale.it_IT){nexacro.Locale.it_IT={name:"it_IT",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0065\u006E\u0069\u0063\u0061","\u006C\u0075\u006E\u0065\u0064\u00EC","\u006D\u0061\u0072\u0074\u0065\u0064\u00EC","\u006D\u0065\u0072\u0063\u006F\u006C\u0065\u0064\u00EC","\u0067\u0069\u006F\u0076\u0065\u0064\u00EC","\u0076\u0065\u006E\u0065\u0072\u0064\u00EC","\u0073\u0061\u0062\u0061\u0074\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u0067\u0069\u006F","\u0076\u0065\u006E","\u0073\u0061\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u0067\u0069\u006F","\u0076\u0065\u006E","\u0073\u0061\u0062"],month_names_long:["\u0067\u0065\u006E\u006E\u0061\u0069\u006F","\u0066\u0065\u0062\u0062\u0072\u0061\u0069\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0070\u0072\u0069\u006C\u0065","\u006D\u0061\u0067\u0067\u0069\u006F","\u0067\u0069\u0075\u0067\u006E\u006F","\u006C\u0075\u0067\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0074\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0074\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0067","\u0067\u0069\u0075","\u006C\u0075\u0067","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0074\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0067","\u0067\u0069\u0075","\u006C\u0075\u0067","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0074\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.it_IT;}break;case "iw":case "iw_IL":case "iw_il":{if(!nexacro.Locale.iw_IL){nexacro.Locale.iw_IL={name:"iw_IL",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0049\u004C\u0053\u0020",currency_symbol:"\u05E9\u05D7",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:2,n_sign_posn:2,weekday_names_long:["\u05E8\u05D0\u05E9\u05D5\u05DF","\u05E9\u05E0\u05D9","\u05E9\u05DC\u05D9\u05E9\u05D9","\u05E8\u05D1\u05D9\u05E2\u05D9","\u05D7\u05DE\u05D9\u05E9\u05D9","\u05E9\u05D9\u05E9\u05D9","\u05E9\u05D1\u05EA"],weekday_names_short:["\u05D0\u0027","\u05D1\u0027","\u05D2\u0027","\u05D3\u0027","\u05D4\u0027","\u05D5\u0027","\u05E9\u0027"],weekday_names_narrow:["\u05D0\u0027","\u05D1\u0027","\u05D2\u0027","\u05D3\u0027","\u05D4\u0027","\u05D5\u0027","\u05E9\u0027"],month_names_long:["\u05D9\u05E0\u05D5\u05D0\u05E8","\u05E4\u05D1\u05E8\u05D5\u05D0\u05E8","\u05DE\u05E8\u05E5","\u05D0\u05E4\u05E8\u05D9\u05DC","\u05DE\u05D0\u05D9","\u05D9\u05D5\u05E0\u05D9","\u05D9\u05D5\u05DC\u05D9","\u05D0\u05D5\u05D2\u05D5\u05E1\u05D8","\u05E1\u05E4\u05D8\u05DE\u05D1\u05E8","\u05D0\u05D5\u05E7\u05D8\u05D5\u05D1\u05E8","\u05E0\u05D5\u05D1\u05DE\u05D1\u05E8","\u05D3\u05E6\u05DE\u05D1\u05E8"],month_names_short:["\u05D9\u05E0\u05D5","\u05E4\u05D1\u05E8","\u05DE\u05E8\u05E5","\u05D0\u05E4\u05E8","\u05DE\u05D0\u05D9","\u05D9\u05D5\u05E0","\u05D9\u05D5\u05DC","\u05D0\u05D5\u05D2","\u05E1\u05E4\u05D8","\u05D0\u05D5\u05E7","\u05E0\u05D5\u05D1","\u05D3\u05E6\u05DE"],month_names_narrow:["\u05D9\u05E0\u05D5","\u05E4\u05D1\u05E8","\u05DE\u05E8\u05E5","\u05D0\u05E4\u05E8","\u05DE\u05D0\u05D9","\u05D9\u05D5\u05E0","\u05D9\u05D5\u05DC","\u05D0\u05D5\u05D2","\u05E1\u05E4\u05D8","\u05D0\u05D5\u05E7","\u05E0\u05D5\u05D1","\u05D3\u05E6\u05DE"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0050",date_time_format:"\u0025\u005A\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0059\u0020\u0025\u0062\u0020\u0025\u0064\u0020\u0025\u0061",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"rtl"};}return nexacro.Locale.iw_IL;}break;case "ja":case "ja_JP":case "ja_jp":{if(!nexacro.Locale.ja_JP){nexacro.Locale.ja_JP={name:"ja_JP",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004A\u0050\u0059\u0020",currency_symbol:"\uFFE5",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:0,frac_digits:0,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:4,n_sign_posn:4,mon_n_sign_posn:1,weekday_names_long:["\u65E5\u66DC\u65E5","\u6708\u66DC\u65E5","\u706B\u66DC\u65E5","\u6C34\u66DC\u65E5","\u6728\u66DC\u65E5","\u91D1\u66DC\u65E5","\u571F\u66DC\u65E5"],weekday_names_short:["\u65E5","\u6708","\u706B","\u6C34","\u6728","\u91D1","\u571F"],weekday_names_narrow:["\u65E5","\u6708","\u706B","\u6C34","\u6728","\u91D1","\u571F"],month_names_long:["\u0031\u6708","\u0032\u6708","\u0033\u6708","\u0034\u6708","\u0035\u6708","\u0036\u6708","\u0037\u6708","\u0038\u6708","\u0039\u6708","\u0031\u0030\u6708","\u0031\u0031\u6708","\u0031\u0032\u6708"],month_names_short:["\u0020\u0031\u6708","\u0020\u0032\u6708","\u0020\u0033\u6708","\u0020\u0034\u6708","\u0020\u0035\u6708","\u0020\u0036\u6708","\u0020\u0037\u6708","\u0020\u0038\u6708","\u0020\u0039\u6708","\u0031\u0030\u6708","\u0031\u0031\u6708","\u0031\u0032\u6708"],month_names_narrow:["\u0020\u0031\u6708","\u0020\u0032\u6708","\u0020\u0033\u6708","\u0020\u0034\u6708","\u0020\u0035\u6708","\u0020\u0036\u6708","\u0020\u0037\u6708","\u0020\u0038\u6708","\u0020\u0039\u6708","\u0031\u0030\u6708","\u0031\u0031\u6708","\u0031\u0032\u6708"],ampm:["\u5348\u524D","\u5348\u5F8C"],date_format:"\u0025\u0059\u5E74\u0025\u006D\u6708\u0025\u0064\u65E5",time_format:"\u0025\u0048\u6642\u0025\u004D\u5206\u0025\u0053\u79D2",time_format_ampm:"\u0025\u0070\u0025\u0049\u6642\u0025\u004D\u5206\u0025\u0053\u79D2",date_time_format:"\u0025\u0059\u5E74\u0025\u006D\u6708\u0025\u0064\u65E5\u0020\u0025\u0048\u6642\u0025\u004D\u5206\u0025\u0053\u79D2",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0059\u5E74\u0025\u006E\u6708\u0025\u0065\u65E5",shortdate_format:"\u0025\u0059\u002F\u0025\u006D\u002F\u0025\u0064",direction:"ltr"};}return nexacro.Locale.ja_JP;}break;case "ka":case "ka_GE":case "ka_ge":{if(!nexacro.Locale.ka_GE){nexacro.Locale.ka_GE={name:"ka_GE",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u0047\u0045\u004C\u0020",currency_symbol:"\u004C\u0061\u0072\u0069",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u10D9\u10D5\u10D8\u10E0\u10D0","\u10DD\u10E0\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8","\u10E1\u10D0\u10DB\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8","\u10DD\u10D7\u10EE\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8","\u10EE\u10E3\u10D7\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8","\u10DE\u10D0\u10E0\u10D0\u10E1\u10D9\u10D4\u10D5\u10D8","\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8"],weekday_names_short:["\u10D9\u10D5\u10D8","\u10DD\u10E0\u10E8","\u10E1\u10D0\u10DB","\u10DD\u10D7\u10EE","\u10EE\u10E3\u10D7","\u10DE\u10D0\u10E0","\u10E8\u10D0\u10D1"],weekday_names_narrow:["\u10D9\u10D5\u10D8","\u10DD\u10E0\u10E8","\u10E1\u10D0\u10DB","\u10DD\u10D7\u10EE","\u10EE\u10E3\u10D7","\u10DE\u10D0\u10E0","\u10E8\u10D0\u10D1"],month_names_long:["\u10D8\u10D0\u10DC\u10D5\u10D0\u10E0\u10D8","\u10D7\u10D4\u10D1\u10D4\u10E0\u10D5\u10D0\u10DA\u10D8","\u10DB\u10D0\u10E0\u10E2\u10D8","\u10D0\u10DE\u10E0\u10D8\u10DA\u10D8","\u10DB\u10D0\u10D8\u10E1\u10D8","\u10D8\u10D5\u10DC\u10D8\u10E1\u10D8","\u10D8\u10D5\u10DA\u10D8\u10E1\u10D8","\u10D0\u10D2\u10D5\u10D8\u10E1\u10E2\u10DD","\u10E1\u10D4\u10E5\u10E2\u10D4\u10DB\u10D1\u10D4\u10E0\u10D8","\u10DD\u10E5\u10E2\u10DD\u10DB\u10D1\u10D4\u10E0\u10D8","\u10DC\u10DD\u10D4\u10DB\u10D1\u10D4\u10E0\u10D8","\u10D3\u10D4\u10D9\u10D4\u10DB\u10D1\u10D4\u10E0\u10D8"],month_names_short:["\u10D8\u10D0\u10DC","\u10D7\u10D4\u10D1","\u10DB\u10D0\u10E0","\u10D0\u10DE\u10E0","\u10DB\u10D0\u10D8","\u10D8\u10D5\u10DC","\u10D8\u10D5\u10DA","\u10D0\u10D2\u10D5","\u10E1\u10D4\u10E5","\u10DD\u10E5\u10E2","\u10DC\u10DD\u10D4","\u10D3\u10D4\u10D9"],month_names_narrow:["\u10D8\u10D0\u10DC","\u10D7\u10D4\u10D1","\u10DB\u10D0\u10E0","\u10D0\u10DE\u10E0","\u10DB\u10D0\u10D8","\u10D8\u10D5\u10DC","\u10D8\u10D5\u10DA","\u10D0\u10D2\u10D5","\u10E1\u10D4\u10E5","\u10DD\u10E5\u10E2","\u10DC\u10DD\u10D4","\u10D3\u10D4\u10D9"],ampm:["",""],date_format:"\u0025\u006D\u002F\u0025\u0064\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0059\u0020\u10EC\u10DA\u10D8\u10E1\u0020\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0059\u0020\u10EC\u10DA\u10D8\u10E1\u0020\u0025\u0064\u0020\u0025\u006D\u002C\u0020\u0025\u0041",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.ka_GE;}break;case "kk":case "kk_KZ":case "kk_kz":{if(!nexacro.Locale.kk_KZ){nexacro.Locale.kk_KZ={name:"kk_KZ",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u004B\u005A\u0054\u0020",currency_symbol:"\u0422",mon_decimal_point:"\u002D",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0416\u0435\u043A\u0441\u0435\u043D\u0431\u0456","\u0414\u04AF\u0439\u0441\u0435\u043D\u0431\u0456","\u0421\u0435\u0439\u0441\u0435\u043D\u0431\u0456","\u0421\u04D9\u0440\u0441\u0435\u043D\u0431\u0456","\u0411\u0435\u0439\u0441\u0435\u043D\u0431\u0456","\u0416\u04B1\u043C\u0430","\u0421\u0435\u043D\u0431\u0456"],weekday_names_short:["\u0416\u043A","\u0414\u0441","\u0421\u0441","\u0421\u0440","\u0411\u0441","\u0416\u043C","\u0421\u043D"],weekday_names_narrow:["\u0416\u043A","\u0414\u0441","\u0421\u0441","\u0421\u0440","\u0411\u0441","\u0416\u043C","\u0421\u043D"],month_names_long:["\u049A\u0430\u04A3\u0442\u0430\u0440","\u0410\u049B\u043F\u0430\u043D","\u041D\u0430\u0443\u0440\u044B\u0437","\u0421\u04D9\u0443\u0456\u0440","\u041C\u0430\u043C\u044B\u0440","\u041C\u0430\u0443\u0441\u044B\u043C","\u0428\u0456\u043B\u0434\u0435","\u0422\u0430\u043C\u044B\u0437","\u049A\u044B\u0440\u043A\u04AF\u0439\u0435\u043A","\u049A\u0430\u0437\u0430\u043D","\u049A\u0430\u0440\u0430\u0448\u0430","\u0416\u0435\u043B\u0442\u043E\u049B\u0441\u0430\u043D"],month_names_short:["\u049A\u0430\u04A3","\u0410\u049B\u043F","\u041D\u0430\u0443","\u0421\u04D9\u0443","\u041C\u0430\u043C","\u041C\u0430\u0443","\u0428\u0456\u043B","\u0422\u0430\u043C","\u049A\u044B\u0440","\u049A\u0430\u0437","\u049A\u0430\u0440","\u0416\u0435\u043B"],month_names_narrow:["\u049A\u0430\u04A3","\u0410\u049B\u043F","\u041D\u0430\u0443","\u0421\u04D9\u0443","\u041C\u0430\u043C","\u041C\u0430\u0443","\u0428\u0456\u043B","\u0422\u0430\u043C","\u049A\u044B\u0440","\u049A\u0430\u0437","\u049A\u0430\u0440","\u0416\u0435\u043B"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0041\u0020\u0436\u002E",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.kk_KZ;}break;case "kl":case "kl_GL":case "kl_gl":{if(!nexacro.Locale.kl_GL){nexacro.Locale.kl_GL={name:"kl_GL",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0044\u004B\u004B\u0020",currency_symbol:"\u006B\u0072",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:2,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0073\u0061\u0062\u0061\u0061\u0074","\u0061\u0074\u0061\u0061\u0073\u0069\u006E\u006E\u0067\u006F\u0072\u006E\u0065\u0071","\u006D\u0061\u0072\u006C\u0075\u006E\u006E\u0067\u006F\u0072\u006E\u0065\u0071","\u0070\u0069\u006E\u0067\u0061\u0073\u0075\u006E\u006E\u0067\u006F\u0072\u006E\u0065\u0071","\u0073\u0069\u0073\u0061\u006D\u0061\u006E\u006E\u0067\u006F\u0072\u006E\u0065\u0071","\u0074\u0061\u006C\u006C\u0069\u006D\u0061\u006E\u006E\u0067\u006F\u0072\u006E\u0065\u0071","\u0061\u0072\u0066\u0069\u006E\u0069\u006E\u006E\u0067\u006F\u0072\u006E\u0065\u0071"],weekday_names_short:["\u0073\u0061\u0062","\u0061\u0074\u0061","\u006D\u0061\u0072","\u0070\u0069\u006E","\u0073\u0069\u0073","\u0074\u0061\u006C","\u0061\u0072\u0066"],weekday_names_narrow:["\u0073\u0061\u0062","\u0061\u0074\u0061","\u006D\u0061\u0072","\u0070\u0069\u006E","\u0073\u0069\u0073","\u0074\u0061\u006C","\u0061\u0072\u0066"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072\u0069","\u0066\u0065\u0062\u0072\u0075\u0061\u0072\u0069","\u006D\u0061\u0072\u0074\u0073\u0069","\u0061\u0070\u0072\u0069\u006C\u0069","\u006D\u0061\u006A\u0069","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074\u0075\u0073\u0069","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072\u0069","\u006F\u006B\u0074\u006F\u0062\u0065\u0072\u0069","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072\u0069","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072\u0069"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.kl_GL;}break;case "km":case "km_KH":case "km_kh":{if(!nexacro.Locale.km_KH){nexacro.Locale.km_KH={name:"km_KH",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004B\u0048\u0052\u0020",currency_symbol:"\u17DB",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:0,n_cs_precedes:0,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u1790\u17D2\u1784\u17C3\u200B\u17A2\u17B6\u1791\u17B7\u178F\u17D2\u1799","\u1790\u17D2\u1784\u17C3\u200B\u1785\u17D0\u1793\u17D2\u1791","\u1790\u17D2\u1784\u17C3\u200B\u17A2\u1784\u17D2\u1782\u17B6\u179A","\u1790\u17D2\u1784\u17C3\u200B\u1796\u17BB\u1792","\u1790\u17D2\u1784\u17C3\u200B\u1796\u17D2\u179A\u17A0\u179F\u17D2\u1794\u178F\u17B7\u17CD","\u1790\u17D2\u1784\u17C3\u200B\u179F\u17BB\u1780\u17D2\u179A","\u1790\u17D2\u1784\u17C3\u200B\u179F\u17C5\u179A\u17CD"],weekday_names_short:["\u17A2\u17B6","\u1785","\u17A2","\u1796\u17BB","\u1796\u17D2\u179A","\u179F\u17BB","\u179F"],weekday_names_narrow:["\u17A2\u17B6","\u1785","\u17A2","\u1796\u17BB","\u1796\u17D2\u179A","\u179F\u17BB","\u179F"],month_names_long:["\u1798\u1780\u179A\u17B6","\u1780\u17BB\u1798\u17D2\u1797\u17C8","\u1798\u17B7\u1793\u17B6","\u1798\u17C1\u179F\u17B6","\u17A7\u179F\u1797\u17B6","\u1798\u17B7\u1790\u17BB\u1793\u17B6","\u1780\u1780\u17D2\u1780\u178A\u17B6","\u179F\u17B8\u17A0\u17B6","\u1780\u1789\u17D2\u1789\u17B6","\u178F\u17BB\u179B\u17B6","\u179C\u17B7\u1785\u17D2\u1786\u17B7\u1780\u17B6","\u1792\u17D2\u1793\u17BC"],month_names_short:["\u17E1","\u17E2","\u17E3","\u17E4","\u17E5","\u17E6","\u17E7","\u17E8","\u17E9","\u17E1\u17E0","\u17E1\u17E1","\u17E1\u17E2"],month_names_narrow:["\u17E1","\u17E2","\u17E3","\u17E4","\u17E5","\u17E6","\u17E7","\u17E8","\u17E9","\u17E1\u17E0","\u17E1\u17E1","\u17E1\u17E2"],ampm:["\u1796\u17D2\u179A\u17B9\u1780","\u179B\u17D2\u1784\u17B6\u1785"],date_format:"%e %B %Y",time_format:"%H:%M:%S",time_format_ampm:"%I\u003A%M\u003A%S\u0020%p",date_time_format:"%A \u1790\u17D2\u1784\u17C3 %e \u1781\u17C2 %B \u1786\u17D2\u1793\u17B6\u17C6 %Y, %H \u1798\u17C9\u17C4\u1784 m \u1793\u17B6\u1791\u17B8 %S \u179C\u17B7\u1793\u17B6\u1791\u17B8\u200B",full_date_time_format:"\u0025\u0061\u0020\u0025\u0065\u0020\u0025\u0062%\u0020\u0025\u0045\u0079\u0020\u0025\u0048\u003A\u0025\u004D%\u003A\u0025\u0053\u0020\u0025\u005A",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.km_KH;}break;case "kn":case "kn_IN":case "kn_in":{if(!nexacro.Locale.kn_IN){nexacro.Locale.kn_IN={name:"kn_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0CB0\u0CC2",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0CB0\u0CB5\u0CBF\u0CB5\u0CBE\u0CB0","\u0CB8\u0CCB\u0CAE\u0CB5\u0CBE\u0CB0","\u0CAE\u0C82\u0C97\u0CB3\u0CB5\u0CBE\u0CB0","\u0CAC\u0CC1\u0CA7\u0CB5\u0CBE\u0CB0","\u0C97\u0CC1\u0CB0\u0CC1\u0CB5\u0CBE\u0CB0","\u0CB6\u0CC1\u0C95\u0CCD\u0CB0\u0CB5\u0CBE\u0CB0","\u0CB6\u0CA8\u0CBF\u0CB5\u0CBE\u0CB0"],weekday_names_short:["\u0CB0","\u0CB8\u0CCB","\u0CAE\u0C82","\u0CAC\u0CC1","\u0C97\u0CC1","\u0CB6\u0CC1","\u0CB6"],weekday_names_narrow:["\u0CB0","\u0CB8\u0CCB","\u0CAE\u0C82","\u0CAC\u0CC1","\u0C97\u0CC1","\u0CB6\u0CC1","\u0CB6"],month_names_long:["\u0C9C\u0CA8\u0CB5\u0CB0\u0CBF","\u0CAB\u0CC6\u0CAC\u0CCD\u0CB0\u0CB5\u0CB0\u0CBF","\u0CAE\u0CBE\u0CB0\u0CCD\u0C9A","\u0C8F\u0CAA\u0CCD\u0CB0\u0CBF\u0CB2\u0CCD","\u0CAE\u0CC7","\u0C9C\u0CC2\u0CA8\u0CCD","\u0C9C\u0CC1\u0CB2\u0CBE\u0CAF\u0CBF","\u0C86\u0C97\u0CB8\u0CCD\u0CA4\u0CC1","\u0CB8\u0CC6\u0CAA\u0CCD\u0C9F\u0CC6\u0C82\u0CAC\u0CB0","\u0C85\u0C95\u0CCD\u0CA4\u0CC2\u0CAC\u0CB0","\u0CA8\u0CB5\u0CC6\u0C82\u0CAC\u0CB0","\u0CA6\u0CB6\u0C82\u0CAC\u0CB0"],month_names_short:["\u0C9C","\u0CAB\u0CC6","\u0CAE\u0CBE","\u0C8F","\u0CAE\u0CC7","\u0C9C\u0CC2","\u0C9C\u0CC1","\u0C86","\u0CB8\u0CC6","\u0C85","\u0CA8","\u0CA6"],month_names_narrow:["\u0C9C","\u0CAB\u0CC6","\u0CAE\u0CBE","\u0C8F","\u0CAE\u0CC7","\u0C9C\u0CC2","\u0C9C\u0CC1","\u0C86","\u0CB8\u0CC6","\u0C85","\u0CA8","\u0CA6"],ampm:["\u0CAA\u0CC2\u0CB0\u0CCD\u0CB5\u0CBE\u0CB9\u0CCD\u0CA8","\u0C85\u0CAA\u0CB0\u0CBE\u0CB9\u0CCD\u0CA8"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",direction:"ltr"};}return nexacro.Locale.kn_IN;}break;case "ko":case "ko_KR":case "ko_kr":{if(!nexacro.Locale.ko_KR){nexacro.Locale.ko_KR={name:"ko_KR",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u004B\u0052\u0057\u0020",currency_symbol:"\uFFE6",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:0,frac_digits:0,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\uC77C\uC694\uC77C","\uC6D4\uC694\uC77C","\uD654\uC694\uC77C","\uC218\uC694\uC77C","\uBAA9\uC694\uC77C","\uAE08\uC694\uC77C","\uD1A0\uC694\uC77C"],weekday_names_short:["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"],weekday_names_narrow:["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"],month_names_long:["\u0031\uC6D4","\u0032\uC6D4","\u0033\uC6D4","\u0034\uC6D4","\u0035\uC6D4","\u0036\uC6D4","\u0037\uC6D4","\u0038\uC6D4","\u0039\uC6D4","\u0031\u0030\uC6D4","\u0031\u0031\uC6D4","\u0031\u0032\uC6D4"],month_names_short:["\u0020\u0031\uC6D4","\u0020\u0032\uC6D4","\u0020\u0033\uC6D4","\u0020\u0034\uC6D4","\u0020\u0035\uC6D4","\u0020\u0036\uC6D4","\u0020\u0037\uC6D4","\u0020\u0038\uC6D4","\u0020\u0039\uC6D4","\u0031\u0030\uC6D4","\u0031\u0031\uC6D4","\u0031\u0032\uC6D4"],month_names_narrow:["\u0020\u0031\uC6D4","\u0020\u0032\uC6D4","\u0020\u0033\uC6D4","\u0020\u0034\uC6D4","\u0020\u0035\uC6D4","\u0020\u0036\uC6D4","\u0020\u0037\uC6D4","\u0020\u0038\uC6D4","\u0020\u0039\uC6D4","\u0031\u0030\uC6D4","\u0031\u0031\uC6D4","\u0031\u0032\uC6D4"],ampm:["\uC624\uC804","\uC624\uD6C4"],date_format:"\u0025\u0059\uB144\u0020\u0025\u006D\uC6D4\u0020\u0025\u0064\uC77C",time_format:"\u0025\u0048\uC2DC\u0020\u0025\u004D\uBD84\u0020\u0025\u0053\uCD08",time_format_ampm:"\u0025\u0070\u0020\u0025\u0049\uC2DC\u0020\u0025\u004D\uBD84\u0020\u0025\u0053\uCD08",date_time_format:"\u0025\u0078\u0020\u0028\u0025\u0061\u0029\u0020\u0025\u0072",full_date_time_format:"\u0025\u0059\u002E\u0020\u0025\u006D\u002E\u0020\u0025\u0064\u002E\u0020\u0028\u0025\u0061\u0029\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",first_weekday:0,longdate_format:"\u0025\u0059\uB144\u0020\u0025\u006E\uC6D4\u0020\u0025\u0065\uC77C\u0020\u0025\u0041",shortdate_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",direction:"ltr"};}return nexacro.Locale.ko_KR;}break;case "ku":case "ku_TR":case "ku_tr":{if(!nexacro.Locale.ku_TR){nexacro.Locale.ku_TR={name:"ku_TR",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0054\u0052\u0059\u0020",currency_symbol:"\u0059\u0054\u004C",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0079\u00EA\u006B\u0073\u00EA\u006D","\u0064\u0075\u0073\u00EA\u006D","\u0073\u00EA\u0073\u00EA\u006D","\u00E7\u0061\u0072\u0073\u00EA\u006D","\u0070\u00EA\u006E\u0063\u0073\u00EA\u006D","\u00EE\u006E\u00EE","\u0073\u0065\u0070\u0074"],weekday_names_short:["\u0079\u00EA\u006B","\u0064\u0075\u0073","\u0073\u00EA\u0073","\u00E7\u0061\u0072","\u0070\u00EA\u006E","\u00EE\u006E\u00EE","\u0073\u0065\u0070"],weekday_names_narrow:["\u0079\u00EA\u006B","\u0064\u0075\u0073","\u0073\u00EA\u0073","\u00E7\u0061\u0072","\u0070\u00EA\u006E","\u00EE\u006E\u00EE","\u0073\u0065\u0070"],month_names_long:["\u00C7\u0069\u006C\u0065","\u0053\u0069\u0062\u0061\u0074","\u0041\u0064\u0061\u0072","\u004E\u00EE\u0073\u0061\u006E","\u0047\u0075\u006C\u0061\u006E","\u0048\u0065\u007A\u00EE\u0072\u0061\u006E","\u0054\u00EE\u0072\u006D\u0065\u0068","\u0054\u0065\u0062\u0061\u0078","\u00CE\u006C\u006F\u006E","\u0043\u006F\u0074\u006D\u0065\u0068","\u004D\u0069\u006A\u0064\u0061\u0072","\u004B\u0061\u006E\u00FB\u006E"],month_names_short:["\u00C7\u0069\u006C","\u0053\u0069\u0062","\u0041\u0064\u0061","\u004E\u00EE\u0073","\u0047\u0075\u006C","\u0048\u0065\u007A","\u0054\u00EE\u0072","\u0054\u0065\u0062","\u00CE\u006C\u006F","\u0043\u006F\u0074","\u004D\u0069\u006A","\u004B\u0061\u006E"],month_names_narrow:["\u00C7\u0069\u006C","\u0053\u0069\u0062","\u0041\u0064\u0061","\u004E\u00EE\u0073","\u0047\u0075\u006C","\u0048\u0065\u007A","\u0054\u00EE\u0072","\u0054\u0065\u0062","\u00CE\u006C\u006F","\u0043\u006F\u0074","\u004D\u0069\u006A","\u004B\u0061\u006E"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ku_TR;}break;case "kw":case "kw_GB":case "kw_gb":{if(!nexacro.Locale.kw_GB){nexacro.Locale.kw_GB={name:"kw_GB",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0047\u0042\u0050\u0020",currency_symbol:"\u00A3",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0044\u0065\u0020\u0053\u0075\u006C","\u0044\u0065\u0020\u004C\u0075\u006E","\u0044\u0065\u0020\u004D\u0065\u0072\u0074\u0068","\u0044\u0065\u0020\u004D\u0065\u0072\u0068\u0065\u0072","\u0044\u0065\u0020\u0059\u006F\u0077","\u0044\u0065\u0020\u0047\u0077\u0065\u006E\u0065\u0072","\u0044\u0065\u0020\u0053\u0061\u0064\u006F\u0072\u006E"],weekday_names_short:["\u0053\u0075\u006C","\u004C\u0075\u006E","\u004D\u0074\u0068","\u004D\u0068\u0072","\u0059\u006F\u0077","\u0047\u0077\u0065","\u0053\u0061\u0064"],weekday_names_narrow:["\u0053\u0075\u006C","\u004C\u0075\u006E","\u004D\u0074\u0068","\u004D\u0068\u0072","\u0059\u006F\u0077","\u0047\u0077\u0065","\u0053\u0061\u0064"],month_names_long:["\u004D\u0079\u0073\u0020\u0047\u0065\u006E\u0076\u0065\u0072","\u004D\u0079\u0073\u0020\u0057\u0068\u0065\u0076\u0072\u0065\u006C","\u004D\u0079\u0073\u0020\u004D\u0065\u0072\u0074\u0068","\u004D\u0079\u0073\u0020\u0045\u0062\u0072\u0065\u006C","\u004D\u0079\u0073\u0020\u004D\u0065","\u004D\u0079\u0073\u0020\u0045\u0076\u0061\u006E","\u004D\u0079\u0073\u0020\u0047\u006F\u0072\u0074\u0068\u0065\u0072\u0065\u006E","\u004D\u0079\u0065\u0020\u0045\u0073\u0074","\u004D\u0079\u0073\u0020\u0047\u0077\u0079\u006E\u0067\u0061\u006C\u0061","\u004D\u0079\u0073\u0020\u0048\u0065\u0064\u0072\u0061","\u004D\u0079\u0073\u0020\u0044\u0075","\u004D\u0079\u0073\u0020\u004B\u0065\u0076\u0061\u0072\u0064\u0068\u0075"],month_names_short:["\u0047\u0065\u006E","\u0057\u0068\u0065","\u004D\u0065\u0072","\u0045\u0062\u0072","\u004D\u0065","\u0045\u0076\u006E","\u0047\u006F\u0072","\u0045\u0073\u0074","\u0047\u0077\u006E","\u0048\u0065\u0064","\u0044\u0075","\u004B\u0065\u0076"],month_names_narrow:["\u0047\u0065\u006E","\u0057\u0068\u0065","\u004D\u0065\u0072","\u0045\u0062\u0072","\u004D\u0065","\u0045\u0076\u006E","\u0047\u006F\u0072","\u0045\u0073\u0074","\u0047\u0077\u006E","\u0048\u0065\u0064","\u0044\u0075","\u004B\u0065\u0076"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.kw_GB;}break;case "ky":case "ky_KG":case "ky_kg":{if(!nexacro.Locale.ky_KG){nexacro.Locale.ky_KG={name:"ky_KG",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u004B\u0047\u0053\u0020",currency_symbol:"\u0441\u043E\u043C",mon_decimal_point:"\u002D",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0436\u0435\u043A\u0448\u0435\u043C\u0431\u0438","\u0434\u04AF\u0439\u0448\u04E9\u043C\u0431\u04AF","\u0448\u0435\u0439\u0448\u0435\u043C\u0431\u0438","\u0448\u0430\u0440\u0448\u0435\u043C\u0431\u0438","\u0431\u0435\u0439\u0448\u0435\u043C\u0431\u0438","\u0436\u0443\u043C\u0430","\u0438\u0448\u0435\u043C\u0431\u0438"],weekday_names_short:["\u0436\u043A","\u0434\u0448","\u0448\u0435","\u0448\u0430","\u0431\u0448","\u0436\u043C","\u0438\u0448"],weekday_names_narrow:["\u0436\u043A","\u0434\u0448","\u0448\u0435","\u0448\u0430","\u0431\u0448","\u0436\u043C","\u0438\u0448"],month_names_long:["\u044F\u043D\u0432\u0430\u0440\u044C","\u0444\u0435\u0432\u0440\u0430\u043B\u044C","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0435\u043B\u044C","\u043C\u0430\u0439","\u0438\u044E\u043D\u044C","\u0438\u044E\u043B\u044C","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043D\u0442\u044F\u0431\u0440\u044C","\u043E\u043A\u0442\u044F\u0431\u0440\u044C","\u043D\u043E\u044F\u0431\u0440\u044C","\u0434\u0435\u043A\u0430\u0431\u0440\u044C"],month_names_short:["\u044F\u043D\u0432","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0439","\u0438\u044E\u043D","\u0438\u044E\u043B","\u0430\u0432\u0433","\u0441\u0435\u043D","\u043E\u043A\u0442","\u043D\u043E\u044F","\u0434\u0435\u043A"],month_names_narrow:["\u044F\u043D\u0432","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0439","\u0438\u044E\u043D","\u0438\u044E\u043B","\u0430\u0432\u0433","\u0441\u0435\u043D","\u043E\u043A\u0442","\u043D\u043E\u044F","\u0434\u0435\u043A"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u002C\u0020\u0025\u0065\u002D\u0025\u0062\u0020\u0025\u0059\u0020\u0436\u002C\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",first_weekday:0,longdate_format:"\u0025\u0065\u002D\u0025\u0042\u0020\u0025\u0059\u002D\u0025\u0041\u0020\u0436\u002E",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0079",direction:"ltr"};}return nexacro.Locale.ky_KG;}break;case "lg":case "lg_UG":case "lg_ug":{if(!nexacro.Locale.lg_UG){nexacro.Locale.lg_UG={name:"lg_UG",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0055\u0047\u0058\u0020",currency_symbol:"\u002F\u002D",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:0,n_cs_precedes:0,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0061\u0062\u0069\u0069\u0074\u0069","\u0042\u0061\u006C\u0061\u007A\u0061","\u004C\u0077\u0061\u006B\u0075\u0062\u0069\u0072\u0069","\u004C\u0077\u0061\u006B\u0075\u0073\u0061\u0074\u0075","\u004C\u0077\u0061\u006B\u0075\u006E\u0061","\u004C\u0077\u0061\u006B\u0075\u0074\u0061\u0061\u006E\u006F","\u004C\u0077\u0061\u006D\u0075\u006B\u0061\u0061\u0067\u0061"],weekday_names_short:["\u0053\u0061\u0062","\u0042\u0061\u006C","\u004C\u0077\u0032","\u004C\u0077\u0033","\u004C\u0077\u0034","\u004C\u0077\u0035","\u004C\u0077\u0036"],weekday_names_narrow:["\u0053\u0061\u0062","\u0042\u0061\u006C","\u004C\u0077\u0032","\u004C\u0077\u0033","\u004C\u0077\u0034","\u004C\u0077\u0035","\u004C\u0077\u0036"],month_names_long:["\u004A\u0061\u006E\u0077\u0061\u006C\u0069\u0079\u006F","\u0046\u0065\u0062\u0077\u0061\u006C\u0069\u0079\u006F","\u004D\u0061\u0072\u0069\u0073\u0069","\u0041\u0070\u0075\u006C\u0069","\u004D\u0061\u0061\u0079\u0069","\u004A\u0075\u0075\u006E\u0069","\u004A\u0075\u006C\u0061\u0061\u0069","\u0041\u0067\u0075\u0073\u0069\u0074\u006F","\u0053\u0065\u0062\u0075\u0074\u0074\u0065\u006D\u0062\u0061","\u004F\u006B\u0069\u0074\u006F\u0062\u0062\u0061","\u004E\u006F\u0076\u0065\u006D\u0062\u0061","\u0044\u0065\u0073\u0065\u006D\u0062\u0061"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0075","\u004D\u0061\u0061","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u0075","\u0053\u0065\u0062","\u004F\u006B\u0069","\u004E\u006F\u0076","\u0044\u0065\u0073"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0075","\u004D\u0061\u0061","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u0075","\u0053\u0065\u0062","\u004F\u006B\u0069","\u004E\u006F\u0076","\u0044\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.lg_UG;}break;case "lo":case "lo_LA":case "lo_la":{if(!nexacro.Locale.lo_LA){nexacro.Locale.lo_LA={name:"lo_LA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004C\u0041\u004B\u0020",currency_symbol:"\u20AD",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:2,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0EAD\u0EB2\u0E97\u0EB4\u0E94","\u0E88\u0EB1\u0E99","\u0EAD\u0EB1\u0E87\u0E84\u0EB2\u0E99","\u0E9E\u0EB8\u0E94","\u0E9E\u0EB0\u0EAB\u0EB1\u0E94","\u0EAA\u0EB8\u0E81","\u0EC0\u0EAA\u0EBB\u0EB2"],weekday_names_short:["\u0EAD\u0EB2\u002E","\u0E88\u002E","\u0E84\u002E","\u0E9E\u002E","\u0E9E\u0EAB\u002E","\u0EAA\u002E","\u0EAA\u002E"],weekday_names_narrow:["\u0EAD\u0EB2\u002E","\u0E88\u002E","\u0E84\u002E","\u0E9E\u002E","\u0E9E\u0EAB\u002E","\u0EAA\u002E","\u0EAA\u002E"],month_names_long:["\u0EA1\u0EB1\u0E87\u0E81\u0EAD\u0E99","\u0E81\u0EB8\u0EA1\u0E9F\u0EB2","\u0EA1\u0EB5\u0E99\u0EB2","\u0EC0\u0EA1\u0EAA\u0EB2","\u0E9E\u0EB6\u0E94\u0EAA\u0EB0\u0E9E\u0EB2","\u0EA1\u0EB4\u0E96\u0EB8\u0E99\u0EB2","\u0E81\u0ECD\u0EA5\u0EB0\u0E81\u0EBB\u0E94","\u0EAA\u0EB4\u0E87\u0EAB\u0EB2","\u0E81\u0EB1\u0E99\u0E8D\u0EB2","\u0E95\u0EB8\u0EA5\u0EB2","\u0E9E\u0EB0\u0E88\u0EB4\u0E81","\u0E97\u0EB1\u0E99\u0EA7\u0EB2"],month_names_short:["\u0EA1\u002E\u0E81\u002E","\u0E81\u002E\u0E9E\u002E","\u0EA1\u002E\u0E99\u002E","\u0EA1\u002E\u0EAA\u002E","\u0E9E\u002E\u0E9E\u002E","\u0EA1\u0EB4\u002E\u0E96\u002E","\u0E81\u002E\u0EA5\u002E","\u0EAA\u002E\u0EAB\u002E","\u0E81\u002E\u0E8D\u002E","\u0E95\u002E\u0EA5\u002E","\u0E9E\u002E\u0E88\u002E","\u0E97\u002E\u0EA7\u002E"],month_names_narrow:["\u0EA1\u002E\u0E81\u002E","\u0E81\u002E\u0E9E\u002E","\u0EA1\u002E\u0E99\u002E","\u0EA1\u002E\u0EAA\u002E","\u0E9E\u002E\u0E9E\u002E","\u0EA1\u0EB4\u002E\u0E96\u002E","\u0E81\u002E\u0EA5\u002E","\u0EAA\u002E\u0EAB\u002E","\u0E81\u002E\u0E8D\u002E","\u0E95\u002E\u0EA5\u002E","\u0E9E\u002E\u0E88\u002E","\u0E97\u002E\u0EA7\u002E"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"%d\u002F%m\u002F%Ey",time_format:"%H\u003A%M\u003A%S",time_format_ampm:"%I\u003A%M\u003A%S\u0020%p",date_time_format:"%a\u0020%e\u0020%b\u0020%Ey\u002C\u0020%H\u003A%M\u003A%S",full_date_time_format:"\u0025\u0061\u0020\u0025\u0065\u0020\u0025\u0062\u0020\u0025\u0045\u0079\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.lo_LA;}break;case "lt":case "lt_LT":case "lt_lt":{if(!nexacro.Locale.lt_LT){nexacro.Locale.lt_LT={name:"lt_LT",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u004C\u0054\u004C\u0020",currency_symbol:"\u004C\u0074",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0065\u006B\u006D\u0061\u0064\u0069\u0065\u006E\u0069\u0073","\u0050\u0069\u0072\u006D\u0061\u0064\u0069\u0065\u006E\u0069\u0073","\u0041\u006E\u0074\u0072\u0061\u0064\u0069\u0065\u006E\u0069\u0073","\u0054\u0072\u0065\u010D\u0069\u0061\u0064\u0069\u0065\u006E\u0069\u0073","\u004B\u0065\u0074\u0076\u0069\u0072\u0074\u0061\u0064\u0069\u0065\u006E\u0069\u0073","\u0050\u0065\u006E\u006B\u0074\u0061\u0064\u0069\u0065\u006E\u0069\u0073","\u0160\u0065\u0161\u0074\u0061\u0064\u0069\u0065\u006E\u0069\u0073"],weekday_names_short:["\u0053\u006B","\u0050\u0072","\u0041\u006E","\u0054\u0072","\u004B\u0074","\u0050\u006E","\u0160\u0074"],weekday_names_narrow:["\u0053\u006B","\u0050\u0072","\u0041\u006E","\u0054\u0072","\u004B\u0074","\u0050\u006E","\u0160\u0074"],month_names_long:["\u0073\u0061\u0075\u0073\u0069\u006F","\u0076\u0061\u0073\u0061\u0072\u0069\u006F","\u006B\u006F\u0076\u006F","\u0062\u0061\u006C\u0061\u006E\u0064\u017E\u0069\u006F","\u0067\u0065\u0067\u0075\u017E\u0117\u0073","\u0062\u0069\u0072\u017E\u0065\u006C\u0069\u006F","\u006C\u0069\u0065\u0070\u006F\u0073","\u0072\u0075\u0067\u0070\u006A\u016B\u010D\u0069\u006F","\u0072\u0075\u0067\u0073\u0117\u006A\u006F","\u0073\u0070\u0061\u006C\u0069\u006F","\u006C\u0061\u0070\u006B\u0072\u0069\u010D\u0069\u006F","\u0067\u0072\u0075\u006F\u0064\u017E\u0069\u006F"],month_names_short:["\u0053\u0061\u0075","\u0056\u0061\u0073","\u004B\u006F\u0076","\u0042\u0061\u006C","\u0047\u0065\u0067","\u0042\u0069\u0072","\u004C\u0069\u0065","\u0052\u0067\u0070","\u0052\u0067\u0073","\u0053\u0070\u0061","\u004C\u0061\u0070","\u0047\u0072\u0064"],month_names_narrow:["\u0053\u0061\u0075","\u0056\u0061\u0073","\u004B\u006F\u0076","\u0042\u0061\u006C","\u0047\u0065\u0067","\u0042\u0069\u0072","\u004C\u0069\u0065","\u0052\u0067\u0070","\u0052\u0067\u0073","\u0053\u0070\u0061","\u004C\u0061\u0070","\u0047\u0072\u0064"],ampm:["",""],date_format:"\u0025\u0059\u002E\u0025\u006D\u002E\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0059\u0020\u006D\u002E\u0020\u0025\u0042\u0020\u0025\u0064\u0020\u0064\u002E\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0059\u0020\\\u006D\u002E\u0020\u0025\u0042\u0020\u0025\u0065\u0020\\\u0064\u002E",shortdate_format:"\u0025\u0059\u002E\u0025\u006D\u002E\u0025\u0064",direction:"ltr"};}return nexacro.Locale.lt_LT;}break;case "lv":case "lv_LV":case "lv_lv":{if(!nexacro.Locale.lv_LV){nexacro.Locale.lv_LV={name:"lv_LV",decimal_point:"\u002C",thousands_sep:"\u00A0",grouping:[3,3],int_curr_symbol:"\u004C\u0056\u004C\u0020",currency_symbol:"\u004C\u0073",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:3,n_sign_posn:3,weekday_names_long:["\u0073\u0076\u0113\u0074\u0064\u0069\u0065\u006E\u0061","\u0070\u0069\u0072\u006D\u0064\u0069\u0065\u006E\u0061","\u006F\u0074\u0072\u0064\u0069\u0065\u006E\u0061","\u0074\u0072\u0065\u0161\u0064\u0069\u0065\u006E\u0061","\u0063\u0065\u0074\u0075\u0072\u0074\u0064\u0069\u0065\u006E\u0061","\u0070\u0069\u0065\u006B\u0074\u0064\u0069\u0065\u006E\u0061","\u0073\u0065\u0073\u0074\u0064\u0069\u0065\u006E\u0061"],weekday_names_short:["\u0053\u0076","\u0050\u00A0","\u004F\u00A0","\u0054\u00A0","\u0043\u00A0","\u0050\u006B","\u0053\u00A0"],weekday_names_narrow:["\u0053\u0076","\u0050\u00A0","\u004F\u00A0","\u0054\u00A0","\u0043\u00A0","\u0050\u006B","\u0053\u00A0"],month_names_long:["\u006A\u0061\u006E\u0076\u0101\u0072\u0069\u0073","\u0066\u0065\u0062\u0072\u0075\u0101\u0072\u0069\u0073","\u006D\u0061\u0072\u0074\u0073","\u0061\u0070\u0072\u012B\u006C\u0069\u0073","\u006D\u0061\u0069\u006A\u0073","\u006A\u016B\u006E\u0069\u006A\u0073","\u006A\u016B\u006C\u0069\u006A\u0073","\u0061\u0075\u0067\u0075\u0073\u0074\u0073","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0072\u0069\u0073","\u006F\u006B\u0074\u006F\u0062\u0072\u0069\u0073","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0069\u0073","\u0064\u0065\u0063\u0065\u006D\u0062\u0072\u0069\u0073"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u016B\u006E","\u006A\u016B\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u016B\u006E","\u006A\u016B\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0059\u002E\u0025\u006D\u002E\u0025\u0064\u002E",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"%A\u002C %Y\u002E \u0067\u0061\u0064\u0061 %e\u002E %B\u002C \u0070\u006C\u006B\u0073\u0074\u002E %H \u0075\u006E %M",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0059\u002E\u0020\u0067\u0061\\\u0064\u0061\u0020\u0025\u0065\u002E\u0020\u0025\u0042",shortdate_format:"\u0025\u0059\u002E\u0025\u006D\u002E\u0025\u0064\u002E",direction:"ltr"};}return nexacro.Locale.lv_LV;}break;case "mg":case "mg_MG":case "mg_mg":{if(!nexacro.Locale.mg_MG){nexacro.Locale.mg_MG={name:"mg_MG",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u004D\u0047\u0041\u0020",currency_symbol:"\u0041\u0052",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0061\u006C\u0061\u0068\u0061\u0064\u0079","\u0061\u006C\u0061\u0074\u0073\u0069\u006E\u0061\u0069\u006E\u0079","\u0074\u0061\u006C\u0061\u0074\u0061","\u0061\u006C\u0061\u0072\u006F\u0062\u0069\u0061","\u0061\u006C\u0061\u006B\u0061\u006D\u0069\u0073\u0079","\u007A\u006F\u006D\u0061","\u0073\u0061\u0062\u006F\u0074\u0073\u0079"],weekday_names_short:["\u006C\u0068\u0064","\u006C\u0074\u0073","\u0074\u006C\u0074","\u006C\u0072\u0062","\u006C\u006B\u006D","\u007A\u006F\u006D","\u0073\u0061\u0062"],weekday_names_narrow:["\u006C\u0068\u0064","\u006C\u0074\u0073","\u0074\u006C\u0074","\u006C\u0072\u0062","\u006C\u006B\u006D","\u007A\u006F\u006D","\u0073\u0061\u0062"],month_names_long:["\u006A\u0061\u006E\u006F\u0061\u0072\u0079","\u0066\u0065\u0062\u0072\u006F\u0061\u0072\u0079","\u006D\u0061\u0072\u0074\u0073\u0061","\u0061\u0070\u0072\u0069\u006C\u0079","\u006D\u0065\u0079","\u006A\u006F\u006E\u0061","\u006A\u006F\u006C\u0061\u0079","\u0061\u006F\u0067\u006F\u0073\u0069\u0074\u0072\u0061","\u0073\u0065\u0070\u0074\u0061\u006D\u0062\u0072\u0061","\u006F\u006B\u0074\u006F\u0062\u0072\u0061","\u006E\u006F\u0076\u0061\u006D\u0062\u0072\u0061","\u0064\u0065\u0073\u0061\u006D\u0062\u0072\u0061"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0065\u0079","\u006A\u006F\u006E","\u006A\u006F\u006C","\u0061\u006F\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0065\u0079","\u006A\u006F\u006E","\u006A\u006F\u006C","\u0061\u006F\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.mg_MG;}break;case "mi":case "mi_NZ":case "mi_nz":{if(!nexacro.Locale.mi_NZ){nexacro.Locale.mi_NZ={name:"mi_NZ",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u004E\u005A\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0052\u0101\u0074\u0061\u0070\u0075","\u004D\u0061\u006E\u0065","\u0054\u016B\u0072\u0065\u0069","\u0057\u0065\u006E\u0065\u0072\u0065\u0069","\u0054\u0101\u0069\u0074\u0065","\u0050\u0061\u0072\u0061\u0069\u0072\u0065","\u0048\u0101\u0074\u0061\u0072\u0065\u0069"],weekday_names_short:["\u0054\u0061","\u004D\u0061","\u0054\u016B","\u0057\u0065","\u0054\u0101\u0069","\u0050\u0061","\u0048\u0101"],weekday_names_narrow:["\u0054\u0061","\u004D\u0061","\u0054\u016B","\u0057\u0065","\u0054\u0101\u0069","\u0050\u0061","\u0048\u0101"],month_names_long:["\u004B\u006F\u0068\u0069\u002D\u0074\u0101\u0074\u0065\u0061","\u0048\u0075\u0069\u002D\u0074\u0061\u006E\u0067\u0075\u0072\u0075","\u0050\u006F\u0075\u0074\u016B\u002D\u0074\u0065\u002D\u0072\u0061\u006E\u0067\u0069","\u0050\u0061\u0065\u006E\u0067\u0061\u002D\u0077\u0068\u0101\u0077\u0068\u0101","\u0048\u0061\u0072\u0061\u0074\u0075\u0061","\u0050\u0069\u0070\u0069\u0072\u0069","\u0048\u014D\u006E\u0067\u006F\u0069\u006E\u0067\u006F\u0069","\u0048\u0065\u0072\u0065\u002D\u0074\u0075\u0072\u0069\u002D\u006B\u014D\u006B\u0101","\u004D\u0061\u0068\u0075\u0072\u0075","\u0057\u0068\u0069\u0072\u0069\u006E\u0067\u0061\u002D\u0101\u002D\u006E\u0075\u006B\u0075","\u0057\u0068\u0069\u0072\u0069\u006E\u0067\u0061\u002D\u0101\u002D\u0072\u0061\u006E\u0067\u0069","\u0048\u0061\u006B\u0069\u0068\u0065\u0061"],month_names_short:["\u004B\u006F\u0068\u0069","\u0048\u0075\u0069","\u0050\u006F\u0075","\u0050\u0061\u0065","\u0048\u0061\u0072\u0061","\u0050\u0069\u0070\u0069","\u0048\u014D\u006E\u0067\u006F\u0069","\u0048\u0065\u0072\u0065","\u004D\u0061\u0068\u0075","\u0057\u0068\u0069\u002D\u006E\u0075","\u0057\u0068\u0069\u002D\u0072\u0061","\u0048\u0061\u006B\u0069"],month_names_narrow:["\u004B\u006F\u0068\u0069","\u0048\u0075\u0069","\u0050\u006F\u0075","\u0050\u0061\u0065","\u0048\u0061\u0072\u0061","\u0050\u0069\u0070\u0069","\u0048\u014D\u006E\u0067\u006F\u0069","\u0048\u0065\u0072\u0065","\u004D\u0061\u0068\u0075","\u0057\u0068\u0069\u002D\u006E\u0075","\u0057\u0068\u0069\u002D\u0072\u0061","\u0048\u0061\u006B\u0069"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0054\u0065\u0020\u0025\u0041\u002C\u0020\u0074\u0065\u0020\u0025\u0064\u0020\u006F\u0020\u0025\u0042\u002C\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.mi_NZ;}break;case "mk":case "mk_MK":case "mk_mk":{if(!nexacro.Locale.mk_MK){nexacro.Locale.mk_MK={name:"mk_MK",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u004D\u004B\u0044\u0020",currency_symbol:"\u0434\u0435\u043D\u002E",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u043D\u0435\u0434\u0435\u043B\u0430","\u043F\u043E\u043D\u0435\u0434\u0435\u043B\u043D\u0438\u043A","\u0432\u0442\u043E\u0440\u043D\u0438\u043A","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u043E\u043A","\u043F\u0435\u0442\u043E\u043A","\u0441\u0430\u0431\u043E\u0442\u0430"],weekday_names_short:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0432\u0442\u043E","\u0441\u0440\u0435","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0430\u0431"],weekday_names_narrow:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0432\u0442\u043E","\u0441\u0440\u0435","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0430\u0431"],month_names_long:["\u0458\u0430\u043D\u0443\u0430\u0440\u0438","\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0438\u043B","\u043C\u0430\u0458","\u0458\u0443\u043D\u0438","\u0458\u0443\u043B\u0438","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043F\u0442\u0435\u043C\u0432\u0440\u0438","\u043E\u043A\u0442\u043E\u043C\u0432\u0440\u0438","\u043D\u043E\u0435\u043C\u0432\u0440\u0438","\u0434\u0435\u043A\u0435\u043C\u0432\u0440\u0438"],month_names_short:["\u0458\u0430\u043D","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0435","\u0434\u0435\u043A"],month_names_narrow:["\u0458\u0430\u043D","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0435","\u0434\u0435\u043A"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u002C\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u002C\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.mk_MK;}break;case "ml":case "ml_IN":case "ml_in":{if(!nexacro.Locale.ml_IN){nexacro.Locale.ml_IN={name:"ml_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0D15",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0D1E\u0D3E\u0D2F\u0D30\u0D4D\u200D","\u0D24\u0D3F\u0D19\u0D4D\u0D15\u0D33\u0D4D\u200D","\u0D1A\u0D4A\u0D35\u0D4D\u0D35","\u0D2C\u0D41\u0D27\u0D28\u0D4D\u200D","\u0D35\u0D4D\u0D2F\u0D3E\u0D34\u0D02","\u0D35\u0D46\u0D33\u0D4D\u0D33\u0D3F","\u0D36\u0D28\u0D3F"],weekday_names_short:["\u0D1E\u0D3E","\u0D24\u0D3F","\u0D1A\u0D4A","\u0D2C\u0D41","\u0D35\u0D4D\u0D2F\u0D3E","\u0D35\u0D46","\u0D36"],weekday_names_narrow:["\u0D1E\u0D3E","\u0D24\u0D3F","\u0D1A\u0D4A","\u0D2C\u0D41","\u0D35\u0D4D\u0D2F\u0D3E","\u0D35\u0D46","\u0D36"],month_names_long:["\u0D1C\u0D28\u0D41\u0D35\u0D30\u0D3F","\u0D2B\u0D46\u0D2C\u0D4D\u0D30\u0D41\u0D35\u0D30\u0D3F","\u0D2E\u0D3E\u0D30\u0D4D\u200D\u0D1A\u0D4D\u0D1A\u0D4D","\u0D0F\u0D2A\u0D4D\u0D30\u0D3F\u0D32\u0D4D\u200D\u0020","\u0D2E\u0D46\u0D2F\u0D4D","\u0D1C\u0D42\u0D23\u0D4D\u200D","\u0D1C\u0D42\u0D32\u0D48","\u0D06\u0D17\u0D38\u0D4D\u0D31\u0D4D\u0D31\u0D4D","\u0D38\u0D46\u0D2A\u0D4D\u0D31\u0D4D\u0D31\u0D02\u0D2C\u0D30\u0D4D\u200D","\u0D12\u0D15\u0D4D\u0D1F\u0D4B\u0D2C\u0D30\u0D4D\u200D","\u0D28\u0D35\u0D02\u0D2C\u0D30\u0D4D\u200D","\u0D21\u0D3F\u0D38\u0D02\u0D2C\u0D30\u0D4D\u200D"],month_names_short:["\u0D1C\u0D28\u0D41","\u0D2B\u0D46\u0D2C\u0D4D","\u0D2E\u0D3E\u0D30\u0D4D\u200D","\u0D0F\u0D2A\u0D4D\u0D30","\u0D2E\u0D46","\u0D1C\u0D42\u0D23\u0D4D\u200D","\u0D1C\u0D42\u0D32\u0D48","\u0D06\u0D17\u0D4D","\u0D38\u0D46\u0D2A\u0D4D","\u0D12\u0D15\u0D4D\u0D1F\u0D4B","\u0D28\u0D35\u0D02","\u0D21\u0D3F\u0D38\u0D02"],month_names_narrow:["\u0D1C\u0D28\u0D41","\u0D2B\u0D46\u0D2C\u0D4D","\u0D2E\u0D3E\u0D30\u0D4D\u200D","\u0D0F\u0D2A\u0D4D\u0D30","\u0D2E\u0D46","\u0D1C\u0D42\u0D23\u0D4D\u200D","\u0D1C\u0D42\u0D32\u0D48","\u0D06\u0D17\u0D4D","\u0D38\u0D46\u0D2A\u0D4D","\u0D12\u0D15\u0D4D\u0D1F\u0D4B","\u0D28\u0D35\u0D02","\u0D21\u0D3F\u0D38\u0D02"],ampm:["\u0D30\u0D3E\u0D35\u0D3F\u0D32\u0D46","\u0D35\u0D48\u0D15\u0D41"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",direction:"ltr"};}return nexacro.Locale.ml_IN;}break;case "mn":case "mn_MN":case "mn_mn":{if(!nexacro.Locale.mn_MN){nexacro.Locale.mn_MN={name:"mn_MN",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u004D\u004E\u0054\u0020",currency_symbol:"\u20AE",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u041D\u044F\u043C","\u0414\u0430\u0432\u0430\u0430","\u041C\u044F\u0433\u043C\u0430\u0440","\u041B\u0445\u0430\u0433\u0432\u0430","\u041F\u04AF\u0440\u044D\u0432","\u0411\u0430\u0430\u0441\u0430\u043D","\u0411\u044F\u043C\u0431\u0430"],weekday_names_short:["\u041D\u044F","\u0414\u0430","\u041C\u044F","\u041B\u0445","\u041F\u04AF","\u0411\u0430","\u0411\u044F"],weekday_names_narrow:["\u041D\u044F","\u0414\u0430","\u041C\u044F","\u041B\u0445","\u041F\u04AF","\u0411\u0430","\u0411\u044F"],month_names_long:["\u0425\u0443\u043B\u0433\u0430\u043D\u0430\u0020\u0441\u0430\u0440\u044B\u043D","\u04AE\u0445\u044D\u0440\u0020\u0441\u0430\u0440\u044B\u043D","\u0411\u0430\u0440\u0020\u0441\u0430\u0440\u044B\u043D","\u0422\u0443\u0443\u043B\u0430\u0439\u0020\u0441\u0430\u0440\u044B\u043D","\u041B\u0443\u0443\u0020\u0441\u0430\u0440\u044B\u043D","\u041C\u043E\u0433\u043E\u0439\u0020\u0441\u0430\u0440\u044B\u043D","\u041C\u043E\u0440\u044C\u0020\u0441\u0430\u0440\u044B\u043D","\u0425\u043E\u043D\u044C\u0020\u0441\u0430\u0440\u044B\u043D","\u0411\u0438\u0447\u0020\u0441\u0430\u0440\u044B\u043D","\u0422\u0430\u0445\u0438\u0430\u0020\u0441\u0430\u0440\u044B\u043D","\u041D\u043E\u0445\u043E\u0439\u0020\u0441\u0430\u0440\u044B\u043D","\u0413\u0430\u0445\u0430\u0439\u0020\u0441\u0430\u0440\u044B\u043D"],month_names_short:["\u0425\u0443\u043B","\u04AE\u0445\u044D","\u0411\u0430\u0440","\u0422\u0443\u0443","\u041B\u0443\u0443","\u041C\u043E\u0433","\u041C\u043E\u0440","\u0425\u043E\u043D","\u0411\u0438\u0447","\u0422\u0430\u0445","\u041D\u043E\u0445","\u0413\u0430\u0445"],month_names_narrow:["\u0425\u0443\u043B","\u04AE\u0445\u044D","\u0411\u0430\u0440","\u0422\u0443\u0443","\u041B\u0443\u0443","\u041C\u043E\u0433","\u041C\u043E\u0440","\u0425\u043E\u043D","\u0411\u0438\u0447","\u0422\u0430\u0445","\u041D\u043E\u0445","\u0413\u0430\u0445"],ampm:["",""],date_format:"\u0025\u0059\u002E\u0025\u006D\u002E\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0059\u0020\u0025\u0062\u0020\u0025\u0064\u002C\u0020\u0025\u0061\u0020\u0025\u0054",full_date_time_format:"\u0025\u005A\u0020\u0025\u0059\u0020\u043E\u043D\u044B\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0061\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.mn_MN;}break;case "mr":case "mr_IN":case "mr_in":{if(!nexacro.Locale.mr_IN){nexacro.Locale.mr_IN={name:"mr_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0930\u0941",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0930\u0935\u093F\u0935\u093E\u0930","\u0938\u094B\u092E\u0935\u093E\u0930","\u092E\u0902\u0917\u0933\u0935\u093E\u0930","\u092E\u0902\u0917\u0933\u0935\u093E\u0930","\u0917\u0941\u0930\u0941\u0935\u093E\u0930","\u0936\u0941\u0915\u094D\u0930\u0935\u093E\u0930","\u0936\u0928\u093F\u0935\u093E\u0930"],weekday_names_short:["\u0930\u0935\u093F","\u0938\u094B\u092E","\u092E\u0902\u0917\u0933","\u092C\u0941\u0927","\u0917\u0941\u0930\u0941","\u0936\u0941\u0915\u094D\u0930","\u0936\u0928\u093F"],weekday_names_narrow:["\u0930\u0935\u093F","\u0938\u094B\u092E","\u092E\u0902\u0917\u0933","\u092C\u0941\u0927","\u0917\u0941\u0930\u0941","\u0936\u0941\u0915\u094D\u0930","\u0936\u0928\u093F"],month_names_long:["\u091C\u093E\u0928\u0947\u0935\u093E\u0930\u0940","\u092B\u0947\u092C\u0943\u0935\u093E\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u090F\u092A\u094D\u0930\u093F\u0932","\u092E\u0947","\u091C\u0942\u0928","\u091C\u0941\u0932\u0948","\u0913\u0917\u0938\u094D\u091F","\u0938\u0947\u092A\u094D\u091F\u0947\u0902\u092C\u0930","\u0913\u0915\u094D\u091F\u094B\u092C\u0930","\u0928\u094B\u0935\u094D\u0939\u0947\u0902\u092C\u0930","\u0921\u093F\u0938\u0947\u0902\u092C\u0930"],month_names_short:["\u091C\u093E\u0928\u0947\u0935\u093E\u0930\u0940","\u092B\u0947\u092C\u0943\u0935\u093E\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u090F\u092A\u094D\u0930\u093F\u0932","\u092E\u0947","\u091C\u0942\u0928","\u091C\u0941\u0932\u0948","\u0913\u0917\u0938\u094D\u091F","\u0938\u0947\u092A\u094D\u091F\u0947\u0902\u092C\u0930","\u0913\u0915\u094D\u091F\u094B\u092C\u0930","\u0928\u094B\u0935\u094D\u0939\u0947\u0902\u092C\u0930","\u0921\u093F\u0938\u0947\u0902\u092C\u0930"],month_names_narrow:["\u091C\u093E\u0928\u0947\u0935\u093E\u0930\u0940","\u092B\u0947\u092C\u0943\u0935\u093E\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u090F\u092A\u094D\u0930\u093F\u0932","\u092E\u0947","\u091C\u0942\u0928","\u091C\u0941\u0932\u0948","\u0913\u0917\u0938\u094D\u091F","\u0938\u0947\u092A\u094D\u091F\u0947\u0902\u092C\u0930","\u0913\u0915\u094D\u091F\u094B\u092C\u0930","\u0928\u094B\u0935\u094D\u0939\u0947\u0902\u092C\u0930","\u0921\u093F\u0938\u0947\u0902\u092C\u0930"],ampm:["\u092E\u002E\u092A\u0942\u002E","\u092E\u002E\u0928\u0902\u002E"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.mr_IN;}break;case "ms":case "ms_MY":case "ms_my":{if(!nexacro.Locale.ms_MY){nexacro.Locale.ms_MY={name:"ms_MY",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004D\u0059\u0052\u0020",currency_symbol:"\u0052\u004D",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:0,weekday_names_long:["\u0041\u0068\u0061\u0064","\u0049\u0073\u006E\u0069\u006E","\u0053\u0065\u006C\u0061\u0073\u0061","\u0052\u0061\u0062\u0075","\u004B\u0068\u0061\u006D\u0069\u0073","\u004A\u0075\u006D\u0061\u0061\u0074","\u0053\u0061\u0062\u0074\u0075"],weekday_names_short:["\u0041\u0068\u0064","\u0049\u0073\u006E","\u0053\u0065\u006C","\u0052\u0061\u0062","\u004B\u0068\u0061","\u004A\u0075\u006D","\u0053\u0061\u0062"],weekday_names_narrow:["\u0041\u0068\u0064","\u0049\u0073\u006E","\u0053\u0065\u006C","\u0052\u0061\u0062","\u004B\u0068\u0061","\u004A\u0075\u006D","\u0053\u0061\u0062"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0069","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0069","\u004D\u0061\u0063","\u0041\u0070\u0072\u0069\u006C","\u004D\u0065\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C\u0061\u0069","\u004F\u0067\u006F\u0073","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0069\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0063","\u0041\u0070\u0072","\u004D\u0065\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u004F\u0067\u006F\u0073","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0069\u0073"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0063","\u0041\u0070\u0072","\u004D\u0065\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u004F\u0067\u006F\u0073","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0069\u0073"],ampm:["",""],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ms_MY;}break;case "mt":case "mt_MT":case "mt_mt":{if(!nexacro.Locale.mt_MT){nexacro.Locale.mt_MT={name:"mt_MT",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004D\u0054\u004C\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0069\u006C\u002D\u0126\u0061\u0064\u0064","\u0069\u0074\u002D\u0054\u006E\u0065\u006A\u006E","\u0069\u0074\u002D\u0054\u006C\u0069\u0065\u0074\u0061","\u006C\u002D\u0045\u0072\u0062\u0067\u0127\u0061","\u0069\u006C\u002D\u0126\u0061\u006D\u0069\u0073","\u0069\u006C\u002D\u0120\u0069\u006D\u0067\u0127\u0061","\u0069\u0073\u002D\u0053\u0069\u0062\u0074"],weekday_names_short:["\u0126\u0061\u0064","\u0054\u006E\u0065","\u0054\u006C\u0069","\u0045\u0072\u0062","\u0126\u0061\u006D","\u0120\u0069\u006D","\u0053\u0069\u0062"],weekday_names_narrow:["\u0126\u0061\u0064","\u0054\u006E\u0065","\u0054\u006C\u0069","\u0045\u0072\u0062","\u0126\u0061\u006D","\u0120\u0069\u006D","\u0053\u0069\u0062"],month_names_long:["\u004A\u0061\u006E\u006E\u0061\u0072","\u0046\u0072\u0061\u0072","\u004D\u0061\u0072\u007A\u0075","\u0041\u0070\u0072\u0069\u006C","\u004D\u0065\u006A\u006A\u0075","\u0120\u0075\u006E\u006A\u0075","\u004C\u0075\u006C\u006A\u0075","\u0041\u0077\u0069\u0073\u0073\u0075","\u0053\u0065\u0074\u0074\u0065\u006D\u0062\u0072\u0075","\u004F\u0074\u0074\u0075\u0062\u0072\u0075","\u004E\u006F\u0076\u0065\u006D\u0062\u0072\u0075","\u0044\u0069\u010B\u0065\u006D\u0062\u0072\u0075\u0020"],month_names_short:["\u004A\u0061\u006E","\u0046\u0072\u0061","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0065\u006A","\u0120\u0075\u006E","\u004C\u0075\u006C","\u0041\u0077\u0069","\u0053\u0065\u0074","\u004F\u0074\u0074","\u004E\u006F\u0076","\u0044\u0069\u010B"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0072\u0061","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0065\u006A","\u0120\u0075\u006E","\u004C\u0075\u006C","\u0041\u0077\u0069","\u0053\u0065\u0074","\u004F\u0074\u0074","\u004E\u006F\u0076","\u0044\u0069\u010B"],ampm:["",""],date_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0074\u0061\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0074\u0061\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u0020\u0074\u0061\u0027\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.mt_MT;}break;case "nb":case "nb_NO":case "nb_no":{if(!nexacro.Locale.nb_NO){nexacro.Locale.nb_NO={name:"nb_NO",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u004E\u004F\u004B\u0020",currency_symbol:"\u006B\u0072",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0073\u00F8\u006E\u0064\u0061\u0067","\u006D\u0061\u006E\u0064\u0061\u0067","\u0074\u0069\u0072\u0073\u0064\u0061\u0067","\u006F\u006E\u0073\u0064\u0061\u0067","\u0074\u006F\u0072\u0073\u0064\u0061\u0067","\u0066\u0072\u0065\u0064\u0061\u0067","\u006C\u00F8\u0072\u0064\u0061\u0067"],weekday_names_short:["\u0073\u00F8\u006E","\u006D\u0061\u006E","\u0074\u0069\u0072","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F8\u0072"],weekday_names_narrow:["\u0073\u00F8\u006E","\u006D\u0061\u006E","\u0074\u0069\u0072","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F8\u0072"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072","\u0066\u0065\u0062\u0072\u0075\u0061\u0072","\u006D\u0061\u0072\u0073","\u0061\u0070\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.nb_NO;}break;case "ne":case "ne_NP":case "ne_np":{if(!nexacro.Locale.ne_NP){nexacro.Locale.ne_NP={name:"ne_NP",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0930\u0942",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0906\u0907\u0924\u092C\u093E\u0930\u0020","\u0938\u094B\u092E\u092C\u093E\u0930\u0020","\u092E\u0902\u0917\u0932\u092C\u093E\u0930\u0020","\u092C\u0941\u0927\u092C\u093E\u0930\u0020","\u092C\u093F\u0939\u093F\u092C\u093E\u0930\u0020","\u0936\u0941\u0915\u094D\u0930\u092C\u093E\u0930\u0020","\u0936\u0928\u093F\u092C\u093E\u0930\u0020"],weekday_names_short:["\u0906\u0907\u0924\u0020","\u0938\u094B\u092E\u0020","\u092E\u0902\u0917\u0932\u0020","\u092C\u0941\u0927\u0020","\u092C\u093F\u0939\u093F\u0020","\u0936\u0941\u0915\u094D\u0930\u0020","\u0936\u0928\u093F\u0020"],weekday_names_narrow:["\u0906\u0907\u0924\u0020","\u0938\u094B\u092E\u0020","\u092E\u0902\u0917\u0932\u0020","\u092C\u0941\u0927\u0020","\u092C\u093F\u0939\u093F\u0020","\u0936\u0941\u0915\u094D\u0930\u0020","\u0936\u0928\u093F\u0020"],month_names_long:["\u091C\u0928\u0935\u0930\u0940","\u092B\u093C\u0930\u0935\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u0905\u092A\u094D\u0930\u0947\u0932","\u092E\u0908","\u091C\u0942\u0928","\u091C\u0941\u0932\u093E\u0908","\u0905\u0917\u0938\u094D\u0924","\u0938\u093F\u0924\u092E\u094D\u092C\u0930","\u0905\u0915\u094D\u091F\u0942\u092C\u0930","\u0928\u0935\u092E\u094D\u092C\u0930","\u0926\u093F\u0938\u092E\u094D\u092C\u0930"],month_names_short:["\u091C\u0928\u0935\u0930\u0940","\u092B\u093C\u0930\u0935\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u0905\u092A\u094D\u0930\u0947\u0932","\u092E\u0908","\u091C\u0942\u0928","\u091C\u0941\u0932\u093E\u0908","\u0905\u0917\u0938\u094D\u0924","\u0938\u093F\u0924\u092E\u094D\u092C\u0930","\u0905\u0915\u094D\u091F\u0942\u092C\u0930","\u0928\u0935\u092E\u094D\u092C\u0930","\u0926\u093F\u0938\u092E\u094D\u092C\u0930"],month_names_narrow:["\u091C\u0928\u0935\u0930\u0940","\u092B\u093C\u0930\u0935\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u0905\u092A\u094D\u0930\u0947\u0932","\u092E\u0908","\u091C\u0942\u0928","\u091C\u0941\u0932\u093E\u0908","\u0905\u0917\u0938\u094D\u0924","\u0938\u093F\u0924\u092E\u094D\u092C\u0930","\u0905\u0915\u094D\u091F\u0942\u092C\u0930","\u0928\u0935\u092E\u094D\u092C\u0930","\u0926\u093F\u0938\u092E\u094D\u092C\u0930"],ampm:["\u092A\u0942\u0930\u094D\u0935\u093E\u0939\u094D\u0928","\u0905\u092A\u0930\u093E\u0939\u094D\u0928"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u006E\u002F\u0025\u0065\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.ne_NP;}break;case "nl_BE":case "nl_be":{if(!nexacro.Locale.nl_BE){nexacro.Locale.nl_BE={name:"nl_BE",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u007A\u006F\u006E\u0064\u0061\u0067","\u006D\u0061\u0061\u006E\u0064\u0061\u0067","\u0064\u0069\u006E\u0073\u0064\u0061\u0067","\u0077\u006F\u0065\u006E\u0073\u0064\u0061\u0067","\u0064\u006F\u006E\u0064\u0065\u0072\u0064\u0061\u0067","\u0076\u0072\u0069\u006A\u0064\u0061\u0067","\u007A\u0061\u0074\u0065\u0072\u0064\u0061\u0067"],weekday_names_short:["\u007A\u006F","\u006D\u0061","\u0064\u0069","\u0077\u006F","\u0064\u006F","\u0076\u0072","\u007A\u0061"],weekday_names_narrow:["\u007A\u006F","\u006D\u0061","\u0064\u0069","\u0077\u006F","\u0064\u006F","\u0076\u0072","\u007A\u0061"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072\u0069","\u0066\u0065\u0062\u0072\u0075\u0061\u0072\u0069","\u006D\u0061\u0061\u0072\u0074","\u0061\u0070\u0072\u0069\u006C","\u006D\u0065\u0069","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074\u0075\u0073","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0072\u0074","\u0061\u0070\u0072","\u006D\u0065\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0072\u0074","\u0061\u0070\u0072","\u006D\u0065\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002F\u0025\u006E\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.nl_BE;}break;case "nl":case "nl_NL":case "nl_nl":{if(!nexacro.Locale.nl_NL){nexacro.Locale.nl_NL={name:"nl_NL",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:2,mon_n_sign_posn:4,weekday_names_long:["\u007A\u006F\u006E\u0064\u0061\u0067","\u006D\u0061\u0061\u006E\u0064\u0061\u0067","\u0064\u0069\u006E\u0073\u0064\u0061\u0067","\u0077\u006F\u0065\u006E\u0073\u0064\u0061\u0067","\u0064\u006F\u006E\u0064\u0065\u0072\u0064\u0061\u0067","\u0076\u0072\u0069\u006A\u0064\u0061\u0067","\u007A\u0061\u0074\u0065\u0072\u0064\u0061\u0067"],weekday_names_short:["\u007A\u006F","\u006D\u0061","\u0064\u0069","\u0077\u006F","\u0064\u006F","\u0076\u0072","\u007A\u0061"],weekday_names_narrow:["\u007A\u006F","\u006D\u0061","\u0064\u0069","\u0077\u006F","\u0064\u006F","\u0076\u0072","\u007A\u0061"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072\u0069","\u0066\u0065\u0062\u0072\u0075\u0061\u0072\u0069","\u006D\u0061\u0061\u0072\u0074","\u0061\u0070\u0072\u0069\u006C","\u006D\u0065\u0069","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074\u0075\u0073","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0072\u0074","\u0061\u0070\u0072","\u006D\u0065\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0072\u0074","\u0061\u0070\u0072","\u006D\u0065\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002D\u0025\u006E\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.nl_NL;}break;case "nn":case "nn_NO":case "nn_no":{if(!nexacro.Locale.nn_NO){nexacro.Locale.nn_NO={name:"nn_NO",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u004E\u004F\u004B\u0020",currency_symbol:"\u006B\u0072",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:3,mon_n_sign_posn:4,weekday_names_long:["\u0073\u0075\u006E\u0064\u0061\u0067\u0020","\u006D\u00E5\u006E\u0064\u0061\u0067\u0020","\u0074\u0079\u0073\u0064\u0061\u0067\u0020","\u006F\u006E\u0073\u0064\u0061\u0067\u0020","\u0074\u006F\u0072\u0073\u0064\u0061\u0067\u0020","\u0066\u0072\u0065\u0064\u0061\u0067\u0020","\u006C\u0061\u0075\u0072\u0064\u0061\u0067\u0020"],weekday_names_short:["\u0073\u0075\u0020","\u006D\u00E5\u0020","\u0074\u0079\u0020","\u006F\u006E\u0020","\u0074\u006F\u0020","\u0066\u0072\u0020","\u006C\u0061\u0075\u0020"],weekday_names_narrow:["\u0073\u0075\u0020","\u006D\u00E5\u0020","\u0074\u0079\u0020","\u006F\u006E\u0020","\u0074\u006F\u0020","\u0066\u0072\u0020","\u006C\u0061\u0075\u0020"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072","\u0066\u0065\u0062\u0072\u0075\u0061\u0072","\u006D\u0061\u0072\u0073","\u0061\u0070\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u006B\u006C\u0020\u0025\u0048\u002E\u0025\u004D\u0020\u0025\u005A",time_format_ampm:"",date_time_format:"\u0025\u0064\u002E\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u006B\u006C\u0020\u0025\u0048\u002E\u0025\u004D\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.nn_NO;}break;case "no":case "no_NO":case "no_no":{if(!nexacro.Locale.no_NO){nexacro.Locale.no_NO={name:"no_NO",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u004E\u004F\u004B\u0020",currency_symbol:"\u006B\u0072",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0073\u00F8\u006E\u0064\u0061\u0067","\u006D\u0061\u006E\u0064\u0061\u0067","\u0074\u0069\u0072\u0073\u0064\u0061\u0067","\u006F\u006E\u0073\u0064\u0061\u0067","\u0074\u006F\u0072\u0073\u0064\u0061\u0067","\u0066\u0072\u0065\u0064\u0061\u0067","\u006C\u00F8\u0072\u0064\u0061\u0067"],weekday_names_short:["\u0073\u00F8\u006E","\u006D\u0061\u006E","\u0074\u0069\u0072","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F8\u0072"],weekday_names_narrow:["\u0073\u00F8\u006E","\u006D\u0061\u006E","\u0074\u0069\u0072","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F8\u0072"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072","\u0066\u0065\u0062\u0072\u0075\u0061\u0072","\u006D\u0061\u0072\u0073","\u0061\u0070\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.no_NO;}break;case "nr":case "nr_ZA":case "nr_za":{if(!nexacro.Locale.nr_ZA){nexacro.Locale.nr_ZA={name:"nr_ZA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u005A\u0041\u0052\u0020",currency_symbol:"\u0052",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0075\u0053\u006F\u006E\u0074\u006F","\u0075\u004D\u0076\u0075\u006C\u006F","\u0075\u004C\u0065\u0073\u0069\u0062\u0069\u006C\u0069","\u006C\u0065\u0073\u0069\u0074\u0068\u0061\u0074\u0068\u0075","\u0075\u004C\u0065\u0073\u0069\u006E\u0065","\u006E\u0067\u006F\u004C\u0065\u0073\u0069\u0068\u006C\u0061\u006E\u0075","\u0075\u006D\u0047\u0071\u0069\u0062\u0065\u006C\u006F"],weekday_names_short:["\u0053\u006F\u006E","\u004D\u0076\u0075","\u0042\u0069\u006C","\u0054\u0068\u0061","\u004E\u0065","\u0048\u006C\u0061","\u0047\u0071\u0069"],weekday_names_narrow:["\u0053\u006F\u006E","\u004D\u0076\u0075","\u0042\u0069\u006C","\u0054\u0068\u0061","\u004E\u0065","\u0048\u006C\u0061","\u0047\u0071\u0069"],month_names_long:["\u004A\u0061\u006E\u0061\u0062\u0061\u0072\u0069","\u0075\u0046\u0065\u0062\u0065\u0072\u0062\u0061\u0072\u0069","\u0075\u004D\u0061\u0074\u006A\u0068\u0069","\u0075\u002D\u0041\u0070\u0072\u0065\u006C\u0069","\u004D\u0065\u0079\u0069","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0061\u0079\u0069","\u0041\u0072\u0068\u006F\u0073\u0074\u006F\u0073\u0069","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0061","\u004F\u006B\u0074\u006F\u0062\u0061","\u0055\u0073\u0069\u006E\u0079\u0069\u006B\u0068\u0061\u0062\u0061","\u0044\u0069\u0073\u0065\u006D\u0062\u0061"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0074","\u0041\u0070\u0072","\u004D\u0065\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0072\u0068","\u0053\u0065\u0070","\u004F\u006B\u0074","\u0055\u0073\u0069","\u0044\u0069\u0073"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0074","\u0041\u0070\u0072","\u004D\u0065\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0072\u0068","\u0053\u0065\u0070","\u004F\u006B\u0074","\u0055\u0073\u0069","\u0044\u0069\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u002D\u0065\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u002D\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.nr_ZA;}break;case "oc":case "oc_FR":case "oc_fr":{if(!nexacro.Locale.oc_FR){nexacro.Locale.oc_FR={name:"oc_FR",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0069\u006D\u0065\u006E\u0067\u0065","\u0064\u0069\u006C\u0075\u006E\u0073","\u0064\u0069\u006D\u0061\u0072\u0073","\u0064\u0069\u006D\u0065\u0063\u0072\u0065\u0073","\u0064\u0069\u006A\u00F3\u0075\u0073","\u0064\u0069\u0076\u0065\u006E\u0064\u0072\u0065\u0073","\u0064\u0069\u0073\u0061\u0062\u0074\u0065"],weekday_names_short:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0063","\u006A\u00F3\u0075","\u0076\u0065\u006E","\u0073\u0061\u0062"],weekday_names_narrow:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0063","\u006A\u00F3\u0075","\u0076\u0065\u006E","\u0073\u0061\u0062"],month_names_long:["\u0067\u0065\u006E\u0069\u00E8\u0072","\u0066\u0065\u0062\u0072\u0069\u00E8\u0072","\u006D\u0061\u0072\u00E7","\u0061\u0062\u0072\u0069\u0061\u006C","\u006D\u0061\u0069","\u006A\u0075\u006E\u0068","\u006A\u0075\u006C\u0068\u0065\u0074","\u0061\u0067\u00F3\u0073\u0074","\u0073\u0065\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u0065\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u00F3","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u00F3","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.oc_FR;}break;case "om":case "om_ET":case "om_et":{if(!nexacro.Locale.om_ET){nexacro.Locale.om_ET={name:"om_ET",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0045\u0054\u0042\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0044\u0069\u006C\u0062\u0061\u0074\u0061","\u0057\u0069\u0069\u0078\u0061\u0074\u0061","\u0051\u0069\u0062\u0078\u0061\u0074\u0061","\u0052\u006F\u006F\u0062\u0069\u0069","\u004B\u0061\u006D\u0069\u0069\u0073\u0061","\u004A\u0069\u006D\u0061\u0061\u0074\u0061","\u0053\u0061\u006E\u0062\u0061\u0074\u0061"],weekday_names_short:["\u0044\u0069\u006C","\u0057\u0069\u0078","\u0051\u0069\u0062","\u0052\u006F\u0062","\u004B\u0061\u006D","\u004A\u0069\u006D","\u0053\u0061\u006E"],weekday_names_narrow:["\u0044\u0069\u006C","\u0057\u0069\u0078","\u0051\u0069\u0062","\u0052\u006F\u0062","\u004B\u0061\u006D","\u004A\u0069\u006D","\u0053\u0061\u006E"],month_names_long:["\u0041\u006D\u0061\u006A\u006A\u0069\u0069","\u0047\u0075\u0072\u0061\u0061\u006E\u0064\u0068\u0061\u006C\u0061","\u0042\u0069\u0074\u006F\u006F\u0074\u0065\u0065\u0073\u0073\u0061","\u0045\u006C\u0062\u0061","\u0043\u0061\u0061\u006D\u0073\u0061","\u0057\u0061\u0078\u0061\u0062\u0061\u006A\u006A\u0069\u0069","\u0041\u0064\u006F\u006F\u006C\u0065\u0065\u0073\u0073\u0061","\u0048\u0061\u0067\u0061\u0079\u0079\u0061","\u0046\u0075\u0075\u006C\u0062\u0061\u006E\u0061","\u004F\u006E\u006B\u006F\u006C\u006F\u006C\u0065\u0065\u0073\u0073\u0061","\u0053\u0061\u0064\u0061\u0061\u0073\u0061","\u004D\u0075\u0064\u0064\u0065\u0065"],month_names_short:["\u0041\u006D\u0061","\u0047\u0075\u0072","\u0042\u0069\u0074","\u0045\u006C\u0062","\u0043\u0061\u006D","\u0057\u0061\u0078","\u0041\u0064\u006F","\u0048\u0061\u0067","\u0046\u0075\u006C","\u004F\u006E\u006B","\u0053\u0061\u0064","\u004D\u0075\u0064"],month_names_narrow:["\u0041\u006D\u0061","\u0047\u0075\u0072","\u0042\u0069\u0074","\u0045\u006C\u0062","\u0043\u0061\u006D","\u0057\u0061\u0078","\u0041\u0064\u006F","\u0048\u0061\u0067","\u0046\u0075\u006C","\u004F\u006E\u006B","\u0053\u0061\u0064","\u004D\u0075\u0064"],ampm:["\u0057\u0044","\u0057\u0042"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.om_ET;}break;case "om_KE":case "om_ke":{if(!nexacro.Locale.om_KE){nexacro.Locale.om_KE={name:"om_KE",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u004B\u0045\u0053\u0020",currency_symbol:"\u004B\u0073\u0068",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0044\u0069\u006C\u0062\u0061\u0074\u0061","\u0057\u0069\u0069\u0078\u0061\u0074\u0061","\u0051\u0069\u0062\u0078\u0061\u0074\u0061","\u0052\u006F\u006F\u0062\u0069\u0069","\u004B\u0061\u006D\u0069\u0069\u0073\u0061","\u004A\u0069\u006D\u0061\u0061\u0074\u0061","\u0053\u0061\u006E\u0062\u0061\u0074\u0061"],weekday_names_short:["\u0044\u0069\u006C","\u0057\u0069\u0078","\u0051\u0069\u0062","\u0052\u006F\u0062","\u004B\u0061\u006D","\u004A\u0069\u006D","\u0053\u0061\u006E"],weekday_names_narrow:["\u0044\u0069\u006C","\u0057\u0069\u0078","\u0051\u0069\u0062","\u0052\u006F\u0062","\u004B\u0061\u006D","\u004A\u0069\u006D","\u0053\u0061\u006E"],month_names_long:["\u0041\u006D\u0061\u006A\u006A\u0069\u0069","\u0047\u0075\u0072\u0061\u0061\u006E\u0064\u0068\u0061\u006C\u0061","\u0042\u0069\u0074\u006F\u006F\u0074\u0065\u0065\u0073\u0073\u0061","\u0045\u006C\u0062\u0061","\u0043\u0061\u0061\u006D\u0073\u0061","\u0057\u0061\u0078\u0061\u0062\u0061\u006A\u006A\u0069\u0069","\u0041\u0064\u006F\u006F\u006C\u0065\u0065\u0073\u0073\u0061","\u0048\u0061\u0067\u0061\u0079\u0079\u0061","\u0046\u0075\u0075\u006C\u0062\u0061\u006E\u0061","\u004F\u006E\u006B\u006F\u006C\u006F\u006C\u0065\u0065\u0073\u0073\u0061","\u0053\u0061\u0064\u0061\u0061\u0073\u0061","\u004D\u0075\u0064\u0064\u0065\u0065"],month_names_short:["\u0041\u006D\u0061","\u0047\u0075\u0072","\u0042\u0069\u0074","\u0045\u006C\u0062","\u0043\u0061\u006D","\u0057\u0061\u0078","\u0041\u0064\u006F","\u0048\u0061\u0067","\u0046\u0075\u006C","\u004F\u006E\u006B","\u0053\u0061\u0064","\u004D\u0075\u0064"],month_names_narrow:["\u0041\u006D\u0061","\u0047\u0075\u0072","\u0042\u0069\u0074","\u0045\u006C\u0062","\u0043\u0061\u006D","\u0057\u0061\u0078","\u0041\u0064\u006F","\u0048\u0061\u0067","\u0046\u0075\u006C","\u004F\u006E\u006B","\u0053\u0061\u0064","\u004D\u0075\u0064"],ampm:["\u0057\u0044","\u0057\u0042"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.om_KE;}break;case "or":case "or_IN":case "or_in":{if(!nexacro.Locale.or_IN){nexacro.Locale.or_IN={name:"or_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0B1F",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0B30\u0B2C\u0B3F\u0B2C\u0B3E\u0B30","\u0B38\u0B4B\u0B2E\u0B2C\u0B3E\u0B30","\u0B2E\u0B19\u0B4D\u0B17\u0B33\u0B2C\u0B3E\u0B30","\u0B2C\u0B41\u0B27\u0B2C\u0B3E\u0B30","\u0B17\u0B41\u0B30\u0B41\u0B2C\u0B3E\u0B30","\u0B36\u0B41\u0B15\u0B4D\u0B30\u0B2C\u0B3E\u0B30","\u0B36\u0B28\u0B3F\u0B2C\u0B3E\u0B30"],weekday_names_short:["\u0B30\u0B2C\u0B3F","\u0B38\u0B4B\u0B2E","\u0B2E\u0B19\u0B4D\u0B17\u0B33","\u0B2C\u0B41\u0B27","\u0B17\u0B41\u0B30\u0B41","\u0B36\u0B41\u0B15\u0B4D\u0B30","\u0B36\u0B28\u0B3F"],weekday_names_narrow:["\u0B30\u0B2C\u0B3F","\u0B38\u0B4B\u0B2E","\u0B2E\u0B19\u0B4D\u0B17\u0B33","\u0B2C\u0B41\u0B27","\u0B17\u0B41\u0B30\u0B41","\u0B36\u0B41\u0B15\u0B4D\u0B30","\u0B36\u0B28\u0B3F"],month_names_long:["\u0B1C\u0B3E\u0B28\u0B41\u0B06\u0B30\u0B40","\u0B2B\u0B47\u0B2C\u0B43\u0B06\u0B30\u0B40","\u0B2E\u0B3E\u0B30\u0B4D\u0B1A\u0B4D\u0B1A","\u0B05\u0B2A\u0B4D\u0B30\u0B47\u0B32","\u0B2E\u0B07","\u0B1C\u0B41\u0B28","\u0B1C\u0B41\u0B32\u0B3E\u0B07","\u0B05\u0B17\u0B37\u0B4D\u0B1F","\u0B38\u0B47\u0B2A\u0B4D\u0B1F\u0B47\u0B2E\u0B4D\u0B2C\u0B30","\u0B05\u0B15\u0B4D\u0B1F\u0B4B\u0B2C\u0B30","\u0B28\u0B2D\u0B47\u0B2E\u0B4D\u0B2C\u0B30","\u0B21\u0B3F\u0B38\u0B47\u0B2E\u0B4D\u0B2C\u0B30"],month_names_short:["\u0031","\u0033","\u0034","\u0035","\u0036","\u0037","\u0038","\u0039","\u0031\u0030","\u0031\u0030","\u0031\u0031","\u0031\u0032"],month_names_narrow:["\u0031","\u0033","\u0034","\u0035","\u0036","\u0037","\u0038","\u0039","\u0031\u0030","\u0031\u0030","\u0031\u0031","\u0031\u0032"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u004F\u0064\u002D\u0025\u004F\u006D\u002D\u0025\u004F\u0079",time_format:"\u0025\u004F\u0049\u003A\u0025\u004F\u004D\u003A\u0025\u004F\u0053\u0020\u0025\u0070",time_format_ampm:"\u0025\u004F\u0049\u003A\u0025\u004F\u004D\u003A\u0025\u004F\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u004F\u0065\u0020\u0025\u0042\u0020\u0025\u004F\u0079\u0020\u0025\u004F\u0049\u003A\u0025\u004F\u004D\u003A\u0025\u004F\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",direction:"ltr"};}return nexacro.Locale.or_IN;}break;case "pa":case "pa_IN":case "pa_in":{if(!nexacro.Locale.pa_IN){nexacro.Locale.pa_IN={name:"pa_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0A30\u0A41",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0A10\u0A24\u0A35\u0A3E\u0A30\u0020","\u0A38\u0A4B\u0A2E\u0A35\u0A3E\u0A30\u0020","\u0A2E\u0A70\u0A17\u0A32\u0A35\u0A3E\u0A30\u0020","\u0A2C\u0A41\u0A71\u0A27\u0A35\u0A3E\u0A30\u0020","\u0A35\u0A40\u0A30\u0A35\u0A3E\u0A30\u0020","\u0A36\u0A41\u0A71\u0A15\u0A30\u0A35\u0A3E\u0A30\u0020","\u0A36\u0A28\u0A3F\u0A71\u0A1A\u0A30\u0A35\u0A3E\u0A30\u0020"],weekday_names_short:["\u0A10\u0A24\u0020","\u0A38\u0A4B\u0A2E\u0020","\u0A2E\u0A70\u0A17\u0A32\u0020","\u0A2C\u0A41\u0A71\u0A27\u0020","\u0A35\u0A40\u0A30\u0020","\u0A36\u0A41\u0A71\u0A15\u0A30\u0020","\u0A36\u0A28\u0A3F\u0A71\u0A1A\u0A30\u0020"],weekday_names_narrow:["\u0A10\u0A24\u0020","\u0A38\u0A4B\u0A2E\u0020","\u0A2E\u0A70\u0A17\u0A32\u0020","\u0A2C\u0A41\u0A71\u0A27\u0020","\u0A35\u0A40\u0A30\u0020","\u0A36\u0A41\u0A71\u0A15\u0A30\u0020","\u0A36\u0A28\u0A3F\u0A71\u0A1A\u0A30\u0020"],month_names_long:["\u0A1C\u0A28\u0A35\u0A30\u0A40","\u0A5E\u0A30\u0A35\u0A30\u0A40","\u0A2E\u0A3E\u0A30\u0A1A","\u0A05\u0A2A\u0A30\u0A48\u0A32","\u0A2E\u0A08","\u0A1C\u0A42\u0A28","\u0A1C\u0A41\u0A32\u0A3E\u0A08","\u0A05\u0A17\u0A38\u0A24","\u0A38\u0A24\u0A70\u0A2C\u0A30","\u0A05\u0A15\u0A24\u0A42\u0A2C\u0A30","\u0A28\u0A35\u0A70\u0A2C\u0A30","\u0A26\u0A38\u0A70\u0A2C\u0A30"],month_names_short:["\u0A1C\u0A28\u0A35\u0A30\u0A40","\u0A5E\u0A30\u0A35\u0A30\u0A40","\u0A2E\u0A3E\u0A30\u0A1A","\u0A05\u0A2A\u0A30\u0A48\u0A32","\u0A2E\u0A08","\u0A1C\u0A42\u0A28","\u0A1C\u0A41\u0A32\u0A3E\u0A08","\u0A05\u0A17\u0A38\u0A24","\u0A38\u0A24\u0A70\u0A2C\u0A30","\u0A05\u0A15\u0A24\u0A42\u0A2C\u0A30","\u0A28\u0A35\u0A70\u0A2C\u0A30","\u0A26\u0A38\u0A70\u0A2C\u0A30"],month_names_narrow:["\u0A1C\u0A28\u0A35\u0A30\u0A40","\u0A5E\u0A30\u0A35\u0A30\u0A40","\u0A2E\u0A3E\u0A30\u0A1A","\u0A05\u0A2A\u0A30\u0A48\u0A32","\u0A2E\u0A08","\u0A1C\u0A42\u0A28","\u0A1C\u0A41\u0A32\u0A3E\u0A08","\u0A05\u0A17\u0A38\u0A24","\u0A38\u0A24\u0A70\u0A2C\u0A30","\u0A05\u0A15\u0A24\u0A42\u0A2C\u0A30","\u0A28\u0A35\u0A70\u0A2C\u0A30","\u0A26\u0A38\u0A70\u0A2C\u0A30"],ampm:["\u0A38\u0A35\u0A47\u0A30\u0A47","\u0A36\u0A3E\u0A2E"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0041",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",direction:"ltr"};}return nexacro.Locale.pa_IN;}break;case "pa_PK":case "pa_pk":{if(!nexacro.Locale.pa_PK){nexacro.Locale.pa_PK={name:"pa_PK",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0050\u004B\u0052\u0020",currency_symbol:"\u0052\u0073",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:2,n_sign_posn:1,weekday_names_long:["\u0627\u062A\u0648\u0627\u0631","\u067E\u064A\u0631","\u0645\u0646\u06AF\u0644","\u0628\u062F\u06BE","\u062C\u0645\u0639\u0631\u0627\u062A","\u062C\u0645\u0639\u0647","\u0647\u0641\u062A\u0647"],weekday_names_short:["\u0627\u062A\u0648\u0627\u0631","\u067E\u064A\u0631","\u0645\u0646\u06AF\u0644","\u0628\u062F\u06BE","\u062C\u0645\u0639\u0631\u0627\u062A","\u062C\u0645\u0639\u0647","\u0647\u0641\u062A\u0647"],weekday_names_narrow:["\u0627\u062A\u0648\u0627\u0631","\u067E\u064A\u0631","\u0645\u0646\u06AF\u0644","\u0628\u062F\u06BE","\u062C\u0645\u0639\u0631\u0627\u062A","\u062C\u0645\u0639\u0647","\u0647\u0641\u062A\u0647"],month_names_long:["\u062C\u0646\u0648\u0631\u064A","\u0641\u0631\u0648\u0631\u064A","\u0645\u0627\u0631\u0686","\u0627\u067E\u0631\u064A\u0644","\u0645\u0653\u06CC","\u062C\u0648\u0646","\u062C\u0648\u0644\u0627\u064A","\u0627\u06AF\u0633\u062A","\u0633\u062A\u0645\u0628\u0631","\u0627\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062F\u0633\u0645\u0628\u0631"],month_names_short:["\u062C\u0646\u0648\u0631\u064A","\u0641\u0631\u0648\u0631\u064A","\u0645\u0627\u0631\u0686","\u0627\u067E\u0631\u064A\u0644","\u0645\u0653\u06CC","\u062C\u0648\u0646","\u062C\u0648\u0644\u0627\u064A","\u0627\u06AF\u0633\u062A","\u0633\u062A\u0645\u0628\u0631","\u0627\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062F\u0633\u0645\u0628\u0631"],month_names_narrow:["\u062C\u0646\u0648\u0631\u064A","\u0641\u0631\u0648\u0631\u064A","\u0645\u0627\u0631\u0686","\u0627\u067E\u0631\u064A\u0644","\u0645\u0653\u06CC","\u062C\u0648\u0646","\u062C\u0648\u0644\u0627\u064A","\u0627\u06AF\u0633\u062A","\u0633\u062A\u0645\u0628\u0631","\u0627\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062F\u0633\u0645\u0628\u0631"],ampm:["\u0635","\u0634"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0050\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053",date_time_format:"\u0648\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u062A\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.pa_PK;}break;case "pl":case "pl_PL":case "pl_pl":{if(!nexacro.Locale.pl_PL){nexacro.Locale.pl_PL={name:"pl_PL",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[0,0],int_curr_symbol:"\u0050\u004C\u004E\u0020",currency_symbol:"\u007A\u0142",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u006E\u0069\u0065\u0064\u007A\u0069\u0065\u006C\u0061","\u0070\u006F\u006E\u0069\u0065\u0064\u007A\u0069\u0061\u0142\u0065\u006B","\u0077\u0074\u006F\u0072\u0065\u006B","\u015B\u0072\u006F\u0064\u0061","\u0063\u007A\u0077\u0061\u0072\u0074\u0065\u006B","\u0070\u0069\u0105\u0074\u0065\u006B","\u0073\u006F\u0062\u006F\u0074\u0061"],weekday_names_short:["\u006E\u0069\u0065","\u0070\u006F\u006E","\u0077\u0074\u006F","\u015B\u0072\u006F","\u0063\u007A\u0077","\u0070\u0069\u0105","\u0073\u006F\u0062"],weekday_names_narrow:["\u006E\u0069\u0065","\u0070\u006F\u006E","\u0077\u0074\u006F","\u015B\u0072\u006F","\u0063\u007A\u0077","\u0070\u0069\u0105","\u0073\u006F\u0062"],month_names_long:["\u0073\u0074\u0079\u0063\u007A\u0065\u0144","\u006C\u0075\u0074\u0079","\u006D\u0061\u0072\u007A\u0065\u0063","\u006B\u0077\u0069\u0065\u0063\u0069\u0065\u0144","\u006D\u0061\u006A","\u0063\u007A\u0065\u0072\u0077\u0069\u0065\u0063","\u006C\u0069\u0070\u0069\u0065\u0063","\u0073\u0069\u0065\u0072\u0070\u0069\u0065\u0144","\u0077\u0072\u007A\u0065\u0073\u0069\u0065\u0144","\u0070\u0061\u017A\u0064\u007A\u0069\u0065\u0072\u006E\u0069\u006B","\u006C\u0069\u0073\u0074\u006F\u0070\u0061\u0064","\u0067\u0072\u0075\u0064\u007A\u0069\u0065\u0144"],month_names_short:["\u0073\u0074\u0079","\u006C\u0075\u0074","\u006D\u0061\u0072","\u006B\u0077\u0069","\u006D\u0061\u006A","\u0063\u007A\u0065","\u006C\u0069\u0070","\u0073\u0069\u0065","\u0077\u0072\u007A","\u0070\u0061\u017A","\u006C\u0069\u0073","\u0067\u0072\u0075"],month_names_narrow:["\u0073\u0074\u0079","\u006C\u0075\u0074","\u006D\u0061\u0072","\u006B\u0077\u0069","\u006D\u0061\u006A","\u0063\u007A\u0065","\u006C\u0069\u0070","\u0073\u0069\u0065","\u0077\u0072\u007A","\u0070\u0061\u017A","\u006C\u0069\u0073","\u0067\u0072\u0075"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",direction:"ltr"};}return nexacro.Locale.pl_PL;}break;case "pt_BR":case "pt_br":{if(!nexacro.Locale.pt_BR){nexacro.Locale.pt_BR={name:"pt_BR",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0042\u0052\u004C\u0020",currency_symbol:"\u0052\u0024",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u0073\u0065\u0067\u0075\u006E\u0064\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0074\u0065\u0072\u00E7\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0071\u0075\u0061\u0072\u0074\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0071\u0075\u0069\u006E\u0074\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0073\u0065\u0078\u0074\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0044\u006F\u006D","\u0053\u0065\u0067","\u0054\u0065\u0072","\u0051\u0075\u0061","\u0051\u0075\u0069","\u0053\u0065\u0078","\u0053\u00E1\u0062"],weekday_names_narrow:["\u0044\u006F\u006D","\u0053\u0065\u0067","\u0054\u0065\u0072","\u0051\u0075\u0061","\u0051\u0075\u0069","\u0053\u0065\u0078","\u0053\u00E1\u0062"],month_names_long:["\u006A\u0061\u006E\u0065\u0069\u0072\u006F","\u0066\u0065\u0076\u0065\u0072\u0065\u0069\u0072\u006F","\u006D\u0061\u0072\u00E7\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0069\u006F","\u006A\u0075\u006E\u0068\u006F","\u006A\u0075\u006C\u0068\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0074\u0065\u006D\u0062\u0072\u006F","\u006F\u0075\u0074\u0075\u0062\u0072\u006F","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u006F","\u0064\u0065\u007A\u0065\u006D\u0062\u0072\u006F"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0076","\u004D\u0061\u0072","\u0041\u0062\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u006F","\u0053\u0065\u0074","\u004F\u0075\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0076","\u004D\u0061\u0072","\u0041\u0062\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u006F","\u0053\u0065\u0074","\u004F\u0075\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.pt_BR;}break;case "pt":case "pt_PT":case "pt_pt":{if(!nexacro.Locale.pt_PT){nexacro.Locale.pt_PT={name:"pt_PT",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u0073\u0065\u0067\u0075\u006E\u0064\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0074\u0065\u0072\u00E7\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0071\u0075\u0061\u0072\u0074\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0071\u0075\u0069\u006E\u0074\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0073\u0065\u0078\u0074\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0044\u006F\u006D","\u0053\u0065\u0067","\u0054\u0065\u0072","\u0051\u0075\u0061","\u0051\u0075\u0069","\u0053\u0065\u0078","\u0053\u00E1\u0062"],weekday_names_narrow:["\u0044\u006F\u006D","\u0053\u0065\u0067","\u0054\u0065\u0072","\u0051\u0075\u0061","\u0051\u0075\u0069","\u0053\u0065\u0078","\u0053\u00E1\u0062"],month_names_long:["\u004A\u0061\u006E\u0065\u0069\u0072\u006F","\u0046\u0065\u0076\u0065\u0072\u0065\u0069\u0072\u006F","\u004D\u0061\u0072\u00E7\u006F","\u0041\u0062\u0072\u0069\u006C","\u004D\u0061\u0069\u006F","\u004A\u0075\u006E\u0068\u006F","\u004A\u0075\u006C\u0068\u006F","\u0041\u0067\u006F\u0073\u0074\u006F","\u0053\u0065\u0074\u0065\u006D\u0062\u0072\u006F","\u004F\u0075\u0074\u0075\u0062\u0072\u006F","\u004E\u006F\u0076\u0065\u006D\u0062\u0072\u006F","\u0044\u0065\u007A\u0065\u006D\u0062\u0072\u006F"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0076","\u004D\u0061\u0072","\u0041\u0062\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u006F","\u0053\u0065\u0074","\u004F\u0075\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0076","\u004D\u0061\u0072","\u0041\u0062\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u006F","\u0053\u0065\u0074","\u004F\u0075\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.pt_PT;}break;case "ro":case "ro_RO":case "ro_ro":{if(!nexacro.Locale.ro_RO){nexacro.Locale.ro_RO={name:"ro_RO",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0052\u004F\u004E\u0020",currency_symbol:"\u006C\u0065\u0069",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0075\u006D\u0069\u006E\u0069\u0063\u0103","\u006C\u0075\u006E\u0069","\u006D\u0061\u0072\u0163\u0069","\u006D\u0069\u0065\u0072\u0063\u0075\u0072\u0069","\u006A\u006F\u0069","\u0076\u0069\u006E\u0065\u0072\u0069","\u0073\u00E2\u006D\u0062\u0103\u0074\u0103"],weekday_names_short:["\u0044\u0075","\u004C\u0075","\u004D\u0061","\u004D\u0069","\u004A\u006F","\u0056\u0069","\u0053\u0062"],weekday_names_narrow:["\u0044\u0075","\u004C\u0075","\u004D\u0061","\u004D\u0069","\u004A\u006F","\u0056\u0069","\u0053\u0062"],month_names_long:["\u0069\u0061\u006E\u0075\u0061\u0072\u0069\u0065","\u0066\u0065\u0062\u0072\u0075\u0061\u0072\u0069\u0065","\u006D\u0061\u0072\u0074\u0069\u0065","\u0061\u0070\u0072\u0069\u006C\u0069\u0065","\u006D\u0061\u0069","\u0069\u0075\u006E\u0069\u0065","\u0069\u0075\u006C\u0069\u0065","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0072\u0069\u0065","\u006F\u0063\u0074\u006F\u006D\u0062\u0072\u0069\u0065","\u006E\u006F\u0069\u0065\u006D\u0062\u0072\u0069\u0065","\u0064\u0065\u0063\u0065\u006D\u0062\u0072\u0069\u0065"],month_names_short:["\u0069\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u0069\u0075\u006E","\u0069\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u0069\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u0069\u0075\u006E","\u0069\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u007A",full_date_time_format:"\u0025\u0041\u0020\u0025\u002D\u0065\u0020\u0025\u0042\u0020\u0025\u0059\u002C\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u007A",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.ro_RO;}break;case "ru":case "ru_RU":case "ru_ru":{if(!nexacro.Locale.ru_RU){nexacro.Locale.ru_RU={name:"ru_RU",decimal_point:"\u002C",thousands_sep:"\u2002",grouping:[3,3],int_curr_symbol:"\u0052\u0055\u0042\u0020",currency_symbol:"\u0440\u002E",mon_decimal_point:"\u002C",mon_thousands_sep:"\u2002",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:0,n_cs_precedes:0,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0412\u043E\u0441\u043A\u0440\u0435\u0441\u0435\u043D\u044C\u0435","\u041F\u043E\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0438\u043A","\u0412\u0442\u043E\u0440\u043D\u0438\u043A","\u0421\u0440\u0435\u0434\u0430","\u0427\u0435\u0442\u0432\u0435\u0440\u0433","\u041F\u044F\u0442\u043D\u0438\u0446\u0430","\u0421\u0443\u0431\u0431\u043E\u0442\u0430"],weekday_names_short:["\u0412\u0441\u043A","\u041F\u043D\u0434","\u0412\u0442\u0440","\u0421\u0440\u0434","\u0427\u0442\u0432","\u041F\u0442\u043D","\u0421\u0431\u0442"],weekday_names_narrow:["\u0412\u0441\u043A","\u041F\u043D\u0434","\u0412\u0442\u0440","\u0421\u0440\u0434","\u0427\u0442\u0432","\u041F\u0442\u043D","\u0421\u0431\u0442"],month_names_long:["\u042F\u043D\u0432\u0430\u0440\u044C","\u0424\u0435\u0432\u0440\u0430\u043B\u044C","\u041C\u0430\u0440\u0442","\u0410\u043F\u0440\u0435\u043B\u044C","\u041C\u0430\u0439","\u0418\u044E\u043D\u044C","\u0418\u044E\u043B\u044C","\u0410\u0432\u0433\u0443\u0441\u0442","\u0421\u0435\u043D\u0442\u044F\u0431\u0440\u044C","\u041E\u043A\u0442\u044F\u0431\u0440\u044C","\u041D\u043E\u044F\u0431\u0440\u044C","\u0414\u0435\u043A\u0430\u0431\u0440\u044C"],month_names_short:["\u042F\u043D\u0432","\u0424\u0435\u0432","\u041C\u0430\u0440","\u0410\u043F\u0440","\u041C\u0430\u0439","\u0418\u044E\u043D","\u0418\u044E\u043B","\u0410\u0432\u0433","\u0421\u0435\u043D","\u041E\u043A\u0442","\u041D\u043E\u044F","\u0414\u0435\u043A"],month_names_narrow:["\u042F\u043D\u0432","\u0424\u0435\u0432","\u041C\u0430\u0440","\u0410\u043F\u0440","\u041C\u0430\u0439","\u0418\u044E\u043D","\u0418\u044E\u043B","\u0410\u0432\u0433","\u0421\u0435\u043D","\u041E\u043A\u0442","\u041D\u043E\u044F","\u0414\u0435\u043A"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0041\u0020\u0433\u002E",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.ru_RU;}break;case "ru_UA":case "ru_ua":{if(!nexacro.Locale.ru_UA){nexacro.Locale.ru_UA={name:"ru_UA",decimal_point:"\u002C",thousands_sep:"\u2002",grouping:[3,3],int_curr_symbol:"\u0055\u0041\u0048\u0020",currency_symbol:"\u0433\u0440",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0412\u043E\u0441\u043A\u0440\u0435\u0441\u0435\u043D\u044C\u0435","\u041F\u043E\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0438\u043A","\u0412\u0442\u043E\u0440\u043D\u0438\u043A","\u0421\u0440\u0435\u0434\u0430","\u0427\u0435\u0442\u0432\u0435\u0440\u0433","\u041F\u044F\u0442\u043D\u0438\u0446\u0430","\u0421\u0443\u0431\u0431\u043E\u0442\u0430"],weekday_names_short:["\u0412\u0441\u043A","\u041F\u043D\u0434","\u0412\u0442\u043E","\u0421\u0440\u0434","\u0427\u0442\u0432","\u041F\u0442\u043D","\u0421\u0443\u0431"],weekday_names_narrow:["\u0412\u0441\u043A","\u041F\u043D\u0434","\u0412\u0442\u043E","\u0421\u0440\u0434","\u0427\u0442\u0432","\u041F\u0442\u043D","\u0421\u0443\u0431"],month_names_long:["\u042F\u043D\u0432\u0430\u0440\u044C","\u0424\u0435\u0432\u0440\u0430\u043B\u044C","\u041C\u0430\u0440\u0442","\u0410\u043F\u0440\u0435\u043B\u044C","\u041C\u0430\u0439","\u0418\u044E\u043D\u044C","\u0418\u044E\u043B\u044C","\u0410\u0432\u0433\u0443\u0441\u0442","\u0421\u0435\u043D\u0442\u044F\u0431\u0440\u044C","\u041E\u043A\u0442\u044F\u0431\u0440\u044C","\u041D\u043E\u044F\u0431\u0440\u044C","\u0414\u0435\u043A\u0430\u0431\u0440\u044C"],month_names_short:["\u042F\u043D\u0432","\u0424\u0435\u0432","\u041C\u0430\u0440","\u0410\u043F\u0440","\u041C\u0430\u0439","\u0418\u044E\u043D","\u0418\u044E\u043B","\u0410\u0432\u0433","\u0421\u0435\u043D","\u041E\u043A\u0442","\u041D\u043E\u044F","\u0414\u0435\u043A"],month_names_narrow:["\u042F\u043D\u0432","\u0424\u0435\u0432","\u041C\u0430\u0440","\u0410\u043F\u0440","\u041C\u0430\u0439","\u0418\u044E\u043D","\u0418\u044E\u043B","\u0410\u0432\u0433","\u0421\u0435\u043D","\u041E\u043A\u0442","\u041D\u043E\u044F","\u0414\u0435\u043A"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ru_UA;}break;case "rw":case "rw_RW":case "rw_rw":{if(!nexacro.Locale.rw_RW){nexacro.Locale.rw_RW={name:"rw_RW",decimal_point:"\u002C",thousands_sep:"",grouping:[3],int_curr_symbol:"\u0052\u0057\u0046\u0020",currency_symbol:"\u0046\u0072\u0077",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u004B\u0075\u0020\u0063\u0079\u0075\u006D\u0077\u0065\u0072\u0075","\u004B\u0075\u0077\u0061\u0020\u006D\u0062\u0065\u0072\u0065","\u004B\u0075\u0077\u0061\u0020\u006B\u0061\u0062\u0069\u0072\u0069","\u004B\u0075\u0077\u0061\u0020\u0067\u0061\u0074\u0061\u0074\u0075","\u004B\u0075\u0077\u0061\u0020\u006B\u0061\u006E\u0065","\u004B\u0075\u0077\u0061\u0020\u0067\u0061\u0074\u0061\u006E\u0075","\u004B\u0075\u0077\u0061\u0020\u0067\u0061\u0074\u0061\u006E\u0064\u0061\u0074\u0075"],weekday_names_short:["\u004D\u0077\u0065","\u004D\u0062\u0065","\u004B\u0061\u0062","\u0047\u0074\u0075","\u004B\u0061\u006E","\u0047\u006E\u0075","\u0047\u006E\u0064"],weekday_names_narrow:["\u004D\u0077\u0065","\u004D\u0062\u0065","\u004B\u0061\u0062","\u0047\u0074\u0075","\u004B\u0061\u006E","\u0047\u006E\u0075","\u0047\u006E\u0064"],month_names_long:["\u004D\u0075\u0074\u0061\u0072\u0061\u006D\u0061","\u0047\u0061\u0073\u0068\u0079\u0061\u006E\u0074\u0061\u0072\u0065","\u0057\u0065\u0072\u0075\u0072\u0077\u0065","\u004D\u0061\u0074\u0061","\u0047\u0069\u0063\u0075\u0072\u0061\u006E\u0073\u0069","\u004B\u0061\u006D\u0065\u006E\u0061","\u004E\u0079\u0061\u006B\u0061\u006E\u0067\u0061","\u004B\u0061\u006E\u0061\u006D\u0061","\u004E\u007A\u0065\u006C\u0069","\u0055\u006B\u0077\u0061\u006B\u0069\u0072\u0061","\u0055\u0067\u0075\u0073\u0068\u0079\u0069\u006E\u0067\u006F","\u0055\u006B\u0075\u0062\u006F\u007A\u0061"],month_names_short:["\u004D\u0075\u0074","\u0047\u0061\u0073","\u0057\u0065\u0072","\u004D\u0061\u0074","\u0047\u0069\u0063","\u004B\u0061\u006D","\u004E\u0079\u0061","\u004B\u0061\u006E","\u004E\u007A\u0065","\u0055\u006B\u0077","\u0055\u0067\u0075","\u0055\u006B\u0075"],month_names_narrow:["\u004D\u0075\u0074","\u0047\u0061\u0073","\u0057\u0065\u0072","\u004D\u0061\u0074","\u0047\u0069\u0063","\u004B\u0061\u006D","\u004E\u0079\u0061","\u004B\u0061\u006E","\u004E\u007A\u0065","\u0055\u006B\u0077","\u0055\u0067\u0075","\u0055\u006B\u0075"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.rw_RW;}break;case "se":case "se_NO":case "se_no":{if(!nexacro.Locale.se_NO){nexacro.Locale.se_NO={name:"se_NO",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u004E\u004F\u004B\u0020",currency_symbol:"\u0020\u0072\u0075",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0073\u006F\u0074\u006E\u0061\u0062\u0065\u0061\u0069\u0076\u0069","\u0076\u0075\u006F\u0073\u0073\u00E1\u0072\u0067\u0061","\u006D\u0061\u014B\u014B\u0065\u0062\u0061\u0072\u0067\u0061","\u0067\u0061\u0073\u006B\u0061\u0076\u0061\u0068\u006B\u006B\u0075","\u0064\u0075\u006F\u0072\u0061\u0073\u0064\u0061\u0074","\u0062\u0065\u0061\u0072\u006A\u0061\u0064\u0061\u0074","\u006C\u00E1\u0076\u0076\u0061\u0072\u0064\u0061\u0074"],weekday_names_short:["\u0073\u006F\u0074\u006E","\u0076\u0075\u006F\u0073","\u006D\u0061\u014B","\u0067\u0061\u0073\u006B","\u0064\u0075\u006F\u0072","\u0062\u0065\u0061\u0072","\u006C\u00E1\u0076"],weekday_names_narrow:["\u0073\u006F\u0074\u006E","\u0076\u0075\u006F\u0073","\u006D\u0061\u014B","\u0067\u0061\u0073\u006B","\u0064\u0075\u006F\u0072","\u0062\u0065\u0061\u0072","\u006C\u00E1\u0076"],month_names_long:["\u006F\u0111\u0111\u0061\u006A\u0061\u0067\u0065\u006D\u00E1\u006E\u0075","\u0067\u0075\u006F\u0076\u0076\u0061\u006D\u00E1\u006E\u0075","\u006E\u006A\u0075\u006B\u010D\u0061\u006D\u00E1\u006E\u0075","\u0063\u0075\u006F\u014B\u006F\u006D\u00E1\u006E\u0075","\u006D\u0069\u0065\u0073\u0073\u0065\u006D\u00E1\u006E\u0075","\u0067\u0065\u0061\u0073\u0073\u0065\u006D\u00E1\u006E\u0075","\u0073\u0075\u006F\u0069\u0064\u006E\u0065\u006D\u00E1\u006E\u0075","\u0062\u006F\u0072\u0067\u0065\u006D\u00E1\u006E\u0075","\u010D\u0061\u006B\u010D\u0061\u006D\u00E1\u006E\u0075","\u0067\u006F\u006C\u0067\u0067\u006F\u0074\u006D\u00E1\u006E\u0075","\u0073\u006B\u00E1\u0062\u006D\u0061\u006D\u00E1\u006E\u0075","\u006A\u0075\u006F\u0076\u006C\u0061\u006D\u00E1\u006E\u0075"],month_names_short:["\u006F\u0111\u0111\u006A","\u0067\u0075\u006F\u0076","\u006E\u006A\u0075\u006B","\u0063\u0075\u006F\u014B","\u006D\u0069\u0065\u0073","\u0067\u0065\u0061\u0073","\u0073\u0075\u006F\u0069","\u0062\u006F\u0072\u0067","\u010D\u0061\u006B\u010D","\u0067\u006F\u006C\u0067","\u0073\u006B\u00E1\u0062","\u006A\u0075\u006F\u0076"],month_names_narrow:["\u006F\u0111\u0111\u006A","\u0067\u0075\u006F\u0076","\u006E\u006A\u0075\u006B","\u0063\u0075\u006F\u014B","\u006D\u0069\u0065\u0073","\u0067\u0065\u0061\u0073","\u0073\u0075\u006F\u0069","\u0062\u006F\u0072\u0067","\u010D\u0061\u006B\u010D","\u0067\u006F\u006C\u0067","\u0073\u006B\u00E1\u0062","\u006A\u0075\u006F\u0076"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u002C\u0020\u0025\u0062\u0020\u0025\u0065\u002E\u0020\u0062\u002E\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u002E\u0020\u0062\u002E\u0020\u0025\u0059\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.se_NO;}break;case "si":case "si_LK":case "si_lk":{if(!nexacro.Locale.si_LK){nexacro.Locale.si_LK={name:"si_LK",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004C\u004B\u0052\u0020",currency_symbol:"\u20A8",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0D89\u0DBB\u0DD2\u0DAF\u0DCF","\u0DC3\u0DB3\u0DD4\u0DAF\u0DCF","\u0D85\u0D9F\u0DC4\u0DBB\u0DD4\u0DC0\u0DCF\u0DAF\u0DCF","\u0DB6\u0DAF\u0DCF\u0DAF\u0DCF","\u0DB6\u0DCA\u200D\u0DBB\u0DC4\u0DC3\u0DCA\u0DB4\u0DAD\u0DD2\u0DB1\u0DCA\u0DAF\u0DCF","\u0DC3\u0DD2\u0D9A\u0DD4\u0DBB\u0DCF\u0DAF\u0DCF","\u0DC3\u0DD9\u0DB1\u0DC3\u0DD4\u0DBB\u0DCF\u0DAF\u0DCF"],weekday_names_short:["\u0D89","\u0DC3","\u0D85","\u0DB6","\u0DB6\u0DCA\u200D\u0DBB","\u0DC3\u0DD2","\u0DC3\u0DD9"],weekday_names_narrow:["\u0D89","\u0DC3","\u0D85","\u0DB6","\u0DB6\u0DCA\u200D\u0DBB","\u0DC3\u0DD2","\u0DC3\u0DD9"],month_names_long:["\u0DA2\u0DB1\u0DC0\u0DCF\u0DBB\u0DD2","\u0DB4\u0DD9\u0DB6\u0DBB\u0DC0\u0DCF\u0DBD\u0DD2","\u0DB8\u0DCF\u0DBB\u0DCA\u0DAD\u0DD4","\u0D85\u0DB4\u0DCA\u200D\u0DBB\u0DD2\u0DBA\u0DD9\u0DBD\u0DCA","\u0DB8\u0DD0\u0DBA\u0DD2","\u0DA2\u0DD6\u0DB1\u0DD2","\u0DA2\u0DD6\u0DBD\u0DD2","\u0D85\u0D9C\u0DDD\u0DC3\u0DCA\u0DAD\u0DD4","\u0DC3\u0DD0\u0DB4\u0DCA\u0DAD\u0DD0\u0DB8\u0DCA\u0DB6\u0DBB\u0DCA","\u0D94\u0D9A\u0DCA\u0DAD\u0DDD\u0DB6\u0DBB\u0DCA","\u0DB1\u0DD9\u0DC0\u0DD0\u0DB8\u0DCA\u0DB6\u0DBB\u0DCA","\u0DAF\u0DD9\u0DC3\u0DD0\u0DB8\u0DCA\u0DB6\u0DBB\u0DCA"],month_names_short:["\u0DA2\u0DB1","\u0DB4\u0DD9\u0DB6","\u0DB8\u0DCF\u0DBB\u0DCA","\u0D85\u0DB4\u0DCA\u200D\u0DBB\u0DD2","\u0DB8\u0DD0\u0DBA\u0DD2","\u0DA2\u0DD6\u0DB1\u0DD2","\u0DA2\u0DD6\u0DBD\u0DD2","\u0D85\u0D9C\u0DDD","\u0DC3\u0DD0\u0DB4\u0DCA","\u0D94\u0D9A\u0DCA","\u0DB1\u0DD9\u0DC0\u0DD0","\u0DAF\u0DD9\u0DC3\u0DD0"],month_names_narrow:["\u0DA2\u0DB1","\u0DB4\u0DD9\u0DB6","\u0DB8\u0DCF\u0DBB\u0DCA","\u0D85\u0DB4\u0DCA\u200D\u0DBB\u0DD2","\u0DB8\u0DD0\u0DBA\u0DD2","\u0DA2\u0DD6\u0DB1\u0DD2","\u0DA2\u0DD6\u0DBD\u0DD2","\u0D85\u0D9C\u0DDD","\u0DC3\u0DD0\u0DB4\u0DCA","\u0D94\u0D9A\u0DCA","\u0DB1\u0DD9\u0DC0\u0DD0","\u0DAF\u0DD9\u0DC3\u0DD0"],ampm:["\u0DB4\u0DD9\u002E\u0DC0\u002E","\u0DB4\u002E\u0DC0\u002E"],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0070\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053",date_time_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u007A",full_date_time_format:"\u0025\u0059\u0020\u0025\u0042\u0020\u0025\u0065\u0020\u0DC0\u0DD0\u0DB1\u0DD2\u0020\u0025\u0041\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u007A",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.si_LK;}break;case "sk":case "sk_SK":case "sk_sk":{if(!nexacro.Locale.sk_SK){nexacro.Locale.sk_SK={name:"sk_SK",decimal_point:"\u002C",thousands_sep:"\u00A0",grouping:[3,3],int_curr_symbol:"\u0053\u004B\u004B\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u004E\u0065\u0064\u0065\u013E\u0061","\u0050\u006F\u006E\u0064\u0065\u006C\u006F\u006B","\u0055\u0074\u006F\u0072\u006F\u006B","\u0053\u0074\u0072\u0065\u0064\u0061","\u0160\u0074\u0076\u0072\u0074\u006F\u006B","\u0050\u0069\u0061\u0074\u006F\u006B","\u0053\u006F\u0062\u006F\u0074\u0061"],weekday_names_short:["\u004E\u0065","\u0050\u006F","\u0055\u0074","\u0053\u0074","\u0160\u0074","\u0050\u0069","\u0053\u006F"],weekday_names_narrow:["\u004E\u0065","\u0050\u006F","\u0055\u0074","\u0053\u0074","\u0160\u0074","\u0050\u0069","\u0053\u006F"],month_names_long:["\u006A\u0061\u006E\u0075\u00E1\u0072","\u0066\u0065\u0062\u0072\u0075\u00E1\u0072","\u006D\u0061\u0072\u0065\u0063","\u0061\u0070\u0072\u00ED\u006C","\u006D\u00E1\u006A","\u006A\u00FA\u006E","\u006A\u00FA\u006C","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u00F3\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u00E1\u006A","\u006A\u00FA\u006E","\u006A\u00FA\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u00E1\u006A","\u006A\u00FA\u006E","\u006A\u00FA\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053",date_time_format:"\u0025\u0061\u00A0\u0025\u0065\u002E\u00A0\u0025\u0042\u00A0\u0025\u0059\u002C\u00A0\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u00A0\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002E\u0020\u0025\u006E\u002E\u0020\u0025\u0059",direction:"ltr"};}return nexacro.Locale.sk_SK;}break;case "sl":case "sl_SI":case "sl_si":{if(!nexacro.Locale.sl_SI){nexacro.Locale.sl_SI={name:"sl_SI",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u006E\u0065\u0064\u0065\u006C\u006A\u0061","\u0070\u006F\u006E\u0065\u0064\u0065\u006C\u006A\u0065\u006B","\u0074\u006F\u0072\u0065\u006B","\u0073\u0072\u0065\u0064\u0061","\u010D\u0065\u0074\u0072\u0074\u0065\u006B","\u0070\u0065\u0074\u0065\u006B","\u0073\u006F\u0062\u006F\u0074\u0061"],weekday_names_short:["\u006E\u0065\u0064","\u0070\u006F\u006E","\u0074\u006F\u0072","\u0073\u0072\u0065","\u010D\u0065\u0074","\u0070\u0065\u0074","\u0073\u006F\u0062"],weekday_names_narrow:["\u006E\u0065\u0064","\u0070\u006F\u006E","\u0074\u006F\u0072","\u0073\u0072\u0065","\u010D\u0065\u0074","\u0070\u0065\u0074","\u0073\u006F\u0062"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072","\u0066\u0065\u0062\u0072\u0075\u0061\u0072","\u006D\u0061\u0072\u0065\u0063","\u0061\u0070\u0072\u0069\u006C","\u006D\u0061\u006A","\u006A\u0075\u006E\u0069\u006A","\u006A\u0075\u006C\u0069\u006A","\u0061\u0076\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0076\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0076\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0020\u0025\u006D\u002E\u0020\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002E\u0025\u006E\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.sl_SI;}break;case "so_DJ":case "so_dj":{if(!nexacro.Locale.so_DJ){nexacro.Locale.so_DJ={name:"so_DJ",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0044\u004A\u0046\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0041\u0078\u0061\u0064","\u0049\u0073\u006E\u0069\u0069\u006E","\u0053\u0061\u006C\u0061\u0061\u0073\u006F","\u0041\u0072\u0062\u0061\u0063\u006F","\u004B\u0068\u0061\u006D\u0069\u0069\u0073","\u004A\u0069\u006D\u0063\u006F","\u0053\u0061\u0062\u0074\u0069"],weekday_names_short:["\u0061\u0078\u0061","\u0069\u0073\u006E","\u0073\u0061\u006C","\u0061\u0072\u0062","\u006B\u0068\u0061","\u006A\u0069\u006D","\u0073\u0061\u0062"],weekday_names_narrow:["\u0061\u0078\u0061","\u0069\u0073\u006E","\u0073\u0061\u006C","\u0061\u0072\u0062","\u006B\u0068\u0061","\u006A\u0069\u006D","\u0073\u0061\u0062"],month_names_long:["\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0041\u0066\u0072\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0068\u0061\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0068\u0061\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0069\u0078\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0064\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0069\u0064\u0065\u0065\u0064\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0061\u0067\u0061\u0061\u006C\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u0077 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064"],month_names_short:["\u006B\u006F\u0062","\u006C\u0061\u0062","\u0073\u0061\u0064","\u0061\u0066\u0072","\u0073\u0068\u0061","\u006C\u0069\u0078","\u0074\u006F\u0064","\u0073\u0069\u0064","\u0073\u0061\u0067","\u0074\u006F\u0062","\u006B\u0069\u0074","\u006C\u0069\u0074"],month_names_narrow:["\u006B\u006F\u0062","\u006C\u0061\u0062","\u0073\u0061\u0064","\u0061\u0066\u0072","\u0073\u0068\u0061","\u006C\u0069\u0078","\u0074\u006F\u0064","\u0073\u0069\u0064","\u0073\u0061\u0067","\u0074\u006F\u0062","\u006B\u0069\u0074","\u006C\u0069\u0074"],ampm:["\u0073\u0075\u0062\u0061\u0078\u006E\u0069\u006D\u006F","\u0067\u0061\u006C\u0061\u0062\u006E\u0069\u006D\u006F"],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.so_DJ;}break;case "so_ET":case "so_et":{if(!nexacro.Locale.so_ET){nexacro.Locale.so_ET={name:"so_ET",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0045\u0054\u0042\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0041\u0078\u0061\u0064","\u0049\u0073\u006E\u0069\u0069\u006E","\u0053\u0061\u006C\u0061\u0061\u0073\u006F","\u0041\u0072\u0062\u0061\u0063\u006F","\u004B\u0068\u0061\u006D\u0069\u0069\u0073","\u004A\u0069\u006D\u0063\u006F","\u0053\u0061\u0062\u0074\u0069"],weekday_names_short:["\u0041\u0078\u0061","\u0049\u0073\u006E","\u0053\u0061\u006C","\u0041\u0072\u0062","\u004B\u0068\u0061","\u004A\u0069\u006D","\u0053\u0061\u0062"],weekday_names_narrow:["\u0041\u0078\u0061","\u0049\u0073\u006E","\u0053\u0061\u006C","\u0041\u0072\u0062","\u004B\u0068\u0061","\u004A\u0069\u006D","\u0053\u0061\u0062"],month_names_long:["\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0061\u0064\u0064\u0065\u0078\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0041\u0066\u0072\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0068\u0061\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0069\u0078\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0064\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0069\u0064\u0065\u0065\u0064\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0061\u0067\u0061\u0061\u006C\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u0077 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064"],month_names_short:["\u004B\u006F\u0062","\u004C\u0061\u0062","\u0053\u0061\u0064","\u0041\u0066\u0072","\u0053\u0068\u0061","\u004C\u0069\u0078","\u0054\u006F\u0064","\u0053\u0069\u0064","\u0053\u0061\u0067","\u0054\u006F\u0062","\u004B\u0049\u0054","\u004C\u0049\u0054"],month_names_narrow:["\u004B\u006F\u0062","\u004C\u0061\u0062","\u0053\u0061\u0064","\u0041\u0066\u0072","\u0053\u0068\u0061","\u004C\u0069\u0078","\u0054\u006F\u0064","\u0053\u0069\u0064","\u0053\u0061\u0067","\u0054\u006F\u0062","\u004B\u0049\u0054","\u004C\u0049\u0054"],ampm:["\u0073\u0075\u0062\u0061\u0078\u006E\u0069\u006D\u006F","\u0067\u0061\u006C\u0061\u0062\u006E\u0069\u006D\u006F"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.so_ET;}break;case "so_KE":case "so_ke":{if(!nexacro.Locale.so_KE){nexacro.Locale.so_KE={name:"so_KE",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0045\u0054\u0042\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0041\u0078\u0061\u0064","\u0049\u0073\u006E\u0069\u0069\u006E","\u0053\u0061\u006C\u0061\u0061\u0073\u006F","\u0041\u0072\u0062\u0061\u0063\u006F","\u004B\u0068\u0061\u006D\u0069\u0069\u0073","\u004A\u0069\u006D\u0063\u006F","\u0053\u0061\u0062\u0074\u0069"],weekday_names_short:["\u0041\u0078\u0061","\u0049\u0073\u006E","\u0053\u0061\u006C","\u0041\u0072\u0062","\u004B\u0068\u0061","\u004A\u0069\u006D","\u0053\u0061\u0062"],weekday_names_narrow:["\u0041\u0078\u0061","\u0049\u0073\u006E","\u0053\u0061\u006C","\u0041\u0072\u0062","\u004B\u0068\u0061","\u004A\u0069\u006D","\u0053\u0061\u0062"],month_names_long:["\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0061\u0064\u0064\u0065\u0078\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0041\u0066\u0072\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0068\u0061\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0069\u0078\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0064\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0069\u0064\u0065\u0065\u0064\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0061\u0067\u0061\u0061\u006C\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u0077 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064"],month_names_short:["\u004B\u006F\u0062","\u004C\u0061\u0062","\u0053\u0061\u0064","\u0041\u0066\u0072","\u0053\u0068\u0061","\u004C\u0069\u0078","\u0054\u006F\u0064","\u0053\u0069\u0064","\u0053\u0061\u0067","\u0054\u006F\u0062","\u004B\u0049\u0054","\u004C\u0049\u0054"],month_names_narrow:["\u004B\u006F\u0062","\u004C\u0061\u0062","\u0053\u0061\u0064","\u0041\u0066\u0072","\u0053\u0068\u0061","\u004C\u0069\u0078","\u0054\u006F\u0064","\u0053\u0069\u0064","\u0053\u0061\u0067","\u0054\u006F\u0062","\u004B\u0049\u0054","\u004C\u0049\u0054"],ampm:["\u0073\u0075\u0062\u0061\u0078\u006E\u0069\u006D\u006F","\u0067\u0061\u006C\u0061\u0062\u006E\u0069\u006D\u006F"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.so_KE;}break;case "so":case "so_SO":case "so_so":{if(!nexacro.Locale.so_SO){nexacro.Locale.so_SO={name:"so_SO",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0053\u004F\u0053\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0041\u0078\u0061\u0064","\u0049\u0073\u006E\u0069\u0069\u006E","\u0053\u0061\u006C\u0061\u0061\u0073\u006F","\u0041\u0072\u0062\u0061\u0063\u006F","\u004B\u0068\u0061\u006D\u0069\u0069\u0073","\u004A\u0069\u006D\u0063\u006F","\u0053\u0061\u0062\u0074\u0069"],weekday_names_short:["\u0041\u0078\u0061","\u0049\u0073\u006E","\u0053\u0061\u006C","\u0041\u0072\u0062","\u004B\u0068\u0061","\u004A\u0069\u006D","\u0053\u0061\u0062"],weekday_names_narrow:["\u0041\u0078\u0061","\u0049\u0073\u006E","\u0053\u0061\u006C","\u0041\u0072\u0062","\u004B\u0068\u0061","\u004A\u0069\u006D","\u0053\u0061\u0062"],month_names_long:["\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0061\u0064\u0064\u0065\u0078\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0041\u0066\u0072\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0068\u0061\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0069\u0078\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0064\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0069\u0064\u0065\u0065\u0064\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0061\u0067\u0061\u0061\u006C\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u0077 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064"],month_names_short:["\u004B\u006F\u0062","\u004C\u0061\u0062","\u0053\u0061\u0064","\u0041\u0066\u0072","\u0053\u0068\u0061","\u004C\u0069\u0078","\u0054\u006F\u0064","\u0053\u0069\u0064","\u0053\u0061\u0067","\u0054\u006F\u0062","\u004B\u0049\u0054","\u004C\u0049\u0054"],month_names_narrow:["\u004B\u006F\u0062","\u004C\u0061\u0062","\u0053\u0061\u0064","\u0041\u0066\u0072","\u0053\u0068\u0061","\u004C\u0069\u0078","\u0054\u006F\u0064","\u0053\u0069\u0064","\u0053\u0061\u0067","\u0054\u006F\u0062","\u004B\u0049\u0054","\u004C\u0049\u0054"],ampm:["\u0073\u0075\u0062\u0061\u0078\u006E\u0069\u006D\u006F","\u0067\u0061\u006C\u0061\u0062\u006E\u0069\u006D\u006F"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.so_SO;}break;case "sq":case "sq_AL":case "sq_al":{if(!nexacro.Locale.sq_AL){nexacro.Locale.sq_AL={name:"sq_AL",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3],int_curr_symbol:"\u0041\u004C\u004C\u0020",currency_symbol:"\u004C\u0065\u006B",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0065\u0020\u0064\u0069\u0065\u006C\u0020","\u0065\u0020\u0068\u00EB\u006E\u00EB\u0020","\u0065\u0020\u006D\u0061\u0072\u0074\u00EB\u0020","\u0065\u0020\u006D\u00EB\u0072\u006B\u0075\u0072\u00EB\u0020","\u0065\u0020\u0065\u006E\u006A\u0074\u0065\u0020","\u0065\u0020\u0070\u0072\u0065\u006D\u0074\u0065\u0020","\u0065\u0020\u0073\u0068\u0074\u0075\u006E\u00EB\u0020"],weekday_names_short:["\u0044\u0069\u0065\u0020","\u0048\u00EB\u006E\u0020","\u004D\u0061\u0072\u0020","\u004D\u00EB\u0072\u0020","\u0045\u006E\u006A\u0020","\u0050\u0072\u0065\u0020","\u0053\u0068\u0074\u0020"],weekday_names_narrow:["\u0044\u0069\u0065\u0020","\u0048\u00EB\u006E\u0020","\u004D\u0061\u0072\u0020","\u004D\u00EB\u0072\u0020","\u0045\u006E\u006A\u0020","\u0050\u0072\u0065\u0020","\u0053\u0068\u0074\u0020"],month_names_long:["\u006A\u0061\u006E\u0061\u0072","\u0073\u0068\u006B\u0075\u0072\u0074","\u006D\u0061\u0072\u0073","\u0070\u0072\u0069\u006C\u006C","\u006D\u0061\u006A","\u0071\u0065\u0072\u0073\u0068\u006F\u0072","\u006B\u006F\u0072\u0072\u0069\u006B","\u0067\u0075\u0073\u0068\u0074","\u0073\u0068\u0074\u0061\u0074\u006F\u0072","\u0074\u0065\u0074\u006F\u0072","\u006E\u00EB\u006E\u0074\u006F\u0072","\u0064\u0068\u006A\u0065\u0074\u006F\u0072"],month_names_short:["\u004A\u0061\u006E","\u0053\u0068\u006B","\u004D\u0061\u0072","\u0050\u0072\u0069","\u004D\u0061\u006A","\u0051\u0065\u0072","\u004B\u006F\u0072","\u0047\u0073\u0068","\u0053\u0068\u0074","\u0054\u0065\u0074","\u004E\u00EB\u006E","\u0044\u0068\u006A"],month_names_narrow:["\u004A\u0061\u006E","\u0053\u0068\u006B","\u004D\u0061\u0072","\u0050\u0072\u0069","\u004D\u0061\u006A","\u0051\u0065\u0072","\u004B\u006F\u0072","\u0047\u0073\u0068","\u0053\u0068\u0074","\u0054\u0065\u0074","\u004E\u00EB\u006E","\u0044\u0068\u006A"],ampm:["\u0050\u0044","\u004D\u0044"],date_format:"\u0025\u0059\u002D\u0025\u0062\u002D\u0025\u0064",time_format:"\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u002E\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u002E\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0059\u002D\u0025\u0062\u002D\u0025\u0064\u0020\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u002E\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.sq_AL;}break;case "sr_ME":case "sr_me":{if(!nexacro.Locale.sr_ME){nexacro.Locale.sr_ME={name:"sr_ME",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u043D\u0435\u0434\u0458\u0435\u0459\u0430","\u043F\u043E\u043D\u0435\u0434\u0435\u0459\u0430\u043A","\u0443\u0442\u043E\u0440\u0430\u043A","\u0441\u0440\u0438\u0458\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043A","\u043F\u0435\u0442\u0430\u043A","\u0441\u0443\u0431\u043E\u0442\u0430"],weekday_names_short:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0443\u0442\u043E","\u0441\u0440\u0438","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0443\u0431"],weekday_names_narrow:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0443\u0442\u043E","\u0441\u0440\u0438","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0443\u0431"],month_names_long:["\u0458\u0430\u043D\u0443\u0430\u0440","\u0444\u0435\u0431\u0440\u0443\u0430\u0440","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0438\u043B","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043F\u0442\u0435\u043C\u0431\u0430\u0440","\u043E\u043A\u0442\u043E\u0431\u0430\u0440","\u043D\u043E\u0432\u0435\u043C\u0431\u0430\u0440","\u0434\u0435\u0446\u0435\u043C\u0431\u0430\u0440"],month_names_short:["\u0458\u0430\u043D","\u0444\u0435\u0431","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0432","\u0434\u0435\u0446"],month_names_narrow:["\u0458\u0430\u043D","\u0444\u0435\u0431","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0432","\u0434\u0435\u0446"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059\u002E",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u0054",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u002E\u0020\u0025\u0042\u0020\u0025\u0059\u002E\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u002c\u0020\u0025\u0065\u002E\u0020\u0025\u0062\u0020\u0025\u0059\u002E\u0020\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u000A",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.sr_ME;}break;case "sr":case "sr_RS":case "sr_rs":{if(!nexacro.Locale.sr_RS){nexacro.Locale.sr_RS={name:"sr_RS",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0052\u0053\u0044\u0020",currency_symbol:"\u0434\u0438\u043D",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u043D\u0435\u0434\u0435\u0459\u0430","\u043F\u043E\u043D\u0435\u0434\u0435\u0459\u0430\u043A","\u0443\u0442\u043E\u0440\u0430\u043A","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043A","\u043F\u0435\u0442\u0430\u043A","\u0441\u0443\u0431\u043E\u0442\u0430"],weekday_names_short:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0443\u0442\u043E","\u0441\u0440\u0435","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0443\u0431"],weekday_names_narrow:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0443\u0442\u043E","\u0441\u0440\u0435","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0443\u0431"],month_names_long:["\u0458\u0430\u043D\u0443\u0430\u0440","\u0444\u0435\u0431\u0440\u0443\u0430\u0440","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0438\u043B","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043F\u0442\u0435\u043C\u0431\u0430\u0440","\u043E\u043A\u0442\u043E\u0431\u0430\u0440","\u043D\u043E\u0432\u0435\u043C\u0431\u0430\u0440","\u0434\u0435\u0446\u0435\u043C\u0431\u0430\u0440"],month_names_short:["\u0458\u0430\u043D","\u0444\u0435\u0431","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0432","\u0434\u0435\u0446"],month_names_narrow:["\u0458\u0430\u043D","\u0444\u0435\u0431","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0432","\u0434\u0435\u0446"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059\u002E",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u0054",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u002E\u0020\u0025\u0042\u0020\u0025\u0059\u002E\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u002C\u0020\u0025\u0065\u002E\u0020\u0025\u0062\u0020\u0025\u0059\u002E\u0020\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u000A",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.sr_RS;}break;case "ss":case "ss_ZA":case "ss_za":{if(!nexacro.Locale.ss_ZA){nexacro.Locale.ss_ZA={name:"ss_ZA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u005A\u0041\u0052\u0020",currency_symbol:"\u0052",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u004C\u0069\u0073\u006F\u006E\u0074\u0066\u006F","\u0075\u004D\u0073\u006F\u006D\u0062\u0075\u006C\u0075\u006B\u006F","\u004C\u0065\u0073\u0069\u0062\u0069\u006C\u0069","\u004C\u0065\u0073\u0069\u0074\u0073\u0061\u0074\u0066\u0075","\u004C\u0065\u0073\u0069\u006E\u0065","\u004C\u0065\u0073\u0069\u0068\u006C\u0061\u006E\u0075","\u0075\u004D\u0067\u0063\u0069\u0062\u0065\u006C\u006F"],weekday_names_short:["\u0053\u006F\u006E","\u004D\u0073\u006F","\u0042\u0069\u006C","\u0054\u0073\u0061","\u004E\u0065","\u0048\u006C\u0061","\u004D\u0067\u0063"],weekday_names_narrow:["\u0053\u006F\u006E","\u004D\u0073\u006F","\u0042\u0069\u006C","\u0054\u0073\u0061","\u004E\u0065","\u0048\u006C\u0061","\u004D\u0067\u0063"],month_names_long:["\u0042\u0068\u0069\u006D\u0062\u0069\u0064\u0076\u0077\u0061\u006E\u0065","\u0069\u004E\u0064\u006C\u006F\u0076\u0061\u006E\u0065","\u0069\u004E\u0064\u006C\u006F\u0076\u0075\u006C\u0065\u006E\u006B\u0068\u0075\u006C\u0075","\u004D\u0061\u0062\u0061\u0073\u0061","\u0049\u006E\u006B\u0068\u0077\u0065\u006E\u006B\u0068\u0077\u0065\u0074\u0069","\u0069\u004E\u0068\u006C\u0061\u0062\u0061","\u004B\u0068\u006F\u006C\u0077\u0061\u006E\u0065","\u0069\u004E\u0067\u0063\u0069","\u0069\u004E\u0079\u006F\u006E\u0069","\u0049\u006D\u0070\u0061\u006C\u0061","\u004C\u0077\u0065\u0074\u0069","\u0069\u004E\u0067\u006F\u006E\u0067\u006F\u006E\u0069"],month_names_short:["\u0042\u0068\u0069","\u0056\u0061\u006E","\u0056\u0075\u006C","\u004D\u0061\u0062","\u004B\u0068\u006B","\u004E\u0068\u006C","\u004B\u0068\u006F","\u004E\u0067\u0063","\u004E\u0079\u006F","\u0049\u006D\u0070","\u004C\u0077\u0065","\u004E\u0067\u006F"],month_names_narrow:["\u0042\u0068\u0069","\u0056\u0061\u006E","\u0056\u0075\u006C","\u004D\u0061\u0062","\u004B\u0068\u006B","\u004E\u0068\u006C","\u004B\u0068\u006F","\u004E\u0067\u0063","\u004E\u0079\u006F","\u0049\u006D\u0070","\u004C\u0077\u0065","\u004E\u0067\u006F"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u002D\u0065\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u002D\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ss_ZA;}break;case "st":case "st_ZA":case "st_za":{if(!nexacro.Locale.st_ZA){nexacro.Locale.st_ZA={name:"st_ZA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u005A\u0041\u0052\u0020",currency_symbol:"\u0052",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u006F\u006E\u0074\u0061\u0068\u0061","\u004D\u0061\u006E\u0074\u0061\u0068\u0061","\u004C\u0061\u0062\u006F\u0062\u0065\u0064\u0069","\u004C\u0061\u0062\u006F\u0072\u0061\u0072\u006F","\u004C\u0061\u0062\u006F\u006E\u0065","\u004C\u0061\u0062\u006F\u0068\u006C\u0061\u006E\u006F","\u004D\u006F\u0071\u0065\u0062\u0065\u006C\u006F"],weekday_names_short:["\u0053\u006F\u006E","\u004D\u006D\u0061","\u0042\u0065\u0064","\u0052\u0061\u0072","\u004E\u0065","\u0048\u006C\u0061","\u004D\u006F\u0071"],weekday_names_narrow:["\u0053\u006F\u006E","\u004D\u006D\u0061","\u0042\u0065\u0064","\u0052\u0061\u0072","\u004E\u0065","\u0048\u006C\u0061","\u004D\u006F\u0071"],month_names_long:["\u0050\u0068\u0065\u0072\u0065\u006B\u0067\u006F\u006E\u0067","\u0048\u006C\u0061\u006B\u006F\u006C\u0061","\u0054\u006C\u0068\u0061\u006B\u0075\u0062\u0065\u006C\u0065","\u004D\u006D\u0065\u0073\u0065","\u004D\u006F\u0074\u0073\u0068\u0065\u0061\u006E\u006F\u006E\u0067","\u0050\u0068\u0075\u0070\u006A\u0061\u006E\u0065","\u0050\u0068\u0075\u0070\u0075","\u0050\u0068\u0061\u0074\u006F","\u004C\u0065\u006F\u0074\u0073\u0065","\u004D\u0070\u0068\u0061\u006C\u0061\u006E\u0065","\u0050\u0075\u0064\u0075\u006E\u0067\u0077\u0061\u006E\u0061","\u0054\u0073\u0068\u0069\u0074\u0077\u0065"],month_names_short:["\u0050\u0068\u0065","\u0048\u006C\u0061","\u0054\u006C\u0048","\u004D\u006D\u0065","\u004D\u006F\u0074","\u004A\u0061\u006E","\u0055\u0070\u0075","\u0050\u0068\u0061","\u004C\u0065\u006F","\u004D\u0070\u0068","\u0050\u0075\u0064","\u0054\u0073\u0068"],month_names_narrow:["\u0050\u0068\u0065","\u0048\u006C\u0061","\u0054\u006C\u0048","\u004D\u006D\u0065","\u004D\u006F\u0074","\u004A\u0061\u006E","\u0055\u0070\u0075","\u0050\u0068\u0061","\u004C\u0065\u006F","\u004D\u0070\u0068","\u0050\u0075\u0064","\u0054\u0073\u0068"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u002D\u0065\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u002D\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.st_ZA;}break;case "sv_FI":case "sv_fi":{if(!nexacro.Locale.sv_FI){nexacro.Locale.sv_FI={name:"sv_FI",decimal_point:"\u002C",thousands_sep:"\u00A0",grouping:[3,3],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:2,n_cs_precedes:0,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0073\u00F6\u006E\u0064\u0061\u0067","\u006D\u00E5\u006E\u0064\u0061\u0067","\u0074\u0069\u0073\u0064\u0061\u0067","\u006F\u006E\u0073\u0064\u0061\u0067","\u0074\u006F\u0072\u0073\u0064\u0061\u0067","\u0066\u0072\u0065\u0064\u0061\u0067","\u006C\u00F6\u0072\u0064\u0061\u0067"],weekday_names_short:["\u0073\u00F6\u006E","\u006D\u00E5\u006E","\u0074\u0069\u0073","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F6\u0072"],weekday_names_narrow:["\u0073\u00F6\u006E","\u006D\u00E5\u006E","\u0074\u0069\u0073","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F6\u0072"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072\u0069","\u0066\u0065\u0062\u0072\u0075\u0061\u0072\u0069","\u006D\u0061\u0072\u0073","\u0061\u0070\u0072\u0069\u006C","\u006D\u0061\u006A","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074\u0069","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0065\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:1,longdate_format:"\\\u0064\u0065\u006E\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002E\u0025\u006E\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.sv_FI;}break;case "sv":case "sv_SE":case "sv_se":{if(!nexacro.Locale.sv_SE){nexacro.Locale.sv_SE={name:"sv_SE",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u0053\u0045\u004B\u0020",currency_symbol:"\u006B\u0072",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0073\u00F6\u006E\u0064\u0061\u0067","\u006D\u00E5\u006E\u0064\u0061\u0067","\u0074\u0069\u0073\u0064\u0061\u0067","\u006F\u006E\u0073\u0064\u0061\u0067","\u0074\u006F\u0072\u0073\u0064\u0061\u0067","\u0066\u0072\u0065\u0064\u0061\u0067","\u006C\u00F6\u0072\u0064\u0061\u0067"],weekday_names_short:["\u0073\u00F6\u006E","\u006D\u00E5\u006E","\u0074\u0069\u0073","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F6\u0072"],weekday_names_narrow:["\u0073\u00F6\u006E","\u006D\u00E5\u006E","\u0074\u0069\u0073","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F6\u0072"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072\u0069","\u0066\u0065\u0062\u0072\u0075\u0061\u0072\u0069","\u006D\u0061\u0072\u0073","\u0061\u0070\u0072\u0069\u006C","\u006D\u0061\u006A","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074\u0069","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0065\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:1,longdate_format:"\\\u0064\u0065\u006E\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",direction:"ltr"};}return nexacro.Locale.sv_SE;}break;case "ta":case "ta_IN":case "ta_in":{if(!nexacro.Locale.ta_IN){nexacro.Locale.ta_IN={name:"ta_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0BB0\u0BC2",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0B9E\u0BBE\u0BAF\u0BBF\u0BB1\u0BC1","\u0BA4\u0BBF\u0B99\u0BCD\u0B95\u0BB3\u0BCD","\u0B9A\u0BC6\u0BB5\u0BCD\u0BB5\u0BBE\u0BAF\u0BCD","\u0BAA\u0BC1\u0BA4\u0BA9\u0BCD","\u0BB5\u0BBF\u0BAF\u0BBE\u0BB4\u0BA9\u0BCD","\u0BB5\u0BC6\u0BB3\u0BCD\u0BB3\u0BBF","\u0B9A\u0BA9\u0BBF"],weekday_names_short:["\u0B9E\u0BBE","\u0BA4\u0BBF","\u0B9A\u0BC6","\u0BAA\u0BC1","\u0BB5\u0BBF","\u0BB5\u0BC6","\u0B9A"],weekday_names_narrow:["\u0B9E\u0BBE","\u0BA4\u0BBF","\u0B9A\u0BC6","\u0BAA\u0BC1","\u0BB5\u0BBF","\u0BB5\u0BC6","\u0B9A"],month_names_long:["\u0B9C\u0BA9\u0BB5\u0BB0\u0BBF","\u0BAA\u0BBF\u0BAA\u0BCD\u0BB0\u0BB5\u0BB0\u0BBF","\u0BAE\u0BBE\u0BB0\u0BCD\u0B9A\u0BCD","\u0B8F\u0BAA\u0BCD\u0BB0\u0BB2\u0BCD","\u0BAE\u0BC7","\u0B9C\u0BC2\u0BA9\u0BCD","\u0B9C\u0BC2\u0BB2\u0BC8","\u0B86\u0B95\u0BB8\u0BCD\u0B9F\u0BCD","\u0B9A\u0BC6\u0BAA\u0BCD\u0B9F\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD","\u0B85\u0B95\u0BCD\u0B9F\u0BCB\u0BAA\u0BB0\u0BCD","\u0BA8\u0BB5\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD","\u0B9F\u0BBF\u0B9A\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD"],month_names_short:["\u0B9C\u0BA9","\u0BAA\u0BBF\u0BAA\u0BCD","\u0BAE\u0BBE\u0BB0\u0BCD","\u0B8F\u0BAA\u0BCD","\u0BAE\u0BC7","\u0B9C\u0BC2\u0BA9\u0BCD","\u0B9C\u0BC2\u0BB2\u0BC8","\u0B86\u0B95","\u0B9A\u0BC6\u0BAA\u0BCD","\u0B85\u0B95\u0BCD","\u0BA8\u0BB5","\u0B9F\u0BBF\u0B9A"],month_names_narrow:["\u0B9C\u0BA9","\u0BAA\u0BBF\u0BAA\u0BCD","\u0BAE\u0BBE\u0BB0\u0BCD","\u0B8F\u0BAA\u0BCD","\u0BAE\u0BC7","\u0B9C\u0BC2\u0BA9\u0BCD","\u0B9C\u0BC2\u0BB2\u0BC8","\u0B86\u0B95","\u0B9A\u0BC6\u0BAA\u0BCD","\u0B85\u0B95\u0BCD","\u0BA8\u0BB5","\u0B9F\u0BBF\u0B9A"],ampm:["\u0B95\u0BBE\u0BB2\u0BC8","\u0BAE\u0BBE\u0BB2\u0BC8"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.ta_IN;}break;case "te":case "te_IN":case "te_in":{if(!nexacro.Locale.te_IN){nexacro.Locale.te_IN={name:"te_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0C30\u0C42",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0C06\u0C26\u0C3F\u0C35\u0C3E\u0C30\u0C02","\u0C38\u0C4b\u0C2E\u0C35\u0C3E\u0C30\u0C02","\u0C2E\u0C02\u0C17\u0C33\u0C35\u0C3E\u0C30\u0C02","\u0C2C\u0C41\u0C27\u0C35\u0C3E\u0C30\u0C02","\u0C17\u0C41\u0C30\u0C41\u0C35\u0C3E\u0C30\u0C02","\u0C36\u0C41\u0C15\u0C4d\u0C30\u0C35\u0C3E\u0C30\u0C02","\u0C36\u0C28\u0C3F\u0C35\u0C3E\u0C30\u0C02"],weekday_names_short:["\u0C06\u0C26\u0C3F","\u0C38\u0C4b\u0C2E","\u0C2E\u0C02\u0C17\u0C33","\u0C2C\u0C41\u0C27","\u0C17\u0C41\u0C30\u0C41","\u0C36\u0C41\u0C15\u0C4D\u0C30","\u0C36\u0C28\u0C3F"],weekday_names_narrow:["\u0C06\u0C26\u0C3F","\u0C38\u0C4b\u0C2E","\u0C2E\u0C02\u0C17\u0C33","\u0C2C\u0C41\u0C27","\u0C17\u0C41\u0C30\u0C41","\u0C36\u0C41\u0C15\u0C4D\u0C30","\u0C36\u0C28\u0C3F"],month_names_long:["\u0C1C\u0C28\u0C35\u0C30\u0C3F","\u0C2B\u0C3F\u0C2C\u0C4D\u0C30\u0C35\u0C30\u0C3F","\u0C2E\u0C3E\u0C30\u0C4D\u0C1A\u0C3F","\u0C0F\u0C2A\u0C4D\u0C30\u0C3F\u0C32\u0C4D","\u0C2E\u0C47","\u0C1C\u0C42\u0C28\u0C4D","\u0C1C\u0C42\u0C32\u0C48","\u0C06\u0C17\u0C38\u0C4D\u0C1F\u0C41","\u0C38\u0C46\u0C2A\u0C4D\u0C1F\u0C46\u0C02\u0C2C\u0C30\u0C41","\u0C05\u0C15\u0C4D\u0C1F\u0C4B\u0C2C\u0C30\u0C41","\u0C28\u0C35\u0C02\u0C2C\u0C30\u0C41","\u0C21\u0C3F\u0C38\u0C46\u0C02\u0C2C\u0C30\u0C41"],month_names_short:["\u0C1C\u0C28\u0C35\u0C30\u0C3F","\u0C2B\u0C3F\u0C2C\u0C4D\u0C30\u0C35\u0C30\u0C3F","\u0C2E\u0C3E\u0C30\u0C4D\u0C1A\u0C3F","\u0C0F\u0C2a\u0C4D\u0C30\u0C3F\u0C32\u0C4D","\u0C2E\u0C47","\u0C1C\u0C42\u0C28\u0C4D","\u0C1C\u0C42\u0C32\u0C48","\u0C06\u0C17\u0C38\u0C4D\u0C1F\u0C41","\u0C38\u0C46\u0C2A\u0C4D\u0C1F\u0C46\u0C02\u0C2C\u0C30\u0C41","\u0C05\u0C15\u0C4D\u0C1F\u0C4B\u0C2C\u0C30\u0C41","\u0C28\u0C35\u0C02\u0C2C\u0C30\u0C41","\u0C21\u0C3F\u0C38\u0C46\u0C02\u0C2C\u0C30\u0C41"],month_names_narrow:["\u0C1C\u0C28\u0C35\u0C30\u0C3F","\u0C2B\u0C3F\u0C2C\u0C4D\u0C30\u0C35\u0C30\u0C3F","\u0C2E\u0C3E\u0C30\u0C4D\u0C1A\u0C3F","\u0C0F\u0C2a\u0C4D\u0C30\u0C3F\u0C32\u0C4D","\u0C2E\u0C47","\u0C1C\u0C42\u0C28\u0C4D","\u0C1C\u0C42\u0C32\u0C48","\u0C06\u0C17\u0C38\u0C4D\u0C1F\u0C41","\u0C38\u0C46\u0C2A\u0C4D\u0C1F\u0C46\u0C02\u0C2C\u0C30\u0C41","\u0C05\u0C15\u0C4D\u0C1F\u0C4B\u0C2C\u0C30\u0C41","\u0C28\u0C35\u0C02\u0C2C\u0C30\u0C41","\u0C21\u0C3F\u0C38\u0C46\u0C02\u0C2C\u0C30\u0C41"],ampm:["\u0C09\u002E","\u0C38\u0C3E\u002E"],date_format:"\u0025\u0042\u0020\u0025\u0064\u0020\u0025\u0041\u0020\u0025\u0059",time_format:"\u0025\u0070\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u005A",time_format_ampm:"\u0025\u0070\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u005A",date_time_format:"\u0025\u0042\u0020\u0025\u0064\u0020\u0025\u0041\u0020\u0025\u0059\u0020\u0025\u0070\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",direction:"ltr"};}return nexacro.Locale.te_IN;}break;case "tg":case "tg_TJ":case "tg_tj":{if(!nexacro.Locale.tg_TJ){nexacro.Locale.tg_TJ={name:"tg_TJ",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0054\u004A\u0053\u0020",currency_symbol:"\u0440\u0443\u0431",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0412\u043E\u0441\u043A\u0440\u0435\u0441\u0435\u043D\u044C\u0435","\u041F\u043E\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0438\u043A","\u0412\u0442\u043E\u0440\u043D\u0438\u043A","\u0421\u0440\u0435\u0434\u0430","\u0427\u0435\u0442\u0432\u0435\u0440\u0433","\u041F\u044F\u0442\u043D\u0438\u0446\u0430","\u0421\u0443\u0431\u0431\u043E\u0442\u0430"],weekday_names_short:["\u0412\u0441\u043A","\u041F\u043D\u0434","\u0412\u0442\u0440","\u0421\u0440\u0434","\u0427\u0442\u0432","\u041F\u0442\u043D","\u0421\u0431\u0442"],weekday_names_narrow:["\u0412\u0441\u043A","\u041F\u043D\u0434","\u0412\u0442\u0440","\u0421\u0440\u0434","\u0427\u0442\u0432","\u041F\u0442\u043D","\u0421\u0431\u0442"],month_names_long:["\u042F\u043D\u0432\u0430\u0440\u044F","\u0424\u0435\u0432\u0440\u0430\u043B\u044F","\u041C\u0430\u0440\u0442\u0430","\u0410\u043F\u0440\u0435\u043B\u044F","\u041C\u0430\u044F","\u0418\u044E\u043D\u044F","\u0418\u044E\u043B\u044F","\u0410\u0432\u0433\u0443\u0441\u0442\u0430","\u0421\u0435\u043D\u0442\u044F\u0431\u0440\u044F","\u041E\u043A\u0442\u044F\u0431\u0440\u044F","\u041D\u043E\u044F\u0431\u0440\u044F","\u0414\u0435\u043A\u0430\u0431\u0440\u044F"],month_names_short:["\u042F\u043D\u0432","\u0424\u0435\u0432","\u041C\u0430\u0440","\u0410\u043F\u0440","\u041C\u0430\u0439","\u0418\u044E\u043D","\u0418\u044E\u043B","\u0410\u0432\u0433","\u0421\u0435\u043D","\u041E\u043A\u0442","\u041D\u043E\u044F","\u0414\u0435\u043A"],month_names_narrow:["\u042F\u043D\u0432","\u0424\u0435\u0432","\u041C\u0430\u0440","\u0410\u043F\u0440","\u041C\u0430\u0439","\u0418\u044E\u043D","\u0418\u044E\u043B","\u0410\u0432\u0433","\u0421\u0435\u043D","\u041E\u043A\u0442","\u041D\u043E\u044F","\u0414\u0435\u043A"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.tg_TJ;}break;case "th":case "th_TH":case "th_th":{if(!nexacro.Locale.th_TH){nexacro.Locale.th_TH={name:"th_TH",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0054\u0048\u0042\u0020",currency_symbol:"\u0E3F",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:4,n_sign_posn:4,mon_n_sign_posn:1,weekday_names_long:["\u0E2D\u0E32\u0E17\u0E34\u0E15\u0E22\u0E4C","\u0E08\u0E31\u0E19\u0E17\u0E23\u0E4C","\u0E2D\u0E31\u0E07\u0E04\u0E32\u0E23","\u0E1E\u0E38\u0E18","\u0E1E\u0E24\u0E2B\u0E31\u0E2A\u0E1A\u0E14\u0E35","\u0E28\u0E38\u0E01\u0E23\u0E4C","\u0E40\u0E2A\u0E32\u0E23\u0E4C"],weekday_names_short:["\u0E2D\u0E32\u002E","\u0E08\u002E","\u0E2D\u002E","\u0E1E\u002E","\u0E1E\u0E24\u002E","\u0E28\u002E","\u0E2A\u002E"],weekday_names_narrow:["\u0E2D\u0E32\u002E","\u0E08\u002E","\u0E2D\u002E","\u0E1E\u002E","\u0E1E\u0E24\u002E","\u0E28\u002E","\u0E2A\u002E"],month_names_long:["\u0E21\u0E01\u0E23\u0E32\u0E04\u0E21","\u0E01\u0E38\u0E21\u0E20\u0E32\u0E1E\u0E31\u0E19\u0E18\u0E4C","\u0E21\u0E35\u0E19\u0E32\u0E04\u0E21","\u0E40\u0E21\u0E29\u0E32\u0E22\u0E19","\u0E1E\u0E24\u0E29\u0E20\u0E32\u0E04\u0E21","\u0E21\u0E34\u0E16\u0E38\u0E19\u0E32\u0E22\u0E19","\u0E01\u0E23\u0E01\u0E0E\u0E32\u0E04\u0E21","\u0E2A\u0E34\u0E07\u0E2B\u0E32\u0E04\u0E21","\u0E01\u0E31\u0E19\u0E22\u0E32\u0E22\u0E19","\u0E15\u0E38\u0E25\u0E32\u0E04\u0E21","\u0E1E\u0E24\u0E28\u0E08\u0E34\u0E01\u0E32\u0E22\u0E19","\u0E18\u0E31\u0E19\u0E27\u0E32\u0E04\u0E21"],month_names_short:["\u0E21\u002E\u0E04\u002E","\u0E01\u002E\u0E1E\u002E","\u0E21\u0E35\u002E\u0E04\u002E","\u0E40\u0E21\u002E\u0E22\u002E","\u0E1E\u002E\u0E04\u002E","\u0E21\u0E34\u002E\u0E22\u002E","\u0E01\u002E\u0E04\u002E","\u0E2A\u002E\u0E04\u002E","\u0E01\u002E\u0E22\u002E","\u0E15\u002E\u0E04\u002E","\u0E1E\u002E\u0E22\u002E","\u0E18\u002E\u0E04\u002E"],month_names_narrow:["\u0E21\u002E\u0E04\u002E","\u0E01\u002E\u0E1E\u002E","\u0E21\u0E35\u002E\u0E04\u002E","\u0E40\u0E21\u002E\u0E22\u002E","\u0E1E\u002E\u0E04\u002E","\u0E21\u0E34\u002E\u0E22\u002E","\u0E01\u002E\u0E04\u002E","\u0E2A\u002E\u0E04\u002E","\u0E01\u002E\u0E22\u002E","\u0E15\u002E\u0E04\u002E","\u0E1E\u002E\u0E22\u002E","\u0E18\u002E\u0E04\u002E"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"%d\u002F%m\u002F%Ey",time_format:"%H\u003A%M\u003A%S",time_format_ampm:"%I\u003A%M\u003A%S\u0020%p",date_time_format:"%a\u0020%e\u0020%b\u0020%Ey\u002C\u0020%H\u003A%M\u003A%S",full_date_time_format:"\u0025\u0061\u0020\u0025\u0065\u0020\u0025\u0062\u0020\u0025\u0045\u0079\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",first_weekday:0,longdate_format:"\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002F\u0025\u006E\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.th_TH;}break;case "ti_ER":case "ti_er":{if(!nexacro.Locale.ti_ER){nexacro.Locale.ti_ER={name:"ti_ER",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0052\u004E\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:0,frac_digits:0,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u1230\u1295\u1260\u1275","\u1230\u1291\u12ED","\u1230\u1209\u1235","\u1228\u1261\u12D5","\u1213\u1219\u1235","\u12D3\u122D\u1262","\u1240\u12F3\u121D"],weekday_names_short:["\u1230\u1295\u1260","\u1230\u1291\u12ED","\u1230\u1209\u1235","\u1228\u1261\u12D5","\u1213\u1219\u1235","\u12D3\u122D\u1262","\u1240\u12F3\u121D"],weekday_names_narrow:["\u1230\u1295\u1260","\u1230\u1291\u12ED","\u1230\u1209\u1235","\u1228\u1261\u12D5","\u1213\u1219\u1235","\u12D3\u122D\u1262","\u1240\u12F3\u121D"],month_names_long:["\u1325\u122A","\u1208\u12AB\u1272\u1275","\u1218\u130B\u1262\u1275","\u121A\u12EB\u12DD\u12EB","\u130D\u1295\u1266\u1275","\u1230\u1290","\u1213\u121D\u1208","\u1290\u1213\u1230","\u1218\u1235\u12A8\u1228\u121D","\u1325\u1245\u121D\u1272","\u1215\u12F3\u122D","\u1273\u1215\u1233\u1235"],month_names_short:["\u1325\u122A\u0020","\u1208\u12AB\u1272","\u1218\u130B\u1262","\u121A\u12EB\u12DD","\u130D\u1295\u1266","\u1230\u1290\u0020","\u1213\u121D\u1208","\u1290\u1213\u1230","\u1218\u1235\u12A8","\u1325\u1245\u121D","\u1215\u12F3\u122D","\u1273\u1215\u1233"],month_names_narrow:["\u1325\u122A\u0020","\u1208\u12AB\u1272","\u1218\u130B\u1262","\u121A\u12EB\u12DD","\u130D\u1295\u1266","\u1230\u1290\u0020","\u1213\u121D\u1208","\u1290\u1213\u1230","\u1218\u1235\u12A8","\u1325\u1245\u121D","\u1215\u12F3\u122D","\u1273\u1215\u1233"],ampm:["\u1295\u1309\u1206> =0){_c=_a+_b;}else{_c=nexacro._mergeUrl(_a,_b);}var _d=_c.split("/");var _e=_d.length;var _f=[];var _g=0;while(_g<_e){if(_d[_g]!="."&&_d[_g]!=".."){break;}_f.push(_d[_g]);_g++ ;}while(_g<_e){if(_d[_g]!="."){if(_d[_g]==".."){_f.pop();}else{_f.push(_d[_g]);}}_g++ ;}return _f.join("/");};nexacro._addLocalCacheUrl=function(_a,_b){if(_b){_b=_b.replace(/\\/g,"/");}application._localcaches[_a]=_b;};nexacro._addLocalThemeCacheUrl=function(_a,_b){if(_b){_b=_b.replace(/\\/g,"/");}application._localthemecaches[_a]=_b;};nexacro._hasLocalCacheUrl=function(_a){return (_a in application._localcaches);};nexacro._getService=function(_a,_b){return application.services[_a];};nexacro._transurl=function(_a,_b,_c){var _d=_c;if(_d.indexOf("theme://")>=0){var _e=false;if(nexacro._hasLocalCacheUrl(_c)){var _f=application._getLocalCacheUrl(_c);if(_f){return _f;}_e=true;}var _g=_d.split("://");var _h=_g[0];var _i=_g[1];var _j=[];var _k="/";var _l=application._theme_uri;_j.push(_l);if(_l.charAt(_l.length-1)=="/"){_k="";}_j.push(_i);_d=_j.join(_k).replace(/\\/g,"/");if(nexacro._isAbsolutePath(_d)!=true){if(_e){_d=nexacro._transfullurl(application._localcache_path,_d);}else{_d=nexacro._transfullurl(nexacro._project_url,_d);}}if(_e){nexacro._addLocalCacheUrl(_c,_d);}}else{var _e=false;if(nexacro._hasLocalCacheUrl(_c)){var _f=application._getLocalCacheUrl(_c);if(_f){return _f;}_e=true;}if(_d.indexOf("::")<0){if(_e){_a=application._localcache_path;}_d=nexacro._transfullurl(_a,_d);}else{var _g=_d.split("::");var _m=_g[0];var _i=_g[1];var _n=nexacro._getService(_m,_b);if(_n!=null){var _o=_n.url;if(_o.charAt(_o.length-1)!="/"){_o=_o+"/";}if(nexacro._isAbsolutePath(_o)==true){_d=nexacro._transfullurl(_o,_i);}else{var _p;if(_e){_p=nexacro._transfullurl(application._localcache_path,_o);}else{_p=nexacro._transfullurl(_b,_o);}_d=nexacro._transfullurl(_p,_i);}}else{_d=_d.replace(/\\/g,"/");}}if(_e){nexacro._addLocalCacheUrl(_c,_d);}}return _d;};nexacro._getServiceLocation=function(_a,_b,_c){if(!_c){_c=nexacro._typedefinition_url;}if(!_b){_b=nexacro._project_url;}return nexacro._transurl(_b,_c,_a);};nexacro._div_property_list=["_accessibility_role","_adjust_height","_adjust_left","_adjust_left_ltr","_adjust_top","_adjust_width","_apply_client_border","_apply_client_padding","_attached_comp","_base_url","_bind_manager","_bottom","_callclasscnt","_callstylecnt","_child_count","_child_list","_client_height","_client_width","_contents_pseudo","_control_element","_control_pseudo","_css_finder","_css_selectors","_cssfinder_cache","_cssclass","_cur_real_layout","_default_zindex","_display_text","_event_list","_executescriptlist","_find_csslist","_has_dirty_rect","_has_parent","_hotkey_list","_height","_hittest_type","_includescriptlist","_index","_init_height","_init_width","_is_async","_is_completed","_is_created","_is_created_contents","_is_form","_is_init","_is_loaded","_isLoaded","_is_loading","_is_popup_control","_is_reference_control","_is_scrollable","_is_selfclose","_isSelfClass","_isSelfStyle","_is_window","_last_focused","_layout_list","_left","_linkedcssclass","_linkstyles","_load_callbacklist","_load_manager","_margin","_oldstyletype","_originStyles","_pseudo","_real_enable","_real_visible","_ref_css_finder","_refcssid","_refcssobj","_refform","_right","_scrollbars","_setclasscomplete","_setstylecomplete","_style","_styles","_styletype","_taborder","_text_elem","_timerManager","_top","_track_on","_track_capture","_type_name","_unique_id","_user_property_list","_url","_urlloading","_variables","_want_tab","_want_arrow","_wait_pop_position","_width","_zoomFactor","all","applystyletype","async","binds","bottom","classname","components","cssclass","currentstyle","dragscrolltype","enable","enableflag","height","hscrollbar","id","layout","layoutautofittype","left","name","objects","on_create","on_initEvent","parent","position","positionstep","right","returnvalue","scrollbars","style","taborder","text","top","url","version","visible","vscrollbar","width"];nexacro._pluginCallMethod=function(_a,_b){return nexacro.__pluginCallMethod(_a,_b);};nexacro._openSystemCalendar=function(_a,_b){nexacro.__openSystemCalendar(_a,_b);};nexacro._closeSystemCalendar=function(){nexacro.__closeSystemCalendar();};nexacro.Deserializer={"SSV":function(_a,_b){var _c={};var _d=[];var _e=String.fromCharCode(30);var _f=String.fromCharCode(31);var _g=0;var _h="SUCCESS";if(!_a){return [ -1,"Stream Data is null!"];}var _i=this.context;var _j=_a.split(_e);var _k=_j.length;var _l=0;_l++ ;var _m;for(;_l<_k;_l++ ){_m=_j[_l];if(_m.substring(0,7)!="Dataset"){var _n=_m.split(_f);var _o=_n.length;for(var _p=0;_p<_o;_p++ ){var _q=_n[_p];var _r=_q;var _s=undefined;var _t=_q.indexOf("=");if(_t>=0){_r=_q.substring(0,_t);_s=_q.substring(_t+1);if(_s==String.fromCharCode(3)){_s=undefined;}}if(_r){var _u=_r;var _t=_r.indexOf(":");if(_t>=0){_u=_r.substring(0,_t);}if(_u=="ErrorCode"){_g=parseInt(_s)|0;if(isFinite(_g)==false){_g= -1;}_c[_u]=_g;}else if(_u=="ErrorMsg"){_c[_u]=_s;}else if(_u in _i){if(typeof (_i[_u])!="object"){_i[_u]=_s;}}else{if(application._existVariable(_u)){application[_u]=_s;}}}}}else{if(_g<0){return [_c,null];}var _t=_m.indexOf(":");if(_t>=0){var _v=_m.substring(_t+1);if(_v&&_v.length){var _w=_b&&_b._getDataset(_v);if(!_w){_w=new nexacro.Dataset(_v);}if(_w){_w.rowposition= -1;_l=_w.loadFromSSVArray(_j,_k,_l,true);_d.push(_w);}}}}}return [_c,_d];},"XML":function(_a,_b){var _c={};var _d=_a.getElementsByTagName("Parameter");var _e=0;if(_d&&_d.length){var _h=_d.length;for(var _i=0;_i<_h;_i++ ){var _j=_d[_i];var _k=_j.getAttribute("id");if(_k&&_k.length){var _l=(_j.textContent||(_j.firstChild?_j.firstChild.nodeValue:""));if(_k=="ErrorCode"){_e=parseInt(_l)|0;if(isFinite(_e)==false){_e= -1;}_c[_k]=_e;}else if(_k=="ErrorMsg"){_c[_k]=_l;}else{_b&&_b._setParamter(_k,_l);}}}}if(_e<0){return [_c,null];}var _f=[];var _g=_a.getElementsByTagName("Dataset");if(_g&&_g.length){var _m=_g.length;for(var _i=0;_i<_m;_i++ ){var _n=_g[_i].getAttribute("id");if(_n&&_n.length){var _o=_b&&_b._getDataset(_n);if(!_o){_o=new nexacro.Dataset(_n);}if(_o){_o.rowposition= -1;_o.loadFromDOM(_g[_i]);_f.push(_o);}}}}return [_c,_f];}};}if(nexacro.Browser!="Runtime"){if(window._popup&&window.opener&&window.opener!=window){window.application=window.opener.application;window.system=window.opener.system;window.nexacro._typedefinition_url=window.opener.nexacro._typedefinition_url;window.nexacro._project_url=window.opener.nexacro._project_url;window.nexacro._addlocalthemecacheurl=window.opener.nexacro._addlocalthemecacheurl;if(window.opener.nexacro.Application){window._pApplication=window.opener.nexacro.Application;}else{var _parent=window.opener;while(!_parent.nexacro.Application){_parent=_parent.opener;}if(_parent){window._pApplication=_parent.nexacro.Application;}}}if(!nexacro.Init_systembase_html){nexacro.Init_systembase_html=true;if(window.console){trace=function(){var _a=arguments;var _b=arguments.length;switch(_b){case 1:window.console.log(_a[0]+'');break;case 2:window.console.log(_a[0],' ',_a[1]);break;case 3:window.console.log(_a[0],' ',_a[1],' ',_a[2]);break;case 4:window.console.log(_a[0],' ',_a[1],' ',_a[2],' ',_a[3]);break;case 5:window.console.log(_a[0],' ',_a[1],' ',_a[2],' ',_a[3],' ',_a[4]);break;case 6:window.console.log(_a[0],' ',_a[1],' ',_a[2],' ',_a[3],' ',_a[4],' ',_a[5]);break;case 7:window.console.log(_a[0],' ',_a[1],' ',_a[2],' ',_a[3],' ',_a[4],' ',_a[5],' ',_a[6]);break;case 8:window.console.log(_a[0],' ',_a[1],' ',_a[2],' ',_a[3],' ',_a[4],' ',_a[5],' ',_a[6],' ',_a[7]);break;case 9:window.console.log(_a[0],' ',_a[1],' ',_a[2],' ',_a[3],' ',_a[4],' ',_a[5],' ',_a[6],' ',_a[7],' ',_a[8]);break;case 10:window.console.log(_a[0],' ',_a[1],' ',_a[2],' ',_a[3],' ',_a[4],' ',_a[5],' ',_a[6],' ',_a[7],' ',_a[8],' ',_a[9]);break;}};}else{trace=function(){if(nexacro.OS=="Windows Phone"){var _a=arguments[0];var _b='{"message":"'+_a+'"}';var _c='DebugConsole,Debug,'+this._id+','+_b;window.external.Notify(_c);}else if(nexacro.Browser=="IE"){var _a="";var _d=arguments;for(var _e=0;_e<_d.length;_e++ ){_a+=_d[_e];_a+=' ';}var _f=0;}};}nexacro._updateWindow=nexacro._emptyFn;nexacro._nexacroconsole=function(_a,_b,_c){var _d=document.getElementById("mainframe_childframe_form");var _e=document.getElementById("nexacroconsole");if(!_e){_e=document.createElement("div");_e.id="nexacroconsole";_e.className="nexacroconsole";if(_b){_e.style.width=(parseInt(_b)|0)+"%";}if(_c){_e.style.height=(parseInt(_c)|0)+"%";}_d&&_d.appendChild(_e);}_e.innerHTML+=_a+"
";};nexacro.Browser_RoundBorder=0;nexacro.Browser_BorderImage=0;nexacro.Browser_Gradation=0;nexacro.Browser_RoundShadow=false;nexacro.Browser_ColorAlpha=false;nexacro.OS="";nexacro.OSVersion="";nexacro.DEVICE="";nexacro.SystemType="";nexacro.BrowserLang="";if(nexacro.Browser=="IE"){if(nexacro.BrowserVersion>=9){nexacro.Browser_RoundBorder=1;nexacro.Browser_BorderImage=1;nexacro.Browser_RoundShadow=true;nexacro.Browser_ColorAlpha=true;}else{nexacro.Browser_RoundBorder=0;nexacro.Browser_BorderImage=0;nexacro.Browser_RoundShadow=false;nexacro.Browser_ColorAlpha=false;}nexacro.Browser_Gradation=2;}else if(nexacro.Browser=="Opera"){nexacro.Browser_RoundBorder=1;nexacro.Browser_BorderImage=1;nexacro.Browser_RoundShadow=true;nexacro.Browser_ColorAlpha=true;nexacro.Browser_Gradation=1;}else if(nexacro.Browser=="Chrome"){nexacro.Browser_RoundBorder=1;nexacro.Browser_BorderImage=2;nexacro.Browser_Gradation=2;nexacro.Browser_RoundShadow=true;nexacro.Browser_ColorAlpha=true;}else if(nexacro.Browser=="MobileSafari"){nexacro.Browser_RoundBorder=1;nexacro.Browser_BorderImage=2;nexacro.Browser_Gradation=2;nexacro.Browser_RoundShadow=true;nexacro.Browser_ColorAlpha=true;}else if(nexacro.Browser=="Safari"){nexacro.Browser_RoundBorder=4;nexacro.Browser_BorderImage=2;nexacro.Browser_Gradation=1;nexacro.Browser_RoundShadow=true;nexacro.Browser_ColorAlpha=true;}else if(nexacro.Browser=="WebKit"){nexacro.Browser_RoundBorder=1;nexacro.Browser_BorderImage=2;nexacro.Browser_Gradation=2;nexacro.Browser_RoundShadow=true;nexacro.Browser_ColorAlpha=true;}else if(nexacro.Browser=="Gecko"){if(nexacro.BrowserVersion<2){nexacro.Browser_RoundBorder=4;}else if(nexacro.BrowserVersion>=10){nexacro.Browser_RoundBorder=1;}else{nexacro.Browser_RoundBorder=1;}nexacro.Browser_BorderImage=3;nexacro.Browser_Gradation=3;nexacro.Browser_RoundShadow=true;nexacro.Browser_ColorAlpha=true;}(function(){var _a=[{OS:"Windows",systype:"win32",expr:"Windows\\sNT\\s([0-9\\.]*)"},{OS:"Windows Phone",systype:"win32",expr:"Windows Phone.*OS\\s([\\d_]+)"},{OS:"Mac OS",systype:"mac",expr:"Mac\\sOS[\\s|a-z|A-Z]+\\s([\\d_]+)"},{OS:"iOS",systype:"ipad",expr:"iPad[\\s|a-z|A-Z|;]+OS\\s([\\d_]+)"},{OS:"iOS",systype:"iphone",expr:"iPhone\\sOS\\s([\\d_]+)"},{OS:"Android",systype:"android",expr:"Android\\s+([\\d.]+)"},{OS:"Linux",systype:"linux",expr:"Linux\\s+([\\w]+)"}];var _b=_a.length;for(var _c=0;_c<_b;_c++ ){var _d=_a[_c];var _e=navigator.userAgent.match(new RegExp(_d.expr,'i'));if(_e){nexacro.OS=_d.OS;nexacro.SystemType=_d.systype;nexacro.OSVersion=_e[1].replace(/_/g,'.');break;}}if(nexacro.OS==""){var _e=navigator.userAgent.match("Android");if(_e){nexacro.OS=_e[0];}}})();if(navigator){nexacro.BrowserLang=(navigator.language||navigator.browserLanguage||navigator.systemLanguage||navigator.userLanguage);nexacro.SystemLang=(navigator.systemLanguage||navigator.BrowserLang);}nexacro.checkDocument={hasInnerText:document.documentElement.innerText!==undefined,hasTextContent:document.documentElement.textContent!==undefined,hasElementFromPoint:document.documentElement.elementFromPoint!==undefined,hasScreenLeftTop:(document.defaultView||document.parentWindow).screenLeft!==undefined,hasGetBoxObjectFor:document.getBoxObjectFor!==undefined,hasGetBoundingClientRect:document.documentElement.getBoundingClientRect!==undefined,hasOnInput:document.documentElement.oninput!==undefined,quirksMode:document.compatMode==="BackCompat",strictMode:document.compatMode==="CSS1Compat"};if(nexacro.Browser=="MobileSafari"){nexacro.KeyCode_ImeInput=0;}else{nexacro.KeyCode_ImeInput=229;}nexacro._error=function(_a,_b){var _c=[];_c.push(_a.toString());if(_b&&_b.length){_c.push("at : "+_b);}if(_a.fileName){_c.push("at : "+_a.fileName+": "+_a.lineNumber);}if(self.__debuginfo){_c.push("at : "+self.__debuginfo);}alert(_c.join('\n'));};nexacro._alert=function(_a,_b,_c,_d){var _e,_f;if(_a instanceof nexacro.Frame){_f=_a._getWindow();if(_f){_f._cancelEvent();_e=_f._handle;}else{_e=nexacro._getMainWindowHandle();}}else{_e=nexacro._getMainWindowHandle();}_b=nexacro._toString(_b);_e.alert(_b);};nexacro._confirm=function(_a,_b,_c,_d){var _e,_f;if(_a instanceof nexacro.Frame){_f=_a._getWindow();if(_f){_f._cancelEvent();_e=_f._handle;}else{_e=nexacro._getMainWindowHandle();}}else{_e=nexacro._getMainWindowHandle();}return _e.confirm(_b);};nexacro._setCookie=function(_a,_b,_c){var _d="";if(_c){if(typeof (_c)=="string"){_d="; expires="+_c;}else if((typeof _c)=="object"&&(_c instanceof Date)){_d="; expires="+_c.toGMTString();}}else{_d="";}document.cookie=_a+"="+_b+_d+"; path=/";};nexacro._getCookie=function(_a){var _b=_a+"=";var _c=document.cookie.split(';');for(var _d=0;_d<_c.length;_d++ ){var _e=_c[_d];while(_e.charAt(0)==' '){_e=_e.substring(1);}if(_e.indexOf(_b)==0){return _e.substring(_b.length);}}return null;};nexacro._removeCookie=function(_a){this.setCookie(_a,"", -1);};nexacro._setFileSecureLevel=function(_a){application.filesecurelevel=nexacro._parseInt(_a);};nexacro._setNetworkSecureLevel=function(_a){application.networksecurelevel=nexacro._parseInt(_a);};if(nexacro.Browser=="IE"){nexacro._getExceptionMessage=function(_a){var _b=_a.message;if(_a.stack){_b+="\r\n"+_a.stack;}return _b;};nexacro._getEvalExceptionMessage=function(_a,_b,_c){var _d=_a.toString()+'\r\nin eval script('+decodeURI(_b)+')';return _d;};}else if(nexacro.Browser=="Gecko"){nexacro._getExceptionMessage=function(_a){var _b=_a.toString()+"\r\n";_b+="\r\n"+_a.stack;return _b;};nexacro._getEvalExceptionMessage=function(_a,_b,_c){var _d=_a.toString()+'\r\nat line '+(_a.lineNumber-_c);_d+=', in eval script('+decodeURI(_b)+')';return _d;};}else if(nexacro.Browser=="Chrome"){Error.prepareStackTrace=function(_a,_b){return _b;};nexacro._getExceptionMessage=function(_a){var _b=_a.toString();if(_a.stack&&_a.stack.length>0){var _c=_a.stack[0];var _d=_c.getEvalOrigin();_b+="\r\nat line "+_c.getLineNumber()+", in function: "+_c.getMethodName()+" in "+decodeURI(_d);}return _b;};nexacro._getEvalExceptionMessage=function(_a,_b,_c){var _d=_a.toString()+'\r\nin eval script('+decodeURI(_b)+')';return _d;};}else if(nexacro.BrowserType=="WebKit"){nexacro._getExceptionMessage=function(_a){var _b=_a.sourceURL?decodeURI(_a.sourceURL):"(anonymous)";var _c=_a.line;var _d=_a.toString()+"\r\n"+_b+' (at line '+_c+')';if(_a.stack){_d+="\r\n"+_a.stack;}return _d;};nexacro._getEvalExceptionMessage=function(_a,_b,_c){var _d=_a.toString()+'\r\nin eval script('+decodeURI(_b)+')';return _d;};}else{nexacro._getExceptionMessage=function(_a){var _b=_a.toString();if(_a.stack){_b+="\r\n"+_a.stack;}return _b;};nexacro._getEvalExceptionMessage=function(_a,_b,_c){var _d=_a.toString()+'\r\nin eval script('+decodeURI(_b)+')';return _d;};}if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=8){nexacro.__pseudoGarbageCollector=function(){this._handle=null;this._hasGargageNode=false;};var _pGarbageCollector=nexacro.__pseudoGarbageCollector.prototype;_pGarbageCollector.init=function(_a,_b){if(_a){var _c=_a.getElementById(_b);if(!_c){_c=_a.createElement('div');_c.id=_b;_c.style.display='none';_a.body.appendChild(_c);this._hasGargageNode=false;}this._handle=_c;}};_pGarbageCollector.append=function(_a){if(this._handle&&_a){this._handle.appendChild(_a);this._hasGargageNode=true;}};_pGarbageCollector.clear=function(){if(this._handle&&this._hasGargageNode){this._handle.innerText="";this._hasGargageNode=false;}};_pGarbageCollector.destroy=function(){if(this._handle){this.clear();this._handle=null;}};delete _pGarbageCollector;nexacro._createWindowGC_Funcs=function(_a){_a.__createGC=function(){var _b=_a.document;var _c=new nexacro.__pseudoGarbageCollector();_c.init(_b,'nexacro__pseudoGarbageCollector');_b.__nexacro_gc=_c;var _d=new nexacro.__pseudoGarbageCollector();_d.init(_b,'nexacro__unlinkGarbageCollector');_b.__nexacro_unlinkgc=_d;};_a.__clearGC=function(){var _b=_a.document;var _c=_b.__nexacro_gc;if(_c){_c.clear();}};_a.__destroyGC=function(){var _b=_a.document;var _c=_b.__nexacro_unlinkgc;if(_c&&_c._handle){var _e=_c._handle.firstChild;while(_e){var _f=_e.nextSibling;var _g=_e._linked_element;if(_g){if(_g.linkedcontrol){_g.linkedcontrol.destroy();}else{_g.destroy();}}_e=_f;}_c.destroy();}_b.__nexacro_unlinkgc=null;var _d=_b.__nexacro_gc;if(_d){_d.destroy();}_b.__nexacro_gc=null;};};nexacro.__appendDOMNode=function(_a,_b){_a.appendChild(_b);};nexacro.__insertDOMNode=function(_a,_b,_c){if(_c){_a.insertBefore(_b,_c);}else{_a.appendChild(_b);}};nexacro.__removeDOMNode=function(_a,_b){if(_b){if(!_a){_a=_b.parentNode;}try{_a.removeChild(_b);var _c=_b.ownerDocument.__nexacro_gc;if(_c){_c.append(_b);}else{_c=document.__nexacro_gc;if(_c){_c.append(_b);}}}catch(e){}}};nexacro.__unlinkDOMNode=function(_a,_b){if(_b){if(!_a){_a=_b.parentNode;}_a.removeChild(_b);var _c=_b.ownerDocument.__nexacro_unlinkgc;if(_c){_c.append(_b);}}};}else{nexacro._createWindowGC_Funcs=function(_a){_a.__createGC=nexacro._emptyFn;_a.__clearGC=nexacro._emptyFn;_a.__destroyGC=nexacro._emptyFn;};nexacro.__appendDOMNode=function(_a,_b){_a.appendChild(_b);};nexacro.__insertDOMNode=function(_a,_b,_c){if(_c){_a.insertBefore(_b,_c);}else{_a.appendChild(_b);}};nexacro.__removeDOMNode=function(_a,_b){if(_b&&_a){try{_a.removeChild(_b);}catch(e){}}};nexacro.__unlinkDOMNode=function(_a,_b){if(_b&&_a){_a.removeChild(_b);}};}nexacro.__getPrevDOMNode=function(_a){do{_a=_a.prevSibling;}while(_a&&_a.nodeType!=1)return _a;};nexacro.__getNextDOMNode=function(_a){do{_a=_a.nextSibling;}while(_a&&_a.nodeType!=1)return _a;};nexacro.__getFirstChildDOMNode=function(_a){var _b=_a.firstChild;while(_b&&_b.nodeType!=1){_b=_b.nextSibling;}return _b;};nexacro.__getLastChildDOMNode=function(_a){var _b=_a.lastChild;while(_b&&_b.nodeType!=1){_b=_b.prevSibling;}return _b;};nexacro.__bringDOMNodeToFront=function(_a){var _b=_a.parentNode;if(_b){var _c=nexacro.__getLastChildDOMNode(_b);if(_a!=_c){_b.appendChild(_a);}}};nexacro.__sendDOMNodeToBack=function(_a){var _b=_a.parentNode;if(_b){var _c=_b.firstChild;if(_a!=_c){_b.insertBefore(_a,_c);}}};nexacro.__moveDOMNodeToPrev=function(_a,_b){if(_b&&_b!=_a){var _c=_a.parentNode;if(_c&&_c==_b.parentNode){var _d=nexacro.__getNextDOMNode(_b);if(_d!=_a){if(_d){_c.insertBefore(_a,_d);}else{_c.appendChild(_a);}}}}};nexacro.__moveDOMNodeToNext=function(_a,_b){if(_b&&_b!=_a){var _c=_a.parentNode;if(_c&&_c==_b.parentNode){var _d=nexacro.__getPrevDOMNode(_b);if(_d!=_a){_c.insertBefore(_a,_b);}}}};nexacro.__setDOMNodeStyleFilterTransparent=function(_a){_a.filter="alpha(Opacity=0)";_a.backgroundColor="#FFFFFF";};nexacro.__setDOMNodeStyleAbsolute=function(_a){_a.position="absolute";_a.overflow="hidden";};nexacro.__setDOMNodeStyleRelative=function(_a){_a.position="relative";_a.overflow="hidden";};nexacro.__setDOMNodeStyleFixed=function(_a){_a.position="fixed";_a.overflow="hidden";};nexacro.__setDOMNodeStyleAbsoluteTransparent=function(_a){_a.position="absolute";_a.overflow="hidden";_a.overflowX="hidden";_a.overflowY="hidden";_a.backgroundColor="transparent";};nexacro.__setDOMNodeStyleTextOverFlow=function(_a){_a.textOverflow="ellipsis";_a.whiteSpace="nowrap";_a.overflow="hidden";};if(nexacro.OS=="Android"||nexacro.Browser=="Opera"){nexacro.__setTextAreaDOMNodeStyleAbsoluteTransparent=function(_a){_a.position="absolute";_a.overflow="hidden";_a.backgroundColor="transparent";};}else{nexacro.__setTextAreaDOMNodeStyleAbsoluteTransparent=function(_a){_a.position="absolute";_a.overflow="scroll";_a.backgroundColor="transparent";};}nexacro.__setMobileIframeDOMNodeStyleScroll=function(_a){_a.overflow="auto";_a.webkitOverflowScrolling="touch";};nexacro.__setDOMNodeStylePosLeftTop=function(_a,_b,_c){_a.position="absolute";_a.overflow="hidden";_a.left=(_b|0)+"px";_a.top=(_c|0)+"px";};nexacro.__setDOMNodeStylePosRightTop=function(_a,_b,_c){_a.position="absolute";_a.overflow="hidden";_a.right=(_b|0)+"px";_a.top=(_c|0)+"px";};nexacro.__setDOMNodeStylePosLeftBottom=function(_a,_b,_c){_a.position="absolute";_a.overflow="hidden";_a.left=(_b|0)+"px";_a.bottom=(_c|0)+"px";};nexacro.__setDOMNodeStylePosRightBottom=function(_a,_b,_c){_a.position="absolute";_a.overflow="hidden";_a.right=(_b|0)+"px";_a.bottom=(_c|0)+"px";};nexacro.__setDOMNodeStylePosSize=function(_a,_b,_c,_d,_e){_a.position="absolute";_a.overflow="hidden";_a.left=(_b|0)+"px";_a.top=(_c|0)+"px";_a.width=(_d|0)+"px";_a.height=(_e|0)+"px";};nexacro.__setDOMNodeStylePosUnitSize=function(_a,_b,_c,_d,_e){_a.position="absolute";_a.overflow="hidden";_a.left=(_b|0)+"px";_a.top=(_c|0)+"px";_a.width=_d;_a.height=_e;};nexacro.__setDOMNodeStylePos=function(_a,_b,_c){_a.left=(_b|0)+"px";_a.top=(_c|0)+"px";};if(nexacro.Browser=="IE"){nexacro.__setCanvasNodeStylePos=function(_a,_b,_c){_a.left=(_b|0)+"px";_a.top=(_c|0)+"px";};}else{nexacro.__setCanvasNodeStylePos=function(_a,_b,_c){_a.left=(_b|0);_a.top=(_c|0);};};nexacro.__setDOMNodeStyleSize=function(_a,_b,_c){if(_b>=0&&_c>=0){_a.width=(_b|0)+"px";_a.height=(_c|0)+"px";}};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<8){nexacro.__setDOMNodeStyleTextSize=function(_a,_b){_a.maxHeight=(_b|0)+"px";_a.height=(_b|0)+"px";};}else{nexacro.__setDOMNodeStyleTextSize=function(_a,_b){_a.maxHeight=(_b|0)+"px";};};nexacro.__setDOMNodeStyleUnitSize=function(_a,_b,_c){_a.width=_b;_a.height=_c;};nexacro.__setDOMNodeStyleDirection=function(_a,_b){if(_b){_a.direction=_b;}};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<10){if(nexacro.BrowserVersion==9){nexacro.__setDOMNodeStyleTransformMirror=function(_a,_b){var _c="";if(_b){_c="ScaleX(-1)";}_a.msTransform=_c;};nexacro.__setDOMNodeStyleTransformScale=function(_a,_b){_a.MsTransformOrigin="0 0";_a.MsTransform="scale("+_b+", "+_b+")";};}else{nexacro.__setDOMNodeStyleTransformMirror=function(_a,_b){var _c="";if(_b){_c="progid:DXImageTransform.Microsoft.BasicImage(mirror=1)";}_a.filter+=_c;};nexacro.__setDOMNodeStyleTransformScale=function(_a,_b){nexacro.__setDOMNodeZoom(_a,_b*100);};}}else if(nexacro.BrowserType=="WebKit"){nexacro.__setDOMNodeStyleTransformMirror=function(_a,_b){var _c="";if(_b){_c="ScaleX(-1)";}_a.WebkitTransform=_c;};nexacro.__setDOMNodeStyleTransformScale=function(_a,_b){_a.WebkitTransformOriginX=0;_a.WebkitTransformOriginY=0;_a.WebkitTransform="scale("+_b+", "+_b+")";};}else if(nexacro.BrowserType=="Gecko"){nexacro.__setDOMNodeStyleTransformMirror=function(_a,_b){var _c="";if(_b){_c="ScaleX(-1)";}_a.MozTransform=_c;};nexacro.__setDOMNodeStyleTransformScale=function(_a,_b){_a.MozTransformOrigin="0px 0px";_a.MozTransform="scale("+_b+", "+_b+")";};}else if(nexacro.BrowserType=="Opera"){nexacro.__setDOMNodeStyleTransformMirror=function(_a,_b){var _c="";if(_b){_c="ScaleX(-1)";}_a.OTransform=_c;};nexacro.__setDOMNodeStyleTransformScale=function(_a,_b){_a.OTransformOriginX=0;_a.OTransformOriginY=0;_a.OTransform="scale("+_b+", "+_b+")";};}else{nexacro.__setDOMNodeStyleTransformMirror=function(_a,_b){var _c="";if(_b){_c="ScaleX(-1)";}_a.transform=_c;};nexacro.__setDOMNodeStyleTransformScale=function(_a,_b){_a.transformOriginX=0;_a.transformOriginY=0;_a.transformOrigin="0 0";_a.transform="scale("+_b+", "+_b+")";};}nexacro.__setDOMNodeStylePointerEvents=function(_a,_b){_a.pointerEvents=_b;};nexacro.__setDOMNodeSize=function(_a,_b,_c){if(_b>=0&&_c>=0){_a.width=_b+"px";_a.height=_c+"px";}};nexacro.__setCanvasNodeSize=function(_a,_b,_c){if(_b>=0&&_c>=0){_a.width=_b;_a.height=_c;}};nexacro.__setDOMNodeOffset=function(_a,_b,_c){_a.scrollLeft=_b;_a.scrollTop=_c;};nexacro.__setDOMNodeHScrollPos=function(_a,_b){_a.scrollLeft=_b;};nexacro.__setDOMNodeVScrollPos=function(_a,_b){_a.scrollTop=_b;};if(nexacro.Browser=="IE"){if(nexacro.BrowserVersion>=9){nexacro.__setDOMNodeStyleTranslate=function(_a,_b,_c){_a.msTransform="translate3d("+_b+"px, "+_c+"px, 0)";};nexacro.__setDOMNodeStyleTranslateX=function(_a,_b){_a.msTransform="translateX("+_b+"px)";};nexacro.__setDOMNodeStyleTranslateY=function(_a,_b){_a.msTransform="translateY("+_b+"px)";};}else{nexacro.__setDOMNodeStyleTranslate=function(_a,_b,_c){nexacro.__setDOMNodeStylePos(_a,_b,_c);};nexacro.__setDOMNodeStyleTranslateX=function(_a,_b){_a.left=_b+"px";};nexacro.__setDOMNodeStyleTranslateY=function(_a,_b){_a.top=_b+"px";};}}else if(nexacro.BrowserType=="WebKit"){nexacro.__setDOMNodeStyleTranslate=function(_a,_b,_c){_a.WebkitTransform="translate3d("+_b+"px, "+_c+"px, 0)";};nexacro.__setDOMNodeStyleTranslateX=function(_a,_b){_a.WebkitTransform="translateX("+_b+"px)";};nexacro.__setDOMNodeStyleTranslateY=function(_a,_b){_a.WebkitTransform="translateY("+_b+"px)";};}else if(nexacro.Browser=="Gecko"){nexacro.__setDOMNodeStyleTranslate=function(_a,_b,_c){_a.MozTransform="translate3d("+_b+"px, "+_c+"px, 0)";};nexacro.__setDOMNodeStyleTranslateX=function(_a,_b){_a.MozTransform="translateX("+_b+"px)";};nexacro.__setDOMNodeStyleTranslateY=function(_a,_b){_a.MozTransform="translateY("+_b+"px)";};}else if(nexacro.Browser=="Opera"){nexacro.__setDOMNodeStyleTranslate=function(_a,_b,_c){_a.OTransform="translate3d("+_b+"px, "+_c+"px, 0)";};nexacro.__setDOMNodeStyleTranslateX=function(_a,_b){_a.OTransform="translateX("+_b+"px)";};nexacro.__setDOMNodeStyleTranslateY=function(_a,_b){_a.OTransform="translateY("+_b+"px)";};}else{nexacro.__setDOMNodeStyleTranslate=function(_a,_b,_c){_a.transform="translate3d("+_b+"px, "+_c+"px, 0)";};nexacro.__setDOMNodeStyleTranslateX=function(_a,_b){_a.transform="translateX("+_b+"px)";};nexacro.__setDOMNodeStyleTranslateY=function(_a,_b){_a.transform="translateY("+_b+"px)";};}nexacro.__setDOMNodeStyleZindex=function(_a,_b){_a.zIndex=_b;};nexacro.__getDOMNodeZoom=function(_a){return _a.zoom;};nexacro.__setDOMNodeZoom=function(_a,_b){_a.zoom=_b+"%";};nexacro.__setDOMNodeStyleVisible=function(_a,_b){_a.visibility=(_b==true)?"":"hidden";};nexacro.__setDOMNodeStyleForceVisibility=function(_a,_b){_a.visibility=(_b==true)?"visible":"hidden";};nexacro.__setDOMNodeStyleDisplay=function(_a,_b){_a.display=_b;};nexacro.__setDOMNodeEnable=function(_a,_b){_a.disabled=(_b?false:true);};nexacro.__setTextAreaDOMNodeEnable=function(_a,_b){_a.disabled=(_b?false:true);nexacro.__setDOMNodeSelectable(_a,_b);};nexacro.__setDOMNodeReadOnly=function(_a,_b){_a.readOnly=_b;};nexacro.__setDOMNodeTabIndex=function(_a,_b){_a.tabIndex=_b;};nexacro.__setDOMNodeId=function(_a,_b,_c){_a.id=_b+_c;};nexacro.__setDOMNodeToolTip=function(_a,_b,_c){_a.title=_b;};nexacro.__getDOMNodeToolTip=function(_a){if(_a){return _a.title;}return "";};if((nexacro.Browser=="IE"&&nexacro.BrowserVersion<=9)||nexacro.Browser=="Opera"){nexacro.__setDOMNodeSelectable=function(_a,_b){_a.unselectable=_b?"off":"on";};}else if(nexacro.Browser=="IE"&&nexacro.BrowserVersion>9){nexacro.__setDOMNodeSelectable=function(_a,_b){_a.style.msUserSelect=_b?"text":"none";};}else if(nexacro.BrowserType=="Gecko"){nexacro.__setDOMNodeSelectable=function(_a,_b){_a.style.MozUserSelect=_b?"":"none";};}else if(nexacro.BrowserType=="WebKit"){nexacro.__setDOMNodeSelectable=function(_a,_b){_a.style.webkitUserSelect=_b?"":"none";};}else{nexacro.__setDOMNodeSelectable=function(_a,_b){_a.style.userSelect=_b?"":"none";};}if((nexacro.Browser=="IE"&&nexacro.BrowserVersion<=9)||nexacro.Browser=="Opera"){nexacro.__isDOMNodeSelectable=function(_a){return (_a.unselectable=="off");};}else if(nexacro.Browser=="IE"&&nexacro.BrowserVersion>9){nexacro.__isDOMNodeSelectable=function(_a){return (_a.style.msUserSelect=="");};}else if(nexacro.BrowserType=="Gecko"){nexacro.__isDOMNodeSelectable=function(_a){return (_a.style.MozUserSelect=="");};}else if(nexacro.BrowserType=="WebKit"){nexacro.__isDOMNodeSelectable=function(_a){return (_a.style.webkitUserSelect=="");};}else{nexacro.__isDOMNodeSelectable=function(_a){return (_a.style.userSelect=="");};}nexacro.__setDOMNodeTitle=function(_a,_b){if(!_b){_b="";}if(!_a.title||_a.title!=_b){return _a.title=_b;}};nexacro.__setDOMNodeAlt=function(_a,_b){if(!_b){_b="";}if(!_a.alt||_a.alt!=_b){return _a.alt=_b;}};if(nexacro.Browser=="Chrome"){nexacro.__setImageDOMNodeImageUrl=function(_a,_b){if(_b&&_b.substring(0,17)=="data:image;base64"){var _c=_b.substr(0,10);var _d=_b.substr(10,_b.length-1);_b=_c+"/*"+_d;}_a.src=_b;};}else{nexacro.__setImageDOMNodeImageUrl=function(_a,_b){if(!_b&&nexacro.Browser=="Safari"){_a.src=null;}else{_a.src=_b;}};}nexacro.__setBKImageDOMNodeStyleImageUrl=function(_a,_b){_a.backgroundImage=_b?"url("+_b+")":"";};nexacro.__setDOMNodeValue=function(_a,_b){_a.value=_b;};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<9){(function(){var _a=/\r|\n/;var _b=/\r\n|\n|\r/g;nexacro.__setDOMNodeSinglelineText=function(_c,_d){if(_a.test(_d)){_c.innerText=_d.replace(_b," ");}else{_c.innerText=_d;}};nexacro.__setDOMNodeMultilineText=function(_c,_d){_c.innerText=_d;};})();}else{(function(){var _a=/\r|\n/;var _b=/\r\n|\n|\r/g;nexacro.__setDOMNodeSinglelineText=function(_c,_d){if(_a.test(_d)){_c.textContent=_d.replace(_b," ");}else{_c.textContent=_d;}};nexacro.__setDOMNodeMultilineText=function(_c,_d){_c.textContent=_d;};})();}if((nexacro.Browser=="IE"&&nexacro.BrowserVersion>8)||nexacro.Browser=="Gecko"){(function(){var _a=/\r|\n/;var _b=/&/g;var _c=//g;var _e=/\"/g;var _f=/\'/g;var _g=/\r\n|\r|\n/g;nexacro.__setDOMNodeMultilineTextWithoutWordwrap=function(_h,_i){var _j=_i.charAt(_i.length-1);if(_j=="\n"||_j=="\r"){_i+="\n";}_h.innerHTML=_i.replace(_b,"&").replace(_c,"<").replace(_d,">").replace(_e,""").replace(_f,"'").replace(_g,"
");};})();}else{nexacro.__setDOMNodeMultilineTextWithoutWordwrap=function(_a,_b){var _c=_b.charAt(_b.length-1);if(_c=="\n"||_c=="\r"){_b+="\n";}_a.innerText=_b;};}nexacro.__setDOMNodeText=function(_a,_b,_c,_d){if(_c){if(_d!="none"){nexacro.__setDOMNodeMultilineText(_a,_b);}else{nexacro.__setDOMNodeMultilineTextWithoutWordwrap(_a,_b);}}else{nexacro.__setDOMNodeSinglelineText(_a,_b);}};nexacro.__setDOMNodeStyleDecorateText=function(_a,_b){_a.innerHTML=nexacro._decorateString(_b);};nexacro.__setDOMNodeMaxLength=function(_a,_b){_a.maxLength=(_b>0)?_b:65535;};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=8){nexacro.__setDOMNodeStyleBorderType=nexacro._emptyFn;nexacro.__clearDOMNodeStyleBorderType=nexacro._emptyFn;}else if(nexacro.Browser=="Gecko"&&nexacro.BrowserVersion<2){nexacro.__setDOMNodeStyleBorderType=function(_a,_b,_c){if(_b.type!="normal"&&_b.type!=""){var _d=_b._radiusx+"px "+_b._radiusy+"px";if(_b._lefttop&&_b._righttop&&_b._rightbottom&&_b._leftbottom&&_b._radiusx==_b._radiusy){_a.MozBorderRadius=_d;}else{if(_b._lefttop){_a.MozBorderRadiusTopleft=_d;}else{_a.MozBorderRadiusTopleft="0px";}if(_b._righttop){_a.MozBorderRadiusTopright=_d;}else{_a.MozBorderRadiusTopright="0px";}if(_b._rightbottom){_a.MozBorderRadiusBottomright=_d;}else{_a.MozBorderRadiusBottomright="0px";}if(_b._leftbottom){_a.MozBorderRadiusBottomleft=_d;}else{_a.MozBorderRadiusBottomleft="0px";}}}else{nexacro.__clearDOMNodeStyleBorderType(_a);}};nexacro.__clearDOMNodeStyleBorderType=function(_a){_a.MozBorderRadius="0px";};}else{nexacro.__setDOMNodeStyleBorderType=function(_a,_b,_c){if(_b.type!="normal"&&_b.type!=""){var _d=_b._radiusx+"px "+_b._radiusy+"px";if(_b._lefttop&&_b._righttop&&_b._rightbottom&&_b._leftbottom&&_b._radiusx==_b._radiusy){_a.borderRadius=_d;}else{if(_b._lefttop){_a.borderTopLeftRadius=_d;}else{_a.borderTopLeftRadius="0px";}if(_b._righttop){_a.borderTopRightRadius=_d;}else{_a.borderTopRightRadius="0px";}if(_b._rightbottom){_a.borderBottomRightRadius=_d;}else{_a.borderBottomRightRadius="0px";}if(_b._leftbottom){_a.borderBottomLeftRadius=_d;}else{_a.borderBottomLeftRadius="0px";}}}else{nexacro.__clearDOMNodeStyleBorderType(_a);}if(nexacro.BrowserType=="WebKit"){(function(_e,_f){if(_e&&_e.style){var _g=_e.style.display;_e.style.display='none';var _h=_e.offsetHeight;_e.style.display=_g;}if(_e&&_e.hasChildNodes&&_e.hasChildNodes()&&_f){for(var _i in _e.childNodes){arguments.callee(_i,_f);}}})(_c,false);}};nexacro.__clearDOMNodeStyleBorderType=function(_a){_a.borderRadius="0px";};}nexacro.__setDOMNodeStyleBorder=function(_a,_b){if(_b&&!_b._is_real_empty()){if(_b._linecnt==1){_a.border=_b._systop;}else{_a.borderTop=_b._systop;_a.borderRight=_b._sysright;_a.borderBottom=_b._sysbottom;_a.borderLeft=_b._sysleft;}}else{_a.border="";}};nexacro.__setDOMNodeStyleBackgroundColor=function(_a,_b){_a.backgroundColor=(_b?_b:"transparent");};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=8){nexacro.__setDOMNodeStyleBackgroundImage=function(_a,_b,_c,_d){if(_b){_a.backgroundImage="url("+_b+")";_a.backgroundRepeat=_c;_a.backgroundPosition=_d;}else{_a.backgroundImage="";}};nexacro.__setDOMNodeStyleBackgroundGradation=function(_a,_b){};nexacro.__setDOMNodeStyleBackgroundImageGradation=function(_a,_b,_c,_d,_e){if(_b){_a.backgroundImage="url("+_b+")";_a.backgroundRepeat=_d;_a.backgroundPosition=_e;}else{_a.backgroundImage="";}};}else{nexacro.__setDOMNodeStyleBackgroundImage=function(_a,_b,_c,_d){if(_b){if(_c=="stretch"){_a.backgroundImage="url("+_b+")";_a.backgroundRepeat="";_a.backgroundPosition="";_a.backgroundSize="100% 100%";}else{_a.backgroundImage="url("+_b+")";_a.backgroundRepeat=_c;_a.backgroundPosition=_d;}}else{_a.backgroundImage="";}};nexacro.__setDOMNodeStyleBackgroundGradation=function(_a,_b){if(_b){_a.backgroundImage=_b;_a.backgroundRepeat="";_a.backgroundPosition="";_a.backgroundSize="";}else{_a.backgroundImage="";}};nexacro.__setDOMNodeStyleBackgroundImageGradation=function(_a,_b,_c,_d,_e){if(_b&&_c){if(_d=="stretch"){_a.backgroundImage="url("+_b+"),"+_c;_a.backgroundRepeat="no-repeat";_a.backgroundPosition="";_a.backgroundSize="100% 100%";}else{_a.backgroundImage="url("+_b+"),"+_c;_a.backgroundRepeat=_d;_a.backgroundPosition=_e;_a.backgroundSize="";}}else if(_b){if(_d=="stretch"){_a.backgroundImage="url("+_b+")";_a.backgroundRepeat="no-repeat";_a.backgroundPosition="";_a.backgroundSize="100% 100%";}else{_a.backgroundImage="url("+_b+")";_a.backgroundRepeat=_d;_a.backgroundPosition=_e;_a.backgroundSize="";}}else if(_c){_a.backgroundImage=_c;_a.backgroundRepeat="no-repeat";_a.backgroundPosition="";_a.backgroundSize="";}else{_a.backgroundImage="";}};}if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=9){nexacro.__setDOMNodeStyleEdgeBorder=nexacro._emptyFn;}else if(nexacro.Browser=="Gecko"){nexacro.__setDOMNodeStyleEdgeBorder=function(_a,_b,_c,_d,_e,_f){var _g=(_e!=undefined&&_f!=undefined)?_f+' '+_e:_d+' '+_c;_a.borderWidth=_g;_a.backgroundImage="";_a.backgroundSize="";_a.borderStyle="solid";_g=_d+' '+_c;_a.MozBorderImage="url("+_b+") "+_g+" stretch";_a.borderImageSlice=_g+" fill";};}else if(nexacro.Browser=="WebKit"||nexacro.Browser=="Safari"||nexacro.Browser=="MobileSafari"){nexacro.__setDOMNodeStyleEdgeBorder=function(_a,_b,_c,_d,_e,_f){var _g=(_e!=undefined&&_f!=undefined)?_f+' '+_e:_d+' '+_c;_a.borderWidth=_g;_a.backgroundImage="";_a.backgroundSize="";_a.borderStyle="solid";_g=_d+' '+_c;_a.webkitBorderImage="url("+_b+") "+_g+" stretch";_a.webkitBorderImageSlice=_g+" fill";};}else if(nexacro.Browser=="Opera"){nexacro.__setDOMNodeStyleEdgeBorder=function(_a,_b,_c,_d,_e,_f){var _g=(_e!=undefined&&_f!=undefined)?_f+' '+_e:_d+' '+_c;_a.borderWidth=_g;_a.backgroundImage="";_a.backgroundSize="";_a.borderStyle="solid";_g=_d+' '+_c;_a.OBorderImage="url("+_b+") "+_g+" stretch";};}else{nexacro.__setDOMNodeStyleEdgeBorder=function(_a,_b,_c,_d,_e,_f){var _g=(_e!=undefined&&_f!=undefined)?_f+' '+_e:_d+' '+_c;_a.borderWidth=_g;_a.backgroundImage="";_a.backgroundSize="";_a.borderStyle="solid";_g=_d+' '+_c;_a.borderImage="url("+_b+") "+_g+" stretch";_a.borderImageSlice=_g+" fill";};}nexacro.__setDOMNodeStyleAlign=function(_a,_b){_a.textAlign=_b._halign;_a.verticalAlign=_b._valign;};nexacro.__setDOMNodeStyleAlignXY=function(_a,_b,_c){if(_b){_a.textAlign=_b;}if(_c){_a.verticalAlign=_c;}};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion==8){nexacro.__setTextDOMNodeStyleAlign=function(_a,_b){if(_a.textAlign==_b._halign){_a.textAlign="";}_a.textAlign=_b._halign;_a.verticalAlign=_b._valign;};nexacro.__setTextDOMNodeStyleAlignXY=function(_a,_b,_c){if(_b!=_a.textAlign){_a.textAlign="";if(_b){_a.textAlign=_b;}}if(_c){_a.verticalAlign=_c;}};}else{nexacro.__setTextDOMNodeStyleAlign=nexacro.__setDOMNodeStyleAlign;nexacro.__setTextDOMNodeStyleAlignXY=nexacro.__setDOMNodeStyleAlignXY;}if(nexacro.Browser=="IE"){if(nexacro.BrowserVersion<9){nexacro.__setInputDOMNodeStyleAlignXY=function(_a,_b,_c,_d,_e,_f){if(_b!=_a.textAlign){_a.textAlign="";if(_b){_a.textAlign=_b;}}var _g=0;if(_c&&_d&&_f){switch(_c){case "middle":if(_d<=_f){break;}_g=((_d-_f)/2);break;case "bottom":_g=(_d-_f);break;}_a.paddingTop=_g+"px";_a.paddingBottom="";_a.height=(_d-_g)+"px";_a.width=_e+"px";}};}else if(nexacro.BrowserVersion<11){nexacro.__setInputDOMNodeStyleAlignXY=function(_a,_b,_c,_d,_e,_f){_a.textAlign=_b;if(_c&&_d&&_f){var _g=0,_h=0;switch(_c){case "top":_h=(_d-_f);break;case "bottom":_g=(_d-_f);break;}_a.paddingTop=_g+"px";_a.paddingBottom=_h+"px";_a.height=(_d-_g-_h)+"px";_a.width=_e+"px";}};}else{nexacro.__setInputDOMNodeStyleAlignXY=function(_a,_b,_c,_d,_e,_f){_a.textAlign=_b;if(_c&&_d&&_f){switch(_c){case "top":_a.paddingTop="0px";_a.paddingBottom=(_d-_f)>0?(_d-_f)+"px":"0px";break;case "middle":_a.paddingTop="0px";_a.paddingBottom="0px";break;case "bottom":_a.paddingTop=(_d-_f)+"px";_a.paddingBottom="0px";break;}}};}}else if(nexacro.Browser=="WebKit"||nexacro.Browser=="Safari"||nexacro.Browser=="MobileSafari"){nexacro.__setInputDOMNodeStyleAlignXY=function(_a,_b,_c,_d,_e,_f){_a.textAlign=_b;if(_c&&_d&&_f){switch(_c){case "top":_a.top="0px";_a.height=_f+"px";break;case "middle":_a.top="0px";_a.height=_d+"px";break;case "bottom":_a.top=(_d-_f)+"px";_a.height=_f+"px";break;}}};}else{nexacro.__setInputDOMNodeStyleAlignXY=function(_a,_b,_c,_d,_e,_f){_a.textAlign=_b;if(_c&&_d&&_f){switch(_c){case "top":_a.paddingTop="0px";_a.paddingBottom=(_d-_f)>0?(_d-_f)+"px":"0px";break;case "middle":_a.paddingTop="0px";_a.paddingBottom="0px";break;case "bottom":_a.paddingTop=(_d-_f)+"px";_a.paddingBottom="0px";break;}}};}nexacro.__setTextAreaDOMNodeStyleAlignXY=function(_a,_b,_c,_d){_a.textAlign=_b;switch(_c){case "top":_a.paddingTop="0px";_a.paddingBottom="0px";break;case "middle":_a.paddingTop=(_d/2)+"px";_a.paddingBottom="0px";break;case "bottom":_a.paddingTop=_d+"px";_a.paddingBottom="0px";break;}};nexacro.__setBKImageDOMNodeStyleAlign=function(_a,_b){_a.backgroundPosition=_b.halign+' '+(_b.valign=="middle"?"center":_b.valign);};nexacro.__setBKImageDOMNodeStyleAlignXY=function(_a,_b,_c){_a.backgroundPosition=_b+' '+(_c=="middle"?"center":_c);};nexacro.__setDOMNodeStyleColor=function(_a,_b){_a.color=_b._syscolor;};if(nexacro.Browser=="IE"){nexacro.__setDOMNodeStyleFont=function(_a,_b){if(_b._bold){_a.fontWeight="bold";}else{_a.fontWeight="normal";}if(_b._italic){_a.fontStyle="italic";}else{_a.fontStyle="normal";}_a.fontFamily=_b.face;_a.fontSize=_b.size>=0?_b.size+"pt":Math.abs(_b.size)+"px";_a.textDecoration=_b._sysdecoration;};}else{nexacro.__setDOMNodeStyleFont=function(_a,_b){_a.font=_b._sysvalue;_a.textDecoration=_b._sysdecoration;};}nexacro.__setDOMNodeStylePadding=function(_a,_b){if(_b){_a.paddingLeft=((_b.left<0)?0:_b.left)+"px";_a.paddingTop=((_b.top<0)?0:_b.top)+"px";_a.paddingRight=((_b.right<0)?0:_b.right)+"px";_a.paddingBottom=((_b.bottom<0)?0:_b.bottom)+"px";}else{_a.padding="0px";}};nexacro.__setDOMNodeStylePaddingXY=function(_a,_b,_c,_d,_e){_a.paddingLeft=_b+"px";_a.paddingTop=_c+"px";_a.paddingRight=_d+"px";_a.paddingBottom=_e+"px";};nexacro.__setDOMNodeStyleMargin=function(_a,_b){if(_b){}else{_a.margin="0px";}};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=8){nexacro.__setDOMNodeStyleCursor=function(_a,_b,_c){var _d=(_b&&!_b._is_empty)?_b._value:(_c?_c:"arrow");if(_d=="auto"){_d="default";}else if(_d=="no"){_d="not-allowed";}else if(_d=="pointer"){_d="hand";}else if(_d=="arrowwait"){_d="progress";}else if(_d=="arrow"){_d="default";}else if(_d=="coll-resize"||_d=="colr-resize"){_d="col-resize";}else if(_d=="rowt-resize"||_d=="rowb-resize"){_d="row-resize";}_a.cursor=_d;};}else if(nexacro.Browser!="IE"||(nexacro.Browser=="IE"&&nexacro.BrowserVersion>=9)){nexacro.__setDOMNodeStyleCursor=function(_a,_b,_c){var _d=(_b&&!_b._is_empty)?_b._value:(_c?_c:"arrow");if(_d=="auto"){_d="default";}else if(_d=="no"){_d="not-allowed";}else if(_d=="hand"){_d="pointer";}else if(_d=="text"){_d="text";}else if(_d=="arrow"){_d="default";}else if(_d=="arrowwait"){_d="progress";}else if(_d=="coll-resize"||_d=="colr-resize"){_d="col-resize";}else if(_d=="rowt-resize"||_d=="rowb-resize"){_d="row-resize";}_a.cursor=_d;};}if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=8){nexacro.__setDOMNodeStyleShadow=function(_a,_b){};}else if(nexacro.Browser=="IE"&&nexacro.BrowserVersion>=9){nexacro.__setDOMNodeStyleShadow=function(_a,_b){_a.boxShadow=_b._sysvalue;};}else if(nexacro.Browser=="Gecko"&&nexacro.BrowserVersion<2){nexacro.__setDOMNodeStyleShadow=function(_a,_b){_a.MozBoxShadow=_b._sysvalue;};}else if(nexacro.BrowserType=="WebKit"){nexacro.__setDOMNodeStyleShadow=function(_a,_b){_a.webkitBoxShadow=_b._sysvalue;};}else{nexacro.__setDOMNodeStyleShadow=function(_a,_b){_a.boxShadow=_b._sysvalue;};}nexacro.__setDOMNodeStyleLineSpace=function(_a,_b){_a.lineHeight=(_b<0)?"":_b+"px";};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<8){nexacro.__setDOMNodeWordWrap=function(_a,_b){var _c=_a.style;if(_b=="char"){_c.whiteSpace="pre";_c.wordWrap="break-word";_c.wordBreak="break-all";}else if(_b=="english"){_c.whiteSpace="pre";_c.wordWrap="break-word";_c.wordBreak="";}else{_c.whiteSpace="pre";_c.wordWrap="normal";}};}else{nexacro.__setDOMNodeWordWrap=function(_a,_b){var _c=_a.style;if(_b=="char"){_c.whiteSpace="pre-wrap";_c.wordWrap="break-word";_c.wordBreak="break-all";}else if(_b=="english"){_c.whiteSpace="pre-wrap";_c.wordWrap="break-word";_c.wordBreak="";}else{_c.whiteSpace="pre";_c.wordWrap="normal";_c.wordBreak="";}};}nexacro.__setTextAreaDOMNodeWordWrap=function(_a,_b){var _c=_a.style;if(_b=="char"||_b=="english"){_a.wrap="hard";}else{_a.wrap="off";}nexacro.__setDOMNodeWordWrap(_a,_b);};nexacro.__setDOMNodeFocusBorder=function(_a,_b){};nexacro.__setDOMNodeTabIndentSize=function(_a,_b){var _c=_a.style;_c.tabSize=_b;};nexacro.__setDOMNodeSelectBackgroundColor=function(_a,_b){};nexacro.__setDOMNodeSelectColor=function(_a,_b){};nexacro.__setDOMNodeCaretColor=function(_a,_b){};nexacro.__setDOMNodeCompositeColor=function(_a,_b){};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=8){nexacro.__changeInputDOMNodeType=function(_a,_b){if(_a.type==_b){return _a;}var _c=_a.ownerDocument;var _d=(_a.parentNode||_a.parentElement);var _e=_a.outerHTML;_e=_e.replace(/type=[a-z]*/,"");_e=_e.replace(/value=""/,"value=\""+_a.value+"\"");var _f=_c.createElement(_e);_f.setAttribute("type",_b?_b:"text");nexacro.__insertDOMNode(_d,_f,_a);nexacro.__removeDOMNode(_d,_a);return _f;};}else{nexacro.__changeInputDOMNodeType=function(_a,_b){if(_a.type!=_b){_a.type=_b;}return _a;};}nexacro.__setDOMNodeImeMode=function(_a,_b){var _c=null;if(_b=="alpha"||_b=="alpha,full"){_c="inactive";}else if(_b=="hangul"||_b=="hangul,full"){_c="active";}else if(_b=="katakana"||_b=="katakana,full"){_c="auto";}else if(_b=="hiragana"){_c="active";}else if(_b=="direct"){_c="inactive";}else if(_b=="disabled"){_c="disabled";}else{_c="";}_a.style.imeMode=_c;};nexacro.__setDOMNodeSelect=function(_a,_b){_b.select();};if(nexacro.Browser=="IE"){nexacro.__setDOMNodeSetSelect=function(_a,_b,_c,_d){if(typeof _c=='number'){_d=(typeof _d=='number')?_d:_c;if(_b.createTextRange){var _e=_b.createTextRange();_e.collapse(true);_e.moveEnd('character',_d);_e.moveStart('character',_c);_e.select();}}};nexacro.__setTextAreaDOMNodeSetSelect=function(_a,_b,_c,_d){if(typeof _c=='number'){if(_b.createTextRange){var _e=_b.createTextRange();_e.collapse(true);_e.moveEnd('character',_d);_e.moveStart('character',_c);_e.select();}}};}else{nexacro.__setDOMNodeSetSelect=function(_a,_b,_c,_d){if(_b.type=="date"){return;}if(typeof _c=='number'){_d=(typeof _d=='number')?_d:_c;if(_b.setSelectionRange){_b.setSelectionRange(_c,_d);}else if(_b.createTextRange){var _e=_b.createTextRange();_e.collapse(true);_e.moveEnd('character',_d);_e.moveStart('character',_c);_e.select();}}};nexacro.__setTextAreaDOMNodeSetSelect=function(_a,_b,_c,_d){if(typeof _c=='number'){if(_b.setSelectionRange){_b.setSelectionRange(_c,_d);}else if(_b.createTextRange){var _e=_b.createTextRange();_e.collapse(true);_e.moveEnd('character',_d);_e.moveStart('character',_c);_e.select();}}};}nexacro.__getNodeSelectionStart=function(_a){return _a.selectionStart;};nexacro.__getNodeSelectionEnd=function(_a){return _a.selectionEnd;};nexacro.__getDOMNodeCaretPos=function(_a,_b){if(_b.type==="date"){return -1;}if(_a.activeElement!=_b){return -1;}var _c=0,_d=0;if(_b.setSelectionRange){_c=nexacro.__getNodeSelectionStart(_b);_d=nexacro.__getNodeSelectionEnd(_b);}else if(_a.selection&&_a.selection.createRange){var _e=_a.selection.createRange();_c=0-_e.duplicate().moveStart('character', -100000);_d=_c+_e.text.length;}return {begin:_c,end:_d};};nexacro.__getTextAreaDOMNodeCaretPos=function(_a,_b){if(_a.activeElement!=_b){return -1;}var _c=0,_d=0;var _e=_b.value;if(_b.setSelectionRange){_c=nexacro.__getNodeSelectionStart(_b);_d=nexacro.__getNodeSelectionEnd(_b);if(nexacro.Browser=="IE"&&nexacro.BrowserVersion==11){var _f=_e.length;if(_c>_f){_c=_f;}if(_d>_f){_d=_f;}}}else if(_a.selection&&_a.selection.createRange){var _g=_a.selection.createRange();var _h=_e.replace(/\r\n/g,'\n');var _f=_h.length;var _i=_b.createTextRange();_i.moveToBookmark(_g.getBookmark());var _j=_b.createTextRange();_j.collapse(false);if(_i.compareEndPoints('StartToEnd',_j)> -1){_c=_d=_f;}else{_c= -_i.moveStart('character', -_f);if(_i.compareEndPoints('EndToEnd',_j)> -1){_d=_f;}else{_d= -_i.moveEnd('character', -_f);}}}return {begin:_c,end:_d};};nexacro.__getDOMNodeCaretLine=function(_a,_b){var _c=0,_d=0,_e,_f,_g,_h,_i;var _j=nexacro.__getNodeSelectionStart(_b);var _k=nexacro.__getNodeSelectionEnd(_b);if(typeof _j=="number"&&typeof _k=="number"){if(nexacro.Browser!="IE"&&_b.selectionDirection=="forward"){_c=_k;}else{_c=_j;}var _l=_b.value.slice(0,_c);var _m=_l.split("\n");var _n=_m.length;var _o=_b._linked_element;if(_o.wordwrap!="none"){var _p=0;var _q=0;var _r=0;var _s=0;for(_p=0;_p<_n;_p++ ){var _t=_m[_p];_q=nexacro._getLineCountWithWordwrap(_o,_t,_o.wordwrap);_s+=_q;}if(_n==_m.length){_m=_b.value.slice(0,_c+2).split("\n");var _u=_m[_n-1];_r=nexacro._getLineCountWithWordwrap(_o,_u,_o.wordwrap);if(_r>_q){_s++ ;}}_n=_s;}return _n;}else{_b.setActive();var _o=_b._linked_element;var _n=0;_f=_a.selection.createRange();if(_f&&_f.parentElement()==_b){_h=_b.value.length;_e=_b.value.replace(/\r\n/g,"\n");_g=_b.createTextRange();_g.moveToBookmark(_f.getBookmark());_i=_b.createTextRange();_i.collapse(false);var _l;if(_g.compareEndPoints("StartToEnd",_i)> -1){_m=_e.slice(0,_h).split("\n");}else{_c= -_g.moveStart("character", -_h);_m=_e.slice(0,_c).split("\n");}if(_m===undefined||_m==null){return 1;}_n=_m.length;if(_o.wordwrap!="none"){var _p=0;var _q=0;var _r=0;var _s=0;for(_p=0;_p<_n;_p++ ){var _t=_m[_p];_q=nexacro._getLineCountWithWordwrap(_o,_t,_o.wordwrap);_s+=_q;}var _u;if(_g.compareEndPoints("StartToEnd",_i)> -1){_m=_e.slice(0,_h+2).split("\n");}else{_m=_e.slice(0,_c+2).split("\n");}if(_n==_m.length){_u=_m[_n-1];_r=nexacro._getLineCountWithWordwrap(_o,_u,_o.wordwrap);if(_r>_q){_s++ ;}}_n=_s;}}return _n;}};nexacro.__getDOMNodeValue=function(_a){if(_a){return _a.value;}};nexacro.__getHTMLStyleAbsolute=function(){return "position:absolute;overflow:hidden;";};nexacro.__getHTMLStyleRelative=function(){return "position:relative;overflow:hidden;";};nexacro.__getHTMLStyleAbsoluteTransparent=function(){return "position:absolute;overflow:hidden;background-color:transparent;";};nexacro.__getTextAreaHTMLStyleAbsoluteTransparent=function(){return "position:relative;overflow:scroll;background-color:transparent;";};nexacro.__getMobileIframeHTMLStyleScroll=function(){return "overflow:auto;-webkit-overflow-scrolling:touch;";};nexacro.__getHTMLStylePosLeftTop=function(_a,_b){return "position:absolute;overflow:hidden;left:"+(_a|0)+"px;top:"+(_b|0)+"px;";};nexacro.__getHTMLStylePosRightTop=function(_a,_b){return "position:absolute;overflow:hidden;right:"+(_a|0)+"px;top:"+(_b|0)+"px;";};nexacro.__getHTMLStylePosLeftBottom=function(_a,_b){return "position:absolute;overflow:hidden;left:"+(_a|0)+"px;bottom:"+(_b|0)+"px;";};nexacro.__getHTMLStylePosRightBottom=function(_a,_b){return "position:absolute;overflow:hidden;right:"+(_a|0)+"px;bottom:"+(_b|0)+"px;";};nexacro.__getHTMLStylePosSize=function(_a,_b,_c,_d){return "position:absolute;overflow:hidden;"+"left:"+(_a|0)+"px;"+"top:"+(_b|0)+"px;"+"width:"+(_c|0)+"px;"+"height:"+(_d|0)+"px;";};nexacro.__getHTMLStylePosUnitSize=function(_a,_b,_c,_d){return "position:absolute;overflow:hidden;"+"left:"+(_a|0)+"px;"+"top:"+(_b|0)+"px;"+"width:"+_c+";"+"height:"+_d+";";};nexacro.__getHTMLStylePos=function(_a,_b){return "left:"+(_a|0)+"px;"+"top:"+(_b|0)+"px;";};nexacro.__getHTMLStyleSize=function(_a,_b){if(_a>=0&&_b>=0){return "width:"+(_a|0)+"px;"+"height:"+(_b|0)+"px;";}return "";};nexacro.__getHTMLStyleUnitSize=function(_a,_b){return "width:"+(_a|0)+";"+"height:"+(_b|0)+";";};nexacro.__getHTMLAttrSize=function(_a,_b){if(_a>=0&&_b>=0){return " width='"+_a+"px' height='"+_b+"px'";}return "";};nexacro.__getHTMLCanvasAttrSize=function(_a,_b){if(_a>=0&&_b>=0){return " width='"+_a+"' height='"+_b+"'";}return "";};nexacro.__getHTMLStyleVisible=function(_a,_b){return (visible_flag==true)?"":"visibility:hidden;";};nexacro.__getHTMLStyleDisplay=function(_a,_b){return "display:"+v+";";};nexacro.__getHTMLAttrEnable=function(_a){return _a?"":" disabled='true'";};nexacro.__getTextAreaHTMLAttrEnable=function(_a){return _a?nexacro.__getHTMLAttrSelectable(_a):(" disabled='true'"+nexacro.__getHTMLAttrSelectable(_a));};nexacro.__getHTMLAttrReadOnly=function(_a){return _a?" readOnly='true'":"";};nexacro.__getHTMLAttrTabIndex=function(_a){return _a> -1?" tabIndex='"+_a+"'":"";};nexacro.__getHTMLAttrToolTip=function(_a,_b){return " title='"+nexacro._encodeXML(_a)+"'";};if((nexacro.Browser=="IE"&&nexacro.BrowserVersion<=9)||nexacro.Browser=="Opera"){nexacro.__getHTMLAttrSelectable=function(_a){return " unselectable="+(_a?"'off'":"'on'");};nexacro.__getHTMLStyleSelectable=function(_a){return "";};}else if(nexacro.Browser=="IE"&&nexacro.BrowserVersion>9){nexacro.__getHTMLAttrSelectable=function(_a){return "";};nexacro.__getHTMLStyleSelectable=function(_a){return _a?"":"-ms-user-select:none;";};}else if(nexacro.BrowserType=="Gecko"){nexacro.__getHTMLAttrSelectable=function(_a){return "";};nexacro.__getHTMLStyleSelectable=function(_a){return _a?"":"-moz-user-select:none;";};}else if(nexacro.BrowserType=="WebKit"){nexacro.__getHTMLAttrSelectable=function(_a){return "";};nexacro.__getHTMLStyleSelectable=function(_a){return _a?"":"-webkit-user-select:none;";};}else{nexacro.__getHTMLAttrSelectable=function(_a){return "";};nexacro.__getHTMLStyleSelectable=function(_a){return _a?"":"user-select:none;";};}nexacro.__getImageHTMLImageUrl=function(_a){return " src='"+nexacro._encodeXML(_a)+"'";};nexacro.__getBKImageHTMLStyleImageUrl=function(_a){return "background-image:url("+nexacro._encodeXML(_a)+");";};nexacro.__getHTMLAttrValue=function(_a){return " value='"+nexacro._encodeXML(_a)+"'";};(function(){var _a=/\r|\n/;var _b=/\r\n|\n|\r/g;nexacro.__getSinglelineText=function(_c){if(_a.test(_c)){return _c.replace(_b," ");}else{return _c;}};})();nexacro.__getHTMLText=function(_a,_b){if(_b){return nexacro.__toInnerHTMLText(nexacro.__getSinglelineText(_a));}else{return nexacro.__toInnerHTMLText(_a);}};nexacro.__getHTMLStyleDecorateText=function(_a,_b){return "text-decoration:"+nexacro._encodeXML(nexacro._decorateString(_a));};nexacro.__getHTMLAttrMaxLength=function(_a){return " maxlength='"+((_a>0)?_a:65535)+"'";};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=8){nexacro.__getHTMLStyleBorderType=function(_a){return "";};}else if(nexacro.Browser!="IE"||(nexacro.Browser=="IE"&&nexacro.BrowserVersion>=9)){if(nexacro.Browser=="Gecko"&&nexacro.BrowserVersion<2){nexacro.__getHTMLStyleBorderType=function(_a){if(_a.type!="normal"&&_a.type!=""){var _b=_a._radiusx+"px "+_a._radiusy+"px";if(_a._lefttop&&_a._righttop&&_a._rightbottom&&_a._leftbottom){return "-moz-border-radius:"+_b+";";}else{return "-moz-border-radius-topleft:"+((_a._lefttop)?_b:"0px")+";"+"-moz-border-radius-topright:"+((_a._righttop)?_b:"0px")+";"+"-moz-border-radius-bottomright:"+((_a._rightbottom)?_b:"0px")+";"+"-moz-border-radius-bottomleft:"+((_a._leftbottom)?_b:"0px")+";";}}else{return "";}};}else{nexacro.__getHTMLStyleBorderType=function(_a){if(_a.type!="normal"&&_a.type!=""){var _b=_a._radiusx+"px "+_a._radiusy+"px";if(_a._lefttop&&_a._righttop&&_a._rightbottom&&_a._leftbottom){return "border-radius:"+_b+";";}else{return "border-top-left-radius:"+((_a._lefttop)?_b:"0px")+";"+"border-top-right-radius:"+((_a._righttop)?_b:"0px")+";"+"border-bottom-right-radius:"+((_a._rightbottom)?_b:"0px")+";"+"border-bottom-left-radius:"+((_a._leftbottom)?_b:"0px")+";";}}else{return "";}};}}nexacro.__getHTMLStyleBorder=function(_a){if(_a&&!_a._is_real_empty()){if(_a._linecnt==1){return "border:"+_a._systop+";";}else{return "border-top:"+_a._systop+";"+"border-right:"+_a._sysright+";"+"border-bottom:"+_a._sysbottom+";"+"border-left:"+_a._sysleft+";";}}else{return "";}};nexacro.__getHTMLStyleBackgroundColor=function(_a){if(_a){return "background-color:"+_a+";";}else{return "";}};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=8){nexacro.__getHTMLStyleBackgroundImage=function(_a,_b,_c){if(_a){return "background-image:"+"url("+_a+")"+";"+"background-repeat:"+_b+";"+"background-position:"+_c+";";}else{return "";}};nexacro.__getHTMLStyleBackgroundGradation=function(_a){return "";};nexacro.__getHTMLStyleBackgroundImageGradation=function(_a,_b,_c,_d){if(_a){return "background-image:"+"url("+_a+")"+";"+"background-repeat:"+_c+";"+"background-position:"+_d+";";}else{return "";}};}else{nexacro.__getHTMLStyleBackgroundImage=function(_a,_b,_c){if(_a){if(_b=="stretch"){return "background-image:"+"url("+_a+")"+";"+"background-size:100% 100%;";}else{return "background-image:"+"url("+_a+")"+";"+"background-repeat:"+_b+";"+"background-position:"+_c+";";}}else{return "";}};nexacro.__getHTMLStyleBackgroundGradation=function(_a){if(_a){return "background-image:"+_a+";";}else{return "";}};nexacro.__getHTMLStyleBackgroundImageGradation=function(_a,_b,_c,_d){if(_a&&_b){if(_c=="stretch"){return "background-image:"+"url("+_a+"),"+_b+";"+"background-size:100% 100%;";}else{return "background-image:"+"url("+_a+"),"+_b+";"+"background-repeat:"+_c+";"+"background-position:"+_d+";";}}else if(_a){if(_c=="stretch"){return "background-image:"+"url("+_a+");"+"background-size:100% 100%;";}else{return "background-image:"+"url("+_a+");"+"background-repeat:"+_c+";"+"background-position:"+_d+";";}}else if(_b){return "background-image:"+_b+";";}else{return "";}};}if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=9){nexacro.__getHTMLStyleOpacity=function(_a){"";};}else{nexacro.__getHTMLStyleOpacity=function(_a){if(_a<100){return "opacity:"+(_a/100)+";";}};}if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=9){nexacro.__getHTMLStyleEdgeBorder=function(_a,_b,_c){return "";};}else{if(nexacro.Browser=="Gecko"){nexacro.__getHTMLStyleEdgeBorder=function(_a,_b,_c,_d){var _e=_d+' '+_c;return "border-style:solid;"+"border-width:"+_e+";"+"-moz-border-image:"+"url("+_b+") "+_e+" stretch;"+"border-border-image-slice:"+_e+" fill;";};}else if(nexacro.Browser=="WebKit"||nexacro.Browser=="Safari"||nexacro.Browser=="MobileSafari"){nexacro.__getHTMLStyleEdgeBorder=function(_a,_b,_c,_d){var _e=_d+' '+_c;return "border-style:solid;"+"border-width:"+_e+";"+"-webkit-border-image:"+"url("+_b+") "+_e+" stretch;"+"-webkit-border-image-slice:"+_e+" fill;";};}else if(nexacro.Browser=="Opera"){nexacro.__getHTMLStyleEdgeBorder=function(_a,_b,_c,_d){var _e=_d+' '+_c;return "border-style:solid;"+"border-width:"+_e+";"+"-o-border-image:"+"url("+_b+") "+_e+" stretch;";};}else{nexacro.__getHTMLStyleEdgeBorder=function(_a,_b,_c,_d){var _e=_d+' '+_c;return "border-style:solid;"+"border-width:"+_e+";"+"border-image:"+"url("+_b+") "+_e+" stretch;"+"border-image-slice:"+_e+" fill;";};}}nexacro.__getHTMLStyleAlign=function(_a){return "text-align:"+_a._halign+";vertical-align:"+_a._valign+";";};nexacro.__getHTMLStyleAlignXY=function(_a,_b){return ((_a)?("text-align:"+_a+";"):"")+((_b)?("vertical-align:"+align._valign+";"):"");};nexacro.__getBKImageHTMLStyleAlign=function(_a){return (_a)?("background-position:"+_a._halign+' '+(_a.valign=="middle"?"center":_a.valign)+";"):"";};nexacro.__getBKImageHTMLStyleAlignXY=function(_a,_b){return "background-position:"+_a+' '+(_b=="middle"?"center":_b)+";";};nexacro.__getHTMLStyleColor=function(_a){return (_a)?("color:"+_a._syscolor+";"):"";};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=8){nexacro.__getHTMLStyleFont=function(_a){return (_a)?((_a._bold?"font-weight:bold;":"")+(_a._italic?"font-style:italic;":"")+"font-family:"+_a.face+";"+"font-size:"+(_a.size>=0?_a.size+"pt;":Math.abs(_a.size)+"px;")+(_a._sysdecoration?("text-decoration:"+_a._sysdecoration+";"):"")):"";};}else{nexacro.__getHTMLStyleFont=function(_a){return (_a)?("font:"+_a._sysvalue+";"+(_a._sysdecoration?("text-decoration:"+_a._sysdecoration+";"):"")):"";};}nexacro.__getHTMLStylePadding=function(_a){return (_a)?("padding:"+_a.top+"px "+_a.right+"px "+_a.bottom+"px "+_a.left+"px;"):"padding:0px;";};nexacro.__getHTMLStylePaddingXY=function(_a,_b,_c,_d){return "padding:"+_b+"px "+_c+"px "+_d+"px "+_a+"px;";};nexacro.__getHTMLStyleMargin=function(_a){if(_a){return "";}else{return "";}};nexacro.__getHTMLStyleHAlign=function(_a){return "text-align:"+_a+";";};nexacro.__getHTMLStyleAlign=function(_a){return "text-align:"+_a._halign+";vertical-align:"+_a._valign+";";};nexacro.__getHTMLStyleAlignXY=function(_a,_b){return "text-align:"+_a+";vertical-align:"+_b+";";};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<9){nexacro.__getInputHTMLStyleAlignXY=function(_a,_b,_c,_d){var _e="text-align:"+_a+";";if(_b=="top"){return _e+"padding-top:0px;";}else if(_b=="middle"){return _e+((_c>_d)?"padding-top:"+((_c-_d)/2)+"px;":"");}else if(_b=="bottom"){return _e+((_c-_d)?"padding-top:"+(_c-_d)+"px;":"");}return _e;};}else if(nexacro.BrowserType=="WebKit"){nexacro.__getInputHTMLStyleAlignXY=function(_a,_b,_c,_d){var _e="text-align:"+_a+";";if(_b=="top"){return _e+"top:0px;height:"+_d+"px;";}else if(_b=="middle"){return _e+"top:0px;height:"+_c+"px;";}else if(_b=="bottom"){return _e+"top:"+(_c-_d)+"px;height:"+_d+"px;";}return _e;};}else{nexacro.__getInputHTMLStyleAlignXY=function(_a,_b,_c,_d){var _e="text-align:"+_a+";";if(_b=="top"){return _e+"padding-top:0px;padding-bottom:"+(_c-_d)+"px;";}else if(_b=="middle"){return _e+"padding-top:0px;padding-bottom:0px;";}else if(_b=="bottom"){return _e+"padding-top:"+(_c-_d)+"px;padding-bottom:0px;";}return _e;};}nexacro.__getTextAreaHTMLStyleAlignXY=function(_a,_b,_c){_c=_c>=0?_c:0;if(_b=="top"){return "text-align:"+_a+";padding-top:0px;padding-bottom:0px;";}else if(_b=="middle"){return "text-align:"+_a+";padding-top:"+(_c/2)+"px;padding-bottom:0px;";}else if(_b=="bottom"){return "text-align:"+_a+";padding-top:"+_c+"px;padding-bottom:0px;";}return "text-align:"+_a+";";};nexacro.__getHTMLStyleVAlignMargin=function(_a,_b,_c){var _d=0;if(_a=="middle"){_d=(_b-_c)/2;}else if(_a=="bottom"){_d=(_b-_c);}return "margin-top:"+_d+"px;";};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=8){nexacro.__getHTMLStyleCursor=function(_a,_b){var _c=(_a&&!_a._is_empty)?_a._value:(_b?_b:"arrow");if(_c=="no"){_c="not-allowed";}else if(_c=="pointer"){_c="hand";}else if(_c=="arrowwait"){_c="progress";}else if(_c=="arrow"){_c="default";}return "cursor:"+_c+";";};}else if(nexacro.Browser!="IE"||(nexacro.Browser=="IE"&&nexacro.BrowserVersion>=9)){nexacro.__getHTMLStyleCursor=function(_a,_b){var _c=(_a&&!_a._is_empty)?_a._value:(_b?_b:"arrow");if(_c=="no"){_c="not-allowed";}else if(_c=="hand"){_c="pointer";}else if(_c=="text"){_c="text";}else if(_c=="arrow"){_c="default";}else if(_c=="arrowwait"){_c="progress";}return "cursor:"+_c+";";};}if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=8){nexacro.__getHTMLStyleShadow=function(_a){return "";};}else if(nexacro.Browser=="IE"&&nexacro.BrowserVersion>=9){nexacro.__getHTMLStyleShadow=function(_a){return "box-shadow:"+_a._sysvalue+";";};}else if(nexacro.Browser=="Gecko"&&nexacro.BrowserVersion<2){nexacro.__getHTMLStyleShadow=function(_a){return "-moz-box-shadow:"+_a._sysvalue+";";};}else if(nexacro.BrowserType=="WebKit"){nexacro.__getHTMLStyleShadow=function(_a){return "-webkit-box-shadow:"+_a._sysvalue+";";};}else{nexacro.__getHTMLStyleShadow=function(_a){return "box-shadow:"+_a._sysvalue+";";};}nexacro.__getHTMLStyleLineSpace=function(_a){return (_a<0)?"":"line-height:"+_a;};if(nexacro.Browser=="IE"){nexacro.__getHTMLAttrWordWrap=function(_a){if(_a!="none"){return " wrap='hard'";}else{return " wrap='off'";}};}else{nexacro.__getHTMLAttrWordWrap=function(_a){return "";};}if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<8){nexacro.__getHTMLStyleWordWrap=function(_a){if(_a=="char"||_a=="english"){return "white-space:pre;word-wrap:break-word;";}else{return "white-space:pre;word-wrap:normal;";}};}else{nexacro.__getHTMLStyleWordWrap=function(_a){if(_a=="char"){return "white-space:pre;word-wrap:break-word;";}else if(_a=="english"){return "white-space:pre-wrap;word-wrap:break-word;";}else{return "white-space:pre;word-wrap:normal;";}};}nexacro.__getHTMLAttrFocusBorder=function(_a){return "";};nexacro.__getHTMLAttrTabIndentSize=function(_a){return "";};nexacro.__getHTMLStyleDecorateText=function(_a){"text-decoration:"+nexacro._encodeXML(nexacro._decorateString(_a))+";";};nexacro.__getHTMLStylemeMode=function(_a){var _b=null;if(_a=="alpha"||_a=="alpha,full"){_b="inactive";}else if(_a=="hangul"||_a=="hangul,full"){_b="active";}else if(_a=="katakana"||_a=="katakana,full"){_b="auto";}else if(_a=="hiragana"){_b="active";}else if(_a=="direct"){_b="inactive";}else if(_a=="disabled"){_b="disabled";}else{return "";}return "ime-mode:"+_b+";";};nexacro.__getHTMLAttrSelectBackgroundColor=function(_a){return "";};nexacro.__getHTMLAttrSelectColor=function(_a){return "";};nexacro.__getHTMLAttrCaretColor=function(_a){return "";};nexacro.__getHTMLAttrCompositeColor=function(_a){return "";};nexacro._firstLoadFocus=true;nexacro.__isActiveWindow=function(_a){if(_a.hasFocus){return _a.hasFocus();}};nexacro._checkWindowActive=function(_a){var _b;var _c=_a._doc;if(_c){if(_c.hasFocus){_b=_c.hasFocus();_a._is_active_window=_b;}if(_b===undefined){_b=_a._is_active_window;}}return _b;};if(nexacro.Browser=="IE"){if(nexacro.BrowserVersion<=8){nexacro.__setDOMNodeFocus=function(_a){var _b;var _c=(_a.ownerDocument||_a.document);if(_c.hasFocus){_b=_c.hasFocus();}if(_b===undefined){if(!_a||!_a._linked_element||!_a._linked_element._parent_elem){return;}var _d=_a._linked_element._parent_elem.linkedcontrol;var _e=_d?_d._getWindow():null;if(_e){_b=_e._is_active_window;}}if(_b){_c.focus();if(_a.unselectable=="on"){_a.unselectable=="off";try{_a.setActive();}catch(e){}_a.unselectable=="on";}else{_a.setActive();}}};nexacro.__setInputDOMNodeFocus=function(_a){var _b;var _c=(_a.ownerDocument||_a.document);if(_c.hasFocus){_b=_c.hasFocus();}if(_b===undefined){if(!_a||!_a._linked_element||!_a._linked_element._parent_elem){return;}var _d=_a._linked_element._parent_elem.linkedcontrol;var _e=_d?_d._getWindow():null;if(_e){_b=_e._is_active_window;}}if(_b){_c.focus();if(_a.style.visibility=="hidden"||_a.style.display=="none"){_a.setActive();}else if(_a.offsetWidth==0||_a.offsetHeight==0){_a.setActive();}else if(_a.readOnly||_a.disabled){_a.setActive();}else{_a.setActive();_a.blur();try{_a.focus();}catch(e){;}}}};}else{nexacro.__setDOMNodeFocus=function(_a,_b){var _c;var _d=(_a.ownerDocument||_a.document);if(!_a||!_a._linked_element||!_a._linked_element._parent_elem){return;}var _e=_a._linked_element._parent_elem.linkedcontrol;var _f=_e?_e._getWindow():null;if(_d.hasFocus){_c=_f?(_f._is_active_window||_d.hasFocus()):_d.hasFocus();}if(_c===undefined&&_f){_c=_f._is_active_window;}if(_c){if(_b){_d.focus();_a.focus();}else{var _g=_d.body;if(_g){_g.focus();}}}};nexacro.__setInputDOMNodeFocus=function(_a){var _b;var _c=(_a.ownerDocument||_a.document);if(_c.hasFocus){_b=_c.hasFocus();}if(_b===undefined){if(!_a||!_a._linked_element||!_a._linked_element._parent_elem){return;}var _d=_a._linked_element._parent_elem.linkedcontrol;var _e=_d?_d._getWindow():null;if(_e){_b=_e._is_active_window;}}if(_b){_c.focus();_a.focus();}if(nexacro.BrowserVersion>=10){if(!_b&&nexacro._firstLoadFocus){_c.focus();_a.focus();nexacro._firstLoadFocus=false;}}};}}else{nexacro.__setDOMNodeFocus=function(_a,_b){var _c;var _d=(_a.ownerDocument||_a.document);if(!_a||!_a._linked_element||!_a._linked_element._parent_elem){return;}var _e=_a._linked_element._parent_elem.linkedcontrol;var _f=_e?_e._getWindow():null;if(_f){if(_d.hasFocus){_c=_f._is_active_window||_d.hasFocus();}else{_c=_f._is_active_window;}}if(_c||(nexacro.OS=="iOS"&&nexacro._isHybrid&&nexacro._isHybrid())){if(_b){_a.focus();}else{var _g=_d.body;if(_g){_g.focus();}}}};nexacro.__setInputDOMNodeFocus=function(_a){var _b;var _c=(_a.ownerDocument||_a.document);if(!_a||!_a._linked_element||!_a._linked_element._parent_elem){return;}var _d=_a._linked_element._parent_elem.linkedcontrol;var _e=_d?_d._getWindow():null;if(_e){if(_c.hasFocus){_b=_e._is_active_window||_c.hasFocus();}else{_b=_e._is_active_window;}}if(_b||(nexacro.OS=="iOS"&&nexacro._isHybrid&&nexacro._isHybrid())){_a.focus();}};}if(nexacro.Browser=="IE"){if(nexacro.BrowserVersion<=8){nexacro.__setDOMNodeBlur=function(_a){try{_a.blur();}catch(e){}};}else{nexacro.__setDOMNodeBlur=function(_a){_a.blur();};}}else{nexacro.__setDOMNodeBlur=function(_a){_a.blur();};}nexacro._setDOMNodeRemoveCaret=function(){document.selection.empty();};nexacro._degreesToRadians=function(_a){return _a*(Math.PI/180);};nexacro._radiansToDegrees=function(_a){return _a*(180/Math.PI);};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=8){nexacro._createMatrixIdentity=function(){return [[1,0,0],[0,1,0],[0,0,1]];};nexacro._matrixMultiply=function(_a,_b){var _c=nexacro._createMatrixIdentity();for(var _d=0;_d<3;_d++ ){for(var _e=0;_e<3;_e++ ){var _f=0;for(var _g=0;_g<3;_g++ ){_f+=_a[_d][_g]*_b[_g][_e];}_c[_d][_e]=_f;}}return _c;};nexacro._setMatrix=function(_a,_b,_c){if(!nexacro._matrixIsFinite(_b)){return;}_a._matrix=_b;if(_c){var _d=_b[0][0]*_b[1][1]-_b[0][1]*_b[1][0];_a._line_scale=Math.sqrt(Math.abs(_d));}};nexacro._matrixIsFinite=function(_a){for(var _b=0;_b<3;_b++ ){for(var _c=0;_c<2;_c++ ){if(!isFinite(_a[_b][_c])||isNaN(_a[_b][_c])){return false;}}}return true;};nexacro._isPointInPath=function(_a,_b){for(var _c=false,_d= -1,_e=_a.length,_f=_e-1; ++_d<_e;_f=_d){if(((_a[_d].y<=_b.y&&_b.y<_a[_f].y)||(_a[_f].y<=_b.y&&_b.y<_a[_d].y))&&(_b.x<(_a[_f].x-_a[_d].x)*(_b.y-_a[_d].y)/(_a[_f].y-_a[_d].y)+_a[_d].x)&&(_c=!_c)){_c=true;}}return _c;};nexacro.CanvasGradient=function(_a){this.type_=_a;this.x0=0;this.y0=0;this.r0=0;this.x1=0;this.y1=0;this.r1=0;this.colors=[];};var _pCanvasGradient=nexacro.CanvasGradient.prototype;_pCanvasGradient.addColorStop=function(_a,_b){var _c=nexacro._getWebColorFromXreColor(_b);var _d=nexacro._getXreColorAlpha(_b)/255;this.colors.push({offset:_a,color:_c,alpha:_d});};delete _pCanvasGradient;nexacro.__setCanvasFillStyle=function(_a,_b,_c){};nexacro.__setCanvasStrokeStyle=function(_a,_b){_a._stroke_color=nexacro._getWebColorFromXreColor(_b.value);_a._stroke_alpha=nexacro._getXreColorAlpha(_b.value)/255;};nexacro.__setCanvasLineCap=function(_a,_b){};nexacro.__setCanvasLineJoin=function(_a,_b){};nexacro.__setCanvasLineWidth=function(_a,_b){};nexacro.__setCanvasMiterLimit=function(_a,_b){};nexacro.__setCanvasShadowColor=function(_a,_b,_c){};nexacro.__setCanvasShadowOffsetX=function(_a,_b){};nexacro.__setCanvasShadowOffsetY=function(_a,_b){};nexacro.__setCanvasShadowBlur=function(_a,_b){};nexacro.__setCanvasFont=function(_a,_b,_c){};nexacro.__setCanvasFillColor=function(_a,_b){_a._fill_type=1;_a._fill_color=nexacro._getWebColorFromXreColor(_b.value);_a._fill_alpha=nexacro._getXreColorAlpha(_b.value)/255;};nexacro.__setCanvasFillGradation=function(_a,_b){_a._fill_type=2;_a._fill_gradation=_b;};nexacro.__setCanvasTextAlign=function(_a,_b){if(_b=="center"){_a._textAlign=0;}else if(_b=="end"){_a._textAlign=1;}else if(_b=="start"){_a._textAlign=2;}else if(_b=="right"){_a._textAlign=3;}else if(_b=="left"){_a._textAlign=4;}};nexacro.__setCanvasTextBaseline=function(_a,_b){if(_b=="alphabetic"){_a._textBaseline=0;}else if(_b=="hanging"){_a._textBaseline=1;}else if(_b=="top"){_a._textBaseline=2;}else if(_b=="bottom"){_a._textBaseline=3;}else if(_b=="middle"){_a._textBaseline=4;}};nexacro.__drawCanvasBeginPath=function(_a){_a._path_str="";};nexacro.__drawCanvasClosePath=function(_a){_a._path_str+='x ';};nexacro.__drawCanvasStrokeRect=function(_a,_b,_c,_d,_e){nexacro.__rectCanvas(_a,_b,_c,_d,_e,true);nexacro.__strokeCanvas(_a);nexacro.__drawCanvasBeginPath(_a);};nexacro.__drawCanvasFillRect=function(_a,_b,_c,_d,_e){nexacro.__drawCanvasmoveTo(_a,_b,_c);nexacro.__drawCanvaslineTo(_a,_b+_d,_c);nexacro.__drawCanvaslineTo(_a,_b+_d,_c+_e);nexacro.__drawCanvaslineTo(_a,_b,_c+_e);nexacro.__drawCanvasClosePath(_a);nexacro.__fillCanvas(_a);};nexacro.__drawCanvasRect=nexacro.__drawCanvasStrokeRect;nexacro.__drawCanvasClearRect=function(_a){};nexacro.__drawCanvaslineTo=function(_a,_b,_c){var _d=_a._linked_element;var _e=_d._getCoordSize(_b,_c);_a._pathArray.push({x:_a._curx,y:_a._cury});_a._pathArray.push({x:_e.x,y:_e.y});var _f='l '+_e.x+','+_e.y+' ';_a._path_str+=_f;_a._curx=_e.x;_a._cury=_e.y;};nexacro.__drawCanvasmoveTo=function(_a,_b,_c){var _d=_a._linked_element;var _e=_d._getCoordSize(_b,_c);var _f='m '+_e.x+','+_e.y+' ';_a._path_str+=_f;_a._curx=_e.x;_a._cury=_e.y;};nexacro.__drawCanvasQuadraticCurveTo=function(_a,_b,_c,_d,_e){if(!_a._curx){nexacro.__drawCanvasmoveTo(_a,_b,_c);}var _f=_a._linked_element;var _g=_f._getCoordSize(_b,_c);var _h=_f._getCoordSize(_d,_e);var _i={x:Math.round(_a._curx+2.0/3.0*(_g.x-_a._curx)),y:Math.round(_a._cury+2.0/3.0*(_g.y-_a._cury))};var _j={x:Math.round(_i.x+(_h.x-_a._curx)/3.0),y:Math.round(_i.y+(_h.y-_a._cury)/3.0)};_a._pathArray.push({x:_i.x,y:_i.y});_a._pathArray.push({x:_j.x,y:_j.y});_a._pathArray.push({x:_h.x,y:_h.y});var _k='c '+_i.x+','+_i.y+','+_j.x+','+_j.y+','+_h.x+','+_h.y+' ';_a._path_str+=_k;_a._curx=_h.x;_a._cury=_h.y;};nexacro.__drawCanvasBezierCurveTo=function(_a,_b,_c,_d,_e,_f,_g){if(!_a._curx){nexacro.__drawCanvasmoveTo(_a,_b,_c);}var _h=_a._linked_element;var _i=_h._getCoordSize(_b,_c);_a._pathArray.push({x:_i.x,y:_i.y});var _j=_h._getCoordSize(_d,_e);_a._pathArray.push({x:_j.x,y:_j.y});var _k=_h._getCoordSize(_f,_g);_a._pathArray.push({x:_k.x,y:_k.y});var _l='c '+_i.x+','+_i.y+','+_j.x+','+_j.y+','+_k.x+','+_k.y+' ';_a._path_str+=_l;_a._curx=_k.x;_a._cury=_k.y;};nexacro.__darwCanvasArc=function(_a,_b,_c,_d,_e,_f,_g){var _h=_a;var _i=_a._scale;var _j=_a._half_scale;var _k=_d*_i;var _l=_g?'at':'wa';var _m=_b+Math.cos(_e)*_k-_j;var _n=_c+Math.sin(_e)*_k-_j;var _o=_b+Math.cos(_f)*_k-_j;var _p=_c+Math.sin(_f)*_k-_j;var _q=_a._linked_element;var _r=_q._getCoordSize(_b,_c);var _s=_q._getCoordSize(_m,_n);var _t=_q._getCoordSize(_o,_p);if(parseInt(_m)==parseInt(_m)&&_g){_s.x-=1;_s.y-=1;}else{_s.x+=1;_s.y+=1;}var _u=_l+' '+(_r.x-_k)+','+(_r.y-_k)+' '+(_r.x+_k)+','+(_r.y+_k)+' '+parseInt(_s.x)+','+parseInt(_s.y)+' '+parseInt(_t.x)+','+parseInt(_t.y)+' ';_a._curx=_t.x;_a._cury=_t.y;_a._path_str+=_u;};nexacro.__drawCanvasArcTo=function(_a,_b,_c,_d,_e,_f){if(_a._curx){var _g={x:_a._curx/10,y:_a._cury/10};var _h={x:_b,y:_c};var _i={x:_d,y:_e};var _j=_f;if((_h.x==_g.x&&_h.y==_g.y)||(_h.x==_i.x&&_h.y==_i.y)||_j==0){nexacro.__drawCanvaslineTo(_a,_h.x,_h.y);return true;}var _k={x:(_g.x-_h.x),y:(_g.y-_h.y)};var _l={x:(_i.x-_h.x),y:(_i.y-_h.y)};var _m=Math.sqrt(_k.x*_k.x+_k.y*_k.y);var _n=Math.sqrt(_l.x*_l.x+_l.y*_l.y);var _o=(_k.x*_l.x+_k.y*_l.y)/(_m*_n);if( -1==_o){element.lineTo(_h.x,_h.y);return true;}if(1==_o){var _p=65535;var _q=_p/_m;var _r={x:(_g.x+_q*_k.x),y:(_g.y+_q*_k.y)};nexacro.__drawCanvaslineTo(_a,Math.round(_r.x),Math.round(_r.y));return true;}var _s=_j/Math.tan(Math.acos(_o)/2);var _t=_s/_m;var _u={x:(_h.x+_t*_k.x),y:(_h.y+_t*_k.y)};var _v={x:_k.y,y: -_k.x};var _w=Math.sqrt(_v.x*_v.x+_v.y*_v.y);var _x=_j/_w;var _y=(_v.x*_l.x+_v.y*_l.y)/(_w*_n);if(_y<0){_v.x= -_v.x;_v.y= -_v.y;}var _z={x:(_u.x+_x*_v.x),y:(_u.y+_x*_v.y)};_v.x= -_v.x;_v.y= -_v.y;var _aa=Math.acos(_v.x/_w);if(_v.y<0){_aa=2*Math.PI-_aa;}var _ab=false;var _ac=_s/_n;var _ad={x:_h.x+_ac*_l.x,y:_h.y+_ac*_l.y};var _ae={x:_ad.x-_z.x,y:_ad.y-_z.y};var _af=Math.sqrt(_ae.x*_ae.x+_ae.y*_ae.y);var _ag=Math.acos(_ae.x/_af);if(_ae.y<0){_ag=2*Math.PI-_ag;}if((_aa>_ag)&&((_aa-_ag)Math.PI)){_ab=true;}nexacro.__drawCanvaslineTo(_a,Math.round(_u.x),Math.round(_u.y));nexacro.__darwCanvasArc(_a,Math.round(_z.x),Math.round(_z.y),_j,_aa,_ag,_ab);return true;}else{nexacro.__drawCanvasmoveTo(_a,_b,_c);}};nexacro.__isPointInCanvasPath=function(_a,_b,_c){if(_a){var _d=_a._linked_element;var _e=_d._getCoordSize(_b,_c);return nexacro._isPointInPath(_a._pathArray,_e);}};nexacro.__clipCanvas=function(_a){};nexacro.__setCanvasTransform=function(_a,_b,_c,_d,_e,_f,_g){var _h=[[_b,_c,0],[_d,_e,0],[_f,_g,1]];nexacro._setMatrix(_a,_h,true);};nexacro.__measureCanvas=function(_a,_b){};nexacro.__createCanvasLinearGradient=function(_a,_b,_c,_d,_e){var _f=new nexacro.CanvasGradient('gradient');_f.x0=_b;_f.y0=_c;_f.x1=_d;_f.y1=_e;return _f;};nexacro.__createCanvasRadialGradient=function(_a,_b,_c,_d,_e,_f,_g){var _h=new nexacro.CanvasGradient('gradientradial');_h.x0=_b;_h.y0=_c;_h.r0=_f;_h.x1=_d;_h.y1=_e;_h.r1=_g;return _h;};nexacro.__rectCanvas=function(_a,_b,_c,_d,_e){var _f=_a._linked_element;if(_a._path_str){var _g=_f.lineOffset;var _h=(_e>0)?_g: -_g;_f.moveTo(_b-_g,_c-_h);_f.lineTo(_b+_d+_g,_c-_h);_f.lineTo(_b+_d+_g,_c+_e+_h);_f.lineTo(_b-_g,_c+_e+_h);_f.closePath();_f.moveTo(_b+_g,_c+_h);_f.lineTo(_b+_d-_g,_c+_h);_f.lineTo(_b+_d-_g,_c+_e-_h);_f.lineTo(_b+_g,_c+_e-_h);_f.closePath();}else{_f.moveTo(_b,_c);_f.lineTo(_b+_d,_c);_f.lineTo(_b+_d,_c+_e);_f.lineTo(_b,_c+_e);_f.closePath();}};nexacro.__fillCanvas=function(_a){var _b=_a._linked_element;if(_a&&_a._path_str){var _c=""+"";}else{_c+="fillcolor='"+_a._fill_color+"' ";if(_a._fill_alpha!=1){_c+="opacity='"+_a._fill_alpha+"' ";}_c+="path='"+_a._path_str+"' />";}_a._vml_str+=_c;_a._draw_node.innerHTML=_a._vml_str;}};nexacro.__strokeCanvas=function(_a){var _b=_a._linked_element;if(_a._path_str){var _c=_a._line_scale*_b.lineWidth;var _d="";_d+="";_d+="";_d+="";_a._vml_str+=_d;_a._draw_node.innerHTML=_a._vml_str;}};nexacro.__fillCanvasRect=function(_a,_b,_c,_d,_e){var _f=_a._linked_element;_f.beginPath();_f.moveTo(_b,_c);_f.lineTo(_b+_d,_c);_f.lineTo(_b+_d,_c+_e);_f.lineTo(_b,_c+_e);_f.closePath();_f.fill();};nexacro.__scaleCanvas=function(_a,_b,_c){_a._scale*=_b;_a._half_scale*=_c;var _d=[[_b,0,0],[0,_c,0],[0,0,1]];nexacro._setMatrix(_a,nexacro._matrixMultiply(_d,_a._matrix),true);};nexacro.__rotateCanvas=function(_a,_b){var _c=Math.cos(_b);var _d=Math.sin(_b);var _e=[[_c,_d,0],[ -_d,_c,0],[0,0,1]];nexacro._setMatrix(_a,nexacro._matrixMultiply(_e,_a._matrix),false);};nexacro.__translateCanvas=function(_a,_b,_c){var _d=[[1,0,0],[0,1,0],[_b,_c,1]];nexacro._setMatrix(_a,nexacro._matrixMultiply(_d,_a._matrix),false);};nexacro.__transformCanvas=function(_a,_b,_c,_d,_e,_f,_g){var _h=[[_b,_c,0],[_d,_e,0],[_f,_g,1]];nexacro._setMatrix(_a,nexacro._matrixMultiply(_h,_a._matrix),true);};nexacro.__drawCanvasFillText=function(_a,_b,_c,_d,_e){var _f=_a._linked_element;if(typeof _b=="string"){_b=nexacro._encodeXml(_b);}var _g=_a._textAlign;var _h=_f.font;var _i=_a._fill_color;var _j=nexacro._getTextSize(_b,_h);var _k=_j[0];var _l=_j[1];var _m=nexacro._getTextBaseline(_a._textBaseline,_d,_l);var _n=(_k/_b.length);if(nexacro.BrowserVersion==8){_n*=1.5;}var _o,_p=_m,_q,_r=_m+0.125;var _s="left";if(_g==2||_g==4||_g===undefined){_o=_c;_q=_o+_k;}else if(_g==1||_g==3){_o=_c-_k-_n;_q=_c;_s="right";}else{_o=(_c-_k/2)-_n;_q=(_c+_k/2);}var _t=_f._getCoordPos(_o,_p);var _u=_f._getCoordPos(_q,_r);var _v=""+"";_a._vml_str+=_v;_a._draw_node.innerHTML=_a._vml_str;};nexacro.__drawCanvasStrokeText=function(_a,_b,_c,_d){var _e=_a._linked_element;if(typeof _b=="string"){_b=nexacro._encodeXml(_b);}var _f="";var _g=_e._getCoordPos(_c,_d);if(_a){var _h=_a._stroke_color;var _i=_e._font;_f+="";_f+="";}_a._vml_str+=_f;_a._draw_node.innerHTML=_a._vml_str;};nexacro.__drawCanvasImage=function(_a,_b,_c,_d,_e,_f){var _g,_h,_i,_j,_k,_l,_m,_n;var _o=_a._linked_element;var _p=_b.width;var _q=_b.height;if(arguments.length==4){_g=_c;_h=_d;_k=_l=0;_m=_i=_p;_n=_j=_q;}else if(arguments.length==6){_g=_c;_h=_d;_i=_e;_j=_f;_k=_l=0;_m=_p;_n=_q;}else{throw Error('Invalid number of arguments');}var _r=_o._getCoordSize(_g,_h);var _s=_m/2;var _t=_n/2;var _u=[];_u.push(' ','','');_a.insertAdjacentHTML('BeforeEnd',_u.join(''));_a._vml_str+=_u;};nexacro.__setCanvasGlobalAlpha=function(_a,_b){};nexacro.__setCanvasGlobalCompositeOperation=function(_a,_b){};nexacro.__toDataURLCanvas=function(_a){};nexacro.__restoreCanvas=function(_a){var _b=_a._linked_element;var _c=_b._status_stack.pop();if(_c){_b.setElementStrokeStyle(nexacro._getCachedStyleObj("color",_c.strokeStyle));_b.setElementFillStyle(nexacro._getCachedStyleObj("color",_c.fillStyle));_b.setElementGlobalAlpha(_c.globalAlpha);_b.setElementLineWidth(_c.lineWidth);_b.setElementLineCap(_c.lineCap);_b.setElementLineJoin(_c.lineJoin);_b.setElementMiterLimit(_c.miterLimit);_b.setElementShadowOffsetX(_c.shadowOffsetX);_b.setElementShadowOffsetY(_c.shadowOffsetY);_b.setElementShadowBlur(_c.shadowBlur);_b.setElementShadowColor(nexacro._getCachedStyleObj("color",_c.shadowColor));_b.setElementGlobalCompositeOperation(_c.globalCompositeOperation);_b.setElementFont(_c.font);_b.setElementTextAlign(_c.textAlign);_b.setElementTextBaseline(_c.textBaseline);_b.setElementStrokeStyle(_c.strokeColor);}_a._matrix=_b._matrix_stack.pop();};nexacro.__saveCanvas=function(_a){var _b=_a._linked_element;var _c={"strokeStyle":_b.strokeStyle,"fillStyle":_b.fillStyle,"globalAlpha":_b.globalAlpha,"lineWidth":_b.lineWidth,"lineCap":_b.lineCap,"lineJoin":_b.lineJoin,"miterLimit":_b.miterLimit,"shadowOffsetX":_b.shadowOffsetX,"shadowOffsetY":_b.shadowOffsetY,"shadowBlur":_b.shadowBlur,"shadowColor":_b.shadowColor,"globalCompositeOperation":_b.globalCompositeOperation,"font":_b.font,"textAlign":_b.textAlign,"textBaseline":_b.textBaseline,"strokeColor":_b.strokeColor,"lineScale":_a._line_scale};_b._status_stack.push(_c);_b._matrix_stack.push(_a._matrix);_a._matrix=nexacro._matrixMultiply(nexacro._createMatrixIdentity(),_a._matrix);};}else{nexacro.__setCanvasFillColor=function(_a,_b){_a._draw_ctx.fillStyle=nexacro._getWebColorFromXreColor(_b.value);};nexacro.__setCanvasFillGradation=function(_a,_b){var _c=nexacro.__createCanvasLinearGradient(_a,_b._start_x,_b._start_y,_b._end_x,_b._end_y);_c.addColorStop(0,_b.start_color);_c.addColorStop(1,_b.end_color);_a._draw_ctx.fillStyle=_c;};nexacro.__setCanvasFillStyle=function(_a,_b,_c){_a._draw_ctx.fillStyle=_b;};nexacro.__setCanvasStrokeStyle=function(_a,_b){_a._draw_ctx.strokeStyle=_b._syscolor;};nexacro.__setCanvasLineCap=function(_a,_b){_a._draw_ctx.lineCap=_b;};nexacro.__setCanvasLineJoin=function(_a,_b){_a._draw_ctx.lineJoin=_b;};nexacro.__setCanvasLineWidth=function(_a,_b){_a._draw_ctx.lineWidth=_b;};nexacro.__setCanvasMiterLimit=function(_a,_b){_a._draw_ctx.miterLimit=_b;};nexacro.__setCanvasShadowColor=function(_a,_b,_c){_a._draw_ctx.shadowColor=_a._shadowColor;};nexacro.__setCanvasShadowOffsetX=function(_a,_b){_a._draw_ctx.shadowOffsetX=_b;};nexacro.__setCanvasShadowOffsetY=function(_a,_b){_a._draw_ctx.shadowOffsetY=_b;};nexacro.__setCanvasShadowBlur=function(_a,_b){_a._draw_ctx.shadowBlur=_b;};nexacro.__setCanvasFont=function(_a,_b,_c){_a._draw_ctx.font=_c;};nexacro.__setCanvasTextAlign=function(_a,_b){_a._draw_ctx.textAlign=_b;};nexacro.__setCanvasTextBaseline=function(_a,_b){_a._draw_ctx.textBaseline=_b;};nexacro.__drawCanvasBeginPath=function(_a){_a._draw_ctx.beginPath();};nexacro.__drawCanvasClosePath=function(_a){_a._draw_ctx.closePath();};nexacro.__drawCanvasFillRect=function(_a,_b,_c,_d,_e){var _f=_a._draw_ctx;_f.rect(_b,_c,_d,_e);_f.fill();_f.beginPath();};nexacro.__drawCanvasStrokeRect=function(_a,_b,_c,_d,_e){_a._draw_ctx.strokeRect(_b,_c,_d,_e);};nexacro.__drawCanvasRect=function(_a,_b,_c,_d,_e){var _f=_a._draw_ctx;crx.rect(_b,_c,_d,_e);_f.stroke();_f.beginPath();};nexacro.__drawCanvasClearRect=function(_a,_b,_c,_d,_e){_a._draw_ctx.clearRect(_b,_c,_d,_e);};nexacro.__drawCanvaslineTo=function(_a,_b,_c){_a._draw_ctx.lineTo(_b,_c);};nexacro.__drawCanvasmoveTo=function(_a,_b,_c){_a._draw_ctx.moveTo(_b,_c);};nexacro.__drawCanvasQuadraticCurveTo=function(_a,_b,_c,_d,_e){_a._draw_ctx.quadraticCurveTo(_b,_c,_d,_e);};nexacro.__drawCanvasBezierCurveTo=function(_a,_b,_c,_d,_e,_f,_g){_a._draw_ctx.bezierCurveTo(_b,_c,_d,_e,_f,_g);};nexacro.__darwCanvasArc=function(_a,_b,_c,_d,_e,_f,_g){_a._draw_ctx.arc(_b,_c,_d,_e,_f,_g);};nexacro.__drawCanvasArcTo=function(_a,_b,_c,_d,_e,_f){_a._draw_ctx.arcTo(_b,_c,_d,_e,_f);};nexacro.__isPointInCanvasPath=function(_a,_b,_c){return _a._draw_ctx.isPointInPath(_b,_c);};nexacro.__clipCanvas=function(_a){_a._draw_ctx.clip();};nexacro.__setCanvasTransform=function(_a,_b,_c,_d,_e,_f,_g){_a._draw_ctx.setTransform(_b,_c,_d,_e,_f,_g);};nexacro.__measureCanvas=function(_a,_b){_a._draw_ctx.measureText(_b);};nexacro.__createCanvasLinearGradient=function(_a,_b,_c,_d,_e){return _a._draw_ctx.createLinearGradient(_b,_c,_d,_e);};nexacro.__createCanvasRadialGradient=function(_a,_b,_c,_d,_e,_f,_g){return _a._draw_ctx.createRadialGradient(_b,_c,_d,_e,_f,_g);};nexacro.__rectCanvas=function(_a,_b,_c,_d,_e){_a._draw_ctx.rect(_b,_c,_d,_e);};nexacro.__fillCanvas=function(_a){_a._draw_ctx.fill();};nexacro.__strokeCanvas=function(_a){_a._draw_ctx.stroke();};nexacro.__fillCanvasRect=function(_a,_b,_c,_d,_e){_a._draw_ctx.fillRect(_b,_c,_d,_e);};nexacro.__scaleCanvas=function(_a,_b,_c){_a._draw_ctx.scale(_b,_c);};nexacro.__rotateCanvas=function(_a,_b){_a._draw_ctx.rotate(_b);};nexacro.__translateCanvas=function(_a,_b,_c){_a._draw_ctx.translate(_b,_c);};nexacro.__transformCanvas=function(_a,_b,_c,_d,_e,_f,_g){_a._draw_ctx.transform(_b,_c,_d,_e,_f,_g);};nexacro.__drawCanvasFillText=function(_a,_b,_c,_d,_e){if(_e){_a._draw_ctx.fillText(_b,_c,_d,_e);}else{_a._draw_ctx.fillText(_b,_c,_d);}};nexacro.__drawCanvasStrokeText=function(_a,_b,_c,_d,_e){if(_e){_a._draw_ctx.strokeText(_b,_c,_d,_e);}else{_a._draw_ctx.strokeText(_b,_c,_d);}};nexacro.__drawCanvasImage=function(_a,_b,_c,_d,_e,_f){_a._draw_ctx.drawImage(_b,_c,_d,_e,_f);};nexacro.__setCanvasGlobalAlpha=function(_a,_b){_a._draw_ctx.globalAlpha=_b;};nexacro.__setCanvasGlobalCompositeOperation=function(_a,_b){_a._draw_ctx.globalCompositeOperation=_b;};nexacro.__toDataURLCanvas=function(_a){var _b=_a._draw_node.toDataURL();if(_b){var _c=new nexacro.Image();_c.set_src(_b);return _c;}};nexacro.__restoreCanvas=function(_a){_a._draw_ctx.restore();};nexacro.__saveCanvas=function(_a){_a._draw_ctx.save();};}if(nexacro.Browser=="MobileSafari"){nexacro.__setDOMNodeAccessibilityEnable=function(_a,_b){if(_b==false){_a.setAttribute("role","document");_a.setAttribute("aria-label"," ");_a.setAttribute("aria-description","");}};nexacro.__setDOMNodeAccessibilityLabel=function(_a,_b){if(_b){_a.setAttribute("aria-label",_b);}};nexacro.__setDOMNodeAccessibilityLabelBy=nexacro._emptyFn;nexacro.__setDOMNodeAccessibilityDescription=nexacro._emptyFn;nexacro.__setDOMNodeAccessibilityDescriptionBy=nexacro._emptyFn;}else{nexacro.__setDOMNodeAccessibilityEnable=function(_a,_b){if(_b==false){_a.setAttribute("role","document");_a.setAttribute("aria-label"," ");_a.setAttribute("aria-description","");_a.setAttribute("aria-labelledby","accessibility_notify_0");}};nexacro.__setDOMNodeAccessibilityLabel=function(_a,_b){if(_b){_a.setAttribute("aria-label",_b);}_a.setAttribute("aria-labelledby","accessibility_notify_0");};nexacro.__setDOMNodeAccessibilityLabelBy=function(_a,_b){_a.setAttribute("aria-labelledby",_b);};nexacro.__setDOMNodeAccessibilityDescription=function(_a,_b){_a.setAttribute("aria-description",_b);};nexacro.__setDOMNodeAccessibilityDescriptionBy=function(_a,_b){_a.setAttribute("aria-describedby",_b);};}nexacro.__setDOMNodeAccessibilityDescLevel=function(_a,_b){};nexacro.__setDOMNodeAccessibilityStatNormal=function(_a,_b){};nexacro.__setDOMNodeAccessibilityStatDisabled=function(_a,_b){_a.setAttribute("aria-disabled",_b);};if(nexacro.Browser=="IE"){nexacro.__setDOMNodeAccessibilityStatHidden=function(_a,_b){_a.setAttribute("aria-hidden",_b);};}else{nexacro.__setDOMNodeAccessibilityStatHidden=nexacro._emptyFn;}nexacro.__setDOMNodeAccessibilityHidden=function(_a,_b){if(_b){_a.setAttribute("aria-hidden",_b);}else{_a.removeAttribute("aria-hidden");}};nexacro.__setDOMNodeAccessibilityStatChecked=function(_a,_b){_a.setAttribute("aria-checked",_b);};nexacro.__setDOMNodeAccessibilityStatPressed=function(_a,_b){if(_b){_a.setAttribute("aria-pressed",_b);}else{_a.removeAttribute("aria-pressed");}};nexacro.__setDOMNodeAccessibilityStatSelected=function(_a,_b){_a.setAttribute("aria-selected",_b);};nexacro.__setDOMNodeAccessibilityStatExpanded=function(_a,_b){_a.setAttribute("aria-expanded",_b);};nexacro.__setDOMNodeAccessibilityStatAutoComplete=function(_a,_b){_a.setAttribute("aria-autocomplete",_b);};nexacro.__setDOMNodeAccessibilityStatHasPopup=function(_a,_b){_a.setAttribute("aria-haspopup",_b);};if(nexacro.Browser=="IE"){nexacro.__setDOMNodeAccessibilityStatFocus=function(_a,_b){var _c=_b;if(!_b){_c=_a.getAttribute("aria-label");}nexacro.__notifyAccessibility(_a,_c,"focus");};}else{nexacro.__setDOMNodeAccessibilityStatFocus=function(_a,_b){var _c=_b;if(!_b){_c=_a.getAttribute("aria-label");}nexacro.__notifyAccessibility(_a,_c,"focus");};}nexacro.__setDOMNodeAccessibilityFlagDefaultButton=function(_a,_b){};nexacro.__setDOMNodeAccessibilityFlagFocusable=function(_a,_b){};nexacro.__setDOMNodeAccessibilityFlagReadOnly=function(_a,_b){_a.setAttribute("aria-readonly",_b);};nexacro.__setDOMNodeAccessibilityFlagPassword=function(_a,_b){};nexacro.__setDOMNodeAccessibilityFlagMultiLine=function(_a,_b){_a.setAttribute("aria-multiline",_b);};nexacro.__setDOMNodeAccessibilityFlagMultiSelectable=function(_a,_b){_a.setAttribute("aria-multiselectable",_b);};nexacro.__setDOMNodeAccessibilityFlagSelectable=function(_a,_b){_a.setAttribute("aria-selected",_b);};nexacro.__setDOMNodeAccessibilityInfoCount=function(_a,_b){_a.setAttribute("aria-setsize",_b);};nexacro.__setDOMNodeAccessibilityInfoIndex=function(_a,_b){_a.setAttribute("aria-posinset",_b);};nexacro.__setDOMNodeAccessibilityInfoValueMax=function(_a,_b){_a.setAttribute("aria-valuemax",_b);};nexacro.__setDOMNodeAccessibilityInfoValueMin=function(_a,_b){_a.setAttribute("aria-valuemin",_b);};nexacro.__setDOMNodeAccessibilityInfoValueCur=function(_a,_b){_a.setAttribute("aria-valuenow",_b);};nexacro.__setDOMNodeAccessibilityInfoValueText=function(_a,_b){_a.setAttribute("aria-valuetext",_b);};nexacro.__setDOMNodeAccessibilityInfoLevel=function(_a,_b){if(_b){_a.setAttribute("aria-level",_b);}};nexacro.__setDOMNodeAccessibilitySelection=function(_a,_b){};nexacro.__setDOMNodeAccessibilityRole=function(_a,_b){if(_b){_a.setAttribute("role",_b);}else{_a.removeAttribute("role");}};nexacro.__setDOMNodeAccessibilityHotKey=function(_a,_b){};nexacro.__setDOMNodeAccessibilityActiveDescendant=function(_a,_b){_a.setAttribute("aria-activedescendant",_b);};nexacro.__setDOMNodeAccessibilityTabStop=function(_a,_b){};nexacro.__setDOMNodeAccessibilityLive=function(_a){_a.innerHTML="accessibilityLiveNode";_a.setAttribute("aria-relevant","text");_a.setAttribute("aria-live","assertive");_a.setAttribute("aria-atomic","false");};nexacro.__setDOMNodeAccessibilityValue=function(_a,_b,_c,_d){nexacro.__notifyAccessibility(_a,_b,"valuechange",_c,_d);};nexacro._AccessibilityNotifyManager=function(){this._nodes=[];this._index= -1;this._count=0;};var _pAccessibilityNotifyManager=nexacro._createPrototype(Object,nexacro._AccessibilityNotifyManager);nexacro._AccessibilityNotifyManager.prototype=_pAccessibilityNotifyManager;if(nexacro.Browser=="Gecko"){_pAccessibilityNotifyManager._getNotifyNode=function(){if(this._index== -1){var _a=document;var _b=_a.createElement("div");_b.id="accessibility_notify_"+this._count;var _c=_b.style;nexacro.__setDOMNodeStyleAbsolute(_c);nexacro.__setDOMNodeStyleSize(_c,0,0);nexacro.__setDOMNodeTabIndex(_b, -1);nexacro.__setDOMNodeAccessibilityRole(_b,"document");_a.body.appendChild(_b);this._nodes.push(_b);this._count=this._count+1;var _d=_a.createElement("div");_d.id="accessibility_notify_"+this._count;var _e=_d.style;nexacro.__setDOMNodeStyleAbsolute(_e);nexacro.__setDOMNodeStyleSize(_e,0,0);nexacro.__setDOMNodeTabIndex(_d, -1);_a.body.appendChild(_d);nexacro.__setDOMNodeAccessibilityRole(_d,"document");this._nodes.push(_d);this._index=0;}return this._nodes;};_pAccessibilityNotifyManager._notify=function(_a,_b,_c,_d){var _e=this._getNotifyNode();if(_e){if(_c=="notify"){var _f=_e[this._index];_f.innerText=_b;nexacro.__setDOMNodeTitle(_f,_b);_f.focus();nexacro.__setDOMNodeStylePos(_f.style,0,0);}else{var _f=_e[0];_f.innerText=_b;nexacro.__setDOMNodeTitle(_f,_b);}}this._index=this._index^1;};}else if(nexacro.Browser=="IE"&&nexacro.BrowserVersion==11){_pAccessibilityNotifyManager._getNotifyNode=function(){if(this._index== -1){var _a=document;var _b=_a.createElement("div");_b.id="accessibility_notify_"+this._count;var _c=_b.style;nexacro.__setDOMNodeStyleAbsolute(_c);nexacro.__setDOMNodeStyleSize(_c,0,0);nexacro.__setDOMNodeTabIndex(_b, -1);nexacro.__setDOMNodeAccessibilityRole(_b,"document");_a.body.appendChild(_b);this._nodes.push(_b);this._count=this._count+1;var _d=_a.createElement("div");_d.id="accessibility_notify_"+this._count;var _e=_d.style;nexacro.__setDOMNodeStyleAbsolute(_e);nexacro.__setDOMNodeStyleSize(_e,0,0);nexacro.__setDOMNodeTabIndex(_d, -1);_a.body.appendChild(_d);nexacro.__setDOMNodeAccessibilityRole(_d,"document");this._nodes.push(_d);this._index=0;}return this._nodes;};_pAccessibilityNotifyManager._notify=function(_a,_b,_c,_d,_e){var _f=this._getNotifyNode();if(_f){if(_c=="notify"){var _g=_f[this._index];_g.innerText=_b;if(_d){if(_d.accessibility_role!="textbox"){nexacro.__setDOMNodeAccessibilityRole(_g,_d.accessibility_role);}else{nexacro.__setDOMNodeAccessibilityRole(_g,"document");}nexacro.__setDOMNodeStylePos(_g.style,_d.left,_d.top);}else{nexacro.__setDOMNodeAccessibilityRole(_g,_a.getAttribute('role'));}_g.focus();nexacro.__setDOMNodeStylePos(_g.style,0,0);}else if(_c=="valuechange"){var _g=_f[0];_g.innerText="";if(_d&&_d._input_handle){}if(_e){_g.focus();}nexacro.__setDOMNodeStylePos(_g.style,0,0);}else if(_c=="daychange"){var _g=_f[0];_g.innerText=_b;_g.focus();nexacro.__setDOMNodeStylePos(_g.style,0,0);}else if(_c=="wholeread"){var _g=_f[0];_g.innerText=_b;nexacro.__setDOMNodeAccessibilityRole(_g,"document");_g.focus();}else{var _g=_f[0];_g.innerText=_b;}}this._index=this._index^1;};}else if(nexacro.Browser=="IE"&&nexacro.BrowserVersion>=9){_pAccessibilityNotifyManager._getNotifyNode=function(){if(this._index== -1){var _a=document;var _b=_a.createElement("div");_b.id="accessibility_notify_"+this._count;var _c=_b.style;nexacro.__setDOMNodeStyleAbsolute(_c);nexacro.__setDOMNodeStyleSize(_c,0,0);nexacro.__setDOMNodeTabIndex(_b, -1);nexacro.__setDOMNodeAccessibilityRole(_b,"document");_a.body.appendChild(_b);this._nodes.push(_b);this._count=this._count+1;var _d=_a.createElement("div");_d.id="accessibility_notify_"+this._count;var _e=_d.style;nexacro.__setDOMNodeStyleAbsolute(_e);nexacro.__setDOMNodeStyleSize(_e,0,0);nexacro.__setDOMNodeTabIndex(_d, -1);_a.body.appendChild(_d);nexacro.__setDOMNodeAccessibilityRole(_d,"document");this._nodes.push(_d);this._index=0;}return this._nodes;};_pAccessibilityNotifyManager._notify=function(_a,_b,_c,_d,_e){var _f=this._getNotifyNode();if(_f){if(_c=="notify"){var _g=_f[this._index];_g.innerText=_b;if(_d){if(_d.accessibility_role!="textbox"){nexacro.__setDOMNodeAccessibilityRole(_g,_d.accessibility_role);}else{nexacro.__setDOMNodeAccessibilityRole(_g,"document");}nexacro.__setDOMNodeStylePos(_g.style,_d.left,_d.top);}else{nexacro.__setDOMNodeAccessibilityRole(_g,_a.getAttribute('role'));}_g.focus();nexacro.__setDOMNodeStylePos(_g.style,0,0);}else if(_c=="valuechange"){var _g=_f[0];_g.innerText="";if(_d&&_d._input_handle){}if(_e){_g.focus();}nexacro.__setDOMNodeStylePos(_g.style,0,0);}else if(_c=="daychange"){var _g=_f[0];_g.innerText=_b;nexacro.__setDOMNodeStylePos(_g.style,0,0);}else if(_c=="wholeread"){var _g=_f[0];_g.innerText=_b;nexacro.__setDOMNodeAccessibilityRole(_g,"document");_g.focus();}else{var _g=_f[0];_g.innerText=_b;}}this._index=this._index^1;};}else if(nexacro.Browser=="MobileSafari"){_pAccessibilityNotifyManager._getNotifyNode=nexacro._emptyFn;_pAccessibilityNotifyManager._notify=function(_a,_b,_c,_d,_e){};}else if(true){_pAccessibilityNotifyManager._getNotifyNode=function(){if(this._index== -1){var _a=document;var _b=_a.createElement("div");_b.id="accessibility_notify_"+this._count;var _c=_b.style;nexacro.__setDOMNodeStyleAbsolute(_c);nexacro.__setDOMNodeStyleSize(_c,0,0);nexacro.__setDOMNodeTabIndex(_b, -1);nexacro.__setDOMNodeAccessibilityRole(_b,"document");_a.body.appendChild(_b);this._nodes.push(_b);this._count=this._count+1;var _d=_a.createElement("div");_d.id="accessibility_notify_"+this._count;var _e=_d.style;nexacro.__setDOMNodeStyleAbsolute(_e);nexacro.__setDOMNodeStyleSize(_e,0,0);nexacro.__setDOMNodeTabIndex(_d, -1);_a.body.appendChild(_d);nexacro.__setDOMNodeAccessibilityRole(_d,"document");this._nodes.push(_d);this._index=0;}return this._nodes;};_pAccessibilityNotifyManager._notify=function(_a,_b,_c,_d,_e){var _f=this._getNotifyNode();if(_f){if(_c=="notify"){var _g=_f[this._index];_g.innerText=_b;if(_d){if(_d.accessibility_role!="textbox"){nexacro.__setDOMNodeAccessibilityRole(_g,_d.accessibility_role);}else{nexacro.__setDOMNodeAccessibilityRole(_g,"document");}nexacro.__setDOMNodeStylePos(_g.style,_d.left,_d.top);}else{nexacro.__setDOMNodeAccessibilityRole(_g,_a.getAttribute('role'));}_g.focus();nexacro.__setDOMNodeStylePos(_g.style,0,0);}else if(_c=="valuechange"){var _g=_f[0];if(_b=="#textarea:msg_accessibility_emptyline"){_b=application._getErrorMessge("msg_accessibility_emptyline");}_g.innerText=_b;nexacro.__setDOMNodeAccessibilityRole(_g,"listitem");nexacro.__setDOMNodeAccessibilityActiveDescendant(_a,_g.id);if(_d&&_d._input_handle){}if(_e){_g.focus();}nexacro.__setDOMNodeStylePos(_g.style,0,0);}else if(_c=="daychange"){var _g=_f[0];_g.innerText=_b;nexacro.__setDOMNodeAccessibilityActiveDescendant(_a,_g.id);nexacro.__setDOMNodeStylePos(_g.style,0,0);}else if(_c=="wholeread"){var _g=_f[0];_g.innerText=_b;nexacro.__setDOMNodeAccessibilityRole(_g,"document");_g.focus();}else{var _g=_f[0];_g.innerText=_b;}}this._index=this._index^1;};}else{_pAccessibilityNotifyManager._getNotifyNode=function(){if(this._index== -1){var _a=document;var _b=_a.createElement("div");_b.id="accessibility_notify_"+this._count;var _c=_b.style;nexacro.__setDOMNodeStyleAbsolute(_c);nexacro.__setDOMNodeStyleSize(_c,0,0);nexacro.__setDOMNodeTabIndex(_b, -1);_a.body.appendChild(_b);_c.background="transparent";nexacro.__setDOMNodeAccessibilityRole(_b,"log");nexacro.__setDOMNodeAccessibilityLabel(_b,"temporary");nexacro.__setDOMNodeAccessibilityLive(_b);this._nodes.push(_b);this._count=this._count+1;this._index=0;}return this._nodes;};_pAccessibilityNotifyManager._notify=function(_a,_b){var _c=this._getNotifyNode();if(_c){var _d=_c[this._index];nexacro.AccessibilityUtil.setDOMNodeLabel(_d,_b);}};}delete _pAccessibilityNotifyManager;nexacro.__notifyAccessibility=function(_a,_b,_c,_d,_e){if(!nexacro._AccessibilityNotifyNode){nexacro._AccessibilityNotifyNode=new nexacro._AccessibilityNotifyManager();}nexacro._AccessibilityNotifyNode._notify(_a,_b,_c,_d,_e);};nexacro._notifyAccessibilityValue=function(_a,_b,_c){if(!nexacro._AccessibilityNotifyNode){nexacro._AccessibilityNotifyNode=new nexacro._AccessibilityNotifyManager();}var _d=_a._handle;if(_d){nexacro._AccessibilityNotifyNode._notify(_d,_b,_c,_a);}};(function(){var _a=/&|"|'|\<|\>|\r|\n/g;function _replace_htmlChar(_b){if(_b=="&"){return "&";}else if(_b=="'"){return "'";}else if(_b=='"'){return """;}else if(_b=="<"){return "<";}else if(_b==">"){return ">";}else if(_b=="\r"){return "";}else if(_b=="\n"){return "
";}else{return _b;}}nexacro.__toInnerHTMLText=function(_b){return _b.replace(_a,_replace_htmlChar);};})();(function(){var _a=/[&"'\<\>\r\n\t ]/g;function _encode_xmlChar(_c){if(_c=="&"){return "&";}else if(_c=="'"){return "'";}else if(_c=='"'){return """;}else if(_c=="<"){return "<";}else if(_c==">"){return ">";}else if(_c=="\r"){return " ";}else if(_c=="\n"){return " ";}else if(_c=="\t"){return " ";}else if(_c==" "){return " ";}else{return _c;}}nexacro._encodeXml=function(_c){if(!nexacro._isNull(_c)){return _c.replace(_a,_encode_xmlChar);}};var _b=/&#[0-9]+;|&[a-z]+;/g;function _decode_xmlStr(_c){if(_c.charAt(1)=="#"){return String.fromCharCode(_c.substring(2,_c.length-1)|0);}else{var _d=_c.substring(1,_c.length-1);if(_d=="amp"){return "&";}else if(_d=="quot"){return "\"";}else if(_d=="apos"){return "\'";}else if(_d=="lt"){return "<";}else if(_d=="gt"){return ">";}else{return "";}}}nexacro._decodeXml=function(_c){if(_c.indexOf("&")>=0){return _c.replace(_b,_decode_xmlStr);}return _c;};})();nexacro._getDisplayText=function(_a,_b){return _a;};nexacro._getHTMLOuter=function(_a,_b){if(!_a||!_a.tagName){return '';}var _c=_a.outerHTML;if(!_c){var _d=_b.createElement("div");_d.appendChild(_a);_c=_d.innerHTML;_d=null;}return _c;};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<9){nexacro._getCloneNode=function(_a){var _b=document.createElement("div");_b.innerHTML=_a.innerHTML;return _b;};nexacro._beforePrintCheckPlugin=function(_a,_b,_c,_d,_e){if(_a._is_form){var _f=_a.components;var _g=[];for(var _h=0,_i=_f.length;_h<_i;_h++ ){if(_f[_h]._type_name=="WebBrowser"){var _j=_f[_h].document;if(_j){var _k=document.createElement("div");_k.innerHTML=_j.body.innerHTML;var _l=_f[_h]._control_element._client_element._handle.style;_k.style.position="absolute";_k.style.left=_l.left;_k.style.top=_l.top;_k.style.width=_l.width;_k.style.height=_l.height;_f[_h]._control_element._handle.appendChild(_k);_g.push(_k);}}}}else if(_a._type_name=="WebBrowser"){nexacro._printInnerContents(_a);return;}nexacro._print(_a,_a._refform,_c,_d,_e);for(var _h=0,_i=_g.length;_h<_i;_h++ ){_g[_h].parentNode.removeChild(_g[_h]);}_g=null;};}else{nexacro._getCloneNode=function(_a){return _a.cloneNode(true);};nexacro._beforePrintCheckPlugin=function(_a,_b,_c,_d,_e){var _f=[];if(_a._is_form){var _g=_a.components;for(var _h=0,_i=_g.length;_h<_i;_h++ ){if(_g[_h]._type_name=="WebBrowser"){var _j=_g[_h].document;if(_j){var _k=_j.getElementsByTagName("canvas");if(_k&&_k.length){var _l=_j.createElement("canvas");var _m=_l.getContext("2d");var _n,_o;_n=_o=0;for(var _p=0,_q=_k.length;_p<_q;_p++ ){if(_n<_k[_p].clientWidth){_n=_k[_p].clientWidth;}if(_o<_k[_p].clientHeight){_o=_k[_p].clientHeight;}}_l.width=_n;_l.height=_o;for(var _p=0,_q=_k.length;_p<_q;_p++ ){_m.drawImage(_k[_p],parseInt(_k[_p].style.left),parseInt(_k[_p].style.top),_k[_p].clientWidth,_k[_p].clientHeight);}var _r=document.createElement("img");_r.src=_l.toDataURL("image/png");var _s=_g[_h]._control_element._client_element._handle.style;_r.style.position=_s.position;_r.style.left=_s.left;_r.style.top=_s.top;_r.style.width=_s.width;_r.style.height=_s.height;_g[_h]._control_element._handle.appendChild(_r);_f.push(_r);}}}}}else if(_a._type_name=="WebBrowser"){var _j=_a.document;if(_j){var _k=_j.getElementsByTagName("canvas");if(_k&&_k.length&&nexacro.Browser=="IE"){var _l=_j.createElement("canvas");var _m=_l.getContext("2d");var _n,_o;_n=_o=0;for(var _p=0,_q=_k.length;_p<_q;_p++ ){if(_n<_k[_p].clientWidth){_n=_k[_p].clientWidth;}if(_o<_k[_p].clientHeight){_o=_k[_p].clientHeight;}}_l.width=_n;_l.height=_o;for(var _p=0,_q=_k.length;_p<_q;_p++ ){_m.drawImage(_k[_p],parseInt(_k[_p].style.left),parseInt(_k[_p].style.top),_k[_p].clientWidth,_k[_p].clientHeight);}var _r=document.createElement("img");_r.src=_l.toDataURL("image/png");var _s=_a._control_element._client_element._handle.style;_r.style.position=_s.position;_r.style.left=_s.left;_r.style.top=_s.top;_r.style.width=_s.width;_r.style.height=_s.height;_a._control_element._handle.appendChild(_r);_f.push(_r);}else{nexacro._printInnerContents(_a);return;}}}nexacro._print(_a,_a._refform,_c,_d,_e);for(var _h=0,_i=_f.length;_h<_i;_h++ ){_f[_h].parentNode.removeChild(_f[_h]);}_f=null;};}nexacro._print=function(_a,_b,_c,_d,_e){var _f=_b.getElement();var _g=_f.getRootWindowHandle();var _h=nexacro._getCloneNode(_a._control_element._handle);if(_a._control_element.container_maxwidth){_h.style.width=_a._control_element.container_maxwidth+"px";if(_h.firstChild){_h.firstChild.style.width=_a._control_element.container_maxwidth+"px";}}if(_a._control_element.container_maxheight){_h.style.height=_a._control_element.container_maxheight+"px";if(_h.firstChild){_h.firstChild.style.height=_a._control_element.container_maxheight+"px";}}if(_h.lastChild&&_h.lastChild.id==_h.id+"_vscrollbar"){_h.removeChild(_h.lastChild);}if(_h.lastChild&&_h.lastChild.id==_h.id+"_hscrollbar"){_h.lastChild.style.width=_h.style.width;_h.lastChild.style.top=parseInt(_h.style.height)-parseInt(_h.lastChild.style.height)+"px";}_h.style.left="0px";_h.style.top="0px";_h.style.overflow="";var _i='\n\n';if(_g.getElementsByTagName!=null){var _l=_g.getElementsByTagName("head");if(_l.length>0){_i+=_l[0].innerHTML;}}if(_h.getElementsByTagName!=null){var _m=_h.getElementsByTagName("input");var _n=_a._control_element._handle.getElementsByTagName("input");for(var _o=0;_o<_m.length;_o++ ){_m[_o].setAttribute("value",_n[_o].value);}}_i+='\n\n\n';_i+='\n';_i+=nexacro._getHTMLOuter(_h,_g);_i+='\n\n\n\n';var _j=window;if(_b&&_b._control_element&&_b._control_element.linkedcontrol&&_b._control_element.linkedcontrol._getWindow()._doc.parentWindow){_j=_g.parentWindow;}var _k=window.open("","printSpecial","top="+_j.screenTop+",left="+_j.screenLeft+", width=auto, height=auto");_k.document.open();_k.document.write(_i);_k.document.close();};if(nexacro.Browser=="IE"){nexacro._printInnerContents=function(_a){try{var _b=document.activeElement;var _c=_a._ifrm_elem._handle.contentWindow;if(!_c.onafterprint){_c.onafterprint=function(){_b.focus();};}_c.document.body.focus();_c.print();return true;}catch(e){return false;}};}else{nexacro._printInnerContents=function(_a){try{_a.callMethod("print");return true;}catch(e){return false;}};}nexacro._managerFrameDoc=null;nexacro._managerFrameNode=null;if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=8){nexacro._managerFrameSrc="\n"+"\n"+"\n"+""+""+"\n"+"\n"+"\n"+"\n"+"";}else if(nexacro.Browser=="IE"&&nexacro.BrowserVersion==9){nexacro._managerFrameSrc="\n"+"\n"+"\n"+""+""+"\n"+"\n"+"\n"+"\n"+"";}else if(nexacro.Browser=="IE"&&nexacro.BrowserVersion>9){nexacro._managerFrameSrc="\n"+"\n"+"\n"+""+""+"\n"+"\n"+"\n"+"\n"+"";}else{nexacro._managerFrameSrc="\n"+"\n"+""+""+"\n"+"\n"+"\n"+"\n"+"";}if(nexacro.Browser=="IE"){nexacro._managerPopupFrameSrc="\n"+"\n"+"\n"+"\n"+"\n"+"\n"+"\n"+"";}else{nexacro._managerPopupFrameSrc="\n"+"\n"+"\n"+"\n"+"\n"+"";}nexacro._preparePopupManagerFrame=function(_a){var _b=_a.document;var _c=_b.createElement("IFRAME");_c.frameborder="0";_c.scrolling="no";_c.style.visibility='hidden';_c.style.position='absolute';_c.style.border='none';nexacro.__setDOMNodeTitle(_c,"");_b.body.appendChild(_c);_c.src="about:blank";var _d;if(nexacro.Browser=="IE"){_d=_c.contentWindow.document;}else{_d=_c.contentDocument;}_d.open();_d.write(nexacro._managerPopupFrameSrc);_d.close();nexacro._managerPopupFrameNode=_c;nexacro._managerPopupFrameDoc=_d;};nexacro._prepareManagerFrame=function(){var _a=document;var _b=_a.createElement("IFRAME");_b.frameborder="0";_b.scrolling="no";_b.style.visibility='hidden';_b.style.position='absolute';_b.style.border='none';if(nexacro.OS=="iOS"){_b.style.display='none';}nexacro.__setDOMNodeTitle(_b,"");nexacro.__setDOMNodeAccessibilityHidden(_b,true);_a.body.appendChild(_b);_b.src="about:blank";var _c;if(nexacro.Browser=="IE"){_c=_b.contentWindow.document;}else{_c=_b.contentDocument;}_c.open();_c.write(nexacro._managerFrameSrc);_c.close();nexacro._managerFrameNode=_b;nexacro._managerFrameDoc=_c;};nexacro._destroyManagerFrame=function(_a){var _b=nexacro._getWindowDestinationHandle(_a);if(nexacro._managerFrameNode&&_b){nexacro.__removeDOMNode(_b,nexacro._managerFrameNode);}nexacro._managerFrameNode=null;nexacro._managerFrameDoc=null;};if(nexacro.Browser=="IE"){nexacro._createFrameNode=function(_a,_b,_c,_d){var _e=_d.createElement("iframe");_e.id=_a.id+"_iframe";_e.frameborder=0;_e.scrolling="no";_e.style.border='none';_e.style.filter="Alpha(Opacity=0);";_e.left=_b;_e.top=_c;_e.style.width="100%";_e.style.height="100%";nexacro.__appendDOMNode(_a,_e);return _e;};nexacro._destroyFrameNode=function(_a,_b){if(_b){nexacro.__removeDOMNode(_a,_b);}_b=null;};}else{nexacro._createFrameNode=nexacro._destroyFrameNode=nexacro._emptyFn;}if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<9){nexacro._TextCacheNodeCnt=0;nexacro._TextInfoCacheManager=function(_a){this.font=_a;this.nowrapnode_arr=[];this.font_height=0;this.space_width=0;this.cache={};this._getFontInfo();this.wordwrapnode=null;};_pTextInfoCacheManager=nexacro._createPrototype(Object,nexacro._TextInfoCacheManager);nexacro._TextInfoCacheManager.prototype=_pTextInfoCacheManager;_pTextInfoCacheManager.getNowrapTextNode=function(){var _a=this.nowrapnode_arr.pop();if(_a==null){var _b=nexacro._managerFrameDoc;_a=_b.createElement("div");_a.id="calculate_text_"+nexacro._TextCacheNodeCnt;var _c=_a.style;_c.position="absolute";_c.height="auto";_c.width="auto";_c.left="0px";_c.top="0px";_c.visibility="hidden";this._setStyleFont(_c,this.font);_b.body.appendChild(_a);nexacro._TextCacheNodeCnt++ ;}return _a;};_pTextInfoCacheManager.restoreNode=function(_a){this.restoreNowrapTextNode(_a);};_pTextInfoCacheManager.restoreNowrapTextNode=function(_a){this.nowrapnode_arr.push(_a);};_pTextInfoCacheManager._getFontInfo=function(){var _a=this.getNowrapTextNode();nexacro.__setDOMNodeSinglelineText(_a,"gH");this.font_height=_a.clientHeight;nexacro.__setDOMNodeSinglelineText(_a," ");this.space_width=_a.clientWidth;this.restoreNowrapTextNode(_a);};_pTextInfoCacheManager.getWordTextWidth=function(_a){var _b=this.cache[_a];if(_b==null){var _c=this.getNowrapTextNode();try{nexacro.__setDOMNodeSinglelineText(_c,_a);}catch(e){}_b=_c.clientWidth;this.restoreNowrapTextNode(_c);this.cache[_a]=_b;}return _b;};}else{nexacro._TextCacheNodeCnt=0;nexacro._TextInfoCacheManager=function(_a){this.font=_a;this.canvas_arr=[];this.font_height=0;this.space_width=0;this.cache={};this._getFontInfo();this.wordwrapnode=null;};_pTextInfoCacheManager=nexacro._createPrototype(Object,nexacro._TextInfoCacheManager);nexacro._TextInfoCacheManager.prototype=_pTextInfoCacheManager;if(nexacro.Browser=="Gecko"){nexacro._HTMLNodeSizeGap=1;}else{nexacro._HTMLNodeSizeGap=0;}_pTextInfoCacheManager.getCanvasNode=function(){var _a=this.canvas_arr.pop();if(_a==null){var _b=document.createElement("canvas");var _c=_b.getContext('2d');this._setCanvasStyleFont(_c,this.font);_a={node:_b,ctx:_c};}return _a;};_pTextInfoCacheManager.restoreNode=function(_a){this.restoreCanvasNode(_a);};_pTextInfoCacheManager.restoreCanvasNode=function(_a){this.canvas_arr.push(_a);};_pTextInfoCacheManager._getFontInfo=function(){var _a=nexacro._managerFrameDoc;var _b=_a.createElement("div");_b.id="calculate_text_"+nexacro._TextCacheNodeCnt;var _c=_b.style;_c.position="absolute";_c.height="auto";_c.width="auto";_c.left="0px";_c.top="0px";_c.visibility="hidden";this._setStyleFont(_c,this.font);_a.body.appendChild(_b);nexacro._TextCacheNodeCnt++ ;nexacro.__setDOMNodeSinglelineText(_b,"gH");this.font_height=_b.clientHeight-nexacro._HTMLNodeSizeGap;_a.body.removeChild(_b);var _b=document.createElement("canvas");var _d=_b.getContext('2d');this._setCanvasStyleFont(_d,this.font);this.space_width=_d.measureText(" ").width;this.restoreCanvasNode({node:_b,ctx:_d});};_pTextInfoCacheManager.getWordTextWidth=function(_a){var _b=this.cache[_a];if(_b==null){var _c=this.getCanvasNode();_b=_c.ctx.measureText(_a).width;this.restoreCanvasNode(_c);this.cache[_a]=_b;}return _b;};}_pTextInfoCacheManager.getWordwrapTextNode=function(_a,_b){var _c=this.wordwrapnode;if(_c==null){var _d=nexacro._managerFrameDoc;_c=_d.createElement("div");_c.id="calculate_wraptext_"+nexacro._TextCacheNodeCnt;var _e=_c.style;_e.position="absolute";_e.height="auto";_e.width=_a+"px";_e.left="0px";_e.top="0px";_e.visibility="hidden";this._setStyleFont(_e,this.font);if(_b==undefined||_b==true||_b=="true"){_b="char";}else if(_b==false||_b=="false"){_b="none";}nexacro.__setDOMNodeWordWrap(_c,_b);_d.body.appendChild(_c);nexacro._TextCacheNodeCnt++ ;}else{_e.width=_a+"px";}return _c;};_pTextInfoCacheManager.getWordWrapTextSize=function(_a,_b,_c){var _d=_a+"#width"+_b;var _e=_d+"#height";var _f=this.cache[_d];var _g=this.cache[_e];if(_f==null){var _h=this.getWordwrapTextNode(_b,_c);try{nexacro.__setDOMNodeMultilineText(_h,_a);}catch(e){}_f=_h.clientWidth;_g=_h.clientHeight;this.cache[_d]=_f;this.cache[_e]=_g;}return [_f,_g];};if(nexacro.Browser=="IE"){_pTextInfoCacheManager._setStyleFont=function(_a,_b){if(_b._bold){_a.fontWeight="bold";}else{_a.fontWeight="normal";}if(_b._italic){_a.fontStyle="italic";}else{_a.fontStyle="normal";}_a.fontFamily=_b.face;_a.fontSize=_b.size>=0?_b.size+"pt":Math.abs(_b.size)+"px";};}else{_pTextInfoCacheManager._setStyleFont=function(_a,_b){_a.font=_b._sysvalue;};}_pTextInfoCacheManager._setCanvasStyleFont=function(_a,_b){_a.font=_b._sysvalue;};delete _pTextInfoCacheManager;nexacro._TextSizeCacheManagers={};(function(){var _a=/\r\n|\n|\r/;var _b=/\s/;nexacro.__getSinglelineTextSize=function(_c,_d){var _e=_d.split(_b);var _f=_e.length;var _g=0;for(var _h=0;_h<_f;_h++ ){var _i=_e[_h];if(_i){_g+=_c.getWordTextWidth(_i);}}_g+=(_f-1)*_c.space_width;return _g;};nexacro._getSinglelineTextSize=function(_c,_d){var _e=nexacro.__getSinglelineTextSize(_c,_d.replace(/\r\n|\n|\r/,' '));return [_e,_c.font_height];};nexacro._getMultilineTextSize=function(_c,_d){var _e=_d.split(_a);var _f=_e.length;var _g=0;for(var _h=0;_h<_f;_h++ ){var _i=nexacro.__getSinglelineTextSize(_c,_e[_h]);if(_i>_g){_g=_i;}}return [_g,_c.font_height*_f];};nexacro._getWordwrapTextSize=function(_c,_d,_e,_f){var _g=_c.getWordWrapTextSize(_d,_e,_f);return _g;};})();nexacro._getFontHeight=function(_a){var _b=nexacro._TextSizeCacheManagers[_a._sysvalue];if(_b==null){_b=new nexacro._TextInfoCacheManager(_a);nexacro._TextSizeCacheManagers[_a._sysvalue]=_b;}return _b.font_height;};nexacro._getTextSize=function(_a,_b,_c,_d,_e){if(_a&&_a.length>0&&_b&&!_b._is_empty){var _f=nexacro._TextSizeCacheManagers[_b._sysvalue];if(_f==null){_f=new nexacro._TextInfoCacheManager(_b);nexacro._TextSizeCacheManagers[_b._sysvalue]=_f;}if(_c){if(_d!=null){return nexacro._getWordwrapTextSize(_f,_a,_d,_e);}else{return nexacro._getMultilineTextSize(_f,_a);}}else{return nexacro._getSinglelineTextSize(_f,_a);}}return [0,0];};nexacro._getTextSize2=nexacro._getTextSize;nexacro.getTextSize=function(_a,_b,_c,_d){if(typeof (_d)=="string"){_d=_d.toLowerCase();}if(_d==true||_d=="true"){_d="char";}else if(_d==false||_d=="false"){_d="none";}var _e=true;if(_d=="none"){_e=false;}else if(_d=="line"){_d=null;}var _f=nexacro._getTextSize(_a,_b,_e,_c,_d);var _g={nx:_f[0],ny:_f[1]};return _g;};nexacro._getTextBaseline=function(_a,_b,_c){var _d=_b;var _e=_c/7;if(_a==3){_d-=_c/3-_e;}else if(_a==2){_d+=_c/2;}else if(_a==0){_d=_b-_c/3+_e;}else if(_a==1){_d=_b+_c/2+_e;}return _d;};nexacro._getLineCountWithWordwrap=function(_a,_b,_c){var _d=(parseInt(_a._handle.style.paddingLeft)|0)+(parseInt(_a._handle.style.paddingRight)|0);var _e=parseInt(_a.width)-_d-2;var _f=nexacro._TextSizeCacheManagers[_a.font._sysvalue];if(_f==null){_f=new nexacro._TextInfoCacheManager(_a.font);nexacro._TextSizeCacheManagers[_a.font._sysvalue]=_f;}var _g=nexacro._getWordwrapTextSize(_f,_b,_e,_c);var _h=Math.round(_g[1]/_f.font_height);return Math.max(_h,1);};nexacro._ImgInfoCacheManager={cnt:0,ready:[],loadinglist:{},get_imgnode:function(){var _a=this.ready.pop();if(_a==null){var _b=nexacro._managerFrameDoc;_a=_b.createElement("img");_a.id="calculate_img_"+this.cnt;nexacro.__setDOMNodeAlt(_a,"");if(nexacro._allow_default_pinchzoom){var _c=_b.getElementById("calculate_img_container");if(!_c){_c=_b.createElement("div");_c.id="calculate_img_container";_c.style.position='absolute';_c.style.overflow='hidden';_c.style.width="1px";_c.style.height="1px";_b.body.appendChild(_c);}_c.appendChild(_a);}else{_b.body.appendChild(_a);}this.cnt++ ;}return _a;},restore_imgnode:function(_a){if(!(nexacro.Browser=="IE"&&nexacro.BrowserVersion>=10)){var _b=_a.getAttributeNode("src");if(_b){_a.removeAttributeNode(_b);}}this.ready.push(_a);},clear_imgnode:function(){var _a=nexacro._managerFrameDoc;var _b=null;while(this.ready.length>0){_b=this.ready.pop();nexacro.__removeDOMNode(_a.body,_b);_b=null;}this.ready=null;}};if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<=9){nexacro._bind_imgloadhandler_onload_recall=function(_a){return function(){if(_a){nexacro._imgloadhandler_onload(_a);}};};}nexacro._imgloadhandler_onload=function(_a){var _b=_a._cacheurl;_a._cacheurl=null;var _c=_a.width;var _d=_a.height;nexacro._ImgInfoCacheList[_b]={width:_c,height:_d};delete nexacro._ImgInfoCacheManager.loadinglist[_b];nexacro._stopSysObserving(_a,"load","onload",nexacro._imgloadhandler_onload_forward);nexacro._stopSysObserving(_a,"error","onerror",nexacro._imgloadhandler_onerror_forward);if(_a._callbackList){var _e=_a._callbackList;var _f=_e.length;for(var _g=0;_g<_f;_g++ ){_e[_g].callback.call(_e[_g].target,_b,_c,_d);_e[_g].target=null;}_a._callbackList=null;}nexacro._ImgInfoCacheManager.restore_imgnode(_a);};nexacro._imgloadhandler_onerror=function(_a){var _b=_a._cacheurl;delete _a._cacheurl;_a._cacheurl=null;nexacro._ImgInfoCacheList[_b]={width:0,height:0};delete nexacro._ImgInfoCacheManager.loadinglist[_b];nexacro._stopSysObserving(_a,"load","onload",nexacro._imgloadhandler_onload_forward);nexacro._stopSysObserving(_a,"error","onerror",nexacro._imgloadhandler_onerror_forward);if(_a._callbackList){var _c=_a._callbackList;var _d=_c.length;for(var _e=0;_e<_d;_e++ ){_c[_e].callback.call(_c[_e].target,_b,0,0,_a, -1);}delete _a._callbackList;_a._callbackList=null;}nexacro._ImgInfoCacheManager.restore_imgnode(_a);};nexacro._getImageSize=function(_a,_b,_c,_d){if(!_a){return null;}if(_a.substring(0,4).toLowerCase()=="url("){_a=_a.substring(5,_a.length-2);}if(!_a){return null;}var _e=_a;if(_e.substring(0,17)=="data:image;base64"){var _g=_e.substr(0,10);var _h=_e.substr(10,_e.length-1);if(nexacro.Browser=="Chrome"){_e=_g+"/*"+_h;}}else{_e=nexacro._getImageLocation(_a,_d);}var _f=nexacro._ImgInfoCacheList[_e];if(_f){return _f;}if(_e){var _i=nexacro._ImgInfoCacheManager.loadinglist[_e];if(_i){_i._callbackList.push({target:_c,callback:_b});}else{_i=nexacro._ImgInfoCacheManager.get_imgnode();nexacro._ImgInfoCacheManager.loadinglist[_e]=_i;_i._callbackList=[{target:_c,callback:_b}];_i._cacheurl=_e;nexacro._observeSysEvent(_i,"load","onload",nexacro._imgloadhandler_onload_forward);nexacro._observeSysEvent(_i,"error","onerror",nexacro._imgloadhandler_onerror_forward);_i.src=_e;}_f=nexacro._ImgInfoCacheList[_e];_i=null;}return _f?_f:null;};nexacro._getImageObject=function(_a,_b,_c,_d){if(_a.substring(0,4).toLowerCase()=="url("){_a=_a.substring(5,_a.length-2);}if(!_a){return null;}var _e=nexacro._getImageLocation(_a,_d);if(_e){var _f=nexacro._ImgInfoCacheList[_e];var _g=nexacro._ImgInfoCacheManager.loadinglist[_e];if(_g){_g._callbackList.push({target:_c,callback:_b});var _f=nexacro._ImgInfoCacheList[_e];if(_f){nexacro._imgloadhandler_onload_forward(_g);}}else{_g=nexacro._ImgInfoCacheManager.get_imgnode();var _h=nexacro._ImgInfoCacheList[_e];if(_h){_g.src=_e;_b.call(_c,_e,_h.width,_h.height,_g);}else{nexacro._ImgInfoCacheManager.loadinglist[_e]=_g;_g._callbackList=[{target:_c,callback:_b}];_g._cacheurl=_e;nexacro._observeSysEvent(_g,"load","onload",nexacro._imgloadhandler_onload_forward);nexacro._observeSysEvent(_g,"error","onerror",nexacro._imgloadhandler_onerror_forward);_g.src=_e;}}return _g;}return null;};nexacro._IframeManager={formlist:[],create_form:function(_a,_b,_c){var _d=nexacro._managerFrameDoc;var _e=_d.createElement("FORM");_e.id=_a;_e.name=_a;_e.enctype="multipart/form-data";_e.encoding="multipart/form-data";_e.method="post";_e.target=_b;var _f;if(nexacro.Browser=="IE"&&nexacro.BrowserVersion<9){_f=_d.createElement("