$options={rates:{RUR:1},getCurrencyData:function(){return this._currency||(this._currency=[["auto",$Txt.autoDetection],["RUR","Рубли","РУБ",50],["USD","Dollars","USD",1]])},getCurrencyName:function(b){b=b||Cfg.CurrencyCode;for(var c=this.getCurrencyData(),a=0;a<c.length;a++)if(c[a][0]==b)return c[a][2];return""},getMinStake:function(b){b=b||Cfg.CurrencyCode;for(var c=this.getCurrencyData(),a=0;a<c.length;a++)if(c[a][0]==b)return c[a][3];return 30}};currencyRenderer=function(a){a="{0:"+(a||"N2")+"}";return function(b){return String.localeFormat(a,currencyConverter(b))}};$cc=currencyConverter=function(a){return a/($options.rates[Cfg.CurrencyCode]||1)};$uc=currencyUnConverter=function(a){return a*($options.rates[Cfg.CurrencyCode]||1)};var cr=currencyRenderer(),cr0=currencyRenderer("N0");
