
// Generated by Intersoft Script Optimizer V1.5 + Intersoft JS Engine MaxObfuscate(tm) V1.0 
// Generated Datetime : 12/2/2008 3:46:00 PM
// Copyright (c) 2005 Intersoft Solutions.
// Unauthorized decryption/reproduction of any codes contained herein is strictly prohibited and will result in severe civil and criminal penalties .
//**Start Encode**
 function ISGetCultureInfo(vcf429,vf0d57) { var v48273; var v7b578; if (ISXml==null) v7b578 =document.getElementById(IS.CultureInfoPrefix +vcf429 +(vf0d57==true? "_c" : "")); else v7b578 =ISXml.GetElementById(IS.CultureInfoPrefix +vcf429 +(vf0d57==true? "_c" : "")); if (v7b578!=null)v48273 =new ISCultureInfo(v7b578.selectSingleNode("//XMLCultureInfo"));  return v48273;  }  function GetDecimalSeparator(vab984,vbaf36) { var v39948;  if (vbaf36.indexOf(vab984.Currency.Symbol)>-1 ||vbaf36.toLowerCase()=="c") v39948 =vbaf36.indexOf("-")>-1 ||vbaf36.indexOf("(")>-1 ? vab984.Currency.Negative.DecimalSeparator : vab984.Currency.Positive.DecimalSeparator; else { if (vbaf36.indexOf(vab984.Percent.Symbol)>-1 ||vbaf36.toLowerCase()=="p") v39948 =vbaf36.indexOf("-")>-1 ||vbaf36.indexOf("(")>-1 ? vab984.Percent.Negative.DecimalSeparator : vab984.Percent.Positive.DecimalSeparator; else { if (vbaf36.indexOf("e0")>-1 ||vbaf36.indexOf("e+0")>-1 ||vbaf36.indexOf("e-0")>-1 ||vbaf36.toLowerCase()=="f") v39948 =vbaf36.indexOf("-")>-1 ||vbaf36.indexOf("(")>-1 ? vab984.Scientific.Negative.DecimalSeparator : vab984.Scientific.Positive.DecimalSeparator; else v39948 =vbaf36.indexOf("-")>-1 ||vbaf36.indexOf("(")>-1 ? vab984.Number.Negative.DecimalSeparator : vab984.Number.Positive.DecimalSeparator; }  }  return v39948; } function GetGroupSeparator(v06739,v28015) { var vb9d39;  if (v28015.indexOf(v06739.Currency.Symbol)>-1) vb9d39 =v28015.indexOf("-")>-1 ||v28015.indexOf("(")>-1 ? v06739.Currency.Negative.GroupSeparator : v06739.Currency.Positive.GroupSeparator; else { if (v28015.indexOf(v06739.Percent.Symbol)>-1) vb9d39 =v28015.indexOf("-")>-1 ||v28015.indexOf("(")>-1 ? v06739.Percent.Negative.GroupSeparator : v06739.Percent.Positive.GroupSeparator; else { if (v28015.indexOf("e0")>-1 ||v28015.indexOf("e+0")>-1 ||v28015.indexOf("e-0")>-1) vb9d39 =v28015.indexOf("-")>-1 ||v28015.indexOf("(")>-1 ? v06739.Scientific.Negative.GroupSeparator : v06739.Scientific.Positive.GroupSeparator; else vb9d39 =v28015.indexOf("-")>-1 ||v28015.indexOf("(")>-1 ? v06739.Number.Negative.GroupSeparator : v06739.Number.Positive.GroupSeparator; }  }  return vb9d39; } function GetSymbol(v7ab59,v6f525) { var v5ee39 ="";  if (v6f525.indexOf(v7ab59.Currency.Symbol)>-1) v5ee39 =v7ab59.Currency.Symbol; else { if (v6f525.indexOf(v7ab59.Percent.Symbol)>-1) v5ee39 =v7ab59.Percent.Symbol; }  return v5ee39; }  function GetFullFormatDate(vd4014,v3334) { if (vd4014==null ||v3334==null) return ""; else { if (v3334.length>1)return ""; }  var v72059 =vd4014.StandarFormat; var ved525=""; switch(v3334) { case "F" : ved525 =v72059.FullDateTime; break; case "f" : ved525 =v72059.FullDateTimeShortTime; break; case "D" : ved525 =v72059.LongDate; break; case "d" : ved525 =v72059.ShortDate; break; case "T" : ved525 =v72059.LongTime; break; case "t" : ved525 =v72059.ShortTime; break; case "m" : ved525 =v72059.MonthDay; break; case "y" : ved525 =v72059.YearMonth; break; case "g" : ved525 =v72059.GeneralShortTime; break; case "G" : ved525 =v72059.GeneralLongTime; break; } return ved525; }  function ISStandarFormat(v13770,vdaf83,vddf96,ve6729,vc0019,v06462,v33a12,v70932,vce736,vdb292) { var v89234 =new RegExp("\\'","g"); this.FullDateTime=v13770.replace(v89234,""); this.FullDateTimeShortTime=vdaf83.replace(v89234,""); this.LongDate=vddf96.replace(v89234,"");  this.ShortDate=ve6729.replace(v89234,""); this.LongTime=vc0019.replace(v89234,"");  this.ShortTime=v06462.replace(v89234,""); this.MonthDay=v33a12.replace(v89234,"");  this.YearMonth=v70932.replace(v89234,""); this.GeneralShortTime =vce736.replace(v89234,""); this.GeneralLongTime =vdb292.replace(v89234,""); } function ISNumericType(vbfb84,vce791) { this.Symbol =vbfb84; this.GroupSizes =vce791; this.Positive =new ISNumberPattern(); this.Negative =new ISNumberPattern(); this.ZeroPattern ="0"; } function ISNumberPattern(v9f23,v9630,v55749,v96979,va4a40,v5e76) { this.Pattern =v9f23; this.DecimalDigit =parseFloat(v9630); this.DecimalSeparator =v55749; this.GroupSeparator =v96979; this.Format =va4a40; this.Type =v5e76; } function ISCultureInfo(v72514) { if (v72514==null)return; this.XmlDt =v72514; this.NumberFormatInfo=this.DateTimeFormatInfo=null; CultureInfoEngine.ParseDateTimeInfo(this); CultureInfoEngine.ParseNumberInfo(this);  }var CultureInfoEngine ={ CopyNumberPattern : function(v5bf45,ve5c64) { ve5c64.Pattern =v5bf45.Pattern;  ve5c64.DecimalDigit =v5bf45.DecimalDigit; ve5c64.DecimalSeparator =v5bf45.DecimalSeparator; ve5c64.GroupSeparator =v5bf45.GroupSeparator; ve5c64.Format =v5bf45.Format; ve5c64.Type =v5bf45.Type; },  CopyNumberFormatInfo : function(ve530,vc6e43) { vc6e43.PositiveSign =ve530.PositiveSign; vc6e43.NegativeSign =ve530.NegativeSign; vc6e43.Currency =new ISNumericType(ve530.Currency.Symbol,ve530.Currency.GroupSizes); CultureInfoEngine.CopyNumberPattern(ve530.Currency.Positive,vc6e43.Currency.Positive); CultureInfoEngine.CopyNumberPattern(ve530.Currency.Negative,vc6e43.Currency.Negative);  vc6e43.Number =new ISNumericType(ve530.Number.Symbol,ve530.Number.GroupSizes); CultureInfoEngine.CopyNumberPattern(ve530.Number.Positive,vc6e43.Number.Positive); CultureInfoEngine.CopyNumberPattern(ve530.Number.Negative,vc6e43.Number.Negative);  vc6e43.Decimal =new ISNumericType(ve530.Decimal.Symbol,ve530.Decimal.GroupSizes); CultureInfoEngine.CopyNumberPattern(ve530.Decimal.Positive,vc6e43.Decimal.Positive); CultureInfoEngine.CopyNumberPattern(ve530.Decimal.Negative,vc6e43.Decimal.Negative);  vc6e43.Percent =new ISNumericType(ve530.Percent.Symbol,ve530.Percent.GroupSizes); CultureInfoEngine.CopyNumberPattern(ve530.Percent.Positive,vc6e43.Percent.Positive); CultureInfoEngine.CopyNumberPattern(ve530.Percent.Negative,vc6e43.Percent.Negative); vc6e43.Scientific =new ISNumericType(ve530.Scientific.Symbol,ve530.Scientific.GroupSizes); CultureInfoEngine.CopyNumberPattern(ve530.Scientific.Positive,vc6e43.Scientific.Positive); CultureInfoEngine.CopyNumberPattern(ve530.Scientific.Negative,vc6e43.Scientific.Negative); },  ParseDateTimeInfo : function(vd4c75) { if (vd4c75.XmlDt) { var v31436 =vd4c75.XmlDt.selectSingleNode("//DateTimeFormatInfo"); if (v31436) { var v25c13 =new Object();  with(v31436) { v25c13.StandarFormat =new ISStandarFormat(selectSingleNode("//F").text,selectSingleNode("//f").text,selectSingleNode("//D").text,selectSingleNode("//d").text,selectSingleNode("//T").text,selectSingleNode("//t").text,selectSingleNode("//m").text,selectSingleNode("//y").text,selectSingleNode("//g").text,selectSingleNode("//G").text); v25c13.DayNames =CultureInfoEngine.GetArrayElement(selectNodes("//DayNames/*"));
 v25c13.AbbreviatedDayNames =CultureInfoEngine.GetArrayElement(selectNodes("//AbbreviatedDayNames/*")); 
 v25c13.MonthNames =CultureInfoEngine.GetArrayElement(selectNodes("//MonthNames/*"));
 v25c13.AbbreviatedMonthNames =CultureInfoEngine.GetArrayElement(selectNodes("//AbbreviatedMonthNames/*"));
 v25c13.AMDesignator =selectSingleNode("//AMDesignator").text;
 v25c13.PMDesignator =selectSingleNode("//PMDesignator").text;
 v25c13.DateSeparator =selectSingleNode("//DateSeparator").text;
 v25c13.TimeSeparator =selectSingleNode("//TimeSeparator").text;
 v25c13.EraName =selectSingleNode("//EraName").text;
 v25c13.FirstDayOfWeek =selectSingleNode("//FirstDayOfWeek").text;
 v25c13.CalendarWeekRule =selectSingleNode("//CalendarWeekRule").text;
 }
 v25c13.PNode =v31436;
 vd4c75.DateTimeFormatInfo =v25c13;
 }
 }
 },
 
 ParseNumberInfo : function(vb8f50)
 {
 if (vb8f50.XmlDt)
 {
 var vd3447 =vb8f50.XmlDt.selectSingleNode("//NumberFormatInfo");
 if (vd3447)
 {
 var vd1471 =new Object();
 with(vd3447)
 {
 vd1471.Currency =new ISNumericType(selectSingleNode("//CurrencySymbol").text,CultureInfoEngine.GetArrayElement(selectNodes("//CurrencyGroupSizes/*")));
 vd1471.Currency.Positive =new ISNumberPattern(selectSingleNode("//CurrencyPositivePattern").text,selectSingleNode("//CurrencyDecimalDigits").text,selectSingleNode("//CurrencyDecimalSeparator").text,selectSingleNode("//CurrencyGroupSeparator").text,CultureInfoEngine.CreateNumberFormat("#,##0",selectSingleNode("//CurrencyPositivePattern").text,selectSingleNode("//CurrencyDecimalDigits").text),"c");
 vd1471.Currency.Negative =new ISNumberPattern();
 CultureInfoEngine.CopyNumberPattern(vd1471.Currency.Positive,vd1471.Currency.Negative);
 vd1471.Currency.Negative.Pattern =selectSingleNode("//CurrencyNegativePattern").text;
 vd1471.Currency.Negative.Format =CultureInfoEngine.CreateNumberFormat("#,##0",selectSingleNode("//CurrencyNegativePattern").text,selectSingleNode("//CurrencyDecimalDigits").text);
 
 vd1471.Number =new ISNumericType("",CultureInfoEngine.GetArrayElement(selectNodes("//NumberGroupSizes/*")));
 vd1471.Number.Positive =new ISNumberPattern("n",selectSingleNode("//NumberDecimalDigits").text,selectSingleNode("//NumberDecimalSeparator").text,selectSingleNode("//NumberGroupSeparator").text,CultureInfoEngine.CreateNumberFormat("#,##0","n",selectSingleNode("//NumberDecimalDigits").text),"n");
 vd1471.Number.Negative =new ISNumberPattern();
 CultureInfoEngine.CopyNumberPattern(vd1471.Number.Positive,vd1471.Number.Negative);
 vd1471.Number.Negative.Pattern =selectSingleNode("//NumberNegativePattern").text;
 vd1471.Number.Negative.Format =CultureInfoEngine.CreateNumberFormat("#,##0",selectSingleNode("//NumberNegativePattern").text,selectSingleNode("//NumberDecimalDigits").text);

 vd1471.Decimal =new ISNumericType("");
 vd1471.Decimal.Positive =new ISNumberPattern("n",0,"","",CultureInfoEngine.CreateNumberFormat("0","n",0),"d");
 vd1471.Decimal.Negative =new ISNumberPattern();
 CultureInfoEngine.CopyNumberPattern(vd1471.Decimal.Positive,vd1471.Decimal.Negative);
 vd1471.Decimal.Negative.Pattern =selectSingleNode("//NumberNegativePattern").text;
 vd1471.Decimal.Negative.Format =CultureInfoEngine.CreateNumberFormat("0",selectSingleNode("//NumberNegativePattern").text,0);
 
 vd1471.Percent =new ISNumericType(selectSingleNode("//PercentSymbol").text,CultureInfoEngine.GetArrayElement(selectNodes("//PercentGroupSizes/*")));
 vd1471.Percent.Positive =new ISNumberPattern(selectSingleNode("//PercentPositivePattern").text,selectSingleNode("//PercentDecimalDigits").text,selectSingleNode("//PercentDecimalSeparator").text,selectSingleNode("//PercentGroupSeparator").text,CultureInfoEngine.CreateNumberFormat("#,##0",selectSingleNode("//PercentPositivePattern").text,selectSingleNode("//PercentDecimalDigits").text),"p");
 vd1471.Percent.Negative =new ISNumberPattern();
 CultureInfoEngine.CopyNumberPattern(vd1471.Percent.Positive,vd1471.Percent.Negative);
 vd1471.Percent.Negative.Pattern =selectSingleNode("//PercentNegativePattern").text;
 vd1471.Percent.Negative.Format =CultureInfoEngine.CreateNumberFormat("#,##0",selectSingleNode("//PercentNegativePattern").text,selectSingleNode("//PercentDecimalDigits").text);
 
 vd1471.PositiveSign =selectSingleNode("//PositiveSign").text;
 vd1471.NegativeSign =selectSingleNode("//NegativeSign").text;
 
 vd1471.Scientific =new ISNumericType("");
 vd1471.Scientific.Positive =new ISNumberPattern("n",selectSingleNode("//NumberDecimalDigits").text,selectSingleNode("//NumberDecimalSeparator").text,"",CultureInfoEngine.CreateNumberFormat("0","n",selectSingleNode("//NumberDecimalDigits").text),"e");
 vd1471.Scientific.Positive.Format +="E+000"; 
 vd1471.Scientific.Positive.ScienExpDigit =selectSingleNode("//ScienExpDigit").text; 
 vd1471.Scientific.Negative =new ISNumberPattern();
 CultureInfoEngine.CopyNumberPattern(vd1471.Scientific.Positive,vd1471.Scientific.Negative);
 vd1471.Scientific.Negative.Pattern =selectSingleNode("//NumberNegativePattern").text;
 vd1471.Scientific.Negative.ScienExpDigit =selectSingleNode("//ScienExpDigit").text; 
 }
 vd1471.PNode =vd3447;
 vb8f50.NumberFormatInfo =vd1471;
 }
 }
 },
 
 GetArrayElement : function(v29a77)
 {
 var vfae22 =new Array();
 for(var v04260=0; v04260<v29a77.length; v04260++)
 {
 vfae22[v04260]=v29a77[v04260].text;
 }
 return vfae22;
 },
 
 CreateNumberFormat : function(vc5416,v23858,vde288)
 {
 var vb2c61 ="";
 for (var vfa179=0; vfa179<vde288; vfa179++)
 {
 vb2c61 =vb2c61 +"0";
 }
 if (vb2c61.length>0)
 vb2c61 ="." +vb2c61;
 return v23858.replace("n",vc5416 +vb2c61);
 }
 
}

 function ISCustomNumberInfo(vdbe50,ve2528)
 {
 this.CustomPattern =vdbe50;
 this.CustomFormat =null;
 this.NumInfo =ve2528;
 this.CustomNumInfo =new Object();
 this.Create =
 function(vdbe50,ve2528)
 {
 if (vdbe50!=null &&this.CustomPattern !=vdbe50)this.CustomPattern =vdbe50;
 if (ve2528!=null &&this.NumInfo !=ve2528)this.NumInfo =ve2528;
 return CustomNumberInfoEngine.Create(this); 
 };
 
 }

function TrimLiteralFromCustomPattern(vf5a19)
{
 var v7a189 ="";
 var v67a47 =false;
 var v9bf71 =null;
 var v7c850 =null;
 
 for(var v62e5=0;v62e5<vf5a19.length;v62e5++)
 {
 v7c850 =vf5a19.charAt(v62e5);
 
 if (v67a47==false)
 {
 switch(v7c850)
 {
 case "\\" :
 v67a47 =true;
 break;
 case "'" :
 if (v9bf71==null)
 {
 v9bf71 ="'";
 v67a47 =true;
 }
 break;
 case "\"" :
 if (v9bf71==null)
 {
 v9bf71 ="\"";
 v67a47 =true;
 }
 break;
 }
 }
 else
 {
 switch(v7c850)
 {
 case "'" :
 if (v9bf71=="'")
 {
 v9bf71 =null;
 v67a47 =false;
 continue;
 }
 break;
 case "\"" :
 if (v9bf71=="\"")
 {
 v9bf71 =null;
 v67a47 =false;
 continue;
 }
 break;
 default :
 if (v9bf71=="\\")
 {
 v9bf71 =null;
 v67a47 =false;
 continue;
 }
 break;
 }
 }
 
 if (v67a47==false)
 v7a189 +=v7c850;
 }
 
 return v7a189;
}

var CustomNumberInfoEngine =
{
 Create : function(vfa191)
 {
 CultureInfoEngine.CopyNumberFormatInfo(vfa191.NumInfo,vfa191.CustomNumInfo); 
 CustomNumberInfoEngine.CheckCustomFormat(vfa191);
 CustomNumberInfoEngine.CreateCurrencyInfo(vfa191);
 CustomNumberInfoEngine.CreateNumberInfo(vfa191);
 CustomNumberInfoEngine.CreatePercentInfo(vfa191);
 CustomNumberInfoEngine.CreateScientificInfo(vfa191);
 return vfa191.CustomNumInfo;
 },
 
 
 CheckCustomFormat : function(vcd895)
 {
 var ve9175 =TrimLiteralFromCustomPattern(vcd895.CustomPattern);
 vcd895.CustomNumInfo.CustomFormat =(ve9175.indexOf(vcd895.NumInfo.Currency.Symbol)>-1)?"c":((ve9175.indexOf(vcd895.NumInfo.Percent.Symbol)>-1)?"p":((CustomNumberInfoEngine.IsScientificNotation(ve9175)!="")? "e":"n"));
 },

 IsScientificNotation : function(vaa15)
 {
 var v31e95 =new Array("e0","e+0","e-0");
 var v18370 =vaa15.toLowerCase();
 var v4c739 =false;
 var vc6192;
 for(vc6192=0; vc6192<v31e95.length; vc6192++)
 {
 if (v18370.indexOf(v31e95[vc6192])>-1)
 {v4c739 =true; break; }
 }
 if (v4c739)
 return v31e95[vc6192];
 else
 return "";
 },
 
 CreateCurrencyInfo : function(v4be41)
 {
 if (v4be41.CustomNumInfo.CustomFormat=="c")
 {
 CustomNumberInfoEngine.AssignNumberType(v4be41.CustomPattern,v4be41.CustomNumInfo.Currency,v4be41.NumInfo.Currency); 
 }
 },

 CreateNumberInfo : function(v49025)
 {
 if (v49025.CustomNumInfo.CustomFormat=="n")
 {
 CustomNumberInfoEngine.AssignNumberType(v49025.CustomPattern,v49025.CustomNumInfo.Number,v49025.NumInfo.Number); 
 }
 },
 
 CreatePercentInfo : function(v19825)
 {
 if (v19825.CustomNumInfo.CustomFormat=="p")
 {
 CustomNumberInfoEngine.AssignNumberType(v19825.CustomPattern,v19825.CustomNumInfo.Percent,v19825.NumInfo.Percent); 
 }
 },
 
 CreateScientificInfo : function(v2c397)
 {
 if (v2c397.CustomNumInfo.CustomFormat=="e")
 {
 CustomNumberInfoEngine.AssignNumberType(v2c397.CustomPattern,v2c397.CustomNumInfo.Scientific,v2c397.NumInfo.Scientific); 
 var v69561 =CustomNumberInfoEngine.IsScientificNotation(v2c397.CustomPattern);
 if (v69561!=null)
 {
 v2c397.CustomPattern =v2c397.CustomPattern.toLowerCase();
 v2c397.CustomNumInfo.Scientific.Positive.ScienExpDigit =v2c397.CustomPattern.length -v2c397.CustomPattern.indexOf(v69561)-v69561.replace("0","").length;
 v2c397.CustomNumInfo.Scientific.Negative.ScienExpDigit =v2c397.CustomNumInfo.Scientific.Positive.ScienExpDigit; 
 }
 }
 },
 
 GetPattern : function(vaf680)
 {
 return vaf680.replace(new RegExp("[\.\,e]+","g"),"").replace(new RegExp("[0#]+","g"),"n").replace(new RegExp("n+","g"),"n");
 },
 
 GetDecDigit : function(vb1372)
 {
 var v86716 =0;
 if (vb1372.indexOf(".")>-1)
 {
 var vd3e86 =CustomNumberInfoEngine.IsScientificNotation(vb1372);
 if (vd3e86!=null &&vd3e86!="")
 {
 vb1372 =vb1372.toLowerCase();
 vb1372 =vb1372.substr(0,vb1372.indexOf(vd3e86));
 }
 vb1372 =vb1372.replace(new RegExp("[^\#0,.]+","g"),"")
 v86716 =vb1372.length -vb1372.indexOf(".")-1;
 }
 return v86716; 
 },
 
 IsHaveGroupSeparator : function(vaed91)
 {
 return (vaed91.indexOf(",")>-1)? true:false;
 },
 
 IsHaveDecimalSeparator : function(v13391)
 {
 return (v13391.indexOf(".")>-1)? true:false;
 },
 
 AssignNumberPattern : function(v30e91,v34b75,vb0432,v0ec69,v26488,v89963)
 {
 v30e91.Pattern =v34b75; 
 v30e91.DecimalDigit =vb0432; 
 if (v0ec69!=null)
 v30e91.DecimalSeparator =v0ec69;
 if (v26488!=null)
 v30e91.GroupSeparator =v26488; 
 v30e91.Format =v89963;
 },
 
 AssignNumberType : function(v09c13,v7f891,va5f73)
 {
 if (v09c13.indexOf(";")>-1)
 {
 v09c13 =v09c13.split(";");
 CustomNumberInfoEngine.AssignNumberPattern(v7f891.Positive,CustomNumberInfoEngine.GetPattern(v09c13[0]),CustomNumberInfoEngine.GetDecDigit(v09c13[0]),(CustomNumberInfoEngine.IsHaveDecimalSeparator(v09c13[0]))?null:"",(CustomNumberInfoEngine.IsHaveGroupSeparator(v09c13[0]))?null:"" ,v09c13[0]);
 CustomNumberInfoEngine.AssignNumberPattern(v7f891.Negative,CustomNumberInfoEngine.GetPattern(v09c13[1]),CustomNumberInfoEngine.GetDecDigit(v09c13[1]),(CustomNumberInfoEngine.IsHaveDecimalSeparator(v09c13[1]))?null:"",(CustomNumberInfoEngine.IsHaveGroupSeparator(v09c13[1]))?null:"" ,v09c13[1]);
 if (v09c13.length>2)
 v7f891.ZeroPattern =v09c13[2]; 
 }
 else
 {
 var v26786 =v09c13;
 var v49373;
 
 if (v26786.indexOf("-")>-1 ||v26786.indexOf("(")>-1)
 {
 if (v26786.indexOf("-")>-1)
 v26786 =v26786.replace("-","");
 else
 {
 if (v26786.indexOf("(")>-1)
 v26786 =v26786.replace("(","");
 if (v26786.indexOf(")")>-1)
 v26786 =v26786.replace(")","");
 }
 v49373 =v09c13;
 }
 else
 {
 if (va5f73.Negative.Pattern.indexOf(v09c13)<0)
 {
 if (va5f73.Symbol!=null &&va5f73.Symbol!="")
 {
 if(va5f73.Negative.Pattern.indexOf(va5f73.Symbol)>-1 &&v09c13.indexOf(va5f73.Symbol)>-1)
 v09c13 =v09c13.replace(va5f73.Symbol,"");
 }
 
 v49373 =va5f73.Negative.Pattern.replace("n",v09c13);
 }
 else
 v49373 =va5f73.Negative.Pattern;
 }
 
 CustomNumberInfoEngine.AssignNumberPattern(v7f891.Positive,CustomNumberInfoEngine.GetPattern(v26786),CustomNumberInfoEngine.GetDecDigit(v26786),(CustomNumberInfoEngine.IsHaveDecimalSeparator(v26786))?null:"",(CustomNumberInfoEngine.IsHaveGroupSeparator(v26786))?null:"" ,v26786);
 CustomNumberInfoEngine.AssignNumberPattern(v7f891.Negative,CustomNumberInfoEngine.GetPattern(v49373),CustomNumberInfoEngine.GetDecDigit(v49373),(CustomNumberInfoEngine.IsHaveDecimalSeparator(v49373))?null:"",(CustomNumberInfoEngine.IsHaveGroupSeparator(v49373))?null:"" ,v49373);
 
 }
 }
};

if (typeof(Sys)!="undefined")
 Sys.Application.notifyScriptLoaded();

