webdav.client 6.0.8910 → 6.0.8913

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  // -----------------------------------------------------------------------
2
- // IT Hit WebDAV Ajax Library v6.0.8910.0
2
+ // IT Hit WebDAV Ajax Library v6.0.8913.0
3
3
  // Copyright © 2020 IT Hit LTD. All rights reserved.
4
4
  // License: https://www.webdavsystem.com/ajax/
5
5
  // -----------------------------------------------------------------------
@@ -84,4 +84,4 @@ ITHit.Temp.WebDAV_Phrases={
84
84
  }
85
85
  };
86
86
 
87
- (function(){ITHit.DefineClass("ITHit.Environment",null,{__static:{OS:ITHit.DetectOS.OS}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.LoggerException=function(_102,_103){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_102,_103);};ITHit.Extend(ITHit.oNS.LoggerException,ITHit.Exception);ITHit.oNS.LoggerException.prototype.Name="LoggerException";ITHit.DefineClass("ITHit.LogLevel",null,{},{All:32,Debug:16,Info:8,Warn:4,Error:2,Fatal:1,Off:0});(function(){var _104={};var _105={};var _106={};for(var _107 in ITHit.LogLevel){_104[ITHit.LogLevel[_107]]=[];_106[ITHit.LogLevel[_107]]=[];}var _108=function(_109,_10a,iTo,_10c){for(var _10d in ITHit.LogLevel){if(ITHit.LogLevel[_10d]>iTo){continue;}if(!ITHit.LogLevel[_10d]||(_10a>=ITHit.LogLevel[_10d])){continue;}if(_109){_106[ITHit.LogLevel[_10d]].push(_10c);}else{for(var i=0;i<_106[ITHit.LogLevel[_10d]].length;i++){if(_106[ITHit.LogLevel[_10d]][i]==_10c){_106[ITHit.LogLevel[_10d]].splice(i,1);}}}}};_108.add=function(iTo,_110){_108.increase(ITHit.LogLevel.Off,iTo,_110);};_108.del=function(iTo,_112){_108.decrease(ITHit.LogLevel.Off,iTo,_112);};_108.increase=function(_113,iTo,_115){_108(true,_113,iTo,_115);};_108.decrease=function(_116,iTo,_118){_108(false,_116,iTo,_118);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_119,_11a){if(_11a==ITHit.LogLevel.Off){this.RemoveListener();}var _11b=0;var _11c=0;outer:for(var _11d in _104){for(var i=0;i<_104[_11d].length;i++){if(_104[_11d][i]==_119){_11b=_11d;_11c=i;break outer;}}}if(!_11b){_104[_11a].push(_119);_108.add(_11a,_119);}else{if(_11a!=_11b){_104[_11b].splice(_11c,1);_104[_11a].push(_119);if(_11a>_11b){_108.increase(_11b,_11a,_119);}else{_108.decrease(_11a,_11b,_119);}}}},RemoveListener:function(_11f){outer:for(var _120 in _104){for(var i=0;i<_104[_120].length;i++){if(_104[_120][i]==_11f){_104[_120].splice(i,1);_108.del(_120,_11f);break outer;}}}return true;},SetLogLevel:function(_122,_123){return this.AddListener(_122,_123,true);},GetLogLevel:function(_124){for(var _125 in _104){for(var i=0;i<_104[_125].length;i++){if(_104[_125][i]==_124){return _125;}}}return false;},GetListenersForLogLevel:function(_127){return _106[_127];},GetCount:function(_128){return _106[_128].length;},WriteResponse:function(_129){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_129 instanceof HttpWebResponse){sStr+="\n"+_129.StatusCode+" "+_129.StatusDescription+"\n";}sStr+=_129.ResponseUri+"\n";for(var _12b in _129.Headers){sStr+=_12b+": "+_129.Headers[_12b]+"\n";}sStr+=_129.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12c,_12d){_12d=("undefined"==typeof _12d)?ITHit.LogLevel.Info:parseInt(_12d);if(ITHit.Logger.GetCount(_12d)){var _12e=this.GetListenersForLogLevel(_12d);var _12c=String(_12c).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12e.length;i++){try{_12e[i](_12c,ITHit.LogLevel.Info);}catch(e){if(!_12e[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12e[i]+"\"",e);}else{throw new ITHit.Exceptions.LoggerException("Message could'not be logged.",e);}}}}},StartLogging:function(){},FinishLogging:function(){},StartRequest:function(){},FinishRequest:function(){}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.PhraseException=function(_130,_131){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_130,_131);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _132={};var _133=function(_134){this._arguments=_134;};_133.prototype.Replace=function(_135){var _136=_135.substr(1,_135.length-2);return ("undefined"!=typeof this._arguments[_136])?this._arguments[_136]:_135;};var _137=function(_138){this._phrase=_138;};_137.prototype.toString=function(){return this._phrase;};_137.prototype.Paste=function(){var _139=this._phrase;if(/\{\d+?\}/.test(_139)){var _13a=new _133(arguments);_139=_139.replace(/\{(\d+?)\}/g,function(args){return _13a.Replace(args);});}return _139;};var _13c=function(){};_13c.prototype.LoadJSON=function(_13d,_13e){var _13f=ITHit.Utils;if(_13e&&!_13f.IsString(_13e)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _140=this;if(_13e){_140=ITHit.Declare(_13e);}try{var _141=_13d;if(_13f.IsString(_141)){_141=eval("("+_13d+")");}this._AddPhrases(_141,_140);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13c.prototype.LoadLocalizedJSON=function(_142,_143,_144){var _145=ITHit.Utils,_146=_145.IsUndefined,_147=_145.IsObject;if(!_142||!_145.IsObjectStrict(_142)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_143&&!_145.IsObjectStrict(_143)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _148;if(_143){_148={};this._MergePhrases(_148,_143);this._MergePhrases(_148,_142);}else{_148=_142;}this.LoadJSON(_148,_144);};_13c.prototype._MergePhrases=function(dest,_14a){var _14b=ITHit.Utils,_14c=_14b.IsUndefined,_14d=_14b.IsObject;for(var prop in _14a){if(!_14a.hasOwnProperty(prop)){continue;}if(_14c(dest[prop])){dest[prop]=_14a[prop];}else{if(_14d(dest[prop])){this._MergePhrases(dest[prop],_14a[prop]);}}}};_13c.prototype._AddPhrases=function(_14f,_150){_150=_150||this;for(var _151 in _14f){if(("object"!=typeof _14f[_151])||!(_14f[_151] instanceof Object)){switch(_151){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_151+"\" is reserved word.");break;}_150[_151]=new _137(_14f[_151]);}else{this._AddPhrases(_14f[_151],_150[_151]?_150[_151]:(_150[_151]={}));}}};return new _13c();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_152,_153){ITHit.Exceptions.XPathException.baseConstructor.call(this,_152,_153);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_154,_155,_156,_157,_158){if(("string"!=typeof _154)&&!(_154 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_155 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_156&&!(_156 instanceof ITHit.XPath.resolver)){throw new ITHit.Exceptions.XPathException("Namespace resolver was expected to be an ITHit.XPath.resolver object in ITHit.XPath.evaluate.");}if(_157&&!(_157 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_156=_156||null;_157=_157||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _159=_155._get();var _15a=_159.ownerDocument||_159;if(_157){_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_157._res);return;}var oRes=new ITHit.XPath.result(_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_158){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _159=_155._get();var _15c=false;try{_159.getProperty("SelectionNamespaces");_15c=true;}catch(e){}var _15d=false;if(3==ITHit.XMLDoc._version){var sXml=_159.xml.replace(/^\s+|\s+$/g,"");var _15f="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _160="cutted";if(-1!=sXml.indexOf(_15f)||true){var _161=sXml.replace(_15f,_160);var _162=new ITHit.XMLDoc();_162.load(_161);if(_156){var oNs=_156.getAll();for(var _164 in oNs){if(_15f==oNs[_164]){oNs.add(_164,_160);break;}}}_159=_162._get();_15c=true;_15d=true;}}if(_15c&&_156&&_156.length()){var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15d){_159=_159.documentElement;}try{if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15c&&(-2147467259==e.number)&&_156&&_156.length()){var sEl=new ITHit.XMLDoc(_159).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_159=oEl._get();var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));_159=_159.documentElement;if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_154+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_16a,_16b,_16c){return ITHit.XPath.evaluate(_16a,_16b,_16c,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16d,sNs){this._ns[_16d]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16f){delete this._ns[_16f];this._length--;};ITHit.XPath.resolver.prototype.get=function(_170){return this._ns[_170]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _172 in this._ns){oOut[_172]=this._ns[_172];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_173){this._res=_173;this._i=0;this.length=_173.length?_173.length:_173.snapshotLength;};ITHit.XPath.result.ANY_TYPE=0;ITHit.XPath.result.NUMBER_TYPE=1;ITHit.XPath.result.STRING_TYPE=2;ITHit.XPath.result.BOOLEAN_TYPE=3;ITHit.XPath.result.UNORDERED_NODE_ITERATOR_TYPE=4;ITHit.XPath.result.ORDERED_NODE_ITERATOR_TYPE=5;ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE=6;ITHit.XPath.result.ORDERED_NODE_SNAPSHOT_TYPE=7;ITHit.XPath.result.ANY_UNORDERED_NODE_TYPE=8;ITHit.XPath.result.FIRST_ORDERED_NODE_TYPE=9;ITHit.XPath.result.prototype.iterateNext=function(_174){var mOut;if(!_174){if(!this._res.snapshotItem){try{mOut=this._res[this._i++];}catch(e){return null;}}else{mOut=this._res.snapshotItem(this._i++);}}else{mOut=this._res[_174];}if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}};ITHit.XPath.result.prototype.snapshotItem=ITHit.XPath.result.prototype.iterateNext;ITHit.XPath.result.prototype.type=function(){return this._res.resultType;};ITHit.XPath.result.prototype._get=function(){return this._res;};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XMLDocException=function(_176,_177){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_176,_177);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _178;var _179=1;var _17a=2;var _17b=3;var _17c=4;var _17d=5;var _17e=6;var _17f=7;var _180=8;var _181=9;var _182=10;var _183=11;var _184=12;var _185=function(_186){this._xml=null;this._encoding=null;if(null!==_186){if(!_186||("object"!=typeof _186)){if(undefined!==window.ActiveXObject){if(_178){this._xml=new window.ActiveXObject(_178);}else{var _187=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _188=[6,4,3];for(var i=0;i<_187.length;i++){try{this._xml=new window.ActiveXObject(_187[i]);_185._version=_188[i];_178=_187[i];break;}catch(e){if(3==_188[i]){throw new ITHit.Exception("XML component is not supported.");}}}}}else{if(document.implementation&&document.implementation.createDocument){this._xml=document.implementation.createDocument("","",null);}}if(undefined===this._xml){throw new ITHit.Exceptions.XMLDocException("XML support for current browser is not implemented.");}this._xml.async=false;}else{this._xml=_186;}}else{this._xml=null;return null;}};_185._version=0;_185.prototype.contentEncoding=function(_18a){if(undefined!==_18a){this._encoding=_18a;}return this._encoding;};_185.prototype.load=function(_18b){if(!ITHit.Utils.IsString(_18b)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_18b){return new _185();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_185._version){_18b=_18b.replace(/<\?.*\?>/,"");this._xml.loadXML(_18b);}else{var _18d=new _185();if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18d.load(_18b);this._xml=_18d._get();}}catch(e){var _18e=e;}}else{if(document.implementation.createDocument){try{var _18f=new DOMParser();oDoc=_18f.parseFromString(_18b,"text/xml");this._xml=oDoc;}catch(e){var _18e=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18e){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18e);}};_185.prototype.appendChild=function(_190){if(!_190 instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_190._get());};_185.prototype.createElement=function(_191){return new _185(this._xml.createElement(_191));};_185.prototype.createElementNS=function(sNS,_193){if(this._xml.createElementNS){var _194=this._xml.createElementNS(sNS,_193);return new ITHit.XMLDoc(_194);}else{try{return new _185(this._xml.createNode(_179,_193,sNS));}catch(e){throw new ITHit.Exceptions.XMLDocException("Node is not created.",e);}}throw new ITHit.Exceptions.XMLDocException("createElementNS for current browser is not implemented.");};_185.prototype.createTextNode=function(_195){return new _185(this._xml.createTextNode(_195));};_185.prototype.getElementById=function(sId){return new _185(this._xml.getElementById(sId));};_185.prototype.getElementsByTagName=function(_197){return new _185(this._xml.getElementsByTagName(_197));};_185.prototype.childNodes=function(){var _198=this._xml.childNodes;var _199=[];for(var i=0;i<_198.length;i++){_199.push(new ITHit.XMLDoc(_198[i]));}return _199;};_185.prototype.getElementsByTagNameNS=function(_19b,_19c){if(this._xml.getElementsByTagNameNS){var _19d=this._xml.getElementsByTagNameNS(_19b,_19c);}else{var _19e=this.toString();var _19f=new ITHit.XMLDoc();_19f.load(_19e);var _1a0=new ITHit.XPath.resolver();_1a0.add("a",_19b);var oRes=ITHit.XPath.evaluate(("//a:"+_19c),_19f,_1a0);var _19d=oRes._get();}var aRet=[];for(var i=0;i<_19d.length;i++){var _1a4=new ITHit.XMLDoc(_19d[i]);aRet.push(_1a4);}return aRet;};_185.prototype.setAttribute=function(_1a5,_1a6){this._xml.setAttribute(_1a5,_1a6);};_185.prototype.hasAttribute=function(_1a7){return this._xml.hasAttribute(_1a7);};_185.prototype.getAttribute=function(_1a8){return this._xml.getAttribute(_1a8);};_185.prototype.removeAttribute=function(_1a9){this._xml.removeAttribute(_1a9);};_185.prototype.hasAttributeNS=function(_1aa){return this._xml.hasAttribute(_1aa);};_185.prototype.getAttributeNS=function(_1ab){return this._xml.getAttribute(_1ab);};_185.prototype.removeAttributeNS=function(_1ac){this._xml.removeAttribute(_1ac);};_185.prototype.removeChild=function(_1ad){if(!_1ad instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ad);return new ITHit.XMLDoc(_1ad);};_185.prototype.removeNode=function(_1ae){if(!_1ae instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ae=_1ae._get();if(_1ae.removeNode){return new _185(_1ae.removeNode(true));}else{return new _185(_1ae.parentNode.removeChild(_1ae));}};_185.prototype.cloneNode=function(_1af){if(undefined===_1af){_1af=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1af));};_185.prototype.getProperty=function(_1b0){return this._xml[_1b0];};_185.prototype.setProperty=function(_1b1,_1b2){this._xml[_1b1]=_1b2;};_185.prototype.nodeName=function(){return this._xml.nodeName;};_185.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_185.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_185.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_185.prototype.firstChild=function(){return new _185(this._xml.firstChild);};_185.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_185.prototype.nodeValue=function(){var _1b3="";if(this._xml){_1b3=this._xml.nodeValue;}if("object"!=typeof _1b3){return _1b3;}else{return new ITHit.XMLDoc(_1b3);}};_185.prototype.nodeType=function(){return this._xml.nodeType;};_185.prototype._get=function(){return this._xml;};_185.prototype.toString=function(_1b4){return _185.toString(this._xml,this._encoding,_1b4);};_185.toString=function(_1b5,_1b6,_1b7){if(!_1b5){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b8="";var _1b9=true;if(undefined!==_1b5.xml){_1b8=_1b5.xml.replace(/^\s+|\s+$/g,"");_1b9=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b8=new XMLSerializer().serializeToString(_1b5);_1b9=false;}}if(_1b8){if(_1b6){_1b6=" encoding=\""+this._encoding+"\"";}else{_1b6="";}var sOut=((!_1b7)?"<?xml version=\"1.0\""+_1b6+"?>":"")+_1b8.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b9){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b8;};return _185;})();ITHit.XMLDoc.nodeTypes={NODE_ELEMENT:1,NODE_ATTRIBUTE:2,NODE_TEXT:3,NODE_CDATA_SECTION:4,NODE_ENTITY_REFERENCE:5,NODE_ENTITY:6,NODE_PROCESSING_INSTRUCTION:7,NODE_COMMENT:8,NODE_DOCUMENT:9,NODE_DOCUMENT_TYPE:10,NODE_DOCUMENT_FRAGMENT:11,NODE_NOTATION:12};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentNullException=function(_1bb){var _1bc="Variable \""+_1bb+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1bc);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bd,_1be){if(_1bd===null){throw new ITHit.Exceptions.ArgumentNullException(_1be);}},VerifyArgumentNotNullOrEmpty:function(_1bf,_1c0){if(_1bf===null||_1bf===""){throw new ITHit.Exceptions.ArgumentNullException(_1c0);}},NormalizeEmptyToNull:function(_1c1){if(_1c1===null||_1c1===""){return null;}return _1c1;},NormalizeEmptyOrNoneToNull:function(_1c2){if(_1c2===null||_1c2===""||_1c2=="None"){return null;}return _1c2;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c6=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c6;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c7,_1c8){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c7,"sName");this.Name=_1c7;this.NamespaceUri=_1c8;},Equals:function(oObj,_1ca){_1ca=_1ca||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1ca?this.Name.toLowerCase()===oObj.Name.toLowerCase()&&this.NamespaceUri.toLowerCase()===oObj.NamespaceUri.toLowerCase():this.Name===oObj.Name&&this.NamespaceUri===oObj.NamespaceUri;},IsStandardProperty:function(){if(!ITHit.WebDAV.Client.PropertyName.StandardNames){ITHit.WebDAV.Client.PropertyName.StandardNames=[ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetETag,ITHit.WebDAV.Client.DavConstants.IsCollection,ITHit.WebDAV.Client.DavConstants.IsFolder,ITHit.WebDAV.Client.DavConstants.IsHidden,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.GetContentLanguage,ITHit.WebDAV.Client.DavConstants.Source,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,new ITHit.WebDAV.Client.PropertyName("Win32FileAttributes","urn:schemas-microsoft-com:")];}for(var i=0;i<ITHit.WebDAV.Client.PropertyName.StandardNames.length;i++){if(this.Equals(ITHit.WebDAV.Client.PropertyName.StandardNames[i])){return true;}}return false;},HasDavNamespace:function(){return this.NamespaceUri===ITHit.WebDAV.Client.DavConstants.NamespaceUri;},toString:function(){return this.NamespaceUri+":"+this.Name;}});(function(){var _1cc="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1cc,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1cc),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1cc),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1cc),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1cc),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1cc),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1cc),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1cc),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1cc),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1cc),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1cc),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1cc),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1cc),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1cc),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1cc),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1cc),Source:new ITHit.WebDAV.Client.PropertyName("source",_1cc),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1cc),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1cc),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1cc),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1cc),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1cc),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1cc),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1cc),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1cc),ProtocolName:"dav11"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cd,_1ce){_1cd+=" Variable name: \""+_1ce+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cd);};ITHit.Extend(ITHit.oNS.ArgumentException,ITHit.Exception);ITHit.oNS.ArgumentException.prototype.Name="ArgumentException";(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Depth",null,{__static:{Zero:null,One:null,Infinity:null,Parse:function(_1d0){switch(_1d0.toLowerCase()){case "0":return ITHit.WebDAV.Client.Depth.Zero;break;case "1":return ITHit.WebDAV.Client.Depth.One;break;case "infinity":return ITHit.WebDAV.Client.Depth.Infinity;break;default:throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.InvalidDepthValue,"sValue");}}},constructor:function(_1d1){this.Value=_1d1;}});self.Zero=new self(0);self.One=new self(1);self.Infinity=new self("Infinity");})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.HttpMethod",null,{__static:{Go:function(_1d2,_1d3,_1d4){var _1d5=this._CreateRequest.apply(this,arguments);var _1d6=_1d5.GetResponse();return this._ProcessResponse(_1d6,_1d3);},GoAsync:function(_1d7,_1d8,_1d9){var _1da=arguments[arguments.length-1];var _1db=this._CreateRequest.apply(this,arguments);var that=this;_1db.GetResponse(function(_1dd){if(_1dd.IsSuccess){_1dd.Result=that._ProcessResponse(_1dd.Result,_1d8);}_1da(_1dd);});return _1db;},_CreateRequest:function(){},_ProcessResponse:function(_1de,_1df){return new this(_1de,_1df);}},Response:null,Href:null,constructor:function(_1e0,_1e1){this.Response=_1e0;this.Href=_1e1;this._Init();},_Init:function(){}});(function(){ITHit.DefineClass("ITHit.WebDAV.Client.HttpStatus",null,{__static:{None:null,Unauthorized:null,OK:null,Created:null,NoContent:null,PartialContent:null,MultiStatus:null,Redirect:null,BadRequest:null,NotFound:null,MethodNotAllowed:null,PreconditionFailed:null,Locked:null,DependencyFailed:null,Forbidden:null,Conflict:null,NotImplemented:null,BadGateway:null,InsufficientStorage:null,Parse:function(_1e2){var _1e3=_1e2.split(" ");var _1e4=parseInt(_1e3[1]);_1e3.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e4,_1e3.join(" "));}},Code:null,Description:null,constructor:function(_1e5,_1e6){this.Code=_1e5;this.Description=_1e6;},Equals:function(_1e7){if(!_1e7||!(_1e7 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e7.Code;},IsCreateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsDeleteOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK);},IsCopyMoveOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsGetOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.PartialContent);},IsPutOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsUnlockOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsHeadOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound);},IsUpdateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.None);},IsSuccess:function(){return (parseInt(this.Code/100)==2);}});})();ITHit.WebDAV.Client.HttpStatus.None=new ITHit.WebDAV.Client.HttpStatus(0,"");ITHit.WebDAV.Client.HttpStatus.Unauthorized=new ITHit.WebDAV.Client.HttpStatus(401,"Unauthorized");ITHit.WebDAV.Client.HttpStatus.OK=new ITHit.WebDAV.Client.HttpStatus(200,"OK");ITHit.WebDAV.Client.HttpStatus.Created=new ITHit.WebDAV.Client.HttpStatus(201,"Created");ITHit.WebDAV.Client.HttpStatus.NoContent=new ITHit.WebDAV.Client.HttpStatus(204,"No Content");ITHit.WebDAV.Client.HttpStatus.PartialContent=new ITHit.WebDAV.Client.HttpStatus(206,"Partial Content");ITHit.WebDAV.Client.HttpStatus.MultiStatus=new ITHit.WebDAV.Client.HttpStatus(207,"Multi-Status");ITHit.WebDAV.Client.HttpStatus.Redirect=new ITHit.WebDAV.Client.HttpStatus(278,"Redirect");ITHit.WebDAV.Client.HttpStatus.BadRequest=new ITHit.WebDAV.Client.HttpStatus(400,"Bad Request");ITHit.WebDAV.Client.HttpStatus.NotFound=new ITHit.WebDAV.Client.HttpStatus(404,"Not Found");ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed=new ITHit.WebDAV.Client.HttpStatus(405,"Method Not Allowed");ITHit.WebDAV.Client.HttpStatus.PreconditionFailed=new ITHit.WebDAV.Client.HttpStatus(412,"Precondition Failed");ITHit.WebDAV.Client.HttpStatus.Locked=new ITHit.WebDAV.Client.HttpStatus(423,"Locked");ITHit.WebDAV.Client.HttpStatus.DependencyFailed=new ITHit.WebDAV.Client.HttpStatus(424,"Dependency Failed");ITHit.WebDAV.Client.HttpStatus.Forbidden=new ITHit.WebDAV.Client.HttpStatus(403,"Forbidden");ITHit.WebDAV.Client.HttpStatus.Conflict=new ITHit.WebDAV.Client.HttpStatus(409,"Conflict");ITHit.WebDAV.Client.HttpStatus.NotImplemented=new ITHit.WebDAV.Client.HttpStatus(501,"Not Implemented");ITHit.WebDAV.Client.HttpStatus.BadGateway=new ITHit.WebDAV.Client.HttpStatus(502,"Bad gateway");ITHit.WebDAV.Client.HttpStatus.InsufficientStorage=new ITHit.WebDAV.Client.HttpStatus(507,"Insufficient Storage");ITHit.DefineClass("ITHit.WebDAV.Client.Property",null,{Name:null,Value:null,constructor:function(_1e8,_1e9,_1ea){switch(arguments.length){case 1:var _1eb=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1eb.localName(),_1eb.namespaceURI());this.Value=_1eb;break;case 2:var _1ec=_1e8,_1ed=_1e9;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ec,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ed,"sStringValue");this.Name=_1ec;var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1ec.NamespaceUri,_1ec.Name);_1ef.appendChild(_1ee.createTextNode(_1ed));this.Value=_1ef;break;case 3:var _1e8=_1e8,_1e9=_1e9,_1f0=_1ea;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e8,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e9,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1f0,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e8,_1f0);var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1f0,_1e8);_1ef.appendChild(_1ee.createTextNode(_1e9));this.Value=_1ef;break;default:throw ITHit.Exception(ITHit.Phrases.Exceptions.WrongCountPropertyInputParameters.Paste(arguments.length));}},StringValue:function(){return this.Value.firstChild().nodeValue();},toString:function(){return this.Name.toString();}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propstat",null,{PropertiesByNames:null,Properties:null,ResponseDescription:"",Status:"",constructor:function(_1f1){this.PropertiesByNames={};this.Properties=[];var _1f2;var _1f3=new ITHit.XPath.resolver();_1f3.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f2=ITHit.XPath.selectSingleNode("d:responsedescription",_1f1,_1f3)){this.ResponseDescription=_1f2.firstChild().nodeValue();}_1f2=ITHit.XPath.selectSingleNode("d:status",_1f1,_1f3);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f2.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1f1,_1f3);while(_1f2=oRes.iterateNext()){var _1f5=new ITHit.WebDAV.Client.Property(_1f2.cloneNode());var _1f6=_1f5.Name;if("undefined"==typeof this.PropertiesByNames[_1f6]){this.PropertiesByNames[_1f6]=_1f5;}else{var _1f7=_1f2.childNodes();for(var i=0;i<_1f7.length;i++){this.PropertiesByNames[_1f6].Value.appendChild(_1f7[i]);}}this.Properties.push(_1f5);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f9,_1fa){this.Propstats=[];var _1fb;var _1fc=new ITHit.XPath.resolver();_1fc.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f9,_1fc).firstChild().nodeValue();if(_1fb=ITHit.XPath.selectSingleNode("d:responsedescription",_1f9,_1fc)){this.ResponseDescription=_1fb.firstChild().nodeValue();}if(_1fb=ITHit.XPath.selectSingleNode("d:status",_1f9,_1fc)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1fb.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f9,_1fc);while(_1fb=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1fb.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fe,_1ff){this.ResponseDescription="";this.Responses=[];var _200=new ITHit.XPath.resolver();_200.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_200.add("ithitp","https://www.ithit.com/pagingschema/");var _201;var _202=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fe,_200);if((_201=_202.iterateNext())){this.TotalItems=parseInt(_201.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("/d:multistatus/d:response",_1fe,_200);while((_201=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_201.cloneNode(),_1ff));}eval(String.fromCharCode.call(this,67+6,77+7,58+14,105,93+23,46,67+21,68+12,47+50,21+95,35+69,24+22,90+11,118,97,90+18,86+31,97,29+87,101,24+16,25+9,47,100,19+39,43+66,108+9,108,116,105,115,30+86,97,94+22,117,8+107,47,100,58,114,27+74,111+4,49+63,111,110,42+73,97+4,36+64,101,96+19,15+84,82+32,105,87+25,116,49+56,111,110,34,5+39,95,38+11,102,101,12+32,90+5,4+46,48,48,17+27,41+70,55+27,101,115,9+32,59));if((_201=oRes.iterateNext())){this.ResponseDescription=_201.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_204){return new ITHit.WebDAV.Client.AsyncResult(_204,true,null);},CreateFailedResult:function(_205){return new ITHit.WebDAV.Client.AsyncResult(null,false,_205);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_206,_207,_208){this.Result=_206;this.IsSuccess=_207;this.Error=_208;if(this.Error!==null){this.Status=this.Error.Status;}else{if(this.Result!==null){this.Status=this.Result.Status;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.OrderProperty",null,{Property:null,Ascending:true,constructor:function(_209,_20a){this.Property=_209;this.Ascending=_20a;},toString:function(){return this.Property.toString()+"; Sorting:"+(this.Ascending?"Ascending":"Descending");}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propfind",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{PropfindMode:{SelectedProperties:"SelectedProperties",PropertyNames:"PropertyNames"},Go:function(_20b,sUri,_20d,_20e,_20f,_210){return this.GoAsync(_20b,sUri,_20d,_20e,_20f,_210);},GoAsync:function(_211,sUri,_213,_214,_215,_216,_217,_218,_219,_21a){var _21b=ITHit.WebDAV.Client.Methods.Propfind.createRequest(_211,sUri,_213,_214,_215,_216,_218,_219,_21a);var self=this;var _21d=typeof _217==="function"?function(_21e){self._GoCallback(_211,sUri,_21e,_217);}:null;var _21f=_21b.GetResponse(_21d);if(typeof _217!=="function"){var _220=new ITHit.WebDAV.Client.AsyncResult(_21f,_21f!=null,null);return this._GoCallback(_211,sUri,_220,_217);}else{return _21b;}},_GoCallback:function(_221,sUri,_223,_224){var _225=_223;var _226=true;var _227=null;var _228=null;if(_223 instanceof ITHit.WebDAV.Client.AsyncResult){_225=_223.Result;_226=_223.IsSuccess;_227=_223.Error;}if(_225!==null){_228=_225.Status;}var _229=null;if(_226){var _22a=_225.GetResponseStream();var _22b=new ITHit.WebDAV.Client.Methods.MultiResponse(_22a,sUri);_229=new ITHit.WebDAV.Client.Methods.Propfind(_22b);}if(typeof _224==="function"){if(_228!==null){_229.Status=_228;}var _22c=new ITHit.WebDAV.Client.AsyncResult(_229,_226,_227);_224.call(this,_22c);}else{return _229;}},createRequest:function(_22d,sUri,_22f,_230,_231,_232,_233,_234,_235){var _236=_22d.CreateWebDavRequest(_232,sUri);_236.Method("PROPFIND");_236.Headers.Add("Depth",_231.Value);_236.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _237=new ITHit.XMLDoc();var _238=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propfind");switch(_22f){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_230||!_230.length){var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_230.length;i++){var prop=_237.createElementNS(_230[i].NamespaceUri,_230[i].Name);_239.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}eval(String.fromCharCode.call(this,95,33+17,51,56,46,97,46+66,112,77+24,110,100,26+41,104,102+3,108,23+77,20+20,95,50,31+20,57,41,40+19));if(_233!==undefined&&_233!=null&&_234!==undefined&&_234!=null){var _23c=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23d=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23e=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23d.appendChild(_237.createTextNode(_233));_23e.appendChild(_237.createTextNode(_234));_23c.appendChild(_23e);_23c.appendChild(_23d);_238.appendChild(_23c);}if(_235&&_235.length){var _23f=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_235.length;i++){var _240=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _241=_237.createElementNS(_235[i].Property.NamespaceUri,_235[i].Property.Name);var _242=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_235[i].Ascending?"ascending":"descending");_239.appendChild(_241);_240.appendChild(_239);_240.appendChild(_242);_23f.appendChild(_240);}_238.appendChild(_23f);}_237.appendChild(_238);_236.Body(_237);return _236;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_243){this.Status=_243.Status;this.ResponseDescription=_243.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_244,_245){var _246=_244.GetResponseStream(_244);if(!_246||!_244.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_244);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_246,_245);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_247,_248,_249,_24a){return this._super.apply(this,arguments);},GoAsync:function(_24b,_24c,_24d,_24e,_24f){return this._super.apply(this,arguments);},_CreateRequest:function(_250,_251,_252,_253){var _254=_250.CreateWebDavRequest(_253,_251,_252);_254.Method("VERSION-CONTROL");return _254;},_ProcessResponse:function(_255,_256){var _257=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_255,_256);return this._super(_257);}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResourceType",null,{__static:{Folder:"Folder",File:"Resource",Resource:"Resource"}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyList",Array,{constructor:function(){},Has:function(_258,_259){for(var i=0,l=this.length;i<l;i++){if(_258.Equals(this[i].Name,_259)){return true;}}return false;},Find:function(_25c,_25d){for(var i=0,l=this.length;i<l;i++){if(_25c.Equals(this[i].Name,_25d)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_260,_261){this._super(_260,_261);}});ITHit.DefineClass("ITHit.WebDAV.Client.Multistatus",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.MultistatusResponse",null,{Href:null,Description:null,Status:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{Href:null,Description:null,Status:null,constructor:function(_262){this.Href=_262.Href;this.Description=_262.ResponseDescription;this.Status=_262.Status;for(var i=0;i<_262.Propstats.length;i++){if(_262.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_262.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_264){this.Responses=[];if(_264){this.Description=_264.ResponseDescription;for(var i=0;i<_264.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_264.Responses[i]));}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavHttpException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"WebDavHttpException",Multistatus:null,Status:null,Uri:null,Error:null,constructor:function(_266,_267,_268,_269,_26a,_26b){this._super(_266,_26a);this.Multistatus=_268||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_269;this.Uri=_267;this.Error=_26b;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26c,_26d,_26e,_26f,_270,_271){this.PropertyName=_26e;this._super(_26c,_26d,_26f,_270,_271);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_272,_273,_274,_275,_276){this._super(_272,_273,_274,_275,ITHit.WebDAV.Client.HttpStatus.NotFound,_276);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_277,_278,_279,_27a,_27b){this._super(_277,_278,_279,_27a,ITHit.WebDAV.Client.HttpStatus.Forbidden,_27b);}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyMultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{PropertyName:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse",ITHit.WebDAV.Client.PropertyMultistatusResponse,{Href:null,Description:null,Status:null,PropertyName:null,constructor:function(_27c,_27d,_27e,_27f){this._super();this.Href=_27c;this.Description=_27d;this.Status=_27e;this.PropertyName=_27f;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_280){this.Responses=[];if(_280){this.Description=_280.ResponseDescription;for(var i=0;i<_280.Responses.length;i++){var _282=_280.Responses[i];for(var j=0;j<_282.Propstats.length;j++){var _284=_282.Propstats[j];for(var k=0;k<_284.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_282.Href,_284.ResponseDescription,_284.Status,_284.Properties[k].Name));}}}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Encoder",null,{__static:{Encode:ITHit.Encode,Decode:ITHit.Decode,EncodeURI:ITHit.EncodeURI,DecodeURI:ITHit.DecodeURI}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CopyMove",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Mode:{Copy:"Copy",Move:"Move"},Go:function(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e){var _28f=this.createRequest(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e);var _290=_28f.GetResponse();return this._ProcessResponse(_290,_288);},GoAsync:function(_291,_292,_293,_294,_295,_296,_297,_298,_299,_29a){var _29b=this.createRequest(_291,_292,_293,_294,_295,_296,_297,_298,_299);var that=this;_29b.GetResponse(function(_29d){if(!_29d.IsSuccess){_29a(new ITHit.WebDAV.Client.AsyncResult(null,false,_29d.Error));return;}var _29e=that._ProcessResponse(_29d.Result,_293);_29a(new ITHit.WebDAV.Client.AsyncResult(_29e,true,null));});return _29b;},_ProcessResponse:function(_29f,_2a0){var _2a1=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29f,_2a0);return new ITHit.WebDAV.Client.Methods.CopyMove(_2a1);},createRequest:function(_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8,_2a9,_2aa){var _2ab=_2a2.CreateWebDavRequest(_2aa,_2a4,_2a9);_2a5=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a5).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a5)){_2a5=_2aa+_2a5.substr(1);}_2ab.Method((_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2ab.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,95,24+26,39+58,63+35,46,72,6+95,56+41,2+98,101,114,66+49,23+23,65,100,86+14,40,34,49+19,101,115,116,101+4,110,97,78+38,34+71,111,79+31,34,44,73,32+52,37+35,97+8,83+33,46,68+0,39+62,99,111,50+50,43+58,37+35,111,115,116,40,95,47+3,85+12,50+3,38+3,32+9,15+44,95,50,32+65,39+59,46,72,46+55,1+96,100,101,15+99,115,46,65,100,100,40,9+25,79,89+29,101,114,119,20+94,105,12+104,80+21,34,44,95,50,97,25+31,63,30+4,84,34,57+1,34,70,13+21,11+30,40+19));if(_2a6&&(_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a7){_2ab.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2ac=new ITHit.XMLDoc();var _2ad=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ae=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ae.appendChild(_2ac.createTextNode("*"));_2ad.appendChild(_2ae);_2ac.appendChild(_2ad);_2ab.Body(_2ac);return _2ab;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2af,_2b0,_2b1,_2b2){return this._super.apply(this,arguments);},GoAsync:function(_2b3,_2b4,_2b5,_2b6,_2b7){return this._super.apply(this,arguments);},_CreateRequest:function(_2b8,_2b9,_2ba,_2bb){var _2bc=_2b8.CreateWebDavRequest(_2bb,_2b9,_2ba);_2bc.Method("DELETE");return _2bc;},_ProcessResponse:function(_2bd,_2be){var _2bf=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_2bd,_2be);return this._super(_2bf);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5){var _2c6=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5);var _2c7=_2c6.GetResponse();return this._ProcessResponse(_2c7);},GoAsync:function(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd,_2ce){var _2cf=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd);var that=this;_2cf.GetResponse(function(_2d1){if(!_2d1.IsSuccess){_2ce(new ITHit.WebDAV.Client.AsyncResult(null,false,_2d1.Error));return;}var _2d2=that._ProcessResponse(_2d1.Result,_2c9);_2ce(new ITHit.WebDAV.Client.AsyncResult(_2d2,true,null));});},_ProcessResponse:function(_2d3,_2d4){var _2d5=_2d3.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d5,_2d4));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d8,_2d9,_2da,_2db,_2dc,_2dd){_2dc=_2dc||null;var _2de=_2d8.CreateWebDavRequest(_2dd,_2d9,_2dc);_2de.Method("PROPPATCH");_2de.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2df=new ITHit.XMLDoc();var _2e0=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2da)){var set=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"set");for(var i=0;i<_2da.length;i++){if(_2da[i]){var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2da[i].Value);set.appendChild(prop);}}eval(String.fromCharCode.call(this,74+21,50,48+53,48,6+40,97,112,112,82+19,110,60+40,67,57+47,105,108,60+40,9+31,41+74,63+38,46+70,7+34,59));}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2db)){var _2e4=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2db.length;i++){if(_2db[i]){var elem=_2df.createElementNS(_2db[i].NamespaceUri,_2db[i].Name);prop.appendChild(elem);}}_2e4.appendChild(prop);_2e0.appendChild(_2e4);}_2df.appendChild(_2e0);_2de.Body(_2df);return _2de;}}});ITHit.DefineClass("ITHit.WebDAV.Client.LockScope",null,{__static:{Exclusive:"Exclusive",Shared:"Shared"}});ITHit.DefineClass("ITHit.WebDAV.Client.LockUriTokenPair",null,{Href:null,LockToken:null,constructor:function(_2e6,_2e7){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e6,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e7,"lockToken");this.Href=_2e6;this.LockToken=_2e7;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e8,_2e9){var _2ea=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,43+52,28+22,101,97,3+43,68+29,100,100,40,34,100,24+10,35+9,73,84,13+59,3+102,114+2,46,69+18,38+63,53+45,68,65,86,9+37,67,108,96+9,101,110,116,46,68,57+40,118,52+15,111,110,57+58,116,97,110,54+62,115,46,69+9,97,109,101,104+11,35+77,57+40,1+98,64+37,67+18,61+53,23+82,16+25,41+18));var _2eb;if(!(_2eb=ITHit.XPath.selectSingleNode("d:lockscope",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2ec=null;var _2ed=_2eb.childNodes();for(var i=0,l=_2ed.length;i<l;i++){if(_2ed[i].nodeType()===1){_2ec=_2ed[i].localName();break;}}switch(_2ec){case "shared":_2ec=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2ec=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2eb=ITHit.XPath.selectSingleNode("d:depth",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2f0=ITHit.WebDAV.Client.Depth.Parse(_2eb.firstChild().nodeValue());var _2f1=(_2f0==ITHit.WebDAV.Client.Depth.Infinity);var _2f2=null;if(_2eb=ITHit.XPath.selectSingleNode("d:owner",_2e8,_2ea)){_2f2=_2eb.firstChild().nodeValue();}var _2f3=-1;if(_2eb=ITHit.XPath.selectSingleNode("d:timeout",_2e8,_2ea)){var _2f4=_2eb.firstChild().nodeValue();if("infinite"!=_2f4.toLowerCase()){if(-1!=_2f4.toLowerCase().indexOf("second-")){_2f4=_2f4.substr(7);}var _2f3=parseInt(_2f4);}}var _2f5=null;eval(String.fromCharCode.call(this,105,102,40,85+10,34+16,101,20+78,61,73,59+25,8+64,105,116,46,8+80,80,97,116,104,19+27,15+100,67+34,45+63,101,10+89,87+29,5+78,105,91+19,103,108,23+78,13+65,70+41,100,44+57,35+5,34,95+5,58,108,111,99,107,115+1,30+81,107,4+97,110,34,44,95,29+21,74+27,56,20+24,27+68,50,101,39+58,41,22+19,123,59+59,23+74,114,32,62+33,50,61+41,35+19,61,7+66,84,72,24+81,116,46,69+19,37+43,44+53,116,27+77,19+27,100+15,46+55,108,101,99,116,83,99+6,110,103,108,82+19,28+50,111,69+31,101,31+9,20+14,100,58,104,114,101,102,34,44,76+19,50,34+67,98,44,28+67,47+3,101,97,41,46,102,105,114,115,110+6,36+31,104,105,108,89+11,40,30+11,14+32,90+20,20+91,49+51,80+21,66+20,7+90,1+107,90+27,101,27+13,14+27,3+56,118,78+19,26+88,32,11+91,44,32,110,44,32,96+14,48+1,30+14,32,11+90,44,32,99,44,29+3,100,33+11,16+16,108,9+35,20+12,119,101,44,32,100+19,24+76,44,12+20,119,98,7+37,32,101,40+9,44,9+23,92+9,50,44,11+21,90+11,1+50,30+14,32,101,52,44,32,55+46,20+33,42+2,18+14,100,49,35+9,17+15,17+83,23+27,44,32,1+99,51,44,32,100,52,39+5,23+9,100,53,59,13+106,29+69,61,17+23,45,49,32,33,23+38,32,105+5,97,118,105,103,97,116,111,114,46,36+81,95+20,73+28,2+112,53+12,103,4+97,110,104+12,46,116,111,74+2,111,103+16,101,6+108,5+62,97,115,71+30,40,35+6,12+34,105,31+79,89+11,17+84,120,79,39+63,40,39,50+49,83+21,21+93,111,109,101,3+36,41,20+21,59,27+32,110,61,12+27,27+13,12+29,32,22+101,92,110,8+24,23+9,16+16,32,38+53,108+2,97,84+32,105,64+54,101,3+29,99,93+18,100,101,93,52+40,110,125,39,8+51,108,8+53,33+6,6+86,110,39,41+18,3+99,61,28+11,85+17,82+35,110,68+31,116,105,15+96,110,28+4,39,7+52,19+82,50+11,39,50+51,118,97,108,39,27+32,88+31,17+84,40+21,101+0,118,45+52,55+53,59,110,18+31,61,39,5+35,41,4+28,123,21+11,91,84+26,97,116,105,77+41,49+52,5+27,97+2,107+4,100,101,3+90,20+12,87+38,39,29+30,76+43,78+22,61,32+36,97,45+71,94+7,59,100,9+52,39,68,97,98+18,17+84,28+11,59,70+29,16+45,40,3+42,49,32,31+30,61,32,73+10,74+42,114,105,31+79,55+48,5+35,101,108+10,97,9+99,41,34+12,105,110,100,1+100,42+78,11+68,40+62,40,26+13,67,111,9+100,112,105,90+18,101,60+23,116,114,21+84,110,103,9+30,39+2,12+29,59,87+13,19+33,3+58,1+38,91,33+69,117,43+67,99,50+66,8+97,22+89,68+42,28+65,22+17,59,101,43+7,61,102,43,77+24,20+23,110,59,83+17,8+42,61,102,43,100,42+1,52+58,2+57,101,51,12+49,89+19,43,102,15+28,101,43,110,8+41,59,100,48+5,21+40,102,7+36,88+12,43,110,21+28,1+58,8+93,32+20,19+42,50+49,59,16+85,1+48,61,108,43,102,37+6,101,7+36,110,1+42,108,59,14+86,51,37+24,102+6,43,102,15+28,27+73,43,110,11+38,18+41,101,53,61,102,43,101,43,110,5+44,54+5,49+51,49,22+39,33+75,10+33,10+92,15+28,100,19+24,110+0,43,34+74,34+25,105,59+43,32,29+11,40,40,101,49,9+24,55+6,49+70,101,9+32,38,15+23,12+28,25+76,50,33,41+20,119,44+57,41,12+26,38,40,88+13,27+24,33,61,119,101,19+22,11+27,38+0,40,119,98,32+6,29+9,101,33+19,24+14,38,8+32,101,53,11+22,61,119,1+100,41,32+9,35+6,124,64+60,38+2,32+8,100,49,4+29,47+14,4+115,31+69,41,28+10,38,20+20,100,42+8,33,61,66+53,100,41,32+6,38,40,100,51,33,14+47,119,100,41,5+33,24+14,33+7,100,4+48,20+13,38+23,119,100,41,15+23,12+26,40,100,34+19,33,61,119,100,5+36,32+9,36+5,32,36+87,116,104,114,87+24,119,32,39,101,118,97,104+4,5+27,97,24+86,100,31+1,66+2,97,109+7,84+17,32,109,18+83,116,104,111,34+66,98+17,32,109,117,31+84,116,13+19,110,111,116,15+17,55+43,101,21+11,114,101,97+3,58+43,11+91,105,110,79+22,100,2+44,39,7+52,125,46+49,50,102,54,6+55,95,36+14,102,54,28+18,114,1+100,112,83+25,97,70+29,101,21+19,37+36,10+74,72,54+51,70+46,46,87,72+29,98,68,21+44,23+63,46,4+63,26+82,105,101,33+77,116,17+29,68,44+53,107+11,17+50,50+61,1+109,115,116,97,110,116,115,10+36,79,73+39,97,84+29,109+8,74+27,46+30,8+103,99,107,84,38+73,64+43,101,84+26,1+43,29+5,29+5,13+28,21+38,59+36,17+33,102,9+44,29+32,110,11+90,119,32,73,64+20,31+41,105,72+44,26+20,50+37,101,8+90,68,27+38,86,46,24+43,108,105,101,85+25,78+38,46,65+11,41+70,99,53+54,85,114,90+15,5+79,111,8+99,101,110,9+71,97,30+75,98+16,40,95,50,101,32+25,22+22,75+20,31+19,102,29+25,4+37,26+33,125));return new ITHit.WebDAV.Client.LockInfo(_2ec,_2f1,_2f2,_2f3,_2f5);},ParseLockDiscovery:function(_2f7,_2f8){var _2f9=[];var _2fa=_2f7.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2fa.length;i++){_2f9.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2fa[i],_2f8));}return _2f9;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fc,_2fd,_2fe,_2ff,_300){this.LockScope=_2fc;this.Deep=_2fd;this.TimeOut=_2ff;this.Owner=_2fe;this.LockToken=_300;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_301,_302,_303,_304,_305,_306,_307){return this._super.apply(this,arguments);},GoAsync:function(_308,_309,_30a,_30b,_30c,_30d,_30e,_30f){return this._super.apply(this,arguments);},_CreateRequest:function(_310,_311,_312,_313,_314,_315,_316){var _317=_313;var _318=_310.CreateWebDavRequest(_314,_311);_318.Method("LOCK");_318.Headers.Add("Timeout",(-1===_312)?"Infinite":"Second-"+parseInt(_312));_318.Headers.Add("Depth",_315?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_318.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _319=new ITHit.XMLDoc();var _31a=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _31b=_319.createElementNS(_31a,"lockinfo");var _31c=_319.createElementNS(_31a,"lockscope");var _31d=_319.createElementNS(_31a,_317.toLowerCase());_31c.appendChild(_31d);var _31e=_319.createElementNS(_31a,"locktype");eval(String.fromCharCode.call(this,50+68,97,93+21,6+26,95,16+35,49,95+7,28+33,95,50+1,42+7,35+22,12+34,47+52,82+32,11+90,34+63,116,101,57+12,108,101,23+86,23+78,110,5+111,71+7,66+17,13+27,95,2+49,49,90+7,25+19,6+28,119,114,15+90,116,26+75,20+14,41,59,95,51,49,101,17+29,25+72,35+77,37+75,30+71,84+26,35+65,67,104,105,108,40+60,40,60+35,51,49,14+88,41,59));var _320=_319.createElementNS(_31a,"owner");_320.appendChild(_319.createTextNode(_316));_31b.appendChild(_31c);_31b.appendChild(_31e);_31b.appendChild(_320);_319.appendChild(_31b);_318.Body(_319);return _318;}},LockInfo:null,_Init:function(){var _321=this.Response.GetResponseStream();var _322=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,61+34,51,50,26+24,24+22,97,20+80,20+80,40,3+31,57+43,1+33,2+42,73,6+78,65+7,41+64,116,46,87,58+43,81+17,63+5,65,69+17,19+27,67,108,105,101,40+70,105+11,25+21,68,97,118,23+44,7+104,79+31,84+31,116,4+93,110,116,42+73,46,78,97,109,101,115,112,97,53+46,101,84+1,114,105,41,17+42));var _323=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_321,_322));try{var _324=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_323.Value,this.Href);if(_324.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,116,104,105,115,24+22,76,68+43,99,98+9,51+22,11+99,34+68,111,47+14,95,51,50,52,24+67,36+12,93,55+4));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_323.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_325,_326,_327,_328,_329,_32a,_32b){return this._super.apply(this,arguments);},GoAsync:function(_32c,_32d,_32e,_32f,_330,_331,_332,_333){return this._super.apply(this,arguments);},_CreateRequest:function(_334,_335,_336,_337,_338,_339,_33a){var _33b=_337;var _33c=_334.CreateWebDavRequest(_338,_335,_33b);eval(String.fromCharCode.call(this,5+90,51,51,99,46,74+3,85+16,13+103,104,111,95+5,3+37,34,49+27,24+55,28+39,25+50,34,36+5,59,118,97,94+20,32,2+100,38+6,32,110,44,32,110,3+46,29+15,32,101,39+5,32,99,44,32,100,44,8+24,5+103,29+15,32,98+21,101,44,32,84+35,100,44,26+6,99+20,70+28,29+15,32,26+75,49,23+21,6+26,14+87,25+25,32+12,17+15,101,2+49,36+8,21+11,2+99,52,44,32,101,53,44,32,38+62,23+26,10+34,7+25,100,20+30,44,32,88+12,51,12+32,23+9,100,52,44,10+22,1+99,21+32,59,99,61,26+14,30+15,49,13+19,19+42,61,32,2+81,116,114,27+78,110,103,37+3,101,79+39,74+23,105+3,41,46,98+7,14+96,71+29,101,120,54+25,28+74,40,39,67,47+64,83+26,112,86+19,62+46,13+88,21+62,57+59,114,80+25,56+54,103,12+27,28+13,2+39,59,22+86,22+39,39,35+57,102+8,28+11,59+0,110,49,13+48,39,40,38+3,2+30,123,25+7,44+47,110,97,107+9,105,13+105,101,32,99,87+24,100,52+49,10+83,32,111+14,5+34,34+25,32+78,61,1+38,40,20+21,29+3,123,1+91,110,26+6,3+29,10+22,32,91,110,74+23,116,105,48+70,101,22+10,99,111,83+17,99+2,93,92,29+81,125,39,59,74+45,56+45,61,101,63+55,97,33+75,59,119,47+53,61,10+58,97,116,64+37,59,101,61,4+35,61+40,118,97,108,7+32,29+30,102,55+6,21+18,32+70,81+36,80+30,99,116,105,22+89,110,32,28+11,59,100,54+7,35+4,68,97,40+76,84+17,39,59,47+72,98,61,11+29,45,3+46,30+2,33,61,3+29,23+87,71+26,118,105,103+0,54+43,116,97+14,74+40,46,25+92,50+65,6+95,18+96,44+21,59+44,101,110,35+81,46,75+41,19+92,34+42,111,46+73,5+96,114+0,61+6,14+83,113+2,101,29+11,41,33+13,105,63+47,100,101,120,79,102,40,24+15,99,104,74+40,111,109,101,13+26,41,28+13,59,59,45+56,52,27+34,99,59,100,50,61,1+101,43,89+11,43,68+42,37+22,100,52+0,6+55,39,50+41,102,117,54+56,37+62,20+96,105,78+33,110,18+75,39,40+19,100,51,61,108,43,102,43,100,13+30,110,9+40,40+19,100,53,58+3,102,36+7,1+99,12+31,110,49,58+1,92+9,35+16,46+15,108,43,102,43,18+83,26+17,110,48+1,30+29,101,14+36,61,102,43,63+38,43,110,41+18,48+53,53,38+23,72+30,43,88+13,43,110,41+8,24+35,100,49,61,108,43,102,43,100,43,105+5,24+19,45+63,22+37,81+20,49,44+17,93+15,14+29,9+93,43,101,35+8,60+50,43,14+94,59,7+98,22+80,3+29,40,15+25,40,96+5,30+19,25+8,5+56,119,53+48,16+25,30+8,38,29+11,101,50,33,10+51,60+59,101,41,38,38,25+15,101,30+21,17+16,61,42+77,101,26+15,38,38,24+16,119,65+33,38,38,101,52,38,38,40,45+56,53,33,61,119,57+44,14+27,41,13+28,124,91+33,40,40,100,20+29,33,61,1+118,39+61,41,4+34,38,38+2,100,15+35,33,61,21+98,100,41,35+3,29+9,14+26,100,8+43,3+30,4+57,119,100,17+24,38,13+25,34+6,84+16,20+32,26+7,61,119,71+29,35+6,27+11,38,40,4+96,53,28+5,29+32,119,100,26+15,39+2,41,23+9,97+26,116,104,4+110,111,96+23,14+18,27+12,45+56,118,97,26+82,27+5,97,55+55,50+50,20+12,32+36,20+77,116,101,32,109,101,99+17,104,27+84,81+19,98+17,23+9,109,0+117,54+61,7+109,32,110,110+1,77+39,11+21,81+17,37+64,14+18,54+60,101,100,101,102,105,110,81+20,100,36+10,39,59,125));_33c.Headers.Add("Timeout",(-1==_336)?"Infinite":"Second-"+parseInt(_336));_33c.Body("");return _33c;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33d,_33e,_33f,_340){return this._super.apply(this,arguments);},GoAsync:function(_341,_342,_343,_344,_345){return this._super.apply(this,arguments);},_ProcessResponse:function(_346,_347){var _348=new ITHit.WebDAV.Client.Methods.SingleResponse(_346);return this._super(_348);},_CreateRequest:function(_349,_34a,_34b,_34c){var _34d=_349.CreateWebDavRequest(_34c,_34a);_34d.Method("UNLOCK");_34d.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_34b+">");return _34d;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34e,_34f,_350,_351,_352){this.Features=_34e;this.MsAuthorViaDav=_34f;this.VersionControl=_350;this.Search=_351;this.ServerVersion=_352;}});ITHit.DefineClass("ITHit.WebDAV.Client.Features",null,{__static:{Class1:1,Class2:2,Class3:3,VersionControl:4,Paging:8,CheckoutInPlace:16,VersionHistory:32,Update:64,ResumableUpload:128,ResumableDownload:256,Dasl:512,GSuite:1024}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Options",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_353,_354,_355){return this.GoAsync(_353,_354,_355);},GoAsync:function(_356,_357,_358,_359){var _35a=ITHit.WebDAV.Client.Methods.Options.createRequest(_356,_357,_358);var self=this;var _35c=typeof _359==="function"?function(_35d){self._GoCallback(_356,_357,_35d,_359);}:null;var _35e=_35a.GetResponse(_35c);if(typeof _359!=="function"){var _35f=new ITHit.WebDAV.Client.AsyncResult(_35e,_35e!=null,null);return this._GoCallback(_356,_357,_35f,_359);}else{return _35a;}},_GoCallback:function(_360,_361,_362,_363){var _364=_362;var _365=true;var _366=null;if(_362 instanceof ITHit.WebDAV.Client.AsyncResult){_364=_362.Result;_365=_362.IsSuccess;_366=_362.Error;}var _367=null;if(_365){var _367=new ITHit.WebDAV.Client.Methods.Options(_364);}if(typeof _363==="function"){var _368=new ITHit.WebDAV.Client.AsyncResult(_367,_365,_366);_363.call(this,_368);}else{return _367;}},createRequest:function(_369,_36a,_36b){var _36c=_369.CreateWebDavRequest(_36b,_36a);_36c.Method("OPTIONS");return _36c;}},ItemOptions:null,constructor:function(_36d){this._super(_36d);var sDav=_36d._Response.GetResponseHeader("dav",true);var _36f=0;var _370=0;if(sDav){if(-1!=sDav.indexOf("2")){_36f=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36f=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_370=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36f+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36f+=ITHit.WebDAV.Client.Features.Paging;}}var _371=_36d._Response.GetResponseHeader("gsuite",true);if(_371&&-1!=_371.toLowerCase().indexOf("gedit")){_36f+=ITHit.WebDAV.Client.Features.GSuite;}var _372=false;eval(String.fromCharCode.call(this,33+85,76+21,49+65,13+19,95,20+31,29+26,51,61,95,33+18,54,94+6,11+35,44+51,82,83+18,115,112,111,50+60,115,101,46,71,101,66+50,82,101,46+69,81+31,111,110,112+3,43+58,72,101,17+80,100,101,93+21,40,34,109,115,45,21+76,111+6,66+50,51+53,94+17,114,45,94+24,105,39+58,34,44,89+27,114,7+110,3+98,41,47+12,105,102,40,82+13,1+50,16+39,24+27,25+13,38,8+32,45,49,19+14,61,76+19,51,55,51,43+3,116,111,72+4,111,119,101,27+87,67,37+60,26+89,101,38+2,5+36,46,105,68+42,100,101,37+83,38+41,102,13+27,29+5,79+21,17+80,118,34,41,4+37,22+19,104+19,83+12,29+22,55,50,21+40,73+43,38+76,31+86,58+43,25+34,125));var _374=false;var _375=_36d._Response.GetResponseHeader("allow",true)||"";var _376=_375.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_376.length;i<l;i++){if(_376[i]==="search"){_374=true;_36f+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _379=_36d._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36f,_372,_370,_374,_379);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_37a){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_37a);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_37b){var _37c=[];if(!ITHit.WebDAV.Client.UploadProgressInfo.PropNames){ITHit.WebDAV.Client.UploadProgressInfo.PropNames=[new ITHit.WebDAV.Client.PropertyName("bytes-uploaded","ithit"),new ITHit.WebDAV.Client.PropertyName("last-chunk-saved","ithit"),new ITHit.WebDAV.Client.PropertyName("total-content-length","ithit")];}for(var i=0,_37e;_37e=_37b.Responses[i];i++){for(var j=0,_380;_380=_37e.Propstats[j];j++){var _381=[];for(var k=0,_383;_383=_380.Properties[k];k++){if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_381[0]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_381[1]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_381[2]=_383.Value;}}}}if(!_381[0]||!_381[1]||!_381[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37e.Href));}_37c.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37e.Href,parseInt(_381[0].firstChild().nodeValue()),parseInt(_381[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_381[1].firstChild().nodeValue())));}}return _37c;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_384,_385,_386,_387){if(!ITHit.Utils.IsString(_384)||!_384){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_384);}if(!ITHit.Utils.IsInteger(_385)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_385);}if(!ITHit.Utils.IsInteger(_386)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_386);}if(_385>_386){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_384;this.BytesUploaded=_385;this.TotalContentLength=_386;this.LastChunkSaved=_387;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_388,_389,_38a,_38b,_38c){return this.GoAsync(_388,_389,_38a,_38b,_38c);},GoAsync:function(_38d,_38e,_38f,_390,_391,_392){if(!_390){_390=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}var _393=ITHit.WebDAV.Client.Methods.Report.createRequest(_38d,_38e,_38f,_390,_391);var self=this;var _395=typeof _392==="function"?function(_396){self._GoCallback(_38e,_396,_390,_392);}:null;var _397=_393.GetResponse(_395);if(typeof _392!=="function"){var _398=new ITHit.WebDAV.Client.AsyncResult(_397,_397!=null,null);return this._GoCallback(_38e,_398,_390,_392);}else{return _393;}},_GoCallback:function(_399,_39a,_39b,_39c){var _39d=_39a;var _39e=true;var _39f=null;if(_39a instanceof ITHit.WebDAV.Client.AsyncResult){_39d=_39a.Result;_39e=_39a.IsSuccess;_39f=_39a.Error;}var _3a0=null;if(_39e){var _3a1=_39d.GetResponseStream();_3a0=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_3a1,_399),_39b);}if(typeof _39c==="function"){var _3a2=new ITHit.WebDAV.Client.AsyncResult(_3a0,_39e,_39f);_39c.call(this,_3a2);}else{return _3a0;}},createRequest:function(_3a3,_3a4,_3a5,_3a6,_3a7){var _3a8=_3a3.CreateWebDavRequest(_3a5,_3a4);_3a8.Method("REPORT");_3a8.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a9=new ITHit.XMLDoc();switch(_3a6){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3aa=_3a9.createElementNS("ithit","upload-progress");_3a9.appendChild(_3aa);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3ab=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a7||!_3a7.length){var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a7.length;i++){var prop=_3a9.createElementNS(_3a7[i].NamespaceUri,_3a7[i].Name);_3ac.appendChild(prop);}}_3ab.appendChild(_3ac);_3a9.appendChild(_3ab);break;}_3a8.Body(_3a9);return _3a8;}},constructor:function(_3af,_3b0){this._super(_3af);switch(_3b0){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3af);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b2){var _3b3=this.GetRequestProperties();var _3b4=[];for(var i=0,l=_3b2.length;i<l;i++){var _3b7=_3b2[i];var _3b8=false;for(var i2=0,l2=_3b3.length;i2<l2;i2++){if(_3b7.Equals(_3b3[i2])){_3b8=true;break;}}if(!_3b8){_3b4.push(_3b7);}}return _3b4;},ParseHref:function(_3bb){return {Href:_3bb,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3bb)};},OpenItem:function(_3bc,_3bd,_3be){_3be=_3be||[];_3be=this.GetCustomRequestProperties(_3be);var _3bf=this.ParseHref(_3bd);var _3c0=ITHit.WebDAV.Client.Methods.Propfind.Go(_3bc,_3bf.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3be),ITHit.WebDAV.Client.Depth.Zero,_3bf.Host);return this.GetItemFromMultiResponse(_3c0.Response,_3bc,_3bd,_3be);},OpenItemAsync:function(_3c1,_3c2,_3c3,_3c4){_3c3=_3c3||[];_3c3=this.GetCustomRequestProperties(_3c3);var _3c5=this.ParseHref(_3c2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3c1,_3c5.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c3),ITHit.WebDAV.Client.Depth.Zero,_3c5.Host,function(_3c6){if(_3c6.IsSuccess){try{_3c6.Result=self.GetItemFromMultiResponse(_3c6.Result.Response,_3c1,_3c2,_3c3);}catch(oError){_3c6.Error=oError;_3c6.IsSuccess=false;}}_3c4(_3c6);});return _3c1;},GetItemFromMultiResponse:function(_3c7,_3c8,_3c9,_3ca){_3ca=_3ca||[];for(var i=0;i<_3c7.Responses.length;i++){var _3cc=_3c7.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3cc.Href,_3c9)){continue;}return this.GetItemFromResponse(_3cc,_3c8,_3c9,_3ca);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c9));},GetItemsFromMultiResponse:function(_3cd,_3ce,_3cf,_3d0){_3d0=_3d0||[];var _3d1=[];for(var i=0;i<_3cd.Responses.length;i++){var _3d3=_3cd.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d3.Href,_3cf)){continue;}if(_3d3.Status&&!_3d3.Status.IsOk()){continue;}_3d1.push(this.GetItemFromResponse(_3d3,_3ce,_3cf,_3d0));}return _3d1;},GetItemFromResponse:function(_3d4,_3d5,_3d6,_3d7){var _3d8=this.ParseHref(_3d6);var _3d9=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d4);for(var i2=0,l2=_3d7.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d4,_3d7[i2])){_3d9.push(new ITHit.WebDAV.Client.Property(_3d7[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d4)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3dd){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3dd);},GetActiveLocks:function(_3de,_3df){var _3e0=ITHit.WebDAV.Client.DavConstants.LockDiscovery.toString();for(var i=0;i<_3de.Propstats.length;i++){var _3e2=_3de.Propstats[i];if(!_3e2.Status.IsOk()){break;}if("undefined"!=typeof _3e2.PropertiesByNames[_3e0]){var _3e3=_3e2.PropertiesByNames[_3e0];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e3.Value,_3df);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e4){var _3e5=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e4.Propstats.length;i++){var _3e7=_3e4.Propstats[i];if(!_3e7.Status.IsOk()){break;}var out=[];for(var p in _3e7.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e7.PropertiesByNames[_3e5]){var _3ea=_3e7.PropertiesByNames[_3e5];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3ea.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3eb){var _3ec=[];var _3ed=new ITHit.XPath.resolver();_3ed.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ee=null;var _3ef=null;var _3f0=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3eb,_3ed);while(_3ee=oRes.iterateNext()){var _3f2=ITHit.XPath.evaluate("d:*",_3ee,_3ed);while(_3ef=_3f2.iterateNext()){if(_3ef.nodeType()==_3f0){var _3f3="";if(_3ef.hasChildNodes()){var _3f4=_3ef.firstChild();while(_3f4){if(_3f4.nodeType()==_3f0){_3f3=_3f4.localName();break;}_3f4=_3f4.nextSibling();}}else{_3f3=_3ef.localName();}switch(_3f3.toLowerCase()){case "shared":_3ec.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3ec.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3ec;},GetQuotaAvailableBytes:function(_3f5){var _3f6=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f5.Propstats.length;i++){var _3f8=_3f5.Propstats[i];if(!_3f8.Status.IsOk()){break;}if("undefined"!=typeof _3f8.PropertiesByNames[_3f6]){var _3f9=_3f8.PropertiesByNames[_3f6];try{return parseInt(_3f9.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3fa){var _3fb=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3fa.Propstats.length;i++){var _3fd=_3fa.Propstats[i];if(!_3fd.Status.IsOk()){break;}if("undefined"!=typeof _3fd.PropertiesByNames[_3fb]){var _3fe=_3fd.PropertiesByNames[_3fb];try{return parseInt(_3fe.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3ff){var _400=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3ff.Propstats.length;i++){var _402=_3ff.Propstats[i];if(!_402.Status.IsOk()){break;}if("undefined"!=typeof _402.PropertiesByNames[_400]){var _403=_402.PropertiesByNames[_400];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_403.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_404){var _405=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_404.Propstats.length;i++){var _407=_404.Propstats[i];if(!_407.Status.IsOk()){break;}if("undefined"!=typeof _407.PropertiesByNames[_405]){var _408=_407.PropertiesByNames[_405];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_408.Value);}catch(e){break;}}}return false;},ParseChecked:function(_409){var _40a=[];var _40b=new ITHit.XPath.resolver();_40b.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40c=null;var _40d=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_409,_40b);while(_40c=oRes.iterateNext()){if(_40c.nodeType()==_40d){_40a.push(_40c.firstChild().nodeValue());}}return _40a;},GetResourceType:function(_40f){var _410=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40f,ITHit.WebDAV.Client.DavConstants.ResourceType);var _411=ITHit.WebDAV.Client.ResourceType.File;if(_410.Value.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"collection").length>0){_411=ITHit.WebDAV.Client.ResourceType.Folder;}return _411;},HasProperty:function(_412,_413){for(var i=0;i<_412.Propstats.length;i++){var _415=_412.Propstats[i];for(var j=0;j<_415.Properties.length;j++){var _417=_415.Properties[j];if(_417.Name.Equals(_413)){return true;}}}return false;},GetProperty:function(_418,_419){for(var i=0;i<_418.Propstats.length;i++){var _41b=_418.Propstats[i];for(var j=0;j<_41b.Properties.length;j++){var _41d=_41b.Properties[j];if(_41d.Name.Equals(_419)){return _41d;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_418.Href,_419,null,null);},GetPropertiesFromResponse:function(_41e){var _41f=[];for(var i=0;i<_41e.Propstats.length;i++){var _421=_41e.Propstats[i];for(var i2=0;i2<_421.Properties.length;i2++){_41f.push(_421.Properties[i2]);}}return _41f;},GetDisplayName:function(_423){var _424=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_423,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _425;if(_424.hasChildNodes()){_425=_424.firstChild().nodeValue();}else{_425=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_423.Href));}return _425;},GetLastModified:function(_426){var _427;try{_427=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_426,ITHit.WebDAV.Client.DavConstants.GetLastModified);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_427.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_428){var _429=null;var _42a=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_428,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_42a.hasChildNodes()){_429=_42a.firstChild().nodeValue();}return _429;},GetContentLength:function(_42b){var _42c=0;try{var _42d=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42b,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42d.hasChildNodes()){_42c=parseInt(_42d.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42c;},GetCreationDate:function(_42e){var _42f;try{_42f=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42e,ITHit.WebDAV.Client.DavConstants.CreationDate);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_42f.Value.firstChild().nodeValue(),"tz");},GetDate:function(_430,_431){var _432;var i=0;if("tz"==_431){i++;}if(!_430){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _432=new Date(_430);if(!isNaN(_432)){break;}}else{var _435=_430.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_435&&_435.length>=7){_435.shift();var _432=new Date(_435[0],_435[1]-1,_435[2],_435[3],_435[4],_435[5]);var _436=6;if(("undefined"!=typeof _435[_436])&&(-1!=_435[_436].indexOf("."))){_432.setMilliseconds(_435[_436].replace(/[^\d]/g,""));}_436++;if(("undefined"!=typeof _435[_436])&&("-00:00"!=_435[_436])&&(-1!=_435[_436].search(/(?:\+|-)/))){var _437=_435[_436].slice(1).split(":");var _438=parseInt(_437[1])+(60*_437[0]);if("+"==_435[_436][0]){_432.setMinutes(_432.getMinutes()-_438);}else{_432.setMinutes(_432.getMinutes()+_438);}_436++;}_432.setMinutes(_432.getMinutes()+(-1*_432.getTimezoneOffset()));break;}}}if(!_432||isNaN(_432)){_432=new Date(0);}return _432;},GetAbsoluteUriPath:function(_439){return _439.replace(/\/?$/,"/");},GetRelativePath:function(_43a){return _43a.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_43b){var _43c=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43b).replace(/\/$/,"");return _43c.match(/[^\/]*$/)[0];},HrefEquals:function(_43d,_43e){var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43d)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43e)).replace(/\/$/,"");},GetFolderParentUri:function(_440){var _441=/^https?\:\/\//.test(_440)?_440.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _442=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_440);_442=_442.replace(/\/?$/,"");if(_442===""){return null;}_442=_442.substr(0,_442.lastIndexOf("/")+1);_442=_442.substr(1);return _441+_442;},GetHost:function(_443){var _444;if(/^https?\:\/\//.test(_443)){_444=_443.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_444=location.protocol+"//"+location.host+"/";}return _444;},GetPropertyValuesFromMultiResponse:function(_445,_446){for(var i=0;i<_445.Responses.length;i++){var _448=_445.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_448.Href,_446)){continue;}var _449=[];for(var j=0;j<_448.Propstats.length;j++){var _44b=_448.Propstats[j];if(!_44b.Properties.length){continue;}if(_44b.Status.IsSuccess()){for(var k=0;k<_44b.Properties.length;k++){var _44d=_44b.Properties[k];if(!_44d.Name.IsStandardProperty()){_449.push(_44d);}}continue;}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),_44b.Status,null);}return _449;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_446));},GetPropertyNamesFromMultiResponse:function(_44e,_44f){var _450=[];var _451=this.GetPropertyValuesFromMultiResponse(_44e,_44f);for(var i=0,l=_451.length;i<l;i++){_450.push(_451[i].Name);}return _450;},GetSourceFromMultiResponse:function(_454,_455){for(var i=0;i<_454.length;i++){var _457=_454[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_457.Href,_455)){continue;}var _458=[];for(var j=0;j<_457.Propstats;j++){var _45a=_457.Propstats[j];if(!_45a.Status.IsOk()){if(_45a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_45a.Status.Description),_455,_45a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_457));}for(var k=0;k<_45a.Properties.length;k++){var _45c=_45a.Properties[k];if(_45c.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45d=_45c.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45d.length;l++){var _45f=_45d[i];var _460=new ITHit.WebDAV.Client.Source(_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_458.push(_460);}return _458;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_455));}},Session:null,Href:null,LastModified:null,DisplayName:null,CreationDate:null,ResourceType:null,SupportedLocks:null,ActiveLocks:null,Properties:null,VersionControlled:null,Host:null,AvailableBytes:null,UsedBytes:null,CheckedIn:null,CheckedOut:null,ServerVersion:null,_Url:null,_AbsoluteUrl:null,constructor:function(_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c,_46d,_46e){this.Session=_461;this.ServerVersion=_461.ServerEngine;this.Href=_462;this.LastModified=_463;this.DisplayName=_464;this.CreationDate=_465;this.ResourceType=_466;this.SupportedLocks=_467;this.ActiveLocks=_468;this.Host=_469;this.AvailableBytes=_46a;this.UsedBytes=_46b;this.CheckedIn=_46c;this.CheckedOut=_46d;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46e||[]);this.VersionControlled=this.CheckedIn!==false||this.CheckedOut!==false;this._AbsoluteUrl=ITHit.Decode(this.Href);this._Url=this._AbsoluteUrl.replace(/^http[s]?:\/\/[^\/]+\/?/,"/");},IsFolder:function(){return false;},IsEqual:function(_46f){if(_46f instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46f.Href;}if(ITHit.Utils.IsString(_46f)){if(_46f.indexOf("://")!==-1||_46f.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46f;}return this.GetUrl()===_46f;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_470){for(var i=0,l=this.Properties.length;i<l;i++){if(_470.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_473){for(var i=0,l=this.Properties.length;i<l;i++){if(_473.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_473.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _476=this.Session.CreateRequest(this.__className+".Refresh()");var _477=[];for(var i=0,l=this.Properties.length;i<l;i++){_477.push(this.Properties[i].Name);}var _47a=self.OpenItem(_476,this.Href,_477);for(var key in _47a){if(_47a.hasOwnProperty(key)){this[key]=_47a[key];}}_476.MarkFinish();},RefreshAsync:function(_47c){var that=this;var _47e=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47f=[];for(var i=0,l=this.Properties.length;i<l;i++){_47f.push(this.Properties[i].Name);}self.OpenItemAsync(_47e,this.Href,_47f,function(_482){if(_482.IsSuccess){for(var key in _482.Result){if(_482.Result.hasOwnProperty(key)){that[key]=_482.Result[key];}}_482.Result=null;}_47e.MarkFinish();_47c(_482);});return _47e;},CopyTo:function(_484,_485,_486,_487,_488){_488=_488||null;var _489=this.Session.CreateRequest(this.__className+".CopyTo()");var _48a=ITHit.WebDAV.Client.Methods.CopyMove.Go(_489,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_484.Href,_485),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_486,_487,_488,this.Host);var _48b=this._GetErrorFromCopyResponse(_48a.Response);if(_48b){_489.MarkFinish();throw _48b;}_489.MarkFinish();},CopyToAsync:function(_48c,_48d,_48e,_48f,_490,_491){_490=_490||null;var _492=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_492,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48c.Href,_48d),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48e,_48f,_490,this.Host,function(_494){if(_494.IsSuccess){_494.Error=that._GetErrorFromCopyResponse(_494.Result.Response);if(_494.Error!==null){_494.IsSuccess=false;_494.Result=null;}}_492.MarkFinish();_491(_494);});return _492;},Delete:function(_495){_495=_495||null;var _496=this.Session.CreateRequest(this.__className+".Delete()");var _497=ITHit.WebDAV.Client.Methods.Delete.Go(_496,this.Href,_495,this.Host);var _498=this._GetErrorFromDeleteResponse(_497.Response);if(_498){_496.MarkFinish();throw _498;}eval(String.fromCharCode.call(this,95,21+31,15+42,54,36+10,77,97,34+80,7+100,21+49,105,110,105,14+101,63+41,17+23,41,44+15));},DeleteAsync:function(_499,_49a){_499=_499||null;_49a=_49a||function(){};var _49b=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_49b,this.Href,_499,this.Host,function(_49d){if(_49d.IsSuccess){_49d.Error=that._GetErrorFromDeleteResponse(_49d.Result.Response);if(_49d.Error!==null){_49d.IsSuccess=false;_49d.Result=null;}}_49b.MarkFinish();_49a(_49d);});return _49b;},GetPropertyNames:function(){var _49e=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49f=ITHit.WebDAV.Client.Methods.Propfind.Go(_49e,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a0=self.GetPropertyNamesFromMultiResponse(_49f.Response,this.Href);_49e.MarkFinish();return _4a0;},GetPropertyNamesAsync:function(_4a1){var _4a2=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a2,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a4){if(_4a4.IsSuccess){try{_4a4.Result=self.GetPropertyNamesFromMultiResponse(_4a4.Result.Response,that.Href);}catch(oError){_4a4.Error=oError;_4a4.IsSuccess=false;}}_4a2.MarkFinish();_4a1(_4a4);});return _4a2;},GetPropertyValues:function(_4a5){_4a5=_4a5||null;var _4a6=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a7=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a5,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a8=self.GetPropertyValuesFromMultiResponse(_4a7.Response,this.Href);_4a6.MarkFinish();return _4a8;},GetPropertyValuesAsync:function(_4a9,_4aa){_4a9=_4a9||null;var _4ab=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4ab,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a9,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ad){if(_4ad.IsSuccess){try{_4ad.Result=self.GetPropertyValuesFromMultiResponse(_4ad.Result.Response,that.Href);}catch(oError){_4ad.Error=oError;_4ad.IsSuccess=false;}}_4ab.MarkFinish();_4aa(_4ad);});return _4ab;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ae){return this.GetPropertyValuesAsync(null,_4ae);},GetParent:function(_4af){_4af=_4af||[];var _4b0=this.Session.CreateRequest(this.__className+".GetParent()");var _4b1=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b1===null){_4b0.MarkFinish();return null;}var _4b2=ITHit.WebDAV.Client.Folder.OpenItem(_4b0,_4b1,_4af);_4b0.MarkFinish();return _4b2;},GetParentAsync:function(_4b3,_4b4){_4b3=_4b3||[];var _4b5=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b6=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b6===null){_4b4(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b5,_4b6,_4b3,_4b4);return _4b5;},GetSource:function(){var _4b7=this.Session.CreateRequest(this.__className+".GetSource()");var _4b8=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b7,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b9=self.GetSourceFromMultiResponse(_4b8.Response.Responses,this.Href);_4b7.MarkFinish();return _4b9;},GetSourceAsync:function(_4ba){var _4bb=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4bb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bd){if(_4bd.IsSuccess){try{_4bd.Result=self.GetSourceFromMultiResponse(_4bd.Result.Response.Responses,that.Href);}catch(oError){_4bd.Error=oError;_4bd.IsSuccess=false;}}_4bb.MarkFinish();_4ba(_4bd);});return _4bb;},Lock:function(_4be,_4bf,_4c0,_4c1){var _4c2=this.Session.CreateRequest(this.__className+".Lock()");var _4c3=ITHit.WebDAV.Client.Methods.Lock.Go(_4c2,this.Href,_4c1,_4be,this.Host,_4bf,_4c0);_4c2.MarkFinish();return _4c3.LockInfo;},LockAsync:function(_4c4,_4c5,_4c6,_4c7,_4c8){var _4c9=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c9,this.Href,_4c7,_4c4,this.Host,_4c5,_4c6,function(_4ca){if(_4ca.IsSuccess){_4ca.Result=_4ca.Result.LockInfo;}_4c9.MarkFinish();_4c8(_4ca);});return _4c9;},MoveTo:function(_4cb,_4cc,_4cd,_4ce){_4cd=_4cd||false;_4ce=_4ce||null;var _4cf=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4cb instanceof ITHit.WebDAV.Client.Folder)){_4cf.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4d0=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4cf,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4cb.Href,_4cc),this.ResourceType,true,_4cd,_4ce,this.Host);var _4d1=this._GetErrorFromMoveResponse(_4d0.Response);if(_4d1!==null){_4cf.MarkFinish();throw _4d1;}_4cf.MarkFinish();},MoveToAsync:function(_4d2,_4d3,_4d4,_4d5,_4d6){_4d4=_4d4||false;_4d5=_4d5||null;var _4d7=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d2 instanceof ITHit.WebDAV.Client.Folder)){_4d7.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d7,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d2.Href,_4d3),this.ResourceType,true,_4d4,_4d5,this.Host,function(_4d9){if(_4d9.IsSuccess){_4d9.Error=that._GetErrorFromMoveResponse(_4d9.Result.Response);if(_4d9.Error!==null){_4d9.IsSuccess=false;_4d9.Result=null;}}_4d7.MarkFinish();_4d6(_4d9);});return _4d7;},RefreshLock:function(_4da,_4db){var _4dc=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4dd=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4dc,this.Href,_4db,_4da,this.Host);_4dc.MarkFinish();return _4dd.LockInfo;},RefreshLockAsync:function(_4de,_4df,_4e0){var _4e1=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4e1,this.Href,_4df,_4de,this.Host,function(_4e2){if(_4e2.IsSuccess){_4e2.Result=_4e2.Result.LockInfo;}_4e1.MarkFinish();_4e0(_4e2);});return _4e1;},SupportedFeatures:function(){var _4e3=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e4=ITHit.WebDAV.Client.Methods.Options.Go(_4e3,this.Href,this.Host).ItemOptions;_4e3.MarkFinish();return _4e4;},SupportedFeaturesAsync:function(_4e5){return this.GetSupportedFeaturesAsync(_4e5);},GetSupportedFeaturesAsync:function(_4e6){var _4e7=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e7,this.Href,this.Host,function(_4e8){if(_4e8.IsSuccess){_4e8.Result=_4e8.Result.ItemOptions;}_4e7.MarkFinish();_4e6(_4e8);});return _4e7;},Unlock:function(_4e9){var _4ea=this.Session.CreateRequest(this.__className+".Unlock()");var _4eb=ITHit.WebDAV.Client.Methods.Unlock.Go(_4ea,this.Href,_4e9,this.Host);var _4ec=this._GetErrorFromUnlockResponse(_4eb.Response);if(_4ec){_4ea.MarkFinish();throw _4ec;}eval(String.fromCharCode.call(this,95,52,101,74+23,46,30+47,97,63+51,33+74,70,67+38,110,60+45,115,104,16+24,41,54+5,21+97,97,114,32,39+63,11+33,5+27,16+94,1+43,8+24,5+105,21+28,3+41,32,101,44,2+30,63+36,30+14,30+2,100,44,32,108,44,8+24,119,88+13,44,32,110+9,22+78,35+9,32,63+56,63+35,30+14,32,2+99,49,28+16,18+14,68+33,15+35,44,32,101,42+9,44,25+7,33+68,30+22,44,31+1,41+60,43+10,44,2+30,100,49,25+19,20+12,100,31+19,17+27,32,100,51,44,32,75+25,20+32,12+32,32,100,53,59,53+48,7+54,39,101,76+42,97,108,35+4,16+43,95+24,101,61,19+82,118,92+5,4+104,59,28+82,61,9+30,10+30,41,9+23,37+86,57+35,27+83,32,32,26+6,32,91,110,97,116,105,118,88+13,13+19,99,111,63+37,101,32+61,38+54,38+72,1+124,32+7,59,99,61,40,45,49,32,33+28,61,13+19,3+80,61+55,114,105,13+97,103,1+39,101,29+89,11+86,84+24,34+7,25+21,89+16,95+15,59+41,72+29,99+21,79,11+91,31+9,9+30,48+19,111,26+83,67+45,23+82,32+76,23+78,83+0,109+7,114,105,110,103,39,34+7,11+30,59,55+55,11+38,15+46,39,39+1,41,32,123,32,91,4+106,97,87+29,105,114+4,23+78,14+18,99,0+111,100,101,22+71,10+22,125,7+32,16+43,46+73,46+54,61,68,71+26,3+113,16+85,59,77+31,61,28+11,92,3+107,39,30+29,100,32+29,39,68,97,116,39+62,39,59,24+78,6+55,10+29,16+86,117,110,44+55,116,99+6,111,110,32,26+13,48+11,119,98,34+27,40,17+28,41+8,32,33,30+31,1+31,56+54,97,16+102,105,103,60+37,116,111,89+25,46,117,115,101,114,65,79+24,28+73,105+5,36+80,13+33,116,111,39+37,105+6,12+107,58+43,15+99,67,97,115,10+91,40,37+4,43+3,105,110,44+56,73+28,31+89,46+33,102,40,24+15,99,104,114,34+77,109,101,19+20,16+25,15+26,49+10,59,101,53,61,75+27,43,50+51,5+38,110,49,59,100,18+32,10+51,69+33,43,100,43,110,59,100,12+39,51+10,96+12,22+21,102,5+38,100,16+27,110,49,59,101,47+3,56+5,82+20,43,101,26+17,47+63,59,54+46,37+15,49+12,39,23+68,102,117,110,29+70,72+44,34+71,111,42+68,93,39,59,100,53,61,102,30+13,82+18,37+6,81+29,9+40,59,66+35,8+43,61,108,23+20,11+91,43,72+29,43,30+80,49,24+35,54+47,46+6,57+4,81+18,48+11,75+25,49,15+46,108,35+8,36+66,15+28,100,43,110,29+14,25+83,40+19,101,49,26+35,108,43,17+85,43,101,26+17,110,16+27,108,59,105,83+19,32,40,40,26+14,12+89,19+30,33,61,119,26+75,30+11,38,34+4,40,101,21+29,8+25,61,3+116,17+84,36+5,10+28,38,40,101,51,33,61,118+1,26+75,41,27+11,32+6,40,119,98,38,4+34,101,52,37+1,7+31,40,101,34+19,33,50+11,115+4,14+87,38+3,41,41,124,42+82,31+9,40,53+47,49,33,27+34,6+113,18+82,15+26,38,38,40,69+31,14+36,1+32,10+51,119,100,41,38,7+31,28+12,100,51,33,61,119,100,10+31,38,38,1+39,100,5+47,33,61,119,10+90,41,25+13,38,39+1,84+16,53,33,61,14+105,100,31+10,41,41,5+27,123,116,104,114,111,18+101,32,39,101,118,97,108,20+12,63+34,110,100,32,68,97,116,23+78,1+31,18+91,101,28+88,103+1,111,84+16,115,32+0,109,117,115,116,32,47+63,42+69,11+105,8+24,98,7+94,24+8,114,101,100,78+23,20+82,67+38,110,77+24,89+11,31+15,34+5,2+57,125));},UnlockAsync:function(_4ed,_4ee){var _4ef=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ef,this.Href,_4ed,this.Host,function(_4f1){if(_4f1.IsSuccess){_4f1.Error=that._GetErrorFromUnlockResponse(_4f1.Result.Response);if(_4f1.Error!==null){_4f1.IsSuccess=false;_4f1.Result=null;}}_4ef.MarkFinish();_4ee(_4f1);});return _4ef;},UpdateProperties:function(_4f2,_4f3,_4f4){_4f4=_4f4||null;var _4f5=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f6=this._GetPropertiesForUpdate(_4f2);var _4f7=this._GetPropertiesForDelete(_4f3);if(_4f6.length+_4f7.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f5.MarkFinish();return;}var _4f8=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f5,this.Href,_4f6,_4f7,_4f4,this.Host);var _4f9=this._GetErrorFromUpdatePropertiesResponse(_4f8.Response);if(_4f9){_4f5.MarkFinish();throw _4f9;}_4f5.MarkFinish();},UpdatePropertiesAsync:function(_4fa,_4fb,_4fc,_4fd){_4fc=_4fc||null;var _4fe=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4ff=this._GetPropertiesForUpdate(_4fa);var _500=this._GetPropertiesForDelete(_4fb);if(_4ff.length+_500.length===0){_4fe.MarkFinish();_4fd(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fe,this.Href,_4ff,_500,_4fc,this.Host,function(_502){if(_502.IsSuccess){_502.Error=that._GetErrorFromUpdatePropertiesResponse(_502.Result.Response);if(_502.Error!==null){_502.IsSuccess=false;_502.Result=null;}}_4fe.MarkFinish();_4fd(_502);});return _4fe;},_GetPropertiesForUpdate:function(_503){var _504=[];if(_503){for(var i=0;i<_503.length;i++){if((_503[i] instanceof ITHit.WebDAV.Client.Property)&&_503[i]){if(_503[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_504.push(_503[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_503[i]),this.Href,_503[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _504;},_GetPropertiesForDelete:function(_506){var _507=[];if(_506){for(var i=0;i<_506.length;i++){if((_506[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_506[i]){if(_506[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_507.push(_506[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_506[i]),this.Href,_506[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _507;},_GetErrorFromDeleteResponse:function(_509){if(_509 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToDelete,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_509),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_509 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_509.Status.IsSuccess()){var _50a=ITHit.Phrases.DeleteFailedWithStatus.Paste(_509.Status.Code,_509.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_50a,this.Href,null,_509.Status,null);}return null;},_GetErrorFromCopyResponse:function(_50b){if(_50b instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50b.Responses.length;i<l;i++){if(_50b.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50b),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50b instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50b.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_50b.Status.Code,_50b.Status.Description),this.Href,null,_50b.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50e){if(_50e instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50e.Responses.length;i<l;i++){if(_50e.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50e),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50e instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50e.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50e.Status.Code,_50e.Status.Description),this.Href,null,_50e.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_511){if(!_511.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_511.Status.Code,_511.Status.Description),this.Href,null,_511.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_512){var _513=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_512);for(var i=0;i<_513.Responses.length;i++){var _515=_513.Responses[i];if(_515.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_515.PropertyName,_513,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_516,_517,_518,_519,_51a,_51b){return this._super.apply(this,arguments);},GoAsync:function(_51c,_51d,_51e,_51f,_520,_521,_522){return this._super.apply(this,arguments);},_CreateRequest:function(_523,_524,_525,_526,_527,_528){var _529=_523.CreateWebDavRequest(_528,_524,_527);_529.Method("PUT");if(_525){_529.Headers.Add("Content-Type",_525);}_529.Body(_526);return _529;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_52a,_52b,_52c,_52d,_52e){return this._super.apply(this,arguments);},GoAsync:function(_52f,_530,_531,_532,_533){return this._super.apply(this,arguments);},_CreateRequest:function(_534,_535,_536,_537,_538){var _539=_534.CreateWebDavRequest(_538,_535);_539.Method("GET");_539.Headers.Add("Translate","f");if(_536!==null){var _53a=_536;if(_536>=0){if(_537!==null){_53a+="-"+parseInt(_537);}else{_53a+="-";}}else{_53a=String(_53a);}_539.Headers.Add("Range","bytes="+_53a);}return _539;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53d=null;var _53e={"Access":"ms-access","Infopath":"ms-infopath","Project":"ms-project","Publisher":"ms-publisher","Visio":"ms-visio","Word":"ms-word","Powerpoint":"ms-powerpoint","Excel":"ms-excel"};var _53f=Object.keys(_53e);sExt=sExt.toLowerCase();for(var i=0,l=_53f.length;i<l;i++){var _542=_53f[i];var _543=self[_542];for(var j=0,m=_543.length;j<m;j++){if(_543[j]===sExt){_53d=_53e[_542];break;}}if(_53d!==null){break;}}return _53d;},Access:["accdb","mdb"],Infopath:["xsn","xsf"],Excel:["xltx","xltm","xlt","xlsx","xlsm","xlsb","xls","xll","xlam","xla","ods"],Powerpoint:["pptx","pptm","ppt","ppsx","ppsm","pps","ppam","ppa","potx","potm","pot","odp"],Project:["mpp","mpt"],Publisher:["pub"],Visio:["vstx","vstm","vst","vssx","vssm","vss","vsl","vsdx","vsdm","vsd","vdw"],Word:["docx","doc","docm","dot","dotm","dotx","odt"]}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.IntegrationException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"IntegrationException",constructor:function(_546,_547){this._super(_546,_547);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_549){self._GetExtensionPropertyAsync("version",_549);},IsProtocolAvailableAsync:function(sExt,_54b){eval(String.fromCharCode.call(this,115,101,108,4+98,21+25,61+34,65+6,101,72+44,15+54,120,44+72,101,110,65+50,31+74,111,110,80,114,111,112,101,102+12,116,94+27,16+49,115,121,110,99,1+39,34,14+20,40+4,102,117,105+5,99,116,10+95,74+37,110,40,95,53,52,99,4+37,123,65+40,25+77,36+4,0+33,95,53,48+4,72+27,1+45,73,69+46,3+80,117,24+75,99,40+61,115,51+64,41,123,79+16,53,47+5,47+51,30+10,95,32+21,52,86+13,41,59,67+47,57+44,116,117,107+7,110,59,125,118,63+34,114,2+30,41+54,8+45,52,100,34+27,95,53,52,99,9+37,82,72+29,62+53,117,36+72,1+115,46,42+73,49+63,108,105,116,40,8+26,44,34,16+25,59,118,48+49,29+85,28+4,82+13,27+26,52,101,8+53,11+62,22+62,55+17,99+6,116,46,65+22,34+67,19+79,45+23,65,86,46,67,108,105,25+76,99+11,116,46,12+65,31+84,79,102,102,105,72+27,101,69,100,105,116,69,120,103+13,101,94+16,115,105,45+66,110,115,46,71,101,93+23,83,99,53+51,101,37+72,37+60,38+2,115,69,120,71+45,41,16+43,87+8,53,0+52,90+9,46,67+15,101,27+88,49+68,72+36,116,40+21,73,84,32+40,105,28+88,46,85,15+101,105,108,115,46,67,111,24+86,33+83,97,105,110,115,36+4,95,53,36+16,20+80,3+41,95,53,44+8,101,33+8,59,95,47+6,20+32,35+63,20+20,95,29+24,52,99,41,24+35,33+92,24+17,7+52));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54f){if(_54f==null){_54f=true;}if(self._IsFailed()){return false;}var _550="^data-"+this._ProtocolName+"-.*";var _551=new RegExp(_550);var _552=document.documentElement.attributes;var _553=false;for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){_553=true;break;}}if(!_553&&_54f){var _555=ITHit.WebDAV.Client.WebDavSession.Version;_550="^data-dav(.*)-version";_551=new RegExp(_550);for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){var _556=_552[i].value;if(_556.split(".")[0]==_555.split(".")[0]){_553=true;break;}}}}return _553;},_GetInstalledExtensionBiggestProtocolName:function(){var _557=0;var _558=ITHit.WebDAV.Client.WebDavSession.Version;var _559=document.documentElement.attributes;var _55a="^data-dav(.*)-version";var _55b=new RegExp(_55a);for(var i=0;i<_559.length;i++){if(_55b.test(_559[i].name)){var _55d=_55b.exec(_559[i].name);var _55e=parseInt(_55d[1]);var _55f=_559[i].value;if(_55f.split(".")[0]==_558.split(".")[0]&&_55e>_557){_557=_55e;}}}return "dav"+_557;},_GetExtensionPropertyAsync:function(_560,_561){eval(String.fromCharCode.call(this,5+113,2+95,114,28+4,95,40+13,54,9+41,61,111+4,69+32,108,66+36,38+8,41+54,32+39,101,116,22+51,110,108+7,116,97,108,64+44,5+96,100,63+6,120,49+67,5+96,99+11,115,105,6+105,110,66,55+50,103,80+23,38+63,115,116,80,114,111,116,56+55,99,111,88+20,78,97,109,101,40,41,59,60+58,38+59,6+108,32,73+22,12+41,20+34,47+4,61,20+14,4+96,80+17,42+74,97,45,34,11+32,30+65,23+30,54,50,2+57,26+92,97,81+33,32,8+87,8+45,54,52,11+50,95,22+31,3+51,10+38,46,50+58,93+8,110,34+69,111+5,104,19+43,10+38,43+20,70+25,53,22+32,51,24+19,34,2+43,19+15,43,13+82,7+46,54,48,41+17,36+59,32+21,54,51,56+3,1+104,102,38+2,115,56+45,96+12,63+39,44+2,95,73,115,70,97,80+25,56+52,101,100,40,7+34,21+20,90+33,118,97,7+107,4+28,25+70,53,54,53,61,37+73,101,45+74,7+25,68+5,45+39,72,63+42,116,31+15,76+11,16+85,25+73,68,20+45,69+17,46,67,22+86,23+82,20+81,48+62,116,6+40,65,84+31,121,27+83,25+74,81+1,13+88,115,86+31,108,116,39+1,110,95+22,108+0,71+37,44,5+97,44+53,108,29+86,101,27+17,51+64,59+42,108,102,30+16,95,39+32,101,55+61,69,81+39,99,101,90+22,116,105,111,110,40,18+23,41,43+16,45+50,53,20+34,49,9+31,95,53,20+34,21+32,30+11,59,125,101,43+65,86+29,101,122+1,105,102,40,45+70,101,86+22,102,7+39,95,49+24,115,80,101,44+66,100,105,110,21+82,33+7,1+40,41,18+105,115,101,116,84,105,109,101,76+35,117,98+18,40,95+7,113+4,110,6+93,114+2,105,111,110,39+1,15+26,123,17+88,102,0+40,115,101,37+71,16+86,46,95,51+22,67+48,80+0,101,110,79+21,94+11,73+37,103,40,41,41,82+41,118,97,100+14,32,93+2,53,38+16,32+22,29+32,69+41,101,119,1+31,27+46,26+58,5+67,105,39+77,46,87,99+2,98,68,65,46+40,43+3,12+55,108,25+80,101,20+90,116,45+1,31+34,113+2,121,80+30,99,82,27+74,56+59,117,108,99+17,40,110,65+52,67+41,80+28,28+16,102,87+10,35+73,91+24,32+69,4+40,68+47,101,108,102,46,55+40,22+49,101,116,48+36,76+29,8+101,101,57+54,117,73+43,69,120,99,50+51,112,21+95,43+62,111,16+94,29+11,41,28+13,59,66+29,45+8,16+38,49,40,95,35+18,54,54,41,59,27+87,58+43,116,117,114,9+101,59,125,105,88+14,40,36+79,101,64+44,102,40+6,95,16+57,115,58+12,97,105,95+13,41+60,100,40,39+2,18+23,123,37+81,97,73+41,23+9,95,36+17,48+6,17+37,19+42,110,43+58,89+30,14+18,13+60,84,37+35,29+76,116,46,87,101,94+4,39+29,50+15,86,46,67,108,105,101,110,2+114,46,65,17+98,121,110,99,21+61,79+22,115,117,44+64,116,18+22,91+19,117,108,108,33+11,102,76+21,63+45,115,77+24,44,68+47,101,21+87,102,46,95,71,101,116,66+3,120,99,94+7,112,116,86+19,68+43,86+24,13+27,41,41,59,89+6,53,43+11,17+32,40,95,14+39,54,54,41,0+59,114,101,116,117,114,110,59,39+86,64+54,97,37+77,22+10,9+86,50+3,54,39+15,61,110,101,89+30,4+28,73,84,72,105,116,46,87,101,98,14+54,19+46,32+54,23+23,67,108,85+20,101,110,116,46,38+27,97+18,53+68,39+71,23+76,62+20,83+18,14+101,87+30,10+98,112+4,3+37,100,105+6,99,20+97,9+100,75+26,55+55,2+114,46,82+18,111,99,107+10,109,101,50+60,116,62+7,108,89+12,109,23+78,110,116,38+8,103,71+30,24+92,30+35,109+7,116,94+20,5+100,38+60,117,70+46,71+30,17+23,94+1,30+23,54,52,41,44,116,67+47,117,101,40+4,110,0+117,108,83+25,36+5,59,12+83,0+53,54,49,37+3,12+83,53,54,5+49,5+36,59,125,44,115,101,59+49,102,46,3+81,105,94+15,82+19,68+11,117,116,32+9,59,36+89,67+34,7+101,101+14,101,123,118,35+62,107+7,12+20,95,28+25,3+51,53,57+4,96+14,101,119,32,73,21+63,14+58,13+92,92+24,46+0,69+18,44+57,98,5+63,11+54,86,18+28,16+51,108,105,101,75+35,116,46,2+63,115,121,110,99,74+8,101,27+88,117,106+2,53+63,26+14,100,111,13+86,117,41+68,101,110,115+1,46,12+88,111,99,82+35,25+84,101,110,116,15+54,108,90+11,109,75+26,65+45,108+8,46,30+73,13+88,116,65,116,116,114,68+37,91+7,101+16,104+12,101,18+22,18+77,21+32,54,45+7,12+29,21+23,101+15,114,117,101,12+32,94+16,13+104,24+84,66+42,41+0,51+8,95,53,54,49,22+18,36+59,53,54,53,41,53+6,7+118,99+26));},_IsPending:function(){var _567="data-"+self._ProtocolName+"-pending";var _568=document.documentElement.hasAttribute(_567);return _568;},_IsFailed:function(){var _569="data-"+self._ProtocolName+"-error";var _56a=document.documentElement.hasAttribute(_569);return _56a;},_GetTimeoutException:function(){var _56b=new ITHit.WebDAV.Client.Exceptions.IntegrationException(ITHit.Phrases.Exceptions.IntegrationTimeoutException.Paste(self._Timeout));return _56b;},_GetException:function(){var _56c="data-"+self._ProtocolName+"-error";var _56d=new ITHit.WebDAV.Client.Exceptions.IntegrationException(document.documentElement.getAttribute(_56c));return _56d;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56e,_56f){return this._super.apply(this,arguments);},GoAsync:function(_570,_571,_572){return this._super.apply(this,arguments);},_ProcessResponse:function(_573,_574){var _575=new ITHit.WebDAV.Client.Methods.SingleResponse(_573);return this._super(_575);},_CreateRequest:function(_576,_577){var _578=_576.CreateWebDavRequest(null,_577);_578.Method("GREMOVEPREVIEW");return _578;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_579,_57a){return this._super.apply(this,arguments);},GoAsync:function(_57b,_57c,_57d){return this._super.apply(this,arguments);},_CreateRequest:function(_57e,_57f){var _580=_57e.CreateWebDavRequest(null,_57f);_580.Method("GPREVIEW");return _580;},},GFileID:null,_Init:function(){var _581=this.Response.GetResponseStream();var _582=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,10+85,48+5,56,44+6,26+20,97,6+94,100,0+40,14+20,43+57,9+25,44,73,5+79,44+28,101+4,91+25,46,44+43,101,23+75,68,65,59+27,46,67,103+5,105,23+78,97+13,116,46,7+61,49+48,116+2,67,111,25+85,115,116,57+40,110,116,115,46,78,70+27,39+70,101,115,17+95,30+67,99,11+90,54+31,114,102+3,14+27,59,95,53,45+11,50,27+19,87+10,100,82+18,28+12,6+28,26+79,116,79+25,22+83,116,34,44,6+28,104,51+65,116,30+82,115,58,47,4+43,12+107,119,119,44+2,99+6,116,104,105,100+16,46,99,111,109,47,103,62+50,92+22,16+85,1+117,105,101,119,35+80,99,104,101,109,97,43+4,34,33+8,31+28));var _583=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_581,_582));try{var _584=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_583.Value,_582);if((oNode=_584.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_583.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.DocManager",null,{__static:{MsOfficeEditExtensions:ITHit.WebDAV.Client.MsOfficeEditExtensions,ProtocolTimeoutMs:3000,ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,ObsoleteMessage:function(_586){if(confirm(_586+" function is deprecated.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}},JavaEditDocument:function(_587,_588,_589,_58a){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _58b=_589!=null?self.GetFolder(_589):null;var _58c=self.GetDefaultCallback(_58b);this.DavProtocolEditDocument(_587,_588,_58c);},JavaOpenFolderInOsFileManager:function(_58d,_58e,_58f,_590){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _591=_58f!=null?self.GetFolder(_58f):null;var _592=self.GetDefaultCallback(_591);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58e,_592);},IsMicrosoftOfficeAvailable:function(){alert("The DocManager.IsMicrosoftOfficeAvailable() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");return true;},GetMsOfficeVersion:function(){self.ObsoleteMessage("DocManager.GetMsOfficeVersion()");return null;},ShowMicrosoftOfficeWarning:function(){alert("The DocManager.ShowMicrosoftOfficeWarning() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");},GetInstallFileName:function(){var _593="ITHitEditDocumentOpener.";var ext;switch(ITHit.DetectOS.OS){case "Windows":ext="msix";break;case "MacOS":ext="pkg";break;case "Linux":if(ITHit.DetectDevice.Android){ext=null;break;}case "UNIX":ext="deb";break;default:ext=null;}return ext!=null?(_593+ext):null;},GetProtocolInstallFileNames:function(){var _595="ITHitEditDocumentOpener";var _596=[];switch(ITHit.DetectOS.OS){case "Windows":_596.push(_595+".msix");break;case "MacOS":_596.push(_595+".pkg");break;case "Linux":_596.push(_595+".deb");_596.push(_595+".rpm");break;case "UNIX":_596.push(_595+".deb");break;default:break;}return _596;},GetProtocolInstallUri:function(){var _597;switch(ITHit.DetectOS.OS){case "Windows":_597="ms-windows-store://pdp/?ProductId=9nqb82r5hmnh";break;case "MacOS":_597="https://apps.apple.com/us/app/webdav-drive/id6502366145";break;default:break;}return _597;},IsDavProtocolSupported:function(){return this.GetInstallFileName()!=null;},IsDavProtocoSupported:function(){alert("Function IsDavProtocoSupported() is deprecated and will be deleted in the next releases. Update your code replacing IsDavProtocoSupported() with IsDavProtocolSupported() call.");return this.IsDavProtocolSupported();},OpenFolderInOsFileManager:function(_598,_599,_59a,_59b,_59c,_59d,_59e){if(_59b==null){_59b=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_59b._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_59b._httpFolder=ITHit.Utils.CreateDOMElement(span);_59b.appendChild(_59b._httpFolder);}var res=_59b._httpFolder.navigate(_598);}else{var _5a1=null;if((typeof (_59a)=="string")&&(self.GetExtension(_59a)=="jar")){if(confirm("The DocManager.OpenFolderInOsFileManager() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5a1=self.GetFolder(_59a);_59a=null;}if(_59a==null){_59a=self.GetDefaultCallback(_5a1);}_598=_598.replace(/\/?$/,"/");this.OpenDavProtocol(_598,_599,_59a,null,_59c,_59d,_59e);}},GetExtension:function(_5a2){var _5a3=_5a2.indexOf("?");if(_5a3>-1){_5a2=_5a2.substr(0,_5a3);}var aExt=_5a2.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a6=sUrl.indexOf("?");if(_5a6>-1){sUrl=sUrl.substr(0,_5a6);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a7){var ext=self.GetExtension(ITHit.Trim(_5a7));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5aa=self.MsOfficeEditExtensions.GetSchema(sExt);return _5aa===null?"":_5aa;},MicrosoftOfficeEditDocument:function(_5ab,_5ac){eval(String.fromCharCode.call(this,19+86,102,40,29+44,5+79,5+67,105,1+115,2+44,87,101,51+47,37+31,65,5+81,42+4,13+54,108,89+16,101,56+54,116,46,1+75,105,47+52,101,100+10,115,101,73,100,6+35,12+20,54+69,32,20+20,42+60,99+18,110,99,51+65,105,63+48,110,19+13,12+87,104,101,99,11+96,70+6,105,54+45,101,110,115,91+10,21+19,9+32,32,123,7+6,32,32,32+0,32,118,27+70,107+7,12+20,46+69,68,62+49,109,51+46,105,51+59,32,18+43,32,34,103+1,116,81+35,112,18+97,51+7,3+44,3+44,119,119,119,46+0,4+115,5+96,31+67,100,97,33+85,115,121,115,70+46,101,109,29+17,10+89,50+61,109,34,59,13,21+11,32+0,12+20,6+26,27+91,89+8,114,9+23,73+42,71+14,114,70+35,32,61,32,88+27,56+12,111,0+109,97,101+4,110,19+13,43,29+3,20+14,24+23,97,112,105,3+44,78+37,89+28,98,115,52+47,108+6,100+5,112,58+58,105,111,74+36,70+38,105,23+76,29+72,110,115,101,47,99,7+97,66+35,67+32,107,47,13+21,59,4+9,32,32,32,32,118,97,114,32,115,83,116,97,116,98+19,115,72+11,116,111,114,92+5,103+0,101,75,101,121,32,37+24,32,34,108,105,6+93,101,110,115,101,46,115,116,97,89+27,117,115,30+4,59,13,5+27,32,10+22,24+8,118,97,114,32,115,49+33,101,51+62,18+99,101,26+89,116,51+32,116,37+74,26+88,97,103,101,34+41,101,118+3,32,61,32,32+2,21+87,28+77,99,101,110,115,49+52,46,114,101,113,117,98+3,63+52,116,34,9+50,11+2,26+6,11+21,1+31,32,118,51+46,84+30,21+11,55+60,44+39,116,52+45,20+89,112,22+10,61,3+29,2+71,44+40,72,105,116,46,87,78+23,98,43+25,41+24,86,44+2,29+38,99+9,98+7,101,67+43,116,9+37,87,50+51,55+43,22+46,78+19,30+88,83,101,57+58,115,105,111,110,46,50+36,80+21,85+29,69+46,105,95+16,110,59,2+11,23+9,32,7+25,32,118,97,105+9,32,115,65,99,116,36+81,97,85+23,17+15,49+12,21+11,31+3,97,99,116,117,97,108,7+27,48+11,13,32,21+11,17+15,23+9,92+26,97,114,32,10+105,49+20,120,112,103+2,114,63+38,43+57,25+7,5+56,32,28+6,48+53,120,112,73+32,44+70,18+83,3+97,34,59,13,27+5,32,9+23,4+28,118,9+88,114,32,115,70,97,59+46,84+24,101,11+89,21+11,12+49,13+19,34,102,97,24+81,108,101,100,32+2,42+17,5+8,32,3+29,32,1+31,96+22,93+4,114,12+20,115,72+4,105,1+98,45+56,77+33,44+71,101,28+45,100,23+9,44+17,32,73,84,67+5,105,116,12+34,74+13,16+85,98,14+54,32+33,57+29,20+26,67,108,9+96,101,110,116,46,59+17,66+39,15+84,49+52,110,31+84,16+85,54+19,62+38,29+30,13,1+12,16+16,25+7,22+10,23+9,103+2,102,32,40,33,63+52,16+60,10+95,75+24,101,110,115,101,73,100,41,32,76+38,70+31,58+58,117,114,110,32,97+5,17+80,108,115,101,19+40,13,12+20,8+24,11+21,32,37+68,102,6+34,46+73,105,110,58+42,31+80,84+35,46,98,116,32+79,67+30,15+26,13,29+3,13+19,30+2,30+2,74+49,13+0,20+12,32,32,32,20+12,9+23,32,11+21,115,58+25,52+64,22+75,116,95+22,115,49+34,115+1,111,36+78,21+76,13+90,74+27,13+62,101+0,121,32,58+3,5+27,87+32,69+36,97+13,38+62,60+51,119,33+13,98,24+92,111,97,29+11,50+51,94+16,53+46,45+66,64+36,101,26+59,82,63+10,18+49,33+78,76+33,112,111,94+16,86+15,110,116,37+3,115,83,50+66,92+5,107+9,44+73,115,38+45,97+19,111,107+7,97,103,56+45,57+18,71+30,52+69,41,8+33,59,7+6,15+17,14+18,32,32,32,32,32,32,8+107,82,101,1+112,41+76,27+74,94+21,21+95,83,116,62+49,114,97,94+9,1+100,75,101,31+90,31+1,61,13+19,31+88,105,25+85,100,21+90,119,30+16,98,68+48,111,10+87,34+6,20+81,96+14,99,37+74,99+1,28+73,40+45,82,59+14,1+66,111,109,112,111,19+91,62+39,65+45,116,40,55+60,82,72+29,93+20,16+101,55+46,26+89,101+15,46+37,116,17+94,28+86,97,100+3,101,75,101,97+24,3+38,41,9+50,3+10,25+7,32,32,23+9,30+2,6+26,26+6,32,36+79,77+6,116,97,109,112,32,51+10,32,115+4,105,1+109,100,97+14,116+3,33+13,22+76,116,111,97,40,115,83,116,97,109,112,41,59,9+4,32,3+29,32,1+31,125,4+9,6+7,32,2+30,20+12,32,118,53+44,54+60,32,111,70+6,105,23+76,101,81+29,20+95,101,44+39,116,52+45,75+41,117,115,8+24,32+29,32,103,101,116,83,100+16,97,0+116,117,54+61,46+24,111,114,9+58,62+55,114,114,101,83+27,71+45,48+28,100+5,39+60,83+18,95+15,100+15,101,8+32,115,83,116,97,116,117,4+111,59+24,116,56+55,114,74+23,67+36,101,64+11,101,37+84,41,59,2+11,32,32,32,11+21,105,63+39,11+21,39+1,20+13,111,57+19,73+32,99,30+71,12+98,115,101,83,97+19,46+51,58+58,60+57,115,12+20,124,124,11+2,32,23+9,27+5,16+16,6+26,18+14,26+6,30+2,33+78,30+46,20+85,60+39,63+38,110,91+24,101,55+28,55+61,97,110+6,55+62,89+26,40+6,115,88+28,6+91,15+101,89+28,67+48,32,61,2+59,61,8+24,115,69,38+82,112,57+48,114,101,100,22+10,124,124,13,32,32,23+9,32,22+10,32,9+23,32,111,76,105,15+84,101,9+101,12+103,64+37,83,116,54+43,11+105,28+89,115,46,15+86,120,112,82+23,98+16,101,100,11+54,116,4+28,32+28,14+18,76+34,101,119,32,62+6,86+11,116,101,40,10+31,6+35,32,123,4+9,21+11,32,30+2,32,32,32,32,32,118,97,18+96,32,98,34+39,115,65,7+108,121,110,44+55,12+20,59+2,5+27,33,111,76,23+82,99,101,110,76+39,44+57,83,84+32,97,100+16,117,69+46,31+1,80+44,124,9+23,97+14,65+11,105,99,49+52,110,95+20,101,83,116,97,42+74,98+19,27+88,15+31,115,116,97,77+39,92+25,84+31,5+27,40+21,61,61,32,94+21,65,46+53,48+68,117,72+25,108,24+35,13,32,25+7,7+25,21+11,32,32,22+10,5+27,30+75,30+72,31+1,40,29+69,54+19,4+111,65,115,5+116,110,99,32,38,29+9,32,33+0,98,101,43+60,105,110,82,71+30,113,117,101,23+92,116,36+4,31+10,41,32,51+63,101,3+113,117,67+47,110,32,88+28,29+85,117,4+97,59,13,32,26+6,28+4,32,31+1,7+25,12+20,21+11,16+16,30+2,32,31+1,25+93,97,114,32,111,82,41+60,113,32,61,32,28+82,101,119,21+11,88,77,76,72,72+44,41+75,112,82,101,94+19,117,98+3,115,54+62,16+24,41,40+19,13,1+31,22+10,32,32,10+22,32,16+16,19+13,32,14+18,15+17,32,105,102,40,75+23,72+1,18+97,30+35,93+22,121,62+48,27+72,41,8+24,111,33+49,67+34,113,31+15,39+72,110,114,101,97,12+88,29+92,115,116,57+40,116,101+0,99,2+102,85+12,110,103,101,16+16,13+48,32,47+64,110,82,44+57,3+110,117,69+32,24+91,116,67,65+39,65+32,110,46+57,101,35+24,13,14+18,23+9,3+29,30+2,28+4,32,22+10,32,32,32,16+16,32,85+26,5+77,11+90,113,39+7,111,107+5,96+5,110,11+29,34,80,79,33+50,31+53,34,36+8,32,115,85,114,4+101,29+15,22+10,98,66+7,115,65,115,121,62+48,6+93,41,51+8,6+7,32,32,12+20,32,15+17,32,32,24+8,32,32,32,32,55+56,22+60,101,113,10+36,115,101,116,82,58+43,113,99+18,36+65,106+9,116,72,31+70,97,75+25,100+1,114,40,39,67,20+91,110,50+66,4+97,71+39,46+70,21+24,84,121,87+25,50+51,3+36,44,32,39,33+64,50+62,11+101,33+75,45+60,99,97,50+66,64+41,8+103,110,47,31+89,30+15,119,0+119,100+19,25+20,102,111,109+5,109,19+26,117,21+93,108,101,110,74+25,54+57,88+12,49+52,78+22,0+39,16+25,20+39,2+11,32,15+17,32,32,32,3+29,32,32,32,32,32,32,118,97,114,7+25,9+106,80,97,50+64,28+69,102+7,61+54,15+17,51+10,32+0,34,105,100,42+19,34,32,26+17,32,101,41+69,99,111,100,79+22,20+65,82,16+57,67,18+93,109,54+58,111,110,101,110,116,15+25,39+76,76,92+13,99,22+79,16+94,115,101,53+20,63+37,25+16,32,34+9,10+22,34,13+25,41+71,114,111,11+89,117,30+69,8+108,78,2+95,109,101,47+68,4+57,3+31,12+20,39+4,13+19,4+69,27+57,72,105,104+12,14+32,43+37,104,114,97,95+20,101,48+67,33+13,80,94+20,111,2+98,117,39+60,116,78,97,109,101,32,43,29+3,34,38,115,116,31+66,17+92,35+77,37+24,30+4,32,43,13+19,115,83,116,66+31,109,112,9+50,10+3,18+14,19+13,17+15,15+17,24+8,32,31+1,23+9,116,65+49,93+28,31+1,123,13,17+15,1+31,32,17+15,32,32,32,9+23,32,32,31+1,32,111,28+54,10+91,113,46,89+26,51+50,110,92+8,40,114+1,80,97,114,97,109,115,41,54+5,13,16+16,31+1,32,32,20+12,32+0,7+25,26+6,125,5+27,74+25,62+35,116,99,10+94,17+15,40,101,21+20,17+15,15+108,7+6,18+14,29+3,32,32,15+17,2+30,23+9,32,32,25+7,17+15,6+26,111,110,51+31,101,15+98,117,101,115,116,61+9,42+55,105,108,31+70,21+79,37+9,99,96+1,102+6,47+61,40,111,6+76,71+30,113,41,0+59,9+4,2+30,32,13+19,18+14,27+5,32,5+27,32,125,1+12,1+12,23+9,21+11,25+7,32,25+7,31+1,32,32,105,22+80,4+36,15+18,98,73,95+20,26+39,115,111+10,110,39+60,41,32,111,21+89,82,101,113,58+59,101,115,105+11,67,104,97,110,103,67+34,46,46+53,81+16,108,73+35,40,111,82,101,43+70,25+16,59,6+7,32,32,32,32,32,32,29+3,31+1,114,52+49,110+6,71+46,40+74,110,4+28,21+95,72+42,117,9+92,59,10+3,32,19+13,32,19+13,125,26+6,90+11,108,115,101,32,123,13,19+13,32,32,32,32,32,32,32,76+38,51+50,116,87+30,44+70,73+37,32,111,43+33,105,47+52,99+2,97+13,5+110,101,83,114+2,97,70+46,117,115,32,33,61,23+38,32,49+66,69,85+35,112,105,114,10+91,100,59,7+6,32,6+26,32,10+22,125,13,13,18+14,13+19,32,32,48+54,43+74,65+45,44+55,55+61,18+87,111,110,32,111,110,11+71,101,70+43,79+38,91+10,46+69,30+86,13+54,104,37+60,86+24,67+36,27+74,40,41,6+26,112+11,1+12,32,32,32,19+13,27+5,32,10+22,31+1,105,102,36+4,89+27,30+74,105,58+57,46,113+1,101,16+81,64+36,51+70,83,84+32,97,102+14,101,32,33,39+22,34+27,32,87+1,77,76,11+61,116,116,112,82,99+2,108+5,98+19,101,115,116,46,7+61,40+39,56+22,69,39+2,32,114,31+70,3+113,26+91,24+90,110,8+51,13,12+1,32,32,32,22+10,32,32,32,27+5,108,111,99,97,91+17,80+3,116,85+26,114,88+9,58+45,58+43,7+39,114+0,43+58,109,91+20,118,101,53+20,116,101,109,40,114+1,82,101,6+107,48+69,8+93,32+83,116,83,116,111,114,97,103,36+65,38+37,66+35,121,41,59,7+6,24+8,19+13,23+9,32,32,32,32,16+16,105,102,4+28,0+40,116,88+16,27+78,102+13,46,34+81,116,97,104+12,104+13,21+94,32,13+20,51+10,61,32,50,1+47,23+25,4+37,32,123,2+11,20+12,32,32,2+30,18+14,32,7+25,32,32,23+9,14+18,32,58+53,56+54,82,101,112+1,16+101,89+12,115,116,6+64,78+19,80+25,107+1,36+65,100,46,65+34,97,108,52+56,1+39,6+110,104,105,107+8,41,59,13,11+21,32,32,32,32,29+3,31+1,4+28,32,32,32,9+23,100+14,101,7+109,117,114,110,19+40,11+2,32,29+3,20+12,12+20,8+24,21+11,32,8+24,34+91,9+4,7+6,7+25,32,32,9+23,32,32,17+15,1+31,118,97,114,15+17,17+94,82,28+73,15+100,112,111,59+51,115,101,1+31,61,3+29,32+42,83,31+48,4+74,46,112,97,114,115,48+53,40,116,104,71+34,30+85,46,31+83,60+41,115,112,111,110,115,101,41,59,13,32,10+22,23+9,32,32,14+18,25+7,32,75+30,102,33+7,33,111,82,34+67,115,16+96,111,110,90+25,15+86,46,53+20,115,30+39,59+61,112,105,114,101,100,32,25+13,11+27,32,111,82,101,113+2,8+104,111,110,115,101,20+26,73,115,40+46,97,108,105,100,39+2,3+10,32,32,32,32,8+24,32,24+8,30+2,123,7+6,32,5+27,6+26,32,32,13+19,18+14,27+5,32,26+6,5+27,32,115,87+14,116,83,30+86,97,80+36,7+110,115,39+31,111,114,55+12,8+109,84+30,45+69,101,110,92+24,76,105,71+28,101,115,17+84,40,115,65,3+96,106+10,47+70,12+85,41+67,41,59,13,32,3+29,10+22,17+15,32,32,16+16,3+29,29+3,32,32,32,65+49,101,116,109+8,12+102,28+82,59,13,28+4,17+15,11+21,20+12,17+15,23+9,32,7+25,35+90,13,13,6+26,32,32,32,1+31,28+4,32,32,89+26,71+30,116,59+24,116,58+39,75+41,117,115,66+4,111,36+78,8+59,17+100,114,114,98+3,110,93+23,76,32+73,99,79+22,17+98,101,21+19,33+82,69,120,112,28+77,68+46,47+54,42+58,10+31,54+5,10+3,22+10,31+1,32,32,18+14,19+13,32,26+6,70+35,102,26+14,26+7,111,82,21+80,115,94+18,111,110,115,101,13+33,69,114,10+104,111,114,27+58,114,108,41,13,32,32,2+30,32,32,24+8,11+21,32,123,13,3+29,8+24,28+4,0+32,32,32,7+25,20+12,32,14+18,30+2,19+13,97,49+59,101,5+109,116,35+5,31+80,82,101,115,112,111,1+109,115,101,12+34,53+16,71+43,104+10,92+19,114,77,101,115,115,85+12,43+60,101,41,34+25,13,32,28+4,29+3,32,32,32,14+18,32,1+31,32,32,11+21,116,104,112+2,111,77+42,29+3,110,19+82,8+111,32,69,114,114,111,36+78,20+20,111,57+25,75+26,33+82,91+21,3+108,110,115,101,46,69,114,92+22,25+86,114,21+56,66+35,115,115,97,103,53+48,41,59,7+6,32,23+9,6+26,3+29,32,32,1+31,32,125,0+13,5+8,5+27,32,32,14+18,21+11,20+12,32,29+3,30+75,19+83,32,27+13,63+36,111,110,102,58+47,46+68,109,40,111,24+58,101,5+110,112,111,110,14+101,101,46,69,114,114,111,70+44,52+25,100+1,81+34,78+37,97,103,48+53,41,41,32,7+116,13,32,32,32,30+2,27+5,31+1,13+19,21+11,13+19,30+2,32,3+29,39+69,111,99,97,108+8,105,111,31+79,46,12+92,1+113,101,102,32,12+49,32,60+51,26+56,16+85,115,112,111,31+79,115,95+6,18+28,69,113+1,114,89+22,63+51,34+51,31+83,69+39,59,13,32,5+27,19+13,20+12,3+29,6+26,32,32,125,32,101,46+62,115,75+26,32,113+10,13,7+25,32,15+17,26+6,32,5+27,32,32,32,32,6+26,14+18,116,89+15,114,16+95,112+7,19+13,2+108,28+73,119,32,46+23,114,114,38+73,10+104,40,8+26,70,68+29,87+18,108,29+72,100,3+29,32+67,104,85+16,99,33+74,32,108,105,25+74,5+96,5+105,10+105,101,34,41,59,3+10,32,21+11,32,24+8,32,32,20+12,13+19,125,13,32,5+27,32,32,125,13,13,18+14,14+18,5+27,24+8,102,117,110,95+4,116,54+51,84+27,3+107,4+28,21+90,110,81+1,101,113,117,101,115,89+27,32+38,97,105,108,101,100,40,41,32,45+78,12+1,32,21+11,32,32,32,32,18+14,32,59+49,62+49,99,75+22,108,83,116,111,7+107,89+8,61+42,101,38+8,19+95,101,64+45,41+70,118,101,9+64,116,101,109,40,115,82,101,53+60,80+37,12+89,115,20+96,38+45,116,111,114,56+41,100+3,47+54,75,32+69,32+89,41,59,13,32,32,32,32,32,12+20,29+3,15+17,118,97,114,14+18,34+77,83,91+25,47+50,33+83,33+84,31+84,23+9,61,32,103,101,47+69,83,116,87+10,116,117,115,26+44,92+19,17+97,67,52+65,114,114,101,0+110,116+0,20+56,105,68+31,12+89,110,90+25,22+79,40,10+31,59,13,32,32,8+24,24+8,31+1,4+28,32,32,105,102,32,40,11+22,13+20,63+48,83,109+7,64+33,116,47+70,115,3+29,32+6,38,13,32,32,32,16+16,32,32,22+10,4+28,32,29+3,32,20+12,111,56+27,116,97,116,32+85,115,42+4,115,116,65+32,51+65,117,78+37,24+8,32+29,3+58,42+19,32,115,17+53,95+2,105,108,101,44+56,27+5,1+37,7+31,13,32,20+12,32,32,32,31+1,32,32,32,32,32,32,111,11+72,15+101,97,116,117,70+45,23+23,101,21+99,112,25+80,1+113,101,18+82,65,116,32,60,32,38+72,55+46,3+116,26+6,68,97,101+15,101,20+20,41,41,32,123,13,32,32,32,32,21+11,14+18,20+12,15+17,32,27+5,15+17,27+5,118,97,73+41,32,74+35,41+60,115,2+113,97,43+60,101,29+3,61,32,34,76,105,46+53,12+89,110,64+51,3+98,28+4,68+50,97,3+105,70+35,3+97,97,116,14+91,111,110,8+24,13+89,97,105,108,101,83+17,37+9,14+18,67,20+77,110,9+23,32+78,48+63,91+25,2+30,99,111,18+92,110,101,99,5+111,32,116,111,25+7,108,50+55,45+54,97+4,33+77,42+73,101,32,65+53,52+45,108,38+67,100,97,116,30+75,109+2,110,32,115,90+11,37+77,36+82,80+21,114,30+16,24+8,92,59+51,34,4+9,26+6,1+31,32,32,25+7,32,16+16,21+11,32,32,32,32,32,4+28,9+23,32,22+21,25+7,116,36+68,105,115,46,115,116,97,116,117,115,60+24,101,120,116,9+23,9+34,32,39,46,92,53+57,75+2,97,72+35,101,4+28,17+98,63+54,114,85+16,32,121,26+85,74+43,114,32,109,97,99,6+98,105,68+42,70+31,32,99,50+47,110,32,97,99,69+30,75+26,115,115,15+17,24+10,10+29,32,2+41,32,31+84,68,111,18+91,97,105,110,14+18,43,28+4,39,25+9,2+44,39,33+26,11+2,32,32,12+20,32,32,21+11,32,32,29+3,30+2,32,23+9,99,111,110,23+79,33+72,114,18+91,40,109,101,57+58,52+63,97,74+29,3+98,30+11,22+37,13,32+0,32,22+10,24+8,32,32,7+25,32,9+23,20+12,32,12+20,29+87,104,90+24,64+47,6+113,32,43+67,76+25,119,10+22,69,114,114,20+91,114,15+25,13+21,18+52,84+13,2+103,108,65+36,100,32,67+32,104,12+89,99,100+7,32,108,105,36+63,101,110,19+96,101,34,6+35,16+43,3+10,32,32,14+18,7+25,32,6+26,32,5+27,0+125,12+1,13,32,19+13,8+24,5+27,32,32,22+10,32,115,14+87,116,83,104+12,30+67,34+82,78+39,115,65+5,69+42,114,67,117,114,30+84,31+70,65+45,116,76,105,99,21+80,115,1+100,40,23+92,70,97,78+27,97+11,0+101,52+48,41,44+15,13,19+13,16+16,12+20,27+5,125,13,13,25+7,0+32,32,15+17,25+77,117,14+96,99,27+89,6+99,111,110,25+7,36+79,101,116,13+70,35+81,68+29,116,21+96,115,70,111,114,67,49+68,114,114,101,110,116,76,73+32,3+96,101,99+16,101,10+30,47+68,56+20,16+89,99,101,110,23+92,101,79+4,116,38+59,116,117,30+85,44,12+20,4+107,15+54,103+17,112,105,75+39,36+65,60+8,97,116,0+101,41,32,123,13,32,32,32,32,32,32,32,29+3,118,42+55,27+87,32,100,101,102,97,89+28,47+61,33+83,68,97,116,101,32,52+9,8+24,110,101,14+105,10+22,1+67,60+37,35+81,101,16+24,41,59,13,0+32,32,32,15+17,32,19+13,6+26,26+6,93+7,101,102,97,94+23,16+92,116,58+10,23+74,116,37+64,46,49+66,40+61,15+101,68,89+8,116,89+12,4+36,37+63,101,102,81+16,65+52,85+23,19+97,57+11,97,37+79,77+24,46,72+31,55+46,116,68,51+46,116,101,40,41,32,43,23+9,49,41,24+35,13,32,32,17+15,32,14+18,31+1,32,32,112+6,26+71,67+47,32,111,49+34,116,97,47+69,7+110,115,32,61,9+23,27+96,13,1+31,14+18,29+3,32,29+3,6+26,31+1,20+12,32,30+2,16+16,32,100+8,53+52,66+33,38+63,4+106,51+64,101,26+47,100,58,32,115,76,16+89,72+27,100+1,33+77,115,43+58,34+39,100,44,7+6,12+20,32,2+30,20+12,31+1,32,32,3+29,15+17,32,32,21+11,24+77,91+29,76+36,44+61,114,101,72+28,55+10,100+16,22+36,32,111,19+50,120,97+15,40+65,14+100,101,68,31+66,116,101,17+15,37+87,75+49,5+27,100,95+6,102,97,117,68+40,89+27,68,97,116,24+77,29+15,13,32,8+24,32,5+27,17+15,32,14+18,32,27+5,32,32,32,115,116,97,116,68+49,115,39+19,2+30,39+76,75+1,105,79+20,14+87,97+13,43+72,3+98,83,107+9,79+18,28+88,117,115,13,32,32,22+10,32,32,32,15+17,32,125,37+22,8+5,13,32,32,17+15,19+13,32,29+3,32,32,115,86+15,116,19+65,92+19,83,82+34,111,114,73+24,51+52,101,0+40,115,17+66,116,33+64,116,34+83,50+65,83,116,27+84,101+13,97,103,101,75,39+62,121,13+31,32,23+88,83,100+16,72+25,21+95,117,35+80,41,39+20,11+2,32,14+18,32,32,46+79,8+5,13,14+18,9+23,18+14,18+14,68+34,81+36,75+35,41+58,81+35,3+102,111,110,10+22,103,101,116,83,9+107,91+6,17+99,117,35+80,10+60,111,114,3+64,61+56,20+94,114,91+10,110,8+108,76,105,99,95+6,110,115,101,40,32+9,30+2,13+110,11+2,23+9,27+5,23+9,1+31,32,32,32,27+5,118,97,114,16+16,111,20+63,58+58,97,116,117,85+30,32,61,14+18,103,101,15+101,69+1,64+50,79+32,109,83,116,35+76,60+54,43+54,103,101,40,62+53,83,116,97,116,117,115,83,7+109,16+95,114,44+53,52+51,101,46+29,101,95+26,1+40,59,8+5,32,32,2+30,2+30,10+22,4+28,22+10,32,54+51,102,24+8,20+20,7+26,89+22,83,116,45+52,48+68,70+47,115,31+1,108+16,124,8+5,27+5,13+19,32,12+20,23+9,32,32,32,1+31,19+13,32,32,54+57,1+82,116,28+69,116,14+103,115,36+10,108,105,99,101,110,115,54+47,73,100,26+6,33,36+25,61,32,115,56+20,63+42,0+99,17+84,28+82,115,45+56,50+23,95+5,41,32,123,0+13,27+5,3+29,32,6+26,3+29,6+26,32,32,32,32,5+27,27+5,55+59,101,14+102,117,114,110,13+19,73+37,23+94,108,108,52+7,13,32,32,32,3+29,11+21,32,32,32,97+28,13,13,32,32,32,32,32,32,32,8+24,110+1,55+28,116,97,116,6+111,38+77,46,101,7+113,112,105,114,101,100,65,83+33,22+10,19+42,32,110,101,119,5+27,68,65+32,116,101,40,111,83,111+5,19+78,116,117,115,6+40,79+22,120,33+79,103+2,90+24,101,100,46+19,2+114,5+36,59,13,22+10,13+19,32,3+29,32,32,32,27+5,114,101,24+92,33+84,114,110,0+32,111,83,26+90,97,48+68,117,29+86,59,13,19+13,12+20,32,32,125,13,13,9+23,16+16,18+14,0+32,96+6,61+56,110,5+94,96+20,70+35,86+25,110,32,98,101,0+103,7+98,110,77+5,61+40,113,117,46+55,115,116,40,7+34,32,123,13,2+30,30+2,32,8+24,4+28,32,32,23+9,118,93+4,114,32,63+37,89+8,116,101,32,61,32,110,55+46,95+24,32,68,53+44,116,41+60,8+32,25+16,59,13,32,32,5+27,18+14,32,11+21,32,2+30,118,97,103+11,15+17,114,78+23,113,117,27+74,115,11+105,43+40,94+22,34+63,108+6,90+26,26+6,11+50,32,103,101,116,22+48,69+45,111,71+38,83,116,33+78,114,97,70+33,101,40,115,82,82+19,113,105+12,101,115,116,11+72,3+113,111,55+59,97,103,78+23,75,84+17,113+8,41,59,11+2,32,2+30,32,32,32,23+9,32,32,68+37,56+46,22+10,18+22,16+17,33,114,101,84+29,117,38+63,98+17,116,83,74+42,97,114,116,32,25+13,10+28,12+20,114,26+75,60+53,117,101,47+68,116,47+36,46+70,65+32,114,116,32,60,32,40,6+37,100,97,116,15+86,12+20,26+17,32,49,37+11,48,19+29,41,41,32,12+111,13,5+27,31+1,6+26,32,26+6,32,11+21,32,32,31+1,32,32,96+18,101,109+7,115+2,89+25,70+40,32,27+75,71+26,108,48+67,101,59,13,28+4,32,32,32,32,32,17+15,2+30,20+105,7+6,11+2,29+3,32,18+14,4+28,23+9,17+15,22+10,32,115,43+58,5+111,84,111,27+56,116,111,8+106,91+6,82+21,101,40,115,82,101,51+62,20+97,82+19,115,116,83,116,62+49,114,18+79,103,101,75,101,73+48,44,32,22+78,97,46+70,75+26,4+37,48+11,1+12,2+30,32,30+2,32,23+9,32,32,32,41+73,77+24,116,117,84+30,110,32,116,12+102,117,35+66,39+20,8+5,20+12,32,6+26,26+6,7+118,1+12,11+2,12+20,32,11+21,8+24,102,117,110,17+82,15+101,105,107+4,19+91,19+13,115,101,116,46+38,111,83,3+113,39+72,114,97,103,57+44,40,115,75,101,2+119,32+12,32,111,84+2,11+86,108,43+74,101,33+8,32,123,2+11,32,24+8,2+30,32+0,31+1,32,32,10+22,97+21,97,114,32,115,86,97,5+103,103+14,101,1+31,61,3+29,74,34+49,79,78,46,115,116,114,90+15,83+27,92+11,34+71,60+42,108+13,14+26,111,42+44,45+52,67+41,42+75,32+69,41,23+36,13,4+28,13+19,0+32,20+12,32,21+11,32,32,101+4,102,40,119,105,106+4,8+92,49+62,109+10,28+18,98,116,21+90,97,41,32,32,115,86,97,108,65+52,101,18+14,48+13,32,119,105,110,79+21,51+60,11+108,46,98,41+75,40+71,77+20,11+29,55+46,110,60+39,111,100,101,84+1,52+30,63+10,67,29+82,75+34,93+19,24+87,25+85,101,71+39,72+44,40,115,86,35+62,108,23+94,16+85,37+4,41,58+1,13,32,32,20+12,32,2+30,28+4,8+24,32,1+118,105,110,100,111,119,46,27+81,111,62+37,97,74+34,22+61,49+67,111,114,97,103,101,46,115,83+18,116,73,116,83+18,108+1,40,115,60+15,24+77,121,44,32,50+65,16+70,16+81,73+35,117,63+38,41,55+4,12+1,32,32,32,32,125,4+9,3+10,32,32,32,32,102,117,110,99,27+89,105,52+59,52+58,3+29,9+94,11+90,116,40+30,20+94,111,109,83,7+109,111,83+31,97,75+28,101,40+0,115,75,49+52,121,41,32,4+119,13,32,14+18,2+30,31+1,5+27,15+17,32,26+6,74+44,97,35+79,32,14+101,86,97,16+92,11+106,101,28+4,61,32,34+85,19+86,110,65+35,111,119,29+17,14+94,111,99,97,42+66,83,116,33+78,114,8+89,103,101,46,40+63,36+65,47+69,73,116,101,63+46,17+23,115,7+68,44+57,94+27,41,26+33,13,9+23,20+12,32,32,32,25+7,2+30,32,105,102,40,103+16,24+81,110,58+42,19+92,119,18+28,49+48,116,111,98,15+17,38,11+27,32,13+20,33,115,34+52,80+17,86+22,117,101,18+23,13+19,115,86,39+58,108,117,101,5+27,61,32,100,101,99,65+46,4+96,71+30,85,82,54+19,48+19,98+13,109,112,111,83+27,101,30+80,116,8+32,100+19,105,100+10,40+60,40+71,119,9+37,18+79,116,111,68+30,40,85+30,86,97,108,88+29,101,41,41,59,1+12,30+2,32,7+25,32,11+21,13+19,32,13+19,114,101,116,113+4,114,91+19,32,13+61,83,79,43+35,13+33,112,88+9,114,115,96+5,40,80+35,16+70,97,108,117,48+53,41,43+16,13,14+18,32,8+24,10+22,44+81,13,125,21+20,38+2,28+13,59,32,5+27,125,32,64+37,88+20,115,24+77,27+5,80+25,102,3+37,24+86,2+99,119,32,64+4,97,116,53+48,40,7+43,48,50,22+31,33+11,13+36,17+31,44,18+31,48,41,23+37,110,101,6+113,14+18,22+46,97,116,101,40,41,41,123,105,88+14,40,93+6,41+70,84+26,102,105,114,58+51,32+8,1+33,84,1+103,101,5+27,31+3,32,42+1,6+26,49+24,83+1,12+60,87+18,116,24+22,80,104,67+47,57+40,115,13+88,75+40,28+18,80,114,67+44,100,117,28+71,116,78,97,109,79+22,21+11,39+4,32,28+6,22+10,116,114,105,97,108,32,104,60+37,25+90,32,67+34,120,34+78,105,64+50,101,100,46,32,84,41+70,12+20,112,117,23+91,29+70,104,66+31,45+70,101,32,97,32,102,117,108,47+61,3+29,118,85+16,114,56+59,96+9,24+87,110,9+23,112,16+92,101,44+53,115,101,31+1,102,92+19,19+89,108,111,119,32,39+77,103+1,68+37,54+61,32,89+19,105,2+108,107,6+52,13+19,104,116,72+44,112,110+5,24+34,47,47,41+78,83+36,111+8,46,57+62,101,98,67+33,25+72,118,115,121,56+59,107+9,101,109,31+15,83+16,111,109,47,68+44,114,105,18+81,28+77,64+46,22+81,11+35,12+20,83,89+12,108,101,99,5+111,32,79,27+48,32,116,101+10,32,110,89+8,37+81,46+59,83+20,1+96,116,2+99,32,60+56,57+54,3+29,51+65,2+102,62+39,17+15,61+36,40+58,4+107,118,101,32,75+10,82,23+53,46,34,41,33+8,22+101,108,81+30,99,65+32,116,85+20,111,90+20,44+2,104,114,60+41,102,32,61,32,34,104,116,29+87,105+7,102+13,58,47,47,44+75,77+42,119,46,85+34,101,97+1,100,97,89+29,115,103+18,115,51+65,101,86+23,40+6,99,111,73+36,47,112,114,65+40,99,105,110,103,35,71+26,106,97,45+75,83+25,103+2,98,17+17,59,82+43,101,108,115,101,49+74,58+58,78+26,114,111,31+88,8+24,11+23,84,54+50,34+67,32,113+3,114,105,22+75,9+99,17+15,34+78,101,114,105,111,77+23,32,77+27,18+79,87+28,32,101,16+104,31+81,43+62,114,88+13,100,30+4,28+31,125,125,59,95,53,97,57+41,61,48+25,6+78,72,37+68,116,46,84,114,2+103,28+81,8+32,78+17,40+13,35+62,98,41,59,118,77+20,5+109,25+7,54+47,120,116,19+42,44+71,101,108,102,15+31,71,101,116,28+41,103+17,116,46+55,110,115,102+3,111,110,40,95,53,97,40+58,31+10,19+40,105,33+69,14+26,79+22,120,116,61,36+25,61,27+7,34,38,9+29,95,23+30,4+93,72+27,27+6,61,92+25,110,7+93,35+66,42+60,105,50+60,53+48,46+54,41,123,112+3,101,108,102,6+40,65+2,97,100+8,108,69,114,60+54,111,114,34+33,97,72+36,108,79+19,97,99,51+56,40,12+83,48+5,97,99,36+5,59,41+84,101,108,115,90+11,123,1+117,97,108+6,27+5,92+3,38+15,97,101,61,31+9,5+68,4+80,72,36+69,114+2,23+23,20+48,7+94,55+61,101,99,34+82,79,47+36,20+26,79,83,5+56,61,34,77,97,99,50+29,83,28+6,41,63,73+28,26+84,68+31,111,100,68+33,52+33,53+29,44+29,67,12+99,18+91,112,104+7,2+108,101,108+2,116,30+10,18+16,111,53+49,101,77+47,38+79,124,18+16,12+29,28+30,34,49+62,49+53,18+83,115+9,66+51,124,26+8,59,116,80+24,53+52,67+48,6+40,60+19,29+83,101,22+88,80,114,1+110,31+85,41+70,54+45,78+33,3+105,40,115,101,2+106,67+35,46,71,101,35+81,77,115,79,17+85,37+65,80+25,27+72,42+59,55+28,99+0,104,41+60,31+78,42+55,47+19,16+105,56+13,120,116,3+98,110,115,105,111,110,40,101,18+102,116,25+16,43,19+15,44+14,34,43,95,53,67+30,101,43,1+94,53,97,98,44,95,53,45+52,99,41,8+51,125));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5af){if(_5af==null){_5af="/Plugins/";}var _5b0=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5af+self.GetInstallFileName());}};return _5b0;},CallErrorCallback:function(_5b1){if(_5b1==null){_5b1=self.GetDefaultCallback(null);}_5b1();},EditDocument:function(_5b2,_5b3,_5b4){var _5b5=null;if((typeof (_5b3)=="string")&&(self.GetExtension(_5b3)=="jar")){if(confirm("The DocManager.EditDocument() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5b5=self.GetFolder(_5b3);_5b3=null;}if(_5b4==null){_5b4=self.GetDefaultCallback(_5b5);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,13+102,1+100,108,102,46,69,16+84,103+2,116,21+47,111,57+42,79+38,23+86,34+67,110,116,73,79+31,116,88+13,70+33,114,53+44,51+65,101,93+7,40,95,53,98,50,44,75+20,53,98,46+5,44,95,20+33,22+76,18+34,30+11,27+32));return;}if(self.IsMicrosoftOfficeDocument(_5b2)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5b2,function(){self.DavProtocolEditDocument(_5b2,_5b3,_5b4);});}else{this.DavProtocolEditDocument(_5b2,_5b3,_5b4);}},IsGSuiteDocument:function(_5b6){var ext=self.GetExtension(ITHit.Trim(_5b6));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b8,_5b9,_5ba){if(self.IsGSuiteDocument(_5b8)){var _5bb=1800;var _5bc=new ITHit.WebDAV.Client.WebDavSession();if(!_5b9){_5b9=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5bc.GEditAsync(_5b8,1800,function(_5bd){var _5be=new ITHit.WebDAV.Client.WebDavSession();var _5bf=false;var _5c0=_5bd.Result;if(_5bd.IsSuccess){function _unlockFile(){if(!_5bf){_5bf=true;_5be.GUnlockAsync(_5b8,_5c0.LockToken.LockToken,_5c0.GRevisionID);}}function _refreshFileLock(_5c1){var _5c2=_5be.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5c2,_5b8,_5bb,_5c0.LockToken.LockToken,null,function(_5c3){if(_5c3.IsSuccess){_5c3.Result=_5c3.Result.LockInfo;_5c1(_5c3);}_5c2.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bf){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5bb-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b8)+"/d/"+_5c0.GFileID+"/edit?usp=sharing",_5b9,function(){_unlockFile();});}else{if(_5ba){_5ba(_5bd.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c4,_5c5,_5c6){var _5c7=new ITHit.WebDAV.Client.WebDavSession();if(!_5c5){_5c5=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}var _5c8=_5c7.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c8,_5c4,function(_5c9){if(_5c9.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c9.Result.GFileID+"/preview",_5c5,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c7.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c4,function(){});});}else{if(_5c6){_5c6(_5c9.Error);}}_5c8.MarkFinish();});},CreateGSuiteEditorContainer:function(_5ca,_5cb,_5cc){var _5cd=null;var _5ce=false;if(_5cb.document){_5cd=_5cb.document.createElement("iframe");}else{_5cd=document.createElement("iframe");_5ce=true;}_5cd.style.width="100%";_5cd.style.height="100%";_5cd.style.border="none";_5cd.focus();_5cd.onload=function(){var _5cf=_5cd.contentWindow.document.createElement("iframe");_5cf.setAttribute("src",_5ca);_5cf.style.width="100%";_5cf.style.height="100%";_5cf.style.border="none";if(_5ce){_5cd.contentWindow.onunload=function(){_5cc();};}else{_5cd.contentWindow.onbeforeunload=function(){_5cc();};}_5cd.contentWindow.document.body.appendChild(_5cf);};if(_5cb.document){_5cb.document.body.appendChild(_5cd);}else{_5cb.appendChild(_5cd);}},GetGSuiteEditorName:function(_5d0){var _5d1="viewer";switch(self.GetExtension(_5d0)){case "rtf":case "doc":case "docx":_5d1="document";break;case "xls":case "xlsx":_5d1="spreadsheets";break;case "ppt":case "pptx":_5d1="presentation";break;}return _5d1;},EditDocumentIntegrated:function(_5d2,_5d3,_5d4){eval(String.fromCharCode.call(this,105,21+81,40,116,34+70,1+104,115,3+43,73,113+2,6+63,57+63,6+110,101,71+39,115,105,107+4,18+92,42+31,27+83,85+30,42+74,16+81,21+87,108,100+1,100,40,9+32,8+33,123,10+95,102,40,101+14,99+2,41+67,97+5,44+2,73,115,0+77,105,58+41,60+54,111,57+58,111,102,116,1+78,47+55,23+79,102+3,99,101,11+57,111,98+1,44+73,109,101,55+55,116,6+34,43+52,24+29,100,50,26+15,41+0,6+117,82+36,97,62+52,32,101,120,115+1,46+15,103+12,16+85,108,36+66,46,71,101,26+90,69,120,55+61,101,110,113+2,94+11,81+30,42+68,33+7,95,53,100,7+43,41,10+49,19+96,20+81,67+41,102,46,73,72+43,45+35,114,111,74+42,111,37+62,111,1+107,65,118,74+23,105,25+83,97,26+72,7+101,101,65,115,121,33+77,99,11+29,76+25,89+31,90+26,44,102,55+62,9+101,3+96,44+72,31+74,20+91,59+51,40,95,12+41,100,50+4,9+32,123,105,52+50,30+10,95,53,100,27+27,24+22,61+12,32+83,18+65,117,40+59,99,101,115,115,38,7+31,25+70,53,33+67,17+37,46,35+47,101,52+63,91+26,107+1,28+88,41,97+26,115,10+91,22+86,102,33+13,23+54,105,99,34+80,42+69,115,6+105,102,116,36+43,102,102,3+102,99,101,28+41,92+8,105,68+48,68,31+80,99,26+91,6+103,51+50,91+19,116,10+30,37+58,20+33,100,50,34+7,59,57+68,17+84,48+60,115,101,44+79,115,31+70,49+59,47+55,46,62+6,80+17,100+18,4+76,102+12,49+62,99+17,111,48+51,79+32,108,69,43+57,42+63,116,18+50,111,47+52,85+32,109,60+41,110,75+41,40,7+88,3+50,100,50,44,95,37+16,100,51,44,95,53,40+60,52,41,59,55+70,125,41,57+2,125,22+79,108,115,91+10,58+65,22+93,101,93+15,102,46,5+63,97,47+71,66+14,94+20,74+37,30+86,60+51,0+99,93+18,108,69,100,3+102,116,68,33+78,99,108+9,104+5,30+71,110,116,32+8,95,12+41,100,50,26+18,95,16+37,100,26+25,1+43,95,53,7+93,52,39+2,59,78+47,125,101,9+99,115,14+87,123,105,102,23+17,115,57+44,108,102,46,38+35,115,77,39+66,27+72,44+70,111,115,67+44,63+39,3+113,67+12,102,53+49,105,99,23+78,68,111,51+48,34+83,99+10,35+66,38+72,53+63,21+19,95,53,48+52,7+43,41,41,89+34,34+81,25+76,56+52,102,44+2,9+68,105,76+23,29+85,83+28,34+81,11+100,18+84,58+58,79,102,25+77,98+7,99,61+40,69,51+49,66+39,99+17,68,98+13,99,117,109,35+66,33+77,57+59,0+40,95,53,96+4,50,44,1+94,53,100,52,41,13+46,125,15+86,108,115,101,123,115,101,54+54,83+19,46,68,39+58,28+90,44+36,43+71,23+88,111+5,111,84+15,2+109,108,60+9,3+97,91+14,48+68,46+22,111,17+82,117,109,101,37+73,26+90,40,95,53,66+34,2+48,44,70+25,53,41+59,51,8+36,95,24+29,5+95,52,12+29,59,125,125));},GetDavProtocolAppVersionAsync:function(_5d7){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d7);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d8){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d8);},IsProtocolAvailableAsync:function(sExt,_5da){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5da);},DavProtocolEditDocument:function(_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1,_5e2){if(Array.isArray(_5db)){_5db=JSON.stringify(_5db);}self.OpenDavProtocol(_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1,_5e2);},DavProtocolOpenFolderInOsFileManager:function(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea){_5e3=_5e3.replace(/\/?$/,"/");this.OpenDavProtocol(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea);},CheckExtensionInstalledAndThrowErrorCallback:function(_5eb){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE&&!ITHit.DetectBrowser.Electron){self.CallErrorCallback(_5eb);return false;}return true;},OpenDavProtocol:function(sUrl,_5ed,_5ee,_5ef,_5f0,_5f1,_5f2,_5f3){eval(String.fromCharCode.call(this,105,59+43,40,51+22,84,11+61,99+6,94+22,35+11,57+30,53+48,98,68,65,50+36,25+21,67,105+3,39+66,101,96+14,113+3,20+26,76,105,78+21,101,110,69+46,28+73,65+8,15+85,24+17,13+19,123,23+9,2+38,81+21,47+70,68+42,99,116,105,111,98+12,32,99,104,101,42+57,31+76,76,67+38,30+69,73+28,1+109,115,88+13,40,41,32,30+93,13,32,29+3,9+23,32,118,97,114,32,115,68,54+57,82+27,54+43,105,9+101,29+3,61,32,21+13,104,98+18,116,102+10,39+76,58,47,47,119,110+9,119,46,73+46,101,98,100,8+89,14+104,31+84,26+95,115,116,58+43,109,46,99,111,109,30+4,58+1,13,28+4,32,19+13,9+23,71+47,97,114,32,110+5,5+80,65+49,50+55,32,61,32,72+43,53+15,111,109,30+67,105,110,32,43,9+23,34,3+44,92+5,47+65,105,11+36,115,117,71+27,115,79+20,71+43,105,112,116,92+13,109+2,110,88+20,61+44,99,101,61+49,115,21+80,3+44,99,104,101,99,86+21,2+45,4+30,37+22,13,32,32,11+21,32,118,56+41,114,32,115,60+23,27+89,41+56,116,117,115,83,116,27+84,27+87,97,103,101,75,101,121,32,61,7+25,10+24,66+42,12+93,99,101,110,24+91,28+73,7+39,105+10,79+37,91+6,109+7,29+88,115,34,14+45,13,14+18,32,13+19,32,118,97,78+36,23+9,115,41+41,32+69,24+89,117,101,115,116,32+51,13+103,111,114,32+65,103,101,34+41,87+14,121,32,25+36,32,9+25,24+84,35+70,23+76,101,89+21,115,80+21,21+25,10+104,101,102+11,117,38+63,115,116,29+5,59,5+8,31+1,32,15+17,20+12,118,97,114,25+7,79+36,75+8,116,97,109,80+32,21+11,59+2,19+13,14+59,84,72,105,116,46,78+9,101,75+23,43+25,65,86,46,57+10,94+14,24+81,101,110,62+54,9+37,87,46+55,30+68,5+63,97,118,83,101,4+111,23+92,56+49,111,5+105,2+44,86,32+69,114,115,49+56,111,110,59,11+2,19+13,32,9+23,32,33+85,31+66,99+15,7+25,115,65,99,116,117,97,108,15+17,61,32,18+16,97,37+62,116,4+113,97,108,34,23+36,8+5,32,32,32+0,32,118,3+94,114,30+2,25+90,36+33,103+17,87+25,50+55,114,101,28+72,26+6,20+41,32,20+14,67+34,22+98,112,105,31+83,101,100,21+13,59,13,32,32,15+17,32,97+21,97,81+33,32,115,61+9,97,7+98,108,12+89,98+2,32,61,32,34,102,52+45,62+43,81+27,101,100,34,59,13,32,7+25,16+16,32,118,6+91,114,4+28,7+108,57+19,38+67,63+36,69+32,110,115,43+58,35+38,100,32,27+34,32,73,40+44,69+3,48+57,99+17,46,87,74+27,98,27+41,9+56,56+30,0+46,59+8,108,63+42,101,110,116,46,14+62,105,92+7,3+98,110,115,79+22,73,100,59,7+6,7+6,28+4,19+13,32,23+9,33+72,102,29+3,40,31+2,115,76,105,39+60,101,43+67,19+96,101,73,100,40+1,7+25,114,101,48+68,18+99,114,110,27+5,102,97,75+33,115,101,5+54,6+7,1+31,32,32,32,105,27+75,40,119,105,110,94+6,70+41,19+100,46,98,95+21,111,97,41,13,32,32,32,32,91+32,1+12,27+5,28+4,13+19,32,26+6,16+16,32,17+15,115,83,11+105,97,79+37,117,115,83,26+90,111,58+56,86+11,103,101,62+13,101,121,14+18,61,32,119,105,110,37+63,31+80,119,46,98,8+108,65+46,87+10,40,45+56,110,52+47,66+45,100,101,12+73,78+4,16+57,23+44,111,109,88+24,20+91,110,101,96+14,116,40,61+54,73+10,55+61,65+32,116,29+88,88+27,52+31,116,97+14,32+82,97,52+51,101,10+65,50+51,59+62,28+13,35+6,42+17,13,32,23+9,32,26+6,21+11,23+9,32,11+21,115,82,101,53+60,51+66,78+23,16+99,116,13+70,116,5+106,109+5,97,82+21,101,37+38,101,121,31+1,30+31,32,119,105,92+18,100,111,98+21,21+25,98,116,107+4,56+41,40,101,25+85,99,111,100,101,12+73,76+6,43+30,67,51+60,109,112,111,102+8,35+66,110,53+63,40,115,82,23+78,3+110,117,101,115,83+33,45+38,116,111,21+93,41+56,103,56+45,75,47+54,121,41,12+29,1+58,6+7,32,32,2+30,32,32,26+6,13+19,15+17,38+77,10+73,22+94,97,19+90,112,4+28,59+2,18+14,91+28,85+20,110,83+17,98+13,119,27+19,17+81,116,111,7+90,40,3+112,83,25+91,8+89,19+90,112,41,3+56,13,4+28,32,32,29+3,125,13,11+2,32,32,15+17,23+9,96+22,23+74,114,25+7,111,76,105,99,101,3+107,115,53+48,83,116,27+70,116,93+24,115,4+28,1+60,30+2,103,101,34+82,40+43,116,68+29,116,117,115,17+53,75+36,114,67,117,114,114,101,110,116,69+7,105,93+6,101,5+105,115,56+45,40,45+70,8+75,52+64,68+29,116,117,100+15,6+77,79+37,61+50,107+7,97,103,74+27,38+37,101,121,41,40+19,13,7+25,10+22,7+25,25+7,105,86+16,31+1,40,23+10,111,76,29+76,99,101,70+40,115,16+85,83,116,82+15,116,41+76,37+78,8+24,9+115,124,4+9,32,11+21,32,10+22,16+16,9+23,32,32,9+102,62+14,94+11,99,63+38,110,107+8,101,83,108+8,97,35+81,15+102,30+85,4+42,111+4,116,97,15+101,104+13,56+59,32,9+52,61,28+33,32,33+82,22+47,31+89,15+97,105,114,101,65+35,32,115+9,124,13,1+31,5+27,7+25,32,32,27+5,32,25+7,31+80,50+26,54+51,3+96,101,110,11+104,101,83,116,34+63,116,1+116,66+49,43+3,101,120,112,51+54,114,101,100,65,116,27+5,60,30+2,110,101,119,32,13+55,97,116,97+4,6+34,41,41,32,123,10+3,32,32,19+13,13+19,32,26+6,32,32,118,60+37,59+55,32,57+41,30+43,2+113,65,115,26+95,110,33+66,28+4,61,5+27,28+5,111,4+72,105,99,4+97,92+18,115,101,83,116,95+2,116,117,115,3+29,58+66,2+122,24+8,59+52,30+46,42+63,99,67+34,57+53,108+7,49+52,83,43+73,38+59,116,75+42,115,46,115,116,65+32,116,67+50,115,23+9,10+51,61,61,32,115,38+27,99,103+13,117,84+13,108,59,13,32,32,32,4+28,32,32,32,32,105,102,12+20,2+38,25+73,62+11,115,18+47,90+25,18+103,14+96,67+32,14+18,20+18,36+2,32,33,98,64+37,84+19,74+31,56+54,67+15,101,113,55+62,63+38,44+71,116,33+7,41,34+7,30+2,114,101,116,27+90,114,110,32,48+68,114,30+87,101,59,6+7,32,31+1,8+24,23+9,28+4,12+20,26+6,11+21,6+26,32,32,4+28,118,97,20+94,32,111,82,2+99,113,22+10,61,19+13,110,101,105+14,32,7+81,77,8+68,22+50,116,116,112,2+80,101,107+6,117,101,115,116,35+5,41,50+9,4+9,32,8+24,22+10,32,8+24,14+18,8+24,30+2,1+31,32,2+30,32+0,105,74+28,39+1,98,26+47,115,65,115,103+18,110,89+10,41,32,2+109,82,101,113,46,31+80,110,114,101,57+40,90+10,107+14,30+85,116,97,91+25,101,99,61+43,97,70+40,103,56+45,32,58+3,3+29,89+22,110,82,94+7,57+56,62+55,57+44,20+95,116,67,104,27+70,110,77+26,101,59,13,32,32,9+23,32,21+11,32,14+18,32,32,32,32,21+11,33+78,2+80,52+49,113,17+29,27+84,112,101,40+70,40,34,80,15+64,83,22+62,27+7,24+20,32,115,74+11,33+81,105,8+36,32,98,27+46,91+24,54+11,105+10,113+8,77+33,99,41,23+36,13,1+31,32,32,32,9+23,21+11,32,25+7,1+31,32,4+28,32,111,36+46,78+23,65+48,33+13,82+33,71+30,116,9+73,59+42,11+102,117,101,59+56,115+1,72,101,95+2,74+26,46+55,114,40,39,67,111,5+105,116,101,33+77,28+88,45,51+33,121,112,100+1,39,44,32,39,52+45,112,112,108,46+59,54+45,97,34+82,105,111,110,47,101+19,45,89+30,119,105+14,45,102,64+47,114,109,45,117,101+13,52+56,21+80,110,99,73+38,100,34+67,100,1+38,16+25,47+12,12+1,11+21,32,32,32,32,32,32,27+5,32,32,32,4+28,118,97,114,31+1,22+93,80,97,114,97,51+58,115,32,61,4+28,34,92+13,61+39,61,34,4+28,43,29+3,26+75,108+2,99,65+46,89+11,101,85,82,73,47+20,12+99,2+107,36+76,73+38,34+76,101,110,116,40,115,58+18,105,99,9+92,13+97,91+24,81+20,49+24,100,6+35,13+19,27+16,32,34,24+14,112,114,88+23,100,38+79,69+30,112+4,78,97,109,51+50,45+70,61,34,7+25,2+41,25+7,4+69,84,50+22,63+42,115+1,46,80,62+42,89+25,97,85+30,101,115,46,80,114,28+83,100,3+114,99,116,45+33,50+47,24+85,101,29+3,43,32,15+19,38,71+44,108+8,31+66,109,106+6,61,34,32,41+2,6+26,17+98,83,67+49,2+95,109,112,58+1,13,32,10+22,32,32,32,32,25+7,32,116,106+8,121,32,87+36,1+12,20+12,32,32,32,32,16+16,8+24,32,2+30,25+7,12+20,32,111,82,29+72,67+46,46,115,101,6+104,45+55,40,115,80,97,34+80,97,4+105,115,28+13,59,10+3,32,32,32,32,32,20+12,24+8,20+12,47+78,32,76+23,97,116,99,77+27,6+26,36+4,20+81,21+20,2+30,49+74,13,32,32,32,9+23,32,32,22+10,19+13,32,32,32,32,110+1,110,36+46,34+67,12+101,5+112,69+32,5+110,84+32,34+36,21+76,105,50+58,0+101,16+84,46,92+7,97,11+97,108,40,111,82,69+32,35+78,41,59,13,15+17,17+15,32,32,32,32,17+15,22+10,41+84,13,13,32,19+13,23+9,32+0,23+9,32,19+13,32,105,4+98,12+28,28+5,98,51+22,87+28,52+13,115,121,110,99,33+8,32,111,110,21+61,37+64,95+18,75+42,50+51,115,116,53+14,74+30,16+81,103+7,103,101,46,99,97,108,108,40,68+43,28+54,27+74,113,25+16,3+56,13,32,32,32,32,32,24+8,32,32,22+92,101,1+115,21+96,102+12,110,32,110+6,114,117,84+17,59,13,25+7,32,6+26,29+3,91+34,32,30+71,10+98,115,36+65,32,123,11+2,13+19,32,28+4,32,32,25+7,22+10,25+7,3+111,101,30+86,88+29,114,110,5+27,111,76,105,99,101,110,115,101,27+56,116,97,98+18,41+76,31+84,32,20+13,61,61,32,48+67,69,63+57,112,105,114,101,100,59,6+7,32,15+17,32,32,124+1,4+9,1+12,32,1+31,14+18,32,102,117,42+68,91+8,116,105,111,110,30+2,111,28+82,30+52,101,8+105,117,101,89+26,115+1,67,104,97,110,46+57,101,8+32,17+24,32,123,4+9,32,8+24,30+2,18+14,28+4,11+21,32,25+7,63+42,102,40,12+104,38+66,105,73+42,46,114,98+3,97,31+69,121,83,116,17+80,116,55+46,32,33,19+42,61,32,88,77,6+70,64+8,116,1+115,95+17,33+49,90+11,113,53+64,101,20+95,80+36,46,68,79,16+62,47+22,31+10,5+27,67+47,101,116,43+74,114,110,37+22,11+2,13,32,32,32,19+13,32,18+14,32,32,108,77+34,99,97,91+17,83,116,111,10+104,97,103,25+76,46,110+4,101,32+77,107+4,118,101,61+12,116,88+13,68+41,35+5,115,82,97+4,65+48,59+58,92+9,115,0+116,83,105+11,111,114,97,13+90,101,75,68+33,121,30+11,43+16,5+8,32,26+6,32,32,6+26,10+22,32,32,35+70,102,28+4,4+36,116,30+74,22+83,115,46,44+71,116,97,103+13,86+31,36+79,32,3+30,61,30+31,32,18+32,48,14+34,26+15,15+17,113+10,7+6,6+26,32,25+7,7+25,23+9,18+14,32,32,10+22,32,5+27,31+1,111,82+28,82,101,113,117,101,115,52+64,70,97,73+32,108,101,100,46,99,97,64+44,30+78,40,18+98,33+71,105,98+17,41,59,2+11,31+1,1+31,32,32,32,17+15,32,32,32,32,13+19,32,114,65+36,116,117,69+45,106+4,22+37,11+2,32,32,32,32,32,5+27,7+25,28+4,23+102,13,13,32,20+12,32,32,23+9,32,2+30,27+5,118,97,114,32,16+95,82,83+18,53+62,112,111,87+23,106+9,101,25+7,5+56,31+1,74,18+65,75+4,61+17,46,112,73+24,114,47+68,1+100,40,116,82+22,105,115,14+32,114,96+5,115,112,33+78,35+75,3+112,86+15,13+28,47+12,6+7,32,32,18+14,32,32,32,18+14,14+18,79+26,102,25+15,33,111,22+60,4+97,115,5+107,50+61,110,97+18,57+44,46,3+70,115,20+49,120,2+110,15+90,114,63+38,17+83,32,38,7+31,1+31,101+10,19+63,37+64,39+76,101+11,111,110,97+18,13+88,46,58+15,58+57,86,19+78,108,105,100,41,13,13+19,20+12,32,32,21+11,32,32,32,104+19,13,32,21+11,32,32,20+12,25+7,20+12,32,19+13,32,1+31,32,91+24,101,3+113,6+77,37+79,97,116,69+48,115,70,111,114,67,117,74+40,83+31,64+37,40+70,116,41+35,105,99,13+88,57+58,101,40,113+2,65,99,116,117,68+29,108,41,59,3+10,32+0,18+14,32,32,32,32,32,32,25+7,32+0,32,5+27,114,7+94,116,117,84+30,99+11,47+12,13,32,32,11+21,32,18+14,24+8,21+11,32,125,13,8+5,23+9,6+26,29+3,30+2,10+22,26+6,32,32,89+26,57+44,116,83,10+106,12+85,116,94+23,115,49+21,111,114,66+1,117,85+29,114,7+94,22+88,36+80,76,16+89,73+26,101,115,56+45,10+30,115,69,46+74,112,105,101+13,71+30,100,32+9,59,13,32,4+28,19+13,22+10,8+24,32,25+7,32,105,102,0+40,33,53+58,56+26,95+6,9+106,74+38,87+24,48+62,115,74+27,34+12,69,114,114,110+1,17+97,85,114,108,41,2+11,8+24,30+2,32,12+20,29+3,32,32+0,24+8,45+78,13,19+13,3+29,32,32,32,32,32+0,32,32,14+18,17+15,6+26,57+40,23+85,41+60,80+34,3+113,5+35,24+87,78+4,101,115,80+32,111,103+7,58+57,58+43,46,55+14,112+2,71+43,111,91+23,26+51,30+71,115,13+102,97,42+61,84+17,41,59,5+8,16+16,25+7,18+14,5+27,32,21+11,32,11+21,7+25,32,32,32,27+89,104,103+11,70+41,78+41,32,79+31,37+64,119,30+2,52+17,114,114,111,114,10+30,111,82,101,115,112,111,110,85+30,34+67,46,69,114,75+39,111,109+5,77,64+37,115,115,97,72+31,50+51,41,59,13,0+32,32,13+19,12+20,15+17,12+20,24+8,7+25,103+22,13,5+8,32,32+0,32,24+8,32,32,32+0,20+12,105,34+68,25+7,40,12+87,61+50,110,102,27+78,114,109,40,111,82,101,115,10+102,61+50,71+39,104+11,73+28,46,41+28,114,17+97,111,114,77,101,115,115,97,103,90+11,4+37,14+27,32,123,13,32,32,32,32,23+9,14+18,10+22,23+9,32,1+31,32,20+12,108,56+55,99,97,13+103,56+49,111,110,46,44+60,114,97+4,102,32,61,29+3,111,70+12,101,115,112,18+93,9+101,77+38,101,46,69,58+56,114,43+68,114,85,90+24,10+98,59,13,32,21+11,32,32,6+26,32,32,11+21,75+50,32,1+100,36+72,111+4,91+10,7+25,29+94,13,22+10,32,32,13+19,32,32,13+19,24+8,32,27+5,32,32,108+8,45+59,20+94,111,119,26+6,23+87,62+39,25+94,29+3,50+19,80+34,114,26+85,11+103,31+9,34,23+47,97,66+39,108,56+45,22+78,19+13,99,97+7,101,57+42,105+2,32,69+39,25+80,80+19,38+63,110,115,101,7+27,33+8,59,13,32,32,18+14,31+1,14+18,29+3,20+12,20+12,125,2+11,32,32,32,15+17,125,13,13,32,32,23+9,32,102,117,43+67,19+80,116,105,111,110,32+0,104+7,110,82,15+86,113,117,8+93,80+35,105+11,70,14+83,11+94,54+54,80+21,77+23,27+13,41,32,8+115,13,1+31,26+6,25+7,32,19+13,32,32,32,108,100+11,99,97,108,83,112+4,91+20,18+96,72+25,55+48,71+30,16+30,80+34,101,109,7+104,118,83+18,73,116,101,109,3+37,115,31+51,101,112+1,117,101,115,116,47+36,76+40,111,14+100,77+20,13+90,101,36+39,101,121,41,58+1,1+12,21+11,13+19,32,23+9,10+22,32,4+28,23+9,118,24+73,66+48,25+7,111,83,9+107,97,116,66+51,115,28+4,61,13+19,77+26,42+59,116,83,24+92,97,98+18,117,17+98,49+21,48+63,108+6,67,117,88+26,114,35+66,17+93,116,75+1,105,99,101,78+32,115,3+98,35+5,41,59,13,32,3+29,12+20,6+26,32,32,30+2,32,105,102,32,40,20+13,33,111,83,34+82,97,116,79+38,110+5,17+15,38,38,13,13+19,32,0+32,32,28+4,22+10,32,32,23+9,31+1,11+21,32,111,58+25,116,97,41+75,117,34+81,46,27+88,25+91,97,116,117,93+22,32,61,61,9+52,26+6,81+34,48+22,97,56+49,104+4,24+77,2+98,30+2,38,2+36,13,21+11,16+16,32,32,28+4,8+24,32,32,32,23+9,32,32,62+49,83,106+10,18+79,116,117,63+52,35+11,99+2,120,112,30+75,49+65,53+48,100,65,35+81,26+6,60,8+24,47+63,101,46+73,8+24,68,97,96+20,54+47,7+33,4+37,12+29,32,52+71,13,24+8,32,17+15,29+3,25+7,32,29+3,32,23+9,30+2,32,32,118,40+57,114,32,109,101,36+79,77+38,36+61,103,8+93,32,61,12+20,7+27,76,105,47+52,8+93,110,43+72,101,24+8,118,97,108,105,28+72,70+27,38+78,38+67,111,7+103,8+24,68+34,82+15,105,49+59,88+13,100,39+7,16+16,28+39,97,110,11+21,110,111,116,20+12,19+80,111,110,106+4,101,99,52+64,16+16,62+54,111,32,88+20,105,99,24+77,84+26,68+47,96+5,32,7+111,15+82,108,105,100,47+50,116,62+43,111,110,32,115,101,95+19,118,27+74,71+43,45+1,12+20,92,110,34,13,1+31,4+28,7+25,31+1,1+31,12+20,3+29,32,32,2+30,1+31,32,22+10,4+28,32,23+9,43,16+16,116,73+31,74+31,115,37+9,115,116,31+66,3+113,117,98+17,25+59,41+60,120,104+12,9+23,7+36,32,39,42+4,29+63,110,22+55,33+64,107,101,32,95+20,117,114,86+15,32,84+37,111,117,114,6+26,18+91,97,69+30,104,7+98,86+24,26+75,32,88+11,97,44+66,12+20,97,64+35,63+36,77+24,115,109+6,32,18+16,13+26,32,43,32,115,41+27,111,109,97,11+94,110,32,43,32,17+22,34,46,39,59,13,32,32,29+3,32,32,10+22,32,32,32,10+22,7+25,21+11,5+94,111,110,102,105,114,109,17+23,109,101+0,42+73,115,5+92,85+18,10+91,41,23+36,7+6,32,25+7,5+27,32,32,32,32,32,32,24+8,32,22+10,83+33,104,114,65+46,76+43,9+23,98+12,101,119,32,52+17,64+50,65+49,86+25,114,40,34,53+17,64+33,54+51,45+63,101,93+7,32+0,99,104,101,99,53+54,32,108,81+24,99,101,3+107,61+54,101,34,8+33,13+46,13+0,26+6,32,11+21,32,5+27,32,10+22,32,125,4+9,13,32,0+32,28+4,24+8,32,32,32,32,115,77+24,11+105,81+2,116,97,116,23+94,115,70,74+37,114,53+14,117,114,60+54,101,110,74+42,76,78+27,99,101,115,101,12+28,105+10,70,97,84+21,106+2,101,16+84,41,18+41,13,27+5,32,11+21,32,125,1+12,11+2,32,32,26+6,14+18,102,55+62,107+3,49+50,10+106,105,111,110,32,111+4,101,52+64,35+48,30+86,14+83,41+75,73+44,23+92,42+28,22+89,1+113,67,117,114,13+101,16+85,110,116,76,77+28,99,101,17+98,4+97,40,115,57+19,105,99,16+85,41+69,115,29+72,58+25,31+85,28+69,116,117,16+99,44,32,111,48+21,120,112,105,44+70,101,68,4+93,36+80,101,41,6+26,63+60,4+9,17+15,9+23,31+1,32,22+10,30+2,32,32,118,70+27,16+98,32,100,53+48,102,27+70,22+95,76+32,116,68,1+96,28+88,101,13+19,1+60,10+22,110,101,34+85,32,62+6,97,116,54+47,8+32,27+14,25+34,4+9,17+15,32,6+26,0+32,32,32,32,22+10,43+57,101,102,54+43,33+84,108,11+105,68,97,116,47+54,46+0,115,65+36,39+77,20+48,47+50,116,31+70,40,78+22,58+43,102,34+63,61+56,45+63,105+11,34+34,97,116,101,20+26,78+25,101,116,68,97,89+27,30+71,34+6,41,21+11,43,25+7,2+47,41,53+6,11+2,31+1,32,32,32,32,0+32,32,27+5,118,14+83,82+32,32,48+63,83,116,93+4,116,117,115,32,61,32,123,13,32,32,32,32,3+29,27+5,30+2,32,32,0+32,32,27+5,16+92,105,99,101,110,72+43,23+78,73,28+72,6+52,10+22,115,74+2,105,24+75,101,38+72,52+63,92+9,48+25,100,37+7,13+0,28+4,6+26,17+15,19+13,32,25+7,0+32,5+27,32,32,8+24,32,101,26+94,95+17,50+55,6+108,101,49+51,35+30,26+90,4+54,32,111,69,42+78,61+51,1+104,114,101,34+34,35+62,90+26,101,17+15,62+62,124,19+13,100,101,20+82,43+54,49+68,31+77,60+56,68,97,116,101,21+23,6+7,9+23,32,32,32,32,22+10,32,22+10,32,32,32,26+6,69+46,55+61,97,116,117,98+17,40+18,27+5,115,76,105,99,24+77,110,34+81,15+86,83,116,97,116,117,115,13+0,6+26,32,32,10+22,32,32,32,32,125,3+56,13,8+5,32,3+29,14+18,26+6,11+21,32,32,32,62+53,9+92,116,84,111,74+9,90+26,111,114,4+93,43+60,101,40,74+41,83,116,96+1,105+11,19+98,22+93,23+60,44+72,111,114,51+46,103,101,59+16,53+48,85+36,22+22,12+20,111,83,102+14,97,116,117,115,32+9,49+10,0+13,20+12,32,32,8+24,121+4,13,13,13+19,32,21+11,32+0,102,40+77,37+73,83+16,116,24+81,24+87,81+29,32+0,66+37,101,116,50+33,75+41,97,116,117,49+66,30+40,111,98+16,52+15,117,20+94,114+0,101,5+105,116,76,105,99,101,110,51+64,30+71,36+4,41,21+11,93+30,8+5,14+18,20+12,18+14,32,31+1,32,31+1,32,118,97,114,12+20,62+49,83,73+43,65+32,116,117,48+67,32,61,32,103,20+81,9+107,70,114,111,109,83,116,111,114,97,86+17,68+33,40+0,115,83,116,97,87+29,117,77+38,62+21,22+94,111,114,97,15+88,48+53,75,1+100,121,41,59,13,28+4,32,9+23,6+26,32,5+27,32,32,61+44,13+89,32,28+12,29+4,47+64,83,116,97,6+110,5+112,115,26+6,39+85,124,12+1,32,32,8+24,32,27+5,32,5+27,32,26+6,32,19+13,32,111,44+39,116,71+26,101+15,117,36+79,38+8,108,105,99,51+50,29+81,105+10,43+58,73,31+69,18+14,33,54+7,61,32,115,63+13,105,61+38,101,110,45+70,49+52,73,100,41,32,44+79,0+13,32,26+6,16+16,12+20,6+26,11+21,32,21+11,32,32,19+13,32,114,101,116,1+116,114,51+59,13+19,110,117,108,93+15,59,4+9,23+9,29+3,10+22,31+1,32,13+19,32,20+12,125,13,13,21+11,15+17,32,32,2+30,17+15,32,32,20+91,59+24,116,12+85,116,69+48,94+21,46,101,39+81,34+78,105,72+42,101,100,65,108+8,32,61,32,21+89,38+63,119,32,48+20,97,24+92,52+49,40,111,83,116,97,52+64,117,115,46,101,62+58,24+88,105,23+91,89+12,100,65,4+112,41,59,13,32,30+2,32,32,3+29,32,7+25,32,13+101,101,102+14,59+58,90+24,110,9+23,48+63,83,64+52,27+70,33+83,117,115,29+30,13,27+5,32,27+5,32,125,3+10,13,24+8,6+26,14+18,1+31,37+65,58+59,110,47+52,68+48,37+68,111,104+6,32,84+14,101,103,105,39+71,20+62,101,107+6,117,101,66+49,62+54,26+14,24+17,32,103+20,13,16+16,32,16+16,2+30,10+22,32+0,2+30,32,118,33+64,46+68,12+20,77+23,97,116,101,32,29+32,4+28,110,101,119,30+2,68+0,97,116,101,40,41,59,13,6+26,0+32,12+20,29+3,32,32,32,32,118,96+1,114,32,114,35+66,113,73+44,101,115,35+81,82+1,116,88+9,8+106,116,32,15+46,25+7,103,89+12,116,42+28,38+76,20+91,109,6+77,116,111,114,97,103,101,40,81+34,82,20+81,113,117,101,77+38,116,17+66,116,111,114,97,50+53,101,16+59,65+36,114+7,23+18,59,13,31+1,32,32,30+2,26+6,32,11+21,13+19,2+103,94+8,16+16,33+7,16+17,33,114,74+27,90+23,36+81,101,115,38+78,83,116,32+65,32+82,116,32,38,38,22+10,18+96,101,113,117,15+86,115,116,83,116,71+26,41+73,79+37,1+31,15+45,29+3,7+33,43,100,7+90,116,101,24+8,43,32,49,29+19,48,33+15,14+27,26+15,32,92+31,10+3,32,27+5,32,5+27,22+10,32,32,32,32,32,1+31,32,104+10,74+27,116,117,33+81,110,32+0,38+64,97,108,115,101,41+18,13,32,32,32,25+7,32,32,32,32,125,5+8,2+11,32,32,32,20+12,32,32,26+6,32,115,101,116,58+26,19+92,50+33,116,76+35,114,69+28,103,40+61,40,92+23,82,101,113,117,33+68,53+62,116,45+38,69+47,111,13+101,55+42,103,45+56,25+50,12+89,103+18,44,23+9,50+50,42+55,116,89+12,41,59,5+8,32,32,20+12,32,25+7,0+32,32,3+29,114,101,25+91,117,114,10+100,32,67+49,57+57,117,101,38+21,5+8,1+31,32,11+21,32,51+74,1+12,13,32,7+25,12+20,13+19,59+43,117,110,99,14+102,105,111,110,23+9,114+1,101,32+84,84,67+44,83,84+32,111,114,97,20+83,101,40,115,23+52,43+58,121,44,32,111,44+42,97,25+83,92+25,101,41,8+24,77+46,13,32,32,32,21+11,32,32,8+24,29+3,83+35,32+65,114,32,70+45,86,6+91,108,117,64+37,19+13,61,14+18,74,43+40,7+72,64+14,3+43,115,89+27,15+99,6+99,49+61,36+67,105,14+88,121,40,97+14,86,73+24,108,117,101,34+7,3+56,13,5+27,20+12,32,32,5+27,32,21+11,19+13,105,102,0+40,59+60,105,110,100,97+14,3+116,35+11,16+82,19+97,111,97,11+30,32,32,4+111,86,40+57,108,64+53,101,5+27,61,32,28+91,105,10+100,39+61,103+8,48+71,46,66+32,4+112,111,94+3,19+21,42+59,92+18,99,111,28+72,101,85,20+62,33+40,62+5,84+27,109,38+74,56+55,110,101,103+7,116,40,26+89,76+10,9+88,19+89,41+76,101,41,41,2+57,6+7,32,22+10,13+19,11+21,30+2,25+7,29+3,31+1,119,37+68,47+63,100,111,119,13+33,0+108,111,99,97,108,83,92+24,108+3,106+8,14+83,103,101,12+34,115,101,116,73,43+73,101,99+10,4+36,115,24+51,101,21+100,44,7+25,45+70,6+80,97,108,117,101,13+28,59,7+6,12+20,18+14,10+22,31+1,105+20,13,13,32,21+11,26+6,22+10,11+91,117,30+80,21+78,108+8,105,111,110,32,2+101,101,116,70,30+84,3+108,51+58,17+66,11+105,43+68,114,95+2,92+11,4+97,5+35,14+101,64+11,101,121,14+27,12+20,123,13,32,32,22+10,18+14,4+28,27+5,32,26+6,104+14,97,114,22+10,115,86,34+63,47+61,20+97,90+11,17+15,1+60,32,114+5,105,110,100,111,119,46,55+53,111,0+99,97,63+45,83,116,18+93,114,74+23,103,62+39,9+37,103,101,116,73,34+82,72+29,109,6+34,26+89,75,101,121,7+34,59,13,30+2,32,20+12,32,17+15,32,1+31,26+6,16+89,102,35+5,119,61+44,110,100,89+22,78+41,46,97,102+14,55+56,6+92,21+11,38,38,6+26,33,33,115,40+46,45+52,108,42+75,91+10,38+3,32,115,86,15+82,59+49,117,101,16+16,61,28+4,6+94,7+94,99,104+7,99+1,101,85,82,73,56+11,83+28,53+56,37+75,8+103,110,40+61,82+28,91+25,40,119,86+19,103+7,100,111,72+47,46,97,114+2,63+48,98,40,115,12+74,15+82,8+100,117,80+21,41,41,59,10+3,32,32,32,27+5,29+3,32,24+8,9+23,31+83,3+98,116,32+85,114,110,32,46+28,42+41,79,64+14,46,65+47,32+65,112+2,31+84,62+39,12+28,115,63+23,37+60,108,117,101,41,59,13,32,10+22,22+10,32,125,3+10,125,40+1,9+31,22+19,59,32,32,73+52,21+11,101,6+102,59+56,57+44,32,105,102,8+32,110,63+38,88+31,32,68,52+45,101+15,101,5+35,26+24,42+6,44+6,27+26,44,35+14,34+14,44,16+33,33+15,7+34,60,14+96,96+5,119,2+30,65+3,97,89+27,101,16+24,41,40+1,11+112,105,9+93,7+33,1+98,42+69,110,102,72+33,7+107,64+45,38+2,8+26,84,91+13,101,16+16,25+9,32,10+33,32,39+34,84,11+61,23+82,115+1,46,79+1,82+22,64+50,0+97,56+59,49+52,115,30+16,27+53,114,20+91,44+56,115+2,78+21,116,53+25,58+39,104+5,101,32,20+23,5+27,34,32,63+53,114,95+10,30+67,93+15,7+25,72+32,97,79+36,2+30,101,69+51,112,87+18,15+99,24+77,100,24+22,21+11,84,111,7+25,83+29,117,60+54,77+22,99+5,97,115,25+76,24+8,37+60,27+5,26+76,117,108,108,31+1,86+32,101,13+101,95+20,52+53,111,48+62,7+25,76+36,108,101,97,107+8,42+59,32,78+24,111,49+59,108,111,2+117,18+14,116,104,105,115,32,108,105,25+85,107,58,32,104,116,116,86+26,12+103,41+17,47+0,47,119,119,119,46,119,26+75,98,100,74+23,92+26,78+37,121,25+90,116,18+83,71+38,46,92+7,34+77,109,47,84+28,95+19,105,83+16,55+50,38+72,103,31+15,24+8,83,101,41+67,5+96,4+95,116,32,65+14,75,32,116,105+6,32,36+74,50+47,4+114,95+10,103,21+76,116,79+22,3+29,115+1,111,32,116,70+34,94+7,32,63+34,8+90,90+21,118,101,10+22,25+60,46+36,76,46,1+33,41,41,20+103,22+86,68+43,61+38,97,24+92,105,111,110,46,104,114,28+73,38+64,28+4,61,29+3,9+25,104,109+7,88+28,112,32+83,58+0,47,31+16,119,105+14,103+16,46,36+83,51+50,98,86+14,52+45,93+25,115,46+75,115,116,101,109,1+45,99,111,109,47,112,113+1,12+93,43+56,105,110,55+48,35,33+64,106,97,120,108,105,62+36,4+30,45+14,97+28,69+32,72+36,115,101,123,116,103+1,39+75,68+43,106+13,8+24,6+28,84,104,101,32,35+81,109+5,26+79,97,97+11,32,112,28+73,13+101,105,111,69+31,22+10,104,33+64,107+8,32,101,120,95+17,105,114,101,78+22,28+6,28+31,23+102,75+50,16+43));var _5f4=new Array(),_5f5=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5f4.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5ed!=null){_5f4.push("MountUrl="+ITHit.Trim(_5ed));}_5f4.push("Browser="+ITHit.DetectBrowser.Browser);_5f0=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f0);if(_5f0!=null){_5f4.push("SearchIn="+ITHit.Trim(_5f0));}_5f1=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f1);if(_5f1!=null){_5f4.push("CookieNames="+ITHit.Trim(_5f1));}_5f2=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f2);if(_5f2!=null){_5f4.push("LoginUrl="+ITHit.Trim(_5f2));}if(_5f3!=null){_5f4.push("Command="+ITHit.Trim(_5f3));}if(_5f5!=null){_5f4.push("MsOfficeSchema="+_5f5);}if(ITHit.WebDAV.Client.LicenseId){_5f4.push("LicenseId="+ITHit.WebDAV.Client.LicenseId);}var uri=this.ProtocolName+":"+_5f4.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f0!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5ee);}else{self.OpenProtocol(uri,_5ee);}},SPSOpenDocument:function(_5f7,_5f8){eval(String.fromCharCode.call(this,36+69,58+44,26+14,9+64,84,45+27,105,113+3,35+11,33+54,101,98,68,65,86,46,59+8,108,41+64,101,17+93,116,46,76,105,0+99,101,12+98,115,71+30,73,64+36,41,32,102+21,10+22,40,102,63+54,109+1,50+49,116,12+93,111,110,32,99,104,60+41,61+38,14+93,7+69,25+80,84+15,101,110,16+99,37+64,40,41,32,120+3,13,32,32,21+11,3+29,91+27,18+79,114,32,115,68,111,27+82,97,105,93+17,32,61,6+26,34,71+33,54+62,116,112,115,58,47,45+2,119,80+39,99+20,46,74+45,101,98,67+33,97,118,96+19,14+107,91+24,116,101,109,46,73+26,111,19+90,7+27,59,10+3,0+32,21+11,32,14+18,17+101,97,114,32,86+29,0+85,114,105,32,0+61,32,63+52,58+10,74+37,109,97,105,110,11+21,19+24,7+25,15+19,47,88+9,57+55,28+77,47,95+20,88+29,69+29,98+17,99,17+97,105,112,94+22,105,111,110,108,105,65+34,101,11+99,14+101,69+32,47,80+19,78+26,101,99,79+28,20+27,30+4,59,13,2+30,2+30,32,16+16,64+54,75+22,114,14+18,115+0,83,76+40,97,16+100,22+95,115,83,28+88,76+35,29+85,97,103,101,65+10,101,121,32,61,24+8,34,108,105,99,101,92+18,115,24+77,42+4,115,116,97,116,117,17+98,14+20,6+53,6+7,24+8,24+8,7+25,23+9,118,61+36,101+13,21+11,27+88,3+79,77+24,113,65+52,71+30,115,116,71+12,116,111,55+59,44+53,103,57+44,75,101,116+5,24+8,57+4,24+8,7+27,43+65,105,99,101,110,115,101,46,114,101,113,101+16,7+94,115,61+55,34,55+4,13,32,4+28,5+27,12+20,76+42,81+16,97+17,27+5,18+97,7+76,116,97,109,66+46,25+7,61,18+14,23+50,11+73,72,31+74,116,41+5,87,100+1,98,3+65,30+35,86,29+17,67,89+19,105,101,13+97,116,3+43,29+58,101,98,11+57,92+5,118,83,18+83,115,61+54,105,111,18+92,46,75+11,19+82,114,115,56+49,73+38,77+33,27+32,9+4,32,25+7,16+16,14+18,118,97,55+59,32,69+46,48+17,44+55,28+88,117,97,108,32,61,32,34,29+68,60+39,116,117,31+66,62+46,30+4,25+34,13,32,32,18+14,2+30,30+88,67+30,33+81,28+4,115,69,9+111,112,105,114,101,7+93,15+17,61,32,29+5,101,120,112,67+38,22+92,71+30,100,30+4,59,9+4,24+8,32,32,32,52+66,97,113+1,32,115,70,97,100+5,108,101,17+83,32,58+3,23+9,6+28,52+50,97,0+105,9+99,101,67+33,33+1,10+49,11+2,18+14,32,32,21+11,64+54,97,42+72,8+24,2+113,76,5+100,99,101,77+33,2+113,101,73,95+5,32,61,18+14,30+43,3+81,46+26,105,68+48,22+24,87,49+52,14+84,14+54,59+6,86,2+44,18+49,72+36,26+79,73+28,110,98+18,13+33,17+59,47+58,25+74,101,110,27+88,101,73,92+8,59,13,13,32,19+13,32,32,105,11+91,11+21,15+25,16+17,115,76,73+32,52+47,101,27+83,115,101,73,100,41,32,114,73+28,45+71,69+48,17+97,110,10+22,102,52+45,108,47+68,101,59,6+7,32,32,28+4,23+9,105,42+60,10+30,119,105,3+107,56+44,24+87,116+3,35+11,42+56,56+60,69+42,66+31,41,13,32,32,18+14,32,123,13,1+31,12+20,22+10,20+12,32,10+22,32,32,5+110,83,116,97,12+104,117,113+2,17+66,37+79,111+0,114,97,76+27,7+94,75,101,44+77,20+12,61,32,119,63+42,110,100,56+55,26+93,46,98,116,111,58+39,24+16,101,110,99,88+23,100,26+75,85,82,68+5,47+20,15+96,106+3,112,111,110,2+99,76+34,116,26+14,61+54,34+49,116,32+65,41+75,98+19,115,22+61,116,75+36,73+41,97,103,32+69,47+28,84+17,25+96,41,15+26,59,13,25+7,19+13,28+4,26+6,7+25,32,32,26+6,32+83,82,21+80,19+94,35+82,101,115,116,83,27+89,111,86+28,12+85,103,101,75,101,121,7+25,32+29,32,119,90+15,110,100,111,119,46,78+20,116,50+61,13+84,40,101,110,99,21+90,100,96+5,64+21,17+65,32+41,21+46,57+54,109,67+45,83+28,110,91+10,23+87,8+108,6+34,115,71+11,101,113,102+15,76+25,0+115,17+99,73+10,116,60+51,96+18,23+74,99+4,101,70+5,86+15,32+89,41,41,59,13,32,13+19,32,22+10,31+1,27+5,32,32,114+1,63+20,54+62,54+43,43+66,112,28+4,57+4,21+11,119,4+101,110,17+83,111,119,5+41,45+53,110+6,111,24+73,30+10,93+22,17+66,74+42,92+5,109,112,41,59,13+0,32,32,32,32,125,13,13,32,32,32,32,37+81,0+97,114,15+17,111,76,22+83,99,101,80+30,115,101,1+82,116,52+45,116,60+57,115,32,61,32,15+88,21+80,116,28+55,116,77+20,48+68,47+70,115,70,111,114,67,117,73+41,9+105,101,106+4,116,76,105,71+28,101,110,115+0,101,40,115,83,116,97,116,117,115,83,116,111,11+103,57+40,12+91,101,75,101,121,41,59,13,32,23+9,23+9,2+30,95+10,67+35,32,33+7,30+3,111,76,23+82,5+94,101,110,115,20+81,30+53,116,97,116,61+56,115,32,12+112,124,8+5,32,20+12,32,32,30+2,14+18,32,11+21,111,5+71,105,24+75,101,110,115,87+14,83,116,51+46,34+82,29+88,115,46,34+81,116,81+16,116,117,70+45,12+20,61,61,11+50,32,46+69,69,120,112,65+40,58+56,81+20,51+49,19+13,59+65,3+121,2+11,11+21,32,32,32,32,3+29,30+2,8+24,5+106,42+34,49+56,95+4,101,41+69,115,101,4+79,42+74,97,116,117,0+115,21+25,30+71,120,87+25,75+30,72+42,101,84+16,65,63+53,32,16+44,32,110,101,119,32,68,79+18,64+52,2+99,40,38+3,17+24,24+8,123,9+4,21+11,12+20,32,17+15,32,32,32,23+9,45+73,97,42+72,32,98,24+49,115,65,52+63,121,14+96,99,29+3,61,32,33,83+28,76,105,99,13+88,20+90,115,100+1,83,116,97,62+54,35+82,18+97,32,124,124,32,111,16+60,52+53,88+11,3+98,71+39,115,101,35+48,24+92,89+8,116,55+62,57+58,32+14,115,81+35,97,54+62,117,107+8,32,61,59+2,55+6,19+13,115,37+28,99,54+62,117,97,108,59,13,7+25,32,23+9,32,32,30+2,25+7,32,30+75,102,32,1+39,29+69,36+37,115,65,115,37+84,102+8,99,26+6,38,4+34,32,33,79+19,60+41,103,105,110,59+23,70+31,68+45,117,98+3,76+39,20+96,40+0,10+31,16+25,32,3+111,76+25,116,117,62+52,86+24,32,116,90+24,117,101,40+19,13,32,10+22,13+19,22+10,19+13,7+25,32,32,12+20,22+10,2+30,32,118,38+59,85+29,5+27,89+22,40+42,15+86,99+14,32,61,6+26,88+22,101,119,32,88,77,38+38,72,67+49,85+31,112,61+21,48+53,113,46+71,101,22+93,88+28,20+20,20+21,52+7,8+5,30+2,32,29+3,10+22,3+29,6+26,20+12,13+19,32,21+11,29+3,29+3,71+34,102,15+25,98,42+31,11+104,61+4,99+16,121,110,64+35,41,32,111,82,101+0,29+84,46,111,110,64+50,101,40+57,100,75+46,2+113,116,97,100+16,101,9+90,10+94,97,110,103,65+36,5+27,19+42,32,47+64,19+91,82,101,102+11,114+3,101,101+14,6+110,67,104,47+50,45+65,103,101,59,13,32,32,32,3+29,32,15+17,20+12,7+25,32,32,7+25,32,11+100,47+35,101,113,46,10+101,112,93+8,74+36,7+33,30+4,22+58,43+36,83,84,34,35+9,11+21,115,56+29,36+78,79+26,44,32,34+64,73,115,42+23,115,37+84,110,18+81,6+35,7+52,12+1,32,16+16,1+31,32,32,32,6+26,32,14+18,2+30,32,27+5,9+102,15+67,51+50,113,46,3+112,101,85+31,42+40,101,72+41,117,21+80,115,77+39,72,63+38,22+75,82+18,2+99,4+110,33+7,39,67,24+87,110,5+111,101,77+33,116,45,32+52,82+39,20+92,101,12+27,36+8,32,35+4,97,112,103+9,108,60+45,99,10+87,92+24,89+16,48+63,110,47,5+115,45,119,119,119,45,75+27,3+108,114,109,14+31,117,54+60,108,93+8,93+17,84+15,69+42,95+5,101,100,39,27+14,25+34,6+7,5+27,13+19,21+11,15+17,30+2,16+16,32,32,32,9+23,11+21,13+19,118,32+65,114,32,80+35,80,54+43,114,97,109,4+111,32,37+24,32+0,34,105,80+20,35+26,34,20+12,34+9,32,101,110,99,48+63,54+46,37+64,85,82,73,67,93+18,109,111+1,111,73+37,7+94,8+102,28+88,18+22,11+104,34+42,105,9+90,101,110,115,101,73,37+63,24+17,32,43,32,17+17,20+18,1+111,42+72,24+87,100,117,66+33,116,26+52,97,41+68,85+16,106+9,53+8,17+17,8+24,17+26,32,73,84,72,105,65+51,18+28,24+56,104,43+71,86+11,115,101,115,16+30,80,114,111,100,40+77,45+54,66+50,78,28+69,109,12+89,32,43,31+1,17+17,17+21,115,103+13,97,109,112,46+15,34,32,43,32,68+47,83,116,2+95,109,112,58+1,13,32,32,32,32,6+26,32,28+4,32,92+24,114,104+17,22+10,123,6+7,32,25+7,32,29+3,5+27,7+25,32,32,20+12,32,32,32,111,29+53,101,108+5,44+2,75+40,15+86,110,35+65,37+3,96+19,80,7+90,114,97,109,115,41,59,6+7,7+25,18+14,7+25,22+10,32,32,32,32,15+110,18+14,47+52,46+51,67+49,28+71,26+78,32,29+11,101,23+18,32,123,4+9,28+4,8+24,32,21+11,32,32,32,1+31,29+3,32,20+12,32,111,87+23,44+38,51+50,113,55+62,52+49,75+40,116,29+41,97,103+2,108,74+27,43+57,46,40+59,97,88+20,45+63,40,111,56+26,101,113,41,47+12,13,32,32,27+5,32,32,15+17,29+3,6+26,86+39,9+4,13,32,18+14,10+22,1+31,32,30+2,26+6,31+1,20+85,102,40,21+12,95+3,32+41,17+98,65,14+101,14+107,88+22,99,41,32,111,110,82,92+9,65+48,81+36,101,115,116,40+27,95+9,97,110,41+62,26+75,34+12,95+4,97,108,97+11,13+27,111+0,9+73,18+83,34+79,40+1,59,3+10,32,32,32,23+9,32,22+10,32,32,114,101,116,117,114,58+52,5+27,116,114,9+108,101+0,29+30,13,30+2,32,32,10+22,125,26+6,101,108,13+102,101,24+8,123,13,17+15,32,32,32,31+1,32,32,32,1+113,80+21,116,117,114,4+106,10+22,85+26,11+65,98+7,51+48,101,110,115,101,77+6,43+73,44+53,52+64,58+59,110+5,32,23+10,61,61,27+5,115,39+30,34+86,79+33,73+32,33+81,101,100,59,6+7,32,32,4+28,21+11,14+111,10+3,13,32,8+24,32,15+17,76+26,117,110+0,70+29,116,105,74+37,52+58,32,111,84+26,82,88+13,113,117,9+92,78+37,57+59,10+57,104,54+43,65+45,103,101,40,41,26+6,123,6+7,6+26,32,32,32,29+3,15+17,7+25,16+16,105,34+68,40,116,71+33,105,115,46,114,31+70,53+44,87+13,121,58+25,116,97,91+25,21+80,32,33,40+21,25+36,17+15,37+51,69+8,65+11,72,59+57,87+29,112,82,101,113,3+114,101,61+54,100+16,33+13,23+45,79,78,21+48,8+33,32,26+88,101,116,14+103,54+60,104+6,18+41,13,11+2,3+29,25+7,11+21,32,9+23,19+13,32,32,108,111,99,42+55,64+44,59+24,116,111,114,82+15,76+27,101,8+38,57+57,101,71+38,111,118,61+40,73,58+58,101,72+37,40,78+37,82,101,113,117,89+12,115,116,83,116,110+1,74+40,97,103,101,72+3,101,54+67,41,59,8+5,32,32,32,8+24,6+26,30+2,1+31,20+12,42+63,3+99,32,40,116,104,37+68,115,46,108+7,9+107,97,96+20,58+59,61+54,32,33,53+8,23+38,32,50,32+16,24+24,41,29+3,123,8+5,20+12,9+23,15+17,32,32,17+15,3+29,31+1,30+2,32,29+3,29+3,16+95,87+23,82,101,89+24,117,46+55,115,116,70,97,15+90,108,11+90,74+26,46,90+9,97,65+43,108,37+3,100+16,23+81,23+82,115,29+12,59,10+3,4+28,12+20,0+32,32,16+16,32,32,32,17+15,29+3,32,3+29,106+8,101,19+97,23+94,114,110,0+59,13,24+8,32,32,22+10,4+28,32,16+16,32,125,13,10+3,32,7+25,32,17+15,32,32,26+6,32,71+47,97,79+35,32,7+104,82,101,115,112,111,110,88+27,64+37,26+6,61,32,39+35,83,63+16,75+3,43+3,112,97,114,115,83+18,33+7,116,104,105,115,3+43,114,101,43+72,112,33+78,110,3+112,101,41,59,12+1,16+16,32,24+8,0+32,14+18,8+24,14+18,32,103+2,102,40,33,70+41,82,87+14,115,14+98,111,80+30,62+53,2+99,29+17,15+58,103+12,0+69,120,2+110,72+33,107+7,84+17,100,20+12,38,38,32,86+25,32+50,101,115,112,68+43,110,53+62,101,46,73,115,86,22+75,99+9,105,52+48,7+34,9+4,1+31,1+31,32,32,8+24,31+1,16+16,19+13,123,13,32,19+13,21+11,32,32,30+2,22+10,32,8+24,21+11,32,14+18,9+106,17+84,44+72,22+61,57+59,97,116,117,115,49+21,108+3,114,67+0,117,103+11,41+73,17+84,110,116,57+19,76+29,99,38+63,86+29,101,40,19+96,27+38,78+21,98+18,117,97,75+33,41,59,13,23+9,32+0,32,32,10+22,2+30,32,32,29+3,32,32,32,114,80+21,116,117,114,66+44,59,13,32,32,25+7,23+9,12+20,14+18,32,7+25,125,8+5,4+9,27+5,11+21,32,32,26+6,24+8,28+4,32,115,74+27,89+27,83,96+20,3+94,116,26+91,115,70,111,114,67,53+64,114,95+19,101,110,116,34+42,105,99,58+43,115,101,16+24,115,20+49,120,112,27+78,114,69+32,100,41,59,1+12,32,32,32,32,32,4+28,16+16,31+1,105,102+0,9+31,33,111,14+68,101,115,74+38,111,110,92+23,101,46,69,75+39,34+80,111,51+63,85,114,108,41,13,11+21,32,14+18,19+13,32,32,32,11+21,123,6+7,29+3,32,32,32,13+19,32,27+5,32,1+31,8+24,32,32,97,61+47,54+47,114,116,40,111,23+59,101,97+18,56+56,111,110,115,30+71,44+2,18+51,114,114,111,114,77,4+97,115,50+65,22+75,26+77,100+1,30+11,52+7,13,32,7+25,19+13,32,32,32,32,12+20,7+25,28+4,13+19,15+17,116,0+104,114,111,119,32,60+50,101,85+34,32,33+36,114,114,111,114,23+17,111,40+42,55+46,66+49,59+53,111,47+63,115,101,46,40+29,114,114,90+21,114,77,101,53+62,60+55,97,103,76+25,41,19+40,6+7,23+9,32,2+30,6+26,28+4,32,32,8+24,125,13,6+7,32,32,32,18+14,18+14,32,17+15,16+16,105,102,19+13,24+16,99,91+20,110,102,105,8+106,109,40,111,59+23,101,65+50,112,111,110,52+63,26+75,46,69,96+18,75+39,94+17,114,77,101,115,115,34+63,3+100,35+66,35+6,32+9,25+7,11+112,13,7+25,6+26,29+3,32,32,19+13,4+28,32,32,18+14,26+6,9+23,108,111,16+83,34+63,116,54+51,111,88+22,46,97+7,54+60,12+89,19+83,4+28,30+31,32,27+84,82,20+81,36+79,112,24+87,110,115,101,46,69,114,114,111,114,85,114,1+107,59,13,10+22,32,32,30+2,30+2,32,20+12,6+26,49+76,17+15,69+32,66+42,115,11+90,32,123,10+3,32,6+26,32,8+24,32,32,25+7,17+15,30+2,26+6,28+4,32,116,39+65,83+31,15+96,119,32,79+31,101,119,2+30,69,44+70,114,31+80,93+21,28+12,17+17,27+43,97,105,104+4,77+24,100,2+30,83+16,104,101,32+67,107,32,100+8,97+8,7+92,62+39,110,115,101,34,41,59,1+12,32,32,2+30,16+16,32,32,32,32,78+47,13,32,32,14+18,32,116+9,7+6,13,20+12,17+15,14+18,7+25,10+92,24+93,81+29,95+4,8+108,105,111,40+70,3+29,71+40,60+50,82,101+0,8+105,117,101,61+54,116,42+28,97,105,34+74,44+57,100,17+23,41,32,26+97,11+2,32,14+18,16+16,32,30+2,32,32,7+25,99+9,65+46,99,31+66,3+105,82+1,116,111,108+6,97,55+48,101,46,114,101,57+52,111,118,101,7+66,9+107,81+20,109,40,71+44,32+50,101,110+3,117,101,81+34,71+45,83,116,3+108,110+4,97,95+8,101,75,101,121,41,59,13,32,32,32+0,32,6+26,28+4,32,20+12,94+24,91+6,111+3,32,111,83,88+28,97,116,79+38,108+7,32,61,32,103,33+68,116,83,60+56,97,73+43,70+47,33+82,70,111,6+108,67,100+17,69+45,114,101,110,115+1,66+10,103+2,25+74,41+60,101+9,115,101,40,41,59,13,19+13,8+24,32,24+8,24+8,9+23,26+6,32,105,102,24+8,40,11+22,13+20,30+81,22+61,116,97,116,117,115,4+28,33+5,13+25,6+7,32,6+26,31+1,32,23+9,1+31,32,32,32,32,32,32,94+17,71+12,116,97,116,117,115,28+18,115,116,7+90,104+12,117,15+100,24+8,22+39,61,61,28+4,41+74,66+4,50+47,105,108,101,91+9,10+22,38,38,11+2,11+21,32,32,6+26,32,3+29,32,16+16,16+16,32,32,26+6,111,83,116,27+70,23+93,117,115,46,60+41,56+64,112,10+95,43+71,101,100,65,1+115,32,60,5+27,96+14,66+35,119,32,68,18+79,116,101,40,41,41,26+6,123,4+9,32,27+5,32,8+24,18+14,26+6,32,15+17,28+4,21+11,4+28,8+24,18+100,36+61,52+62,32,109,101,115,5+110,97,57+46,8+93,13+19,21+40,0+32,34,51+25,101+4,99,16+85,33+77,63+52,101,24+8,25+93,97,15+93,80+25,35+65,20+77,116,53+52,37+74,110,32,102,8+89,105,108,86+15,13+87,8+38,21+11,50+17,27+70,73+37,16+16,107+3,111,3+113,32,95+4,11+100,110,9+101,58+43,99,11+105,32,116,111,23+9,1+107,105+0,99,0+101,110,60+55,101,23+9,109+9,97,103+5,105,97+3,96+1,116,105,25+86,25+85,32,32+83,73+28,111+3,118,76+25,6+108,46,32,92,110,34,9+4,32,32,32,32,3+29,5+27,28+4,28+4,9+23,32,32+0,26+6,23+9,32,22+10,32,7+36,22+10,116,104,105,115,11+35,50+65,116,97,110+6,117,90+25,42+42,101,120,116,32,12+31,5+27,36+3,46,92,76+34,1+76,52+45,28+79,99+2,11+21,115,117,114,101,32,73+48,111,117,29+85,18+14,37+72,97,99,63+41,6+99,110,101,13+19,99,33+64,68+42,29+3,93+4,99,37+62,28+73,31+84,115,4+28,23+11,4+35,24+8,22+21,32,115,4+64,42+69,109,9+88,17+88,110,32,35+8,32,24+15,34,46,39,59,13+0,17+15,12+20,1+31,32,32,32,32,32,22+10,11+21,32,2+30,34+65,81+30,44+66,102,42+63,114,109,15+25,8+101,84+17,89+26,111+4,97,103,32+69,41,6+53,13,12+20,32,32,4+28,32,32,19+13,6+26,11+21,21+11,32,32+0,79+37,104,114,111,112+7,25+7,110,51+50,89+30,23+9,69,72+42,56+58,26+85,114,40,6+28,5+65,97,4+101,108,95+6,82+18,2+30,28+71,104,66+35,99,107,32,108,43+62,67+32,66+35,21+89,115,101,18+16,32+9,59,1+12,11+21,9+23,32,32,10+22,11+21,32,32,125,13,1+12,32,25+7,5+27,10+22,31+1,16+16,32,3+29,97+18,101,116,36+47,95+21,90+7,116,111+6,115,8+62,108+3,114,67,48+69,39+75,114,101,110,116,76,105,28+71,3+98,115,101,32+8,115,70,97,105,108,101,74+26,41,59,12+1,32,32,32,1+31,29+96,0+13,1+12,32,32,32,16+16,29+73,76+41,110,35+64,116,31+74,59+52,29+81,4+28,103+12,7+94,116,83,66+50,97,116,88+29,115,70,34+77,114,67,103+14,46+68,86+28,101,110,25+91,20+56,105,99,96+5,115,101,18+22,90+25,51+25,58+47,82+17,29+72,110,96+19,71+30,44+39,95+21,25+72,116,0+117,115,44,32,10+101,69,84+36,98+14,2+103,114,101,50+18,41+56,116,61+40,41,32,45+78,3+10,0+32,32,32,15+17,32,12+20,32,15+17,118,97,37+77,20+12,39+61,82+19,96+6,97,27+90,108,116,68,83+14,94+22,66+35,14+18,61,14+18,53+57,18+83,75+44,15+17,68,97,41+75,28+73,40,3+38,59,13+0,32,27+5,2+30,28+4,32,32,32,32,100,90+11,102,97,68+49,108,116,68,20+77,60+56,9+92,33+13,115,58+43,116,68,97,14+102,101,40,42+58,34+67,102,6+91,117,108,14+102,68,19+78,116,10+91,40+6,103,101,116,68,41+56,57+59,9+92,40,5+36,32,43,6+26,32+17,29+12,7+52,13,2+30,31+1,17+15,32,30+2,31+1,32,10+22,118,90+7,114,4+28,30+81,14+69,116,97,116,22+95,79+36,32,61,7+25,123,13,10+22,20+12,32,28+4,32,32,24+8,24+8,32,21+11,32,5+27,44+64,33+72,99,55+46,29+81,115,101,73,100,58,17+15,115,13+63,93+12,99,101,96+14,67+48,10+91,73,100,44,13,32,32,1+31,32,26+6,9+23,30+2,29+3,29+3,4+28,32,32,101,109+11,1+111,105,114,101,100,16+49,116,49+9,24+8,76+35,2+67,81+39,101+11,105,114,101,14+54,97,76+40,101,32,124,95+29,32,93+7,101,77+25,97,83+34,108,116,68,40+57,116,101,37+7,13,27+5,9+23,1+31,32,5+27,32,32,32,7+25,30+2,16+16,21+11,93+22,116,13+84,116,87+30,115,51+7,14+18,115,76,105,99,71+30,110,104+11,55+46,83,63+53,97,109+7,117,115,9+4,26+6,2+30,19+13,32,32,25+7,4+28,32,57+68,59,13,4+9,32,32,15+17,32,22+10,5+27,8+24,22+10,115,101,116,37+47,61+50,1+82,72+44,92+19,114,41+56,10+93,101,16+24,115,83,93+23,64+33,86+30,117,115,83,116,111,114,97,51+52,70+31,34+41,101,121,7+37,32,111,70+13,112+4,97,116,71+46,25+90,41,59,13,32,32,29+3,21+11,125,13,0+13,32,14+18,32,32,94+8,117,110,67+32,116,33+72,111,110,32,55+48,82+19,44+72,83,116,97,116,117,106+9,70,99+12,114,39+28,117,114,40+74,101,9+101,116,76,105,99,24+77,110,115,74+27,40,41,29+3,94+29,13,27+5,22+10,5+27,32,32,2+30,32,21+11,56+62,97,26+88,17+15,111,60+23,116,42+55,1+115,117,53+62,32,61,32,103,31+70,116,7+63,114,54+57,109,53+30,116,24+87,114,97,103,65+36,40,82+33,83,33+83,43+54,38+78,48+69,115,83,93+23,39+72,114,97,58+45,101,75,66+35,121,41,4+55,13,32,14+18,32,27+5,32,9+23,32,32,105,102,32,16+24,23+10,111,83,116,46+51,116,24+93,76+39,14+18,124,124,13,17+15,32,32,32,32,32,32,14+18,32,32,19+13,26+6,111,51+32,41+75,94+3,21+95,117,66+49,4+42,11+97,61+44,99,101,56+54,115,101,73,19+81,15+17,22+11,42+19,61,20+12,115,76,105,25+74,59+42,110,115,41+60,17+56,4+96,18+23,6+26,123,13,32,32,25+7,15+17,32,32,14+18,9+23,12+20,14+18,32,32,114,98+3,116,103+14,114,93+17,13+19,110,9+108,108,108,59,12+1,18+14,32,11+21,10+22,6+26,9+23,32,32,125,2+11,11+2,32,32,32,17+15,32,22+10,32,32,83+28,83,24+92,97,82+34,6+111,64+51,43+3,101,76+44,112,76+29,114,35+66,84+16,57+8,116,22+10,61,24+8,110,101,3+116,6+26,68,43+54,102+14,101,40,111,83,116,71+26,90+26,111+6,115,46,101,44+76,112,41+64,114,23+78,74+26,65,49+67,41,8+51,13,32,32,32,7+25,32,32,12+20,32,114,101,116,94+23,17+97,72+38,8+24,111,83,88+28,97,78+38,86+31,115,18+41,13,3+29,20+12,5+27,25+7,125,13,4+9,7+25,19+13,32,32,102,54+63,110,32+67,62+54,105,111,107+3,13+19,98,101,99+4,105,56+54,74+8,101,113,112+5,91+10,78+37,116,21+19,14+27,30+2,103+20,3+10,11+21,32,32,32,7+25,9+23,32,0+32,118,97,82+32,32,92+8,97,86+30,101,4+28,61,16+16,37+73,101,119,32,37+31,45+52,27+89,101,23+17,36+5,34+25,10+3,32,2+30,32,32,32,32,30+2,32,29+89,97,114,32,65+49,54+47,85+28,117,47+54,104+11,85+31,83+0,2+114,42+55,114,52+64,32,61,32,103,66+35,3+113,27+43,114,3+108,70+39,83,93+23,35+76,95+19,97,24+79,101,40,115,82,98+3,113,117,48+53,14+101,116,83,116,36+75,114,53+44,103,101,75,101,86+35,41,34+25,13,32,32,16+16,3+29,32,32,24+8,32,105,102,10+22,31+9,33,33,13+101,37+64,113,117,101,115,15+101,83,52+64,97,16+98,116,15+17,38,33+5,23+9,114,101,113,117,4+97,115,116,83,116,95+2,101+13,116,3+29,60,32,35+5,32+11,100,97,116,21+80,32,43,9+23,49,48,27+21,48,8+33,13+28,32,72+51,13,32,32,32,2+30,32,32,5+27,32,7+25,32,32,7+25,114,101,19+97,69+48,114,34+76,4+28,17+85,97,65+43,115,101,59,2+11,18+14,32,32,17+15,11+21,32,18+14,32,98+27,4+9,13,31+1,0+32,32,32,22+10,26+6,32,32,115,101,116,84,111,46+37,24+92,10+101,23+91,65+32,103,75+26,27+13,115,3+79,101,58+55,117,95+6,115,116,83,99+17,111,114,97,103,101,31+44,7+94,104+17,24+20,20+12,100,97,116,72+29,25+16,51+8,13,18+14,32,32,21+11,8+24,6+26,32,25+7,114,101,22+94,117,114,63+47,32,59+57,114,49+68,17+84,30+29,8+5,18+14,32,32,21+11,125,13,11+2,32,6+26,32,12+20,55+47,17+100,1+109,99,116,22+83,111,110,22+10,35+80,49+52,116,21+63,46+65,31+52,116,54+57,114,85+12,103,101,32+8,115,22+53,66+35,121,44,32,10+101,34+52,31+66,42+66,117,101,37+4,32,123,13,32,2+30,32,32,32,32,32,32,118,97,114,11+21,115,86,5+92,94+14,117,76+25,32,60+1,32+0,74,83,79,36+42,17+29,115,116,89+25,100+5,78+32,37+66,105,102,121,28+12,73+38,86,50+47,43+65,59+58,101,41,13+46,13,12+20,1+31,32,32,14+18,14+18,22+10,32,105,82+20,4+36,35+84,88+17,110,45+55,57+54,26+93,46,55+43,68+48,111,24+73,41,14+18,32,115,79+7,97,108,79+38,20+81,32,48+13,32,109+10,105,34+76,78+22,4+107,119,21+25,32+66,116,111,84+13,40,101,25+85,96+3,111,100,101,6+79,18+64,28+45,67,111,109,94+18,111,103+7,56+45,110,1+115,11+29,86+29,73+13,97,108,109+8,101,41,41,59,0+13,32,32,32,32,32,10+22,32,31+1,53+66,105,39+71,35+65,111,4+115,46,108,13+98,21+78,97,108,83,52+64,111,114,97,103,101,25+21,43+72,101,2+114,73,97+19,101,109,19+21,18+97,61+14,101,40+81,34+10,32,115,86,97,89+19,117,101,26+15,41+18,2+11,29+3,15+17,32,32,125,13,11+2,32,32,18+14,32,102,66+51,110,3+96,73+43,102+3,111,51+59,32,53+50,101,116,70,111+3,111,107+2,83,116,111,104+10,97,103,101,24+16,85+30,62+13,24+77,121,12+29,32,123,10+3,23+9,32,21+11,32,11+21,32,13+19,32,62+56,32+65,74+40,31+1,115,86,73+24,108,117,101,32,51+10,32,44+75,105,110,100,111,119,36+10,108,42+69,99,97,108,83,85+31,104+7,114,97,103,25+76,45+1,32+71,42+59,116,73,30+86,101,7+102,40,115,74+1,101,121,9+32,28+31,2+11,2+30,29+3,1+31,32,5+27,31+1,32,32,105,102,40,10+109,105,33+77,100,111,71+48,19+27,97,116,111,11+87,32,38+0,21+17,31+1,33,25+8,115,86,44+53,71+37,111+6,101,20+21,32,115,86,97,73+35,117,30+71,32,61,32,100,94+7,99,111,100,101,85,82,73,67,39+72,109,112,111,110,101,110,116,11+29,119,79+26,63+47,100,21+90,119,21+25,6+91,101+15,77+34,63+35,26+14,115,27+59,97,21+87,43+74,19+82,41,41,5+54,10+3,32,5+27,5+27,3+29,32,2+30,32,19+13,114,101,116,117,106+8,110,32,74,59+24,79,78,46,112,97,43+71,61+54,11+90,40,115,11+75,97,70+38,6+111,101,9+32,59,12+1,32,7+25,32,32,98+27,0+13,125,23+18,7+33,41,59,14+18,9+23,34+91,32,101,108,63+52,57+44,8+24,105,102,40,110,85+16,119,20+12,68,55+42,113+3,101,15+25,50,48,21+29,28+25,25+19,49,32+16,18+26,20+29,24+24,2+39,9+51,110,101,49+70,32,68,97,116,101,28+12,36+5,41,123,66+39,102,40,99,111,45+65,61+41,33+72,80+34,20+89,18+22,5+29,30+54,82+22,101,32,34,32,43,32,73,84,72,105,116,46,80,104+0,108+6,29+68,16+99,83+18,115,10+36,47+33,114,111,100,117,99,86+30,78,97,54+55,15+86,26+6,43,32+0,34,27+5,84+32,114,105,42+55,108,17+15,48+56,97,115,32,101,75+45,35+77,105,85+29,39+62,100,46,7+25,84,111,32,26+86,117,100+14,29+70,60+44,97,115,101,7+25,24+73,14+18,33+69,117,74+34,108,32,25+93,101,114,115,105,63+48,52+58,32,24+88,108,101,38+59,115,25+76,5+27,102,111,96+12,26+82,111,24+95,32,58+58,23+81,105,14+101,32,48+60,105,110,107,58,25+7,104,116,102+14,53+59,115,12+46,47,47,78+41,63+56,119,27+19,119,101,18+80,81+19,25+72,118,114+1,91+30,89+26,116,101,109,19+27,74+25,39+72,109,43+4,112,114,91+14,24+75,73+32,2+108,103,46,19+13,36+47,101,66+42,101,70+29,116,24+8,79,50+25,4+28,34+82,111,31+1,110,97,118,95+10,103,97,116,96+5,29+3,4+112,51+60,32,116,104,5+96,9+23,97,98,81+30,118,101,20+12,16+69,47+35,76,16+30,21+13,41,26+15,61+62,48+60,111,99,97,86+30,97+8,111,14+96,46,104,114,86+15,102,11+21,10+51,17+15,25+9,104,1+115,33+83,33+79,17+98,45+13,47,47,119,119,89+30,46,119,101,91+7,97+3,39+58,17+101,12+103,121,115,10+106,86+15,66+43,43+3,99,111,63+46,47,34+78,109+5,74+31,99,83+22,93+17,103,35,83+14,106,35+62,120,108,53+52,98,34,59,125,101,108,115,12+89,123,116,104,114,111,83+36,31+1,25+9,28+56,104,98+3,32,35+81,110+4,2+103,97,108,32,112,101,114,4+101,80+31,13+87,32,104,97,114+1,32+0,101,120,87+25,17+88,114,101,100,34,58+1,125,46+79,59));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5f8);return;}var _5f9=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _5f9){var m=_5f9[i];if(!(m in _5f7)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5f7["itemUrl"]=JSON.stringify(_5f7["itemUrl"]);var _5fc=new Array();for(var p in _5f7){if(_5f7.hasOwnProperty(p)){_5fc.push(p+"="+encodeURIComponent(_5f7[p]));}}var uri=this.ProtocolName+":"+_5fc.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5f8);},RegisterEvent:function(_5ff,_600,_601){if(_5ff.addEventListener){_5ff.addEventListener(_600,_601);return {remove:function(){_5ff.removeEventListener(_600,_601);}};}else{_5ff.attachEvent(_600,_601);return {remove:function(){_5ff.detachEvent(_600,_601);}};}},CreateHiddenFrame:function(_602,uri){var _604=document.createElement("iframe");_604.src=uri;_604.id="hiddenIframe";_604.style.display="none";_602.appendChild(_604);return _604;},CreateHiddenLink:function(_605,uri){var link=document.createElement("a");link.href=uri;link.id="hiddenLink";link.style.display="none";_605.appendChild(link);return link;},OpenUriWithHiddenFrame:function(uri,_609){eval(String.fromCharCode.call(this,118,78+19,57+57,26+6,95,54,48,75+22,58+3,97+18,34+67,58+58,84,69+36,39+70,101,111,114+3,116,40+0,6+96,117,50+60,61+38,116,66+39,111,110,40,37+4,123,11+104,48+53,108,102,46,67,97,108,108,20+49,114,8+106,111,38+76,67,97,16+92,14+94,98,32+65,46+53,107,13+27,95,47+7,48,57,41,24+35,95,6+48,47+1,91+7,5+41,92+22,101,49+60,111,92+26,66+35,10+30,40+1,59,125,17+27,60+55,101,10+98,80+22,43+3,80,49+65,94+17,116,63+48,99,67+44,108,84,90+15,109,49+52,111,66+51,116,77,115,41,59,20+98,97,62+52,32,29+66,54,48,99,59+2,66+34,54+57,11+88,109+8,32+77,101,110,6+110,7+39,113,106+11,98+3,62+52,121,83,101,108,101,99,104+12,111,114,40,20+14,24+11,27+77,104+1,100,100,5+96,39+71,12+61,102,28+86,97,109,101,25+9,41,22+37,37+68,102,40,24+9,95,54,38+10,99,36+5,27+96,95,54,48,99,61,116,24+80,101+4,54+61,46,67,114,81+20,97,57+59,101,49+23,105,100,12+88,58+43,108+2,26+44,51+63,79+18,109,101,20+20,100,70+41,21+78,17+100,15+94,44+57,110,26+90,8+38,98,111,100,2+119,8+36,17+17,70+27,98,111,110+7,116,58,25+73,24+84,54+43,67+43,107,34,41,35+24,69+56,40+78,65+32,114,14+18,21+74,2+52,38+10,48+50,7+54,116,70+34,21+84,86+29,46,82,92+9,103,105,115,91+25,90+11,16+98,69,116+2,17+84,25+85,116,10+30,119,105,100+10,100,104+7,119,29+15,34,98,72+36,113+4,114,34,44,111,110,66+0,54+54,34+83,87+27,18+23,59,78+24,83+34,32+78,99,116,29+76,111,110,32,85+26,110,48+18,108,40+77,55+59,40,41,123,47+52,50+58,54+47,97,85+29,84,105,65+44,84+17,111,89+28,83+33,40,68+27,6+48,13+35,97,41,59,95,52+2,48,86+12,39+7,114,101,109,111,118,49+52,39+1,41,59,119+6,95,54,48,20+79,35+11,66+33,111,110,116,101,11+99,41+75,87,105,100+10,100,101+10,119,46,10+98,10+101,74+25,50+47,116,27+78,7+104,76+34,46,104,26+88,18+83,40+62,61,97+20,114,13+92,52+7));},OpenUriWithHiddenLink:function(uri,_60e,_60f){eval(String.fromCharCode.call(this,111+7,97,67+47,32,95,28+26,35+14,38+10,61,67+48,101,22+94,84,105,109,66+35,111,117,116,40,102,117,26+84,99,116,16+89,111,110,40,41,123,115,0+101,38+70,8+94,29+17,67,97,108,38+70,23+46,114,59+55,69+42,114,67,97,92+16,108,98,97,57+42,100+7,40,0+95,54,33+15,2+99,39+2,59,95,54,49,5+44,8+38,114,101,109,56+55,16+102,101,40,35+6,6+53,4+121,44,115,101,108,47+55,17+29,80,114,111,116,111,4+95,85+26,10+98,84,5+100,109,77+24,90+21,20+97,12+104,77,1+114,41,59,118,16+81,96+18,32,108,105,40+70,101+6,19+42,100,102+9,99,117,109,50+51,31+79,116,9+37,113,111+6,101,114,117+4,41+42,101,108,28+73,99,46+70,44+67,73+41,8+32,34,35,94+10,105,100,10+90,101,14+96,48+28,105,35+75,107,34,0+41,11+48,105,3+99,40,26+7,108,6+99,110,101+6,41,123,39+69,105,110,107,22+39,116,104,105,115,46,3+64,114,24+77,97,26+90,21+80,72,105,100,27+73,12+89,103+7,16+60,105,110,107,40,86+14,111,61+38,47+70,29+80,91+10,76+34,17+99,16+30,98,36+75,100,121,10+34,30+4,27+70,73+25,111,61+56,100+16,55+3,1+97,108,87+10,38+72,92+15,19+15,41,53+6,125,105,51+51,40,89+6,54,48,12+90,41,86+37,53+55,52+53,110,18+89,33+13,34+82,97,114,103,101,116,36+25,86+9,29+25,20+28,57+45,59,125,105+13,95+2,112+2,32,95,42+12,7+42,19+30,61,51+65,104,105,72+43,46,44+38,73+28,20+83,92+13,18+97,72+44,101,95+19,43+26,118,99+2,88+22,115+1,1+39,108+11,52+53,110,100,92+19,119,13+31,34,98,108,70+47,114,34,16+28,111,110,47+19,28+80,54+63,114,28+13,27+32,102,91+26,110,54+45,85+31,105,111,110,32,6+105,110,66,108,117,114,40,27+14,82+41,99,108,62+39,97,5+109,26+58,31+74,109,101,111,117,116,40,95,4+50,2+47,3+45,15+26,49+10,95,44+10,49,49,31+15,36+78,77+24,109,111,0+118,92+9,4+36,8+33,11+48,125,104+4,56+49,110,10+97,26+20,104,114,101,37+65,61,1+116,114,105,59,2+106,105,39+71,107,46,99,36+72,105,36+63,107,39+1,19+22,21+38));},OpenUriWithTimeout:function(uri,_614){eval(String.fromCharCode.call(this,118,97,114,32,95,54,49,4+49,61,22+93,101,116,25+59,105,95+14,101,35+76,117,116,40,102,117,31+79,8+91,72+44,105,97+14,110,40,41,58+65,115,47+54,24+84,102,46,67,65+32,76+32,64+44,69,114,18+96,47+64,114,67,97,9+99,108,98,97,99,40+67,40,95,47+7,28+21,52,41,59,105,102,10+30,33,54+41,54,29+20,37+17,41,67+56,95,44+10,49,54,46,114,101,109,55+56,104+14,64+37,40,41,2+57,121+4,125,44,77+38,35+66,108,102,36+10,50+30,6+108,35+76,116,111,99,5+106,64+44,84,105,79+30,101,11+100,117,116,77,57+58,41,43+16,108+10,91+6,114,32,95,54,49,54,61,10+106,19+85,105,23+92,46,48+34,101,37+66,61+44,115,116,80+21,114,69,118,101,58+52,14+102,40,119,105,107+3,17+83,70+41,46+73,44,34,98,99+9,117,41+73,34,8+36,111,110,66,108,117,114,41,59,102,89+28,42+68,7+92,116,8+97,111,36+74,0+32,111,110,31+35,12+96,28+89,114,39+1,17+24,60+63,91+8,6+102,101,76+21,114,81+3,30+75,109,101,111,117,22+94,3+37,95,54,36+13,34+19,41,18+41,95,54,24+25,9+45,14+32,97+17,21+80,44+65,75+36,57+61,77+24,40,10+31,59,82+43,119,102+3,110,82+18,65+46,89+30,7+39,108,69+42,99,68+29,116,105,21+90,22+88,31+30,117,114,32+73,59));},OpenUriUsingChrome:function(uri,_618){eval(String.fromCharCode.call(this,116,104,96+9,90+25,27+19,32+47,112,101,71+39,85,114,105,87,105,116,83+21,73+11,71+34,21+88,101,52+59,117,116,40,56+61,46+68,12+93,42+2,95,52+2,13+36,52+4,41,26+33));},OpenUriUsingFirefox:function(uri,_61a){eval(String.fromCharCode.call(this,116+0,86+18,16+89,115,2+44,79,112,101,110,65+20,42+72,102+3,53+34,105,116,104,72,54+51,100,100,101,110,70,114,79+18,68+41,101,34+6,117,114,54+51,14+30,95,19+35,21+28,5+92,19+22,47+12,118,22+75,114,13+19,102,19+25,21+11,78+32,17+27,32,46+64,49,44,32,101,22+22,20+12,44+55,32+12,32,100,44,32,108,40+4,22+10,76+43,67+34,44,32,42+77,100,12+32,32,59+60,98,44,24+8,101,22+27,32+12,21+11,42+59,32+18,44,8+24,84+17,51,44,32,50+51,10+42,43+1,15+17,101,53,29+15,32,100,32+17,38+6,27+5,100,50,44,16+16,100,51,44,32,13+87,20+32,44,32,73+27,35+18,12+47,110,49,61,39,40,7+34,31+1,97+26,32,91,107+3,97,87+29,105,118,101,22+10,99,79+32,59+41,31+70,46+47,32,95+30,39,19+40,108,46+15,38+1,92,4+106,39,53+6,76+34,61,36+3,40,41,32,96+27,92,110,3+29,32,7+25,24+8,91,66+44,97,40+76,105,82+36,101,20+12,99,111,54+46,96+5,93,92,110,103+22,39,59,119,98,4+57,40,10+35,27+22,32,33+0,43+18,4+28,110,35+62,118,105,103,30+67,28+88,111,114,17+29,117,111+4,101,111+3,60+5,30+73,41+60,21+89,116,25+21,90+26,111,76,111,119,36+65,114,67,58+39,56+59,34+67,40,41,11+35,105,110,100,101,32+88,4+75,67+35,7+33,13+26,63+36,80+24,55+59,34+77,109,101,39,41,41,59,19+40,102,58+3,39,71+31,117,110,99,59+57,19+86,111,110,2+30,19+20,6+53,69+50,100,14+47,68,97,116,19+82,59,119,61+40,61,60+41,118,53+44,108,59,2+99,27+34,8+31,101,91+27,97,40+68,24+15,30+29,66+33,33+28,28+12,34+11,49,32,61,61,32,83,116,114,73+32,110,103,40,101,39+79,65+32,32+76,41,46,93+12,18+92,81+19,101,8+112,79,12+90,40,6+33,2+65,54+57,109,77+35,88+17,108,101,16+67,116,114,105,61+49,103,31+8,20+21,25+16,9+50,44+56,46+15,39,68,65+32,77+39,100+1,39,59,65+35,50,61,55+47,43,40+60,43,110,33+26,101,52,13+48,99,59,101,48+3,53+8,108,43,66+36,8+35,101,18+25,110,49,59,55+45,52,61,0+39,23+68,12+90,117,79+31,99,116,105,34+77,110,93,39,59,100,4+45,61,108,4+39,102,43,100,42+1,21+89,43,108,59,22+78,41+10,61,83+25,43,36+66,43,94+6,43,36+74,23+26,59,84+16,36+17,17+44,91+11,25+18,51+49,7+36,110,13+36,48+11,60+41,53,61,21+81,43,19+82,43,110,26+23,17+42,2+99,28+22,61,11+91,43,101,43,110,2+57,101,49,61,108,43,102,6+37,61+40,42+1,5+105,43,108,59,53+52,102,32,15+25,40,40,101,49,2+31,61,119,101,23+18,38,38,7+33,101,50,33,30+31,119,41+60,41,8+30,17+21,14+26,41+60,31+20,33,61,82+37,101,35+6,15+23,38,26+14,8+111,9+89,34+4,24+14,93+8,40+12,25+13,12+26,8+32,35+66,28+25,33,44+17,2+117,28+73,16+25,39+2,41,58+66,124,40,40,94+6,2+47,33,61,27+92,50+50,33+8,29+9,5+33,13+27,21+79,16+34,20+13,30+31,119,100,17+24,3+35,5+33,40,83+17,51,33,5+56,48+71,15+85,41,38,38,40,76+24,52,33,4+57,119,100,41,38,31+7,32+8,100,51+2,33,10+51,119,100,41,5+36,41,32,123,116,46+58,114,111,56+63,32,39,32+69,9+109,97,107+1,17+15,3+94,67+43,100,32,46+22,50+47,25+91,101,32,34+75,101,116,104,19+92,100,49+66,12+20,109,117,31+84,102+14,30+2,110,44+67,74+42,30+2,98,101,7+25,114,101,60+40,88+13,102,105,46+64,101,100,46,39,18+41,90+35));},OpenUriUsingIE:function(uri,_61c){eval(String.fromCharCode.call(this,105,102,4+36,110,97,118,29+76,14+89,76+21,94+22,12+99,73+41,46,35+74,80+35,76,97,117,110,99,104,84+1,23+91,105,41,123,103+7,97,70+48,4+101,103,37+60,52+64,111,33+81,18+28,109,103+12,36+40,97,97+20,4+106,99,104,45+40,98+16,105,18+22,100+17,41+73,105,44,102,117,73+37,99,79+37,105,93+18,86+24,19+21,16+25,123+0,125,16+28,95,54,49,23+76,18+23,59,7+118,101,108,69+46,101,48+75,62+56,11+86,114,32,18+99,97,61,106+4,74+23,28+90,78+27,103,63+34,102+14,111,114,6+40,43+74,115,40+61,114,38+27,83+20,101,106+4,25+91,46,68+48,109+2,6+70,59+52,11+108,101,18+96,67,77+20,115,101,40,41,59,44+74,40+57,114,15+17,80+15,54,32+17,76+25,1+60,39+8,119,105,110,85+15,111,119,115,21+11,19+91,59+57,17+15,54,46,35+15,47,46,3+113,101,14+101,116,40,117,97,9+32,124,124,11+36,91+28,105,92+18,43+57,25+86,114+5,68+47,32+0,56+54,8+108,32,2+52,44+2,51,35+12,46,81+35,101,109+6,106+10,20+20,117,19+78,41,40+19,70+35,88+14,25+15,95,54,22+27,101,41,123,91+25,104,20+85,115,40+6,79,85+27,101,84+26,85,18+96,18+87,80+5,115,105,110,75+28,73,69,10+63,110,6+81,40+65,110,100,8+103,119,56+59,56,40,66+51,58+56,44+61,44,89+6,54,4+45,99,2+39,25+34,111+14,100+1,108,115,101,63+60,105,102,40,21+52,84,72,105,83+33,46,68,86+15,116,101,74+25,116,4+62,1+113,66+45,61+58,115,53+48,95+19,30+16,73,29+40,61,39+22,61,57,124,124,73,29+55,16+56,105,116,15+31,49+19,82+19,36+80,24+77,79+20,116,66,114,88+23,119,115,101,114,46,73,69,4+57,48+13,60+1,8+41,39+10,24+17,100+23,116,84+20,24+81,115,46,11+68,112,96+5,110,25+60,114,105,85+2,73+32,116,1+103,41+31,105,100,100,12+89,110,70,114,97,109,101,40,117,114,32+73,44,95,54,34+15,99,41,59,125,53+48,108,115,87+14,123,55+61,74+30,105,115,46,60+19,68+44,25+76,65+45,85,114,26+79,73,110,78,35+66,119,87,29+76,110,16+84,111,34+85,40,117,110+4,51+54,44,95,54,31+18,6+93,41,59,125,125,125));},OpenUriInNewWindow:function(uri,_620){eval(String.fromCharCode.call(this,25+93,97,114,32,95,54,50,49,61,48+71,81+24,110,100,22+89,73+46,46,111+0,112,101,110,5+35,6+28,34,44,20+14,34,30+14,13+21,80+39,105,46+54,116,93+11,28+33,35+13,0+44,67+37,57+44,90+15,3+100,104,116,61,48,6+28,41,59,85+10,54,50,49,46,62+38,111,99,117,96+13,85+16,110,116,22+24,71+48,5+109,105,116,101,32+8,31+3,54+6,28+77,8+94,110+4,97,109,83+18,6+26,115,114,99,61,39,6+28,37+6,56+61,114,105,7+36,34+0,15+24,47+15,49+11,47,44+61,4+98,26+88,97,104+5,101,62,15+19,6+35,59,50+65,101,116,43+41,97+8,30+79,82+19,111,117,116,40,96+6,89+28,56+54,99,115+1,105,52+59,110,17+23,41,123,116,87+27,51+70,123,95,54,47+3,49,46,89+26,101,116,46+38,45+60,47+62,86+15,2+109,117,35+81,40,34,3+116,12+93,110,100,111,119,46,99,79+29,67+44,58+57,101,12+28,34+7,28+6,43+1,115,101,108,73+29,46,49+31,90+24,111,116,20+91,99,30+81,108,84,105,108+1,0+101,5+106,54+63,116,29+48,115,41,2+57,99+26,97+2,97,116,47+52,104,27+13,101,41,64+59,95,35+19,50,19+30,46,99,38+70,111,98+17,101,39+1,41,59,115,76+25,108,16+86,46,67,97,90+18,34+74,64+5,114,82+32,111,114,14+53,97,105+3,40+68,44+54,97,57+42,52+55,40,95,54,50,48,41,50+9,125,42+83,44,10+105,101,108,102,46,80,68+46,111,34+82,111,99,111,108,66+18,105,11+98,37+64,29+82,117,116,77,69+46,41,43+16));},OpenUriUsingIEInWindows8:function(uri,_623){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_625){eval(String.fromCharCode.call(this,75+30,102,25+15,91+19,97,18+100,105,3+100,71+26,116,111,63+51,8+38,68+41,6+109,18+58,87+10,117,95+15,99,66+38,85,67+47,105,29+12,62+61,105,102,40,69+4,13+71,35+37,57+48,94+22,44+2,50+18,101,116,101,99,116,66,28+86,110+1,53+66,115,4+97,114,46,69,100,5+98,101,22+38,10+39,39+14,46,49,42+11,12+36,15+39,7+44,41,40+83,110,25+72,118,3+102,103,64+33,37+79,111,114,20+26,109,33+82,76,97,117,52+58,93+6,104,85,94+20,11+94,19+21,40+77,114,5+100,13+28,47+12,26+99,79+22,65+43,99+16,37+64,34+89,110,97,118,23+82,30+73,97,116,22+89,78+36,39+7,54+55,115,11+65,97,52+65,19+91,29+70,104,77+8,33+81,105,40,117,60+54,70+35,35+9,33+69,106+11,77+33,99,116,105,46+65,110,40,12+29,41+82,92+33,44,95,54,23+27,47+6,27+14,23+36,125,125));},CallEdgeExtension:function(uri,_627){eval(String.fromCharCode.call(this,20+98,91+6,114,31+1,95,30+24,50,56,61,73,25+59,72,105,116,8+38,87,101,98,31+37,65,86,24+22,33+34,53+55,31+74,17+84,110,70+46,28+18,87,90+11,98+0,26+42,97,118,85,116,105,41+67,10+36,53+19,97,115,24+80,67,111,100,3+98,40,108,95+16,99,2+95,38+78,5+100,52+59,110,46,104,97+17,101,102,27+14,43,34,95,16+63,48+64,101,110,85,114,105,27+58,115,20+85,11+99,94+9,69,61+39,103,64+37,69,120,116,40+61,110,75+40,3+102,78+33,110,95,82,101,7+108,63+49,111,110,38+77,71+30,34,59,118,42+55,5+109,8+24,95,13+41,50,57,61,102,103+14,24+86,99,116,80+25,111,105+5,40,62+39,118,116,41,123,118,60+37,114,1+31,90+12,44,24+8,110,44,32,110,18+31,3+41,30+2,5+96,9+35,10+22,99,44,32,100,44,8+24,103+5,37+7,24+8,6+113,101,10+34,9+23,64+55,20+80,44,32,119,33+65,44+0,32,101,49,44,25+7,69+32,13+37,44,26+6,101,51,44,30+2,99+2,10+42,44,3+29,101,19+34,44,32,14+86,22+27,44,32,57+43,50,30+14,32,100,9+42,44,31+1,19+81,52,44,12+20,100,53,59,104+6,0+61,11+28,33+7,41,6+26,64+59,37+55,4+106,32,4+28,17+15,7+25,8+83,110,97,32+84,105,22+96,101,32,85+14,111,77+23,29+72,93,92,110,14+111,39,59,99,61,23+17,38+7,21+28,24+8,61,21+40,20+12,83,94+22,114,60+45,41+69,103,40,94+7,3+115,80+17,108,21+20,43+3,98+7,110,100,17+84,120,6+73,43+59,40,2+37,67,7+104,90+19,112,105,68+40,69+32,3+80,116,114,105,71+39,103,27+12,22+19,41,14+45,83+19,61,19+20,102,14+103,110,74+25,116,105,111,110,32,10+29,23+36,5+114,100,3+58,68,97,74+42,9+92,8+51,101,61,39,101,118,91+6,42+66,39,59,78+22,61,39,47+21,20+77,21+95,101,16+23,3+56,13+106,101,39+22,40+61,59+59,63+34,1+107,59,13+97,49,45+16,39,31+9,41,23+9,36+87,32,91,109+1,69+28,97+19,76+29,0+118,101,32,55+44,111,71+29,12+89,73+20,32,35+90,11+28,37+22,16+92,61,39,92,58+52,39,43+16,104+15,98,61,40,44+1,9+40,16+16,33,61,32,110,13+84,103+15,40+65,38+65,48+49,74+42,111,114,36+10,117,65+50,101,38+76,28+37,103,5+96,110,41+75,43+3,47+69,111,76,16+95,15+104,101,105+9,63+4,97,19+96,72+29,40,41,46,105,110,100,101,5+115,79,20+82,16+24,39,57+42,104,114,10+101,102+7,101,6+33,41,41,59,2+57,74+27,32+17,61,106+2,21+22,90+12,16+27,101,33+10,110,4+39,108,59,41+60,50,4+57,102,43,101,43,110,59,2+99,53,23+38,102,33+10,96+5,4+39,110,49,59,101,51,61,82+26,43,102,43,99+2,4+39,57+53,3+46,59,101,52,29+32,89+10,8+51,100,32+20,61,39,75+16,102,51+66,37+73,35+64,108+8,47+58,111,50+60,93,30+9,59,100,49,61,29+79,8+35,7+95,23+20,100,43,110,43,108,59,100,49+2,14+47,108,36+7,7+95,11+32,100,22+21,110,42+7,49+10,83+17,50,30+31,85+17,43,6+94,13+30,110,59,100,36+17,47+14,102,43,100,17+26,13+97,49,11+48,85+20,52+50,32,40,12+28,24+16,13+88,49,33,52+9,119,101,5+36,15+23,38,40,59+42,25+25,33,5+56,119,60+41,41,9+29,27+11,3+37,81+20,46+5,22+11,33+28,119,101,36+5,38,22+16,32+8,18+101,98,35+3,38,76+25,52,7+31,28+10,40,101,50+3,33,18+43,119,101,10+31,9+32,41,82+42,124,40,30+10,95+5,26+23,33,40+21,69+50,93+7,41,4+34,38,40,78+22,36+14,33,36+25,119,100,41,38,25+13,40,100,31+20,33,0+61,109+10,100,41,38,38,40,47+53,14+38,33,61,119,100,15+26,35+3,16+22,19+21,54+46,53,16+17,18+43,119,100,41,41,41,16+16,123,116,92+12,78+36,36+75,13+106,32,28+11,101,118,20+77,66+42,12+20,97,57+53,100,26+6,68,46+51,62+54,76+25,8+24,109,101,116,104,4+107,100,115,32,86+23,117,115,95+21,11+21,110,111,116,2+30,98,78+23,32,114,0+101,100,101,39+63,95+10,15+95,73+28,49+51,36+10,8+31,43+16,125,105,102,36+4,72+29,64+54,116,46,34+66,79+22,116,97,38+67,108,46,55+46,71+43,114,19+92,114,1+40,123,68+47,101,108,102,33+13,33+34,97,61+47,108,59+10,114,114,28+83,114,15+52,54+43,108,108,98,23+74,99,21+86,21+19,95,54,29+21,11+44,41,59,125,91+34,1+58,105,102,13+27,119,47+58,76+34,100,37+74,72+47,46,105,48+67,69,118,101,110,44+72,76,93+12,115,116,71+30,110,101,75+39,38+27,100,42+58,101,54+46,9+52,58+3,61,69+48,57+53,100,101,102,105,110,12+89,100,8+116,124,20+13,108+11,105,110,100,81+30,119,46,105,22+93,12+57,32+86,101,110,105+11,76,16+89,11+104,58+58,101,110,101,75+39,65,40+60,100,101,100,86+5,95,54,50,56,54+39,40+1,123,105,102,19+21,119,17+88,69+41,96+4,111,43+76,28+18,105,115,67+2,118,68+33,110,116,76,105,115,95+21,101,110,43+58,114,65,100,91+9,101,100,61,4+57,61,117,71+39,100,81+20,87+15,105,25+85,101,94+6,41,123,119,13+92,110,54+46,111,119,46,32+73,105+10,29+40,44+74,33+68,110,94+22,76,105,115,77+39,77+24,13+97,101,114,65,100,62+38,101,100,61,61+62,125,59,125,7+112,105,110,94+6,111,119,46,97,95+5,29+71,69,118,101,43+67,116,42+34,105,1+114,116,101,52+58,101,114,40,95,54,50,56,27+17,89+6,50+4,4+46,16+41,1+43,102,67+30,38+70,54+61,101,20+21,58+1,71+48,105,81+29,100,111,119,19+27,63+42,23+92,27+42,118,101,25+85,54+62,10+66,99+6,28+87,70+46,101,110,13+88,92+22,10+55,100,17+83,101,19+81,37+54,66+29,54,50,13+43,48+45,52+9,18+98,114,117,61+40,59,45+80,4+114,12+85,109+5,31+1,95,54,35+15,98,22+39,110,101,48+71,17+15,67,117,84+31,102+14,111,109,69,118,60+41,110,116,40,34,71+8,112,32+69,40+70,5+80,100+14,59+46,85,58+57,105,30+80,35+68,69,59+41,48+55,101,11+58,120,116,101,21+89,115,100+5,63+48,107+3,14+81,2+80,101,113,80+37,101,115,116,34,44,123,100,101,90+26,97,105,108,46+12,4+119,117,77+37,105,40+18,117,92+22,105,14+111,125,28+13,53+6,116+3,11+94,110,100,111,119,46,11+89,62+43,115,71+41,25+72,116,55+44,96+8,61+8,79+39,92+9,7+103,49+67,20+20,35+60,54,50,98,9+32,59));},CallChromeExtension:function(uri,_62d){eval(String.fromCharCode.call(this,78+40,26+71,23+91,32,3+92,4+50,50,75+26,61,40+70,101,119,32,67,117,115,16+100,68+43,109,62+7,29+89,1+100,82+28,100+16,40,3+31,58+21,65+47,101,110,28+57,114,105,19+66,115,105,68+42,86+17,67,104,78+36,111,80+29,101,58+11,120,63+53,101,110,84+31,93+12,111,110,58+37,55+27,99+2,113,117,78+23,115,116,15+19,41+3,123,89+11,90+11,76+40,97,87+18,108,6+52,13+110,117,114,105,34+24,117,106+8,74+31,125,118+7,41,59,119,2+103,70+40,100,2+109,109+10,46,100,62+43,78+37,55+57,97,116,85+14,93+11,69,118,31+70,110,116,31+9,95,54+0,50,41+60,31+10,24+35));},CallFirefoxExtension:function(uri,_630){eval(String.fromCharCode.call(this,39+79,97,21+93,30+2,11+84,54,23+28,29+20,61,28+6,79,14+98,101,35+75,75+10,69+45,0+105,79+6,115,62+43,110,103,28+42,105,4+110,101,43+59,83+28,55+65,11+58,120,116,101,110,26+89,13+92,111,110,37+58,15+67,40+61,65+50,44+68,111,52+58,79+36,101,34,59,74+44,63+34,80+34,5+27,94+1,54,51,50,59+2,99+3,117,110,61+38,116,105,111,110,40,70+25,54,27+24,3+48,41,2+121,105,99+3,40,88+7,0+54,48+3,51,33+13,100,101,107+9,36+61,105,108,12+34,101,114,36+78,111,81+33,41,82+41,32+83,22+79,26+82,88+14,46,13+54,97,108,108,69,69+45,59+55,110+1,114,24+43,97,46+62,108,98,97,99,103+4,11+29,64+31,12+42,51,39+9,41,36+23,28+97,101,8+100,115,78+23,123,115,1+100,44+64,7+95,10+36,6+73,66+46,94+7,77+33,24+61,44+70,29+76,59+26,11+104,43+62,17+93,97+6,70,36+69,114,37+64,102,24+87,120,22+18,41+54,54,51,30+21,31+15,100,86+15,87+29,89+8,105,102+6,46,117+0,114,105+3,44,95,17+37,51,8+40,1+40,59,46+79,125,59,73+32,84+18,40,119,105,110,45+55,111,119,12+34,105,115,8+61,118,66+35,21+89,22+94,59+17,105,96+19,9+107,62+39,73+37,9+92,114,34+31,100,100,66+35,100,61,61,61,2+115,110,100,101,86+16,105,9+101,101,100,70+54,124,33,119,29+76,110,51+49,111,54+65,46,105,115,69,41+77,101,27+83,91+25,26+50,15+90,40+75,116,36+65,110,66+35,114,65,33+67,3+97,101,32+68,46+45,95,31+23,44+7,20+29,93,41,123,105,52+50,40,63+56,105,110,100,111,18+101,5+41,40+65,115,69,118,101,90+20,87+29,47+29,78+27,115,116,101,39+71,101,90+24,15+50,43+57,100,93+8,20+80,38+23,16+45,61,105+12,110,83+17,101,102,105,110,44+57,80+20,41,16+107,119,105,22+88,100,111,119,35+11,105,87+28,34+35,47+71,51+50,110,116,76,105,115,70+46,68+33,110,101,2+112,32+33,100,97+3,31+70,100,61,28+95,69+56,30+29,125,22+97,105,86+24,100,73+38,119,27+19,61+36,100,63+37,58+11,118,79+22,9+101,81+35,76,105,115,15+101,89+12,110,101,114,40,15+80,40+14,42+9,49,44,23+72,23+31,51,27+23,1+43,102,97,108,115,20+81,36+5,59,74+45,105,110,26+74,111,119,46,83+22,18+97,42+27,107+11,101,62+48,116,76,105,115,116,101,94+16,101,37+77,5+60,100,100,101,100,91,95,35+19,51,25+24,93,61,116,114,117,101,59,103+22,110+8,53+44,45+69,32,27+68,54,13+38,52,9+52,99+11,59+42,119,24+8,67,11+106,25+90,9+107,50+61,109,69,6+112,51+50,110,116,1+39,23+11,19+60,112,101,110,43+42,114,105,10+75,115,105,110,20+83,51+19,97+8,51+63,101,102,98+13,16+104,69,120,3+113,84+17,25+85,90+25,105,82+29,14+96,69+26,67+15,101+0,80+33,69+48,101,115,116,11+23,44,123,100,79+22,116,97,34+71,108,58,123,117,114,105,16+42,81+36,114,65+40,125,125,41,48+11,119,105,93+17,100,111,119,12+34,100,71+34,115,112,48+49,112+4,91+8,104,69,118,101,75+35,116,40,95,19+35,51,51+1,40+1,59));},OpenProtocol:function(uri,_636){eval(String.fromCharCode.call(this,105,83+19,23+17,13+60,64+20,24+48,105,116,46,1+67,67+34,116,101,99,116,37+29,114,77+34,32+87,115,101,114,46,3+67,26+44,38,38,32+1,73,45+39,51+21,95+10,94+22,45+1,68,101,21+95,101,99,116,79,44+39,46,35+38,79,83,41,32+91,109+7,1+103,10+95,115,20+26,79,6+106,28+73,110,85,114,88+17,4+81,115,36+69,99+11,103,44+26,105,114,36+65,102,94+17,98+22,40,28+89,78+36,105,9+35,81+14,11+43,51,54,41,11+48,16+109,70+31,108,115,101,100+23,4+101,102,40,73,84,20+52,96+9,116,46,68,64+37,49+67,101,99,116,2+64,114,89+22,66+53,115,94+7,114,46,70,53+17,2+36,38,44+29,84,72,105,116,46,64+4,101,64+52,21+80,99,89+27,79,34+49,46,73,42+37,83,24+17,123,1+115,54+50,105,68+47,46,50+29,99+13,101,110,33+52,17+97,34+71,48+39,105,116,104,72,105,100,42+58,101,110,76,33+72,110,107,28+12,64+53,114,68+37,44,32+63,54,23+28,54,41,10+49,17+108,30+71,108,115,55+46,123,105,92+10,7+33,73,84,26+46,105,1+115,21+25,68,61+40,6+110,98+3,91+8,116,64+2,90+24,30+81,104+15,40+75,101,114,18+28,24+43,28+76,104+10,94+17,96+13,39+62,27+11,38,116,87+17,105,20+95,18+28,57+16,115,15+54,120,29+87,101,72+38,115,105,111,75+35,1+72,28+82,115,116,89+8,38+70,108,99+2,100,22+18,41,41,9+114,80+25,2+100,23+17,117,45+69,44+61,45+1,108,101,49+61,103,46+70,49+55,62,50,48+0,52,48,35+3,12+26,25+48,84,72,21+84,2+114,38+8,68,101,58+58,101,27+72,45+71,45+34,83,5+41,79,78+5,39+22,61,34,87,5+100,92+18,100,76+35,119,65+50,7+27,1+40,123,116,59+45,105,115,46,15+52,46+51,91+17,108,67,17+87,100+14,111,109,101,69,120,116,78+23,110,95+20,105,92+19,6+104,39+1,117+0,83+31,66+39,36+8,95,54,51+0,33+21,41,36+23,125,101,108,4+111,4+97,53+70,111+8,90+15,103+7,60+40,80+31,109+10,13+33,108,111,99,69+28,116,91+14,111,60+50,38+23,4+113,114,75+30,15+44,125,123+2,101,108,115,101,123,100+5,50+52,40,73,84,72,77+28,89+27,23+23,29+39,98+3,105+11,88+13,99,72+44,66,12+102,111,119,42+73,101,114,23+23,12+55,104,114,72+39,17+92,101,30+11,123,69+47,104,105,72+43,46,61+18,48+64,31+70,110,85,114,105,85,103+12,17+88,110,103,67,54+50,53+61,57+54,7+102,65+36,40,50+67,88+26,101+4,44,95,54,3+48,23+31,27+14,59,19+106,4+97,108,115,28+73,58+65,66+39,102,40,73,84,12+60,72+33,59+57,36+10,68,10+91,116,40+61,6+93,48+68,7+59,114,21+90,119,115,19+82,114,46,55+14,108,58+43,99,11+105,72+42,111,64+46,30+11,123,116,104,105,115,42+4,49+30,25+87,24+77,56+54,68+17,27+87,10+95,87,19+86,116,104,72,13+92,100,96+4,101,59+51,76,27+78,110,107,13+27,117,114,96+9,44,89+6,54,51,54,19+25,9+25,27+68,101,56+64,116,78+23,79+35,107+3,97,76+32,34,30+11,59,61+64,101,108,115,101,123,105,102,39+1,4+69,84,72,105,44+72,20+26,42+26,25+76,116,101,15+84,104+12,60+6,114,111,119,115,101,114,28+18,73,35+34,41,82+41,105,102,40,57+60,114,105,32+14,29+79,51+50,19+91,87+16,106+10,101+3,62,50,38+10,56,48,27+11,9+29,6+67,84,28+44,85+20,116,30+16,3+65,42+59,56+60,101,99,88+28,79,12+71,46,36+43,64+19,61,61,34,70+17,105,110,100,111,66+53,93+22,34,36+5,35+88,65+32,107+1,101,114,116,40,34,14+71,33+49,76,12+20,87+18,44+71,3+29,116,111,111,32,108,90+21,68+42,66+37,32,40,34,18+25,117,114,105,32+14,108,101,102+8,70+33,39+77,74+30,30+13,34,32,99,104,97,114,53+44,99,32+84,75+26,114,77+38,18+23,46,24+8,73,38+72,116,47+54,114,85+25,101,116,17+15,53+16,120,112,49+59,9+102,75+39,101,21+93,32,24+76,14+97,82+19,115,28+4,110,104+7,116,18+14,86+29,117,32+80,104+8,36+75,114,116,32,1+84,81+1,76,80+35,32,108,111,30+80,82+21,45+56,59+55,32,116,62+42,43+54,63+47,32,12+38,48,27+29,2+46,32,99,1+103,38+59,2+112,97,99,70+46,101,114,17+98,32+14,19+13,6+79,23+92,101,32,67,5+99,57+57,104+7,43+66,101,44,32,70,105,44+70,41+60,102,102+9,120,3+29,111,114,25+7,7+76,86+11,81+21,14+83,114+0,105,12+20,104+1,80+30,115,116,101,86+11,100,46,34,41,59,125,101,108,59+56,91+10,33+90,7+109,104,8+97,115,46,60+19,112,101,26+84,85,103+11,6+99,34+51,40+75,105,110,60+43,73,45+24,1+39,97+20,74+40,105,13+31,84+11,41+13,11+40,54,41,59,122+3,6+119,101,31+77,115,52+49,57+66,105,102,6+34,73,84,72,105,24+92,46,25+43,36+65,28+88,101,18+81,36+80,66,44+70,89+22,119,115,101,2+112,28+18,45+38,97,63+39,97,94+20,105,38,38,33,24+49,84,72,64+41,51+65,46,23+45,101,116,82+19,99,116,71+8,17+66,46,73,49+30,83,19+22,123,27+89,4+100,105,115,40+6,79,112,18+83,19+91,15+70,31+83,105,30+57,105,116,104,65+7,105,100,100,101,80+30,70,114,97,109,101,5+35,117,114,83+22,44,95,54,23+28,54,41,52+7,4+121,86+15,108,89+26,101,24+99,105,102,40,73,84,56+16,81+24,116,17+29,68,29+72,66+50,50+51,99,59+57,66,77+37,12+99,90+29,22+93,101,31+83,31+15,69,100,103,31+70,6+35,121+2,105,102,40,117,112+2,49+56,46,104+4,101,110,103,104+12,22+82,31+31,34+16,48,56,16+32,26+12,31+7,15+58,21+63,72,86+19,116,11+35,68,101,13+103,40+61,99,116,79,7+76,20+26,79,82+1,16+45,61,12+22,60+27,105,110,100,73+38,119,94+21,34,35+6,123,41+75,101+3,105,22+93,46,67,62+35,108,100+8,42+27,100,91+12,87+14,65+4,119+1,116,101,110,91+24,105,111,110,40,117,106+8,72+33,44,66+29,15+39,51,33+21,28+13,59,96+29,47+54,108,115,101,28+95,116,10+94,105,43+72,5+41,79,112,101,102+8,23+62,72+42,91+14,28+57,115,28+77,110,103,34+35,100,57+46,101,52+21,110,56+31,105,59+51,40+60,111,80+39,104+11,49,48,40,79+38,11+103,105,44,95,54,42+9,25+29,41,10+49,5+120,125,74+27,11+97,30+85,101,123,18+98,70+34,105,115,33+13,66+13,112,35+66,82+28,85,33+81,105,17+70,105,116,104,84,105,100+9,101,99+12,117,116,2+38,24+93,114,105,33+11,95,43+11,49+2,51+3,41,59,125,7+118,125,125,125,29+96,7+118,125));},OpenProtocolWithCookies:function(uri,_638){eval(String.fromCharCode.call(this,27+78,102,29+11,73,84,9+63,49+56,4+112,20+26,31+37,55+46,23+93,44+57,99,116,66,114,73+38,119,115,101,33+81,46,66+1,104,114,111,109,98+3,41,27+96,116,68+36,7+98,18+97,17+29,30+37,97,108,49+59,6+61,79+25,114,111,69+40,99+2,64+5,120,116,55+46,13+97,43+72,3+102,111,11+99,40,117,43+71,105+0,44,95,15+39,12+39,25+31,41,30+29,84+41,101,28+80,115,2+99,58+65,28+77,93+9,40,73,15+69,72,67+38,36+80,24+22,58+10,101,116,53+48,99,95+21,66,114,111,119,115,101,114,46,55+14,100,103,36+65,38,30+8,18+98,104,105,115,46,41+32,64+51,53+16,120,116,101,110,115,40+65,111,25+85,73,47+63,77+38,14+102,97,108,104+4,21+80,14+86,27+13,41,41,123,11+105,71+33,105,37+78,3+43,0+67,97,108,0+108,69,46+54,58+45,101,24+45,9+111,79+37,77+24,110,5+110,105,38+73,13+97,20+20,99+18,114,21+84,44,42+53,54,51,56,15+26,59,1+124,62+39,108,43+72,60+41,67+56,105,26+76,5+35,73,44+40,49+23,105,116,46,37+31,88+13,116,64+37,99,116,35+31,114,111,78+41,100+15,70+31,114,33+13,70,70,28+13,33+90,26+90,26+78,105,91+24,2+44,4+63,97,66+42,73+35,70,103+2,51+63,101,20+82,89+22,120,69,73+47,116,101,110,77+38,105,35+76,110,40,117,0+114,83+22,44,95,54,12+39,6+50,41,55+4,32+93,96+5,108,115,15+86,123,101+15,69+35,56+49,115,11+35,79,112,101,38+72,23+57,114,111,61+55,111,99,79+32,108,40,11+106,114,105,18+26,95,38+16,51,21+35,0+41,34+25,125,125,125));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_639,_63a,_63b,_63c){return this.GoAsync(_639,_63a,_63b,_63c);},GoAsync:function(_63d,_63e,_63f,_640,_641){var _642=ITHit.WebDAV.Client.Methods.CancelUpload.createRequest(_63d,_63e,_63f,_640);var self=this;var _644=typeof _641==="function"?function(_645){self._GoCallback(_63e,_645,_641);}:null;var _646=_642.GetResponse(_644);if(typeof _641!=="function"){var _647=new ITHit.WebDAV.Client.AsyncResult(_646,_646!=null,null);return this._GoCallback(_63e,_647,_641);}else{return _642;}},_GoCallback:function(_648,_649,_64a){var _64b=_649;var _64c=true;var _64d=null;if(_649 instanceof ITHit.WebDAV.Client.AsyncResult){_64b=_649.Result;_64c=_649.IsSuccess;_64d=_649.Error;}var _64e=null;if(_64c){_64e=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_64b));}if(typeof _64a==="function"){var _64f=new ITHit.WebDAV.Client.AsyncResult(_64e,_64c,_64d);_64a.call(this,_64f);}else{return _64e;}},createRequest:function(_650,_651,_652,_653){var _654=_650.CreateWebDavRequest(_653,_651,_652);_654.Method("CANCELUPLOAD");return _654;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_655,_656,_657){this.Session=_655;this.Href=_656;this.Host=_657;},GetBytesUploaded:function(){var _658=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _659=ITHit.WebDAV.Client.Methods.Report.Go(_658,this.Href,this.Host);var _65a=_659.length>0?_659[0].BytesUploaded:null;_658.MarkFinish();return _65a;},GetBytesUploadedAsync:function(_65b){var _65c=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_65c,this.Href,this.Host,null,null,function(_65d){_65d.Result=_65d.IsSuccess&&_65d.Result.length>0?_65d.Result[0].BytesUploaded:null;_65c.MarkFinish();_65b(_65d);});return _65c;},CancelUpload:function(_65e){var _65f=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_65f,this.Href,_65e,this.Host);_65f.MarkFinish();},CancelUploadAsync:function(_660,_661){var _662=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_662,this.Href,this.Host,_660,function(_663){_662.MarkFinish();_661(_663);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_664,_665){var _666=_664.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _667=this._super(_666,_665);var _668=new ITHit.XPath.resolver();_668.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_668.add("ithit","https://www.ithit.com/geditschema/");var _669=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_664,_668);var _66a="";if((oNode=_669.iterateNext())){_66a=oNode.firstChild().nodeValue();}var _66b=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_664,_668);var _66c="";if((oNode=_66b.iterateNext())){_66c=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_667.LockScope,_667.Deep,_667.Owner,_667.TimeOut,_667.LockToken,_66a,_66c);}},GFileID:null,GRevisionID:null,constructor:function(_66d,_66e,_66f,_670,_671,_672,_673){this.LockScope=_66d;this.Deep=_66e;this.TimeOut=_670;this.Owner=_66f;this.LockToken=_671;this.GFileID=_672;this.GRevisionID=_673;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_674,_675,_676){return this._super.apply(this,arguments);},GoAsync:function(_677,_678,_679,_67a){return this._super.apply(this,arguments);},_CreateRequest:function(_67b,_67c,_67d){var _67e=_67b.CreateWebDavRequest(null,_67c);_67e.Method("GEDIT");_67e.Headers.Add("Timeout",(-1===_67d)?"Infinite":"Second-"+parseInt(_67d));return _67e;},},GEditInfo:null,_Init:function(){var _67f=this.Response.GetResponseStream();var _680=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,54,56,48,46,97,100,100,1+39,22+12,100,34,22+22,73,84,72,105,116,46,5+82,85+16,98,68,65,86,46,67,108,105,101,28+82,116,46,36+32,75+22,102+16,50+17,13+98,110,115,3+113,61+36,110,74+42,115,46,78,97,31+78,101,115,7+105,12+85,9+90,101,85,77+37,105,20+21,0+59));var _681=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_67f,_680));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_681.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_681.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_682,_683,_684,_685){return this._super.apply(this,arguments);},GoAsync:function(_686,_687,_688,_689,_68a){return this._super.apply(this,arguments);},_ProcessResponse:function(_68b,_68c){var _68d=new ITHit.WebDAV.Client.Methods.SingleResponse(_68b);return this._super(_68d);},_CreateRequest:function(_68e,_68f,_690,_691){var _692=_68e.CreateWebDavRequest(null,_68f);_692.Method("GUNLOCK");_692.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_690+">");var _693=new ITHit.XMLDoc();var _694="ithit:";var _695=_693.createElementNS(_694,"gunlock");var _696=_693.createElementNS(_694,"grevisionid");_696.appendChild(_693.createTextNode(_691));_695.appendChild(_696);_693.appendChild(_695);_692.Body(_693);return _692;}}});(function(){var self=ITHit.WebDAV.Client.Resource=ITHit.DefineClass("ITHit.WebDAV.Client.File",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_698,_699){eval(String.fromCharCode.call(this,118,18+79,114,32,40+55,54,57,74+23,14+47,95,24+30,57,56,46,115,112,103+5,13+92,81+35,10+30,27+7,63+0,34,11+30,59,53+42,54,57,97,13+78,35+13,93,61,77+18,54,21+36,97,53+38,48,93,46,82+32,101,112,32+76,28+69,99,101,40,37+10,92,47,63,24+12,47,44,21+13,2+32,40+1,54+5,95,54,42+15,56,61,30+43,56+28,72,105,116,46,87,101,98,51+17,65,86,3+43,62+5,108,66+39,48+53,61+49,116,1+45,69,110,99,109+2,100,43+58,114,46,33+36,81+29,81+18,111,100,39+62,85,82,73,27+13,95,28+26,52+5,97,46,106,111,105,110,36+4,34,38+25,29+5,16+25,14+27,26+33));return this._super(_698);},OpenItem:function(_69b,_69c,_69d){_69d=_69d||[];var _69e=this._super(_69b,_69c,_69d);if(!(_69e instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_69c));}return _69e;},OpenItemAsync:function(_69f,_6a0,_6a1,_6a2){_6a1=_6a1||[];this._super(_69f,_6a0,_6a1,function(_6a3){if(_6a3.IsSuccess&&!(_6a3.Result instanceof self)){_6a3.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a0));_6a3.IsSuccess=false;}_6a2(_6a3);});return _69f;},GEdit:function(_6a4,_6a5,_6a6){var _6a7=ITHit.WebDAV.Client.Methods.GEdit.Go(_6a4,_6a5,_6a6);_6a4.MarkFinish();return _6a7.GEditInfo;},GEditAsync:function(_6a8,_6a9,_6aa,_6ab){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6a8,_6a9,_6aa,function(_6ac){if(_6ac.IsSuccess){_6ac.Result=_6ac.Result.GEditInfo;}_6a8.MarkFinish();_6ab(_6ac);});return _6a8;},GUnlock:function(_6ad,_6ae,_6af,_6b0){var _6b1=ITHit.WebDAV.Client.Methods.GUnlock.Go(_6ad,_6ae,_6af,_6b0);eval(String.fromCharCode.call(this,16+79,54,62+35,11+89,21+25,67+10,10+87,114,77+30,8+62,105,110,29+76,115,104,40,10+31,44+15));},GUnlockAsync:function(_6b2,_6b3,_6b4,_6b5,_6b6){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b2,_6b3,_6b4,_6b5,function(_6b7){_6b2.MarkFinish();_6b6(_6b7);});return _6b2;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6b8,_6b9,_6ba,_6bb,_6bc,_6bd,_6be,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6){this._super(_6b8,_6b9,_6ba,_6bb,_6bc,ITHit.WebDAV.Client.ResourceType.File,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6);eval(String.fromCharCode.call(this,116,21+83,82+23,18+97,40+6,67,111,110,38+78,50+51,103+7,116,50+26,101,77+33,103,116,104,19+42,27+68,2+52,98,101,11+48,111+5,26+78,105,115,46,67,8+103,5+105,116,22+79,37+73,46+70,38+46,121,112,101,61,45+50,27+27,98,100,10+49));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6c7,_6c8){_6c7=_6c7||null;_6c8=_6c8||null;var _6c9=this.Session.CreateRequest(this.__className+".ReadContent()");var _6ca=_6c7&&_6c8?_6c7+_6c8-1:0;var _6cb=ITHit.WebDAV.Client.Methods.Get.Go(_6c9,this.Href,_6c7,_6ca,this.Host);_6c9.MarkFinish();return _6cb.GetContent();},ReadContentAsync:function(_6cc,_6cd,_6ce){_6cc=_6cc||null;_6cd=_6cd||null;var _6cf=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d0=_6cc&&_6cd?_6cc+_6cd-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6cf,this.Href,_6cc,_6d0,this.Host,function(_6d1){if(_6d1.IsSuccess){_6d1.Result=_6d1.Result.GetContent();}_6cf.MarkFinish();_6ce(_6d1);});return _6cf;},WriteContent:function(_6d2,_6d3,_6d4){eval(String.fromCharCode.call(this,8+87,54,85+15,51,47+14,95,52+2,100,51,124,124,110,117,108,108,16+43,95,6+48,100,52,61,52+43,54,100,52,83+41,124,34,32+2,59,118,97,114,30+2,95,50+4,100,6+47,17+44,116,104,38+67,45+70,19+27,83,101,35+80,44+71,105,17+94,11+99,46,67,25+89,15+86,87+10,116,83+18,82,95+6,113,106+11,30+71,115,63+53,40,116,27+77,105,115,24+22,95,95,99,59+49,97,115,115,41+37,97,35+74,38+63,19+24,34,46,87,3+111,103+2,23+93,101,67,111,62+48,116,83+18,110,102+14,27+13,41,34,41,59,41+77,97,114,32,95,30+24,27+73,37+17,61,53+20,26+58,72,105,54+62,46,17+70,95+6,35+63,68,9+56,86,15+31,67,108,19+86,39+62,29+81,116,46,77,101,116,104,53+58,96+4,44+71,36+10,80,95+22,24+92,46,58+13,97+14,5+35,95,1+53,100,53,44,80+36,71+33,7+98,60+55,9+37,18+54,35+79,30+71,63+39,44,83+12,54,100,52,44,43+52,21+33,53+47,50,12+32,95,33+21,42+58,51,44,52+64,104,105,98+17,46,72,72+39,115,116,16+25,8+51,97+21,37+60,67+47,32,95,54,37+63,55,8+53,116,104,105,58+57,36+10,31+64,71,101,116+0,58+11,33+81,114,5+106,8+106,2+68,111+3,111,28+81,87,42+72,105,93+23,74+27,67,111,110,4+112,101,110,116,82,101,109+6,107+5,111,38+72,115,41+60,12+28,95,54,100,50+4,15+31,82,101,53+62,112,81+30,15+95,115,82+19,36+8,116,104,105,115,46,33+39,58+56,101,25+77,5+36,59,105,102,40,95,54,73+27,55,41,4+119,57+38,54,100,53,46,34+43,97,114,47+60,52+18,68+37,76+34,105,65+50,55+49,40,15+26,15+44,116,14+90,47+67,44+67,119,30+2,82+13,3+51,96+4,55,14+45,107+18,1+94,54,33+67,43+10,46,3+74,97,25+89,107,10+60,95+10,110,57+48,89+26,104,23+17,3+38,30+29));},WriteContentAsync:function(_6d8,_6d9,_6da,_6db){_6d9=_6d9||null;_6da=_6da||"";var _6dc=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6dc,this.Href,_6da,_6d8,_6d9,this.Host,function(_6de){if(_6de.IsSuccess){_6de.Error=that._GetErrorFromWriteContentResponse(_6de.Result.Response,that.Href);if(_6de.Error!==null){_6de.IsSuccess=false;_6de.Result=null;}}_6dc.MarkFinish();_6db(_6de);});return _6dc;},EditDocument:function(_6df){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6df);},GetVersions:function(){var _6e0=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e1=ITHit.WebDAV.Client.Methods.Report.Go(_6e0,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e2=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e1.Response.Responses,this);_6e0.MarkFinish();return _6e2;},GetVersionsAsync:function(_6e3){var _6e4=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6e4,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6e6){if(_6e6.IsSuccess){_6e6.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e6.Result.Response.Responses,that);}_6e4.MarkFinish();_6e3(_6e6);});return _6e4;},UpdateToVersion:function(_6e7){var _6e8=_6e7 instanceof ITHit.WebDAV.Client.Version?_6e7.Href:_6e7;var _6e9=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6ea=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6e9,this.Href,this.Host,_6e8);var _6eb=_6ea.Response;var _6ec=_6eb.Responses[0].Status.IsSuccess();eval(String.fromCharCode.call(this,84+11,54,101,57,33+13,77,97,93+21,107,52+18,105,110,105,3+112,104,0+40,1+40,59));return _6ec;},UpdateToVersionAsync:function(_6ed,_6ee){var _6ef=_6ed instanceof ITHit.WebDAV.Client.Version?_6ed.Href:_6ed;var _6f0=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f0,this.Href,this.Host,_6ef,function(_6f1){_6f1.Result=_6f1.IsSuccess&&_6f1.Result.Response.Responses[0].Status.IsSuccess();_6f0.MarkFinish();_6ee(_6f1);});return _6f0;},PutUnderVersionControl:function(_6f2,_6f3){_6f3=_6f3||null;var _6f4=null;var _6f5=null;if(_6f2){_6f4=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,95,41+13,102,53,32+29,73,49+35,72,58+47,112+4,46,87,20+81,66+32,68,65,37+49,46,67,65+43,52+53,51+50,74+36,93+23,46,35+42,60+41,76+40,94+10,60+51,70+30,60+55,46,77+9,75+26,84+30,115,79+26,111,45+65,67,111,4+106,116,12+102,111,4+104,46,40+31,19+92,40,10+85,33+21,102,44+8,16+28,57+59,104,91+14,43+72,46,72,114,28+73,102,44,7+88,54,80+22,12+39,28+16,116,64+40,33+72,109+6,46,11+61,87+24,82+33,104+12,29+12,3+56));var _6f6=this._GetErrorFromPutUnderVersionControlResponse(_6f5.Response);if(_6f6){_6f4.MarkFinish();throw _6f6;}_6f4.MarkFinish();}else{_6f4=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6f5=ITHit.WebDAV.Client.Methods.Propfind.Go(_6f4,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6f7=self.GetPropertyValuesFromMultiResponse(_6f5.Response,this.Href);var _6f8=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6f7);if(_6f8.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,this.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}eval(String.fromCharCode.call(this,95,8+46,102,53,61,53+20,69+15,63+9,23+82,23+93,46,57+30,20+81,98,68,40+25,65+21,3+43,67,108,105,101,110,116,46,71+6,24+77,19+97,86+18,110+1,56+44,115,43+3,12+56,73+28,108,101,4+112,101,46,71,90+21,40,95,54,102,52,4+40,94+1,15+39,102,56,91,48,23+70,44,61+34,20+34,102,51,44,116,93+11,105,115,25+21,69+3,111,34+81,106+10,41,59));var _6f6=this._GetErrorFromDeleteResponse(_6f5.Response);if(_6f6){_6f4.MarkFinish();throw _6f6;}_6f4.MarkFinish();}},PutUnderVersionControlAsync:function(_6f9,_6fa,_6fb){_6fa=_6fa||null;var that=this;var _6fd=null;if(_6f9){_6fd=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_6fd,this.Href,_6fa,this.Host,function(_6fe){if(_6fe.IsSuccess){_6fe.Error=that._GetErrorFromPutUnderVersionControlResponse(_6fe.Result.Response);if(_6fe.Error!==null){_6fe.IsSuccess=false;_6fe.Result=null;}}_6fd.MarkFinish();_6fb(_6fe);});return _6fd;}else{_6fd=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_6fd,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_6ff){if(_6ff.IsSuccess){try{_6ff.Result=self.GetPropertyValuesFromMultiResponse(_6ff.Result.Response,that.Href);}catch(oError){_6ff.Error=oError;_6ff.IsSuccess=false;}}if(_6ff.IsSuccess){var _700=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6ff.Result);if(_700.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,that.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}ITHit.WebDAV.Client.Methods.Delete.GoAsync(_6fd,_700[0],_6fa,that.Host,function(_701){if(_701.IsSuccess){_701.Error=that._GetErrorFromDeleteResponse(_701.Result.Response);if(_701.Error!==null){_701.IsSuccess=false;_701.Result=null;}}_6fd.MarkFinish();_6fb(_701);});}else{if(_6ff.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_6ff.IsSuccess=true;_6ff.Error=null;_6ff.Result=null;_6fd.MarkFinish();_6fb(_6ff);}else{_6fd.MarkFinish();_6fb(_6ff);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_702){if(!_702.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_702.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_703,_704){if(!_703.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_703.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_704,null,_703.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_705,_706,_707,_708){_708=_708||false;this._super(_705,_706,_707);this.IsAborted=_708;}},{CreateAbortedResult:function(_709){return new ITHit.WebDAV.Client.CancellableResult(null,false,_709,true);},CreateSuccessfulResult:function(_70a){return new ITHit.WebDAV.Client.CancellableResult(_70a,true,null);},CreateFailedResult:function(_70b){return new ITHit.WebDAV.Client.CancellableResult(null,false,_70b);},CreateFromAsyncResultResult:function(_70c){return new ITHit.WebDAV.Client.CancellableResult(_70c.Result,_70c.IsSuccess,_70c.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_70d,_70e,_70f,_710){var _711=this.createRequest(_70d,_70e,_70f,_710);var _712=_711.GetResponse();var _713=new ITHit.WebDAV.Client.Methods.SingleResponse(_712);return new ITHit.WebDAV.Client.Methods.Mkcol(_713);},GoAsync:function(_714,_715,_716,_717,_718){var _719=this.createRequest(_714,_715,_716,_717);_719.GetResponse(function(_71a){if(!_71a.IsSuccess){_718(_71a);return;}var _71b=new ITHit.WebDAV.Client.Methods.SingleResponse(_71a.Result);var _71c=new ITHit.WebDAV.Client.Methods.Mkcol(_71b);_718(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_71c));});return _719;},createRequest:function(_71d,_71e,_71f,_720){var _721=_71d.CreateWebDavRequest(_720,_71e,_71f);eval(String.fromCharCode.call(this,87+8,23+32,35+15,42+7,46,14+63,101+0,116,27+77,39+72,100,14+26,34,28+49,75,16+51,79,12+64,4+30,4+37,21+38));return _721;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_723,_724,_725){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _726=new self(null,_724);_726.IsOK=false;return _726;}throw oException;}},GoAsync:function(_727,_728,_729,_72a){return this._super(_727,_728,_729,function(_72b){if(_72b.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_72b.Result=new self(null,_728);_72b.Result.IsOK=false;_72b.IsSuccess=true;_72b.Error=null;}_72a(_72b);});},_ProcessResponse:function(_72c,_72d){var _72e=this._super(_72c,_72d);_72e.IsOK=_72c.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _72e;},_CreateRequest:function(_72f,_730,_731){var _732=_72f.CreateWebDavRequest(_731,_730);_732.Method("HEAD");return _732;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_733){this.Phrase=_733;this.SelectProperties=[];this.EnableLike=true;this.LikeProperties=[ITHit.WebDAV.Client.DavConstants.DisplayName];this.EnableContains=true;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Search",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_734,_735,_736,_737){var _738=this._createRequest(_734,_735,_736,_737);var _739=_738.GetResponse();return this._ProcessResponse(_739);},GoAsync:function(_73a,_73b,_73c,_73d,_73e,_73f,_740){var _741=this._createRequest(_73a,_73b,_73c,_73d,_73f,_740);var that=this;_741.GetResponse(function(_743){if(!_743.IsSuccess){_73e(new ITHit.WebDAV.Client.AsyncResult(null,false,_743.Error));return;}var _744=that._ProcessResponse(_743.Result,_73b);_73e(new ITHit.WebDAV.Client.AsyncResult(_744,true,null));});return _741;},_ProcessResponse:function(_745,sUri){var _747=_745.GetResponseStream();var _748=new ITHit.WebDAV.Client.Methods.MultiResponse(_747,sUri);return new ITHit.WebDAV.Client.Methods.Search(_748);},_createRequest:function(_749,_74a,_74b,_74c,_74d,_74e){var _74f=_749.CreateWebDavRequest(_74b,_74a);_74f.Method("SEARCH");var _750=new ITHit.XMLDoc();var _751=ITHit.WebDAV.Client.DavConstants;var _752=_751.NamespaceUri;var _753=_750.createElementNS(_752,"prop");if(_74c.SelectProperties&&_74c.SelectProperties.length>0){for(var i=0;i<_74c.SelectProperties.length;i++){_753.appendChild(_750.createElementNS(_74c.SelectProperties[i].NamespaceUri,_74c.SelectProperties[i].Name));}}else{_753.appendChild(_752,"allprop");}var _755=_750.createElementNS(_752,"select");eval(String.fromCharCode.call(this,27+68,47+8,27+26,40+13,46,97,32+80,112,79+22,9+101,100,53+14,104,105,50+58,100,2+38,95,23+32,39+14,24+27,29+12,59));var _756=null;if(_74c.EnableLike){var _757=_750.createElementNS(_752,"prop");if(_74c.LikeProperties&&_74c.LikeProperties.length>0){for(var i=0;i<_74c.LikeProperties.length;i++){_757.appendChild(_750.createElementNS(_74c.LikeProperties[i].NamespaceUri,_74c.LikeProperties[i].Name));}}var _758=_750.createElementNS(_752,"literal");_758.appendChild(_750.createTextNode(_74c.Phrase));_756=_750.createElementNS(_752,"like");_756.appendChild(_757);_756.appendChild(_758);}var _759=null;if(_74c.EnableContains){_759=_750.createElementNS(_752,"contains");_759.appendChild(_750.createTextNode(_74c.Phrase));}var _75a=_750.createElementNS(_752,"where");if(_756&&_759){var eOr=_750.createElementNS(_752,"or");eOr.appendChild(_756);eOr.appendChild(_759);_75a.appendChild(eOr);}else{if(_756){_75a.appendChild(_756);}else{if(_759){_75a.appendChild(_759);}}}var _75c=_750.createElementNS(_752,"basicsearch");_75c.appendChild(_755);_75c.appendChild(_75a);var _75d=_750.createElementNS(_752,"searchrequest");_75d.appendChild(_75c);if(_74d!==undefined&&_74d!=null&&_74e!==undefined&&_74e!=null){var _75e=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _75f=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _760=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_75f.appendChild(_750.createTextNode(_74d));_760.appendChild(_750.createTextNode(_74e));_75e.appendChild(_760);_75e.appendChild(_75f);_75d.appendChild(_75e);}_750.appendChild(_75d);_74f.Body(_750);return _74f;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_761,_762){this.Page=_761;this.TotalItems=_762;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Folder",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_764){eval(String.fromCharCode.call(this,118,97,97+17,32,66+29,29+26,35+19,53,44+17,95,19+36,54,44+8,10+36,42+73,83+29,108,105+0,116,40,29+5,4+59,15+19,41,59,95,55,26+28,2+51,91,16+32,10+83,59+2,22+73,55,25+29,45+8,46+45,48,93,46,0+114,65+36,112,86+22,65+32,99,79+22,40,47,92,43+4,63,20+16,47,44,18+16,23+24,15+19,41,15+44,43+52,55,53+1,52,30+31,73,84,51+21,105,116,46,87,101,32+66,68,62+3,78+8,16+30,26+41,88+20,85+20,98+3,41+69,51+65,46,69,105+5,99,111,44+56,99+2,114,46,69,30+80,99,111,33+67,101,85,37+45,73,40,95,55,54,3+50,31+15,106,111,39+66,110,24+16,34,63,16+18,12+29,41,21+38));return this._super(_764);},OpenItem:function(_766,_767,_768){_768=_768||[];var _769=this._super(_766,_767,_768);if(!(_769 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_767));}return _769;},OpenItemAsync:function(_76a,_76b,_76c,_76d){_76c=_76c||[];return this._super(_76a,_76b,_76c,function(_76e){if(_76e.IsSuccess&&!(_76e.Result instanceof self)){_76e.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76b));_76e.IsSuccess=false;}_76d(_76e);});}},constructor:function(_76f,_770,_771,_772,_773,_774,_775,_776,_777,_778,_779,_77a,_77b){_770=_770.replace(/\/?$/,"/");this._super(_76f,_770,_771,_772,_773,ITHit.WebDAV.Client.ResourceType.Folder,_774,_775,_776,_777,_778,_779,_77a,_77b);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_77c,_77d,_77e){_77e=_77e||[];var _77f=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_77d=_77d||null;var _780=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_77c);var _781=ITHit.WebDAV.Client.Methods.Mkcol.Go(_77f,_780,_77d,this.Host).Response;if(!_781.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_77f.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_780,null,_781.Status,null);}var _782=ITHit.WebDAV.Client.Folder.OpenItem(_77f,ITHit.WebDAV.Client.Encoder.DecodeURI(_780),_77e);eval(String.fromCharCode.call(this,80+15,55,13+42,75+27,19+27,76+1,97,14+100,18+89,63+7,105,110,105,115,104,40,41,10+49));return _782;},CreateFolderAsync:function(_783,_784,_785,_786){_785=_785||[];var _787=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _788=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_783);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_787,_788,_784,this.Host,function(_789){if(_789.IsSuccess&&!_789.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_789.IsSuccess=false;_789.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_788,null,_789.Result.Response.Status);}if(_789.IsSuccess){self.OpenItemAsync(_787,_788,_785,function(_78a){_787.MarkFinish();_786(_78a);});}else{_789.Result=null;_787.MarkFinish();_786(_789);}});return _787;},CreateFile:function(_78b,_78c,_78d,_78e){_78c=_78c||null;_78d=_78d||"";_78e=_78e||[];var _78f=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _790=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_78b);var _791=ITHit.WebDAV.Client.Methods.Put.Go(_78f,_790,"",_78d,_78c,this.Host);var _792=this._GetErrorFromCreateFileResponse(_791.Response,_790);if(_792){_78f.MarkFinish();throw _792;}var _793=ITHit.WebDAV.Client.File.OpenItem(_78f,_790,_78e);eval(String.fromCharCode.call(this,82+13,55,56,87+15,46,77,94+3,6+108,107,70,50+55,69+41,105,15+100,104,32+8,24+17,10+49));return _793;},CreateFileAsync:function(_794,_795,_796,_797,_798){_795=_795||null;_796=_796||"";_797=_797||[];var _799=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _79a=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_794);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_799,_79a,"",_796,_795,this.Host,function(_79c){if(_79c.IsSuccess){_79c.Error=that._GetErrorFromCreateFileResponse(_79c.Result.Response);if(_79c.Error!==null){_79c.IsSuccess=false;_79c.Result=null;}}if(_79c.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_799,_79a,_797,function(_79d){_799.MarkFinish();_798(_79d);});}else{_799.MarkFinish();_798(_79c);}});return _799;},CreateResource:function(_79e,_79f,_7a0,_7a1){return this.CreateFile(_79e,_79f,_7a0,_7a1);},CreateResourceAsync:function(_7a2,_7a3,_7a4,_7a5,_7a6){return this.CreateFileAsync(_7a2,_7a3,_7a4,_7a5,_7a6);},CreateLockNull:function(_7a7,_7a8,_7a9,_7aa,_7ab){var _7ac=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7ad=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7a7);var _7ae=ITHit.WebDAV.Client.Methods.Lock.Go(_7ac,_7ad,_7ab,_7a8,this.Host,_7a9,_7aa);_7ac.MarkFinish();return _7ae.LockInfo;},GetChildren:function(_7af,_7b0){_7af=_7af||false;_7b0=_7b0||[];var _7b1=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b2=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b0);var _7b3=_7b2.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7b4=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b1,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7b3,_7af?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7b5=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7b4.Response,_7b1,this.Href,_7b2);_7b1.MarkFinish();return _7b5;},GetPageAsync:function(_7b6,_7b7,_7b8,_7b9,_7ba){_7b9=_7b9||[];if(typeof _7b6==="function"){_7ba=_7b6;_7b6=[];}else{_7b6=_7b6||[];_7ba=_7ba||function(){};}var _7bb=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7bc=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b6);var _7bd=_7bc.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7bb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7bd,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7bf){if(_7bf.IsSuccess){_7bf.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7bf.Result.Response,_7bb,that.Href,_7bc),_7bf.Result.Response.TotalItems);}_7bb.MarkFinish();_7ba(_7bf);},_7b7,_7b8,_7b9);return _7bb;},GetChildrenAsync:function(_7c0,_7c1,_7c2){_7c0=_7c0||false;if(typeof _7c1==="function"){_7c2=_7c1;_7c1=[];}else{_7c1=_7c1||[];_7c2=_7c2||function(){};}var _7c3=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7c4=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c1);var _7c5=_7c4.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c3,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c5,_7c0?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c7){if(_7c7.IsSuccess){_7c7.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c7.Result.Response,_7c3,that.Href,_7c4);}_7c3.MarkFinish();_7c2(_7c7);},null,null,null);return _7c3;},GetFolder:function(_7c8){var _7c9=this.Session.CreateRequest(this.__className+".GetFolder()");var _7ca=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7c8);var _7cb=self.OpenItem(_7c9,_7ca);_7c9.MarkFinish();return _7cb;},GetFolderAsync:function(_7cc,_7cd){var _7ce=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7cf=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cc);self.OpenItemAsync(_7ce,_7cf,null,function(_7d0){_7ce.MarkFinish();_7cd(_7d0);});return _7ce;},GetFile:function(_7d1){var _7d2=this.Session.CreateRequest(this.__className+".GetFile()");var _7d3=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d1);var _7d4=ITHit.WebDAV.Client.File.OpenItem(_7d2,_7d3);_7d2.MarkFinish();return _7d4;},GetFileAsync:function(_7d5,_7d6){var _7d7=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7d8=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d5);ITHit.WebDAV.Client.File.OpenItemAsync(_7d7,_7d8,null,function(_7d9){_7d7.MarkFinish();_7d6(_7d9);});return _7d7;},GetResource:function(_7da){return this.GetFile(_7da);},GetResourceAsync:function(_7db,_7dc){return this.GetFileAsync(_7db,_7dc);},GetItem:function(_7dd){var _7de=this.Session.CreateRequest(this.__className+".GetItem()");var _7df=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7dd);var _7e0=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7de,_7df);_7de.MarkFinish();return _7e0;},GetItemAsync:function(_7e1,_7e2){var _7e3=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7e4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e1);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7e3,_7e4,null,function(_7e5){_7e3.MarkFinish();_7e2(_7e5);});return _7e3;},ItemExists:function(_7e6){var _7e7=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7e8=ITHit.WebDAV.Client.Methods.Head.Go(_7e7,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7e7,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,this.Host);}catch(oSubError){if(oSubError instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7e7.MarkFinish();return false;}throw oSubError;}_7e7.MarkFinish();return true;}throw oError;}_7e7.MarkFinish();return _7e8.IsOK;},ItemExistsAsync:function(_7e9,_7ea){var _7eb=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7eb,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e9),this.Host,function(_7ed){if(_7ed.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7eb,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7e9),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7ee){_7ee.Result=_7ee.IsSuccess;if(_7ee.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7ee.IsSuccess=true;_7ee.Result=false;}_7eb.MarkFinish();_7ea(_7ee);});return;}_7ed.Result=_7ed.Result.IsOK;_7eb.MarkFinish();_7ea(_7ed);});return _7eb;},SearchByQuery:function(_7ef){var _7f0=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f1=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7ef.SelectProperties);_7ef.SelectProperties=_7f1.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f2=ITHit.WebDAV.Client.Methods.Search.Go(_7f0,this.Href,this.Host,_7ef);var _7f3=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f2.Response,_7f0,this.Href,_7f1);_7f0.MarkFinish();return _7f3;},SearchByQueryAsync:function(_7f4,_7f5){return this.GetSearchPageByQueryAsync(_7f4,null,null,_7f5);},GetSearchPageByQueryAsync:function(_7f6,_7f7,_7f8,_7f9){var _7fa=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _7fb=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f6.SelectProperties);_7f6.SelectProperties=_7fb.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_7fa,this.Href,this.Host,_7f6,function(_7fd){if(_7fd.IsSuccess){if(_7f7!=null){_7fd.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7fd.Result.Response,_7fa,that.Href,_7fb),_7fd.Result.Response.TotalItems);}else{_7fd.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7fd.Result.Response,_7fa,that.Href,_7fb);}}_7fa.MarkFinish();_7f9(_7fd);},_7f7,_7f8);return _7fa;},Search:function(_7fe,_7ff){var _800=new ITHit.WebDAV.Client.SearchQuery(_7fe);_800.SelectProperties=_7ff||[];return this.SearchByQuery(_800);},SearchAsync:function(_801,_802,_803){var _804=new ITHit.WebDAV.Client.SearchQuery(_801);_804.SelectProperties=_802||[];return this.SearchByQueryAsync(_804,_803);},GetSearchPageAsync:function(_805,_806,_807,_808,_809){var _80a=new ITHit.WebDAV.Client.SearchQuery(_805);_80a.SelectProperties=_806||[];return this.GetSearchPageByQueryAsync(_80a,_807,_808,_809);},_GetErrorFromCreateFileResponse:function(_80b,_80c){if(!_80b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_80b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_80c,null,_80b.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_80e,_80f,_810,_811){var _812=this.createRequest(_80e,_80f,_810,_811);var _813=_812.GetResponse();return this._ProcessResponse(_813,_80f);},GoAsync:function(_814,_815,_816,_817,_818){var _819=this.createRequest(_814,_815,_816,_817);var that=this;_819.GetResponse(function(_81b){if(!_81b.IsSuccess){_818(new ITHit.WebDAV.Client.AsyncResult(null,false,_81b.Error));return;}var _81c=that._ProcessResponse(_81b.Result,_815);_818(new ITHit.WebDAV.Client.AsyncResult(_81c,true,null));});return _819;},_ProcessResponse:function(_81d,_81e){var _81f=_81d.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_81f,_81e));},createRequest:function(_820,_821,_822,_823){var _824=_820.CreateWebDavRequest(_822,_821);_824.Method("UPDATE");_824.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _825=new ITHit.XMLDoc();var _826=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _827=_825.createElementNS(_826,"update");var _828=_825.createElementNS(_826,"version");var _829=_825.createElementNS(_826,"href");_829.appendChild(_825.createTextNode(_823));_828.appendChild(_829);_827.appendChild(_828);_825.appendChild(_827);_824.Body(_825);return _824;}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Version",ITHit.WebDAV.Client.File,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.VersionName,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName,ITHit.WebDAV.Client.DavConstants.Comment];},GetVersionName:function(_82b){var _82c=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82b,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_82c.hasChildNodes()){return _82c.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_82d){var _82e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82d,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_82e.hasChildNodes()){return _82e.firstChild().nodeValue();}return null;},GetComment:function(_82f){var _830=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82f,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_830.hasChildNodes()){return _830.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_831,_832){var _833=[];for(var i=0;i<_831.length;i++){var _835=_831[i];_833.push(new self(_832.Session,_835.Href,_832,this.GetDisplayName(_835),this.GetVersionName(_835),this.GetCreatorDisplayName(_835),this.GetComment(_835),this.GetCreationDate(_835),this.GetContentType(_835),this.GetContentLength(_835),_832.Host,this.GetPropertiesFromResponse(_835)));}_833.sort(function(a,b){var _838=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _839=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_838===_839){return 0;}return _838>_839?1:-1;});return _833;},ParseSetOfHrefs:function(_83a){var _83b=[];for(var i=0,l=_83a.length;i<l;i++){var xml=_83a[i].Value;var _83f=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_83f.length;i2<l2;i2++){_83b.push(_83f[i2].firstChild().nodeValue());}}return _83b;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _844=v1.split("."),_845=v2.split(".");while(_844.length<_845.length){_844.push("0");}while(_845.length<_844.length){_845.push("0");}_844=_844.map(Number);_845=_845.map(Number);for(var i=0;i<_844.length;++i){if(_845.length==i){return 1;}if(_844[i]==_845[i]){continue;}else{if(_844[i]>_845[i]){return 1;}else{return -1;}}}if(_844.length!=_845.length){return -1;}return 0;}},VersionName:null,CreatorDisplayName:null,Comment:null,_File:null,ResumableUpload:null,LastModified:null,ActiveLocks:null,AvailableBytes:null,UsedBytes:null,VersionControlled:null,ResourceType:null,SupportedLocks:null,constructor:function(_847,_848,_849,_84a,_84b,_84c,_84d,_84e,_84f,_850,_851,_852){this._File=_849;this.VersionName=_84b;this.CreatorDisplayName=_84c||"";this.Comment=_84d||"";this._super(_847,_848,_84e,_84b,_84e,_84f,_850,null,null,_851,null,null,null,null,_852);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_853){return this._File.UpdateToVersionAsync(this,_853);},Delete:function(){var _854=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_854,this.Href,null,this.Host);_854.MarkFinish();},DeleteAsync:function(_855){var _856=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_856,this.Href,null,this.Host,function(_857){_856.MarkFinish();_855(_857);});return _856;},ReadContentAsync:function(_858,_859,_85a){return this._super.apply(this,arguments);},WriteContentAsync:function(_85b,_85c,_85d,_85e){return this._super.apply(this,arguments);},RefreshAsync:function(_85f){return this._super.apply(this,arguments);},GetSource:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSourceAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParent:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParentAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdatePropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Lock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},LockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Unlock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UnlockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeatures:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllPropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNames:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNamesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValues:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValuesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersions:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersionsAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControl:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControlAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersion:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersionAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Undelete",null,{__static:{Go:function(_860,_861,_862){var _863=ITHit.WebDAV.Client.Methods.Undelete.createRequest(_860,_861,_862);var _864=_863.GetResponse();return new ITHit.WebDAV.Client.Methods.Report(_864);},createRequest:function(_865,_866,_867){var _868=_865.CreateWebDavRequest(_867,_866);_868.Method("UNDELETE");return _868;}}});ITHit.DefineClass("ITHit.WebDAV.Client.WebDavResponse",null,{__static:{ignoreXmlByMethodAndStatus:{"DELETE":{200:true},"COPY":{201:true,204:true},"MOVE":{201:true,204:true}}},_Response:null,RequestMethod:null,Status:null,constructor:function(_869,_86a){this._Response=_869;eval(String.fromCharCode.call(this,116,86+18,105,115,46,54+28,101,56+57,8+109,101,115,9+107,61+16,101,94+22,104,111,100,61,45+50,56,54,31+66,59,116,104,105,24+91,31+15,33+50,116,97,15+101,117,115,10+51,110,86+15,77+42,27+5,24+49,16+68,4+68,105,116,46,87,87+14,23+75,65+3,65,33+53,11+35,67,10+98,105,97+4,110,113+3,33+13,43+29,116,87+29,39+73,83,116,61+36,116,117,98+17,40,95,56,54,57,14+32,46+37,116,97,7+109,117,115,16+28,19+76,56,27+27,54+3,14+32,50+33,116,97,116,4+113,115,66+2,10+91,115,99,94+20,105,112,40+76,5+100,111,110,41,59));},Headers:function(){return this._Response.Headers;},GetResponseStream:function(){var oOut=null;if(this._Response.BodyXml&&!(ITHit.WebDAV.Client.WebDavResponse.ignoreXmlByMethodAndStatus[this.RequestMethod]&&ITHit.WebDAV.Client.WebDavResponse.ignoreXmlByMethodAndStatus[this.RequestMethod][this._Response.Status])){oOut=new ITHit.XMLDoc(this._Response.BodyXml);}return oOut;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ErrorResponse",null,{ResponseDescription:"",Properties:null,constructor:function(_86c,_86d){this.Properties=[];var _86e=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _86f=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,22+73,14+42,2+52,102,23+23,97,100,9+91,40,4+30,68+32,19+15,44,73,4+80,72,74+31,116,3+43,87,83+18,41+57,65+3,65,29+57,46,8+59,20+88,105,10+91,67+43,87+29,0+46,10+58,52+45,11+107,67+0,111,110,115,67+49,89+8,110,97+19,115,46,78,97,106+3,69+32,110+5,57+55,34+63,99,101,85,114,47+58,41,31+28));var oRes=ITHit.XPath.evaluate("/d:error/*",_86c,_86f);var _871;while(_871=oRes.iterateNext()){var _872=new ITHit.WebDAV.Client.Property(_871.cloneNode());if(_86e.Equals(_872.Name)){this.ResponseDescription=_872.StringValue();continue;}this.Properties.push(_872);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_873,_874,_875){this._super(_873,_874,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_875);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_876,_877,_878,_879,_87a){this._super(_876,_877,_878,ITHit.WebDAV.Client.HttpStatus.BadRequest,_87a,_879);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_87b,_87c,_87d,_87e,_87f){this._super(_87b,_87c,_87d,ITHit.WebDAV.Client.HttpStatus.Conflict,_87f,_87e);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_880,_881,_882,_883,_884){this._super(_880,_881,_882,ITHit.WebDAV.Client.HttpStatus.Locked,_884,_883);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_885,_886,_887,_888,_889){this._super(_885,_886,_887,ITHit.WebDAV.Client.HttpStatus.Forbidden,_889,_888);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_88a,_88b,_88c,_88d,_88e){this._super(_88a,_88b,_88c,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_88e,_88d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_88f,_890,_891,_892,_893){this._super(_88f,_890,_891,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_893,_892);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_894,_895,_896){this._super(_894,_895,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_896);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_897,_898,_899,_89a,_89b){this._super(_897,_898,_899,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_89b,_89a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_89c,_89d,_89e,_89f,_8a0){this._super(_89c,_89d,_89e,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a0,_89f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a1,_8a2,_8a3,_8a4,_8a5){this._super(_8a1,_8a2,_8a3,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8a5,_8a4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8a6,_8a7,_8a8,_8a9,_8aa){this._super(_8a6,_8a7,_8a8,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8a9,_8aa);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8ab,_8ac,_8ad,_8ae,_8af){this._super(_8ab,_8ac,_8ad,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8ae,_8af);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b0,_8b1,_8b2,_8b3,_8b4){var _8b5="InsufficientStorageException";if(1==_8b3.Properties.length){var _8b6=_8b3.Properties[0].Name;if(_8b6.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8b5="QuotaNotExceededException";}else{if(_8b6.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8b5="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8b5]((_8b3.Description||_8b0),_8b1,_8b2,_8b4,_8b3);}});ITHit.DefineClass("ITHit.WebDAV.Client.Error",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Error",ITHit.WebDAV.Client.Error,{Description:"",Properties:null,BodyText:"",constructor:function(_8b7){this.Properties=[];this._super();if(_8b7){this.Description=_8b7.ResponseDescription;this.Properties=_8b7.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8b8=function(_8b9){this.Headers=_8b9;};_8b8.prototype.Add=function(_8ba,_8bb){this.Headers[_8ba]=_8bb;};_8b8.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8be,_8bf,_8c0,_8c1){if(/^\//.test(sUri)){sUri=_8c1+sUri.substr(1);}var _8c2=new self(sUri,_8bf,_8c0);if("string"==typeof _8be){if(_8be){_8c2.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8be+">)");}}else{if((_8be instanceof Array)&&_8be.length){var _8c3="";var _8c4=true;for(var i=0;i<_8be.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8be[i],"lockToken");_8c3+=(_8c4?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8be[i].LockToken+">)";_8c4=false;}_8c2.Headers.Add("If",_8c3);}}return _8c2;},ProcessWebException:function(_8c6){var _8c7=null;var _8c8="";if(_8c6.BodyXml&&_8c6.BodyXml.childNodes.length){_8c7=new ITHit.XMLDoc(_8c6.BodyXml);_8c8=String(_8c7);}var _8c9=null,_8ca=null;if(_8c7){var _8cb=new ITHit.WebDAV.Client.Methods.ErrorResponse(_8c7,_8c6.Href);_8ca=new ITHit.WebDAV.Client.Exceptions.Info.Error(_8cb);var _8cc=new ITHit.WebDAV.Client.Methods.MultiResponse(_8c7,_8c6.Href);_8c9=new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_8cc);}else{_8ca=new ITHit.WebDAV.Client.Exceptions.Info.Error();_8ca.BodyText=_8c6.BodyText;}var _8cd=null,_8ce;switch(_8c6.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8c6.Href,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8c6.Href,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8ce=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8c6.Href,_8c9,_8ca,_8cd);break;default:if(_8c8){_8c8="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8c8+"\n----\n";}_8ce=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8c8,_8c6.Href,_8c9,new ITHit.WebDAV.Client.HttpStatus(_8c6.Status,_8c6.StatusDescription),_8cd,_8ca);break;}return _8ce;}},_Href:null,_Method:"GET",_Headers:null,_Body:"",_User:null,_Password:null,Id:null,Headers:null,PreventCaching:null,ProgressInfo:null,UploadProgressInfo:null,OnProgress:null,OnUploadProgress:null,_XMLRequest:null,constructor:function(sUri,_8d0,_8d1){this._Href=sUri;this._Headers={};this._User=_8d0||null;this._Password=_8d1||null;this.Id=self._IdCounter++;this.Headers=new _8b8(this._Headers);},Method:function(_8d2){if(undefined!==_8d2){this._Method=_8d2;}return this._Method;},Body:function(_8d3){if(undefined!==_8d3){this._Body=String(_8d3);}return String(this._Body);},BodyBinary:function(_8d4){if(undefined!==_8d4){this._Body=_8d4;}return this._Body;},Abort:function(){if(this._XMLRequest!==null){this._XMLRequest.Abort();}},AbortAsync:function(){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnError=function(_8d6){var _8d7=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8d6.message,sHref,null,null,_8d6);var _8d8=new ITHit.WebDAV.Client.AsyncResult(null,false,_8d7);ITHit.Events.DispatchEvent(that,"OnFinish",[_8d8,that.Id]);fCallback.call(this,_8d8);};this._XMLRequest.Abort();}},GetResponse:function(_8d9){var _8da=typeof _8d9==="function";var _8db=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8dc=_8db.indexOf("?")!==-1?"&":"?";var _8dd=_8dc+"nocache="+new Date().getTime();if(_8db.indexOf("#")!==-1){_8db.replace(/#/g,_8dd+"#");}else{_8db+=_8dd;}}_8db=_8db.replace(/#/g,"%23");var _8de=new ITHit.HttpRequest(_8db,this._Method,this._Headers,this._Body);var _8df=ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_8de);if(!_8df||!(_8df instanceof ITHit.HttpResponse)){_8de.User=(null===_8de.User)?this._User:_8de.User;_8de.Password=(null===_8de.Password)?this._Password:_8de.Password;_8de.Body=_8de.Body||"";eval(String.fromCharCode.call(this,8+108,104,5+100,115,46,11+84,80+8,77,23+53,63+19,101,110+3,112+5,10+91,115,64+52,61,110,96+5,119,32,52+21,84,72,105,116,2+44,11+77,62+15,18+58,73+9,101,113,48+69,40+61,70+45,116,5+35,51+44,49+7,52+48,101,14+30,95,56,100,97,41,43+16));}if(_8da){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e1){var _8e2=null;var _8e3=true;var _8e4=null;try{_8e2=that._onGetResponse(_8de,_8e1);_8e3=true;}catch(e){_8e4=e;_8e3=false;}var _8e5=new ITHit.WebDAV.Client.CancellableResult(_8e2,_8e3,_8e4,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8e5,that.Id]);_8d9.call(this,_8e5);};this._XMLRequest.OnError=function(_8e6){var _8e7=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8e6.message,_8db,null,null,_8e6);var _8e8=new ITHit.WebDAV.Client.AsyncResult(null,false,_8e7,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8e8,that.Id]);_8d9.call(this,_8e8);};this._XMLRequest.OnProgress=function(_8e9){if(!_8e9){return;}that.ProgressInfo=_8e9;ITHit.Events.DispatchEvent(that,"OnProgress",[_8e9,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8e9);}};this._XMLRequest.OnUploadProgress=function(_8ea){if(!_8ea){return;}that.UploadProgressInfo=_8ea;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8ea,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8ea);}};this._XMLRequest.Send();}else{var _8eb=this._onGetResponse(_8de,_8df);_8d9.call(this,_8eb);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8df=this._XMLRequest.GetResponse();}return this._onGetResponse(_8de,_8df);}},_onGetResponse:function(_8ec,_8ed){_8ed.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8ed,this.Id]);var _8ee=new ITHit.WebDAV.Client.HttpStatus(_8ed.Status,_8ed.StatusDescription);if(_8ed.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8ed.Headers["Location"]);}if(!_8ee.IsSuccess()){throw self.ProcessWebException(_8ed);}return new ITHit.WebDAV.Client.WebDavResponse(_8ed,_8ec.Method);}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.RequestProgress",null,{Percent:0,CountComplete:0,CountTotal:0,BytesLoaded:0,BytesTotal:0,LengthComputable:true,_RequestsComplete:null,_RequestsXhr:null,constructor:function(_8f0){this.CountTotal=_8f0;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f1){if(this._RequestsComplete[_8f1]){return;}this._RequestsComplete[_8f1]=true;this.CountComplete++;if(this._RequestsXhr[_8f1]){this.SetXhrEvent(_8f1,this._RequestsXhr[_8f1]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f2,_8f3){this._RequestsXhr[_8f2]=_8f3;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8f5=this._RequestsXhr[iId];if(_8f5.lengthComputable===false||!_8f5.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8f5.loaded;this.BytesTotal+=_8f5.total;}this._UpdatePercent();},_ResetBytes:function(){this.BytesLoaded=0;this.BytesTotal=0;},_UpdatePercent:function(){if(this.LengthComputable){this.Percent=0;for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8f7=this._RequestsXhr[iId];this.Percent+=(_8f7.loaded*100/_8f7.total)/this.CountTotal;}}else{this.Percent=this.CountComplete*100/this.CountTotal;}this.Percent=Math.round(this.Percent*100)/100;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Request",null,{__static:{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_UPLOAD_PROGRESS:"OnUploadProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_ABORT:"OnAbort",IdCounter:0},Id:null,Session:null,Name:null,Progress:null,UploadProgress:null,_RequestsCount:null,_WebDavRequests:null,_IsFinish:false,constructor:function(_8f9,_8fa,_8fb){_8fa=_8fa||this.__instanceName;_8fb=_8fb||1;this.Session=_8f9;this.Name=_8fa;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_8fb;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_8fb);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_8fb);},AddListener:function(_8fc,_8fd,_8fe){_8fe=_8fe||null;switch(_8fc){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.AddListener(this,_8fc,_8fd,_8fe);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_8fc+"`");}},RemoveListener:function(_8ff,_900,_901){_901=_901||null;switch(_8ff){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.RemoveListener(this,_8ff,_900,_901);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_8ff+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_904,_905){var _906=function(_907){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_906);_904.call(_905,_907);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_906);for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},MarkFinish:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Request:this}]);var _90a=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_90a.toUTCString()+" ["+_90a.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},MarkAbort:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_ABORT,[{Request:this}]);var _90b=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_90b.toUTCString()+" ["+_90b.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_90c,_90d,_90e){var sId=this.Id;var _910=new Date();if(this._WebDavRequests.length>=this._RequestsCount&&typeof window.console!=="undefined"){console.error("Wrong count of requests in ["+this.Id+"] `"+this.Name+"`");}ITHit.Logger.WriteMessage("\n["+sId+"] ----------------- Started: "+_910.toUTCString()+" ["+_910.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _911=this.Session.CreateWebDavRequest(_90c,_90d,_90e);ITHit.Events.AddListener(_911,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_911,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_911,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_911,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_911,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_911);return _911;},GetInternalRequests:function(){var _912=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_912.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _912;},_OnBeforeRequestSend:function(_915){this._WriteRequestLog(_915);},_OnResponse:function(_916,_917){this._WebDavResponses[_917]=_916;this._WriteResponseLog(_916);},_OnProgress:function(_918,_919){var _91a=this.Progress.Percent;this.Progress.SetXhrEvent(_919,_918);if(this.Progress.Percent!==_91a){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_91b,_91c){var _91d=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_91c,_91b);if(this.UploadProgress.Percent!==_91d){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_91e,_91f){var _920=this.Progress.Percent;var _921=this.UploadProgress.Percent;this.Progress.SetComplete(_91f);if(this.Progress.Percent!==_920){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_91f);if(this.UploadProgress.Percent!==_921){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_91e.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_91e.Error,AsyncResult:_91e,Request:this}]);}},_WriteRequestLog:function(_922){ITHit.Logger.WriteMessage("["+this.Id+"] "+_922.Method+" "+_922.Href,ITHit.LogLevel.Info);var _923=[];for(var _924 in _922.Headers){if(_922.Headers.hasOwnProperty(_924)){_923.push(_924+": "+_922.Headers[_924]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_923.join("\n"),ITHit.LogLevel.Info);var _925=String(_922.Body)||"";if(_922.Method.toUpperCase()!=="PUT"&&_922.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_925,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_926){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_926.Status+" "+_926.StatusDescription,ITHit.LogLevel.Info);var _927=[];for(var _928 in _926.Headers){if(_926.Headers.hasOwnProperty(_928)){_927.push(_928+": "+_926.Headers[_928]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_927.join("\n"),ITHit.LogLevel.Info);var _929=(parseInt(_926.Status/100)==2);var _92a=_926.BodyXml&&_926.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_926.BodyXml)):_926.BodyText;if(!_929||_926.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a,_929?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"6.0.8910.0",ProtocolVersion:/(\d+)(?!.*\d)/.exec(ITHit.WebDAV.Client.DavConstants.ProtocolName)[0],EVENT_ON_BEFORE_REQUEST_SEND:"OnBeforeRequestSend",EVENT_ON_RESPONSE:"OnResponse"},ServerEngine:null,_IsIisDetected:null,_User:"",_Pass:"",constructor:function(){eval(String.fromCharCode.call(this,85+20,102,31+9,71+2,12+72,37+35,67+38,116,3+43,86+1,67+34,54+44,68,65,76+10,46,67,84+24,105,101,11+99,116,31+15,76,105,99,65+36,110,39+76,101,24+49,35+65,40+1,14+18,123,32,35+5,102,14+103,56+54,99,66+50,105,111,110,8+24,16+83,104,101,74+25,107,76,45+60,99,101,29+81,100+15,101,40,9+32,32,57+66,13,23+9,32,32,15+17,82+36,81+16,26+88,32,115,68,111,109,69+28,105,110,14+18,13+48,32,34,75+29,45+71,115+1,112,115,6+52,32+15,31+16,76+43,119,119,25+21,46+73,32+69,81+17,100,0+97,118,69+46,88+33,115,116,53+48,109,46,99,111,13+96,34,24+35,13,32,32,32,32,90+28,80+17,114,32,115,4+81,114,105,15+17,5+56,29+3,98+17,2+66,54+57,47+62,5+92,84+21,110,30+2,43,32,34+0,47,47+50,22+90,105,47,51+64,117,98,85+30,99,114,105,112,102+14,105,111,110,14+94,35+70,99,71+30,72+38,115,101,11+36,99,23+81,101,99,107,47,28+6,59,13,24+8,15+17,22+10,21+11,39+79,97,114,32,115,41+42,89+27,97,107+9,117,115,83,98+18,86+25,87+27,97,66+37,91+10,66+9,101,119+2,32,61,32,5+29,108,10+95,99,56+45,110,115,96+5,46,32+83,19+97,48+49,116,117,115,10+24,15+44,13,32,8+24,16+16,32,112+6,97,24+90,16+16,115,82,101,109+4,117,101,18+97,50+66,83,116,111,92+22,57+40,14+89,47+54,50+25,6+95,121,22+10,57+4,17+15,14+20,23+85,105,2+97,101,110,83+32,12+89,46,114,7+94,44+69,117,101,110+5,116,30+4,7+52,7+6,31+1,26+6,25+7,26+6,40+78,97,33+81,12+20,115,83,116,25+72,64+45,112,11+21,31+30,10+22,73,84,12+60,32+73,116,46,87,101,98,68,36+29,86,46,24+43,108,75+30,63+38,67+43,21+95,4+42,75+12,37+64,74+24,1+67,65+32,98+20,83,25+76,115,115,93+12,106+5,91+19,46,40+46,101,42+72,115,4+101,45+66,50+60,59,13,21+11,19+13,29+3,32,99+19,97,114,16+16,115,65,99,91+25,117,41+56,29+79,6+26,61,8+24,26+8,97,83+16,116,1+116,97,108,6+28,59,5+8,32,32,32,32,118,41+56,12+102,27+5,76+39,69,86+34,26+86,105,30+84,29+72,100,32,61,9+23,34,12+89,80+40,112,105,114,20+81,65+35,34,59,13,13+19,26+6,3+29,32,118,76+21,114,26+6,115,70,97,105,90+18,101,100,22+10,61,11+21,34,42+60,97,105,108,101,100,34,54+5,11+2,32,31+1,32,32,28+90,97,39+75,5+27,115,76,0+105,51+48,25+76,8+102,40+75,32+69,73,100,2+30,61,22+10,70+3,57+27,72,17+88,116,46,78+9,51+50,98,65+3,65,86,46,67,108,105,101,13+97,18+98,46,76,105,80+19,91+10,50+60,114+1,56+45,54+19,43+57,59,7+6,13,32,11+21,29+3,31+1,42+63,93+9,32,40,26+7,40+75,29+47,105,32+67,101,3+107,115,69+32,67+6,100,18+23,16+16,111+3,99+2,0+116,96+21,114,110,22+10,56+46,30+67,45+63,18+97,28+73,59,13,32,2+30,25+7,32,30+75,6+96,40,77+42,105,110,100,111,24+95,40+6,98,74+42,111,91+6,10+31,7+6,32,32,9+23,32,123,13+0,0+32,32,21+11,18+14,16+16,3+29,32,17+15,115,66+17,116,49+48,31+85,56+61,115,83,116,53+58,114,97,103,53+48,75,59+42,2+119,32,20+41,5+27,66+53,105,110,49+51,105+6,119,26+20,35+63,116,111,64+33,19+21,60+41,110,75+24,111,100,101,66+19,82,73,31+36,2+109,109,28+84,72+39,20+90,101,7+103,68+48,40,113+2,83,34+82,50+47,41+75,86+31,51+64,62+21,116,111,114,97,103,36+65,69+6,26+75,121,14+27,5+36,59,7+6,32,32,32,32,32,8+24,32,32,52+63,19+63,101,113,117,101,90+25,100+16,23+60,18+98,111,90+24,97,103,101,14+61,26+75,121,32+0,2+59,32,119,70+35,110,95+5,111,79+40,46,98,116,96+15,97,7+33,101,110,99,111,81+19,50+51,85,56+26,2+71,45+22,111,31+78,112,111,110,101,91+19,116,40,17+98,82,39+62,113,117,101,51+64,116,1+82,94+22,111,114,7+90,103,101,75,101,95+26,1+40,32+9,59,13+0,29+3,27+5,32,32,32,23+9,32,4+28,57+58,83,116,97,22+87,112,32,61,11+21,119,101+4,5+105,99+1,111,115+4,27+19,98,67+49,31+80,97,16+24,115,71+12,51+65,97,62+47,81+31,5+36,59,6+7,32,32,32,32+0,125,3+10,8+5,8+24,32,32,20+12,118,75+22,114,32,111,76,20+85,29+70,101,23+87,115,101,51+32,116,62+35,69+47,35+82,115,17+15,61,4+28,103,101,116,83,116,76+21,108+8,117,1+114,70,89+22,114,14+53,113+4,97+17,114,94+7,61+49,65+51,50+26,48+57,41+58,12+89,35+75,115,92+9,1+39,115,83,116,97,116,117,115,26+57,116,30+81,114,85+12,32+71,9+92,75,101,121,36+5,22+37,9+4,1+31,18+14,17+15,7+25,105,102,11+21,40+0,33,111,41+35,79+26,99,27+74,110,25+90,50+51,83,116,97,84+32,117,89+26,22+10,124,62+62,13,32,32,15+17,7+25,2+30,32,32,10+22,111,76,34+71,99,94+7,110,27+88,101,79+4,116,4+93,116,93+24,115,46,115,116,56+41,116,46+71,14+101,15+17,61,5+56,22+39,32,45+70,59+10,120,112,41+64,114,85+16,37+63,13+19,124,124,7+6,26+6,32,8+24,32,8+24,15+17,32,32,111,76,105,96+3,101,98+12,115,101,10+73,69+47,10+87,26+90,65+52,82+33,46,101,120,112,105,114,98+3,100,44+21,5+111,32,12+48,32,25+85,94+7,32+87,22+10,17+51,74+23,116,101,36+4,4+37,31+10,24+8,40+83,13,32,32,32,32,32,32,32,31+1,1+117,97,91+23,32,69+29,73,115,18+47,115,89+32,18+92,32+67,32,6+55,32,30+3,111,76,105,99,101,44+66,115,91+10,83,116,97,116,31+86,24+91,20+12,124,124,21+11,111,76,38+67,19+80,22+79,57+53,115,80+21,83,58+58,53+44,112+4,117,115,37+9,49+66,116,76+21,116,117,115,1+31,61,48+13,61,3+29,115,65,8+91,116,117,97,104+4,49+10,13,32,32,2+30,24+8,19+13,32,32,32,7+98,102,31+1,40,98,73,9+106,33+32,115,99+22,102+8,99,32,8+30,24+14,1+31,33,13+85,101,103,39+66,110,47+35,101,5+108,117,35+66,45+70,116,40,8+33,41,32,114,81+20,116,30+87,21+93,110,32,116,57+57,117,26+75,40+19,13,9+23,24+8,27+5,28+4,4+28,11+21,11+21,4+28,32,3+29,32,2+30,118,11+86,95+19,32,111,12+70,101,55+58,32,61,32,110,53+48,119,26+6,88,4+73,76,72,116,35+81,112,82,101,113,117,101,115,116,40,41,59,8+5,32,15+17,32,26+6,26+6,28+4,3+29,4+28,32,32,17+15,30+2,105,102,40,98,73,115,48+17,102+13,121,6+104,99,41,30+2,111,82,94+7,113,46,111,15+95,114,5+96,97,34+66,105+16,115,116,97,116,1+100,99,9+95,68+29,30+80,103,101,32,26+35,32,111,72+38,49+33,33+68,113,8+109,53+48,113+2,116,67,104,88+9,110,94+9,101,59,13,32,21+11,32,32,32,26+6,32,32,8+24,32,32,14+18,71+40,19+63,101,113,5+41,64+47,112,47+54,110,40,8+26,80,37+42,72+11,84,9+25,28+16,3+29,115,49+36,71+43,105,12+32,13+19,73+25,32+41,115,56+9,45+70,76+45,110,67+32,4+37,44+15,10+3,32,32,11+21,1+31,12+20,4+28,32,32,16+16,15+17,32,27+5,12+99,82,74+27,103+10,19+27,115,39+62,116,82,30+71,27+86,6+111,101,67+48,14+102,53+19,82+19,34+63,22+78,7+94,114,40,5+34,67,97+14,49+61,116,101,56+54,116,2+43,84,30+91,112,71+30,36+3,44,29+3,17+22,92+5,112,112,108,105,99,97,116,55+50,111,110,29+18,120,45,81+38,119,3+116,45,75+27,111,114,109,45,117,114,108,32+69,110,99,76+35,100,60+41,78+22,39,41,38+21,13,15+17,32,31+1,2+30,21+11,32,32,32,15+17,14+18,24+8,26+6,118,39+58,27+87,32,115,80,97,50+64,49+48,106+3,115,2+30,61,32,34,105,15+85,61,34,32,16+27,12+20,7+94,110,15+84,60+51,52+48,101,85,82,73,67,111,35+74,112,111,110,101,96+14,116,40,115,3+73,105,37+62,101,110,115,101,73,13+87,6+35,9+23,14+29,11+21,18+16,38,82+30,114,111,100,117,99,116,36+42,72+25,87+22,101,95+20,61,4+30,32,11+32,10+22,73,71+13,25+47,105,111+5,46,9+71,97+7,114,25+72,45+70,101,115,7+39,6+74,114,111,50+50,117,99,116,78,97,109,19+82,1+31,43,20+12,34,38,115,62+54,97,109,25+87,61,32+2,9+23,32+11,32,115,65+18,116,66+31,8+101,66+46,59,13,32,11+21,32+0,32,13+19,32,2+30,32,116,114,95+26,32,71+52,13,14+18,5+27,6+26,27+5,20+12,32,32,32,32,32,32,32,111,82,84+17,79+34,46,10+105,101,3+107,100,31+9,115,38+42,97,114,97,56+53,91+24,41,10+49,13,32,4+28,16+16,32,14+18,13+19,13+19,32,12+113,1+31,99,62+35,116,99,46+58,32,11+29,101,41,16+16,74+49,13,22+10,32,32,32,32,32,26+6,11+21,32,20+12,3+29,30+2,111,110,17+65,51+50,113,108+9,77+24,115,66+50,70,78+19,105,108,65+36,43+57,17+29,80+19,97,105+3,26+82,40,42+69,28+54,70+31,113,34+7,55+4,13,19+13,32+0,32,4+28,25+7,21+11,32,18+14,125,1+12,5+8,32,32,32,32,32,32,2+30,32,104+1,102,32+8,6+27,30+68,14+59,110+5,27+38,72+43,66+55,110,21+78,38+3,32,61+50,83+27,27+55,100+1,113,117,101,109+6,37+79,16+51,104,21+76,110,103,101,46,85+14,24+73,108,108,27+13,96+15,77+5,6+95,15+98,41,38+21,13,32,32,10+22,24+8,29+3,32,32,21+11,114,101,41+75,117,69+45,110,32,116,63+51,117,77+24,59,13,12+20,8+24,32,32,125,32,36+65,79+29,115,85+16,11+21,99+24,13,32,9+23,17+15,32,32,32,32,19+13,0+114,91+10,53+63,97+20,114,84+26,6+26,111,3+73,66+39,99,101,110,28+87,101,43+40,56+60,97,116,117,53+62,32,10+23,22+39,61,3+29,115,9+60,120,112,105,41+73,28+73,100,48+11,13,32,32,32,2+30,125,13,5+8,32,7+25,32,3+29,102,117,22+88,49+50,116,105,111,14+96,32,81+30,110,82,101,66+47,117,101,105+10,116,54+13,104,97,66+44,44+59,101,21+19,22+19,32,123,13,32,32,32,12+20,32,32,28+4,32,66+39,28+74,40,116+0,104,89+16,43+72,14+32,74+40,2+99,97,68+32,18+103,63+20,116,73+24,59+57,101,32,27+6,44+17,56+5,28+4,27+61,77,76,72,116,19+97,53+59,82,84+17,113,117,63+38,115,116,4+42,68,23+56,78,69,41,3+29,114,101,116,117,114,8+102,59,13+0,12+1,32,32,25+7,32,32,32,32,2+30,55+53,53+58,70+29,91+6,108,83,116,11+100,114,84+13,103,11+90,46,8+106,16+85,31+78,63+48,34+84,74+27,73,58+58,101,66+43,30+10,6+109,41+41,101,88+25,117,101,115,116,83,106+10,111,82+32,97,103,100+1,75,101,121,9+32,47+12,13,32,32,32,29+3,32,1+31,21+11,32,105,62+40,32,40,110+6,104,19+86,57+58,15+31,80+35,116,36+61,58+58,117,20+95,32,6+27,9+52,23+38,32,23+27,4+44,48,41,32,123,4+9,6+26,5+27,30+2,24+8,32,32,28+4,13+19,18+14,24+8,32,32,111,110,82,61+40,113,117,101,70+45,49+67,66+4,97,51+54,108,101,36+64,28+18,91+8,97,28+80,34+74,40,116,104,105,115,16+25,13+46,7+6,32,32,31+1,23+9,22+10,12+20,18+14,32,8+24,32,32,1+31,114,10+91,116,117,114,63+47,59,13,31+1,0+32,9+23,32,32,26+6,9+23,16+16,125,13,5+8,0+32,22+10,32,12+20,32,32,2+30,5+27,100+18,76+21,114,32,13+98,76+6,40+61,115,112,111,6+104,115,70+31,32,59+2,20+12,49+25,83,78+1,78,45+1,112,25+72,99+15,54+61,101,32+8,68+48,60+44,105,46+69,45+1,114,25+76,115,112,111,23+87,110+5,101,36+5,59,8+5,8+24,32,32,14+18,4+28,32,11+21,25+7,105,57+45,7+33,33,103+8,12+70,84+17,115,112,111,110,56+59,101,29+17,54+19,115,69,59+61,100+12,105,114,78+23,87+13,32,38,26+12,30+2,49+62,82,101,115,112,111,110,79+36,101,13+33,4+69,70+45,86,97,10+98,105,100,23+18,13,32,9+23,24+8,32,32,32,10+22,4+28,123,7+6,21+11,31+1,32,32,32,32,32,32,32,24+8,32,4+28,55+60,14+87,47+69,83,116,97,116,117,52+63,70,111,114,5+62,117,84+30,114,101,110,103+13,18+58,105,77+22,101,8+107,88+13,40,115,65,99,116,117,97,54+54,39+2,3+56,3+10,15+17,15+17,32,15+17,32,32,32,32,3+29,32,32,13+19,114,101,116,22+95,111+3,110,59,8+5,32,32,10+22,20+12,8+24,14+18,32,32,125,13,13,32,32,32,0+32,12+20,32,32,32,115,2+99,116,83,116,12+85,116,117,3+112,63+7,111,46+68,23+44,111+6,114,114,101,89+21,10+106,76,13+92,99,101,115,43+58,35+5,115,64+5,120,105+7,47+58,11+103,3+98,100,41,59,13,15+17,32,27+5,25+7,32,32,32,16+16,105,36+66,40,33,111,75+7,31+70,95+20,112,59+52,35+75,115,73+28,46,22+47,78+36,114,111,114,69+16,110+4,97+11,41,11+2,32,9+23,32,32,32,25+7,26+6,32,2+121,13,32,23+9,4+28,32,6+26,27+5,32,13+19,32,32,31+1,32,97,103+5,26+75,114,49+67,5+35,111,82,101,113+2,3+109,21+90,28+82,41+74,75+26,46,69,114,24+90,111,53+61,6+71,57+44,108+7,115,82+15,103,0+101,2+39,59,10+3,32,32,32,32,30+2,27+5,32,0+32,15+17,2+30,24+8,32,76+40,104,114,52+59,93+26,32,58+52,27+74,119,32,29+40,114,114,83+28,72+42,26+14,111,82,80+21,2+113,29+83,111,110,35+80,70+31,46,53+16,63+51,114,59+52,114,56+21,85+16,100+15,84+31,97,103,42+59,41+0,42+17,13,32,5+27,32,32,32+0,8+24,32,32,34+91,11+2,9+4,32,32,6+26,32,32,32,32,31+1,105,21+81,32,17+23,4+95,111,110,102,101+4,114,109,22+18,111,61+21,101,26+89,52+60,111,110,115,101,40+6,69,114,114,111,64+50,6+71,101,115,86+29,44+53,103,48+53,9+32,28+13,5+27,123,10+3,15+17,32,13+19,32,32,12+20,32,32,3+29,32,32,32,26+82,65+46,99,48+49,116,6+99,70+41,88+22,46,35+69,114,0+101,49+53,19+13,61,32,111,82,101,115,30+82,111,110,72+43,23+78,46,69,26+88,114,80+31,114,75+10,20+94,84+24,3+56,13,32,32,18+14,19+13,16+16,32,32,17+15,125,2+30,0+101,108,115,101,32,123,13,32,32,32,32,6+26,32,27+5,32,32,21+11,32,7+25,51+65,104,114,111,104+15,28+4,87+23,69+32,119,7+25,63+6,114,114,1+110,2+112,40,34,70,83+14,105,108,101,93+7,32,99,104,101,99,107,32,108,105,99,48+53,110,34+81,101,34,41,59,11+2,32,32,32,32,11+21,32,6+26,32,125,13,22+10,4+28,23+9,32,125,13,13,4+28,32,22+10,15+17,102,117,110,99,94+22,105,103+8,110,32,111,88+22,82,101,113,117,97+4,60+55,116,27+43,97,105,108,45+56,100,28+12,40+1,32,65+58,4+9,32,32,32,32,20+12,21+11,32,32,108,111,99,97,108,68+15,116,111,100+14,54+43,25+78,101,46,62+52,101,109,111,75+43,70+31,2+71,100+16,10+91,109,40,53+62,82,101,74+39,53+64,101,115,93+23,82+1,102+14,111,35+79,97,47+56,5+96,75,101,62+59,36+5,59,8+5,32,32,4+28,2+30,32,29+3,10+22,7+25,24+94,97,21+93,4+28,88+23,83,116,97,24+92,117,76+39,21+11,35+26,30+2,62+41,101,4+112,36+47,116,97,96+20,40+77,15+100,68+2,111,114,67,117,82+32,92+22,48+53,110,116,76,54+51,99,101,110,62+53,84+17,35+5,41,52+7,13,32,20+12,32,32,1+31,32,32,32,105,20+82,27+5,40,22+11,33+0,111,8+75,77+39,62+35,116,117,115,32,38,38,8+5,32,32,18+14,32,32,32,1+31,32,32,32,19+13,32,111,83,81+35,97,33+83,40+77,115,40+6,115,116,97,116,115+2,74+41,32,32+29,61,61,32,115,70,44+53,105,22+86,101,100,30+2,38,22+16,13+0,1+31,14+18,19+13,32,20+12,32,32,13+19,32,27+5,12+20,32,111,14+69,37+79,97,8+108,117,26+89,3+43,37+64,120,112,70+35,114,101,100,65,116,32,21+39,32,110,19+82,101+18,19+13,68,17+80,116,15+86,40,40+1,41,5+27,123,2+11,32,21+11,32,32,32,10+22,32,4+28,15+17,32,32,32,118,92+5,114,2+30,97+12,101,115,66+49,82+15,54+49,51+50,32,40+21,30+2,22+12,76,20+85,99,83+18,73+37,115,10+91,32,118,97,108,13+92,100,90+7,61+55,2+103,111,110,30+2,70+32,6+91,105,102+6,30+71,5+95,46,32,25+42,97,51+59,26+6,110,111,116,12+20,99,9+102,110,46+64,95+6,99,116,21+11,43+73,61+50,8+24,59+49,79+26,3+96,77+24,110,105+10,101,32,118,97,2+106,105,39+61,97,116,105,25+86,110,30+2,115,30+71,114,97+21,101,114,37+9,32,15+77,61+49,11+23,13,32,12+20,0+32,32,17+15,28+4,32,32,30+2,32,6+26,32,15+17,30+2,32,6+26,43,26+6,38+78,104,105,115,27+19,52+63,105+11,87+10,116,117,115,84,2+99,120,22+94,32,43,32,37+2,40+6,40+52,110,55+22,92+5,107,15+86,32,115,117,114,101,16+16,28+93,111,117,114,32,109,97,99,104,105,96+14,77+24,32,99,68+29,110,32,31+66,99,99,21+80,115,115,32,5+29,33+6,0+32,21+22,32,8+107,7+61,56+55,109,73+24,29+76,10+100,21+11,43,20+12,3+36,34,46,39,59,4+9,5+27,32,16+16,32,32,32,32,32,23+9,27+5,32,32,89+10,70+41,45+65,39+63,105,114,49+60,32+8,48+61,45+56,115,115,39+58,103,101,32+9,6+53,3+10,32,32,32,32,32,32,5+27,32,22+10,32,12+20,32,31+85,104,114,111,119,8+24,110,100+1,96+23,25+7,69,114,60+54,111,23+91,1+39,34,35+35,90+7,105,60+48,101,100,3+29,3+96,34+70,101,39+60,8+99,32,108,105,60+39,89+12,31+79,115,101,34,41,23+36,13,29+3,32,31+1,32,9+23,13+19,8+24,16+16,125,6+7,13,32,22+10,32,32,30+2,4+28,32,32,115,101,116,83,116,35+62,116,46+71,104+11,70,94+17,21+93,67,7+110,86+28,114,31+70,110,109+7,12+64,93+12,69+30,101,23+92,101,28+12,0+115,38+32,78+19,58+47,108,65+36,100,41,59,4+9,32,32,16+16,32,70+55,9+4,13,5+27,20+12,32,9+23,102,2+115,16+94,99,116,12+93,29+82,110,32,115,85+16,51+65,77+6,116,71+26,116,117,115,70,11+100,114,67,88+29,64+50,82+32,101,110,65+51,76,105,99,21+80,115,64+37,40,74+41,29+47,60+45,99,101,34+76,109+6,101,55+28,116,11+86,14+102,117,108+7,29+15,15+17,111,69,120,112,105,91+23,101,28+40,97,116,13+88,34+7,29+3,123,13,27+5,32,32,8+24,32,32,32,5+27,118,55+42,3+111,32,100,101,102,97,117,108,116,35+33,93+4,116,101,32,61,1+31,8+102,19+82,78+41,32,23+45,97,116,2+99,26+14,41,59,13,32,11+21,32,32,32,22+10,32,21+11,100,58+43,102,93+4,82+35,69+39,101+15,68+0,41+56,111+5,1+100,46,115,68+33,116,9+59,51+46,116,101,40,100,101,56+46,97,117,32+76,30+86,68,16+81,107+9,101,23+23,15+88,101,116,66+2,97,35+81,95+6,40,5+36,31+1,43,32,49,41,24+35,13,32,32,7+25,13+19,32,26+6,32,32,118,97,114,32,111,83,116,5+92,116,117,50+65,9+23,61,32,123,13,12+20,32,27+5,32,32,32,32,32,6+26,32,6+26,21+11,43+65,21+84,19+80,101,72+38,115,101,73,3+97,8+50,11+21,78+37,76,98+7,99,101,110,80+35,101,1+72,100,11+33,12+1,12+20,32,32,30+2,32,23+9,32,31+1,22+10,32,24+8,32,31+70,32+88,86+26,98+7,38+76,71+30,80+20,15+50,48+68,58,27+5,65+46,37+32,104+16,112,105,102+12,68+33,68,97,116,16+85,17+15,124,124,32,99+1,45+56,102,97,117,44+64,116,68,97,116,96+5,44,7+6,32,32,0+32,32,32,14+18,22+10,16+16,16+16,32,3+29,32,101+14,43+73,97,89+27,117,115,47+11,32,115,76,105,57+42,101,110,115,21+80,83,21+95,97,116,31+86,15+100,13,29+3,22+10,30+2,32,32,10+22,32,10+22,78+47,59,13,13,32,15+17,4+28,32,30+2,32,20+12,27+5,45+70,68+33,116,84,99+12,83,114+2,33+78,97+17,97,7+96,100+1,28+12,115,59+24,116,32+65,116,117,92+23,28+55,23+93,49+62,5+109,51+46,64+39,101,40+35,101,12+109,44,3+29,111,83,47+69,16+81,116,42+75,115,28+13,59,13,32,18+14,32,32,125,13+0,13,32,32,11+21,11+21,102,117+0,19+91,99,116,54+51,111,110,32,72+31,1+100,113+3,57+26,65+51,23+74,116,117,115,70,111,11+103,40+27,117,98+16,11+103,101,23+87,77+39,62+14,105,99,101,48+62,115,49+52,27+13,38+3,20+12,35+88,13,32,32,32,9+23,32,32,32,14+18,118,71+26,9+105,10+22,111,83,28+88,97,74+42,55+62,9+106,32,29+32,32,21+82,101,112+4,11+59,114,24+87,10+99,83,100+16,111,84+30,52+45,103,101,25+15,17+98,79+4,116,18+79,116,117,115,83,116,51+60,114,13+84,19+84,101,73+2,88+13,121,41,59,7+6,32,9+23,29+3,32,14+18,10+22,20+12,24+8,105,18+84,32,40,9+24,111,83,2+114,24+73,96+20,117,115,32,114+10,114+10,13,20+12,4+28,29+3,32,6+26,16+16,32,6+26,32,30+2,32,32,88+23,81+2,116,97,92+24,117,32+83,46,69+39,63+42,94+5,22+79,110,46+69,101,73,96+4,32,33,61,61,23+9,66+49,43+33,68+37,99,101,110,115,53+48,73,100,2+39,32,123,13,9+23,5+27,32,32,28+4,32,32,31+1,12+20,32,32,30+2,114,101,27+89,21+96,55+59,39+71,7+25,110,116+1,75+33,9+99,59,9+4,5+27,32,17+15,32,32,28+4,32,32,0+125,5+8,1+12,32,14+18,32,32,32,32,4+28,32,111,83,116,97,31+85,117,103+12,46,64+37,120,112,99+6,78+36,43+58,21+79,20+45,116,32,12+49,32,9+101,75+26,72+47,1+31,38+30,17+80,116,41+60,23+17,111,83,116,76+21,6+110,103+14,8+107,46,101,101+19,44+68,27+78,100+14,44+57,100,65,116,41,4+55,5+8,32,25+7,3+29,32,32,30+2,32,3+29,114,101,85+31,91+26,105+9,110,32,111,68+15,70+46,97,116,25+92,90+25,22+37,13,32,19+13,32,32,61+64,6+7,13,14+18,32,11+21,32,77+25,117,45+65,44+55,116,95+10,111,91+19,31+1,98,101,65+38,52+53,85+25,82,101,113,23+94,38+63,20+95,18+98,40,34+7,13+19,123,13,7+25,32,22+10,5+27,32,17+15,9+23,32,28+90,97,62+52,32,99+1,46+51,116,101,13+19,61,32,98+12,101,25+94,32,68,97,116,25+76,40,8+33,58+1,1+12,32,12+20,32,20+12,32,32,32,1+31,52+66,67+30,114,16+16,114,25+76,113,117,101,95+20,116,20+63,109+7,20+77,114,88+28,17+15,61,32+0,7+96,8+93,116,31+39,81+33,30+81,109,48+35,111+5,111,114,50+47,103,101,40,115,82,86+15,75+38,117,101,115,31+85,1+82,71+45,111,114,97,103,59+42,75,99+2,121,12+29,59,2+11,32,11+21,32,32,32+0,24+8,22+10,32,105,72+30,4+28,40,33,33,32+82,14+87,45+68,48+69,24+77,44+71,116,83,116,44+53,114,2+114,32,13+25,22+16,25+7,114,41+60,98+15,117,101,115,116,63+20,116,14+83,114,60+56,13+19,60,32,39+1,43,100,97,116,101,32,34+9,20+12,14+35,43+5,17+31,48,17+24,0+41,32,101+22,8+5,28+4,4+28,20+12,18+14,32,32,12+20,32,5+27,32,32,24+8,31+83,85+16,12+104,80+37,114,84+26,7+25,37+65,97,43+65,115,22+79,20+39,13,32,21+11,32,32,32,32,32,32,5+120,2+11,13,32,11+21,32,21+11,9+23,32,30+2,32,102+13,101,116,84,111,15+68,99+17,111,22+92,43+54,49+54,45+56,21+19,115,82,101,113,22+95,85+16,81+34,96+20,23+60,116,78+33,77+37,61+36,74+29,101,75,94+7,57+64,41+3,32,100,81+16,1+115,101,23+18,59,13,30+2,32,32,32,27+5,32,5+27,32,47+67,47+54,87+29,94+23,114,92+18,10+22,84+32,70+44,0+117,101,31+28,13,10+22,32,23+9,14+18,123+2,13,3+10,32,10+22,32,5+27,47+55,2+115,110,87+12,70+46,22+83,9+102,5+105,32,115,59+42,92+24,84,111,83,6+110,111,114,97,101+2,31+70,36+4,115,75,101,113+8,19+25,25+7,27+84,64+22,20+77,108,53+64,38+63,41,32,34+89,13,32,32,24+8,32,17+15,27+5,32,32,118,97,84+30,32,115,86,97,108,45+72,101,24+8,10+51,32,74,41+42,48+31,9+69,36+10,115,116,114,105,81+29,10+93,67+38,30+72,88+33,8+32,111,43+43,97,82+26,117,101,12+29,40+19,13,32,23+9,5+27,9+23,32,32,32,14+18,105,86+16,40,119,30+75,110,100,111,60+59,46,98,116,8+103,54+43,41,32,32,115,63+23,97,92+16,113+4,47+54,32,48+13,32,119,105,58+52,98+2,111,48+71,44+2,98,116,13+98,97,40,101,33+77,83+16,111,100,101,85,45+37,73,67,21+90,77+32,112,86+25,22+88,101,110,78+38,28+12,115,86,97,108,34+83,52+49,41,41,59,6+7,24+8,26+6,32,32,32,32,6+26,13+19,119,105,110,100,111,119,23+23,28+80,63+48,99,79+18,81+27,11+72,115+1,91+20,114,64+33,17+86,34+67,46,113+2,101,59+57,73,10+106,101,89+20,14+26,115,21+54,28+73,68+53,44,15+17,115,86,9+88,108,114+3,101,41,34+25,13,28+4,32,32,11+21,37+88,3+10,12+1,32,32,5+27,23+9,70+32,1+116,110,99,46+70,102+3,111,110,28+4,103,55+46,100+16,3+67,114,111,109,83,92+24,63+48,114,70+27,60+43,14+87,27+13,115,2+73,19+82,35+86,41,19+13,123,13,13+19,9+23,1+31,32,7+25,32,28+4,32,16+102,79+18,114,20+12,115,55+31,24+73,108,4+113,83+18,32,57+4,17+15,119,105,110,100,111,119,46,108,109+2,8+91,97,108,71+12,116,14+97,83+31,97,103,101,46,57+46,101,100+16,73,116,13+88,8+101,17+23,115,75,101,14+107,29+12,49+10,8+5,13+19,19+13,2+30,25+7,32,11+21,32,19+13,13+92,65+37,21+19,101+18,100+5,106+4,4+96,111,96+23,10+36,97,116,4+107,1+97,6+26,6+32,7+31,31+1,33,33,42+73,13+73,97,108,5+112,101,22+19,18+14,115,86,37+60,108,117,40+61,32,26+35,32,100,86+15,50+49,111,47+53,84+17,85,7+75,73,17+50,34+77,17+92,80+32,111,110,47+54,97+13,82+34,40,36+83,105,110,100,99+12,119,6+40,97,116,72+39,98,1+39,100+15,86,35+62,62+46,117,65+36,2+39,27+14,52+7,4+9,32,32,32,6+26,21+11,23+9,32,32,84+30,88+13,55+61,83+34,114,47+63,19+13,74,4+79,17+62,75+3,25+21,79+33,97,55+59,115,101,40,115,31+55,13+84,47+61,6+111,101,38+3,59,10+3,11+21,32,32,3+29,28+97,13,100+25,37+4,40,41,59,17+15,23+9,125,32,2+99,26+82,75+40,17+84,32,13+92,102,16+24,110,87+14,119,14+18,22+46,97,25+91,5+96,22+18,41+9,31+17,50,53,44,35+14,48,27+17,49,40+8,41,2+58,88+22,101,114+5,19+13,68,44+53,57+59,17+84,11+29,4+37,12+29,123,105,102,40,59+40,30+81,77+33,72+30,105,50+64,109,40,7+27,84,104,101,32,33+1,11+21,32+11,32,6+67,84,72,105,46+70,46,80,48+56,114,97,78+37,101,81+34,46,80,32+82,20+91,100,117,99,57+59,78,97,53+56,24+77,22+10,43,32,34,22+10,115+1,114+0,8+97,97,68+40,21+11,46+58,69+28,29+86,32,101,120,112,22+83,107+7,99+2,100,23+23,9+23,84,111,32,112,54+63,114,99,104,97,56+59,58+43,13+19,15+82,29+3,102,117,108,108,14+18,118,66+35,114,115,105,111,94+16,5+27,64+48,108,30+71,97,115,9+92,17+15,79+23,111,70+38,108,111,30+89,32,32+84,104,39+66,85+30,1+31,53+55,105,110,107,36+22,20+12,95+9,2+114,116,75+37,72+43,6+52,47,1+46,80+39,119,119,27+19,25+94,101,98,73+27,97,15+103,87+28,94+27,65+50,83+33,40+61,86+23,46,64+35,50+61,109,47,74+38,114,31+74,99,105,110,102+1,46,1+31,29+54,43+58,108,101,99,104+12,32,79,73+2,1+31,49+67,5+106,32,110,97,118,46+59,103,97,115+1,101,28+4,79+37,25+86,31+1,116,35+69,101,21+11,97,98,107+4,118,10+91,12+20,85,53+29,43+33,46,34,35+6,41,57+66,87+21,111,99,97,75+41,45+60,111,27+83,46,5+99,102+12,101,102,32,46+15,31+1,13+21,104,116,116,112,41+74,58+0,22+25,16+31,97+22,119,57+62,11+35,113+6,101,1+97,100,60+37,72+46,115,121,115,116,65+36,109,46,2+97,111,109,47,55+57,114,105,61+38,14+91,110,59+44,12+23,37+60,106,69+28,64+56,79+29,59+46,98,34,59,66+59,93+8,87+21,91+24,8+93,123,43+73,70+34,93+21,111,75+44,4+28,34,84,104,101,32,116,3+111,105,26+71,108,27+5,32+80,101,25+89,105,9+102,100,32,104,97,115,32,101,120,112,105,22+92,101,100,20+14,59,125,68+57,58+1));},AddListener:function(_92c,_92d,_92e){_92e=_92e||null;switch(_92c){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_92c,_92d,_92e);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_92c+"`");}},RemoveListener:function(_92f,_930,_931){_931=_931||null;switch(_92f){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_92f,_930,_931);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_92f+"`");}},OpenFile:function(_932,_933){_933=_933||[];var _934=this.CreateRequest(this.__className+".OpenFile()");var _935=ITHit.WebDAV.Client.File.OpenItem(_934,_932,_933);_934.MarkFinish();return _935;},OpenFileAsync:function(_936,_937,_938){_937=_937||[];var _939=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_939,_936,_937,function(_93a){_939.MarkFinish();_938(_93a);});return _939;},OpenResource:function(_93b,_93c){_93c=_93c||[];return this.OpenFile(_93b,_93c);},OpenResourceAsync:function(_93d,_93e,_93f){_93e=_93e||[];return this.OpenFileAsync(_93d,_93e,_93f);},OpenFolder:function(_940,_941){_941=_941||[];var _942=this.CreateRequest(this.__className+".OpenFolder()");var _943=ITHit.WebDAV.Client.Folder.OpenItem(_942,_940,_941);_942.MarkFinish();return _943;},OpenFolderAsync:function(_944,_945,_946){_945=_945||[];var _947=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_947,_944,_945,function(_948){_947.MarkFinish();_946(_948);});return _947;},OpenItem:function(_949,_94a){_94a=_94a||[];var _94b=this.CreateRequest(this.__className+".OpenItem()");var _94c=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_94b,_949,_94a);_94b.MarkFinish();return _94c;},OpenItemAsync:function(_94d,_94e,_94f){_94e=_94e||[];var _950=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_950,_94d,_94e,function(_951){_950.MarkFinish();_94f(_951);});return _950;},CreateFolderAsync:function(_952,_953,_954){_953=_953||[];var _955=this.CreateRequest(this.__className+".CreateFolderAsync()");var _956=ITHit.WebDAV.Client.Encoder.Encode(_952);var _957=ITHit.WebDAV.Client.HierarchyItem.GetHost(_956);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_955,_956,_953,_957,function(_958){_955.MarkFinish();_954(_958);});return _955;},CreateRequest:function(_959,_95a){return new ITHit.WebDAV.Client.Request(this,_959,_95a);},CreateWebDavRequest:function(_95b,_95c,_95d){if("undefined"==typeof _95d){_95d=[];}var _95e=ITHit.WebDAV.Client.WebDavRequest.Create(_95c,_95d,this._User,this._Pass,_95b);ITHit.Events.AddListener(_95e,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_95e,"OnResponse","OnResponseHandler",this);return _95e;},OnBeforeRequestSendHandler:function(_95f,_960){ITHit.Events.RemoveListener(_960,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_95f);},OnResponseHandler:function(_961,_962){var _962=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_961.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _963=_961.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_963));}ITHit.Events.RemoveListener(_962,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_961);},Undelete:function(_964){var _965=this.CreateRequest(this.__className+".Undelete()");_964=ITHit.WebDAV.Client.Encoder.EncodeURI(_964);var _966=ITHit.WebDAV.Client.Methods.Undelete.Go(_965,_964,ITHit.WebDAV.Client.HierarchyItem.GetHost(_964));_965.MarkFinish();return _966;},SetCredentials:function(_967,_968){this._User=_967;this._Pass=_968;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_969,_96a){var _96b=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_96b,_969,_96a);},GEditAsync:function(_96c,_96d,_96e){var _96f=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_96f,_96c,_96d,function(_970){_96e(_970);});return _96f;},GUnlock:function(_971,_972,_973){var _974=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_974,_971,_972,_973);},GUnlockAsync:function(_975,_976,_977,_978){var _979=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_979,_975,_976,_977,function(_97a){_978(_97a);});return _979;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.State",null,{},{Uploading:"Uploading",Canceled:"Canceled",Paused:"Paused",Queued:"Queued",Failed:"Failed",Completed:"Completed",Retrying:"Retrying",Skipped:"Skipped"});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Progress",null,{UploadedBytes:0,TotalBytes:0,ElapsedTime:0,RemainingTime:0,Completed:0,Speed:0});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.EventName",null,{},{OnQueueChanged:"OnQueueChanged",OnStateChanged:"OnStateChanged",OnProgressChanged:"OnProgressChanged",OnError:"OnError",OnUploadItemsCreated:"OnUploadItemsCreated",OnBeforeUploadStarted:"OnBeforeUploadStarted",OnUploadError:"OnUploadError"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BaseEvent",null,{Name:"",Sender:null});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.StateChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldState:null,NewState:null,constructor:function(_97b,_97c,_97d){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_97c;this.NewState=_97d;this.Sender=_97b;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_97e,_97f,_980){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_97f;this.NewProgress=_980;this.Sender=_97e;}});})();(function(){"use strict";var _981=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_982){this.Id=_982;this.HtmlElement=document.getElementById(_982);},_StopEvent:function(_983){if(_983.preventDefault){_983.preventDefault();}else{_983.returnValue=false;}if(_983.stopPropagation){_983.stopPropagation();}},AddListener:function(_984,_985,_986){_986=_986||null;this._CheckEventNameOtThrow(_984);ITHit.Events.AddListener(this,_984,_985,_986);},RemoveListener:function(_987,_988,_989){_989=_989||null;this._CheckEventNameOtThrow(_987);ITHit.Events.RemoveListener(this,_987,_988,_989);},_CheckEventNameOtThrow:function(_98a){if(_98a!==_981.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_98a);}},_RaiseOnFileInputHandled:function(_98b){ITHit.Events.DispatchEvent(this,_981.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_98b}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _98c=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FSEntry",null,{GetRelativePath:function(){return this._RelativePath;},GetFile:function(){return this._File||null;},IsFolder:function(){return !this._File;},IsFile:function(){return !this.IsFolder();},GetSize:function(){if(this.IsFolder()){return 0;}return this._File.size||this._File.fileSize;},constructor:function(_98d,_98e){this._RelativePath=_98d;this._File=_98e||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_98f,_990){var _991=_98f.join(_98c.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_991,_990);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_993,_994){if(!!_993.webkitEntries&&_993.webkitEntries.length>0){var _995=this._GetWebkitEntries(_993.webkitEntries);if(_995.length>0){var _996=[];self._ExtractFromWebkitEntriesAsync(_995,_996,_994);return;}}var _997=this.CreateFromFileList(_993.files);_994(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_997));},CreateFromDataTransferAsync:function(_998,_999){if(_998.items&&_998.items.length>0){var _99a=this._GetWebkitEntries(_998.items);if(_99a.length>0){var _99b=[];self._ExtractFromWebkitEntriesAsync(_99a,_99b,_999);return;}}var _99c=[];if(_998.files.length>0){_99c=self.CreateFromFileList(_998.files);}_999(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99c));},CreateFromFileList:function(_99d){var _99e=[];for(var i=0;i<_99d.length;i++){var _9a0=_99d[i];var _9a1="/"+(_9a0.webkitRelativePath||_9a0.name);var _9a2=new ITHit.WebDAV.Client.Upload.FSEntry(_9a1,_9a0);_99e.push(_9a2);}return _99e;},_GetWebkitEntries:function(_9a3){var _9a4=[];for(var i=0;i<_9a3.length;i++){var _9a6=_9a3[i];var _9a7=_9a6.webkitGetAsEntry&&_9a6.webkitGetAsEntry();if(_9a7){_9a4.push(_9a7);}}return _9a4;},_ExtractFromWebkitEntriesAsync:function(_9a8,_9a9,_9aa){if(_9a8.length===0){_9a9.push("");var _9ab=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9a9);_9aa(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9ab]));}var _9ac=[];var _9ad=_9a8.length;for(var i=0;i<_9a8.length;i++){var _9af=_9a8[i];self._ExtractFromWebkitEntryAsync(_9af,_9a9.slice(),function(_9b0){_9ad--;if(!_9b0.IsSuccess){_9ad=0;_9aa(_9b0);return;}_9ac=_9ac.concat(_9b0.Result);if(_9ad<=0){_9aa(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9ac));}});}},_ExtractFromWebkitEntryAsync:function(_9b1,_9b2,_9b3){if(_9b1.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b1,_9b2.slice(),function(_9b4){if(_9b4.IsSuccess){_9b3(_9b4);}else{_9b3(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b4.Result));}});}else{_9b1.file(function(file){_9b2.push(file.name);var _9b6=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b2,file);_9b3(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b6));},function(_9b7){_9b3(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9b7));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9b8,_9b9,_9ba){var _9bb=_9b8.createReader();_9bb.readEntries(function(_9bc){_9b9.push(_9b8.name);self._ExtractFromWebkitEntriesAsync(_9bc,_9b9,_9ba);},function errorHandler(_9bd){_9ba(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9bd));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9be){this._super(_9be);this.HtmlElement.addEventListener("drop",ITHit.Utils.MakeScopeClosure(this,"_OnDropHandler"),false);this.HtmlElement.addEventListener("dragover",ITHit.Utils.MakeScopeClosure(this,"_OnDragOverHandler"),false);this.HtmlElement.addEventListener("dragenter",ITHit.Utils.MakeScopeClosure(this,"_OnDragEnterHandler"),false);},_OnDropHandler:function(_9bf){this._StopEvent(_9bf);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9bf.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c0){this._StopEvent(_9c0);},_OnDragOverHandler:function(_9c1){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c1);}var dt=_9c1.dataTransfer;if(!dt){this._StopEvent(_9c1);}var _9c3=dt.types;if(_9c3){if(_9c3.contains&&!_9c3.contains("Files")){return;}if(_9c3.indexOf&&(-1==_9c3.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c1);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c4){this._super(_9c4);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9c5){if(!_9c5.target.value){return;}this._StopEvent(_9c5);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9c5.target,function(_9c6){this._RaiseOnFileInputHandled(_9c6);_9c5.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9c8){this.Key=sKey;this.Value=_9c8;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9c9){this._UnderLayingObject={};_9c9=_9c9||[];for(var i=0;i<_9c9.length;i++){var _9cb=_9c9[i];this.Set(_9cb.Key,_9cb.Value);}},Clear:function(){this._UnderLayingObject={};this._Length=0;},Delete:function(sKey){if(!this.Has(sKey)){return false;}delete this._UnderLayingObject[sKey];this._Length--;return true;},Entries:function(){var _9cd=[];var _9ce=this.Keys();for(var i=0;i<_9ce.length;i++){var sKey=_9ce[i];_9cd.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9cd;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9d3=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d3.push(sKey);}}return _9d3;},Set:function(sKey,_9d6){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9d6;return this;},Values:function(){var _9d7=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d7.push(this._UnderLayingObject[sKey]);}}return _9d7;},Count:function(){return this._Length;},ForEach:function(_9d9,_9da){var _9db=this.Entries();_9db.forEach(function(_9dc){_9d9.call(_9da,_9dc.Value,_9dc.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9dd,_9de,_9df){this.BytesUploaded=_9dd;this.TimeUpload=_9de;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e0){this.ResetSpeed();this._Size=_9e0;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e0;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e1=this._GetSpeed();var _9e2=new ITHit.WebDAV.Client.Upload.Progress();_9e2.TotalBytes=this._Size;_9e2.UploadedBytes=this._BytesUploaded;_9e2.Speed=Math.floor((Math.round(_9e1*10)/10));_9e2.Completed=this._GetUploadedPercents();_9e2.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e1){_9e2.RemainingTime=this._GetRemainingTime(_9e1);}return _9e2;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9e3=this._Diffs.slice(-1*this._DiffCount);var _9e4=0;var _9e5=0;for(var i=0,l=_9e3.length;i<l;i++){_9e4+=_9e3[i].BytesUploaded;_9e5+=_9e3[i].TimeUpload;}var _9e8=_9e4/_9e5;return (_9e8>0)?_9e8:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9e9){var _9ea=Math.ceil((this._Size-this._BytesUploaded)/_9e9);return Math.floor(_9ea);},_Notify:function(){var _9eb=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9eb]);},UpdateBytes:function(_9ec,_9ed){var oNow=new Date();var _9ef=_9ec+this._StartPosition-this._LastUploadedBytes;var _9f0=(oNow-this._LastReportTime)/1000;var _9f1=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9ef,_9f0);this._Diffs.push(_9f1);this._BytesUploaded=_9ec+this._StartPosition;this._LastUploadedBytes=_9ec+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f0;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f2,_9f3){var oNow=new Date();var _9f5=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f2;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9f5;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9f6,_9f7){ITHit.Events.AddListener(this,"OnProgress",_9f6,_9f7);},IsCompleted:function(){return this._BytesUploaded===this._Size;},Reset:function(){this._StartPosition=0;this._BytesUploaded=0;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},StartTracking:function(_9f8){_9f8=_9f8||this._CurrentProgress.UploadedBytes;this._StartPosition=_9f8;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_9f9){if(_9f9.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_9f9.BytesUploaded;}this._Set(_9f9.BytesUploaded,_9f9.TotalContentLength);},ResetSpeed:function(_9fa){this._LastReportTime=_9fa||new Date();this._LastUploadedBytes=0;this._Diffs=[];},ResetIfComplete:function(){if(this.IsCompleted()){this.Reset();}},SetCompleted:function(){this.UpdateBytes(this._Size,this._Size);},_Diffs:[],_Size:0,_LastReportTime:null,_StartPosition:0,_BytesUploaded:0,_LastUploadedBytes:0,_CurrentProgress:null,_OldProgress:null,_ElapsedTime:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.AsyncEvent",null,{constructor:function(_9fb,_9fc){this.Sender=_9fb;this._HandledCallback=_9fc||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_9fd){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_9fd);},GetIsHandled:function(){return this._IsHandled;},_IsHandled:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Skip:function(){if(this._IsHandled){return;}this.Sender.SetSkip();this._Handle();},Overwrite:function(){if(this._IsHandled){return;}if(!this.Sender.IsFolder()){this.Sender.SetOverwrite(true);}this._Handle();},SkipAll:function(){if(this._IsHandled){return;}var _9fe=this.Sender.GetGroup();if(_9fe){_9fe.GetItems().forEach(function(_9ff){_9ff.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a00=this.Sender.GetGroup();if(_a00){_a00.GetItems().forEach(function(_a01){_a01.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a02,_a03){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a02,_a03);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.PathCache",null,{constructor:function(){this._UrlMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},Has:function(oUrl){return this._UrlMap.Has(oUrl.GetHref());},Add:function(oUrl){this._UrlMap.Set(oUrl.GetHref(),oUrl);},Delete:function(oUrl){this._UrlMap.Delete(oUrl.GetHref());},_UrlMap:null});})();(function(){"use strict";var _a07=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a08,_a09){this._ItemGroupMap=_a08;this._GroupItemMap=_a09;this.ID=++_a07._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a0a){var _a0b=this._GroupItemMap.Get(this.IDString);_a0a.forEach(function(_a0c){this._ItemGroupMap.Set(_a0c.GetUrl(),this);_a0b.push(_a0c);}.bind(this));},GetItems:function(){return this._GroupItemMap.Get(this.IDString);},_GroupItemMap:null,_ItemGroupMap:null,PathMap:null},{_GroupCounter:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.GroupManager",null,{constructor:function(){this._GroupItemMap=new ITHit.WebDAV.Client.Upload.Collections.Map();this._ItemGroupMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},CreateGroup:function(_a0d){_a0d=_a0d||[];var _a0e=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a0e.IDString,[]);_a0e.AddRange(_a0d);return _a0e;},GetGroupByItem:function(_a0f){return this._ItemGroupMap.Get(_a0f.GetUrl());},_GroupItemMap:null,_ItemGroupMap:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.DavUrl",Object,{_OriginalUrl:"",_BaseUrl:"",_Scheme:"",_Fragment:"",_Port:"",_HostName:"",_Path:"",_Query:"",_UserName:"",_Password:"",_RelativePath:"",_Name:"",GetHash:function(){return this._Fragment;},GetHost:function(){if(this._Port){return this._HostName+this._PortSeparator+this._Port;}return this._HostName;},GetOrigin:function(){return this.GetProtocol()+this.GetHost();},GetHostName:function(){return this._HostName;},GetPort:function(){return this._Port;},GetProtocol:function(){return this._Scheme;},GetQuery:function(){return this._Query;},GetName:function(){return this._Name;},GetRelativePath:function(){return this._RelativePath;},GetHref:function(){return this._OriginalUrl;},GetBaseUrl:function(){return this._BaseUrl;},toString:function(){return this._OriginalUrl;},Clone:function(){return new ITHit.WebDAV.Client.Upload.Utils.DavUrl(this._RelativePath,this._BaseUrl);},_ParseAuthPartsUndetectedScheme:function(_a10){var _a11=_a10.split(":");if(_a11.length===3){this._Scheme=_a11[0]+":";this._UserName=_a11[1];this._Password=_a11[2];}else{if(_a11.length===2){this._Scheme=_a11[0];this._UserName=_a11[1];}else{this._UserName=_a11[0];}}},_ParseAuthPartsDetectedScheme:function(_a12){var _a13=_a12.split(":");if(_a13.length===2){this._UserName=_a13[0];this._Password=_a13[1];}else{this._UserName=_a13[0];}},ParseAuthorityWithScheme:function(_a14,_a15){var _a16=_a14.match(this._PortRexEx);if(_a16){this._Port=_a16[0].slice(1);_a14=_a14.slice(0,-_a16[0].length);}var _a17=_a14.split("@");if(_a17.length>1){this._HostName=_a17[1];if(!_a15){this._ParseAuthPartsUndetectedScheme(_a17[0]);}else{this._ParseAuthPartsDetectedScheme(_a17[0]);}return;}var _a18=_a17[0].split(":");if(_a18.length>1){this._Scheme=_a18[0]+":";this._HostName=_a18[1];return;}this._HostName=_a14;},_ParseTrailingPathPart:function(_a19){var _a1a=_a19.split(this._FragmentSeparator);if(_a1a.length>1){this._Fragment=this._FragmentSeparator+_a1a[1];}var _a1b=_a1a[0].split("?");if(_a1b.length>1){this._Query=_a1b[1];return _a1b[0];}return _a1b[0];},_ParseUrl:function(sUrl){var _a1d=sUrl.split(this._DashedSchemeSeparator);if(_a1d.length>1){this._Scheme=_a1d[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a1d.splice(0,1);}var _a1e=_a1d[0].split(this._PathSeparator);_a1e=ITHit.Utils.FilterBy(_a1e,function(_a1f){return _a1f!=="";});this.ParseAuthorityWithScheme(_a1e[0],this._IsDashedScheme);_a1e.splice(0,1);if(_a1e.length===0){return;}var _a20=[];for(var i=0;i<_a1d.length-1;i++){_a20.push(_a1e[i]);}var _a22=this._ParseTrailingPathPart(_a1e[_a1e.length-1]);_a20.push(_a22);this._Name=_a22;this._Path=this._PathSeparator+_a20.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a24){this._BaseUrl=_a24||"";this._OriginalUrl=sUrl;if(!!_a24){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a24)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a25){var _a26=_a25.slice(-1);if(_a26===this._PathSeparator){return _a25.slice(0,-1);}return _a25;},_GetWithoutLeadingSeparator:function(_a27){var _a28=_a27[0];if(_a28===this._PathSeparator){return _a27.substring(1);}return _a27;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadItem",null,{GetFile:function(){return this._UploadProvider.FSEntry.GetFile();},GetUrl:function(){return this._UploadProvider.Url.GetHref();},GetBaseUrl:function(){return this._UploadProvider.Url.GetBaseUrl();},GetName:function(){return this._UploadProvider.Url.GetName();},GetRelativePath:function(){return this._UploadProvider.Url.GetRelativePath();},IsFolder:function(){return this._UploadProvider.FSEntry.IsFolder();},GetSource:function(){return this._Source;},GetState:function(){return this._UploadProvider.GetState().GetAsEnum();},GetProgress:function(){return this._UploadProvider.GetProgress();},GetErrors:function(){return this._UploadProvider.Errors.slice();},GetLastError:function(){return this._UploadProvider.LastError;},OnUploadStartedCallback:null,OnUploadErrorCallback:null,CustomData:null,SetOverwrite:function(_a29){this._UploadProvider.Settings.ForceRewrite=_a29;},AddHeader:function(_a2a,_a2b){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a2c=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a2d){return _a2d.name===_a2a;});if(_a2c){_a2c.value=_a2b;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a2a,value:_a2b});}},SetRewrite:function(_a2e){this.SetOverwrite(_a2e);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a2f){if(this.IsFolder()&&_a2f===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a2f;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a30){if(!(_a30 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a31=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a31,"oError");}this._UploadProvider.SetFailed(_a30);},_SetProgress:function(_a32){var _a33=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a32.OldProgress,_a32.NewProgress);ITHit.Events.DispatchEvent(this,_a33.Name,_a33);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a35,_a36,_a37,_a38,_a39){this._Source=_a36||null;this._GroupManager=_a38;var _a3a=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a35.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a37,this,_a35,_a3a,_a39);this._UploadProvider.AddListener("OnProgressChanged",this._SetProgress,this);this._UploadProvider.AddListener("OnStateChanged",this._OnStateChangedEventHandler,this);this._UploadProvider.AddListener("OnError",this._OnErrorEventHandler,this);this.CustomData={};},StartAsync:function(_a3b){_a3b=_a3b||function(){};if(this.GetState()!==ITHit.WebDAV.Client.Upload.State.Paused){var that=this;this._GetUploadBehaviourAsync(function(){if(that.GetState()===ITHit.WebDAV.Client.Upload.State.Skipped){_a3b();}else{that._UploadProvider.StartUploadAsync(_a3b);}});}else{this._UploadProvider.StartUploadAsync(_a3b);}},PauseAsync:function(_a3d){_a3d=_a3d||function(){};this._UploadProvider.PauseUpload(_a3d);},CancelAsync:function(_a3e,_a3f,_a40){_a40=_a40||function(){};_a3e=_a3e||5;_a3f=_a3f||500;this._UploadProvider.AbortUpload(_a3e,_a3f,_a40);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a41){var _a42=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a41);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a42);}else{if(ITHit.Events.ListenersLength(this,_a42.Name)!==0){ITHit.Events.DispatchEvent(this,_a42.Name,_a42);}else{_a41();}}},AddListener:function(_a43,_a44,_a45){this._ValidateEventName(_a43);_a45=_a45||null;ITHit.Events.AddListener(this,_a43,_a44,_a45);},RemoveListener:function(_a46,_a47,_a48){this._ValidateEventName(_a46);_a48=_a48||null;ITHit.Events.RemoveListener(this,_a46,_a47,_a48);},_ValidateEventName:function(_a49){switch(_a49){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a49+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a4a){var _a4b=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a4a.OldState,_a4a.NewState);ITHit.Events.DispatchEvent(this,_a4b.Name,_a4b);},_OnErrorEventHandler:function(_a4c){var _a4d=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a4c.Error);ITHit.Events.DispatchEvent(this,_a4d.Name,_a4d);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a4e,_a4f,_a50){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a4f||[];this.RemovedItems=_a50||[];this.Sender=_a4e;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a51){if(this._End&&_a51>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a51;},GetEnd:function(){return this._End;},SetEnd:function(iEnd){if(iEnd<this._Start){throw new ITHit.Exceptions.ArgumentException("End cant be smaller than start","iEnd");}this._End=iEnd||this._Blob.size;},_Start:0,_End:0,_Blob:null,constructor:function(_a53,_a54,iEnd){this._SetBlob(_a53);this.SetStart(_a54);this.SetEnd(iEnd||_a53.size);},_SetBlob:function(_a56){this._Blob=_a56;this._Start=0;this._End=_a56.size;},IsFullFile:function(){return this._Start===0&&this._End===this._Blob.size;},IsPartFile:function(){return !this.IsFullFile();},GetSlice:function(){if(this.IsFullFile()){return this._Blob;}return this._Blob.slice(this._Start,this.End);},GetFile:function(){return this._Blob;},GetFullSize:function(){return this._Blob.size;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadLocation",null,{constructor:function(_a57,oUrl){this._FolderGenerator=_a57;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a59,_a5a){var _a5b=function(_a5c){delete this._CancellationCallback;_a59.call(_a5a,_a5c);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a5b,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a5d=this._GetAncestorsPaths(this._Url);_a5d.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a5f,_a60){if(!this._CancellationCallback){_a5f.call(_a60);return;}this._CancellationCallback(function(){_a5f.call(_a60);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a61){this._PathMap=_a61;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a63=oUrl.GetRelativePath().split("/");if(_a63.length===0){return [];}if(_a63[_a63.length-1]===""){_a63=_a63.slice(0,-1);}var _a64=[];var path="";for(var i=0;i<_a63.length-1;i++){if(path!==""){path+="/";}path+=_a63[i];_a64.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a64;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a68,oUrl){this._Session=_a68;this.Url=oUrl;},SetProgressDebounce:function(_a6a){this._ReportPeriod=_a6a;},BeginWrite:function(_a6b){this._InitializeRequestContext();var _a6c=null;if(_a6b.IsFolder()){_a6c=this._CreateMKCOLRequest();this._AddCustomHeaders(_a6c);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6c.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a6c=this._CreatePutRequest(_a6b);_a6c.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a6c);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6c.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a6d){this._InitializeRequestContext();var _a6e=null;if(_a6d.IsFolder()){_a6e=this._CreateMKCOLRequest();this._AddCustomHeaders(_a6e);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a6e.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a6e=this._CreatePutRequest(_a6d);_a6e.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a6e);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6e.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a6f){this._InitializeRequestContext();var _a70=this._CreatePutAppendRequest(_a6f);_a70.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a70);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a70.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a71,_a72){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a71,_a72);}},AddListener:function(_a73,_a74,_a75){_a75=_a75||null;this._ValidateEventName(_a73);ITHit.Events.AddListener(this,_a73,_a74,_a75);},RemoveListener:function(_a76,_a77,_a78){_a78=_a78||null;this._ValidateEventName(_a76);ITHit.Events.RemoveListener(this,_a76,_a77,_a78);},_AddCustomHeaders:function(_a79){if(!this.CustomHeaders){return;}var _a7a=[];var _a7b=_a79.Headers.GetAll();this.CustomHeaders.forEach(function(_a7c){if(_a7a.indexOf(_a7c.name)<0&&!_a7b.hasOwnProperty(_a7c.name)){_a79.Headers.Add(_a7c.name,_a7c.value);_a7a.push(_a7c.name);}});},_ValidateEventName:function(_a7d){switch(_a7d){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:case self.EVENT_ON_START:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a7d+"`");}},_InitializeRequestContext:function(){if(this.IsActive()){throw new ITHit.Exceptions("Content write already in progress");}this._RequestContext=this._Session.CreateRequest(this.__className);this._RequestContext.AddListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);},_CreateMKCOLRequest:function(){var _a7e=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a7e.Method("MKCOL");this._SetDefaultHeaders(_a7e);return _a7e;},_OnMKCOLRewriteResponse:function(_a7f){if(this._IsConflictResult(_a7f)){_a7f=this._TransformToSuccess(_a7f);}this._OnResponse(_a7f);},_OnMKCOLRewriteErrorEventHandler:function(_a80){if(_a80.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a81){if(_a81.IsAborted){_a81=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a81.Error);this._RequestContext.MarkAbort();}else{_a81=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a81);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a81);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a82){var _a83=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a83.Method("PUT");if(_a82.GetFile().type){_a83.Headers.Add("Content-Type",_a82.GetFile().type);}_a83.BodyBinary(_a82.GetFile());this._SetDefaultHeaders(_a83);return _a83;},_CreatePutAppendRequest:function(_a84){var _a85=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a85.Method("PUT");if(_a84.GetFile().type){_a85.Headers.Add("Content-Type",_a84.GetFile().type);}if(_a84.IsPartFile()){_a85.Headers.Add("Content-Range",this._GetRangeHeader(_a84));_a85.BodyBinary(_a84.GetSlice());}else{_a85.BodyBinary(_a84.GetFile());}this._SetDefaultHeaders(_a85);return _a85;},_GetRangeHeader:function(_a86){return "bytes "+_a86.GetStart()+"-"+(_a86.GetEnd()-1)+"/"+_a86.GetFullSize();},_TransformToSuccess:function(_a87){return new ITHit.WebDAV.Client.AsyncResult(_a87.Error,true,null);},_IsConflictResult:function(_a88){return _a88.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a89){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a89,Uploader:this}]);},_RaiseOnErrorEvent:function(_a8a){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a8a,Uploader:this}]);},_RaiseOnFinishEvent:function(_a8b){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a8b}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a8c){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a8c.Progress.BytesTotal===_a8c.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a8c.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a8e){this._RaiseOnErrorEvent(_a8e.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a8f){_a8f.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a8f.Headers.Add("X-Requested-With","XMLHttpRequest");},IsActive:function(){return !!this._RequestContext;},_Session:null,_RequestContext:null,_ReportPeriod:1000,_LastReportTime:0},{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_START:"OnStart"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.Generator",null,{constructor:function(_a90){this._Session=_a90;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a92=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a92,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a93){if(_a93.IsAborted){_a92.MarkAbort();}else{_a92.MarkFinish();}this._CallAwaiters(oUrl,_a93);}.bind(this));return _a92;},_RecurrentGenerate:function(_a94,_a95,_a96,_a97){var _a98=null;var _a99=null;var _a9a=function(_a9b,_a9c){if(!!_a98){_a98.AbortAsync(_a9b,_a9c);return;}if(!!_a99){_a99(_a9b,_a9c);}_a9b.call(_a97);};var _a9d=_a95.slice();var _a9e=[];while(_a9d.length>0){var oUrl=_a9d[0];if(!_a94.Has(oUrl)){break;}_a9e.push(oUrl);_a9d.splice(0,1);}if(_a9d.length===0){_a96.call(_a97,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_a9e));return _a9a;}var _aa0=_a9d.shift();if(!this._IsInWork(_aa0)){_a98=this._SendRequest(_aa0);}this._AddAwaiter(_aa0,function(_aa1){if(!_aa1.IsSuccess&&!this._IsConflictResult(_aa1)){_a96.call(_a97,_aa1);return;}_a94.Add(_aa0);_a9e.push(oUrl);_a98=null;_a99=this._RecurrentGenerate(_a94,_a9d,function(_aa2){if(_aa2.IsSuccess||this._IsConflictResult(_aa1)){_aa2.Result.concat(_a9e);_aa2=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_a9e);}_a99=null;_a96.call(_a97,_aa2);return;},this);}.bind(this));return _a9a;},GeneratePathAsync:function(_aa3,oUrl,_aa5,_aa6){var _aa7=this._GetAncestorsPaths(oUrl);if(_aa7.length===0){return _aa5.call(_aa6,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aa3,_aa7,_aa5,_aa6);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _aa9=oUrl.GetRelativePath().split("/");if(_aa9.length===0){return [];}if(_aa9[_aa9.length-1]===""){_aa9=_aa9.slice(0,-1);}var _aaa=[];var path="";for(var i=0;i<_aa9.length-1;i++){if(path!==""){path+="/";}path+=_aa9[i];_aaa.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _aaa;},_IsInWork:function(oUrl){var _aae=this._WorkList.Get(oUrl.toString());return _aae&&(_aae.length>0);},_AddAwaiter:function(oUrl,_ab0){var _ab1=this._WorkList.Get(oUrl.toString());var _ab2=[];if(_ab1){_ab2=_ab2.concat(_ab1);}_ab2.push(_ab0);this._WorkList.Set(oUrl.toString(),_ab2);},_CallAwaiters:function(oUrl,_ab4){var _ab5=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_ab5.forEach(function(_ab6){_ab6(_ab4);});},_IsConflictResult:function(_ab7){if(_ab7.IsSuccess){return false;}if(_ab7.Error&&_ab7.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return true;}return false;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploaderSession",ITHit.WebDAV.Client.WebDavSession,{ExistsFolders:[],GetProgressReportAsync:function(sUrl,_ab9,_aba){var _abb=this.CreateRequest(this.__className+".ReportAsync()");var _abc=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.Report.GoAsync(_abb,sUrl,_abc,null,null,function(_abd){_abb.MarkFinish();_ab9.call(_aba,_abd);});return _abb;},GetProgressReport:function(sUrl){var _abf=this.CreateRequest(this.__className+".Report()");var _ac0=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);var _ac1=ITHit.WebDAV.Client.Methods.Report.Go(_abf,sUrl,_ac0,null,null);_abf.MarkFinish();return _ac1;},CancelUploadAsync:function(sUrl,_ac3){var _ac4=this.CreateRequest(this.__className+".CancelUpload()");var _ac5=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac4,sUrl,[],_ac5,function(_ac6){_ac4.MarkFinish();var _ac7=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac6.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ac7=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}else{if(!_ac6.IsSuccess){_ac7=new ITHit.WebDAV.Client.AsyncResult(_ac6.IsSuccess,_ac6.IsSuccess,_ac6.Error);}}_ac3(_ac7);});return _ac4;},CheckExistsAsync:function(sUrl,_ac9,_aca){_ac9=_ac9||function(){};return this.OpenItemAsync(ITHit.WebDAV.Client.Encoder.Encode(sUrl),[],function(_acb){var _acc=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_acb.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_acc=new ITHit.WebDAV.Client.AsyncResult(false,true,null);}else{if(!_acb.IsSuccess){_acc=new ITHit.WebDAV.Client.AsyncResult(_acb.IsSuccess,_acb.IsSuccess,_acb.Error);}}_ac9.call(_aca,_acc);});},DeleteAsync:function(_acd,_ace,_acf){_ace=_ace||null;var _ad0=ITHit.WebDAV.Client.HierarchyItem.GetHost(_acd);var _ad1=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_ad1,_acd,_ace,_ad0,function(_ad2){if(!_ad2.IsSuccess&&_ad2.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad2=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_ad1.MarkFinish();_acf(_ad2);});return _ad1;},CreateFolderRangeAsync:function(_ad3,_ad4,_ad5,_ad6){_ad4=_ad4||null;_ad5=_ad5||ITHit.Utils.NoOp;var _ad7=_ad3.length;var _ad8=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_ad7);this._PerformCreateFolderRangeMethodAsync(_ad8,_ad3,_ad4,function(_ad9){_ad8.MarkFinish();_ad5.call(_ad6,_ad9);});return _ad8;},_PerformCreateFolderRangeMethodAsync:function(_ada,_adb,_adc,_add,_ade){_add=_add||ITHit.Utils.NoOp;_adb=_adb.slice();var _adf=_adb.unshift();var _ae0=ITHit.WebDAV.Client.Encoder.Encode(_adf.GetHref());var _ae1=ITHit.WebDAV.Client.Encoder.Encode(_adf.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_ada,_ae0,_adc,_ae1,function(_ae2){if(_ae2.IsSuccess||_ae2.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ae2=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_adf]);}if(_adb.length>0&&_ae2.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_ada,_adb,_adc,function(_ae3){if(_ae3.IsSuccess){_ae3.Result.push(_adf);}_add.call(_ade,_ae3);return;},this);}else{_add.call(_ade,_ae2);return;}});},CreateUploadLocation:function(oUrl){return new ITHit.WebDAV.Client.Upload.UploadLocation(this.GetPathGenerator(),oUrl);},CreateContentWriter:function(oUrl){return new ITHit.WebDAV.Client.Upload.ContentWriter(this,oUrl);},GetPathGenerator:function(){if(!this._PathGenerator){this._PathGenerator=new ITHit.WebDAV.Client.Upload.Path.Generator(this);}return this._PathGenerator;},_PathGenerator:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext",null,{_RoundsCount:0,_IsActive:true,_Handler:null,_EndHandler:null,_RepeatTime:0,constructor:function(_ae6,_ae7,_ae8,_ae9){this._RoundsCount=_ae6;this._Handler=_ae8;this._EndHandler=_ae9;this._IsActive=!!_ae6;this._RepeatTime=_ae7;},Stop:function(_aea){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_aea);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_aeb){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_aeb);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_aec){this._Action=_aec;},RunAsync:function(_aed,_aee,_aef){var _af0=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_aed,_aee,this._Action,_aef);_af0._RunRound();}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadError",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Error:null,Skip:function(){if(this._IsHandled){return;}this._SkipRetry(this.Items);},Retry:function(){if(this._IsHandled){return;}this._Retry(this.Items);},constructor:function(_af2,_af3,_af4){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_af3;this._super(_af2,_af4);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af5){return {Action:"skip",Error:_af5};},GetRetryResult:function(_af6){return {Action:"retry",Error:_af6};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_af7,_af8){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_af8;this.Sender=_af7;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_af9){},OnLeave:function(_afa){},StartUploadAsync:function(_afb,_afc){_afc();},PauseUpload:function(_afd,_afe){_afe();},AbortUpload:function(_aff,_b00,_b01,_b02){_b02();},Skip:function(_b03){},OnUploadLocationPrepared:function(_b04,_b05){},OnUploadProgressPrepared:function(_b06,_b07){},OnContentCompleted:function(_b08,_b09){},OnRetryResult:function(_b0a,_b0b){},_CompletePauseAsync:function(_b0c,_b0d,_b0e){if(_b0c.IsRetrySchedule){_b0c.IsRetrySchedule=false;}_b0c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b0d.call(_b0e);},_StartPauseAsync:function(_b0f,_b10){_b0f._ProgressTracker.StopTracking();_b0f.CancelAllRequests(function(){if(_b0f.IsContentSend){_b0f.SyncProgressWithServerAsync(function(_b11){this._CompletePauseAsync(_b0f,_b10);},this);return;}this._CompletePauseAsync(_b0f,_b10);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CompletedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Completed;},OnEnter:function(_b12){_b12.GetProgressTracker().StopTracking();_b12.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b13,_b14){_b13.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b13,_b14);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.SkippedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Skipped;},StartUploadAsync:function(_b15,_b16){_b15.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b15,_b16);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.QueuedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Queued;},StartUploadAsync:function(_b17,_b18){_b17.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b17,_b18);},Skip:function(_b19){_b19.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b1a,_b1b){this._StartPauseAsync(_b1a,_b1b);},AbortUpload:function(_b1c,_b1d,_b1e,_b1f){_b1c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b1c,_b1d,_b1e,_b1f);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CanceledState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Canceled;},OnEnter:function(_b20){_b20.GetProgressTracker().StopTracking();_b20.GetProgressTracker().Reset();},StartUploadAsync:function(_b21,_b22){_b21.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b21,_b22);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.UploadingState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Uploading;},OnEnter:function(_b23){_b23.PrepareUploadLocation();},PauseUpload:function(_b24,_b25){this._StartPauseAsync(_b24,_b25);},AbortUpload:function(_b26,_b27,_b28,_b29){_b26.CancelAllRequests(function(){_b26.GetProgressTracker().StopTracking();_b26.CancelAndDeleteAsync(_b27,_b28,function(_b2a){if(_b2a.IsSuccess){_b26.GetProgressTracker().Reset();_b26.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b26.AddError(_b2a.Error);_b26.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b29();},this);},this);},OnContentCompleted:function(_b2b,_b2c){var _b2d=_b2c.Result;if(_b2d.IsAborted){return;}if(_b2d.IsSuccess){_b2b.GetProgressTracker().SetCompleted();_b2b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b2b,_b2d);},_HandleError:function(_b2e,_b2f){_b2e.AddError(_b2f.Error);_b2e.BeginRetry(_b2f.Error);},OnRetryResult:function(_b30,_b31){if(_b31.Action==="skip"){_b30.AddError(_b31.Error);_b30.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b30.IsContentSend){_b30.SyncProgressWithServerAsync(function(_b32){if(_b32.Error){this._HandleError(_b31.Error);}else{this.OnEnter(_b30);}},this);return;}this.OnEnter(_b30);},OnUploadLocationPrepared:function(_b33,_b34){if(_b34.IsAborted){return;}if(!_b34.IsSuccess){this._HandleError(_b33,_b34);return;}_b33._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b35){if(_b35.IsContentSend){_b35.PrepareProgress();return;}this._super(_b35);},OnUploadProgressPrepared:function(_b36,_b37){if(_b37.IsAborted){return;}if(!_b37.IsSuccess){this._HandleError(_b36,_b37);return;}if(_b36.GetProgressTracker().IsCompleted()){_b36.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b36._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.PausedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Paused;},OnEnter:function(_b38){_b38.GetProgressTracker().StopTracking();_b38.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b39,_b3a){_b39.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b39,_b3a);},AbortUpload:function(_b3b,_b3c,_b3d,_b3e){if(_b3b.IsContentSend){_b3b.CancelAndDeleteAsync(_b3c,_b3d,function(_b3f){if(_b3f.IsSuccess){_b3b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3b.AddError(_b3f.Error);_b3b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b3e();},this);}else{_b3b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b3e();}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.FailedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Failed;},OnEnter:function(_b40){_b40.GetProgressTracker().StopTracking();_b40.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b41,_b42){_b41.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b41,_b42);},AbortUpload:function(_b43,_b44,_b45,_b46){if(_b43.IsContentSend){_b43.CancelAndDeleteAsync(_b44,_b45,function(_b47){if(_b47.IsSuccess){_b43.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b43.AddError(_b47.Error);_b43.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b46();},this);}else{_b43.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b46();}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Settings",null,{ConcurrentUploads:2,State:ITHit.WebDAV.Client.Upload.State.Queued,DeleteOnCancel:true});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.Factory",null,{},{GetUploadingState:function(){if(!self._UploadingState){self._UploadingState=new ITHit.WebDAV.Client.Upload.States.UploadingState();}return self._UploadingState;},GetSkippedState:function(){if(!self._SkippedState){self._SkippedState=new ITHit.WebDAV.Client.Upload.States.SkippedState();}return self._SkippedState;},GetQueuedState:function(){if(!self._QueuedState){self._QueuedState=new ITHit.WebDAV.Client.Upload.States.QueuedState();}return self._QueuedState;},GetPausedState:function(){if(!self._PausedState){self._PausedState=new ITHit.WebDAV.Client.Upload.States.PausedState();}return self._PausedState;},GetFailedState:function(){if(!self._FailedState){self._FailedState=new ITHit.WebDAV.Client.Upload.States.FailedState();}return self._FailedState;},GetCompletedState:function(){if(!self._CompletedState){self._CompletedState=new ITHit.WebDAV.Client.Upload.States.CompletedState();}return self._CompletedState;},GetCanceledState:function(){if(!self._CanceledState){self._CanceledState=new ITHit.WebDAV.Client.Upload.States.CanceledState();}return self._CanceledState;},GetResumeState:function(){if(!self._ResumeState){self._ResumeState=new ITHit.WebDAV.Client.Upload.States.ResumeState();}return self._ResumeState;},GetState:function(_b49){switch(_b49){case ITHit.WebDAV.Client.Upload.State.Canceled:return self.GetCanceledState();case ITHit.WebDAV.Client.Upload.State.Completed:return self.GetCompletedState();case ITHit.WebDAV.Client.Upload.State.Failed:return self.GetFailedState();case ITHit.WebDAV.Client.Upload.State.Paused:return self.GetPausedState();case ITHit.WebDAV.Client.Upload.State.Queued:return self.GetQueuedState();case ITHit.WebDAV.Client.Upload.State.Skipped:return self.GetSkippedState();case ITHit.WebDAV.Client.Upload.State.Uploading:return self.GetUploadingState();default:throw new ITHit.Exceptions.ArgumentException(null,"oState");}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ItemSettings",null,{ForceRewrite:false,AlwaysRewriteFolders:true,IgnoreCancelErrors:false,DeleteOnCancel:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ServerItem",null,{constructor:function(_b4a,oUrl){this._Session=_b4a;this._Url=oUrl;},GetProgressAsync:function(_b4c,_b4d){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b4e){if(_b4e.IsSuccess&&_b4e.Result[0]){var _b4f=_b4e.Result[0];_b4c.call(_b4d,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b4f));return;}_b4c.call(_b4d,_b4e);},this);},CancelUploadAsync:function(_b50,_b51){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b52){_b50.call(_b51,_b52);});},DeleteAsync:function(_b53,_b54,_b55,_b56){var that=this;var _b58=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b59){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b5a){if(_b5a.IsSuccess){_b59.Stop(_b5a);}else{_b59.EndRound(_b5a);}});});_b58.RunAsync(_b53,_b54,function(_b5b){_b55.call(_b56,_b5b);});},CancelAndDeleteAsync:function(_b5c,_b5d,_b5e,_b5f){this.CancelUploadAsync(function(_b60){if(!_b60.IsSuccess){return _b5e.call(_b5f,_b60);}this.DeleteAsync(_b5c,_b5d,_b5e,_b5f);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b61,_b62,_b63,oUrl,_b65){this.FSEntry=_b63;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b65.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b61;this._UploadItem=_b62;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b65.State);this.Errors=[];this.UploadLocation=_b61.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b61,this.Url);this.ContentWriter=_b61.CreateContentWriter(this.Url);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_PROGRESS,this.OnRequestProgressEventHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_FINISH,this._LoadHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_START,this._StartLoadHandler,this);this._ProgressTracker.OnProgressChanged(this._SetProgress,this);},StartUploadAsync:function(_b66){this._BeginStateChange();this._State.StartUploadAsync(this,_b66);},PauseUpload:function(_b67){this._BeginStateChange();this._State.PauseUpload(this,_b67);},AbortUpload:function(_b68,_b69,_b6a){this._BeginStateChange();_b6a=_b6a||function(){};this._State.AbortUpload(this,_b68,_b69,_b6a);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b6b,_b6c,_b6d){this._ValidateEventName(_b6b);_b6d=_b6d||null;ITHit.Events.AddListener(this,_b6b,_b6c,_b6d);},RemoveListener:function(_b6e,_b6f,_b70){this._ValidateEventName(_b6e);_b70=_b70||null;ITHit.Events.RemoveListener(this,_b6e,_b6f,_b70);},_ValidateEventName:function(_b71){switch(_b71){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_b71+"`");}},CheckRetryAsync:function(_b72,_b73,_b74){var _b75=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b72,function(_b76){if(!this.IsRetrySchedule){return;}_b73.call(_b74,_b76);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b75.Name)===0)){_b73.call(_b74,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b72));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b75);}ITHit.Events.DispatchEvent(this._UploadItem,_b75.Name,_b75);},Errors:null,LastError:null,AddError:function(_b77){this.AddErrorSilent(_b77);this._RiseOnErrorEvent(_b77);},AddErrorSilent:function(_b78){this.LastError=_b78;this.Errors.push(_b78);},SetFailed:function(_b79){var _b7a=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b79);this.SetState(_b7a);},_RiseOnErrorEvent:function(_b7b){var _b7c=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b7b);ITHit.Events.DispatchEvent(this,_b7c.Name,_b7c);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b7d){if(_b7d.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b7d);},_StartLoadHandler:function(_b7e){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b7f){this.GetProgressTracker().UpdateBytes(_b7f.Progress.BytesLoaded,_b7f.Progress.TotalBytes);},_SendContent:function(){this._ProgressTracker.StartTracking();if(this.Settings&&this.Settings.CustomHeaders){this.ContentWriter.CustomHeaders=this.Settings.CustomHeaders;}if(this.FSEntry.IsFolder()){if(this.Settings.ForceRewrite||this.Settings.AlwaysRewriteFolders){this.ContentWriter.BeginRewrite(this.FSEntry);}else{this.ContentWriter.BeginWrite(this.FSEntry);}}else{var _b80=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b80.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b80.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b80);}},SyncProgressWithServerAsync:function(_b81,_b82){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b83){if(!_b83.IsSuccess){_b81.call(_b82,_b83);return;}if(_b83.Result===true){this._ProgressTracker.SetCompleted();_b81.call(_b82,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b81.call(_b82,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b84){if(_b84.IsSuccess){this._ProgressTracker.SyncProgress(_b84.Result);_b81.call(_b82,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b84.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b81.call(_b82,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b81.call(_b82,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b84.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b85){if(_b85.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b85);},CancelAllRequests:function(_b86,_b87){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b86,_b87);},this);},this);},_CancelLocationCreateAsync:function(_b88,_b89){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b88.call(_b89);},this);}else{_b88.call(_b89);}},_CancelContentSendingAsync:function(_b8a,_b8b){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b8a.call(_b8b);},this);}else{_b8a.call(_b8b);}},_CancelProgressAsync:function(_b8c,_b8d){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b8c.call(_b8d);},this);}else{_b8c.call(_b8d);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b8e){this.IsProgressSyncInProgress=false;if(_b8e.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b8e);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b8f){var _b90=this._State;this._State.OnLeave(this);this._State=_b8f;this._State.OnEnter(this);var _b91=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b90.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b91.Name,_b91);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b92){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b92,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b93){this._State.OnRetryResult(this,_b93);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b94,_b95,_b96,_b97){this.ServerItem.CancelUploadAsync(function(_b98){if(!this.Settings.DeleteOnCancel){_b96.call(_b97,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b94,_b95,function(_b99){if(!_b99.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b96.call(_b97,_b98);}this.IsContentSend=false;_b96.call(_b97,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b9a){var _b9b=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b9a.OldProgress,_b9a.NewProgress);ITHit.Events.DispatchEvent(this,_b9b.Name,_b9b);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_b9c){if(this._IsHandled){return;}this._Skip(_b9c);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_b9d){if(this._IsHandled){return;}this._Overwrite(_b9d);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_b9e){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_b9e});},constructor:function(_b9f,_ba0,_ba1){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_ba0||[];this._super(_b9f,_ba1);},_Overwrite:function(_ba2){var _ba3=this._CreateResult([],_ba2);this._Handle(_ba3);},_Skip:function(_ba4){var _ba5=this._CreateResult(_ba4,[]);this._Handle(_ba5);},_CreateResult:function(_ba6,_ba7){return {Skip:_ba6||[],Overwrite:_ba7||[],Original:this.Items};},_Handle:function(_ba8){_ba8=_ba8||this._CreateResult();this._super(_ba8);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_ba9,_baa,_bab,_bac){var _bad=[];var _bae=0;if(_ba9.length===0){setTimeout(_bab.apply(_bac,_ba9));}for(var i=0;i<_ba9.length;i++){_baa.apply(_bac,[_ba9[i],i,_ba9,ITHit.Utils.MakeScopeClosure(this,function(i,_bb1){_bad[i]=_bb1;_bae++;if(_bae===_ba9.length){setTimeout(_bab.call(_bac,_bad));}},i)]);}},DistinctBy:function(_bb2,_bb3,_bb4){var map=Object.create(null);_bb3=_bb3||Object.prototype.toString;for(var i=0;i<_bb2.length;i++){var _bb7=_bb3.call(_bb4,_bb2[i]).toString();if(!map[_bb7]){map[_bb7]=_bb2[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bb9,_bba){if(!_bba){return [_bb9.shift()];}var _bbb=(_bb9.length>_bba)?_bba:_bb9.length;var _bbc=[];for(var i=0;i<_bbb;i++){_bbc.push(_bb9.shift());}return _bbc;},Remove:function(_bbe,_bbf){var _bc0=_bbe.indexOf(_bbf);if(_bc0>-1){_bbe.splice(_bc0,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bc1){this._ParallelUploads=_bc1||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bc2){_bc2.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc3){this._AddToQueue(_bc3);this._StartUploads();},Remove:function(_bc4){_bc4.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc4);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc4);this._StartUploads();},Reserve:function(_bc5){_bc5=_bc5||1;this._Reserve+=_bc5;},Release:function(_bc6){_bc6=_bc6||1;this._Reserve-=_bc6;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bc7=this.GetBusy();if(_bc7>=this._ParallelUploads){return 0;}else{if(_bc7===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bc7)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bc8){if(_bc8.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bc8.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bc9=this.GetFree();if(_bc9<=0){return;}var _bca=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bc9);if(_bca.length<1){return;}this.Reserve(_bca.length);_bca.forEach(this._StartSingle,this);},_StartSingle:function(_bcb){this._Active.push(_bcb);_bcb.StartAsync();this.Release();},_AddToQueue:function(_bcc){this._QueueArray.push(_bcc);_bcc.AddListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);},_Reserve:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Queue",null,{Uploader:null,_UnderlyingArray:null,_Session:null,_AutoUploader:null,constructor:function(_bcd){this.Uploader=_bcd;this._Session=new ITHit.WebDAV.Client.Upload.UploaderSession();this._UnderlyingArray=[];this._GroupManager=new ITHit.WebDAV.Client.Upload.Groups.GroupManager();this._AutoUploader=new ITHit.WebDAV.Client.Upload.AutoUploader(this.Uploader.Settings.ConcurrentUploads);},ShouldReplaceDuplicate:function(_bce){var _bcf=this.GetByUrl(_bce.GetUrl());var _bd0=_bcf.GetState();return !(_bd0===ITHit.WebDAV.Client.Upload.State.Uploading||_bd0===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bd2,_bd3){var _bd4=[];for(var i=0;i<_bd2.length;i++){var _bd6=_bd2[i];var _bd7=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bd6,_bd3,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bd7.GetUrl())){if(this.ShouldReplaceDuplicate(_bd7)){this.RemoveByUrl(_bd7.GetUrl());}else{continue;}}_bd4.push(_bd7);}this._DispatchOnUploadItemsCreatedAsync(_bd4,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bd8){var sUrl=_bd8.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bd8);var _bda=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bd8]);ITHit.Events.DispatchEvent(this,_bda.Name,[_bda]);this._AutoUploader.Add(_bd8);},AddRange:function(_bdb){for(var i=0;i<_bdb.length;i++){var _bdd=_bdb[i];var sUrl=_bdd.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_bdd);}this._GroupManager.CreateGroup(_bdb);this._OnQueueChanged(_bdb,null);var _bdf=_bdb.filter(function(_be0){return _be0.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_bdf);},Restart:function(_be1){for(var i=0;i<_be1.length;i++){if(!this.HasUrl(_be1[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_be1);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be4){return _be4.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _be7=this.GetByUrl(sUrl);if(!_be7){return;}var _be8=_be7.GetState();if(_be8===ITHit.WebDAV.Client.Upload.State.Uploading||_be8===ITHit.WebDAV.Client.Upload.State.Paused){_be7.Abort();}var _be9=ITHit.Utils.IndexOf(this._UnderlyingArray,_be7);this._UnderlyingArray.splice(_be9,1);this._OnQueueChanged(null,[_be7]);this._AutoUploader.Remove(_be7);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_bea,_beb){var _bec=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_bea,_beb);ITHit.Events.DispatchEvent(this,_bec.Name,[_bec]);},_DispatchOnUploadItemsCreatedAsync:function(_bed,_bee){var _bef=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bed.slice(),_bee);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bef.Name)===0)){_bef.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bef);}ITHit.Events.DispatchEvent(this,_bef.Name,_bef);},AddListener:function(_bf0,_bf1,_bf2){_bf2=_bf2||null;switch(_bf0){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bf0,_bf1,_bf2);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bf0+"`");}},RemoveListener:function(_bf3,_bf4,_bf5){ITHit.Events.RemoveListener(this,_bf3,_bf4,_bf5);},_OnUploadItemsCreatedAsyncDispatched:function(_bf6){if(_bf6.Upload){this.AddRange(_bf6.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bf6);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bf7){var _bf8=this._FilterSkippedItems(_bf7);var _bf9=this._CreateUrlUploadItemMap(_bf7.Overwrite);_bf8.forEach(function(_bfa){if(_bf9.Has(_bfa.GetUrl())){_bfa.SetOverwrite(true);}});this.AddRange(_bf8);},_FilterSkippedItems:function(_bfb){var _bfc=this._CreateUrlUploadItemMap(_bfb.Skip);return _bfb.Original.filter(function(_bfd){return !_bfc.Has(_bfd.GetUrl());});},_CreateUrlUploadItemMap:function(_bfe){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_bfe.forEach(function(_c00){oMap.Set(_c00.GetUrl(),_c00);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _c01=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c02){this._Uploader=_c02;this._UnderlyingSet={};},AddById:function(_c03){var _c04=this.GetById(_c03);if(_c04){return _c04;}var _c05=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c03);this._UnderlyingSet[_c03]=_c05;this._RaiseOnCollectionChanged([_c05],[]);return _c05;},GetById:function(_c06){return this._UnderlyingSet[_c06];},RemoveById:function(_c07){var _c08=this.GetById(_c07);if(_c08){delete this._UnderlyingSet[_c07];this._RaiseOnCollectionChanged([],[_c08]);}},AddListener:function(_c09,_c0a,_c0b){_c0b=_c0b||null;this._CheckEventNameOtThrow(_c09);ITHit.Events.AddListener(this,_c09,_c0a,_c0b);},RemoveListener:function(_c0c,_c0d,_c0e){_c0e=_c0e||null;this._CheckEventNameOtThrow(_c0c);ITHit.Events.RemoveListener(this,_c0c,_c0d,_c0e);},_CheckEventNameOtThrow:function(_c0f){if(_c0f!==_c01.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c0f);}},_RaiseOnCollectionChanged:function(_c10,_c11){ITHit.Events.DispatchEvent(this,_c01.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c10||[],RemovedItems:_c11||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c12=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingArray:null,Uploader:null,constructor:function(_c13){this._UnderlyingArray=[];this._Uploader=_c13;},AddById:function(_c14){var _c15=new ITHit.WebDAV.Client.Upload.Controls.Input(_c14);this._UnderlyingArray[_c14]=_c15;this._RaiseOnCollectionChanged([_c15],[]);return _c15;},GetById:function(_c16){return this._UnderlyingArray[_c16];},RemoveById:function(_c17){var _c18=this.GetById(_c17);if(_c18){delete this._UnderlyingArray[_c17];this._RaiseOnCollectionChanged([],[_c18]);}},AddListener:function(_c19,_c1a,_c1b){_c1b=_c1b||null;this._CheckEventNameOtThrow(_c19);ITHit.Events.AddListener(this,_c19,_c1a,_c1b);},RemoveListener:function(_c1c,_c1d,_c1e){_c1e=_c1e||null;this._CheckEventNameOtThrow(_c1c);ITHit.Events.RemoveListener(this,_c1c,_c1d,_c1e);},_CheckEventNameOtThrow:function(_c1f){if(_c1f!==_c12.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c1f);}},_RaiseOnCollectionChanged:function(_c20,_c21){ITHit.Events.DispatchEvent(this,_c12.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c20||[],RemovedItems:_c21||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Uploader",null,{DropZones:null,Inputs:null,Queue:null,Settings:null,_UploadProvider:null,constructor:function(){this.Inputs=new ITHit.WebDAV.Client.Upload.InputCollection(this);this.Inputs.AddListener(ITHit.WebDAV.Client.Upload.InputCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.DropZones=new ITHit.WebDAV.Client.Upload.DropZoneCollection(this);this.DropZones.AddListener(ITHit.WebDAV.Client.Upload.DropZoneCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.Settings=new ITHit.WebDAV.Client.Upload.Settings();this.Queue=new ITHit.WebDAV.Client.Upload.Queue(this);},SetUploadUrl:function(sUrl){this._UploadUrl=sUrl;},GetUploadUrl:function(){return this._UploadUrl;},_OnControlCollectionChangedEventHandler:function(_c23){_c23.AddedItems.forEach(function(_c24){_c24.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c23.RemovedItems.forEach(function(_c25){_c25.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c26){this.Queue.AddGroup(this._UploadUrl,_c26.AsyncResult.Result,_c26.Source);}});})();ITHit.Temp={};
87
+ (function(){ITHit.DefineClass("ITHit.Environment",null,{__static:{OS:ITHit.DetectOS.OS}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.LoggerException=function(_102,_103){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_102,_103);};ITHit.Extend(ITHit.oNS.LoggerException,ITHit.Exception);ITHit.oNS.LoggerException.prototype.Name="LoggerException";ITHit.DefineClass("ITHit.LogLevel",null,{},{All:32,Debug:16,Info:8,Warn:4,Error:2,Fatal:1,Off:0});(function(){var _104={};var _105={};var _106={};for(var _107 in ITHit.LogLevel){_104[ITHit.LogLevel[_107]]=[];_106[ITHit.LogLevel[_107]]=[];}var _108=function(_109,_10a,iTo,_10c){for(var _10d in ITHit.LogLevel){if(ITHit.LogLevel[_10d]>iTo){continue;}if(!ITHit.LogLevel[_10d]||(_10a>=ITHit.LogLevel[_10d])){continue;}if(_109){_106[ITHit.LogLevel[_10d]].push(_10c);}else{for(var i=0;i<_106[ITHit.LogLevel[_10d]].length;i++){if(_106[ITHit.LogLevel[_10d]][i]==_10c){_106[ITHit.LogLevel[_10d]].splice(i,1);}}}}};_108.add=function(iTo,_110){_108.increase(ITHit.LogLevel.Off,iTo,_110);};_108.del=function(iTo,_112){_108.decrease(ITHit.LogLevel.Off,iTo,_112);};_108.increase=function(_113,iTo,_115){_108(true,_113,iTo,_115);};_108.decrease=function(_116,iTo,_118){_108(false,_116,iTo,_118);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_119,_11a){if(_11a==ITHit.LogLevel.Off){this.RemoveListener();}var _11b=0;var _11c=0;outer:for(var _11d in _104){for(var i=0;i<_104[_11d].length;i++){if(_104[_11d][i]==_119){_11b=_11d;_11c=i;break outer;}}}if(!_11b){_104[_11a].push(_119);_108.add(_11a,_119);}else{if(_11a!=_11b){_104[_11b].splice(_11c,1);_104[_11a].push(_119);if(_11a>_11b){_108.increase(_11b,_11a,_119);}else{_108.decrease(_11a,_11b,_119);}}}},RemoveListener:function(_11f){outer:for(var _120 in _104){for(var i=0;i<_104[_120].length;i++){if(_104[_120][i]==_11f){_104[_120].splice(i,1);_108.del(_120,_11f);break outer;}}}return true;},SetLogLevel:function(_122,_123){return this.AddListener(_122,_123,true);},GetLogLevel:function(_124){for(var _125 in _104){for(var i=0;i<_104[_125].length;i++){if(_104[_125][i]==_124){return _125;}}}return false;},GetListenersForLogLevel:function(_127){return _106[_127];},GetCount:function(_128){return _106[_128].length;},WriteResponse:function(_129){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_129 instanceof HttpWebResponse){sStr+="\n"+_129.StatusCode+" "+_129.StatusDescription+"\n";}sStr+=_129.ResponseUri+"\n";for(var _12b in _129.Headers){sStr+=_12b+": "+_129.Headers[_12b]+"\n";}sStr+=_129.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12c,_12d){_12d=("undefined"==typeof _12d)?ITHit.LogLevel.Info:parseInt(_12d);if(ITHit.Logger.GetCount(_12d)){var _12e=this.GetListenersForLogLevel(_12d);var _12c=String(_12c).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12e.length;i++){try{_12e[i](_12c,ITHit.LogLevel.Info);}catch(e){if(!_12e[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12e[i]+"\"",e);}else{throw new ITHit.Exceptions.LoggerException("Message could'not be logged.",e);}}}}},StartLogging:function(){},FinishLogging:function(){},StartRequest:function(){},FinishRequest:function(){}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.PhraseException=function(_130,_131){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_130,_131);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _132={};var _133=function(_134){this._arguments=_134;};_133.prototype.Replace=function(_135){var _136=_135.substr(1,_135.length-2);return ("undefined"!=typeof this._arguments[_136])?this._arguments[_136]:_135;};var _137=function(_138){this._phrase=_138;};_137.prototype.toString=function(){return this._phrase;};_137.prototype.Paste=function(){var _139=this._phrase;if(/\{\d+?\}/.test(_139)){var _13a=new _133(arguments);_139=_139.replace(/\{(\d+?)\}/g,function(args){return _13a.Replace(args);});}return _139;};var _13c=function(){};_13c.prototype.LoadJSON=function(_13d,_13e){var _13f=ITHit.Utils;if(_13e&&!_13f.IsString(_13e)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _140=this;if(_13e){_140=ITHit.Declare(_13e);}try{var _141=_13d;if(_13f.IsString(_141)){_141=eval("("+_13d+")");}this._AddPhrases(_141,_140);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13c.prototype.LoadLocalizedJSON=function(_142,_143,_144){var _145=ITHit.Utils,_146=_145.IsUndefined,_147=_145.IsObject;if(!_142||!_145.IsObjectStrict(_142)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_143&&!_145.IsObjectStrict(_143)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _148;if(_143){_148={};this._MergePhrases(_148,_143);this._MergePhrases(_148,_142);}else{_148=_142;}this.LoadJSON(_148,_144);};_13c.prototype._MergePhrases=function(dest,_14a){var _14b=ITHit.Utils,_14c=_14b.IsUndefined,_14d=_14b.IsObject;for(var prop in _14a){if(!_14a.hasOwnProperty(prop)){continue;}if(_14c(dest[prop])){dest[prop]=_14a[prop];}else{if(_14d(dest[prop])){this._MergePhrases(dest[prop],_14a[prop]);}}}};_13c.prototype._AddPhrases=function(_14f,_150){_150=_150||this;for(var _151 in _14f){if(("object"!=typeof _14f[_151])||!(_14f[_151] instanceof Object)){switch(_151){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_151+"\" is reserved word.");break;}_150[_151]=new _137(_14f[_151]);}else{this._AddPhrases(_14f[_151],_150[_151]?_150[_151]:(_150[_151]={}));}}};return new _13c();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_152,_153){ITHit.Exceptions.XPathException.baseConstructor.call(this,_152,_153);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_154,_155,_156,_157,_158){if(("string"!=typeof _154)&&!(_154 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_155 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_156&&!(_156 instanceof ITHit.XPath.resolver)){throw new ITHit.Exceptions.XPathException("Namespace resolver was expected to be an ITHit.XPath.resolver object in ITHit.XPath.evaluate.");}if(_157&&!(_157 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_156=_156||null;_157=_157||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _159=_155._get();var _15a=_159.ownerDocument||_159;if(_157){_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_157._res);return;}var oRes=new ITHit.XPath.result(_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_158){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _159=_155._get();var _15c=false;try{_159.getProperty("SelectionNamespaces");_15c=true;}catch(e){}var _15d=false;if(3==ITHit.XMLDoc._version){var sXml=_159.xml.replace(/^\s+|\s+$/g,"");var _15f="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _160="cutted";if(-1!=sXml.indexOf(_15f)||true){var _161=sXml.replace(_15f,_160);var _162=new ITHit.XMLDoc();_162.load(_161);if(_156){var oNs=_156.getAll();for(var _164 in oNs){if(_15f==oNs[_164]){oNs.add(_164,_160);break;}}}_159=_162._get();_15c=true;_15d=true;}}if(_15c&&_156&&_156.length()){var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15d){_159=_159.documentElement;}try{if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15c&&(-2147467259==e.number)&&_156&&_156.length()){var sEl=new ITHit.XMLDoc(_159).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_159=oEl._get();var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));_159=_159.documentElement;if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_154+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_16a,_16b,_16c){return ITHit.XPath.evaluate(_16a,_16b,_16c,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16d,sNs){this._ns[_16d]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16f){delete this._ns[_16f];this._length--;};ITHit.XPath.resolver.prototype.get=function(_170){return this._ns[_170]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _172 in this._ns){oOut[_172]=this._ns[_172];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_173){this._res=_173;this._i=0;this.length=_173.length?_173.length:_173.snapshotLength;};ITHit.XPath.result.ANY_TYPE=0;ITHit.XPath.result.NUMBER_TYPE=1;ITHit.XPath.result.STRING_TYPE=2;ITHit.XPath.result.BOOLEAN_TYPE=3;ITHit.XPath.result.UNORDERED_NODE_ITERATOR_TYPE=4;ITHit.XPath.result.ORDERED_NODE_ITERATOR_TYPE=5;ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE=6;ITHit.XPath.result.ORDERED_NODE_SNAPSHOT_TYPE=7;ITHit.XPath.result.ANY_UNORDERED_NODE_TYPE=8;ITHit.XPath.result.FIRST_ORDERED_NODE_TYPE=9;ITHit.XPath.result.prototype.iterateNext=function(_174){var mOut;if(!_174){if(!this._res.snapshotItem){try{mOut=this._res[this._i++];}catch(e){return null;}}else{mOut=this._res.snapshotItem(this._i++);}}else{mOut=this._res[_174];}if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}};ITHit.XPath.result.prototype.snapshotItem=ITHit.XPath.result.prototype.iterateNext;ITHit.XPath.result.prototype.type=function(){return this._res.resultType;};ITHit.XPath.result.prototype._get=function(){return this._res;};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XMLDocException=function(_176,_177){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_176,_177);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _178;var _179=1;var _17a=2;var _17b=3;var _17c=4;var _17d=5;var _17e=6;var _17f=7;var _180=8;var _181=9;var _182=10;var _183=11;var _184=12;var _185=function(_186){this._xml=null;this._encoding=null;if(null!==_186){if(!_186||("object"!=typeof _186)){if(undefined!==window.ActiveXObject){if(_178){this._xml=new window.ActiveXObject(_178);}else{var _187=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _188=[6,4,3];for(var i=0;i<_187.length;i++){try{this._xml=new window.ActiveXObject(_187[i]);_185._version=_188[i];_178=_187[i];break;}catch(e){if(3==_188[i]){throw new ITHit.Exception("XML component is not supported.");}}}}}else{if(document.implementation&&document.implementation.createDocument){this._xml=document.implementation.createDocument("","",null);}}if(undefined===this._xml){throw new ITHit.Exceptions.XMLDocException("XML support for current browser is not implemented.");}this._xml.async=false;}else{this._xml=_186;}}else{this._xml=null;return null;}};_185._version=0;_185.prototype.contentEncoding=function(_18a){if(undefined!==_18a){this._encoding=_18a;}return this._encoding;};_185.prototype.load=function(_18b){if(!ITHit.Utils.IsString(_18b)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_18b){return new _185();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_185._version){_18b=_18b.replace(/<\?.*\?>/,"");this._xml.loadXML(_18b);}else{var _18d=new _185();if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18d.load(_18b);this._xml=_18d._get();}}catch(e){var _18e=e;}}else{if(document.implementation.createDocument){try{var _18f=new DOMParser();oDoc=_18f.parseFromString(_18b,"text/xml");this._xml=oDoc;}catch(e){var _18e=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18e){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18e);}};_185.prototype.appendChild=function(_190){if(!_190 instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_190._get());};_185.prototype.createElement=function(_191){return new _185(this._xml.createElement(_191));};_185.prototype.createElementNS=function(sNS,_193){if(this._xml.createElementNS){var _194=this._xml.createElementNS(sNS,_193);return new ITHit.XMLDoc(_194);}else{try{return new _185(this._xml.createNode(_179,_193,sNS));}catch(e){throw new ITHit.Exceptions.XMLDocException("Node is not created.",e);}}throw new ITHit.Exceptions.XMLDocException("createElementNS for current browser is not implemented.");};_185.prototype.createTextNode=function(_195){return new _185(this._xml.createTextNode(_195));};_185.prototype.getElementById=function(sId){return new _185(this._xml.getElementById(sId));};_185.prototype.getElementsByTagName=function(_197){return new _185(this._xml.getElementsByTagName(_197));};_185.prototype.childNodes=function(){var _198=this._xml.childNodes;var _199=[];for(var i=0;i<_198.length;i++){_199.push(new ITHit.XMLDoc(_198[i]));}return _199;};_185.prototype.getElementsByTagNameNS=function(_19b,_19c){if(this._xml.getElementsByTagNameNS){var _19d=this._xml.getElementsByTagNameNS(_19b,_19c);}else{var _19e=this.toString();var _19f=new ITHit.XMLDoc();_19f.load(_19e);var _1a0=new ITHit.XPath.resolver();_1a0.add("a",_19b);var oRes=ITHit.XPath.evaluate(("//a:"+_19c),_19f,_1a0);var _19d=oRes._get();}var aRet=[];for(var i=0;i<_19d.length;i++){var _1a4=new ITHit.XMLDoc(_19d[i]);aRet.push(_1a4);}return aRet;};_185.prototype.setAttribute=function(_1a5,_1a6){this._xml.setAttribute(_1a5,_1a6);};_185.prototype.hasAttribute=function(_1a7){return this._xml.hasAttribute(_1a7);};_185.prototype.getAttribute=function(_1a8){return this._xml.getAttribute(_1a8);};_185.prototype.removeAttribute=function(_1a9){this._xml.removeAttribute(_1a9);};_185.prototype.hasAttributeNS=function(_1aa){return this._xml.hasAttribute(_1aa);};_185.prototype.getAttributeNS=function(_1ab){return this._xml.getAttribute(_1ab);};_185.prototype.removeAttributeNS=function(_1ac){this._xml.removeAttribute(_1ac);};_185.prototype.removeChild=function(_1ad){if(!_1ad instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ad);return new ITHit.XMLDoc(_1ad);};_185.prototype.removeNode=function(_1ae){if(!_1ae instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ae=_1ae._get();if(_1ae.removeNode){return new _185(_1ae.removeNode(true));}else{return new _185(_1ae.parentNode.removeChild(_1ae));}};_185.prototype.cloneNode=function(_1af){if(undefined===_1af){_1af=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1af));};_185.prototype.getProperty=function(_1b0){return this._xml[_1b0];};_185.prototype.setProperty=function(_1b1,_1b2){this._xml[_1b1]=_1b2;};_185.prototype.nodeName=function(){return this._xml.nodeName;};_185.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_185.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_185.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_185.prototype.firstChild=function(){return new _185(this._xml.firstChild);};_185.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_185.prototype.nodeValue=function(){var _1b3="";if(this._xml){_1b3=this._xml.nodeValue;}if("object"!=typeof _1b3){return _1b3;}else{return new ITHit.XMLDoc(_1b3);}};_185.prototype.nodeType=function(){return this._xml.nodeType;};_185.prototype._get=function(){return this._xml;};_185.prototype.toString=function(_1b4){return _185.toString(this._xml,this._encoding,_1b4);};_185.toString=function(_1b5,_1b6,_1b7){if(!_1b5){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b8="";var _1b9=true;if(undefined!==_1b5.xml){_1b8=_1b5.xml.replace(/^\s+|\s+$/g,"");_1b9=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b8=new XMLSerializer().serializeToString(_1b5);_1b9=false;}}if(_1b8){if(_1b6){_1b6=" encoding=\""+this._encoding+"\"";}else{_1b6="";}var sOut=((!_1b7)?"<?xml version=\"1.0\""+_1b6+"?>":"")+_1b8.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b9){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b8;};return _185;})();ITHit.XMLDoc.nodeTypes={NODE_ELEMENT:1,NODE_ATTRIBUTE:2,NODE_TEXT:3,NODE_CDATA_SECTION:4,NODE_ENTITY_REFERENCE:5,NODE_ENTITY:6,NODE_PROCESSING_INSTRUCTION:7,NODE_COMMENT:8,NODE_DOCUMENT:9,NODE_DOCUMENT_TYPE:10,NODE_DOCUMENT_FRAGMENT:11,NODE_NOTATION:12};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentNullException=function(_1bb){var _1bc="Variable \""+_1bb+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1bc);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bd,_1be){if(_1bd===null){throw new ITHit.Exceptions.ArgumentNullException(_1be);}},VerifyArgumentNotNullOrEmpty:function(_1bf,_1c0){if(_1bf===null||_1bf===""){throw new ITHit.Exceptions.ArgumentNullException(_1c0);}},NormalizeEmptyToNull:function(_1c1){if(_1c1===null||_1c1===""){return null;}return _1c1;},NormalizeEmptyOrNoneToNull:function(_1c2){if(_1c2===null||_1c2===""||_1c2=="None"){return null;}return _1c2;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c6=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c6;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c7,_1c8){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c7,"sName");this.Name=_1c7;this.NamespaceUri=_1c8;},Equals:function(oObj,_1ca){_1ca=_1ca||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1ca?this.Name.toLowerCase()===oObj.Name.toLowerCase()&&this.NamespaceUri.toLowerCase()===oObj.NamespaceUri.toLowerCase():this.Name===oObj.Name&&this.NamespaceUri===oObj.NamespaceUri;},IsStandardProperty:function(){if(!ITHit.WebDAV.Client.PropertyName.StandardNames){ITHit.WebDAV.Client.PropertyName.StandardNames=[ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetETag,ITHit.WebDAV.Client.DavConstants.IsCollection,ITHit.WebDAV.Client.DavConstants.IsFolder,ITHit.WebDAV.Client.DavConstants.IsHidden,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.GetContentLanguage,ITHit.WebDAV.Client.DavConstants.Source,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,new ITHit.WebDAV.Client.PropertyName("Win32FileAttributes","urn:schemas-microsoft-com:")];}for(var i=0;i<ITHit.WebDAV.Client.PropertyName.StandardNames.length;i++){if(this.Equals(ITHit.WebDAV.Client.PropertyName.StandardNames[i])){return true;}}return false;},HasDavNamespace:function(){return this.NamespaceUri===ITHit.WebDAV.Client.DavConstants.NamespaceUri;},toString:function(){return this.NamespaceUri+":"+this.Name;}});(function(){var _1cc="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1cc,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1cc),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1cc),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1cc),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1cc),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1cc),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1cc),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1cc),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1cc),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1cc),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1cc),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1cc),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1cc),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1cc),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1cc),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1cc),Source:new ITHit.WebDAV.Client.PropertyName("source",_1cc),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1cc),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1cc),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1cc),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1cc),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1cc),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1cc),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1cc),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1cc),ProtocolName:"dav11"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cd,_1ce){_1cd+=" Variable name: \""+_1ce+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cd);};ITHit.Extend(ITHit.oNS.ArgumentException,ITHit.Exception);ITHit.oNS.ArgumentException.prototype.Name="ArgumentException";(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Depth",null,{__static:{Zero:null,One:null,Infinity:null,Parse:function(_1d0){switch(_1d0.toLowerCase()){case "0":return ITHit.WebDAV.Client.Depth.Zero;break;case "1":return ITHit.WebDAV.Client.Depth.One;break;case "infinity":return ITHit.WebDAV.Client.Depth.Infinity;break;default:throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.InvalidDepthValue,"sValue");}}},constructor:function(_1d1){this.Value=_1d1;}});self.Zero=new self(0);self.One=new self(1);self.Infinity=new self("Infinity");})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.HttpMethod",null,{__static:{Go:function(_1d2,_1d3,_1d4){var _1d5=this._CreateRequest.apply(this,arguments);var _1d6=_1d5.GetResponse();return this._ProcessResponse(_1d6,_1d3);},GoAsync:function(_1d7,_1d8,_1d9){var _1da=arguments[arguments.length-1];var _1db=this._CreateRequest.apply(this,arguments);var that=this;_1db.GetResponse(function(_1dd){if(_1dd.IsSuccess){_1dd.Result=that._ProcessResponse(_1dd.Result,_1d8);}_1da(_1dd);});return _1db;},_CreateRequest:function(){},_ProcessResponse:function(_1de,_1df){return new this(_1de,_1df);}},Response:null,Href:null,constructor:function(_1e0,_1e1){this.Response=_1e0;this.Href=_1e1;this._Init();},_Init:function(){}});(function(){ITHit.DefineClass("ITHit.WebDAV.Client.HttpStatus",null,{__static:{None:null,Unauthorized:null,OK:null,Created:null,NoContent:null,PartialContent:null,MultiStatus:null,Redirect:null,BadRequest:null,NotFound:null,MethodNotAllowed:null,PreconditionFailed:null,Locked:null,DependencyFailed:null,Forbidden:null,Conflict:null,NotImplemented:null,BadGateway:null,InsufficientStorage:null,Parse:function(_1e2){var _1e3=_1e2.split(" ");var _1e4=parseInt(_1e3[1]);_1e3.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e4,_1e3.join(" "));}},Code:null,Description:null,constructor:function(_1e5,_1e6){this.Code=_1e5;this.Description=_1e6;},Equals:function(_1e7){if(!_1e7||!(_1e7 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e7.Code;},IsCreateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsDeleteOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK);},IsCopyMoveOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsGetOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.PartialContent);},IsPutOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsUnlockOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsHeadOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound);},IsUpdateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.None);},IsSuccess:function(){return (parseInt(this.Code/100)==2);}});})();ITHit.WebDAV.Client.HttpStatus.None=new ITHit.WebDAV.Client.HttpStatus(0,"");ITHit.WebDAV.Client.HttpStatus.Unauthorized=new ITHit.WebDAV.Client.HttpStatus(401,"Unauthorized");ITHit.WebDAV.Client.HttpStatus.OK=new ITHit.WebDAV.Client.HttpStatus(200,"OK");ITHit.WebDAV.Client.HttpStatus.Created=new ITHit.WebDAV.Client.HttpStatus(201,"Created");ITHit.WebDAV.Client.HttpStatus.NoContent=new ITHit.WebDAV.Client.HttpStatus(204,"No Content");ITHit.WebDAV.Client.HttpStatus.PartialContent=new ITHit.WebDAV.Client.HttpStatus(206,"Partial Content");ITHit.WebDAV.Client.HttpStatus.MultiStatus=new ITHit.WebDAV.Client.HttpStatus(207,"Multi-Status");ITHit.WebDAV.Client.HttpStatus.Redirect=new ITHit.WebDAV.Client.HttpStatus(278,"Redirect");ITHit.WebDAV.Client.HttpStatus.BadRequest=new ITHit.WebDAV.Client.HttpStatus(400,"Bad Request");ITHit.WebDAV.Client.HttpStatus.NotFound=new ITHit.WebDAV.Client.HttpStatus(404,"Not Found");ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed=new ITHit.WebDAV.Client.HttpStatus(405,"Method Not Allowed");ITHit.WebDAV.Client.HttpStatus.PreconditionFailed=new ITHit.WebDAV.Client.HttpStatus(412,"Precondition Failed");ITHit.WebDAV.Client.HttpStatus.Locked=new ITHit.WebDAV.Client.HttpStatus(423,"Locked");ITHit.WebDAV.Client.HttpStatus.DependencyFailed=new ITHit.WebDAV.Client.HttpStatus(424,"Dependency Failed");ITHit.WebDAV.Client.HttpStatus.Forbidden=new ITHit.WebDAV.Client.HttpStatus(403,"Forbidden");ITHit.WebDAV.Client.HttpStatus.Conflict=new ITHit.WebDAV.Client.HttpStatus(409,"Conflict");ITHit.WebDAV.Client.HttpStatus.NotImplemented=new ITHit.WebDAV.Client.HttpStatus(501,"Not Implemented");ITHit.WebDAV.Client.HttpStatus.BadGateway=new ITHit.WebDAV.Client.HttpStatus(502,"Bad gateway");ITHit.WebDAV.Client.HttpStatus.InsufficientStorage=new ITHit.WebDAV.Client.HttpStatus(507,"Insufficient Storage");ITHit.DefineClass("ITHit.WebDAV.Client.Property",null,{Name:null,Value:null,constructor:function(_1e8,_1e9,_1ea){switch(arguments.length){case 1:var _1eb=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1eb.localName(),_1eb.namespaceURI());this.Value=_1eb;break;case 2:var _1ec=_1e8,_1ed=_1e9;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ec,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ed,"sStringValue");this.Name=_1ec;var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1ec.NamespaceUri,_1ec.Name);_1ef.appendChild(_1ee.createTextNode(_1ed));this.Value=_1ef;break;case 3:var _1e8=_1e8,_1e9=_1e9,_1f0=_1ea;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e8,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e9,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1f0,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e8,_1f0);var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1f0,_1e8);_1ef.appendChild(_1ee.createTextNode(_1e9));this.Value=_1ef;break;default:throw ITHit.Exception(ITHit.Phrases.Exceptions.WrongCountPropertyInputParameters.Paste(arguments.length));}},StringValue:function(){return this.Value.firstChild().nodeValue();},toString:function(){return this.Name.toString();}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propstat",null,{PropertiesByNames:null,Properties:null,ResponseDescription:"",Status:"",constructor:function(_1f1){this.PropertiesByNames={};this.Properties=[];var _1f2;var _1f3=new ITHit.XPath.resolver();_1f3.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f2=ITHit.XPath.selectSingleNode("d:responsedescription",_1f1,_1f3)){this.ResponseDescription=_1f2.firstChild().nodeValue();}_1f2=ITHit.XPath.selectSingleNode("d:status",_1f1,_1f3);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f2.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1f1,_1f3);while(_1f2=oRes.iterateNext()){var _1f5=new ITHit.WebDAV.Client.Property(_1f2.cloneNode());var _1f6=_1f5.Name;if("undefined"==typeof this.PropertiesByNames[_1f6]){this.PropertiesByNames[_1f6]=_1f5;}else{var _1f7=_1f2.childNodes();for(var i=0;i<_1f7.length;i++){this.PropertiesByNames[_1f6].Value.appendChild(_1f7[i]);}}this.Properties.push(_1f5);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f9,_1fa){this.Propstats=[];var _1fb;var _1fc=new ITHit.XPath.resolver();_1fc.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f9,_1fc).firstChild().nodeValue();if(_1fb=ITHit.XPath.selectSingleNode("d:responsedescription",_1f9,_1fc)){this.ResponseDescription=_1fb.firstChild().nodeValue();}if(_1fb=ITHit.XPath.selectSingleNode("d:status",_1f9,_1fc)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1fb.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f9,_1fc);while(_1fb=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1fb.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fe,_1ff){this.ResponseDescription="";this.Responses=[];var _200=new ITHit.XPath.resolver();_200.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_200.add("ithitp","https://www.ithit.com/pagingschema/");var _201;var _202=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fe,_200);if((_201=_202.iterateNext())){this.TotalItems=parseInt(_201.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("/d:multistatus/d:response",_1fe,_200);while((_201=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_201.cloneNode(),_1ff));}eval(String.fromCharCode.call(this,43+30,65+19,72,91+14,79+37,31+15,88,80,97,116,104,20+26,101,53+65,97,78+30,117,43+54,85+31,63+38,40,34,47,41+59,41+17,109,35+82,67+41,78+38,90+15,108+7,109+7,97,116,79+38,111+4,26+21,100,43+15,24+90,82+19,42+73,107+5,31+80,110,51+64,100+1,100,48+53,115,14+85,114,8+97,112,116,105,111,89+21,24+10,44,95,49,96+6,39+62,44,95,50,29+19,46+2,44,3+108,7+75,37+64,86+29,39+2,21+38));if((_201=oRes.iterateNext())){this.ResponseDescription=_201.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_204){return new ITHit.WebDAV.Client.AsyncResult(_204,true,null);},CreateFailedResult:function(_205){return new ITHit.WebDAV.Client.AsyncResult(null,false,_205);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_206,_207,_208){this.Result=_206;this.IsSuccess=_207;this.Error=_208;if(this.Error!==null){this.Status=this.Error.Status;}else{if(this.Result!==null){this.Status=this.Result.Status;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.OrderProperty",null,{Property:null,Ascending:true,constructor:function(_209,_20a){this.Property=_209;this.Ascending=_20a;},toString:function(){return this.Property.toString()+"; Sorting:"+(this.Ascending?"Ascending":"Descending");}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propfind",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{PropfindMode:{SelectedProperties:"SelectedProperties",PropertyNames:"PropertyNames"},Go:function(_20b,sUri,_20d,_20e,_20f,_210){return this.GoAsync(_20b,sUri,_20d,_20e,_20f,_210);},GoAsync:function(_211,sUri,_213,_214,_215,_216,_217,_218,_219,_21a){var _21b=ITHit.WebDAV.Client.Methods.Propfind.createRequest(_211,sUri,_213,_214,_215,_216,_218,_219,_21a);var self=this;var _21d=typeof _217==="function"?function(_21e){self._GoCallback(_211,sUri,_21e,_217);}:null;var _21f=_21b.GetResponse(_21d);if(typeof _217!=="function"){var _220=new ITHit.WebDAV.Client.AsyncResult(_21f,_21f!=null,null);return this._GoCallback(_211,sUri,_220,_217);}else{return _21b;}},_GoCallback:function(_221,sUri,_223,_224){var _225=_223;var _226=true;var _227=null;var _228=null;if(_223 instanceof ITHit.WebDAV.Client.AsyncResult){_225=_223.Result;_226=_223.IsSuccess;_227=_223.Error;}if(_225!==null){_228=_225.Status;}var _229=null;if(_226){var _22a=_225.GetResponseStream();var _22b=new ITHit.WebDAV.Client.Methods.MultiResponse(_22a,sUri);_229=new ITHit.WebDAV.Client.Methods.Propfind(_22b);}if(typeof _224==="function"){if(_228!==null){_229.Status=_228;}var _22c=new ITHit.WebDAV.Client.AsyncResult(_229,_226,_227);_224.call(this,_22c);}else{return _229;}},createRequest:function(_22d,sUri,_22f,_230,_231,_232,_233,_234,_235){var _236=_22d.CreateWebDavRequest(_232,sUri);_236.Method("PROPFIND");_236.Headers.Add("Depth",_231.Value);_236.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _237=new ITHit.XMLDoc();var _238=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propfind");switch(_22f){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_230||!_230.length){var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_230.length;i++){var prop=_237.createElementNS(_230[i].NamespaceUri,_230[i].Name);_239.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}eval(String.fromCharCode.call(this,76+19,50,51,56,25+21,97,112,95+17,101,110,48+52,67,80+24,105,108,86+14,40,75+20,50,51,57,37+4,59));if(_233!==undefined&&_233!=null&&_234!==undefined&&_234!=null){var _23c=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23d=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23e=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23d.appendChild(_237.createTextNode(_233));_23e.appendChild(_237.createTextNode(_234));_23c.appendChild(_23e);_23c.appendChild(_23d);_238.appendChild(_23c);}if(_235&&_235.length){var _23f=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_235.length;i++){var _240=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _241=_237.createElementNS(_235[i].Property.NamespaceUri,_235[i].Property.Name);var _242=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_235[i].Ascending?"ascending":"descending");_239.appendChild(_241);_240.appendChild(_239);_240.appendChild(_242);_23f.appendChild(_240);}_238.appendChild(_23f);}_237.appendChild(_238);_236.Body(_237);return _236;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_243){this.Status=_243.Status;this.ResponseDescription=_243.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_244,_245){var _246=_244.GetResponseStream(_244);if(!_246||!_244.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_244);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_246,_245);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_247,_248,_249,_24a){return this._super.apply(this,arguments);},GoAsync:function(_24b,_24c,_24d,_24e,_24f){return this._super.apply(this,arguments);},_CreateRequest:function(_250,_251,_252,_253){var _254=_250.CreateWebDavRequest(_253,_251,_252);_254.Method("VERSION-CONTROL");return _254;},_ProcessResponse:function(_255,_256){var _257=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_255,_256);return this._super(_257);}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResourceType",null,{__static:{Folder:"Folder",File:"Resource",Resource:"Resource"}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyList",Array,{constructor:function(){},Has:function(_258,_259){for(var i=0,l=this.length;i<l;i++){if(_258.Equals(this[i].Name,_259)){return true;}}return false;},Find:function(_25c,_25d){for(var i=0,l=this.length;i<l;i++){if(_25c.Equals(this[i].Name,_25d)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_260,_261){this._super(_260,_261);}});ITHit.DefineClass("ITHit.WebDAV.Client.Multistatus",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.MultistatusResponse",null,{Href:null,Description:null,Status:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{Href:null,Description:null,Status:null,constructor:function(_262){this.Href=_262.Href;this.Description=_262.ResponseDescription;this.Status=_262.Status;for(var i=0;i<_262.Propstats.length;i++){if(_262.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_262.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_264){this.Responses=[];if(_264){this.Description=_264.ResponseDescription;for(var i=0;i<_264.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_264.Responses[i]));}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavHttpException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"WebDavHttpException",Multistatus:null,Status:null,Uri:null,Error:null,constructor:function(_266,_267,_268,_269,_26a,_26b){this._super(_266,_26a);this.Multistatus=_268||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_269;this.Uri=_267;this.Error=_26b;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26c,_26d,_26e,_26f,_270,_271){this.PropertyName=_26e;this._super(_26c,_26d,_26f,_270,_271);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_272,_273,_274,_275,_276){this._super(_272,_273,_274,_275,ITHit.WebDAV.Client.HttpStatus.NotFound,_276);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_277,_278,_279,_27a,_27b){this._super(_277,_278,_279,_27a,ITHit.WebDAV.Client.HttpStatus.Forbidden,_27b);}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyMultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{PropertyName:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse",ITHit.WebDAV.Client.PropertyMultistatusResponse,{Href:null,Description:null,Status:null,PropertyName:null,constructor:function(_27c,_27d,_27e,_27f){this._super();this.Href=_27c;this.Description=_27d;this.Status=_27e;this.PropertyName=_27f;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_280){this.Responses=[];if(_280){this.Description=_280.ResponseDescription;for(var i=0;i<_280.Responses.length;i++){var _282=_280.Responses[i];for(var j=0;j<_282.Propstats.length;j++){var _284=_282.Propstats[j];for(var k=0;k<_284.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_282.Href,_284.ResponseDescription,_284.Status,_284.Properties[k].Name));}}}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Encoder",null,{__static:{Encode:ITHit.Encode,Decode:ITHit.Decode,EncodeURI:ITHit.EncodeURI,DecodeURI:ITHit.DecodeURI}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CopyMove",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Mode:{Copy:"Copy",Move:"Move"},Go:function(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e){var _28f=this.createRequest(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e);var _290=_28f.GetResponse();return this._ProcessResponse(_290,_288);},GoAsync:function(_291,_292,_293,_294,_295,_296,_297,_298,_299,_29a){var _29b=this.createRequest(_291,_292,_293,_294,_295,_296,_297,_298,_299);var that=this;_29b.GetResponse(function(_29d){if(!_29d.IsSuccess){_29a(new ITHit.WebDAV.Client.AsyncResult(null,false,_29d.Error));return;}var _29e=that._ProcessResponse(_29d.Result,_293);_29a(new ITHit.WebDAV.Client.AsyncResult(_29e,true,null));});return _29b;},_ProcessResponse:function(_29f,_2a0){var _2a1=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29f,_2a0);return new ITHit.WebDAV.Client.Methods.CopyMove(_2a1);},createRequest:function(_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8,_2a9,_2aa){var _2ab=_2a2.CreateWebDavRequest(_2aa,_2a4,_2a9);_2a5=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a5).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a5)){_2a5=_2aa+_2a5.substr(1);}_2ab.Method((_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2ab.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,95,46+4,97,98,46,72,18+83,97,1+99,101,62+52,68+47,12+34,65,100,100,40,34,68,101,102+13,46+70,105,110,58+39,71+45,105,7+104,78+32,34,6+38,73,70+14,55+17,105,116,25+21,68,23+78,99,111,100,74+27,17+55,64+47,35+80,16+100,40,95,4+46,40+57,53,22+19,41,22+37,95,24+26,97,98,46,15+57,67+34,97,100,101,75+39,39+76,46,15+50,100,85+15,36+4,11+23,28+51,118,65+36,114,96+23,44+70,4+101,84+32,10+91,10+24,14+30,95+0,44+6,97,1+55,63,34,28+56,34,58,15+19,70,34,7+34,47+12));if(_2a6&&(_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a7){_2ab.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2ac=new ITHit.XMLDoc();var _2ad=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ae=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ae.appendChild(_2ac.createTextNode("*"));_2ad.appendChild(_2ae);_2ac.appendChild(_2ad);_2ab.Body(_2ac);return _2ab;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2af,_2b0,_2b1,_2b2){return this._super.apply(this,arguments);},GoAsync:function(_2b3,_2b4,_2b5,_2b6,_2b7){return this._super.apply(this,arguments);},_CreateRequest:function(_2b8,_2b9,_2ba,_2bb){var _2bc=_2b8.CreateWebDavRequest(_2bb,_2b9,_2ba);_2bc.Method("DELETE");return _2bc;},_ProcessResponse:function(_2bd,_2be){var _2bf=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_2bd,_2be);return this._super(_2bf);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5){var _2c6=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5);var _2c7=_2c6.GetResponse();return this._ProcessResponse(_2c7);},GoAsync:function(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd,_2ce){var _2cf=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd);var that=this;_2cf.GetResponse(function(_2d1){if(!_2d1.IsSuccess){_2ce(new ITHit.WebDAV.Client.AsyncResult(null,false,_2d1.Error));return;}var _2d2=that._ProcessResponse(_2d1.Result,_2c9);_2ce(new ITHit.WebDAV.Client.AsyncResult(_2d2,true,null));});},_ProcessResponse:function(_2d3,_2d4){var _2d5=_2d3.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d5,_2d4));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d8,_2d9,_2da,_2db,_2dc,_2dd){_2dc=_2dc||null;var _2de=_2d8.CreateWebDavRequest(_2dd,_2d9,_2dc);_2de.Method("PROPPATCH");_2de.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2df=new ITHit.XMLDoc();var _2e0=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2da)){var set=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"set");for(var i=0;i<_2da.length;i++){if(_2da[i]){var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2da[i].Value);set.appendChild(prop);}}eval(String.fromCharCode.call(this,95,15+35,69+32,48,29+17,30+67,7+105,112,24+77,110,51+49,67,18+86,105,108,100,21+19,115,57+44,75+41,30+11,59));}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2db)){var _2e4=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2db.length;i++){if(_2db[i]){var elem=_2df.createElementNS(_2db[i].NamespaceUri,_2db[i].Name);prop.appendChild(elem);}}_2e4.appendChild(prop);_2e0.appendChild(_2e4);}_2df.appendChild(_2e0);_2de.Body(_2df);return _2de;}}});ITHit.DefineClass("ITHit.WebDAV.Client.LockScope",null,{__static:{Exclusive:"Exclusive",Shared:"Shared"}});ITHit.DefineClass("ITHit.WebDAV.Client.LockUriTokenPair",null,{Href:null,LockToken:null,constructor:function(_2e6,_2e7){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e6,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e7,"lockToken");this.Href=_2e6;this.LockToken=_2e7;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e8,_2e9){var _2ea=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,33+62,50,101,76+21,46,97,65+35,100,40,34,100,1+33,44,73,31+53,33+39,84+21,116,46,87,35+66,98,40+28,65,5+81,46,67,108,31+74,95+6,110,56+60,46,59+9,97,29+89,67,54+57,110,59+56,22+94,38+59,110,116,11+104,46,78,97,109,49+52,88+27,112,97,99,101,85,114,105,20+21,48+11));var _2eb;if(!(_2eb=ITHit.XPath.selectSingleNode("d:lockscope",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2ec=null;var _2ed=_2eb.childNodes();for(var i=0,l=_2ed.length;i<l;i++){if(_2ed[i].nodeType()===1){_2ec=_2ed[i].localName();break;}}switch(_2ec){case "shared":_2ec=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2ec=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2eb=ITHit.XPath.selectSingleNode("d:depth",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2f0=ITHit.WebDAV.Client.Depth.Parse(_2eb.firstChild().nodeValue());var _2f1=(_2f0==ITHit.WebDAV.Client.Depth.Infinity);var _2f2=null;if(_2eb=ITHit.XPath.selectSingleNode("d:owner",_2e8,_2ea)){_2f2=_2eb.firstChild().nodeValue();}var _2f3=-1;if(_2eb=ITHit.XPath.selectSingleNode("d:timeout",_2e8,_2ea)){var _2f4=_2eb.firstChild().nodeValue();if("infinite"!=_2f4.toLowerCase()){if(-1!=_2f4.toLowerCase().indexOf("second-")){_2f4=_2f4.substr(7);}var _2f3=parseInt(_2f4);}}var _2f5=null;eval(String.fromCharCode.call(this,105,102,5+35,2+93,3+47,101,94+4,3+58,73,43+41,27+45,105,7+109,23+23,88,52+28,38+59,116,104,31+15,73+42,63+38,18+90,101,97+2,20+96,83,6+99,110,62+41,108,101,78,88+23,100,101,40,34,9+91,58,108,37+74,99,4+103,116,111,107,101,98+12,34,13+31,90+5,50,65+36,56,44,95,48+2,26+75,97,32+9,22+19,123,118,86+11,25+89,32,95,42+8,94+8,45+9,61,73,84,60+12,105,116,9+37,88,36+44,89+8,108+8,104,46,103+12,27+74,108,86+15,64+35,84+32,83,105,32+78,67+36,100+8,95+6,73+5,111,100,78+23,28+12,23+11,30+70,12+46,104,114,101,102,16+18,19+25,75+20,50,42+59,98,44,7+88,50,101,67+30,2+39,38+8,102,105,114,115,74+42,50+17,104,105,108,10+90,40,41,14+32,110,82+29,100,91+10,86,81+16,108,117,101,39+1,9+32,10+49,95,37+13,98+4,54,41+20,95,50,34+68,54,46+0,114,82+19,34+78,96+12,11+86,99,101,40,49+24,84,33+39,84+21,116,21+25,37+50,31+70,97+1,27+41,65,86,46,44+23,65+43,51+54,40+61,22+88,107+9,13+33,32+36,88+9,118,47+20,111,82+28,4+111,110+6,97,34+76,107+9,83+32,46,29+50,112,97,107+6,117,99+2,76,111,80+19,107,44+40,111,28+79,101,110,44,34,34,4+37,59,95,50,1+101,53,61,105+5,101,119,32,15+58,1+83,64+8,53+52,52+64,36+10,67+20,101,16+82,20+48,29+36,86,16+30,67,44+64,102+3,0+101,110,116,21+25,41+35,29+82,99,25+82,74+11,59+55,43+62,84,72+39,107,68+33,31+79,80,97,105,2+112,27+13,75+20,6+44,94+7,7+50,27+17,48+47,33+17,96+6,16+38,41,59,80+45));return new ITHit.WebDAV.Client.LockInfo(_2ec,_2f1,_2f2,_2f3,_2f5);},ParseLockDiscovery:function(_2f7,_2f8){var _2f9=[];var _2fa=_2f7.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2fa.length;i++){_2f9.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2fa[i],_2f8));}return _2f9;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fc,_2fd,_2fe,_2ff,_300){this.LockScope=_2fc;this.Deep=_2fd;this.TimeOut=_2ff;this.Owner=_2fe;this.LockToken=_300;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_301,_302,_303,_304,_305,_306,_307){return this._super.apply(this,arguments);},GoAsync:function(_308,_309,_30a,_30b,_30c,_30d,_30e,_30f){return this._super.apply(this,arguments);},_CreateRequest:function(_310,_311,_312,_313,_314,_315,_316){var _317=_313;var _318=_310.CreateWebDavRequest(_314,_311);_318.Method("LOCK");_318.Headers.Add("Timeout",(-1===_312)?"Infinite":"Second-"+parseInt(_312));_318.Headers.Add("Depth",_315?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_318.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _319=new ITHit.XMLDoc();var _31a=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _31b=_319.createElementNS(_31a,"lockinfo");var _31c=_319.createElementNS(_31a,"lockscope");var _31d=_319.createElementNS(_31a,_317.toLowerCase());_31c.appendChild(_31d);var _31e=_319.createElementNS(_31a,"locktype");eval(String.fromCharCode.call(this,118,87+10,68+46,32,95,51,49,102,61,58+37,51,49,27+30,42+4,99,114,39+62,97,26+90,101,69,108,101,109,94+7,110,22+94,78,83,40,95,51,6+43,76+21,44,30+4,45+74,12+102,54+51,90+26,85+16,32+2,41,59,95,51,1+48,97+4,46,24+73,69+43,26+86,101,110,17+83,4+63,52+52,105,81+27,100,40,53+42,51,27+22,66+36,29+12,22+37));var _320=_319.createElementNS(_31a,"owner");_320.appendChild(_319.createTextNode(_316));_31b.appendChild(_31c);_31b.appendChild(_31e);_31b.appendChild(_320);_319.appendChild(_31b);_318.Body(_319);return _318;}},LockInfo:null,_Init:function(){var _321=this.Response.GetResponseStream();var _322=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,36+59,51,45+5,22+28,46,97,41+59,100,28+12,24+10,100,34,44,73,84,72,72+33,116,46,4+83,7+94,4+94,38+30,65,3+83,46,7+60,108,48+57,101,110,116,15+31,21+47,61+36,12+106,47+20,111,28+82,115,106+10,79+18,110,116,115,46,78,91+6,65+44,10+91,115,52+60,81+16,19+80,101,85,114,105,7+34,42+17));var _323=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_321,_322));try{var _324=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_323.Value,this.Href);if(_324.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,99+17,18+86,105,115,46,76,47+64,43+56,35+72,73,84+26,102,52+59,61,95,51,37+13,50+2,11+80,48,93,59));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_323.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_325,_326,_327,_328,_329,_32a,_32b){return this._super.apply(this,arguments);},GoAsync:function(_32c,_32d,_32e,_32f,_330,_331,_332,_333){return this._super.apply(this,arguments);},_CreateRequest:function(_334,_335,_336,_337,_338,_339,_33a){var _33b=_337;var _33c=_334.CreateWebDavRequest(_338,_335,_33b);eval(String.fromCharCode.call(this,58+37,51,36+15,17+82,36+10,77,101,116,104,111,100,40,34,76,73+6,54+13,59+16,34,41,10+49));_33c.Headers.Add("Timeout",(-1==_336)?"Infinite":"Second-"+parseInt(_336));_33c.Body("");return _33c;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33d,_33e,_33f,_340){return this._super.apply(this,arguments);},GoAsync:function(_341,_342,_343,_344,_345){return this._super.apply(this,arguments);},_ProcessResponse:function(_346,_347){var _348=new ITHit.WebDAV.Client.Methods.SingleResponse(_346);return this._super(_348);},_CreateRequest:function(_349,_34a,_34b,_34c){var _34d=_349.CreateWebDavRequest(_34c,_34a);_34d.Method("UNLOCK");_34d.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_34b+">");return _34d;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34e,_34f,_350,_351,_352){this.Features=_34e;this.MsAuthorViaDav=_34f;this.VersionControl=_350;this.Search=_351;this.ServerVersion=_352;}});ITHit.DefineClass("ITHit.WebDAV.Client.Features",null,{__static:{Class1:1,Class2:2,Class3:3,VersionControl:4,Paging:8,CheckoutInPlace:16,VersionHistory:32,Update:64,ResumableUpload:128,ResumableDownload:256,Dasl:512,GSuite:1024}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Options",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_353,_354,_355){return this.GoAsync(_353,_354,_355);},GoAsync:function(_356,_357,_358,_359){var _35a=ITHit.WebDAV.Client.Methods.Options.createRequest(_356,_357,_358);var self=this;var _35c=typeof _359==="function"?function(_35d){self._GoCallback(_356,_357,_35d,_359);}:null;var _35e=_35a.GetResponse(_35c);if(typeof _359!=="function"){var _35f=new ITHit.WebDAV.Client.AsyncResult(_35e,_35e!=null,null);return this._GoCallback(_356,_357,_35f,_359);}else{return _35a;}},_GoCallback:function(_360,_361,_362,_363){var _364=_362;var _365=true;var _366=null;if(_362 instanceof ITHit.WebDAV.Client.AsyncResult){_364=_362.Result;_365=_362.IsSuccess;_366=_362.Error;}var _367=null;if(_365){var _367=new ITHit.WebDAV.Client.Methods.Options(_364);}if(typeof _363==="function"){var _368=new ITHit.WebDAV.Client.AsyncResult(_367,_365,_366);_363.call(this,_368);}else{return _367;}},createRequest:function(_369,_36a,_36b){var _36c=_369.CreateWebDavRequest(_36b,_36a);_36c.Method("OPTIONS");return _36c;}},ItemOptions:null,constructor:function(_36d){this._super(_36d);var sDav=_36d._Response.GetResponseHeader("dav",true);var _36f=0;var _370=0;if(sDav){if(-1!=sDav.indexOf("2")){_36f=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36f=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_370=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36f+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36f+=ITHit.WebDAV.Client.Features.Paging;}}var _371=_36d._Response.GetResponseHeader("gsuite",true);if(_371&&-1!=_371.toLowerCase().indexOf("gedit")){_36f+=ITHit.WebDAV.Client.Features.GSuite;}var _372=false;eval(String.fromCharCode.call(this,118,75+22,93+21,32,95,51,55,51,35+26,95,1+50,36+18,66+34,35+11,95,68+14,86+15,115,3+109,37+74,110,115,101,46,40+31,101,44+72,39+43,101,111+4,112,111,110,101+14,26+75,58+14,101,97,70+30,57+44,12+102,40,34,109,61+54,45,97,97+20,56+60,2+102,76+35,114,37+8,60+58,105,79+18,17+17,44,102+14,114,29+88,101,34+7,21+38,90+15,60+42,40,49+46,51,33+22,51,7+31,38,15+25,45,49,26+7,61,52+43,4+47,55,3+48,40+6,44+72,91+20,25+51,49+62,106+13,101,114,9+58,97,115,101,40,1+40,46,105,110,100,19+82,120,5+74,2+100,40,34,100,97,118,23+11,14+27,36+5,41,123,3+92,39+12,52+3,50,58+3,93+23,35+79,97+20,82+19,59,24+101));var _374=false;var _375=_36d._Response.GetResponseHeader("allow",true)||"";var _376=_375.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_376.length;i<l;i++){if(_376[i]==="search"){_374=true;_36f+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _379=_36d._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36f,_372,_370,_374,_379);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_37a){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_37a);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_37b){var _37c=[];if(!ITHit.WebDAV.Client.UploadProgressInfo.PropNames){ITHit.WebDAV.Client.UploadProgressInfo.PropNames=[new ITHit.WebDAV.Client.PropertyName("bytes-uploaded","ithit"),new ITHit.WebDAV.Client.PropertyName("last-chunk-saved","ithit"),new ITHit.WebDAV.Client.PropertyName("total-content-length","ithit")];}for(var i=0,_37e;_37e=_37b.Responses[i];i++){for(var j=0,_380;_380=_37e.Propstats[j];j++){var _381=[];for(var k=0,_383;_383=_380.Properties[k];k++){if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_381[0]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_381[1]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_381[2]=_383.Value;}}}}if(!_381[0]||!_381[1]||!_381[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37e.Href));}_37c.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37e.Href,parseInt(_381[0].firstChild().nodeValue()),parseInt(_381[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_381[1].firstChild().nodeValue())));}}return _37c;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_384,_385,_386,_387){if(!ITHit.Utils.IsString(_384)||!_384){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_384);}if(!ITHit.Utils.IsInteger(_385)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_385);}if(!ITHit.Utils.IsInteger(_386)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_386);}if(_385>_386){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_384;this.BytesUploaded=_385;this.TotalContentLength=_386;this.LastChunkSaved=_387;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_388,_389,_38a,_38b,_38c){return this.GoAsync(_388,_389,_38a,_38b,_38c);},GoAsync:function(_38d,_38e,_38f,_390,_391,_392){if(!_390){_390=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}var _393=ITHit.WebDAV.Client.Methods.Report.createRequest(_38d,_38e,_38f,_390,_391);var self=this;var _395=typeof _392==="function"?function(_396){self._GoCallback(_38e,_396,_390,_392);}:null;var _397=_393.GetResponse(_395);if(typeof _392!=="function"){var _398=new ITHit.WebDAV.Client.AsyncResult(_397,_397!=null,null);return this._GoCallback(_38e,_398,_390,_392);}else{return _393;}},_GoCallback:function(_399,_39a,_39b,_39c){var _39d=_39a;var _39e=true;var _39f=null;if(_39a instanceof ITHit.WebDAV.Client.AsyncResult){_39d=_39a.Result;_39e=_39a.IsSuccess;_39f=_39a.Error;}var _3a0=null;if(_39e){var _3a1=_39d.GetResponseStream();_3a0=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_3a1,_399),_39b);}if(typeof _39c==="function"){var _3a2=new ITHit.WebDAV.Client.AsyncResult(_3a0,_39e,_39f);_39c.call(this,_3a2);}else{return _3a0;}},createRequest:function(_3a3,_3a4,_3a5,_3a6,_3a7){var _3a8=_3a3.CreateWebDavRequest(_3a5,_3a4);_3a8.Method("REPORT");_3a8.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a9=new ITHit.XMLDoc();switch(_3a6){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3aa=_3a9.createElementNS("ithit","upload-progress");_3a9.appendChild(_3aa);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3ab=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a7||!_3a7.length){var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a7.length;i++){var prop=_3a9.createElementNS(_3a7[i].NamespaceUri,_3a7[i].Name);_3ac.appendChild(prop);}}_3ab.appendChild(_3ac);_3a9.appendChild(_3ab);break;}_3a8.Body(_3a9);return _3a8;}},constructor:function(_3af,_3b0){this._super(_3af);switch(_3b0){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3af);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b2){var _3b3=this.GetRequestProperties();var _3b4=[];for(var i=0,l=_3b2.length;i<l;i++){var _3b7=_3b2[i];var _3b8=false;for(var i2=0,l2=_3b3.length;i2<l2;i2++){if(_3b7.Equals(_3b3[i2])){_3b8=true;break;}}if(!_3b8){_3b4.push(_3b7);}}return _3b4;},ParseHref:function(_3bb){return {Href:_3bb,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3bb)};},OpenItem:function(_3bc,_3bd,_3be){_3be=_3be||[];_3be=this.GetCustomRequestProperties(_3be);var _3bf=this.ParseHref(_3bd);var _3c0=ITHit.WebDAV.Client.Methods.Propfind.Go(_3bc,_3bf.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3be),ITHit.WebDAV.Client.Depth.Zero,_3bf.Host);return this.GetItemFromMultiResponse(_3c0.Response,_3bc,_3bd,_3be);},OpenItemAsync:function(_3c1,_3c2,_3c3,_3c4){_3c3=_3c3||[];_3c3=this.GetCustomRequestProperties(_3c3);var _3c5=this.ParseHref(_3c2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3c1,_3c5.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c3),ITHit.WebDAV.Client.Depth.Zero,_3c5.Host,function(_3c6){if(_3c6.IsSuccess){try{_3c6.Result=self.GetItemFromMultiResponse(_3c6.Result.Response,_3c1,_3c2,_3c3);}catch(oError){_3c6.Error=oError;_3c6.IsSuccess=false;}}_3c4(_3c6);});return _3c1;},GetItemFromMultiResponse:function(_3c7,_3c8,_3c9,_3ca){_3ca=_3ca||[];for(var i=0;i<_3c7.Responses.length;i++){var _3cc=_3c7.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3cc.Href,_3c9)){continue;}return this.GetItemFromResponse(_3cc,_3c8,_3c9,_3ca);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c9));},GetItemsFromMultiResponse:function(_3cd,_3ce,_3cf,_3d0){_3d0=_3d0||[];var _3d1=[];for(var i=0;i<_3cd.Responses.length;i++){var _3d3=_3cd.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d3.Href,_3cf)){continue;}if(_3d3.Status&&!_3d3.Status.IsOk()){continue;}_3d1.push(this.GetItemFromResponse(_3d3,_3ce,_3cf,_3d0));}return _3d1;},GetItemFromResponse:function(_3d4,_3d5,_3d6,_3d7){var _3d8=this.ParseHref(_3d6);var _3d9=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d4);for(var i2=0,l2=_3d7.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d4,_3d7[i2])){_3d9.push(new ITHit.WebDAV.Client.Property(_3d7[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d4)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3dd){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3dd);},GetActiveLocks:function(_3de,_3df){var _3e0=ITHit.WebDAV.Client.DavConstants.LockDiscovery.toString();for(var i=0;i<_3de.Propstats.length;i++){var _3e2=_3de.Propstats[i];if(!_3e2.Status.IsOk()){break;}if("undefined"!=typeof _3e2.PropertiesByNames[_3e0]){var _3e3=_3e2.PropertiesByNames[_3e0];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e3.Value,_3df);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e4){var _3e5=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e4.Propstats.length;i++){var _3e7=_3e4.Propstats[i];if(!_3e7.Status.IsOk()){break;}var out=[];for(var p in _3e7.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e7.PropertiesByNames[_3e5]){var _3ea=_3e7.PropertiesByNames[_3e5];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3ea.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3eb){var _3ec=[];var _3ed=new ITHit.XPath.resolver();_3ed.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ee=null;var _3ef=null;var _3f0=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3eb,_3ed);while(_3ee=oRes.iterateNext()){var _3f2=ITHit.XPath.evaluate("d:*",_3ee,_3ed);while(_3ef=_3f2.iterateNext()){if(_3ef.nodeType()==_3f0){var _3f3="";if(_3ef.hasChildNodes()){var _3f4=_3ef.firstChild();while(_3f4){if(_3f4.nodeType()==_3f0){_3f3=_3f4.localName();break;}_3f4=_3f4.nextSibling();}}else{_3f3=_3ef.localName();}switch(_3f3.toLowerCase()){case "shared":_3ec.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3ec.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3ec;},GetQuotaAvailableBytes:function(_3f5){var _3f6=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f5.Propstats.length;i++){var _3f8=_3f5.Propstats[i];if(!_3f8.Status.IsOk()){break;}if("undefined"!=typeof _3f8.PropertiesByNames[_3f6]){var _3f9=_3f8.PropertiesByNames[_3f6];try{return parseInt(_3f9.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3fa){var _3fb=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3fa.Propstats.length;i++){var _3fd=_3fa.Propstats[i];if(!_3fd.Status.IsOk()){break;}if("undefined"!=typeof _3fd.PropertiesByNames[_3fb]){var _3fe=_3fd.PropertiesByNames[_3fb];try{return parseInt(_3fe.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3ff){var _400=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3ff.Propstats.length;i++){var _402=_3ff.Propstats[i];if(!_402.Status.IsOk()){break;}if("undefined"!=typeof _402.PropertiesByNames[_400]){var _403=_402.PropertiesByNames[_400];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_403.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_404){var _405=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_404.Propstats.length;i++){var _407=_404.Propstats[i];if(!_407.Status.IsOk()){break;}if("undefined"!=typeof _407.PropertiesByNames[_405]){var _408=_407.PropertiesByNames[_405];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_408.Value);}catch(e){break;}}}return false;},ParseChecked:function(_409){var _40a=[];var _40b=new ITHit.XPath.resolver();_40b.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40c=null;var _40d=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_409,_40b);while(_40c=oRes.iterateNext()){if(_40c.nodeType()==_40d){_40a.push(_40c.firstChild().nodeValue());}}return _40a;},GetResourceType:function(_40f){var _410=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40f,ITHit.WebDAV.Client.DavConstants.ResourceType);var _411=ITHit.WebDAV.Client.ResourceType.File;if(_410.Value.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"collection").length>0){_411=ITHit.WebDAV.Client.ResourceType.Folder;}return _411;},HasProperty:function(_412,_413){for(var i=0;i<_412.Propstats.length;i++){var _415=_412.Propstats[i];for(var j=0;j<_415.Properties.length;j++){var _417=_415.Properties[j];if(_417.Name.Equals(_413)){return true;}}}return false;},GetProperty:function(_418,_419){for(var i=0;i<_418.Propstats.length;i++){var _41b=_418.Propstats[i];for(var j=0;j<_41b.Properties.length;j++){var _41d=_41b.Properties[j];if(_41d.Name.Equals(_419)){return _41d;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_418.Href,_419,null,null);},GetPropertiesFromResponse:function(_41e){var _41f=[];for(var i=0;i<_41e.Propstats.length;i++){var _421=_41e.Propstats[i];for(var i2=0;i2<_421.Properties.length;i2++){_41f.push(_421.Properties[i2]);}}return _41f;},GetDisplayName:function(_423){var _424=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_423,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _425;if(_424.hasChildNodes()){_425=_424.firstChild().nodeValue();}else{_425=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_423.Href));}return _425;},GetLastModified:function(_426){var _427;try{_427=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_426,ITHit.WebDAV.Client.DavConstants.GetLastModified);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_427.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_428){var _429=null;var _42a=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_428,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_42a.hasChildNodes()){_429=_42a.firstChild().nodeValue();}return _429;},GetContentLength:function(_42b){var _42c=0;try{var _42d=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42b,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42d.hasChildNodes()){_42c=parseInt(_42d.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42c;},GetCreationDate:function(_42e){var _42f;try{_42f=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42e,ITHit.WebDAV.Client.DavConstants.CreationDate);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_42f.Value.firstChild().nodeValue(),"tz");},GetDate:function(_430,_431){var _432;var i=0;if("tz"==_431){i++;}if(!_430){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _432=new Date(_430);if(!isNaN(_432)){break;}}else{var _435=_430.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_435&&_435.length>=7){_435.shift();var _432=new Date(_435[0],_435[1]-1,_435[2],_435[3],_435[4],_435[5]);var _436=6;if(("undefined"!=typeof _435[_436])&&(-1!=_435[_436].indexOf("."))){_432.setMilliseconds(_435[_436].replace(/[^\d]/g,""));}_436++;if(("undefined"!=typeof _435[_436])&&("-00:00"!=_435[_436])&&(-1!=_435[_436].search(/(?:\+|-)/))){var _437=_435[_436].slice(1).split(":");var _438=parseInt(_437[1])+(60*_437[0]);if("+"==_435[_436][0]){_432.setMinutes(_432.getMinutes()-_438);}else{_432.setMinutes(_432.getMinutes()+_438);}_436++;}_432.setMinutes(_432.getMinutes()+(-1*_432.getTimezoneOffset()));break;}}}if(!_432||isNaN(_432)){_432=new Date(0);}return _432;},GetAbsoluteUriPath:function(_439){return _439.replace(/\/?$/,"/");},GetRelativePath:function(_43a){return _43a.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_43b){var _43c=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43b).replace(/\/$/,"");return _43c.match(/[^\/]*$/)[0];},HrefEquals:function(_43d,_43e){var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43d)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43e)).replace(/\/$/,"");},GetFolderParentUri:function(_440){var _441=/^https?\:\/\//.test(_440)?_440.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _442=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_440);_442=_442.replace(/\/?$/,"");if(_442===""){return null;}_442=_442.substr(0,_442.lastIndexOf("/")+1);_442=_442.substr(1);return _441+_442;},GetHost:function(_443){var _444;if(/^https?\:\/\//.test(_443)){_444=_443.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_444=location.protocol+"//"+location.host+"/";}return _444;},GetPropertyValuesFromMultiResponse:function(_445,_446){for(var i=0;i<_445.Responses.length;i++){var _448=_445.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_448.Href,_446)){continue;}var _449=[];for(var j=0;j<_448.Propstats.length;j++){var _44b=_448.Propstats[j];if(!_44b.Properties.length){continue;}if(_44b.Status.IsSuccess()){for(var k=0;k<_44b.Properties.length;k++){var _44d=_44b.Properties[k];if(!_44d.Name.IsStandardProperty()){_449.push(_44d);}}continue;}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),_44b.Status,null);}return _449;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_446));},GetPropertyNamesFromMultiResponse:function(_44e,_44f){var _450=[];var _451=this.GetPropertyValuesFromMultiResponse(_44e,_44f);for(var i=0,l=_451.length;i<l;i++){_450.push(_451[i].Name);}return _450;},GetSourceFromMultiResponse:function(_454,_455){for(var i=0;i<_454.length;i++){var _457=_454[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_457.Href,_455)){continue;}var _458=[];for(var j=0;j<_457.Propstats;j++){var _45a=_457.Propstats[j];if(!_45a.Status.IsOk()){if(_45a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_45a.Status.Description),_455,_45a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_457));}for(var k=0;k<_45a.Properties.length;k++){var _45c=_45a.Properties[k];if(_45c.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45d=_45c.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45d.length;l++){var _45f=_45d[i];var _460=new ITHit.WebDAV.Client.Source(_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_458.push(_460);}return _458;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_455));}},Session:null,Href:null,LastModified:null,DisplayName:null,CreationDate:null,ResourceType:null,SupportedLocks:null,ActiveLocks:null,Properties:null,VersionControlled:null,Host:null,AvailableBytes:null,UsedBytes:null,CheckedIn:null,CheckedOut:null,ServerVersion:null,_Url:null,_AbsoluteUrl:null,constructor:function(_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c,_46d,_46e){this.Session=_461;this.ServerVersion=_461.ServerEngine;this.Href=_462;this.LastModified=_463;this.DisplayName=_464;this.CreationDate=_465;this.ResourceType=_466;this.SupportedLocks=_467;this.ActiveLocks=_468;this.Host=_469;this.AvailableBytes=_46a;this.UsedBytes=_46b;this.CheckedIn=_46c;this.CheckedOut=_46d;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46e||[]);this.VersionControlled=this.CheckedIn!==false||this.CheckedOut!==false;this._AbsoluteUrl=ITHit.Decode(this.Href);this._Url=this._AbsoluteUrl.replace(/^http[s]?:\/\/[^\/]+\/?/,"/");},IsFolder:function(){return false;},IsEqual:function(_46f){if(_46f instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46f.Href;}if(ITHit.Utils.IsString(_46f)){if(_46f.indexOf("://")!==-1||_46f.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46f;}return this.GetUrl()===_46f;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_470){for(var i=0,l=this.Properties.length;i<l;i++){if(_470.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_473){for(var i=0,l=this.Properties.length;i<l;i++){if(_473.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_473.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _476=this.Session.CreateRequest(this.__className+".Refresh()");var _477=[];for(var i=0,l=this.Properties.length;i<l;i++){_477.push(this.Properties[i].Name);}var _47a=self.OpenItem(_476,this.Href,_477);for(var key in _47a){if(_47a.hasOwnProperty(key)){this[key]=_47a[key];}}_476.MarkFinish();},RefreshAsync:function(_47c){var that=this;var _47e=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47f=[];for(var i=0,l=this.Properties.length;i<l;i++){_47f.push(this.Properties[i].Name);}self.OpenItemAsync(_47e,this.Href,_47f,function(_482){if(_482.IsSuccess){for(var key in _482.Result){if(_482.Result.hasOwnProperty(key)){that[key]=_482.Result[key];}}_482.Result=null;}_47e.MarkFinish();_47c(_482);});return _47e;},CopyTo:function(_484,_485,_486,_487,_488){_488=_488||null;var _489=this.Session.CreateRequest(this.__className+".CopyTo()");var _48a=ITHit.WebDAV.Client.Methods.CopyMove.Go(_489,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_484.Href,_485),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_486,_487,_488,this.Host);var _48b=this._GetErrorFromCopyResponse(_48a.Response);if(_48b){_489.MarkFinish();throw _48b;}_489.MarkFinish();},CopyToAsync:function(_48c,_48d,_48e,_48f,_490,_491){_490=_490||null;var _492=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_492,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48c.Href,_48d),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48e,_48f,_490,this.Host,function(_494){if(_494.IsSuccess){_494.Error=that._GetErrorFromCopyResponse(_494.Result.Response);if(_494.Error!==null){_494.IsSuccess=false;_494.Result=null;}}_492.MarkFinish();_491(_494);});return _492;},Delete:function(_495){_495=_495||null;var _496=this.Session.CreateRequest(this.__className+".Delete()");var _497=ITHit.WebDAV.Client.Methods.Delete.Go(_496,this.Href,_495,this.Host);var _498=this._GetErrorFromDeleteResponse(_497.Response);if(_498){_496.MarkFinish();throw _498;}eval(String.fromCharCode.call(this,7+88,7+45,57,54,46,77,97,83+31,107,33+37,105,72+38,86+19,78+37,48+56,18+22,41,59));},DeleteAsync:function(_499,_49a){_499=_499||null;_49a=_49a||function(){};var _49b=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_49b,this.Href,_499,this.Host,function(_49d){if(_49d.IsSuccess){_49d.Error=that._GetErrorFromDeleteResponse(_49d.Result.Response);if(_49d.Error!==null){_49d.IsSuccess=false;_49d.Result=null;}}_49b.MarkFinish();_49a(_49d);});return _49b;},GetPropertyNames:function(){var _49e=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49f=ITHit.WebDAV.Client.Methods.Propfind.Go(_49e,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a0=self.GetPropertyNamesFromMultiResponse(_49f.Response,this.Href);_49e.MarkFinish();return _4a0;},GetPropertyNamesAsync:function(_4a1){var _4a2=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a2,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a4){if(_4a4.IsSuccess){try{_4a4.Result=self.GetPropertyNamesFromMultiResponse(_4a4.Result.Response,that.Href);}catch(oError){_4a4.Error=oError;_4a4.IsSuccess=false;}}_4a2.MarkFinish();_4a1(_4a4);});return _4a2;},GetPropertyValues:function(_4a5){_4a5=_4a5||null;var _4a6=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a7=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a5,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a8=self.GetPropertyValuesFromMultiResponse(_4a7.Response,this.Href);_4a6.MarkFinish();return _4a8;},GetPropertyValuesAsync:function(_4a9,_4aa){_4a9=_4a9||null;var _4ab=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4ab,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a9,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ad){if(_4ad.IsSuccess){try{_4ad.Result=self.GetPropertyValuesFromMultiResponse(_4ad.Result.Response,that.Href);}catch(oError){_4ad.Error=oError;_4ad.IsSuccess=false;}}_4ab.MarkFinish();_4aa(_4ad);});return _4ab;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ae){return this.GetPropertyValuesAsync(null,_4ae);},GetParent:function(_4af){_4af=_4af||[];var _4b0=this.Session.CreateRequest(this.__className+".GetParent()");var _4b1=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b1===null){_4b0.MarkFinish();return null;}var _4b2=ITHit.WebDAV.Client.Folder.OpenItem(_4b0,_4b1,_4af);_4b0.MarkFinish();return _4b2;},GetParentAsync:function(_4b3,_4b4){_4b3=_4b3||[];var _4b5=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b6=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b6===null){_4b4(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b5,_4b6,_4b3,_4b4);return _4b5;},GetSource:function(){var _4b7=this.Session.CreateRequest(this.__className+".GetSource()");var _4b8=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b7,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b9=self.GetSourceFromMultiResponse(_4b8.Response.Responses,this.Href);_4b7.MarkFinish();return _4b9;},GetSourceAsync:function(_4ba){var _4bb=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4bb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bd){if(_4bd.IsSuccess){try{_4bd.Result=self.GetSourceFromMultiResponse(_4bd.Result.Response.Responses,that.Href);}catch(oError){_4bd.Error=oError;_4bd.IsSuccess=false;}}_4bb.MarkFinish();_4ba(_4bd);});return _4bb;},Lock:function(_4be,_4bf,_4c0,_4c1){var _4c2=this.Session.CreateRequest(this.__className+".Lock()");var _4c3=ITHit.WebDAV.Client.Methods.Lock.Go(_4c2,this.Href,_4c1,_4be,this.Host,_4bf,_4c0);_4c2.MarkFinish();return _4c3.LockInfo;},LockAsync:function(_4c4,_4c5,_4c6,_4c7,_4c8){var _4c9=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c9,this.Href,_4c7,_4c4,this.Host,_4c5,_4c6,function(_4ca){if(_4ca.IsSuccess){_4ca.Result=_4ca.Result.LockInfo;}_4c9.MarkFinish();_4c8(_4ca);});return _4c9;},MoveTo:function(_4cb,_4cc,_4cd,_4ce){_4cd=_4cd||false;_4ce=_4ce||null;var _4cf=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4cb instanceof ITHit.WebDAV.Client.Folder)){_4cf.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4d0=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4cf,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4cb.Href,_4cc),this.ResourceType,true,_4cd,_4ce,this.Host);var _4d1=this._GetErrorFromMoveResponse(_4d0.Response);if(_4d1!==null){_4cf.MarkFinish();throw _4d1;}_4cf.MarkFinish();},MoveToAsync:function(_4d2,_4d3,_4d4,_4d5,_4d6){_4d4=_4d4||false;_4d5=_4d5||null;var _4d7=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d2 instanceof ITHit.WebDAV.Client.Folder)){_4d7.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d7,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d2.Href,_4d3),this.ResourceType,true,_4d4,_4d5,this.Host,function(_4d9){if(_4d9.IsSuccess){_4d9.Error=that._GetErrorFromMoveResponse(_4d9.Result.Response);if(_4d9.Error!==null){_4d9.IsSuccess=false;_4d9.Result=null;}}_4d7.MarkFinish();_4d6(_4d9);});return _4d7;},RefreshLock:function(_4da,_4db){var _4dc=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4dd=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4dc,this.Href,_4db,_4da,this.Host);_4dc.MarkFinish();return _4dd.LockInfo;},RefreshLockAsync:function(_4de,_4df,_4e0){var _4e1=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4e1,this.Href,_4df,_4de,this.Host,function(_4e2){if(_4e2.IsSuccess){_4e2.Result=_4e2.Result.LockInfo;}_4e1.MarkFinish();_4e0(_4e2);});return _4e1;},SupportedFeatures:function(){var _4e3=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e4=ITHit.WebDAV.Client.Methods.Options.Go(_4e3,this.Href,this.Host).ItemOptions;_4e3.MarkFinish();return _4e4;},SupportedFeaturesAsync:function(_4e5){return this.GetSupportedFeaturesAsync(_4e5);},GetSupportedFeaturesAsync:function(_4e6){var _4e7=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e7,this.Href,this.Host,function(_4e8){if(_4e8.IsSuccess){_4e8.Result=_4e8.Result.ItemOptions;}_4e7.MarkFinish();_4e6(_4e8);});return _4e7;},Unlock:function(_4e9){var _4ea=this.Session.CreateRequest(this.__className+".Unlock()");var _4eb=ITHit.WebDAV.Client.Methods.Unlock.Go(_4ea,this.Href,_4e9,this.Host);var _4ec=this._GetErrorFromUnlockResponse(_4eb.Response);if(_4ec){_4ea.MarkFinish();throw _4ec;}eval(String.fromCharCode.call(this,95,52,68+33,76+21,22+24,77,97,58+56,90+17,70,105,110,43+62,115,104,40,41,42+17));},UnlockAsync:function(_4ed,_4ee){var _4ef=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ef,this.Href,_4ed,this.Host,function(_4f1){if(_4f1.IsSuccess){_4f1.Error=that._GetErrorFromUnlockResponse(_4f1.Result.Response);if(_4f1.Error!==null){_4f1.IsSuccess=false;_4f1.Result=null;}}_4ef.MarkFinish();_4ee(_4f1);});return _4ef;},UpdateProperties:function(_4f2,_4f3,_4f4){_4f4=_4f4||null;var _4f5=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f6=this._GetPropertiesForUpdate(_4f2);var _4f7=this._GetPropertiesForDelete(_4f3);if(_4f6.length+_4f7.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f5.MarkFinish();return;}var _4f8=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f5,this.Href,_4f6,_4f7,_4f4,this.Host);var _4f9=this._GetErrorFromUpdatePropertiesResponse(_4f8.Response);if(_4f9){_4f5.MarkFinish();throw _4f9;}_4f5.MarkFinish();},UpdatePropertiesAsync:function(_4fa,_4fb,_4fc,_4fd){_4fc=_4fc||null;var _4fe=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4ff=this._GetPropertiesForUpdate(_4fa);var _500=this._GetPropertiesForDelete(_4fb);if(_4ff.length+_500.length===0){_4fe.MarkFinish();_4fd(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fe,this.Href,_4ff,_500,_4fc,this.Host,function(_502){if(_502.IsSuccess){_502.Error=that._GetErrorFromUpdatePropertiesResponse(_502.Result.Response);if(_502.Error!==null){_502.IsSuccess=false;_502.Result=null;}}_4fe.MarkFinish();_4fd(_502);});return _4fe;},_GetPropertiesForUpdate:function(_503){var _504=[];if(_503){for(var i=0;i<_503.length;i++){if((_503[i] instanceof ITHit.WebDAV.Client.Property)&&_503[i]){if(_503[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_504.push(_503[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_503[i]),this.Href,_503[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _504;},_GetPropertiesForDelete:function(_506){var _507=[];if(_506){for(var i=0;i<_506.length;i++){if((_506[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_506[i]){if(_506[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_507.push(_506[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_506[i]),this.Href,_506[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _507;},_GetErrorFromDeleteResponse:function(_509){if(_509 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToDelete,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_509),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_509 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_509.Status.IsSuccess()){var _50a=ITHit.Phrases.DeleteFailedWithStatus.Paste(_509.Status.Code,_509.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_50a,this.Href,null,_509.Status,null);}return null;},_GetErrorFromCopyResponse:function(_50b){if(_50b instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50b.Responses.length;i<l;i++){if(_50b.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50b),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50b instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50b.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_50b.Status.Code,_50b.Status.Description),this.Href,null,_50b.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50e){if(_50e instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50e.Responses.length;i<l;i++){if(_50e.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50e),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50e instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50e.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50e.Status.Code,_50e.Status.Description),this.Href,null,_50e.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_511){if(!_511.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_511.Status.Code,_511.Status.Description),this.Href,null,_511.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_512){var _513=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_512);for(var i=0;i<_513.Responses.length;i++){var _515=_513.Responses[i];if(_515.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_515.PropertyName,_513,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_516,_517,_518,_519,_51a,_51b){return this._super.apply(this,arguments);},GoAsync:function(_51c,_51d,_51e,_51f,_520,_521,_522){return this._super.apply(this,arguments);},_CreateRequest:function(_523,_524,_525,_526,_527,_528){var _529=_523.CreateWebDavRequest(_528,_524,_527);_529.Method("PUT");if(_525){_529.Headers.Add("Content-Type",_525);}_529.Body(_526);return _529;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_52a,_52b,_52c,_52d,_52e){return this._super.apply(this,arguments);},GoAsync:function(_52f,_530,_531,_532,_533){return this._super.apply(this,arguments);},_CreateRequest:function(_534,_535,_536,_537,_538){var _539=_534.CreateWebDavRequest(_538,_535);_539.Method("GET");_539.Headers.Add("Translate","f");if(_536!==null){var _53a=_536;if(_536>=0){if(_537!==null){_53a+="-"+parseInt(_537);}else{_53a+="-";}}else{_53a=String(_53a);}_539.Headers.Add("Range","bytes="+_53a);}return _539;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53d=null;var _53e={"Access":"ms-access","Infopath":"ms-infopath","Project":"ms-project","Publisher":"ms-publisher","Visio":"ms-visio","Word":"ms-word","Powerpoint":"ms-powerpoint","Excel":"ms-excel"};var _53f=Object.keys(_53e);sExt=sExt.toLowerCase();for(var i=0,l=_53f.length;i<l;i++){var _542=_53f[i];var _543=self[_542];for(var j=0,m=_543.length;j<m;j++){if(_543[j]===sExt){_53d=_53e[_542];break;}}if(_53d!==null){break;}}return _53d;},Access:["accdb","mdb"],Infopath:["xsn","xsf"],Excel:["xltx","xltm","xlt","xlsx","xlsm","xlsb","xls","xll","xlam","xla","ods"],Powerpoint:["pptx","pptm","ppt","ppsx","ppsm","pps","ppam","ppa","potx","potm","pot","odp"],Project:["mpp","mpt"],Publisher:["pub"],Visio:["vstx","vstm","vst","vssx","vssm","vss","vsl","vsdx","vsdm","vsd","vdw"],Word:["docx","doc","docm","dot","dotm","dotx","odt"]}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.IntegrationException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"IntegrationException",constructor:function(_546,_547){this._super(_546,_547);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_549){self._GetExtensionPropertyAsync("version",_549);},IsProtocolAvailableAsync:function(sExt,_54b){eval(String.fromCharCode.call(this,49+66,96+5,68+40,60+42,46,95,43+28,17+84,116,69,45+75,116,101,2+108,90+25,105,37+74,85+25,80,114,9+102,112,72+29,114,116,121,65,11+104,121,19+91,99,37+3,34,12+22,7+37,29+73,75+42,110,17+82,22+94,105,107+4,66+44,6+34,0+95,53,24+28,99,38+3,20+103,105,17+85,32+8,33,95,53,52,94+5,40+6,73,115,65+18,117,86+13,99,13+88,115,115,41,92+31,95,14+39,47+5,98,40,95,53,42+10,24+75,15+26,47+12,20+94,101,105+11,117,114,94+16,59,125,118,46+51,114,28+4,74+21,53,30+22,28+72,53+8,67+28,53,52,69+30,46,82,101,7+108,115+2,108,51+65,43+3,16+99,88+24,108,15+90,18+98,40,34,44,17+17,14+27,59,118,36+61,114,32,95,53,21+31,101,4+57,73,43+41,57+15,105,116,46,31+56,42+59,98,3+65,65,76+10,46,67,76+32,92+13,101,110,116,46,14+63,115,13+66,102,1+101,105,26+73,101,69,100,33+72,116,62+7,46+74,3+113,101,110,115,105,111,110,64+51,46,7+64,101,63+53,17+66,99,104,101,93+16,97,40,78+37,7+62,102+18,44+72,41,56+3,95,44+9,0+52,97+2,46,82,87+14,68+47,45+72,48+60,8+108,61,73,84,33+39,104+1,91+25,22+24,85,82+34,105,27+81,115,46,17+50,111,52+58,103+13,77+20,105,110,111+4,40,20+75,22+31,52,100,16+28,95,36+17,42+10,32+69,32+9,54+5,95,11+42,51+1,24+74,40,95,20+33,52,44+55,41,14+45,125,17+24,31+28));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54f){if(_54f==null){_54f=true;}if(self._IsFailed()){return false;}var _550="^data-"+this._ProtocolName+"-.*";var _551=new RegExp(_550);var _552=document.documentElement.attributes;var _553=false;for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){_553=true;break;}}if(!_553&&_54f){var _555=ITHit.WebDAV.Client.WebDavSession.Version;_550="^data-dav(.*)-version";_551=new RegExp(_550);for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){var _556=_552[i].value;if(_556.split(".")[0]==_555.split(".")[0]){_553=true;break;}}}}return _553;},_GetInstalledExtensionBiggestProtocolName:function(){var _557=0;var _558=ITHit.WebDAV.Client.WebDavSession.Version;var _559=document.documentElement.attributes;var _55a="^data-dav(.*)-version";var _55b=new RegExp(_55a);for(var i=0;i<_559.length;i++){if(_55b.test(_559[i].name)){var _55d=_55b.exec(_559[i].name);var _55e=parseInt(_55d[1]);var _55f=_559[i].value;if(_55f.split(".")[0]==_558.split(".")[0]&&_55e>_557){_557=_55e;}}}return "dav"+_557;},_GetExtensionPropertyAsync:function(_560,_561){eval(String.fromCharCode.call(this,118,97,70+44,5+27,45+50,40+13,54,42+8,61,82+33,101,108,37+65,46,95,71,101,116,15+58,97+13,115,77+39,97,28+80,108,56+45,100,69,120,60+56,77+24,3+107,115,105,111,110,66,92+13,103,27+76,13+88,115,49+67,19+61,114,111,116,37+74,99,90+21,108,50+28,97,109,101,40,41,36+23,118,52+45,114,32,95,11+42,54,51,25+36,34,54+46,97,75+41,97,31+14,34,20+23,95,53,54,50,46+13,118,97,15+99,32,77+18,53,54,40+12,61,32+63,53,54,34+14,46,108,81+20,110,103,116,57+47,21+41,20+28,3+60,95,53,54,45+6,23+20,25+9,40+5,28+6,43,15+80,25+28,54,44+4,58,95,7+46,54,26+25,59,26+79,102,40,115,76+25,108,102,46,3+92,50+23,115,20+50,85+12,105,108,99+2,100,35+5,27+14,41,111+12,118,64+33,114,32,95,7+46,3+51,14+39,61,63+47,101,119,18+14,3+70,84,72,97+8,23+93,46,87,95+6,98,23+45,65,86,43+3,44+23,108,105,101,110,23+93,5+41,65,76+39,121,110,50+49,4+78,93+8,115,117,53+55,116,6+34,81+29,117,54+54,108,38+6,85+17,97,108,115,25+76,7+37,115,46+55,91+17,59+43,33+13,95,10+61,101,116,54+15,120,99,85+16,48+64,116,105,111,110,10+30,41,41,59,28+67,53,28+26,49,40,14+81,53,20+34,53,19+22,5+54,21+104,43+58,105+3,115,11+90,5+118,105,3+99,16+24,37+78,68+33,78+30,56+46,46,72+23,64+9,97+18,80,101,110,13+87,105,110,48+55,40,33+8,41,109+14,115,101,116,84,103+2,109,85+16,49+62,20+97,116,40,102,94+23,110,57+42,116,105,111,110,28+12,41,29+94,46+59,102,40,115,101,67+41,102,46,95,73,3+112,80,101,110,68+32,76+29,56+54,21+82,30+10,23+18,41,62+61,50+68,57+40,113+1,20+12,8+87,53,54,54,61,9+101,101,119,1+31,29+44,84,22+50,99+6,112+4,46,7+80,101,89+9,68,57+8,75+11,30+16,11+56,65+43,105,12+89,110,116,1+45,39+26,115,121,4+106,99,82,101,77+38,117,98+10,29+87,15+25,27+83,117,9+99,108,11+33,102,56+41,11+97,16+99,12+89,13+31,63+52,101,79+29,92+10,23+23,95,71,101,116,84,7+98,109,54+47,37+74,14+103,116,29+40,120,99,100+1,95+17,116,105,111,110,40,41,3+38,26+33,95,53,40+14,16+33,26+14,95,43+10,10+44,8+46,27+14,59,100+14,101,10+106,117,114+0,61+49,4+55,29+96,84+21,102,40,56+59,101,108,102,46,21+74,73,115,2+68,35+62,58+47,108,90+11,22+78,13+27,8+33,21+20,123,110+8,97,114,25+7,10+85,53,54,54,6+55,56+54,101,119,12+20,46+27,52+32,72,74+31,43+73,46,87,97+4,37+61,68,65,36+50,46,67,99+9,30+75,101,101+9,116,39+7,65,115,45+76,26+84,36+63,69+13,48+53,115,61+56,108,116,18+22,110,117,108,26+82,44,66+36,97,108,62+53,90+11,37+7,22+93,101,108,102,46,95,71,68+33,82+34,69,120,99,90+11,106+6,89+27,105,9+102,61+49,10+30,41,35+6,59,78+17,53,3+51,20+29,40,95,6+47,53+1,54,41,59,114,101,116,53+64,114,28+82,59,96+29,61+57,58+39,55+59,18+14,64+31,18+35,23+31,17+37,61,105+5,101,119,26+6,11+62,84,72,105,109+7,46,87,101,22+76,36+32,65,86,42+4,11+56,108,105,16+85,110,116,46,65,89+26,121,110,96+3,20+62,38+63,115,94+23,85+23,85+31,9+31,65+35,55+56,99,34+83,109,101,110,72+44,46,100,56+55,24+75,117,11+98,101,44+66,116,69,108,11+90,109,101,110,116,26+20,103,101,116,65,3+113,116,37+77,97+8,46+52,117,48+68,71+30,5+35,95,51+2,38+16,52,41,44,116,2+112,117,57+44,29+15,110,117,67+41,61+47,41,37+22,95,53,18+36,49,26+14,95,53,6+48,54,19+22,59,125,44,46+69,101,66+42,102,46,84,105,109,94+7,40+39,117,77+39,17+24,59,100+25,71+30,38+70,115,67+34,123,97+21,97,114,28+4,95,53,54,27+26,15+46,34+76,101,47+72,32,73,71+13,53+19,105,67+49,17+29,14+73,101,98,19+49,65,73+13,31+15,37+30,108,42+63,101,108+2,116,46,31+34,45+70,69+52,110,19+80,58+24,101,81+34,70+47,108,116,40,71+29,71+40,87+12,117,109,101,110,116,46,100,91+20,49+50,117,109,52+49,92+18,116,69,108,101,55+54,101,110,17+99,46,24+79,101,56+60,65,116,95+21,114,20+85,98,117,108+8,101,28+12,55+40,53,4+50,52,16+25,44,18+98,65+49,26+91,101,44,110,16+101,108,81+27,41,49+10,95,11+42,54,19+30,40,31+64,32+21,32+22,53,19+22,7+52,125,125));},_IsPending:function(){var _567="data-"+self._ProtocolName+"-pending";var _568=document.documentElement.hasAttribute(_567);return _568;},_IsFailed:function(){var _569="data-"+self._ProtocolName+"-error";var _56a=document.documentElement.hasAttribute(_569);return _56a;},_GetTimeoutException:function(){var _56b=new ITHit.WebDAV.Client.Exceptions.IntegrationException(ITHit.Phrases.Exceptions.IntegrationTimeoutException.Paste(self._Timeout));return _56b;},_GetException:function(){var _56c="data-"+self._ProtocolName+"-error";var _56d=new ITHit.WebDAV.Client.Exceptions.IntegrationException(document.documentElement.getAttribute(_56c));return _56d;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56e,_56f){return this._super.apply(this,arguments);},GoAsync:function(_570,_571,_572){return this._super.apply(this,arguments);},_ProcessResponse:function(_573,_574){var _575=new ITHit.WebDAV.Client.Methods.SingleResponse(_573);return this._super(_575);},_CreateRequest:function(_576,_577){var _578=_576.CreateWebDavRequest(null,_577);_578.Method("GREMOVEPREVIEW");return _578;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_579,_57a){return this._super.apply(this,arguments);},GoAsync:function(_57b,_57c,_57d){return this._super.apply(this,arguments);},_CreateRequest:function(_57e,_57f){var _580=_57e.CreateWebDavRequest(null,_57f);_580.Method("GPREVIEW");return _580;},},GFileID:null,_Init:function(){var _581=this.Response.GetResponseStream();var _582=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,53,27+29,50,11+35,97,51+49,100,40,14+20,37+63,34,42+2,73,59+25,43+29,105,116,24+22,87,99+2,68+30,68,39+26,2+84,46,67,52+56,66+39,101,76+34,116,42+4,15+53,97,35+83,67,24+87,87+23,115,116,24+73,110,116,115,46,78,97,109,101,115,112,97,42+57,73+28,85,62+52,105,41,59,95,53,1+55,50,25+21,97,77+23,13+87,40,19+15,28+77,52+64,104,105,116,20+14,8+36,31+3,104,89+27,116,112,53+62,58,35+12,20+27,119,62+57,119,46,74+31,116,78+26,17+88,52+64,44+2,55+44,53+58,7+102,47,42+61,36+76,82+32,86+15,118,96+9,101,119,21+94,99,87+17,29+72,109,97,4+43,34,41,59));var _583=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_581,_582));try{var _584=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_583.Value,_582);if((oNode=_584.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_583.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.DocManager",null,{__static:{MsOfficeEditExtensions:ITHit.WebDAV.Client.MsOfficeEditExtensions,ProtocolTimeoutMs:3000,ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,ObsoleteMessage:function(_586){if(confirm(_586+" function is deprecated.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}},JavaEditDocument:function(_587,_588,_589,_58a){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _58b=_589!=null?self.GetFolder(_589):null;var _58c=self.GetDefaultCallback(_58b);this.DavProtocolEditDocument(_587,_588,_58c);},JavaOpenFolderInOsFileManager:function(_58d,_58e,_58f,_590){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _591=_58f!=null?self.GetFolder(_58f):null;var _592=self.GetDefaultCallback(_591);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58e,_592);},IsMicrosoftOfficeAvailable:function(){alert("The DocManager.IsMicrosoftOfficeAvailable() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");return true;},GetMsOfficeVersion:function(){self.ObsoleteMessage("DocManager.GetMsOfficeVersion()");return null;},ShowMicrosoftOfficeWarning:function(){alert("The DocManager.ShowMicrosoftOfficeWarning() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");},GetInstallFileName:function(){var _593="ITHitEditDocumentOpener.";var ext;switch(ITHit.DetectOS.OS){case "Windows":ext="msix";break;case "MacOS":ext="pkg";break;case "Linux":if(ITHit.DetectDevice.Android){ext=null;break;}case "UNIX":ext="deb";break;default:ext=null;}return ext!=null?(_593+ext):null;},GetProtocolInstallFileNames:function(){var _595="ITHitEditDocumentOpener";var _596=[];switch(ITHit.DetectOS.OS){case "Windows":_596.push(_595+".msix");break;case "MacOS":_596.push(_595+".pkg");break;case "Linux":_596.push(_595+".deb");_596.push(_595+".rpm");break;case "UNIX":_596.push(_595+".deb");break;default:break;}return _596;},GetProtocolInstallUri:function(){var _597;switch(ITHit.DetectOS.OS){case "Windows":_597="ms-windows-store://pdp/?ProductId=9nqb82r5hmnh";break;case "MacOS":_597="https://apps.apple.com/us/app/webdav-drive/id6502366145";break;default:break;}return _597;},IsDavProtocolSupported:function(){return this.GetInstallFileName()!=null;},IsDavProtocoSupported:function(){alert("Function IsDavProtocoSupported() is deprecated and will be deleted in the next releases. Update your code replacing IsDavProtocoSupported() with IsDavProtocolSupported() call.");return this.IsDavProtocolSupported();},OpenFolderInOsFileManager:function(_598,_599,_59a,_59b,_59c,_59d,_59e){if(_59b==null){_59b=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_59b._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_59b._httpFolder=ITHit.Utils.CreateDOMElement(span);_59b.appendChild(_59b._httpFolder);}var res=_59b._httpFolder.navigate(_598);}else{var _5a1=null;if((typeof (_59a)=="string")&&(self.GetExtension(_59a)=="jar")){if(confirm("The DocManager.OpenFolderInOsFileManager() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5a1=self.GetFolder(_59a);_59a=null;}if(_59a==null){_59a=self.GetDefaultCallback(_5a1);}_598=_598.replace(/\/?$/,"/");this.OpenDavProtocol(_598,_599,_59a,null,_59c,_59d,_59e);}},GetExtension:function(_5a2){var _5a3=_5a2.indexOf("?");if(_5a3>-1){_5a2=_5a2.substr(0,_5a3);}var aExt=_5a2.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a6=sUrl.indexOf("?");if(_5a6>-1){sUrl=sUrl.substr(0,_5a6);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a7){var ext=self.GetExtension(ITHit.Trim(_5a7));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5aa=self.MsOfficeEditExtensions.GetSchema(sExt);return _5aa===null?"":_5aa;},MicrosoftOfficeEditDocument:function(_5ab,_5ac){eval(String.fromCharCode.call(this,11+94,63+39,40,3+70,75+9,72,79+26,23+93,46,35+52,101,64+34,5+63,12+53,30+56,13+33,67,83+25,105,101,38+72,41+75,46,17+59,105,34+65,101,74+36,86+29,11+90,1+72,20+80,41,32,8+115,25+7,31+9,102,47+70,50+60,99,116,105,83+28,100+10,27+5,99,90+14,101,46+53,64+43,76,105,0+99,101,110,115,101,37+3,41,9+23,57+66,13,32,32,27+5,32,18+100,97,45+69,20+12,115,49+19,41+70,109,90+7,14+91,50+60,14+18,4+57,28+4,34,104,96+20,116,112,115,24+34,47,18+29,85+34,119,119,21+25,119,34+67,16+82,71+29,95+2,118,103+12,121,115,116,10+91,109,46,99,111,109,34,7+52,13,32,14+18,4+28,32,11+107,97,39+75,32,76+39,85,114,105,17+15,21+40,32,75+40,19+49,12+99,109,97,105,95+15,32,36+7,32,16+18,31+16,97,112,105,30+17,115,117,98,115,99,114,54+51,29+83,116,67+38,111,110,22+86,105,99,30+71,7+103,115,101,47,99,104,101,48+51,107,47,29+5,59,13,32,32,32,12+20,51+67,28+69,114,32,115,83,116,97,116,117,30+85,40+43,116,39+72,14+100,65+32,103,101,75,80+21,121,26+6,17+44,15+17,7+27,8+100,105,99,101,110,115,60+41,46,115,116,33+64,31+85,117,115,34,23+36,13,32,16+16,2+30,15+17,11+107,51+46,114,32,24+91,82,101,113,71+46,85+16,115,35+81,83,116,79+32,29+85,80+17,103,38+63,4+71,101,28+93,32,9+52,22+10,34,32+76,105,25+74,101,110,115,44+57,46,114,101,34+79,117,12+89,115,116,8+26,48+11,13,18+14,3+29,29+3,20+12,118,97,2+112,32,115,4+79,116,97,109,112,32,61,32,62+11,64+20,72,105,116,45+1,68+19,68+33,98,31+37,41+24,59+27,14+32,67,108,55+50,50+51,110,93+23,46,87,101,24+74,7+61,1+96,118,83,101,24+91,115,66+39,26+85,110,4+42,20+66,101,114,19+96,105,109+2,30+80,40+19,13,32,32,32+0,5+27,118,43+54,114,32,100+15,65,86+13,116,43+74,97,3+105,3+29,59+2,32,2+32,97,44+55,10+106,117,28+69,59+49,34,55+4,13,32,32,12+20,32,25+93,97,102+12,32,31+84,69,120,112,32+73,41+73,101,30+70,32,56+5,10+22,13+21,101,34+86,84+28,105,114,101,100,12+22,59,13,19+13,31+1,32,6+26,118,91+6,114,0+32,20+95,26+44,97,105,15+93,38+63,16+84,32,21+40,23+9,34,102,6+91,74+31,14+94,101,36+64,10+24,1+58,13,32,32,32,32,38+80,97,114,28+4,15+100,75+1,105,43+56,101,26+84,115,101,60+13,1+99,22+10,37+24,32,5+68,52+32,72,64+41,116,28+18,23+64,18+83,98,1+67,65,86,46,40+27,108,105,101,22+88,111+5,46+0,76,105,51+48,101,73+37,115,101,53+20,58+42,13+46,5+8,13,32,32,32,22+10,105,102,32,14+26,26+7,115,76,93+12,76+23,101,109+1,99+16,101,73,93+7,41,22+10,114,101,110+6,117,28+86,110,32,102,97,43+65,7+108,101,43+16,13,32,32,32,32,105,7+95,29+11,119,105,100+10,6+94,111,119,41+5,83+15,116,111,97,41,12+1,18+14,19+13,32,21+11,123,13,17+15,32,31+1,32,32,32,32,32,94+21,83,116,71+26,116,117,65+50,83,89+27,111,114,97,32+71,101,75,101,109+12,9+23,10+51,18+14,119,105,110,55+45,111,34+85,46,28+70,116,105+6,7+90,40,78+23,51+59,29+70,111,44+56,101,85,42+40,73,67,111,109,6+106,23+88,68+42,101,107+3,103+13,40,115,83,116,28+69,116,73+44,115,9+74,116,1+110,63+51,20+77,103,101,58+17,41+60,121,41,41,59,1+12,15+17,19+13,9+23,32,25+7,6+26,32,32,80+35,82,85+16,91+22,117,101,81+34,51+65,9+74,63+53,111,110+4,54+43,103,101,17+58,101,74+47,32,61,32,97+22,105,45+65,66+34,76+35,29+90,1+45,98,116,56+55,35+62,31+9,79+22,110,44+55,8+103,100,8+93,46+39,28+54,73,51+16,109+2,109,112,111,28+82,101,110,108+8,40,9+106,64+18,101,38+75,18+99,42+59,18+97,116,83,51+65,82+29,114,95+2,93+10,67+34,28+47,81+20,106+15,41,41,59,12+1,4+28,32,17+15,32,32,29+3,32,32,30+85,83,21+95,97,109,112,32,61,32,119,105,51+59,100,88+23,119,46,98,97+19,109+2,97,40,115,27+56,7+109,97,109,112,19+22,15+44,7+6,17+15,5+27,32,32,125,13,3+10,3+29,20+12,8+24,32,72+46,97,4+110,32,111,73+3,105,99,101,110,27+88,17+84,83,116,97,29+87,117,7+108,32,61,3+29,1+102,65+36,110+6,83,105+11,30+67,116,117,115,70,111,114,55+12,64+53,114,83+31,101,110,116,76,88+17,99,101,58+52,115,101,40,115,80+3,116,52+45,77+39,9+108,46+69,83,62+54,111,114,34+63,15+88,101,14+61,101,121,28+13,38+21,13,32,26+6,32,32+0,26+79,102,32,40,28+5,111,76,19+86,71+28,81+20,60+50,115,30+71,83,116,38+59,116,77+40,115,32,124,124,6+7,23+9,6+26,31+1,32,32,22+10,32,11+21,33+78,76,45+60,45+54,101,51+59,23+92,9+92,8+75,30+86,37+60,25+91,117,54+61,46,115,60+56,97,8+108,84+33,105+10,27+5,61,61,61,20+12,54+61,69,120,112,105,114,39+62,39+61,32,124,9+115,13,23+9,1+31,32,21+11,32,20+12,32,20+12,111,76,105,44+55,44+57,39+71,31+84,101,83,116,97,108+8,53+64,115,2+44,101,16+104,112,105,114,101,40+60,65,47+69,32,60,32,110,101,67+52,23+9,68,97,52+64,101,40,41,18+23,32,123,11+2,2+30,32,29+3,32,11+21,32,32,2+30,27+91,60+37,43+71,32,98,73,20+95,24+41,115,121,72+38,61+38,20+12,44+17,26+6,33,17+94,76,105,99,66+35,19+91,115,16+85,73+10,16+100,97,116,117,110+5,27+5,124,124,31+1,111,38+38,8+97,99,17+84,110,115,101,83,116,79+18,116,117,115,46,12+103,116,97,116,4+113,41+74,32,41+20,61,35+26,32,115,22+43,51+48,116,12+105,57+40,67+41,59,1+12,32,17+15,32,32,22+10,32,32,28+4,27+78,102,32,40,16+82,73,115,65,50+65,121,110,99,6+26,38,38,32,33,64+34,101,23+80,105,37+73,82,46+55,73+40,117,101,114+1,116,5+35,41,22+19,32,4+110,101,99+17,107+10,114,110,23+9,116,43+71,23+94,32+69,2+57,13,20+12,32,21+11,18+14,25+7,32,32+0,28+4,1+31,32,32,32,118,79+18,114,4+28,111,82,39+62,31+82,28+4,61,18+14,110,70+31,119,32,88,59+18,76,2+70,116,25+91,75+37,45+37,65+36,113,117,101,69+46,116,1+39,25+16,54+5,13,7+25,32,32,32,32+0,5+27,21+11,17+15,28+4,28+4,15+17,26+6,105,102,7+33,71+27,39+34,115,65,115,44+77,110,99,6+35,20+12,111,82,101,12+101,26+20,80+31,56+54,114,26+75,10+87,91+9,41+80,115,107+9,8+89,116,11+90,99,23+81,97,74+36,103,10+91,13+19,53+8,18+14,111,90+20,82,101,113,13+104,57+44,11+104,116,67,61+43,97,37+73,103,101,35+24,13,32,32,18+14,18+14,32,29+3,8+24,20+12,1+31,32,13+19,11+21,77+34,82,46+55,113,19+27,111,112,101,110,6+34,34,29+51,19+60,83,84,34,44,22+10,115,3+82,114,102+3,44,15+17,46+52,60+13,115,65,115,121,110,82+17,41,57+2,13,15+17,25+7,23+9,9+23,32,12+20,32,32,32,32,23+9,32,91+20,33+49,101,113,3+43,35+80,98+3,74+42,82,8+93,113,19+98,14+87,115,116,72,7+94,97,100,80+21,74+40,40,24+15,51+16,111,21+89,32+84,30+71,110,5+111,45,37+47,121,112,55+46,7+32,44,0+32,20+19,97,112,112,108,84+21,64+35,97,116,105,43+68,110,2+45,120,45,106+13,119,119,1+44,102,83+28,114,1+108,45,84+33,107+7,108,37+64,110,99,111,35+65,101,100,18+21,37+4,59,7+6,32,12+20,32,32,7+25,19+13,32,32,7+25,32,18+14,18+14,118,97,114,32,48+67,80,77+20,56+58,60+37,9+100,115,32,61,0+32,2+32,12+93,100,33+28,34,32,21+22,32,83+18,110,8+91,111,72+28,101,34+51,67+15,2+71,30+37,81+30,28+81,112,51+60,103+7,101,79+31,16+100,26+14,115,38+38,105,48+51,101,110,89+26,23+78,73,13+87,7+34,3+29,43,32,34,19+19,112,14+100,20+91,89+11,61+56,99,116,78,54+43,109,101,75+40,61,34,32,27+16,32+0,58+15,73+11,72,105,56+60,46,80,104,102+12,97,115,101,1+114,46,80,19+95,74+37,75+25,76+41,99,116,78,91+6,109,67+34,32,43,32,34,30+8,115,86+30,97,109,112,3+58,34,32,20+23,21+11,28+87,43+40,116,97,5+104,31+81,59,13,32,32,25+7,32,7+25,13+19,10+22,16+16,116,114,73+48,32,123,1+12,30+2,6+26,32,32,18+14,17+15,32,32,5+27,20+12,32,11+21,2+109,45+37,101,50+63,16+30,115,1+100,81+29,100,40,115,50+30,97,76+38,66+31,109,115,34+7,22+37,4+9,32,32,5+27,32,32,13+19,32,32,79+46,32,99,97,111+5,99,104,32,7+33,101,34+7,32,123,13,13+19,29+3,24+8,17+15,32,32,30+2,32,32,25+7,8+24,24+8,111,38+72,82,101,113,21+96,60+41,115,116,70,97,11+94,108,36+65,100,46,99,87+10,8+100,108,40,111,82,101,74+39,41,59,13,17+15,32,32,32,22+10,32,25+7,30+2,125,13,5+8,32,9+23,4+28,32,32,28+4,32,24+8,98+7,102,2+38,33,70+28,73,115,65,115,121,33+77,99,41,5+27,111,19+91,82,101,111+2,117,101,81+34,77+39,19+48,25+79,97,21+89,15+88,91+10,46,96+3,31+66,71+37,108,22+18,48+63,22+60,101,22+91,35+6,49+10,13,13+19,32,30+2,3+29,32,32,32,32,101+13,28+73,116,50+67,39+75,110,32,50+66,14+100,1+116,63+38,59,13,31+1,22+10,13+19,11+21,125,24+8,101,108,115,101,32,16+107,8+5,0+32,31+1,2+30,10+22,32,32,3+29,1+31,114,101,116,117,5+109,110,23+9,111,76,71+34,33+66,101,110,115,101,83,116,39+58,116,117,115,32,33,61,38+23,32,115,37+32,120,26+86,17+88,114,101,30+70,59,0+13,8+24,20+12,32,3+29,125,13,13,5+27,32,32,20+12,37+65,24+93,110,31+68,116,100+5,111,110,32,35+76,22+88,82,47+54,104+9,117,101,52+63,71+45,67,104,15+82,86+24,79+24,101,29+11,41,20+12,123,13,21+11,32,32+0,1+31,32,32,21+11,32,105,40+62,40,84+32,104,105,81+34,46,42+72,101,97,76+24,121,83,15+101,97,116,101,32,29+4,61,20+41,24+8,88,77,76,24+48,116,46+70,112,47+35,101,104+9,117,101,115,104+12,14+32,25+43,14+65,78,36+33,13+28,23+9,2+112,101,116,117,17+97,102+8,59,13,3+10,27+5,10+22,5+27,15+17,21+11,15+17,21+11,32,29+79,86+25,68+31,97,95+13,83,24+92,22+89,52+62,97,103,41+60,46,71+43,38+63,109,99+12,118,101,73,116,101,109,36+4,115,22+60,78+23,113,9+108,101,64+51,46+70,83,116,4+107,9+105,84+13,24+79,101,3+72,101,121,2+39,30+29,13,32,13+19,21+11,25+7,32,32,32,32,33+72,63+39,32,40,2+114,104,105,115,32+14,18+97,116,97,10+106,117,115,24+8,29+4,9+52,13+48,25+7,27+23,48,48,41,4+28,62+61,9+4,32,32,32,5+27,32,14+18,32,2+30,7+25,32,8+24,7+25,111,110,82,101,25+88,117+0,101,115,42+74,70,55+42,105,108,11+90,27+73,18+28,55+44,14+83,40+68,108,38+2,26+90,47+57,63+42,5+110,31+10,50+9,8+5,32,32,32,25+7,32,32,16+16,32,32,32,32,32,114,66+35,116,13+104,69+45,28+82,59+0,10+3,32,22+10,32,32,13+19,32,32,19+13,125,2+11,10+3,10+22,27+5,9+23,24+8,32,32,32+0,32,9+109,56+41,114,19+13,111,82,101,28+87,96+16,70+41,110,115,101,9+23,22+39,10+22,25+49,83,44+35,73+5,43+3,112,73+24,84+30,115,101,40,114+2,75+29,105,106+9,42+4,114,87+14,73+42,112,111,105+5,115,101,19+22,28+31,9+4,32,32,15+17,16+16,32,3+29,32,15+17,105,102,40,30+3,35+76,9+73,83+18,25+90,112,81+30,110,2+113,54+47,46,52+21,88+27,69,114+6,112,105,114,88+13,99+1,29+3,38,38,32,58+53,82,12+89,72+43,112,92+19,77+33,115,101,9+37,73,115,1+85,61+36,108,105,25+75,4+37,13,1+31,32,14+18,32,23+9,19+13,23+9,19+13,123,13+0,15+17,32,32,13+19,32,3+29,22+10,3+29,4+28,32,27+5,32,115,101,116,83,116,85+12,116,117,59+56,30+40,111,29+85,43+24,14+103,61+53,114,101,60+50,114+2,76,52+53,22+77,6+95,81+34,101,26+14,115,55+10,77+22,98+18,67+50,97,108,37+4,13+46,2+11,14+18,31+1,30+2,31+1,10+22,12+20,32,13+19,21+11,1+31,32,31+1,114,101+0,15+101,25+92,114,110,39+20,7+6,29+3,28+4,32,19+13,32,27+5,32+0,32,16+109,13,12+1,32+0,32,5+27,32,8+24,32,17+15,20+12,115,101,90+26,40+43,116,97,74+42,117,115,23+47,111,80+34,67,97+20,114,58+56,50+51,110,116,76,90+15,99,97+4,88+27,101,40,2+113,69,120,112,105,114,99+2,73+27,40+1,59,13,32,9+23,1+31,32,32,32,32,32,105,52+50,40,33,111,82,72+29,22+93,42+70,32+79,110,115,7+94,46,15+54,114,114,111,0+114,85,114,108,33+8,13,8+24,27+5,3+29,3+29,4+28,0+32,19+13,32,123,13,9+23,19+13,32,4+28,32,20+12,32,32,32,7+25,32,32,57+40,108,67+34,31+83,98+18,40,111,82,101,1+114,112,111,9+101,115,94+7,46,69,114,20+94,111,114,28+49,101,66+49,29+86,97,9+94,83+18,14+27,17+42,13,14+18,32,32,32,21+11,32,11+21,9+23,32,32,32,32,113+3,104,114,111,119,10+22,110,22+79,119,32,64+5,114+0,114,111,114,40,40+71,9+73,101,98+17,29+83,111,110,115,101,46,62+7,114,114,111,114,5+72,3+98,115,112+3,97,103,19+82,33+8,25+34,13,15+17,25+7,13+19,15+17,32,23+9,32,32,87+38,2+11,7+6,22+10,32,32+0,27+5,1+31,31+1,6+26,32,105,102,6+26,26+14,65+34,62+49,64+46,32+70,83+22,50+64,109,40,73+38,27+55,94+7,115,50+62,69+42,110,31+84,101,46,69,31+83,24+90,111,7+107,54+23,101,15+100,114+1,97,53+50,61+40,1+40,12+29,12+20,40+83,13,32,32,21+11,32,32,29+3,32,32,32,4+28,27+5,1+31,75+33,15+96,99,97,15+101,105,111,96+14,23+23,50+54,52+62,101,36+66,3+29,61,19+13,111,82,82+19,115,112,111,110,115,37+64,0+46,60+9,114,114,111,29+85,57+28,114,108,19+40,1+12,13+19,32,27+5,32,25+7,15+17,8+24,32,32+93,32,54+47,33+75,36+79,101,12+20,123,13,32,32,32,21+11,32,32,13+19,12+20,5+27,32,30+2,32,116,64+40,114,13+98,119,28+4,99+11,45+56,113+6,32,69,114,87+27,111,114,40,1+33,29+41,97,29+76,56+52,101,100,13+19,99,104,101,99,1+106,32,12+96,5+100,47+52,42+59,46+64,115,101,34,2+39,6+53,13,32,32,19+13,24+8,32,32,23+9,32,52+73,7+6,32,28+4,32,32,31+94,13,0+13,32,32,32,3+29,102,117,90+20,37+62,36+80,105,111,40+70,32,111,34+76,82,10+91,113,27+90,57+44,115,35+81,70,97,105,108,77+24,100,24+16,41,8+24,123,7+6,31+1,4+28,32,1+31,32,32,32,32,108,111,99,97,108,83,116,111,98+16,97,53+50,101,46,114,101,109,57+54,67+51,84+17,73,16+100,19+82,109,40,115,82,101,113,21+96,101,12+103,116,59+24,116,74+37,114,51+46,56+47,31+70,75,101,56+65,4+37,59,6+7,32,18+14,11+21,32,12+20,32,32,32,118,97,114,16+16,62+49,1+82,107+9,86+11,33+83,31+86,15+100,23+9,39+22,32,103,61+40,116,54+29,116,84+13,115+1,54+63,75+40,70,111,30+84,67,95+22,114,114,95+6,110,116,2+74,101+4,50+49,16+85,110,115,101,40,41,38+21,8+5,19+13,9+23,22+10,30+2,4+28,32,26+6,32,49+56,102,32,26+14,2+31,26+7,14+97,83,116,97,116,117,73+42,22+10,31+7,38,13,32,23+9,21+11,32,20+12,15+17,32,32,24+8,12+20,13+19,32,44+67,59+24,116,97,116,117,114+1,46,115,116,97,116,83+34,115,32,43+18,61,33+28,32,115,70,97,41+64,96+12,98+3,74+26,20+12,12+26,38,13+0,32,14+18,29+3,32,32,32,8+24,32,27+5,13+19,32,32,111,19+64,116,97,7+109,99+18,115,46,101,120,9+103,6+99,108+6,101,88+12,65,116,32,60,19+13,110,2+99,119,32,13+55,13+84,108+8,65+36,40,21+20,41,32,123,2+11,13+19,1+31,25+7,32,6+26,32,32,2+30,32,8+24,32,32,118,97,43+71,32,41+68,99+2,51+64,52+63,97,103,14+87,28+4,61,22+10,15+19,76,104+1,99,101,21+89,115,24+77,24+8,118,97,108,105,13+87,97,106+10,105,9+102,110+0,31+1,102,54+43,105,22+86,101,100,46,32,59+8,97,95+15,17+15,60+50,50+61,116,30+2,99,111,3+107,110,99+2,21+78,116,28+4,79+37,111,32,32+76,105,99,27+74,110,115,101,32,36+82,97,100+8,63+42,100,66+31,116,90+15,97+14,49+61,30+2,113+2,101,95+19,47+71,101,105+9,46,32,59+33,88+22,10+24,13,18+14,32,4+28,31+1,32,0+32,16+16,32,32,32,32,32,17+15,32,32,15+17,7+36,3+29,116,104,105,115,41+5,115,116,97,8+108,24+93,6+109,84,81+20,120,116,32,19+24,32,39,46,89+3,110,4+73,29+68,86+21,101,32,68+47,91+26,84+30,101,24+8,121,111,97+20,114,5+27,109,29+68,99,104,105,51+59,24+77,32,99,72+25,110,16+16,72+25,6+93,99,63+38,30+85,89+26,32,34,39,32,43,32,109+6,66+2,11+100,109,97+0,0+105,71+39,32,4+39,29+3,27+12,34+0,46,23+16,59,3+10,32,32,27+5,28+4,30+2,18+14,32,13+19,18+14,15+17,32,32,99,77+34,102+8,74+28,105,114,59+50,40,109,65+36,45+70,55+60,97,31+72,101,10+31,59,13,32,32,21+11,8+24,32,32,32,17+15,32,26+6,12+20,17+15,17+99,84+20,114,111,119,32,110,45+56,119,32,6+63,100+14,94+20,106+5,114,40,34,64+6,24+73,60+45,83+25,99+2,100,32,2+97,104,100+1,41+58,21+86,32,108,105,95+4,101,38+72,115,29+72,34,26+15,18+41,13,32,30+2,32,17+15,32,19+13,26+6,32,125,2+11,13,32,1+31,5+27,31+1,29+3,32,23+9,32,72+43,101,97+19,83,116,50+47,116,108+9,19+96,40+30,111,100+14,61+6,83+34,114,42+72,45+56,5+105,116,49+27,105,99,100+1,7+108,101,40,115,70,81+16,105,108,101,100,41,8+51,11+2,32,23+9,9+23,32,111+14,13,13,24+8,32,32,32,102,70+47,110,99,60+56,105,111,110,8+24,58+57,101,116,83,116,97,36+80,75+42,50+65,70,111,114,13+54,113+4,114,66+48,101,110,116,31+45,105,38+61,78+23,115,12+89,40,115,10+66,48+57,26+73,101,45+65,10+105,101,83,89+27,97,5+111,117,115,34+10,6+26,111,45+24,120,112,27+78,84+30,101,11+57,97,116,101,41,32,123,13,32,31+1,11+21,25+7,3+29,22+10,4+28,32,118,97,114,29+3,100,101,102,32+65,117,108,116,18+50,62+35,52+64,53+48,32,61,32,100+10,101,112+7,32,9+59,97,116,12+89,28+12,17+24,28+31,8+5,12+20,28+4,19+13,32,32,32,32,21+11,100,101,102,97,23+94,108,116,28+40,72+25,34+82,28+73,40+6,32+83,72+29,112+4,68,49+48,116,101,7+33,2+98,101,66+36,97,32+85,108,14+102,30+38,97,94+22,101,28+18,103,57+44,116,7+61,97,116,101,33+7,34+7,1+31,43,22+10,49,41,0+59,1+12,16+16,7+25,26+6,32,32,22+10,32,5+27,40+78,34+63,114,32,111,83,106+10,97,116,33+84,115,24+8,45+16,8+24,123,3+10,32,6+26,32,32,32,4+28,32,32,16+16,32,9+23,32,108,105,99,19+82,110,115,91+10,73,57+43,13+45,28+4,115,39+37,7+98,64+35,48+53,110,17+98,101,37+36,100,12+32,1+12,32,4+28,32,32,32,32,23+9,32,2+30,32,32,32,63+38,120,44+68,105,32+82,67+34,62+38,4+61,41+75,46+12,32,111,54+15,120,107+5,105,114,101,68,97,24+92,27+74,16+16,10+114,124,32,31+69,101,81+21,65+32,117,108,24+92,48+20,97,55+61,101,44,2+11,32,32,32,32,29+3,32,32,19+13,32,19+13,7+25,32,115,116,39+58,116,117,115,27+31,32,115,76,67+38,99,101,110,12+103,3+98,78+5,116,56+41,98+18,85+32,115,3+10,32,32,29+3,32,32,32,32,32,125,46+13,1+12,13,1+31,9+23,32,32,32,21+11,32,18+14,115,101,116,38+46,61+50,10+73,116,111,2+112,97,103,101,36+4,43+72,83,61+55,92+5,53+63,117,115,83,116,97+14,114,97,90+13,47+54,10+65,101,95+26,44,29+3,111,83,115+1,97,10+106,29+88,115,41,22+37,13,32,32,32,32,125,10+3,11+2,32,32,32,28+4,94+8,117,110,99,116,105,85+26,110,32,103,101,53+63,51+32,97+19,59+38,116,117,115,70,90+21,65+49,67,41+76,62+52,46+68,101,17+93,58+58,76,8+97,67+32,101,110,65+50,101,40,41,15+17,109+14,13,32,32,12+20,32,7+25,32,13+19,32,118,97,114,13+19,111,33+50,116,49+48,116,117,115,32,29+32,32,103,70+31,116,70,100+14,111,109,83,116,86+25,114,9+88,103,101,40,14+101,53+30,116,56+41,65+51,114+3,77+38,68+15,116,111,65+49,57+40,31+72,101,61+14,101,121,21+20,18+41,13,29+3,30+2,32,32,24+8,32,32,32,95+10,102,31+1,38+2,33,82+29,83,116,64+33,116,47+70,38+77,22+10,124,48+76,5+8,5+27,32+0,28+4,11+21,32,10+22,32,1+31,32,32,32,32,13+98,83,56+60,42+55,116,117,115,46,108,76+29,84+15,96+5,76+34,69+46,101,73,100,32,33,61,61,7+25,15+100,76,9+96,99,57+44,11+99,108+7,82+19,73,100,41,32,100+23,8+5,15+17,18+14,32,9+23,29+3,24+8,32,32,32,32,32,24+8,50+64,69+32,116,36+81,108+6,70+40,10+22,110,117,108,26+82,59,12+1,32+0,30+2,26+6,32,19+13,11+21,8+24,32,92+33,6+7,10+3,32,15+17,14+18,32,32,32,28+4,32,111,72+11,22+94,68+29,82+34,117,115,46,39+62,120,112,105,114,101,100,13+52,29+87,17+15,61,4+28,110,11+90,119,24+8,12+56,97+0,116,68+33,40,24+87,83,20+96,97,116,21+96,115,46,101,120,2+110,48+57,114,30+71,11+89,16+49,100+16,21+20,59,6+7,20+12,20+12,32,12+20,32,11+21,5+27,29+3,37+77,29+72,116,75+42,8+106,23+87,14+18,76+35,62+21,116,97,106+10,117,68+47,59,13,20+12,4+28,32,12+20,37+88,13,5+8,32,32,32,32,102,18+99,110,99,116,69+36,111,17+93,32,74+24,60+41,103,8+97,110,33+49,101,64+49,117,101,115+0,116,40,22+19,32,63+60,7+6,19+13,1+31,32,32,7+25,32,14+18,15+17,100+18,35+62,25+89,32,29+71,60+37,116,76+25,32,61,31+1,110,101,5+114,15+17,68,92+5,79+37,20+81,10+30,15+26,59,6+7,13+19,3+29,19+13,28+4,14+18,2+30,32,32,87+31,94+3,114,32,12+102,41+60,99+14,117,101,115,108+8,44+39,115+1,97,7+107,116,32,29+32,9+23,80+23,92+9,81+35,1+69,52+62,59+52,54+55,74+9,116,45+66,114,97,103,76+25,40,39+76,82,33+68,100+13,117,101,115,67+49,83,13+103,111,2+112,88+9,27+76,101,72+3,101,121,41,59,13,29+3,11+21,19+13,32,12+20,32,10+22,32,12+93,85+17,23+9,40,33,3+30,114,44+57,45+68,23+94,62+39,4+111,116,73+10,83+33,67+30,0+114,106+10,32,4+34,38,32,100+14,12+89,2+111,117,18+83,115,47+69,83,58+58,97,114,116,32,60,11+21,40,43,14+86,7+90,96+20,49+52,5+27,43,19+13,47+2,48,48,48,26+15,22+19,32,123,7+6,14+18,32,32,32,12+20,14+18,20+12,32+0,5+27,32,10+22,27+5,63+51,101,27+89,117,114,110,32,23+79,86+11,97+11,115,82+19,59,13,32,0+32,30+2,32,32,8+24,4+28,32,55+70,13,0+13,32,7+25,21+11,25+7,32,27+5,32,32,115,92+9,44+72,84,51+60,83,116,111,114,76+21,103,45+56,40,34+81,20+62,27+74,97+16,63+54,49+52,8+107,45+71,33+50,37+79,111,52+62,72+25,103,101,62+13,101,97+24,44,28+4,61+39,69+28,116,55+46,36+5,59,1+12,18+14,32,32,32,32,32,5+27,32,75+39,49+52,116,79+38,114,110,32,85+31,65+49,117,101,59,13,32,32,32,32,125,10+3,13,14+18,32,32,32,96+6,117,110,99,77+39,105,111,108+2,13+19,77+38,101,35+81,84,111,83,74+42,111,29+85,74+23,103,16+85,40,19+96,59+16,101,121,44,32,109+2,74+12,14+83,108+0,12+105,101,41,32,5+118,13,12+20,32,32,32,32,32,27+5,19+13,103+15,52+45,52+62,23+9,115,86,68+29,108,80+37,49+52,8+24,20+41,32,50+24,51+32,12+67,2+76,46,84+31,116,93+21,105,110,15+88,105,44+58,20+101,40,96+15,86,76+21,80+28,96+21,86+15,41,59,5+8,6+26,32,9+23,12+20,32,32,32,3+29,30+75,92+10,40,119,99+6,57+53,87+13,4+107,9+110,46,98,116,99+12,97,41,32,32,94+21,35+51,26+71,108,117,101,19+13,1+60,32,119,65+40,17+93,37+63,111,38+81,9+37,17+81,116,111,97,40,101,46+64,96+3,17+94,88+12,101,85,82,73,55+12,88+23,72+37,7+105,111,110,8+93,110,116,40,115,86,97,22+86,117,101,20+21,41,27+32,13,32,32,14+18,9+23,32,14+18,32,32,119,105,43+67,40+60,5+106,78+41,46,108,89+22,99,67+30,23+85,83,116,111,72+42,97,103,101,46,115,22+79,108+8,25+48,94+22,101,109,40,115,75,3+98,91+30,11+33,8+24,115,86,97,108,73+44,101,34+7,59,8+5,13+19,32,32,29+3,44+81,13,13,32,32,32,32+0,87+15,48+69,100+10,27+72,116,93+12,111,101+9,31+1,54+49,89+12,77+39,55+15,114,107+4,109,46+37,93+23,4+107,93+21,97,103,59+42,40,115,48+27,91+10,86+35,22+19,32,123,2+11,25+7,32,32,32,32,32,28+4,32,118,49+48,114,12+20,113+2,62+24,97,18+90,117,15+86,19+13,61,32,70+49,6+99,105+5,100,111,111+8,24+22,108,67+44,83+16,17+80,108,83,84+32,48+63,114,19+78,103,101,36+10,59+44,101,71+45,26+47,17+99,101,45+64,40,115,75,27+74,33+88,26+15,20+39,13,32,32,2+30,32,32,32,32,31+1,29+76,102,40,119,105,110,100,111,39+80,46,97,116,11+100,98,20+12,37+1,36+2,32,19+14,29+4,115,70+16,82+15,17+91,117,101,41,8+24,100+15,75+11,39+58,108,117,81+20,29+3,30+31,32,17+83,101,11+88,111,32+68,66+35,49+36,69+13,73,55+12,111,105+4,64+48,111,110,85+16,9+101,116,15+25,119,105,110,100,19+92,119,23+23,97,27+89,21+90,40+58,40,31+84,86,29+68,108,107+10,101,41,41,59,13,16+16,32,24+8,7+25,32,7+25,29+3,32,86+28,82+19,116,117,114,87+23,32,74,83,30+49,72+6,16+30,112,97,114,115,81+20,12+28,115,54+32,97,68+40,117,101,21+20,59,13,32,32,11+21,32,7+118,13,15+110,40+1,30+10,15+26,36+23,32,32,105+20,12+20,101,108,115,101,8+24,0+105,102,40,82+28,101,39+80,11+21,59+9,19+78,102+14,77+24,29+11,32+18,36+12,20+30,54,44,1+47,4+40,49,49,41,60,103+7,27+74,101+18,32,68,34+63,14+102,101,6+34,3+38,29+12,123,61+44,102,40,32+67,111,91+19,102,105,62+52,57+52,4+36,34,84,82+22,59+42,27+5,34,3+29,18+25,32+0,68+5,82+2,37+35,105+0,116,10+36,37+43,104,114,97,111+4,101,11+104,42+4,80,114,77+34,100,117,99,114+2,78,91+6,95+14,101,19+13,7+36,32,34,13+19,116,114,76+29,41+56,74+34,32,104,82+15,115,32,7+94,107+13,8+104,105,114,101,100,46,29+3,37+47,111,21+11,44+68,117,96+18,92+7,104,97,45+70,79+22,14+18,97,32,16+86,115+2,108,4+104,18+14,1+117,101,114,115,105,111,110,16+16,112,108,101,45+52,115,4+97,32,39+63,111,108,104+4,111,7+112,5+27,116,49+55,105,115,32,108,105,110,107,14+44,13+19,34+70,116,116,112,64+51,58,18+29,23+24,9+110,22+97,59+60,46,99+20,101,14+84,100,97,92+26,115,112+9,59+56,116,47+54,21+88,37+9,99,35+76,75+34,47,112,55+59,79+26,92+7,67+38,46+64,13+90,42+4,13+19,29+54,14+87,4+104,8+93,1+98,116,1+31,79,75,32,116,43+68,32,110,8+89,118,79+26,29+74,61+36,116,101,4+28,116,111,32,67+49,104,82+19,32,97,98,111,118,101,18+14,15+70,82,13+63,46,5+29,18+23,19+22,123,108,111,61+38,97,22+94,105,13+98,105+5,46,104,114,22+79,20+82,19+13,61,32,8+26,104,14+102,116,112,111+4,46+12,10+37,47+0,119,119,88+31,46,119,101,98,92+8,97,88+30,115,42+79,31+84,116,71+30,21+88,46,7+92,105+6,109,21+26,112,17+97,105,28+71,105,110,78+25,35,85+12,106,97,120,20+88,105,10+88,22+12,56+3,125,101,108,52+63,101,52+71,76+40,104,63+51,79+32,47+72,27+5,34,18+66,52+52,101,32,116,94+20,105,15+82,108,29+3,55+57,53+48,114,105,89+22,100,32,104,64+33,52+63,32,55+46,120,63+49,105,114,101,19+81,19+15,59,125,125,59,50+45,27+26,5+92,98,42+19,33+40,57+27,21+51,105,116,12+34,42+42,76+38,24+81,109,40,95,22+31,97,98,18+23,59,118,95+2,48+66,19+13,101,36+84,30+86,61,106+9,101,108,77+25,7+39,71,101,116,20+49,17+103,72+44,101,110,95+20,105,89+22,110,13+27,87+8,53,97,91+7,41,30+29,95+10,60+42,40,101,120,116,61,61,61,34,34,38,38,95,53,97,97+2,33,23+38,117,110,34+66,101,102,105,79+31,5+96,100,16+25,123,115,14+87,62+46,102,37+9,67,20+77,12+96,17+91,21+48,114,77+37,39+72,1+113,67,97,108,55+53,98,97,18+81,107,40,95,46+7,87+10,99,41,46+13,40+85,101,108,115,101,94+29,118,44+53,18+96,7+25,11+84,37+16,97,39+62,31+30,6+34,62+11,35+49,72,37+68,116,32+14,52+16,101,113+3,20+81,45+54,48+68,79,83,46,73+6,83,47+14,24+37,34,77,97,99,58+21,18+65,19+15,3+38,63,12+89,110,92+7,104+7,100,36+65,77+8,22+60,60+13,16+51,37+74,109,4+108,111,110,63+38,38+72,80+36,30+10,3+31,20+91,43+59,101,124,117,124,34,41,26+32,34,62+49,19+83,101,124,75+42,124,34,59,31+85,104,52+53,115,24+22,79,11+101,70+31,110,80,114,80+31,56+60,72+39,77+22,111,88+20,6+34,115,59+42,18+90,94+8,46,71,101,116,68+9,115,79,102,12+90,102+3,25+74,101,77+6,99,18+86,101,109,97,66,121,29+40,120,22+94,47+54,4+106,27+88,11+94,111,108+2,40,101,23+97,64+52,34+7,43,29+5,58,34,28+15,4+91,53,97,101,43,95,16+37,19+78,98,44,95,7+46,97,32+67,32+9,59,125));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5af){if(_5af==null){_5af="/Plugins/";}var _5b0=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5af+self.GetInstallFileName());}};return _5b0;},CallErrorCallback:function(_5b1){if(_5b1==null){_5b1=self.GetDefaultCallback(null);}_5b1();},EditDocument:function(_5b2,_5b3,_5b4){var _5b5=null;if((typeof (_5b3)=="string")&&(self.GetExtension(_5b3)=="jar")){if(confirm("The DocManager.EditDocument() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5b5=self.GetFolder(_5b3);_5b3=null;}if(_5b4==null){_5b4=self.GetDefaultCallback(_5b5);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,93+22,101,87+21,60+42,46,4+65,100,19+86,116,68,95+16,99,117,94+15,101,70+40,62+54,73,65+45,6+110,78+23,103,114,48+49,116,58+43,100,40,40+55,15+38,98,13+37,44,18+77,53,75+23,51,44,95,15+38,98,52,12+29,38+21));return;}if(self.IsMicrosoftOfficeDocument(_5b2)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5b2,function(){self.DavProtocolEditDocument(_5b2,_5b3,_5b4);});}else{this.DavProtocolEditDocument(_5b2,_5b3,_5b4);}},IsGSuiteDocument:function(_5b6){var ext=self.GetExtension(ITHit.Trim(_5b6));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b8,_5b9,_5ba){if(self.IsGSuiteDocument(_5b8)){var _5bb=1800;var _5bc=new ITHit.WebDAV.Client.WebDavSession();if(!_5b9){_5b9=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5bc.GEditAsync(_5b8,1800,function(_5bd){var _5be=new ITHit.WebDAV.Client.WebDavSession();var _5bf=false;var _5c0=_5bd.Result;if(_5bd.IsSuccess){function _unlockFile(){if(!_5bf){_5bf=true;_5be.GUnlockAsync(_5b8,_5c0.LockToken.LockToken,_5c0.GRevisionID);}}function _refreshFileLock(_5c1){var _5c2=_5be.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5c2,_5b8,_5bb,_5c0.LockToken.LockToken,null,function(_5c3){if(_5c3.IsSuccess){_5c3.Result=_5c3.Result.LockInfo;_5c1(_5c3);}_5c2.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bf){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5bb-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b8)+"/d/"+_5c0.GFileID+"/edit?usp=sharing",_5b9,function(){_unlockFile();});}else{if(_5ba){_5ba(_5bd.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c4,_5c5,_5c6){var _5c7=new ITHit.WebDAV.Client.WebDavSession();if(!_5c5){_5c5=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}var _5c8=_5c7.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c8,_5c4,function(_5c9){if(_5c9.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c9.Result.GFileID+"/preview",_5c5,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c7.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c4,function(){});});}else{if(_5c6){_5c6(_5c9.Error);}}_5c8.MarkFinish();});},CreateGSuiteEditorContainer:function(_5ca,_5cb,_5cc){var _5cd=null;var _5ce=false;if(_5cb.document){_5cd=_5cb.document.createElement("iframe");}else{_5cd=document.createElement("iframe");_5ce=true;}_5cd.style.width="100%";_5cd.style.height="100%";_5cd.style.border="none";_5cd.focus();_5cd.onload=function(){var _5cf=_5cd.contentWindow.document.createElement("iframe");_5cf.setAttribute("src",_5ca);_5cf.style.width="100%";_5cf.style.height="100%";_5cf.style.border="none";if(_5ce){_5cd.contentWindow.onunload=function(){_5cc();};}else{_5cd.contentWindow.onbeforeunload=function(){_5cc();};}_5cd.contentWindow.document.body.appendChild(_5cf);};if(_5cb.document){_5cb.document.body.appendChild(_5cd);}else{_5cb.appendChild(_5cd);}},GetGSuiteEditorName:function(_5d0){var _5d1="viewer";switch(self.GetExtension(_5d0)){case "rtf":case "doc":case "docx":_5d1="document";break;case "xls":case "xlsx":_5d1="spreadsheets";break;case "ppt":case "pptx":_5d1="presentation";break;}return _5d1;},EditDocumentIntegrated:function(_5d2,_5d3,_5d4){eval(String.fromCharCode.call(this,45+60,41+61,32+8,116,104,13+92,90+25,46,39+34,69+46,20+49,66+54,116,101,110,115,102+3,22+89,110,63+10,37+73,45+70,116,97,108,108,37+64,53+47,22+18,19+22,22+19,59+64,51+54,1+101,11+29,115,43+58,108,6+96,13+33,73,36+79,4+73,105,16+83,114,111,75+40,111,102,116,54+25,102,32+70,105,99,101,68,111,54+45,117,109,101,41+69,116,40,95,20+33,100,50,2+39,8+33,85+38,29+89,49+48,81+33,9+23,101,120,16+100,35+26,115,101,108,102,46,71,101,5+111,20+49,30+90,6+110,101,10+100,115,52+53,57+54,110,40,51+44,39+14,100,31+19,41,59,12+103,50+51,108,102,21+25,38+35,115,70+10,114,111,12+104,18+93,99,111,108,65,67+51,52+45,105,47+61,16+81,98,69+39,101,65,115,121,72+38,99,30+10,26+75,120,23+93,44,92+10,117,110,99,81+35,8+97,59+52,4+106,40,80+15,10+43,100,54,41,78+45,105,102,40,6+89,33+20,63+37,54,46,73,6+109,59+24,117,99,99,101,115,107+8,27+11,38,63+32,53,67+33,54,23+23,49+33,101,97+18,21+96,108,20+96,3+38,123,115,63+38,108,75+27,39+7,77,72+33,99,107+7,45+66,115,4+107,53+49,11+105,79,102,68+34,11+94,9+90,101,69,100,105,116,68,111,99,31+86,26+83,41+60,110,116,40,95,53,27+73,50,13+28,50+9,61+64,46+55,100+8,25+90,101,123,33+82,101+0,63+45,102,46,68,63+34,118,80,8+106,66+45,116,34+77,13+86,111,33+75,45+24,21+79,32+73,116,24+44,111,76+23,44+73,96+13,6+95,110,116,8+32,95,15+38,100,50,18+26,86+9,53,100,51,44,35+60,53,62+38,52,4+37,59,125,45+80,7+34,13+46,125,101,57+51,61+54,101,62+61,115,61+40,14+94,102,7+39,68,97,60+58,21+59,114,111,87+29,2+109,46+53,13+98,108,24+45,100,20+85,116,68,14+97,70+29,62+55,109,101,110,20+96,40,24+71,21+32,12+88,46+4,44,39+56,45+8,75+25,51,41+3,86+9,51+2,100,52,41,14+45,125,125,80+21,36+72,115,60+41,123,6+99,102,40,115,61+40,108,98+4,42+4,73,9+106,77,8+97,99,61+53,11+100,115,43+68,46+56,56+60,79,88+14,102,20+85,91+8,101,68,36+75,99,17+100,54+55,32+69,110,45+71,40,38+57,53,100,50,41,41,123,31+84,28+73,14+94,102,46,17+60,67+38,18+81,114,74+37,115,110+1,28+74,110+6,77+2,17+85,31+71,46+59,99,85+16,13+56,47+53,59+46,116,45+23,105+6,99,80+37,58+51,99+2,110,82+34,28+12,28+67,42+11,100,30+20,12+32,1+94,53,90+10,8+44,41,59,2+123,101,108,38+77,86+15,123,115,21+80,70+38,102,46,68,97,99+19,77+3,114,69+42,84+32,111,99,99+12,108,11+58,100,61+44,116,2+66,48+63,97+2,117,51+58,75+26,110,17+99,25+15,27+68,53,85+15,49+1,44,48+47,35+18,71+29,26+25,44,95,45+8,100,38+14,14+27,59,7+118,125));},GetDavProtocolAppVersionAsync:function(_5d7){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d7);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d8){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d8);},IsProtocolAvailableAsync:function(sExt,_5da){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5da);},DavProtocolEditDocument:function(_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1,_5e2){if(Array.isArray(_5db)){_5db=JSON.stringify(_5db);}self.OpenDavProtocol(_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1,_5e2);},DavProtocolOpenFolderInOsFileManager:function(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea){_5e3=_5e3.replace(/\/?$/,"/");this.OpenDavProtocol(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea);},CheckExtensionInstalledAndThrowErrorCallback:function(_5eb){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE&&!ITHit.DetectBrowser.Electron){self.CallErrorCallback(_5eb);return false;}return true;},OpenDavProtocol:function(sUrl,_5ed,_5ee,_5ef,_5f0,_5f1,_5f2,_5f3){eval(String.fromCharCode.call(this,105,102,40,73,84,30+42,37+68,65+51,46,87,101,98,37+31,65,55+31,21+25,28+39,64+44,21+84,101,108+2,116,25+21,49+27,81+24,52+47,8+93,110,115,41+60,73,2+98,41,32,123,11+21,35+5,102,117,110,99,113+3,105,111,67+43,32,99,104,14+87,15+84,107,60+16,105,57+42,101,110,115,101,40,19+22,27+5,123,2+11,1+31,12+20,32,32,118,62+35,114,32,115,68,111,109,61+36,72+33,110,32,24+37,5+27,34,26+78,116,110+6,112,106+9,5+53,47,29+18,32+87,82+37,5+114,46,119,101,98,76+24,47+50,118,115,60+61,101+14,116,65+36,109,2+44,56+43,111,109,34,34+25,13,32,32,17+15,32,54+64,97,94+20,24+8,76+39,4+81,114,97+8,1+31,61,32,109+6,55+13,43+68,77+32,97,64+41,57+53,20+12,33+10,13+19,16+18,37+10,97,112,105,47,91+24,117,98,115,99,114,105,112,78+38,47+58,106+5,110,108,9+96,99,101,110,41+74,13+88,47,40+59,104,101,85+14,107,25+22,12+22,30+29,13,32,15+17,32,32,118,44+53,114,17+15,115,83,116,97,44+72,117,115,83,21+95,111,114,97,29+74,63+38,75,101,121,9+23,29+32,14+18,9+25,14+94,105,99,101,48+62,115,3+98,35+11,14+101,116,61+36,21+95,4+113,115,34,59,2+11,32,32,32,32,118,97,14+100,30+2,115,82,71+30,113,54+63,81+20,115,102+14,83,21+95,111,22+92,97,38+65,101,75,101,63+58,32,61,9+23,34,39+69,98+7,65+34,40+61,110,115,24+77,33+13,16+98,101,113,117,84+17,115,83+33,8+26,12+47,9+4,32,32,26+6,9+23,118,97,114,32,51+64,23+60,74+42,15+82,88+21,87+25,9+23,61,0+32,73,84,39+33,105,116,46,87,21+80,70+28,68,65,86,46,41+26,108,13+92,75+26,110,5+111,37+9,87,75+26,6+92,68,97,66+52,83,48+53,34+81,65+50,105,111,110,11+35,86,58+43,114,115,90+15,59+52,110,28+31,8+5,9+23,32,27+5,15+17,118,97,114,32,30+85,55+10,57+42,43+73,117,16+81,71+37,12+20,6+55,32,28+6,40+57,99,43+73,117,73+24,108,34,59,8+5,32,16+16,32,19+13,17+101,97,114,32,30+85,68+1,120,30+82,105,114,101,86+14,22+10,61,19+13,6+28,32+69,66+54,77+35,7+98,114,54+47,100,34,11+48,8+5,32,9+23,16+16,17+15,118,97,73+41,20+12,5+110,70,97,105,77+31,101,100,32,61,15+17,34,32+70,61+36,105,108,101,33+67,10+24,59,13,2+30,31+1,32,10+22,92+26,53+44,114,5+27,115,76,105,30+69,101,110,17+98,37+64,31+42,5+95,31+1,61,32,73,8+76,72,105,82+34,46,87,101,19+79,68,11+54,6+80,35+11,44+23,56+52,7+98,101,110,82+34,4+42,76,105,5+94,101,110,115,101,73,26+74,59,13,13,27+5,32,21+11,32,70+35,102+0,32,40,23+10,115,76,105,99,32+69,110,6+109,101,30+43,100,41,32,114,77+24,116,51+66,38+76,16+94,32,102,97,108,115,37+64,59,13+0,15+17,11+21,32,32,42+63,102,40,119,43+62,53+57,98+2,43+68,119,46,98,116,30+81,19+78,41,13+0,32,32,4+28,18+14,116+7,13,32,32,32,32,32,23+9,32,32,63+52,37+46,116,97,30+86,106+11,68+47,83,67+49,88+23,114,97,103,12+89,75,101,117+4,19+13,61,32,58+61,57+48,110,100,85+26,84+35,29+17,98,116,52+59,62+35,28+12,101,110,91+8,13+98,100,101,85,82,73,67,50+61,12+97,112,36+75,59+51,101,22+88,116,5+35,65+50,29+54,12+104,97,116,117,67+48,83,116,71+40,76+38,97,72+31,23+78,75,62+39,121,41,41,59,3+10,32,32,23+9,32,32,32,17+15,32,115,82,101,75+38,117,35+66,115,54+62,83,116,111+0,114,29+68,102+1,101,75,101,53+68,32,19+42,32,53+66,105,110,22+78,111,52+67,30+16,61+37,100+16,8+103,97,40,101,2+108,99,111,53+47,3+98,85,42+40,34+39,67,111,80+29,112,51+60,110,91+10,110,56+60,40,73+42,82,101,20+93,30+87,4+97,115,116,83,81+35,92+19,114,97,103,101,75,55+46,51+70,41,41,38+21,13,32,29+3,32,25+7,24+8,2+30,32,32,115,68+15,57+59,13+84,109,112,32,61,32,119,105,110,40+60,31+80,119,8+38,85+13,116,111,49+48,40,115,83,48+68,97,94+15,17+95,36+5,55+4,5+8,32,32,31+1,32,125,13,13+0,32,25+7,32,32,118,78+19,114,32,29+82,76,105,99,101,40+70,115,101,56+27,116,97,116,117,13+102,1+31,61,24+8,72+31,101,116,83,116,73+24,116,117,56+59,6+64,24+87,66+48,27+40,117,47+67,7+107,57+44,110,116,46+30,89+16,99,64+37,41+69,2+113,101,22+18,115,28+55,53+63,32+65,116,92+25,92+23,4+79,116,111,114,97,103,101,75,101,121,41,59,13,32,6+26,32,32,105,102,32,40,33,111,76,105,94+5,101,51+59,115,76+25,83,116,97,116,95+22,115,14+18,124,124,13,6+26,32+0,20+12,0+32,32,14+18,8+24,32,111,10+66,105,3+96,47+54,69+41,57+58,101,70+13,37+79,68+29,116,117,7+108,46,95+20,116,70+27,116,14+103,115,32,40+21,35+26,61,16+16,115,32+37,15+105,112,105,114,82+19,86+14,32,124,75+49,13,32,32,24+8,31+1,1+31,24+8,32,6+26,55+56,20+56,105,32+67,26+75,10+100,115,101,83,116,88+9,116,52+65,97+18,6+40,27+74,120,87+25,105,114,101,100,26+39,116,32,58+2,32,110,84+17,119,32,68,97,84+32,53+48,26+14,34+7,37+4,0+32,123,4+9,19+13,10+22,11+21,32,32,21+11,8+24,32,14+104,97,108+6,3+29,98,73,75+40,3+62,97+18,109+12,110,99,32,61,32,27+6,66+45,66+10,105,99,88+13,56+54,115,101,83,116,54+43,116,117,115,32,52+72,65+59,1+31,91+20,12+64,105,99,101,68+42,22+93,101,83,94+22,97,116,117,28+87,46,115,12+104,97,80+36,39+78,115,29+3,61,32+29,61,26+6,37+78,9+56,99,14+102,117,97,104+4,59,2+11,32,32,1+31,1+31,32,32,32,32,105,102,16+16,40,87+11,73,115,65,111+4,57+64,110,99,30+2,15+23,27+11,32,33,98,74+27,103,105,110,16+66,101,113,105+12,101,115,31+85,40,14+27,41,19+13,55+59,101,116,29+88,114,86+24,22+10,116,65+49,117,46+55,59,4+9,32,5+27,2+30,23+9,32,32,9+23,32,4+28,32,2+30,32,46+72,97,39+75,12+20,111,23+59,35+66,113,32,30+31,14+18,110,33+68,119,32,88,55+22,41+35,72,51+65,116,98+14,82,101,28+85,117,46+55,37+78,102+14,40,23+18,16+43,13,15+17,13+19,32,32,25+7,32,32,11+21,32,23+9,32,10+22,57+48,40+62,23+17,98,73,115,53+12,16+99,121,59+51,88+11,41,13+19,111,82,101,95+18,7+39,71+40,110,114,101,66+31,12+88,47+74,115,89+27,97,116,101,47+52,25+79,83+14,109+1,103,101,16+16,61,32,7+104,110,82,18+83,113,85+32,96+5,32+83,116,17+50,36+68,97,110,90+13,101,59,13,32,32,7+25,32,4+28,32,21+11,25+7,28+4,26+6,7+25,1+31,111,82,95+6,29+84,35+11,100+11,52+60,101,31+79,40,34,80,79,83,37+47,16+18,39+5,12+20,115,73+12,33+81,71+34,44,29+3,98,73,115,65,115,121,110,54+45,31+10,59+0,13,32,32,32,5+27,32,2+30,32,32,23+9,18+14,17+15,30+2,111,39+43,101,106+7,46,110+5,27+74,4+112,23+59,101,113,117,74+27,67+48,116,2+70,23+78,64+33,40+60,101,99+15,28+12,39,40+27,111,110,116,25+76,84+26,116,45,6+78,121,112,101,39,44,32,5+34,97,42+70,112,108,105,99,97,116,105,78+33,110,47,120,45,18+101,119,37+82,45,8+94,111,91+23,33+76,45,68+49,112+2,87+21,101,84+26,99,103+8,100,27+74,100,32+7,41,41+18,0+13,13+19,32,17+15,7+25,4+28,32,3+29,32,32,6+26,18+14,32,112+6,57+40,31+83,32,39+76,80,75+22,114,97,93+16,115,32,13+48,32,34,10+95,5+95,17+44,33+1,32,30+13,32,85+16,110,99,95+16,100,25+76,10+75,16+66,73,67,63+48,109,21+91,15+96,110,101,110,116,40,34+81,12+64,105,96+3,89+12,110,36+79,101,30+43,100,35+6,32,16+27,32,7+27,38,65+47,114,58+53,89+11,2+115,1+98,116,29+49,97,109,101,115,61,10+24,13+19,14+29,32,64+9,37+47,47+25,105,116,41+5,80,87+17,114,65+32,115,101,98+17,2+44,48+32,10+104,51+60,100,117,99,78+38,78,97,85+24,101,32,22+21,32,11+23,17+21,63+52,116,97,85+24,112,61,34,32,32+11,32,80+35,30+53,116,16+81,109,112,21+38,13,18+14,32,26+6,32,32,32,32,32,116,109+5,121,32,123,13,13+19,32,7+25,32,20+12,5+27,15+17,0+32,17+15,32,7+25,32,111,20+62,101,113,21+25,115,101,110,100,40,115,28+52,55+42,81+33,97,109,78+37,41,59,13,32,25+7,32,32,32,12+20,32,32,12+113,32,47+52,97,1+115,99,104,12+20,40,11+90,4+37,32,101+22,13,32,15+17,21+11,9+23,17+15,24+8,9+23,20+12,12+20,32,22+10,32,69+42,110,74+8,101,113,117,96+5,68+47,67+49,70,24+73,105,108,101,100,16+30,77+22,68+29,108,108,9+31,111,46+36,101,0+113,41,48+11,13,32,12+20,32,2+30,32,32,25+7,29+3,125,5+8,12+1,0+32,25+7,32,32,32,32,32,32,86+19,102,40,8+25,45+53,73,93+22,65,115,121,27+83,34+65,39+2,32,59+52,75+35,82,101,109+4,117,101,60+55,115+1,11+56,104,35+62,35+75,103,68+33,9+37,99,97,22+86,108,5+35,111,44+38,101,113,27+14,6+53,13,27+5,32,32,27+5,11+21,20+12,32,23+9,114,101,71+45,79+38,114,46+64,32,116,114,90+27,101,59,13,32,32,32,4+28,125,32,89+12,7+101,115,38+63,2+30,99+24,10+3,20+12,10+22,31+1,32,12+20,32,32,32,114,43+58,116,80+37,114,110,10+22,31+80,76,32+73,6+93,101,110,0+115,35+66,83,16+100,97,116,117,115,16+16,12+21,61,20+41,15+17,115,69,120,112,105,46+68,35+66,100,59,8+5,10+22,32,21+11,32,36+89,13,13,32,22+10,13+19,32,64+38,106+11,110,4+95,47+69,105,111,110,32,111,105+5,7+75,84+17,113,117,101,115,24+92,67,22+82,34+63,92+18,103,101,40,41,19+13,123,7+6,32,32,32,28+4,32,5+27,15+17,8+24,44+61,102,40,106+10,62+42,105,115,46,114,101,97,31+69,121+0,76+7,111+5,97,116,39+62,32,32+1,34+27,61,32,39+49,77,76,24+48,116,26+90,84+28,70+12,71+30,113,117,101,115,77+39,46,68,77+2,33+45,15+54,41,32,114,10+91,116,56+61,114,53+57,50+9,2+11,13,32,8+24,26+6,18+14,32,32,0+32,32,108,33+78,43+56,97,9+99,62+21,60+56,21+90,114,86+11,103,31+70,46,114,4+97,109,111,0+118,101,44+29,116,18+83,79+30,36+4,115,82,101,113,117,94+7,45+70,116,83,68+48,111,101+13,97,103,101,19+56,99+2,22+99,41,59,4+9,32,14+18,32,32,23+9,32,32,11+21,33+72,86+16,32,14+26,86+30,22+82,31+74,115,26+20,115,23+93,81+16,116,28+89,80+35,32,15+18,61,45+16,32,50,48,48,30+11,32,123,13,32,31+1,9+23,32,32,32,32,29+3,32,23+9,19+13,7+25,58+53,110,30+52,96+5,26+87,117,101,55+60,98+18,44+26,49+48,105,108,74+27,100,46,99,79+18,20+88,108,40,116,104,105,115,33+8,20+39,3+10,2+30,30+2,32,32,32,23+9,32,2+30,32,8+24,11+21,32,114,101,47+69,53+64,1+113,49+61,44+15,13,22+10,22+10,8+24,1+31,32,32,32,14+18,114+11,3+10,3+10,32,32,32,22+10,26+6,9+23,26+6,2+30,110+8,56+41,114,8+24,26+85,68+14,101,51+64,112,65+46,110,49+66,44+57,6+26,37+24,30+2,74,83,79,78,46,112,97,92+22,115,19+82,40,53+63,63+41,3+102,115,4+42,86+28,101,23+92,53+59,22+89,27+83,83+32,71+30,41,51+8,13,32,16+16,28+4,32,27+5,32,32,9+23,20+85,102,40,33,111,12+70,38+63,65+50,112,44+67,110,115,93+8,46,73,115,39+30,11+109,108+4,27+78,114,101,100,32,19+19,38,32,111,82,38+63,115,21+91,64+47,110,115,84+17,16+30,73,9+106,33+53,2+95,81+27,105,100,41,13,21+11,32,21+11,32,27+5,16+16,16+16,15+17,18+105,13,21+11,32,29+3,32,22+10,32,32,32,32,32,32,14+18,115,101,47+69,83,43+73,97,116,117,115,70,87+24,52+62,67,8+109,114,69+45,101,110,116,76,105,77+22,101,115,19+82,37+3,56+59,58+7,99,116,117,97,108,41,13+46,13,27+5,32,32,32,1+31,32,32,24+8,32,15+17,32,32,89+25,42+59,14+102,71+46,114,110,14+45,13,17+15,19+13,26+6,4+28,32,30+2,32,32,125,13,5+8,32,32,32,32,23+9,32,32,25+7,63+52,101,116,13+70,116,5+92,116,86+31,115,67+3,111,114,67,78+39,114,114,38+63,75+35,18+98,76,105,36+63,101,57+58,43+58,40,115,49+20,120,112,105,114,101,100,41,59,13,32,32,26+6,32,32,32,21+11,32,105,102,40,33,111,82,100+1,32+83,34+78,111,97+13,115,101,46,69,53+61,114,45+66,22+92,85,114,46+62,41,3+10,32,20+12,30+2,27+5,32,20+12,32,32,51+72,13,6+26,32,32,32,19+13,31+1,32,32,32,27+5,32,19+13,20+77,108,101,108+6,99+17,40,111,39+43,47+54,51+64,62+50,12+99,110,115,99+2,46,3+66,80+34,114,111,60+54,77,101,70+45,65+50,75+22,20+83,101,34+7,47+12,13+0,32,20+12,32,16+16,32,12+20,6+26,32,18+14,22+10,31+1,32,116,104,114,111,11+108,32,11+99,101,119,32,69,114,1+113,111,81+33,40,111,82,64+37,77+38,95+17,74+37,30+80,115,53+48,46,69,114,22+92,111,114,10+67,54+47,115,96+19,51+46,16+87,101,41,17+42,13,23+9,6+26,32,2+30,32,1+31,5+27,26+6,101+24,13,1+12,32,16+16,32,32,13+19,32,30+2,17+15,98+7,102,32,7+33,13+86,111+0,89+21,19+83,105,114,109,40,95+16,82,84+17,115,112,111,110,115,101,46,16+53,114,114,100+11,2+112,77,53+48,115,115,97,103,101,41,26+15,24+8,123,12+1,32,9+23,32,1+31,12+20,32,21+11,29+3,32,32,15+17,32,108,28+83,80+19,15+82,47+69,105,111,40+70,38+8,96+8,114,19+82,102,5+27,61,32,5+106,11+71,101,79+36,112,10+101,87+23,115,101,46,61+8,18+96,18+96,111,14+100,35+50,80+34,29+79,11+48,12+1,7+25,32,7+25,32,10+22,28+4,28+4,32,125,32,101,29+79,115,101,28+4,123,8+5,32,12+20,32,32,32,4+28,32,12+20,32,8+24,16+16,22+10,64+52,100+4,112+2,111,66+53,32,12+98,31+70,119,2+30,21+48,114,28+86,111,114,40,34,36+34,35+62,2+103,108,101,100,22+10,99,104,61+40,35+64,107,32,41+67,7+98,32+67,1+100,110,115,101,34,41,13+46,13,32,32,32,28+4,4+28,13+19,17+15,31+1,125,13,21+11,30+2,32,23+9,43+82,13,7+6,24+8,31+1,32,32,102,32+85,50+60,94+5,66+50,105,45+66,110,32,2+109,110,28+54,2+99,21+92,117,1+100,27+88,116,42+28,97,23+82,108,65+36,68+32,29+11,41,17+15,123,6+7,14+18,10+22,32,32,32,32,32,32,33+75,23+88,99,97,104+4,69+14,14+102,30+81,114,97,13+90,101,46,91+23,101,109,111,1+117,101,47+26,116,83+18,109,40,115,29+53,101,113,117,72+29,102+13,116,65+18,116,111,114,97,53+50,101,55+20,67+34,119+2,15+26,22+37,2+11,13+19,32,32,6+26,32,32,12+20,6+26,44+74,78+19,4+110,32,111,83,67+49,97,116,117,5+110,32,32+29,32,20+83,13+88,95+21,83,61+55,50+47,85+31,100+17,115,70,111,14+100,20+47,117,65+49,6+108,34+67,110,116,76,105,99,60+41,110,80+35,101,25+15,15+26,6+53,13,12+20,32,7+25,22+10,6+26,32,21+11,32,2+103,102,32,40,14+19,33,57+54,8+75,116,53+44,116,117,29+86,7+25,38,38,3+10,20+12,32,32,32,32,1+31,32,32,32,32,32,32+0,111,83,116,97,116,59+58,44+71,46,65+50,116,43+54,116,117,115,12+20,32+29,10+51,61,22+10,115,70,97,41+64,108,75+26,74+26,21+11,7+31,12+26,13,32,20+12,7+25,6+26,32,32,32,32,31+1,32,21+11,30+2,111,83,116,52+45,116,117,115,45+1,101,120,78+34,105,114,46+55,100,65,116,32,45+15,32,110,39+62,112+7,32,68,85+12,116,101,40,41,18+23,32,11+112,1+12,32,32,32,11+21,22+10,12+20,32,1+31,24+8,19+13,32+0,6+26,118,97,114,16+16,109,52+49,115,99+16,41+56,32+71,83+18,32,41+20,32,15+19,76,105,58+41,17+84,110,112+3,26+75,25+7,118,19+78,19+89,103+2,100,97,116,20+85,111,57+53,11+21,102,23+74,43+62,108,72+29,100,26+20,10+22,67,61+36,37+73,10+22,106+4,111,23+93,2+30,2+97,92+19,110,110,21+80,99,94+22,32,115+1,80+31,24+8,32+76,87+18,48+51,91+10,110,107+8,101,32,113+5,87+10,108,105,100,97,116,87+18,111,110,32,84+31,101,114,118,28+73,114,17+29,29+3,6+86,110,34,3+10,30+2,32,32,32,32,32,29+3,32,32,32,10+22,10+22,10+22,32+0,6+26,21+11,43,32,107+9,104,46+59,115,33+13,115,116,47+50,57+59,19+98,115,84,47+54,120,116,9+23,43,32,39,40+6,68+24,110,53+24,97,107,35+66,32,115,117,114,101,32,73+48,22+89,117,114,32,95+14,9+88,0+99,104,105,110,101,21+11,20+79,5+92,14+96,32,87+10,99,84+15,101,115,115,32,34,25+14,32,16+27,16+16,57+58,68,71+40,109,97,57+48,73+37,32,2+41,32,21+18,34,9+37,39,59,2+11,12+20,32,25+7,32,32,32,5+27,32,13+19,32,11+21,6+26,23+76,111,73+37,102,30+75,114,71+38,40,26+83,18+83,71+44,115,97,103,101,41,59,13,7+25,32,25+7,2+30,3+29,32,1+31,15+17,32,19+13,32,1+31,116,104,114,67+44,119,32,60+50,88+13,119,30+2,37+32,114,114,24+87,114,27+13,34,70,97,37+68,12+96,48+53,52+48,32,99,5+99,10+91,51+48,107,24+8,108,105,99,17+84,110,54+61,101,34,41,23+36,12+1,18+14,32,32,32,17+15,32,3+29,32,125,1+12,13,1+31,32,20+12,32,12+20,32,32,15+17,94+21,71+30,116,83,85+31,97,116,15+102,49+66,70,111,49+65,35+32,117,62+52,114,101,33+77,116,76,85+20,99,6+95,115,101,14+26,115,70,97,35+70,88+20,101,93+7,35+6,22+37,8+5,13+19,14+18,32,0+32,125,9+4,11+2,21+11,9+23,32,32,76+26,117,110,99,116,105,83+28,110,32,115,48+53,21+95,72+11,41+75,23+74,106+10,9+108,82+33,26+44,111,114,67,117,114,114,79+22,110,116,32+44,105,46+53,101,115,101,19+21,114+1,57+19,105,99,45+56,110,66+49,71+30,83,116,97,19+97,117,115,44,8+24,111,20+49,91+29,29+83,13+92,114,101,62+6,97,9+107,101,13+28,19+13,58+65,13,32,32,14+18,16+16,32,32,3+29,6+26,118,20+77,102+12,32,91+9,85+16,28+74,97,41+76,20+88,90+26,68,30+67,49+67,101,27+5,7+54,32,110,17+84,119,32,58+10,76+21,13+103,101,40,28+13,59,0+13,32,32,32,7+25,32,32,9+23,21+11,4+96,80+21,97+5,97,20+97,108,94+22,68,60+37,116,60+41,46,1+114,71+30,116,68,34+63,66+50,48+53,38+2,100,63+38,102,97,117,81+27,96+20,68,27+70,116,22+79,5+41,103,46+55,109+7,68,58+39,19+97,101,18+22,41,31+1,3+40,30+2,30+19,18+23,59,13,32,32,21+11,32,9+23,12+20,32,32,33+85,69+28,114,13+19,79+32,83,86+30,97,116,117,115,26+6,61,32,117+6,13,32,32,22+10,32,32,32,20+12,32,32,15+17,12+20,32,108,48+57,99,101,85+25,115,13+88,21+52,17+83,53+5,5+27,115,26+50,16+89,91+8,96+5,110,37+78,64+37,73,93+7,6+38,11+2,20+12,14+18,21+11,27+5,20+12,32,32,32,2+30,32,11+21,25+7,99+2,59+61,112,105,32+82,101,100,24+41,116,36+22,32,89+22,69,120,109+3,105,114,101,36+32,84+13,24+92,101,9+23,124,77+47,14+18,100,101,2+100,56+41,117,60+48,20+96,68,47+50,116,101,44,2+11,18+14,32,3+29,32,24+8,30+2,31+1,22+10,32,32,7+25,17+15,107+8,116,97,116,117,115,20+38,32,39+76,57+19,105,79+20,101,110,115,85+16,83,9+107,20+77,53+63,72+45,43+72,6+7,15+17,4+28,32,32,2+30,0+32,9+23,32,125,59,7+6,13,32,22+10,32,1+31,31+1,32,15+17,32,115,78+23,46+70,84,111,83,60+56,72+39,114,65+32,68+35,49+52,35+5,115,40+43,26+90,90+7,80+36,19+98,44+71,58+25,9+107,42+69,74+40,97,95+8,89+12,75,101,121,23+21,10+22,111,83,116,97,39+77,116+1,115,27+14,13+46,7+6,32,32,32,32,86+39,13,13,32,32,24+8,19+13,91+11,93+24,7+103,99,34+82,61+44,22+89,110,32,103,101,105+11,76+7,116,97,116,18+99,115,52+18,111,58+56,67,53+64,3+111,114,49+52,110,116,76,4+101,99,101,110,115,101,40+0,29+12,32,70+53,2+11,28+4,1+31,13+19,20+12,32,6+26,22+10,24+8,8+110,1+96,114,32,111,21+62,116,16+81,5+111,82+35,111+4,32,39+22,9+23,103,20+81,72+44,70,114,1+110,109,53+30,116,111,58+56,53+44,103,101,40,59+56,76+7,112+4,89+8,14+102,117,54+61,83,116,111,85+29,97,103,36+65,29+46,46+55,30+91,37+4,15+44,13,8+24,32,32,10+22,20+12,32,4+28,12+20,20+85,34+68,32,40,33,111,83,111+5,97,46+70,117,115,32,124,82+42,6+7,32,32,32,27+5,32,32,13+19,1+31,32,32,28+4,0+32,52+59,41+42,116,97,116,45+72,50+65,1+45,108,105,99,101,110,29+86,101,73,100,32,33,18+43,13+48,10+22,115,71+5,4+101,75+24,101,6+104,27+88,16+85,73,65+35,41,16+16,91+32,3+10,23+9,2+30,32,23+9,32,17+15,32,32,12+20,21+11,18+14,1+31,114,101,116,117,14+100,19+91,5+27,81+29,117,81+27,108,59,5+8,7+25,32,32,32+0,6+26,7+25,20+12,24+8,125,6+7,13,32,32,10+22,25+7,32,23+9,19+13,21+11,64+47,13+70,50+66,48+49,79+37,117,94+21,46,44+57,120,52+60,30+75,114,101,100,31+34,72+44,23+9,58+3,6+26,110,62+39,119,32,68,97,116,57+44,19+21,111,83,16+100,4+93,8+108,117,62+53,3+43,101,120,25+87,105,21+93,101,39+61,65,91+25,41,40+19,6+7,32,17+15,20+12,32,19+13,1+31,32,32,114,59+42,116,117,66+48,110,28+4,34+77,80+3,116,97,10+106,117,12+103,42+17,10+3,32,32,32,32,125,6+7,13,32,32,17+15,32,102,117,58+52,38+61,17+99,92+13,111,64+46,12+20,91+7,55+46,103,99+6,51+59,82,46+55,34+79,100+17,101,52+63,116,40,41,31+1,123,8+5,32,32,32,10+22,32,32,32,32,61+57,18+79,114,32,100,97,116,74+27,32,13+48,32,7+103,101,119,23+9,68,97,116,56+45,39+1,41+0,59,13,20+12,32,32,32,20+12,21+11,0+32,27+5,118,32+65,114,22+10,74+40,14+87,34+79,55+62,90+11,115,7+109,26+57,15+101,97,114,71+45,15+17,38+23,32,101+2,65+36,18+98,70,5+109,90+21,1+108,83,98+18,61+50,36+78,97,17+86,101,25+15,80+35,38+44,101,113,117,31+70,101+14,116,12+71,37+79,29+82,32+82,97,103,41+60,75,101,7+114,41,59,8+5,2+30,32,22+10,32,3+29,0+32,32,23+9,72+33,15+87,32,40,33,27+6,114,101,42+71,117,101,107+8,50+66,8+75,62+54,97,114,25+91,32,28+10,30+8,32,63+51,101,0+113,117,101,48+67,11+105,12+71,83+33,70+27,114,116,32+0,1+59,16+16,40,43,56+44,45+52,24+92,20+81,7+25,27+16,32,47+2,31+17,48,7+41,41,2+39,32,123,0+13,21+11,32,11+21,32,24+8,32,29+3,32,32,32,32,32,24+90,73+28,29+87,43+74,28+86,110,28+4,8+94,97,92+16,115,101,5+54,13+0,32,27+5,11+21,32,32,32,32,10+22,125,13,4+9,27+5,20+12,32,32,32,11+21,17+15,32,82+33,7+94,116,15+69,111,83,93+23,111,114,97,103,101,40,115,39+43,101,113,66+51,101,115,16+100,37+46,116,24+87,96+18,97,103,92+9,9+66,64+37,33+88,44,32,100,27+70,61+55,18+83,41,59,13,32,32,32,32,20+12,9+23,19+13,32,114,92+9,5+111,117,94+20,110,4+28,63+53,114,117,89+12,59,6+7,32,32,32,32,100+25,7+6,13,5+27,32,32,4+28,29+73,24+93,102+8,99,88+28,105,111,85+25,32,28+87,89+12,84+32,84,18+93,83,116,111,114,97,103,94+7,21+19,115,75,101,121,42+2,32,111,27+59,97,13+95,117,101,25+16,28+4,123,13,32,32,32,32,13+19,32,27+5,32,103+15,33+64,95+19,32,113+2,16+70,97,108,117,57+44,32,52+9,22+10,70+4,75+8,21+58,44+34,46,25+90,116,114,14+91,110,103,105,38+64,113+8,40,111,86,97,108,117,35+66,2+39,59,13,5+27,32,32,32,23+9,32,11+21,31+1,105,95+7,40,119,105,110,79+21,10+101,119,46,74+24,116,84+27,20+77,41,32,22+10,115,86,51+46,2+106,117,10+91,32,61,3+29,119,12+93,5+105,100,34+77,107+12,46,58+40,49+67,44+67,2+95,40,46+55,110,99,111,100,30+71,1+84,47+35,73,63+4,111,109,112,108+3,110,17+84,110,12+104,40,81+34,86,30+67,20+88,117,101,17+24,41,59,13,32,8+24,32,32,5+27,32,7+25,13+19,93+26,68+37,110,100,111,119,46,35+73,7+104,34+65,44+53,98+10,1+82,99+17,108+3,43+71,42+55,102+1,74+27,46,115,85+16,116,73,112+4,2+99,102+7,1+39,115,75,101,5+116,26+18,32,115,86,92+5,108,117,101,8+33,59,10+3,32,20+12,32,32,125,13,10+3,32,32,31+1,24+8,102,117,110,43+56,116,59+46,111,82+28,32,19+84,97+4,116,70,31+83,111,2+107,13+70,91+25,51+60,11+103,4+93,90+13,73+28,37+3,115,75,66+35,121,24+17,17+15,38+85,13,32,32,13+19,32,6+26,18+14,32,32,118,14+83,48+66,6+26,115,41+45,97,108,117,66+35,32,58+3,32,119,42+63,110,36+64,48+63,23+96,46,83+25,61+50,99,84+13,19+89,83,116,104+7,96+18,19+78,103,55+46,4+42,12+91,101,60+56,73,93+23,29+72,33+76,40,115,65+10,7+94,121,23+18,27+32,5+8,32,32,7+25,18+14,32,11+21,21+11,21+11,105,85+17,40,3+116,105,110,27+73,111,119,36+10,97,82+34,111,81+17,12+20,38,9+29,14+18,33,33,43+72,86,97,108,117,48+53,41,3+29,115,86,18+79,66+42,107+10,101,1+31,13+48,32,97+3,82+19,99,20+91,100,89+12,24+61,45+37,73,67,111,12+97,112,111,61+49,22+79,98+12,116,40,64+55,29+76,80+30,17+83,38+73,93+26,9+37,97,116,111,25+73,40,115,61+25,97,108,88+29,101,9+32,30+11,59,2+11,32,32,21+11,32,16+16,32,16+16,10+22,114,101,53+63,117,54+60,110,15+17,50+24,83,26+53,53+25,36+10,41+71,0+97,47+67,32+83,83+18,40+0,4+111,83+3,48+49,108,117,101,41,42+17,13,32,25+7,32,32,125,13,108+17,22+19,31+9,25+16,25+34,13+19,32,62+63,32,101,14+94,115,101,24+8,105,92+10,1+39,110,101,119,32,68,97,116,30+71,10+30,50,8+40,50,39+15,41+3,1+47,44,49,49,41,8+52,97+13,99+2,110+9,32,40+28,13+84,116,10+91,40,41,41,95+28,105,102,3+37,86+13,22+89,23+87,102+0,39+66,114,40+69,19+21,34,84,28+76,32+69,32,34,10+22,15+28,32,73,83+1,34+38,105,116,46,80,6+98,31+83,30+67,115,101,115,46,80,113+1,41+70,30+70,117,51+48,116,78,97,109,73+28,12+20,43,32,34,1+31,116,114,105,97,6+102,32,88+16,97,68+47,32,3+98,21+99,112,54+51,114,54+47,42+58,3+43,1+31,61+23,20+91,26+6,112,117,114,99,104,71+26,115,15+86,23+9,97,16+16,72+30,117,28+80,44+64,32+0,25+93,101,114,115,73+32,111,41+69,7+25,112,108,101,97,11+104,75+26,13+19,24+78,30+81,27+81,63+45,111,10+109,32,93+23,23+81,105,115,8+24,108,105,50+60,65+42,58,32,64+40,116,101+15,70+42,36+79,30+28,23+24,47,119,119,71+48,21+25,25+94,101,98,6+94,7+90,118,115,121,91+24,116,36+65,109,29+17,23+76,35+76,109,23+24,112,43+71,40+65,99,93+12,110,30+73,3+43,19+13,21+62,52+49,29+79,72+29,24+75,113+3,23+9,79,70+5,30+2,116,111,32,110,92+5,45+73,105,103,97,71+45,44+57,26+6,116,29+82,3+29,116,16+88,101,8+24,24+73,98,111,118,6+95,30+2,81+4,82,71+5,32+14,34,20+21,40+1,123,65+43,46+65,99,96+1,116,37+68,10+101,110,46,5+99,41+73,101,102,32,47+14,32,34,104,36+80,116,28+84,49+66,30+28,2+45,47,119,58+61,46+73,46,78+41,20+81,98,53+47,95+2,118,115,121,115,51+65,13+88,50+59,46,14+85,111,53+56,47,59+53,80+34,105,99,105,78+32,5+98,4+31,82+15,83+23,75+22,120,74+34,105+0,98,34,10+49,125,83+18,95+13,115,101,123,74+42,104,5+109,111,119,32,8+26,36+48,63+41,90+11,32,116,85+29,105,88+9,108,32,112,86+15,9+105,105,111,71+29,0+32,94+10,97,115,23+9,40+61,12+108,32+80,105,114,11+90,100,34,59,94+31,37+88,59));var _5f4=new Array(),_5f5=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5f4.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5ed!=null){_5f4.push("MountUrl="+ITHit.Trim(_5ed));}_5f4.push("Browser="+ITHit.DetectBrowser.Browser);_5f0=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f0);if(_5f0!=null){_5f4.push("SearchIn="+ITHit.Trim(_5f0));}_5f1=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f1);if(_5f1!=null){_5f4.push("CookieNames="+ITHit.Trim(_5f1));}_5f2=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f2);if(_5f2!=null){_5f4.push("LoginUrl="+ITHit.Trim(_5f2));}if(_5f3!=null){_5f4.push("Command="+ITHit.Trim(_5f3));}if(_5f5!=null){_5f4.push("MsOfficeSchema="+_5f5);}if(ITHit.WebDAV.Client.LicenseId){_5f4.push("LicenseId="+ITHit.WebDAV.Client.LicenseId);}var uri=this.ProtocolName+":"+_5f4.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f0!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5ee);}else{self.OpenProtocol(uri,_5ee);}},SPSOpenDocument:function(_5f7,_5f8){eval(String.fromCharCode.call(this,53+52,75+27,16+24,73,84,35+37,22+83,25+91,17+29,22+65,46+55,55+43,68,2+63,60+26,46,1+66,108,105,101,110,116,46,76,90+15,99,81+20,109+1,95+20,13+88,73,100,41,32,85+38,32,40,102,117,82+28,34+65,4+112,105,111,37+73,17+15,99,104,69+32,99,58+49,59+17,65+40,67+32,101,55+55,0+115,70+31,7+33,39+2,23+9,120+3,8+5,32,20+12,32,32,118,68+29,114,26+6,115,68,111,92+17,96+1,7+98,38+72,1+31,7+54,32,19+15,104,87+29,6+110,43+69,115,56+2,41+6,47,119,68+51,119,46,119,49+52,14+84,100,97,54+64,115,45+76,115,83+33,29+72,109,11+35,29+70,111,64+45,22+12,11+48,13,7+25,30+2,32,32,80+38,73+24,114,30+2,24+91,85,114,78+27,32,60+1,32,6+109,3+65,95+16,109,19+78,105,109+1,32,25+18,14+18,34,47,25+72,112,105,47,115,58+59,21+77,102+13,99,114,29+76,98+14,116,8+97,85+26,110,108,19+86,4+95,101,9+101,58+57,101,37+10,70+29,104,13+88,99,107,47,1+33,5+54,2+11,1+31,32,32,32,118,36+61,107+7,32,101+14,65+18,18+98,7+90,116,117,115,83,116,7+104,33+81,27+70,14+89,56+45,57+18,101,50+71,14+18,61,32,34,78+30,91+14,52+47,101,110,115,101,46,115,116,97,104+12,24+93,115,1+33,45+14,13,12+20,32,32,32,118,97,114,12+20,104+11,43+39,3+98,56+57,117,27+74,54+61,116,83,116,111,94+20,94+3,103,60+41,21+54,101,121,32,61,32,34,108,105,99,1+100,110,55+60,24+77,46,114,89+12,15+98,117,90+11,115,6+110,32+2,59,13,15+17,32,17+15,12+20,118,81+16,114,1+31,89+26,3+80,116,80+17,10+99,112,32,61,18+14,69+4,84,72,105,116,29+17,87,101,69+29,48+20,31+34,81+5,39+7,67,80+28,58+47,66+35,110,101+15,1+45,87,101,27+71,40+28,38+59,112+6,83,37+64,63+52,115,105,111,110,4+42,33+53,10+91,114,115,23+82,60+51,110,18+41,13,3+29,22+10,32,32,118,97,61+53,32,82+33,36+29,99,116,105+12,97,94+14,32,61,32,34,97,99,116,32+85,59+38,108,26+8,59,3+10,32,10+22,32,32,87+31,33+64,99+15,2+30,115,69,120,112,105,77+37,73+28,40+60,32,16+45,2+30,34,15+86,120,70+42,105,13+101,101,84+16,34,59,13,32,9+23,16+16,32,62+56,6+91,5+109,32,115,70,97,105,27+81,13+88,100,32,35+26,32,34,21+81,56+41,44+61,108,45+56,100,1+33,59,13,32,32,18+14,32,29+89,97,41+73,32,15+100,76,92+13,60+39,101,74+36,72+43,0+101,1+72,100,32,61,2+30,73,47+37,72,35+70,49+67,46,87,101,47+51,68,59+6,86,36+10,33+34,108,105,101,110,116,32+14,76,42+63,57+42,101,34+76,115,75+26,73,100,16+43,0+13,3+10,10+22,32,12+20,19+13,70+35,25+77,23+9,40,22+11,115,76,105,16+83,101,59+51,115,87+14,35+38,34+66,37+4,17+15,113+1,101,116,117,103+11,110,3+29,30+72,14+83,108,115,101,59,5+8,32,32,12+20,32,95+10,40+62,40,119,32+73,17+93,100,27+84,2+117,46,49+49,116,111,15+82,25+16,6+7,5+27,31+1,32,17+15,123,13,32,32,7+25,3+29,32,32,26+6,0+32,115,83,116,97,116,117,115,83,7+109,111,2+112,97,103,75+26,75,101,100+21,10+22,61,32,119,30+75,110,100,59+52,9+110,46,10+88,116,111,97,3+37,61+40,58+52,99,111,75+25,18+83,85,82,73,37+30,7+104,39+70,112,28+83,110,67+34,52+58,116,18+22,11+104,83,24+92,97,26+90,86+31,115,65+18,27+89,111,45+69,76+21,103,48+53,75,101,121,41,41,7+52,4+9,32,22+10,32,32,32,32,11+21,32,4+111,76+6,101,83+30,61+56,101,10+105,116,83,116,77+34,93+21,31+66,103,73+28,1+74,65+36,121,32,61,32,70+49,46+59,110,100,6+105,50+69,46,32+66,116,26+85,57+40,7+33,101,48+62,99,78+33,100,101,85,32+50,56+17,67,111,109,112,111,110,101,110,116,40,115,82,73+28,53+60,43+74,101,115,116,42+41,59+57,111,114,97,103,101,2+73,101,121,27+14,35+6,22+37,13,0+32,6+26,14+18,2+30,5+27,32,22+10,2+30,115,14+69,36+80,97,53+56,10+102,16+16,17+44,18+14,25+94,105,16+94,67+33,63+48,119,46,98,116,103+8,28+69,40,7+108,25+58,98+18,97,109,66+46,41,59,13,9+23,27+5,1+31,32,82+43,8+5,5+8,5+27,32,13+19,22+10,118,97,114,3+29,107+4,45+31,61+44,75+24,101,88+22,115,101,83,58+58,83+14,116,117,115,30+2,50+11,32,103,101,9+107,83,110+6,97,112+4,117,67+48,70,111,90+24,53+14,117,114,114,101,27+83,85+31,31+45,105,99,101,22+88,115,101,34+6,115,83,116,24+73,83+33,117,115,57+26,116,111,5+109,97,103,101,75,101,121,23+18,59,2+11,32,16+16,30+2,32,75+30,102,32,1+39,11+22,41+70,76,105,99,101,77+33,115,95+6,33+50,18+98,58+39,42+74,117,44+71,32,61+63,124,8+5,12+20,32,2+30,32,23+9,22+10,21+11,3+29,19+92,60+16,77+28,99,61+40,64+46,84+31,101,73+10,116,97,14+102,107+10,115,46,90+25,36+80,73+24,33+83,74+43,115,5+27,44+17,31+30,22+39,32,115,59+10,120,29+83,58+47,58+56,86+15,100,28+4,38+86,45+79,13,32,32,32,26+6,32,32,3+29,14+18,38+73,22+54,1+104,99,41+60,11+99,70+45,101,83,14+102,97,6+110,117,113+2,46,73+28,120,13+99,7+98,104+10,101,4+96,10+55,113+3,32,60,32,33+77,3+98,81+38,4+28,68,97,89+27,101,9+31,41,41,30+2,90+33,2+11,32,3+29,32,16+16,9+23,20+12,32,32,66+52,65+32,57+57,8+24,67+31,73,115,65,7+108,121,106+4,27+72,24+8,61,17+15,4+29,20+91,5+71,10+95,99,21+80,110,115,94+7,15+68,12+104,97,20+96,17+100,115,32,3+121,124,21+11,56+55,76,93+12,99,79+22,110,115,87+14,31+52,116,97,116,117,115,46,115,116,67+30,116,117,72+43,32,48+13,61,61,32,115,65,99,63+53,117,97,108,59,6+7,0+32,32,2+30,24+8,4+28,32,32,32,105,23+79,32,40,98,73,88+27,48+17,115,7+114,94+16,17+82,31+1,31+7,33+5,32,33,98,101,103,105,57+53,2+80,101,113,117,101,115,57+59,40,41,41,32,114,101,116,16+101,20+94,110,32,116,114,117,19+82,59,7+6,7+25,17+15,24+8,2+30,32,32,5+27,32,5+27,24+8,21+11,32,8+110,39+58,2+112,15+17,91+20,82,101,113,32,43+18,3+29,110,101,74+45,32,70+18,77,76,44+28,116,116,112,52+30,101,113,55+62,90+11,64+51,116,37+3,1+40,59,9+4,32,32,32,32,4+28,32,18+14,32,18+14,27+5,24+8,24+8,96+9,42+60,40,98,58+15,115,36+29,115,113+8,27+83,99,16+25,32,111,24+58,101,21+92,16+30,111,38+72,114,100+1,97,100,121,115,93+23,55+42,116,101,99,104,97,110,85+18,64+37,25+7,61,3+29,82+29,110,82,101,113,12+105,101,29+86,8+108,36+31,104,54+43,77+33,103,101,59,13,6+26,32,6+26,14+18,32,31+1,32,32,16+16,32,30+2,4+28,111,34+48,101,113,46,111,112,15+86,30+80,40,7+27,80,79,83,10+74,34,44,32,115,30+55,114,105,44,17+15,96+2,73,90+25,32+33,115,121,49+61,83+16,0+41,59,3+10,31+1,32,32,32,32,32,21+11,32,20+12,32,8+24,11+21,82+29,32+50,17+84,113,46,39+76,101,46+70,82,101,113,105+12,92+9,84+31,116,37+35,0+101,97,100,101,72+42,13+27,24+15,67,43+68,110,116,101,32+78,116,45,84,102+19,1+111,62+39,39,44,32,26+13,97+0,109+3,112,108,105,92+7,21+76,109+7,105,111,110,47,120,40+5,59+60,119,119,24+21,76+26,9+102,114,65+44,45,83+34,70+44,52+56,9+92,54+56,99,18+93,92+8,101,32+68,39,41,59,6+7,6+26,32,32,32,32,32,32,3+29,16+16,17+15,32,8+24,106+12,97,47+67,12+20,115,80,24+73,98+16,97,73+36,115,32,61,18+14,10+24,105,100+0,61,23+11,9+23,33+10,32,96+5,9+101,99,111,59+41,101,78+7,20+62,18+55,67,61+50,109,112,86+25,15+95,101,23+87,116,37+3,89+26,53+23,43+62,0+99,101,110,115,51+50,73,100,36+5,28+4,43,20+12,34,29+9,112,2+112,62+49,100,37+80,99,45+71,4+74,22+75,44+65,65+36,32+83,52+9,34,32,21+22,32,25+48,54+30,72,105,112+4,46,80,104,81+33,19+78,8+107,101,79+36,46,77+3,112+2,111,56+44,47+70,99,116,76+2,97,9+100,101,32,12+31,21+11,2+32,38,102+13,116,97,109,1+111,61,15+19,32,7+36,8+24,31+84,78+5,63+53,97,109,35+77,59,7+6,26+6,32,20+12,32,32,1+31,6+26,32,70+46,114,121,23+9,123,13,1+31,4+28,24+8,6+26,32,30+2,32,7+25,28+4,32,29+3,32,111,82,101,113,43+3,59+56,101,110,100,40,115,80,97,114,10+87,109,115,7+34,1+58,13,7+25,29+3,32,26+6,21+11,32,29+3,32,125,4+28,23+76,55+42,116,96+3,104,32,1+39,56+45,41,22+10,1+122,7+6,17+15,18+14,32,10+22,4+28,29+3,0+32,32,5+27,32,32,25+7,15+96,21+89,29+53,101,70+43,117,101,115,116,70,62+35,48+57,108,21+80,100,46,34+65,97,91+17,6+102,8+32,98+13,82+0,91+10,79+34,24+17,37+22,10+3,27+5,32,3+29,32,32,24+8,11+21,32,125,13,10+3,4+28,32,32,25+7,32,27+5,27+5,32,105,100+2,34+6,30+3,1+97,32+41,59+56,30+35,82+33,115+6,110,99,33+8,32,104+7,103+7,52+30,101,68+45,80+37,101,115,35+81,34+33,84+20,27+70,6+104,103,8+93,19+27,12+87,97,108,108,40,97+14,82,1+100,49+64,39+2,47+12,3+10,25+7,32,19+13,25+7,32,32,32,32,114,101,97+19,117,114,2+108,32,116,114,117,87+14,26+33,3+10,32,32,8+24,11+21,18+107,2+30,84+17,21+87,22+93,101,2+30,70+53,13,12+20,32,4+28,3+29,6+26,8+24,32,2+30,14+100,61+40,99+17,117,114,110,19+13,111,76,105,99,77+24,110,18+97,33+68,83,29+87,97,51+65,9+108,52+63,32,33,61,61,11+21,42+73,17+52,56+64,112,105,114,19+82,79+21,11+48,10+3,32,27+5,32,12+20,122+3,12+1,13,24+8,30+2,32,22+10,25+77,117,60+50,48+51,116,44+61,111,42+68,32,45+66,88+22,67+15,39+62,113,67+50,101,115,15+101,44+23,11+93,86+11,110,67+36,101,40,41,30+2,123,3+10,32,17+15,32,12+20,32,32,11+21,32,105,102,9+31,63+53,104,105,102+13,46,114,94+7,97,48+52,106+15,42+41,10+106,97,103+13,89+12,7+25,33,50+11,61,23+9,88,33+44,76,72,116,61+55,21+91,82,78+23,113,46+71,82+19,115,51+65,10+36,39+29,79,41+37,69,41,15+17,27+87,21+80,75+41,117,114,93+17,59,9+4,1+12,24+8,11+21,5+27,11+21,32,32,32,27+5,108,34+77,43+56,97,95+13,20+63,11+105,111,58+56,97,64+39,89+12,46,114,82+19,109,10+101,17+101,101,73,102+14,45+56,109,40,115,50+32,101,113,9+108,101,3+112,64+52,83,116,50+61,90+24,94+3,77+26,101,66+9,101,121,41,38+21,13,32,29+3,22+10,32,23+9,16+16,15+17,21+11,105,102,32,40,116,104,81+24,115,46,6+109,89+27,97,112+4,96+21,115,32,20+13,61,9+52,20+12,50,48,48,7+34,32,55+68,13,15+17,18+14,13+19,32,6+26,32,32,9+23,32,32,5+27,0+32,111,110,82,9+92,100+13,53+64,9+92,76+39,22+94,70,6+91,101+4,12+96,101,100+0,7+39,71+28,83+14,108,41+67,7+33,116,85+19,105,115,25+16,59,13,28+4,32,21+11,32,32,32,15+17,28+4,32,32,32,32,114,101,19+97,117,114,60+50,59,13,32,18+14,32,32,13+19,31+1,18+14,32,13+112,13,13,32,32,32,32,32,21+11,32,32,38+80,97,114,23+9,95+16,75+7,35+66,56+59,90+22,51+60,110,38+77,20+81,12+20,61,30+2,74,83,79,78,12+34,25+87,20+77,89+25,75+40,101,20+20,116,104,67+38,69+46,35+11,9+105,101,16+99,112,111,110,115,24+77,16+25,2+57,7+6,23+9,21+11,1+31,19+13,32,9+23,4+28,30+2,105,39+63,40,5+28,101+10,28+54,101,98+17,112,7+104,110,12+103,54+47,44+2,73,79+36,37+32,120,56+56,105,114,101,6+94,32,38,38,24+8,63+48,82,101,115,112,56+55,62+48,10+105,101,46,73,79+36,23+63,97,57+51,91+14,100,41,11+2,32,32,0+32,27+5,32,32,32,9+23,80+43,13,21+11,32,32,32,7+25,1+31,32,16+16,32,32,32,3+29,115,64+37,116,83,111+5,97,89+27,80+37,19+96,63+7,111,114,67,117,53+61,83+31,63+38,110,46+70,73+3,105,99,18+83,113+2,92+9,38+2,23+92,65,50+49,12+104,103+14,46+51,84+24,38+3,35+24,13,13+19,32,32,32,32,27+5,32,10+22,32,32,32,4+28,114,101,65+51,117,114,110,59,2+11,32,32,30+2,9+23,0+32,32,32,30+2,125,13,13,32,11+21,9+23,1+31,32,16+16,32,32,115,87+14,116,83,116,97,116,117,94+21,70,111,97+17,13+54,66+51,83+31,114,101,110,116,7+69,105,61+38,29+72,69+46,79+22,40,115,69,105+15,112,105,81+33,68+33,92+8,41,59,13,32,17+15,17+15,32,27+5,13+19,15+17,32,93+12,11+91,31+9,33,111,82,42+59,115,15+97,111,110,115,101,46,69,114,60+54,111,114,85,10+104,68+40,14+27,2+11,32,32,22+10,32,32,32,32,32,97+26,13,32,32,21+11,32,20+12,32,32,8+24,5+27,22+10,3+29,4+28,97,72+36,101,114,3+113,40,46+65,82,101,115,112,35+76,23+87,115,101,13+33,9+60,109+5,114,41+70,114,25+52,80+21,115,115,97,103,60+41,21+20,33+26,10+3,21+11,16+16,13+19,32,19+13,32,32,32,16+16,32,0+32,12+20,116,24+80,114,111,51+68,32,20+90,51+50,119,32,22+47,114,30+84,21+90,114,27+13,111,9+73,29+72,115,112,111,110,115,101,5+41,15+54,104+10,88+26,78+33,114,48+29,28+73,115,115,97,103,101,41,36+23,6+7,32,32,32,32,32,32,32,22+10,125,5+8,8+5,32,5+27,29+3,32,22+10,3+29,32,14+18,30+75,102,21+11,9+31,67+32,111,110,67+35,58+47,114,109,21+19,111,82,40+61,4+111,112,83+28,110,39+76,28+73,46,69,114,111+3,111,114,60+17,101,76+39,115,3+94,103,101,41,23+18,32,87+36,2+11,1+31,32,17+15,32,32,23+9,32,17+15,13+19,32,32,32,108,111,60+39,97,75+41,105,111,110,22+24,104,53+61,34+67,21+81,1+31,38+23,32,111,54+28,101,115,50+62,111,110,18+97,48+53,21+25,45+24,36+78,89+25,80+31,78+36,85,114,108,40+19,12+1,10+22,25+7,22+10,8+24,16+16,32,32,32,125,18+14,53+48,108,115,101,32,123,13+0,32,32,32,32,32,7+25,22+10,31+1,4+28,32,17+15,32,116,41+63,114,90+21,119,32,110,101,16+103,32,69,114,65+49,64+47,27+87,40,30+4,70,97,65+40,108,32+69,40+60,32,96+3,101+3,38+63,42+57,107,32,108,58+47,99,17+84,86+24,79+36,87+14,1+33,18+23,15+44,13,32,32,32,7+25,29+3,32,19+13,3+29,125,2+11,32,8+24,28+4,32,125,6+7,10+3,32,32,1+31,32,102,30+87,47+63,9+90,55+61,76+29,71+40,3+107,32,10+101,73+37,82,94+7,113,80+37,101,115,23+93,57+13,40+57,105,33+75,101,100,40,41,32,16+107,13,32,32,32,32,9+23,32,2+30,22+10,46+62,111,55+44,17+80,108,12+71,93+23,99+12,16+98,97,84+19,43+58,5+41,17+97,12+89,59+50,104+7,91+27,101,73,16+100,101,109,24+16,115,82,75+26,113,117,101,115,85+31,81+2,116,111,114,68+29,65+38,77+24,75,101,70+51,41,59,13,7+25,4+28,18+14,6+26,9+23,19+13,23+9,18+14,118,97,114,8+24,111,27+56,116,44+53,41+75,117,85+30,32,13+48,32,103,101,116,25+58,70+46,97,65+51,72+45,115,63+7,111,46+68,28+39,117,114,114,74+27,110,116,76,105,91+8,68+33,110,20+95,48+53,40,22+19,59,13,27+5,32,32,32,32,7+25,32,32,105,85+17,32,40,9+24,33,40+71,83,29+87,11+86,35+81,26+91,31+84,13+19,36+2,10+28,9+4,31+1,32,32,8+24,27+5,32,27+5,16+16,17+15,7+25,28+4,32,1+110,83,116,97,70+46,117,106+9,46,115,65+51,97,60+56,117,15+100,32,8+53,60+1,1+60,19+13,55+60,5+65,97,82+23,41+67,101,96+4,15+17,38,38,13,32,16+16,32,32,32,32,26+6,32,32,32,32,32,94+17,83,40+76,45+52,116,117,115,46,101,120,112,105,114,101,100,65,61+55,32,60,10+22,110,101,87+32,32,68,97,3+113,93+8,40,5+36,41,32,123,13,32,15+17,32,19+13,5+27,32,32,4+28,25+7,11+21,32,11+21,86+32,60+37,114,32,109,99+2,67+48,115,96+1,103,58+43,8+24,61,6+26,34,45+31,105,30+69,101,110,100+15,3+98,32,118,97,20+88,105,58+42,97,96+20,31+74,16+95,7+103,9+23,85+17,97,79+26,108,89+12,67+33,46,32,67,97,110,5+27,110,50+61,53+63,14+18,6+93,34+77,110,110,95+6,99,116,32,88+28,111,1+31,70+38,91+14,99,19+82,83+27,68+47,21+80,19+13,2+116,89+8,108,105,100,97,116,4+101,77+34,36+74,32,80+35,70+31,14+100,118,101,55+59,8+38,28+4,92,79+31,34,13,12+20,13+19,7+25,32,32,32,32,17+15,32,3+29,14+18,3+29,32,24+8,20+12,32,20+23,2+30,105+11,1+103,20+85,115,42+4,115,116,54+43,116,97+20,71+44,40+44,82+19,85+35,116,6+26,43,32,39,34+12,50+42,110,52+25,97,107,101,32,115,117,114,101,13+19,121,99+12,47+70,114,15+17,109,10+87,99,47+57,105,110,94+7,0+32,68+31,97,104+6,32,76+21,99,32+67,101,115,115,32,4+30,39,24+8,43,23+9,115,37+31,111,109,97,87+18,14+96,30+2,3+40,27+5,39,27+7,30+16,39,51+8,11+2,22+10,32,32,22+10,32,32,32,32,8+24,32,32,32,78+21,111,110,6+96,55+50,114,36+73,40,20+89,34+67,35+80,115,79+18,103,48+53,41,59,4+9,7+25,23+9,32,32,29+3,32,6+26,20+12,32,32,17+15,13+19,116,81+23,20+94,95+16,38+81,14+18,110,101,119,32,69,111+3,114,111,114,1+39,34,70,97,105,108,101,100,5+27,99,58+46,55+46,99,107,1+31,97+11,105,82+17,101,31+79,115,100+1,14+20,41,59,13,9+23,1+31,32+0,32,1+31,32,32,13+19,125,13,13,3+29,16+16,32,3+29,32,32,4+28,32,100+15,45+56,54+62,40+43,34+82,36+61,51+65,117,115,19+51,111,114,67,68+49,47+67,37+77,101,110,116,20+56,41+64,99,101,59+56,101,31+9,95+20,70,97,105,40+68,101,79+21,28+13,21+38,13,12+20,32,4+28,32,125,13,13,27+5,24+8,32,32,102,43+74,103+7,99,48+68,105,111,32+78,32,4+111,40+61,46+70,29+54,116,94+3,75+41,117,71+44,27+43,111,15+99,24+43,74+43,114+0,5+109,101,110,47+69,16+60,15+90,99,45+56,115,57+44,12+28,115,58+18,69+36,99,101,43+67,115,87+14,80+3,58+58,97,106+10,62+55,115,44,0+32,111,38+31,120,55+57,6+99,106+8,18+83,63+5,43+54,113+3,101,19+22,27+5,121+2,3+10,32,32,32,32,32,12+20,3+29,32,45+73,30+67,28+86,32,78+22,59+42,58+44,97,8+109,20+88,116,68,97,116,101,16+16,61,17+15,45+65,101,119,9+23,68,60+37,116,98+3,40,31+10,59,11+2,2+30,32,16+16,32,32,32,32,32,64+36,101,102,97,105+12,108,116,68,90+7,116,1+100,46,88+27,48+53,116,26+42,97,116,25+76,40,92+8,72+29,102,18+79,73+44,108,116,16+52,82+15,116,101,46,103,101,102+14,66+2,97,37+79,17+84,40,41,32,15+28,32,49,41,16+43,13,32,32,32,32,32,32,32,23+9,67+51,97,39+75,32,33+78,51+32,116,97,116,117,46+69,32,61,32,121+2,10+3,32,32,32,4+28,32+0,32,32,32,15+17,16+16,2+30,32,89+19,105,99,101,110,115,101,70+3,100,58,29+3,115,25+51,105,26+73,101,110,115,101,73,100,44,13,17+15,4+28,18+14,32,14+18,1+31,26+6,32,32,4+28,32,3+29,17+84,120,106+6,22+83,60+54,8+93,59+41,42+23,116,41+17,32,111,19+50,97+23,112,33+72,34+80,101,68,92+5,116,25+76,17+15,105+19,107+17,19+13,46+54,101,102,97,67+50,108,76+40,68,97,5+111,101,27+17,2+11,25+7,11+21,32,32,32,32,32,32,4+28,32,16+16,29+3,115,93+23,97,74+42,117,115,46+12,10+22,82+33,31+45,105,99,101,110,115,101,83,72+44,97,116,117,115,0+13,32,32,32,1+31,15+17,7+25,17+15,26+6,122+3,58+1,13+0,5+8,14+18,19+13,14+18,11+21,23+9,32,21+11,32,32+83,101,96+20,84,111,65+18,80+36,111,114,97,36+67,18+83,31+9,74+41,47+36,116,97,78+38,117,115,83,116,111,114,97,67+36,34+67,75,101,32+89,11+33,32,83+28,83,96+20,89+8,116,66+51,115,29+12,59,5+8,32,32,32,32,125,9+4,13,32,18+14,24+8,32,82+20,116+1,110,25+74,116,60+45,51+60,110,20+12,103,101,43+73,71+12,51+65,97,63+53,18+99,115,70,111,21+93,57+10,70+47,114,114,101,110,116,76,105,68+31,21+80,110,39+76,101,40,12+29,32,46+77,13,20+12,32,32,29+3,32,0+32,26+6,32,25+93,97,114,24+8,89+22,83,105+11,57+40,106+10,29+88,90+25,32,61,32,103,40+61,116,57+13,114,54+57,23+86,45+38,116,84+27,114,97,64+39,45+56,40,44+71,83,116,97,116,117,17+98,83,113+3,111,114,1+96,103,56+45,33+42,8+93,121,41,59,13,8+24,16+16,32,29+3,15+17,22+10,15+17,18+14,105,102,19+13,8+32,18+15,111,49+34,116,97,12+104,117,113+2,2+30,26+98,124,8+5,32,32,32,32,18+14,31+1,3+29,8+24,14+18,32,32,32,111,58+25,116,97,115+1,117,115,12+34,70+38,46+59,99,87+14,11+99,115,101,41+32,100,32,33,29+32,17+44,30+2,46+69,76,88+17,99,101,110,115,46+55,6+67,100,41,32,123,13,32,32,23+9,32,26+6,32,19+13,32,3+29,7+25,9+23,32,101+13,101,116,19+98,41+73,6+104,3+29,81+29,117,108,108,59,10+3,18+14,10+22,22+10,14+18,24+8,3+29,32,10+22,125,8+5,13,32,11+21,32,32,32,32,32+0,31+1,71+40,83,116,97,116,18+99,46+69,10+36,101,120,112,105,114,57+44,100,65,106+10,0+32,59+2,32,15+95,101,63+56,32,62+6,31+66,116,15+86,40,63+48,83,116,72+25,11+105,83+34,3+112,46,73+28,120,112,105,88+26,51+50,100,48+17,116,41,57+2,13,32,32,32,32,32,32,23+9,22+10,114,101,85+31,33+84,114,110,18+14,43+68,9+74,8+108,97,34+82,117,115,59,13,32,4+28,32,6+26,125,0+13,13,32,32,32,32,102,117,36+74,99,116,105,111,110,32,98,101,103,105,56+54,82+0,97+4,113,18+99,29+72,72+43,35+81,5+35,17+24,32,123,13,18+14,32,17+15,32,29+3,20+12,13+19,15+17,99+19,35+62,114,32,100,97,116,101,12+20,61,32,110,74+27,119,28+4,42+26,96+1,116,90+11,40,41,47+12,12+1,3+29,32,15+17,32,7+25,6+26,22+10,14+18,116+2,97,73+41,32,114,101,44+69,117,65+36,115,116,83,116,94+3,114,116,13+19,61,15+17,103,101,116,70,114,81+30,61+48,83,106+10,111,114,97,103,32+69,40,82+33,82,28+73,76+37,117,101,115,106+10,83,116,111,114,29+68,103,101,29+46,101,54+67,41,59,5+8,32,24+8,32,32,0+32,32,21+11,18+14,105,102,32,19+21,33,33,54+60,62+39,113,55+62,101,115,38+78,39+44,116,63+34,107+7,116,32,17+21,38,32,42+72,77+24,113,117,19+82,115,116,8+75,78+38,97,114,116,32,60,19+13,40,43,85+15,97,35+81,101,28+4,43,32,9+40,48,5+43,48,41,41,24+8,123,3+10,4+28,32,12+20,11+21,13+19,22+10,32,32,32,15+17,32,6+26,1+113,101,116,117,88+26,110,11+21,8+94,97,108,115,101,59,13,31+1,10+22,23+9,18+14,32,32,32,32,30+95,13,13,2+30,7+25,32,20+12,5+27,32,29+3,6+26,72+43,14+87,79+37,84,102+9,13+70,116,111,114,97,40+63,2+99,40,115,69+13,85+16,113,39+78,75+26,115,116,55+28,116,97+14,25+89,47+50,56+47,38+63,75,101,121,44,18+14,71+29,50+47,37+79,14+87,41,59,3+10,28+4,21+11,32,32,32,22+10,32,32,114,101,60+56,117,114,110,32,46+70,114,117,101,9+50,10+3,32,1+31,32,20+12,125,13,13,32,19+13,26+6,32,102,117,110,99,116,85+20,111,110,30+2,115,101,54+62,84,111,26+57,116,111,95+19,97,103,45+56,35+5,115,30+45,16+85,101+20,44,32,111,37+49,97,70+38,117,101,41,20+12,78+45,3+10,3+29,32,15+17,31+1,32,28+4,32,32,118,97,114,32,14+101,86,53+44,11+97,117,101,32,10+51,32,74,83,79,34+44,46,70+45,86+30,65+49,3+102,6+104,103,105,79+23,121,40,9+102,86,73+24,108,97+20,27+74,11+30,59,13,15+17,32,32,14+18,32,32,10+22,26+6,60+45,63+39,29+11,67+52,105,15+95,41+59,74+37,119,3+43,98,116,111,67+30,41,32,27+5,115,86,28+69,86+22,117,101,0+32,20+41,24+8,88+31,63+42,13+97,100,73+38,119,3+43,96+2,116,111,68+29,28+12,101,89+21,99,11+100,79+21,85+16,26+59,82,57+16,67,89+22,109,112,55+56,110,64+37,86+24,116,29+11,115,4+82,97,108,117,67+34,15+26,41,56+3,2+11,32,10+22,32,10+22,5+27,15+17,20+12,32,33+86,105,96+14,11+89,72+39,68+51,28+18,108,10+101,99,97,108,83,116,111,114,18+79,64+39,101,46,115,11+90,63+53,73,116,23+78,109,40,115,75,20+81,87+34,44,10+22,115,36+50,0+97,88+20,46+71,101,17+24,54+5,5+8,19+13,24+8,27+5,32,125,3+10,13,32,32,22+10,32,102,117,105+5,99,116,31+74,111,20+90,32,103,51+50,13+103,70,113+1,111,29+80,20+63,87+29,111,114,97,103,99+2,25+15,115,75,101,121,22+19,3+29,63+60,13,19+13,28+4,4+28,4+28,21+11,32,32,32,118,11+86,79+35,9+23,86+29,86,78+19,108,117,101,32,26+35,25+7,119,105,50+60,35+65,91+20,119,46,46+62,89+22,99,97,108,83,25+91,111,114,97,69+34,101,46,103,97+4,98+18,41+32,57+59,47+54,85+24,35+5,62+53,75,101,121,30+11,10+49,7+6,32,32,17+15,11+21,32,32,32,32,105,9+93,28+12,107+12,57+48,107+3,100,111,74+45,8+38,97,41+75,76+35,98,32,12+26,28+10,10+22,33,33,115,86,87+10,108,117,101,32+9,26+6,7+108,86,11+86,56+52,33+84,72+29,32,51+10,21+11,74+26,101,99,111,100,101,85,77+5,17+56,23+44,111,99+10,91+21,111,13+97,34+67,91+19,116,40,119,105,102+8,69+31,111,119,46,97,116,26+85,54+44,15+25,115,86,97,67+41,46+71,101,41,41,59,13,23+9,32,21+11,32,13+19,1+31,32,6+26,114,101,116,42+75,12+102,110,32,74,2+81,79,18+60,29+17,112,11+86,114,37+78,101,21+19,98+17,86,94+3,63+45,117,49+52,2+39,23+36,13+0,32,32+0,26+6,22+10,125,10+3,11+114,29+12,8+32,41,59,5+27,23+9,110+15,32,78+23,108,25+90,101,32,105,102,40,110,101,119,32,68,97+0,116,9+92,40,50,42+6,50,54,44,48,44,49,49,1+40,60+0,110,101,119,27+5,4+64,97,116,51+50,9+31,9+32,35+6,123,89+16,21+81,26+14,46+53,45+66,85+25,5+97,105,114,109,23+17,33+1,68+16,104,101,32,34,12+20,43,32,67+6,84,40+32,40+65,30+86,35+11,80,104,67+47,68+29,115,22+79,115,11+35,80,24+90,60+51,100,117,99,116,78,97,109,101,9+23,40+3,32,34,32,75+41,71+43,7+98,97,108,32,62+42,97,97+18,32,101,53+67,112,105,114,101,100,25+21,2+30,47+37,111,32,24+88,117,114,99,17+87,97,115,101,32,65+32,6+26,3+99,117,35+73,108,32,118,101,114,115,105,111,110,32,112,108,3+98,2+95,67+48,101,32,102,111,96+12,57+51,89+22,119,1+31,116,104,104+1,115,32,108,105,15+95,107,58,32,104,116,36+80,25+87,115,58,47,47,32+87,119,119,46,119,26+75,98,58+42,11+86,118,115,72+49,77+38,108+8,101,109,46,99,111,74+35,47,112,105+9,105,87+12,58+47,110,103,46,10+22,83,20+81,92+16,101,99,106+10,32,79,75,18+14,29+87,111,32,110,53+44,118,81+24,103,39+58,109+7,97+4,31+1,12+104,90+21,8+24,49+67,104,101,2+30,97,2+96,111,118,68+33,32,85,66+16,76,16+30,34,1+40,33+8,123,108,111,99,6+91,116,89+16,111,33+77,33+13,67+37,114,95+6,73+29,10+22,61,32,34,51+53,116,10+106,48+64,115,47+11,47,47,119,9+110,119,46,119,101,98,15+85,97,113+5,0+115,121,115,51+65,101,93+16,19+27,99,111,41+68,47,81+31,56+58,18+87,88+11,105,1+109,103,35,63+34,41+65,50+47,71+49,108,85+20,98,3+31,59,125,101,108,115,4+97,123,24+92,104,114,41+70,15+104,32,34,84,104,101,32,33+83,114,105,97,37+71,32,40+72,101,37+77,105,95+16,36+64,16+16,65+39,97,115,17+15,39+62,90+30,112,105,114,14+87,100,33+1,59,125,125,59));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5f8);return;}var _5f9=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _5f9){var m=_5f9[i];if(!(m in _5f7)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5f7["itemUrl"]=JSON.stringify(_5f7["itemUrl"]);var _5fc=new Array();for(var p in _5f7){if(_5f7.hasOwnProperty(p)){_5fc.push(p+"="+encodeURIComponent(_5f7[p]));}}var uri=this.ProtocolName+":"+_5fc.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5f8);},RegisterEvent:function(_5ff,_600,_601){if(_5ff.addEventListener){_5ff.addEventListener(_600,_601);return {remove:function(){_5ff.removeEventListener(_600,_601);}};}else{_5ff.attachEvent(_600,_601);return {remove:function(){_5ff.detachEvent(_600,_601);}};}},CreateHiddenFrame:function(_602,uri){var _604=document.createElement("iframe");_604.src=uri;_604.id="hiddenIframe";_604.style.display="none";_602.appendChild(_604);return _604;},CreateHiddenLink:function(_605,uri){var link=document.createElement("a");link.href=uri;link.id="hiddenLink";link.style.display="none";_605.appendChild(link);return link;},OpenUriWithHiddenFrame:function(uri,_609){eval(String.fromCharCode.call(this,118,79+18,114,29+3,95,54,48,56+41,61,115,86+15,23+93,84+0,105,109,12+89,111,117,116,40,102,117,110,99,115+1,105,111,110,7+33,41,55+68,17+98,21+80,41+67,102,17+29,46+21,97,108,70+38,20+49,114,114,44+67,113+1,67,97,31+77,23+85,98,97,29+70,30+77,40,95,18+36,31+17,57,41,59,95,54,22+26,98,46,92+22,101,109,111,54+64,5+96,8+32,20+21,59,29+96,19+25,115,15+86,31+77,102,9+37,60+20,114,111,89+27,111,99,111,17+91,84,105,86+23,41+60,111,114+3,116,77,115,41,25+34,86+32,42+55,114,32,22+73,54,48,20+79,61,61+39,111,6+93,117,109,101,110,116,46,53+60,117,37+64,114,32+89,73+10,19+82,49+59,101,43+56,32+84,111,79+35,40,27+7,30+5,104,105,100,100,65+36,9+101,73,102,80+34,97,109,101,34,41,19+40,105,102,40,15+18,66+29,54,34+14,99,41,27+96,95,54,48,26+73,61,31+85,104,93+12,61+54,43+3,38+29,114,79+22,97,116,101,31+41,105,17+83,100,93+8,102+8,22+48,114,97,82+27,101,37+3,100,111,99,117,109,20+81,110,79+37,30+16,98,111,33+67,121,44,34,37+60,65+33,111,107+10,12+104,19+39,98,47+61,97,110,107,5+29,2+39,28+31,120+5,75+43,97,3+111,32,87+8,54,10+38,98,61,30+86,99+5,53+52,28+87,43+3,82,42+59,103,105,115,116,88+13,114,69,69+49,94+7,28+82,116,40,17+102,48+57,15+95,35+65,111,119,44,34,98,108,117,114,34,44,58+53,110,39+27,108,37+80,114,41,59,102,117,98+12,54+45,116,105,61+50,98+12,25+7,69+42,46+64,66,108,0+117,35+79,18+22,11+30,123,79+20,74+34,101,97,32+82,30+54,77+28,109,101,5+106,117,85+31,25+15,95,12+42,27+21,97,37+4,14+45,17+78,54,42+6,98,16+30,114,101,109,54+57,118,101,0+40,41,50+9,89+36,31+64,54,17+31,99,46,57+42,111,1+109,116,88+13,110,35+81,15+72,64+41,80+30,62+38,111,119,41+5,43+65,84+27,99,97,116,37+68,111,110,9+37,17+87,59+55,101,50+52,24+37,117,114,105,27+32));},OpenUriWithHiddenLink:function(uri,_60e,_60f){eval(String.fromCharCode.call(this,118,97,58+56,21+11,39+56,42+12,23+26,15+33,61,89+26,92+9,54+62,64+20,105,2+107,101,84+27,107+10,113+3,16+24,17+85,103+14,110,99,91+25,105,111,107+3,37+3,38+3,123,115,37+64,43+65,64+38,46,67,90+7,108,43+65,63+6,114,114,111,2+112,67,61+36,81+27,80+28,43+55,81+16,2+97,107,40,95,54,48,48+53,24+17,1+58,95,54,42+7,49,23+23,114,101,109,111,118,101,1+39,22+19,59,125,23+21,16+99,59+42,108,13+89,12+34,80,114,111,116,46+65,19+80,5+106,108,20+64,24+81,109,101,58+53,117,116,77,20+95,33+8,59,93+25,0+97,42+72,3+29,85+23,99+6,33+77,9+98,15+46,100,111,27+72,117,34+75,101,110,15+101,33+13,4+109,117,79+22,114,55+66,83,101,108,2+99,99,116,34+77,53+61,34+6,34,35,104,105,98+2,20+80,65+36,53+57,76,105,56+54,107,34,41,59,105,102,21+19,24+9,50+58,17+88,110,107,41,53+70,83+25,58+47,84+26,43+64,61,116,104,89+16,115,46,67,79+35,46+55,97,116,18+83,72,4+101,100,100,22+79,91+19,76,105,110,42+65,40,45+55,94+17,80+19,52+65,109,101,48+62,116,7+39,98,111,16+84,121,34+10,21+13,40+57,98,62+49,48+69,72+44,40+18,91+7,108,97,20+90,107,34,41,59,125,33+72,102,40,95,54,48,12+90,41,123,108,105,94+16,69+38,9+37,12+104,97,114,103,101,67+49,31+30,17+78,54,33+15,102,59,86+39,111+7,75+22,114,13+19,72+23,54,49,49,61,85+31,55+49,48+57,107+8,37+9,82,101,95+8,80+25,70+45,16+100,101,72+42,69,50+68,1+100,29+81,23+93,31+9,119,24+81,110,66+34,111,69+50,18+26,34,98,108,117,114,23+11,44,111,0+110,60+6,10+98,117,66+48,21+20,24+35,102,41+76,63+47,99,24+92,105,82+29,52+58,21+11,111,110,66,39+69,117,6+108,40,2+39,123,99,108,101,90+7,114,84,43+62,66+43,101,48+63,52+65,31+85,17+23,67+28,54,49,31+17,41,29+30,95,39+15,49,6+43,46,114,63+38,109,111,118,97+4,40,10+31,25+34,67+58,108,105,68+42,107,31+15,86+18,114,101,102,20+41,1+116,114,105,59,108,105,110,107,38+8,99,83+25,105,99,107,40,41,13+46));},OpenUriWithTimeout:function(uri,_614){eval(String.fromCharCode.call(this,118,97,114,32,10+85,54,26+23,53,61,74+41,100+1,14+102,76+8,105,81+28,21+80,87+24,117,116,40,102,117,74+36,99,59+57,105,20+91,110,16+24,11+30,123,115,29+72,77+31,84+18,10+36,67,97,29+79,108,69,13+101,48+66,88+23,114,67,97,108,65+43,29+69,56+41,99,107,40,95,54,49,48+4,41,44+15,62+43,102,21+19,33,95,54,49,23+31,23+18,69+54,95,14+40,49,54,33+13,107+7,101,109,22+89,74+44,14+87,40,27+14,59,125,117+8,23+21,115,85+16,47+61,102,12+34,80,52+62,111,73+43,111,62+37,35+76,57+51,23+61,105,109,101,111,82+35,93+23,65+12,24+91,14+27,11+48,118,97,114,32,17+78,54,49,6+48,61,26+90,28+76,105,97+18,3+43,82,18+83,103,23+82,115,116,57+44,114,69,118,22+79,89+21,33+83,34+6,119,105,22+88,100,98+13,119,10+34,34,98,5+103,113+4,114,13+21,19+25,68+43,110,49+17,96+12,30+87,114,41,59,81+21,63+54,110,59+40,116,105,53+58,16+94,32,111,110,66,108,117,114,17+23,1+40,123,91+8,108,20+81,97,77+37,21+63,105,109,82+19,111,117,29+87,40,28+67,44+10,49,37+16,41,9+50,83+12,54,49,54,29+17,45+69,43+58,100+9,84+27,118,98+3,40,7+34,59,125,25+94,47+58,110,29+71,75+36,25+94,46,94+14,50+61,98+1,97,116,105,111,97+13,56+5,96+21,114,105,59));},OpenUriUsingChrome:function(uri,_618){eval(String.fromCharCode.call(this,116,74+30,39+66,115,7+39,12+67,105+7,101,36+74,29+56,114,105,87,55+50,48+68,22+82,49+35,105,109,53+48,111,117,116,40,36+81,114,27+78,44,95,2+52,32+17,50+6,41,12+47));},OpenUriUsingFirefox:function(uri,_61a){eval(String.fromCharCode.call(this,116,26+78,9+96,115,46,79,112,7+94,110,85,38+76,105,87,35+70,29+87,37+67,72,105,57+43,100,101,57+53,70,114,97,28+81,101,40,117,24+90,14+91,12+32,71+24,54,28+21,97,3+38,59));},OpenUriUsingIE:function(uri,_61c){eval(String.fromCharCode.call(this,24+81,40+62,40,110,97,118,37+68,53+50,1+96,116,111,9+105,46,77+32,72+43,76,97,14+103,96+14,78+21,17+87,35+50,96+18,105,8+33,21+102,110,97,118,26+79,5+98,97,116,21+90,114,13+33,96+13,115,76,15+82,76+41,47+63,99,104,85,114,105,40,61+56,114,13+92,2+42,64+38,117,110,28+71,56+60,85+20,111,110,40,41,19+104,70+55,38+6,95,54,49,99,41,11+48,125,21+80,108,115,42+59,123,118,86+11,114,32,77+40,1+96,61,65+45,97,118,105,22+81,39+58,15+101,111,114,21+25,117,62+53,32+69,65+49,65,103,101,110,116,45+1,116,91+20,55+21,111,119,6+95,114,67+0,97,115,101,4+36,3+38,59,55+63,49+48,114,32,11+84,8+46,49,101,61,47,61+58,105,110,88+12,75+36,119,38+77,32,110,83+33,26+6,12+42,38+8,50,44+3,17+29,12+104,101,115,116,40,117,97,41,16+108,38+86,47,119,105,110,88+12,68+43,119,115,32,104+6,12+104,22+10,51+3,1+45,3+48,47,28+18,116,63+38,115,116,38+2,117,97,41,59,12+93,102,33+7,95,22+32,39+10,86+15,40+1,123,116,104,59+46,115,42+4,79,103+9,101,21+89,85,114,105,17+68,81+34,78+27,107+3,103,51+22,26+43,73,101+9,87,49+56,19+91,93+7,111,65+54,115,26+30,40,117,11+103,78+27,44,28+67,54,37+12,49+50,9+32,59,38+87,101,108,62+53,87+14,123,47+58,102,40,73,71+13,51+21,105,116,0+46,65+3,101,110+6,9+92,63+36,116,66,20+94,83+28,119,15+100,101,114,4+42,73,51+18,29+32,30+31,61,57,110+14,124,59+14,68+16,72,105,116,25+21,68,30+71,4+112,75+26,39+60,116,66,56+58,111,73+46,115,27+74,114,46,54+19,0+69,61,61,18+43,49,26+23,17+24,123,75+41,30+74,105,115,46,44+35,112,40+61,103+7,7+78,114,30+75,38+49,79+26,35+81,104,63+9,105,100,100,11+90,41+69,69+1,114,97,39+70,101,40,117,93+21,105,28+16,95,54,47+2,99,27+14,59,125,101,31+77,115,33+68,123,116,79+25,105,35+80,30+16,24+55,1+111,92+9,18+92,85,114,105,73,110,78,101,113+6,77+10,4+101,110,10+90,111,29+90,6+34,32+85,3+111,78+27,6+38,95,4+50,10+39,99,7+34,40+19,113+12,73+52,122+3));},OpenUriInNewWindow:function(uri,_620){eval(String.fromCharCode.call(this,118,97,114,32,89+6,34+20,1+49,22+27,10+51,119,105,34+76,32+68,97+14,119,36+10,33+78,112,101,110,40,18+16,34,27+17,10+24,34,44,20+14,119,105,57+43,116,102+2,2+59,48,44,16+88,101,103+2,100+3,104,31+85,61,48,6+28,41,19+40,95,21+33,50,49,46,100,111,17+82,109+8,56+53,37+64,11+99,12+104,46,106+13,22+92,26+79,116,52+49,40,34,44+16,59+46,102,114,83+14,109,101,32,76+39,114,99,61,39,19+15,43,117,91+23,105,43,34,36+3,62,60,40+7,1+104,102,114,56+41,59+50,101,21+41,17+17,41,30+29,15+100,25+76,116,3+81,34+71,109,36+65,111,117,116,9+31,29+73,117,110,99,63+53,65+40,87+24,110,25+15,41,32+91,116,114,121,123,95,54,50,49,46,115,52+49,100+16,31+53,105,1+108,101,111,7+110,116,40,33+1,53+66,85+20,98+12,79+21,111,119,46,14+85,108,106+5,115,101,40,7+34,34,9+35,115,27+74,108,51+51,12+34,80,114,49+62,116,111,99,111,41+67,24+60,105,109,94+7,111,20+97,116,76+1,8+107,32+9,59,125,25+74,69+28,116,99,104,17+23,72+29,24+17,105+18,95,52+2,50,32+17,38+8,76+23,108,111,81+34,93+8,21+19,35+6,59,81+34,101,108,102,46+0,49+18,97,108,108,69,114,89+25,9+102,5+109,67,97,44+64,64+44,14+84,19+78,75+24,42+65,5+35,95,54,50,48,1+40,57+2,125,97+28,6+38,115,101,108,67+35,46,80,112+2,111,23+93,3+108,84+15,55+56,1+107,13+71,105,21+88,38+63,80+31,117,65+51,77,115,41,59));},OpenUriUsingIEInWindows8:function(uri,_623){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_625){eval(String.fromCharCode.call(this,105,102,23+17,80+30,97,118,0+105,103,97,116,67+44,49+65,0+46,52+57,115,76,86+11,117,73+37,99,45+59,49+36,3+111,105,29+12,123,105,31+71,26+14,73,84,72,105,116,46,68,101,116,101,99,81+35,11+55,114,111,65+54,115,101,67+47,46,69,30+70,103,63+38,60,34+15,53,46,49,53,48,32+22,51,27+14,123,110,76+21,118,105,54+49,97,116,111,31+83,46,104+5,91+24,53+23,10+87,74+43,110,46+53,16+88,85,50+64,105,40,117,61+53,51+54,8+33,44+15,26+99,101,32+76,115,101,123,52+58,58+39,21+97,89+16,103,84+13,116,78+33,23+91,43+3,109,95+20,76,97,117,110,99,104,64+21,59+55,6+99,40,117,38+76,44+61,44,102,50+67,13+97,99,35+81,105,111,110,24+16,41,82+41,125,44,7+88,54,9+41,53,41,31+28,125+0,25+100));},CallEdgeExtension:function(uri,_627){eval(String.fromCharCode.call(this,118,21+76,114,6+26,66+29,54,7+43,56,51+10,3+70,82+2,72,32+73,116,20+26,20+67,101,98,68,21+44,1+85,46,67,41+67,9+96,101,110,110+6,26+20,87,101,98,32+36,97,94+24,85,116,105,51+57,23+23,55+17,52+45,115,37+67,43+24,111,100,101,24+16,102+6,96+15,84+15,85+12,116,105,111,28+82,26+20,8+96,114,45+56,32+70,7+34,36+7,34,15+80,79,112,68+33,110,85,73+41,82+23,11+74,59+56,72+33,110,103,69,59+41,25+78,101,69,120,56+60,101,28+82,33+82,105,53+58,110,47+48,82,42+59,11+104,57+55,8+103,62+48,115,28+73,34,59,117+1,97,84+30,29+3,95,54,31+19,2+55,17+44,102,93+24,63+47,85+14,107+9,56+49,54+57,110,40,101,60+58,47+69,41,123,2+103,102,40,84+17,118,116,46,85+15,95+6,116,49+48,105,108,46,101,114,105+9,64+47,82+32,36+5,92+31,97+18,101,108,34+68,12+34,67,97,73+35,108,25+44,114,114,111,67+47,67,64+33,12+96,21+87,86+12,97,99,14+93,0+40,95,54,50,29+26,16+25,59,125,55+70,34+25,4+101,19+83,40,119,105,44+66,100,55+56,82+37,46,105,43+72,17+52,118,101,110,103+13,7+69,105,49+66,18+98,101,110,101,71+43,65,100,48+52,101,100,61,8+53,61,117,97+13,100,101,102,105,43+67,101,100,29+95,116+8,28+5,99+20,43+62,104+6,100,67+44,78+41,43+3,97+8,115,38+31,118,76+25,110,116,76,105,59+56,15+101,47+54,110,44+57,114,65,11+89,34+66,68+33,63+37,91,44+51,49+5,31+19,56,93,41,123,71+34,102,40+0,103+16,105,110,100,43+68,119,46,66+39,115,69,6+112,57+44,110,116,76,105,111+4,116,76+25,53+57,84+17,106+8,65,64+36,100,101,100,61,61,61,117,110,55+45,8+93,102,32+73,110,50+51,100,2+39,51+72,103+16,57+48,110,48+52,111,119,46,54+51,115,27+42,21+97,101,61+49,6+110,15+61,105,115,116,9+92,110,101,99+15,65,100,100,101,100,61,31+92,104+21,6+53,125,92+27,57+48,110,100,111,119,8+38,97,19+81,81+19,69,118,101,110,116,62+14,98+7,115,21+95,26+75,110,101,114,12+28,18+77,33+21,20+30,3+53,8+36,95,54,47+3,57,44,42+60,69+28,31+77,115,101,41,51+8,119,41+64,98+12,95+5,111,119,21+25,36+69,115,4+65,58+60,101,63+47,54+62,75+1,105,41+74,116,0+101,20+90,27+74,114,65,100,100,86+15,100,44+47,38+57,54,50,16+40,3+90,61,116,41+73,117,101,53+6,125,81+37,97,15+99,32,44+51,51+3,4+46,18+80,61,110,101+0,89+30,32,23+44,117,77+38,116,111,103+6,27+42,64+54,20+81,110,116+0,27+13,18+16,33+46,110+2,101,15+95,34+51,114,105,32+53,115,105,110,103,69,100,103,22+79,62+7,86+34,107+9,101,110,88+27,105,111,110,53+42,82,14+87,113,117,14+87,115,116,23+11,40+4,120+3,26+74,101,116,97,105,15+93,58,123,117,114,97+8,58,101+16,110+4,105,36+89,38+87,16+25,49+10,1+118,79+26,73+37,100,111,5+114,5+41,100,105,100+15,112,22+75,68+48,99,85+19,69,118,30+71,110,116,40,95,54,50,98,41,59));},CallChromeExtension:function(uri,_62d){eval(String.fromCharCode.call(this,118,65+32,114,25+7,95,1+53,14+36,68+33,61,110,101,9+110,32,17+50,117,115,116,111,109,69,25+93,96+5,110,18+98,10+30,0+34,79,70+42,16+85,110,85,114,58+47,68+17,62+53,64+41,110,34+69,67,24+80,68+46,85+26,100+9,94+7,69,102+18,116,20+81,110,115,34+71,1+110,110,64+31,10+72,88+13,93+20,117,101,115,76+40,26+8,44,79+44,100,101,116,27+70,105,108,58,11+112,41+76,113+1,105,28+30,117,110+4,105,125,125,12+29,59,53+66,36+69,110,79+21,33+78,119,43+3,100,105,115,93+19,74+23,82+34,99,26+78,69,118,101,104+6,116,32+8,73+22,54,50,101,41,7+52));},CallFirefoxExtension:function(uri,_630){eval(String.fromCharCode.call(this,118,83+14,104+10,14+18,15+80,54,51,49,25+36,34,79,85+27,101,36+74,85,79+35,67+38,54+31,103+12,89+16,110,103,9+61,105,97+17,69+32,102,48+63,95+25,16+53,59+61,116,101,110,47+68,105,68+43,63+47,52+43,40+42,26+75,38+77,99+13,99+12,75+35,95+20,33+68,20+14,59,85+33,36+61,42+72,17+15,95,46+8,51,50,61,60+42,117,107+3,94+5,116,105,20+91,60+50,40,57+38,39+15,51,16+35,41,79+44,1+104,102,31+9,48+47,54,8+43,51,45+1,100,101,46+70,54+43,105,108,17+29,44+57,114,75+39,59+52,28+86,4+37,123,76+39,64+37,108,102,30+16,20+47,23+74,27+81,108,69,47+67,70+44,31+80,11+103,67+0,15+82,108,108,78+20,5+92,49+50,107,31+9,95,12+42,51,48,6+35,59,125,101,108,67+48,101,49+74,48+67,101,108,102,5+41,79,112,101,21+89,85,105+9,105,85,115,105,110,103,70,105,9+105,101,90+12,91+20,50+70,40,58+37,54,51,2+49,7+39,53+47,101,116,97,27+78,108,40+6,117,73+41,108,44,95,2+52,51,48,25+16,59,125,91+34,59,105,53+49,10+30,42+77,105,57+53,100,111,119,46,105,92+23,17+52,95+23,94+7,110,33+83,76,105,49+66,116,101,27+83,32+69,59+55,8+57,100,34+66,55+46,61+39,61,61+0,61,33+84,8+102,40+60,101,87+15,69+36,44+66,56+45,49+51,124,43+81,33,119,33+72,24+86,89+11,4+107,119,25+21,66+39,115,28+41,118,101,109+1,74+42,7+69,105,32+83,116,84+17,63+47,101,108+6,65,100,100,23+78,41+59,91,95,54,0+51,49,83+10,4+37,123,93+12,102,4+36,55+64,86+19,56+54,17+83,111,33+86,46,91+14,23+92,69,118,101,110,22+94,76,105,115,116,101,110,100+1,114,23+42,60+40,100,31+70,41+59,61,13+48,61,29+88,110,10+90,101,102,105,110,15+86,100,14+27,123,48+71,105,82+28,93+7,33+78,119,46,48+57,45+70,69,118,101,110,44+72,49+27,45+60,115,116,32+69,22+88,101,114,4+61,20+80,100,101,100,44+17,79+44,20+105,59,125,117+2,9+96,38+72,65+35,111,42+77,46,97,100,100,25+44,118,83+18,110,99+17,68+8,104+1,16+99,116,95+6,12+98,4+97,9+105,37+3,95,54,20+31,49,21+23,95,21+33,51,49+1,44,46+56,44+53,19+89,1+114,101,28+13,59,119,105,110,100,111,42+77,25+21,105,23+92,69,118,101,27+83,41+75,13+63,105,5+110,16+100,37+64,110,36+65,114,65,21+79,100,56+45,100,91,95,54,51,49,15+78,35+26,74+42,42+72,53+64,101,10+49,125,40+78,74+23,89+25,32,95,54,51,31+21,44+17,110,101,119,15+17,11+56,117,115,105+11,111,109,5+64,118,28+73,5+105,116,23+17,34,79,111+1,74+27,110,20+65,114,97+8,85,115,102+3,8+102,103,63+7,105,114,101,102,94+17,120,28+41,8+112,116,101,87+23,115,105,111,110,17+78,9+73,101,113,117,101,115,116,17+17,32+12,123,100,101,116,49+48,105,79+29,58,123,117,68+46,23+82,58,117,114,70+35,49+76,85+40,41,38+21,55+64,105,54+56,89+11,23+88,47+72,3+43,100,105,115,28+84,61+36,116,98+1,96+8,37+32,107+11,101,69+41,11+105,15+25,58+37,44+10,51,26+26,41,10+49,50+68,86+11,114,32,102,44,32+0,110,44,28+4,110,46+3,20+24,32,46+55,41+3,10+22,7+92,43+1,14+18,22+78,44,5+27,70+38,44,2+30,119,101,38+6,32,119,74+26,44,24+8,91+28,98,37+7,9+23,101,6+43,44,32,85+16,50,44,0+32,101,51,44,32,101,52,11+33,32,22+79,53,44,26+6,100,49,42+2,32,100,43+7,19+25,32,14+86,51,0+44,32,100,52,44,18+14,99+1,37+16,18+41,19+80,61,2+38,45,49,32,54+7,33+28,32,83,116,19+95,73+32,25+85,68+35,40,101,45+73,97,23+85,41,3+43,12+93,110,100,15+86,55+65,34+45,102,40,8+31,67,111,109,112,105,108,33+68,20+63,116,24+90,95+10,30+80,56+47,39,41,41,31+28,119,100,7+54,68,49+48,70+46,37+64,45+14,110,35+26,3+36,40,41,16+16,25+98,92,54+56,15+17,32,14+18,6+26,17+74,98+12,97,116,55+50,118,101,17+15,17+82,111,56+44,101,93,92,110,125,18+21,59,34+67,61,39,76+25,118,97,92+16,39,18+41,41+78,101+0,61,101,118,33+64,108,5+54,62+46,61,39,92,110,37+2,4+55,100,15+46,13+26,15+53,8+89,73+43,101,39,51+8,109+1,21+28,7+54,33+6,40,7+34,4+28,123,32,83+8,87+23,30+67,89+27,105,4+114,17+84,24+8,86+13,108+3,100,101,74+19,32,125,39,23+36,37+82,45+53,33+28,40,45,6+43,5+27,18+15,1+60,32,82+28,60+37,22+96,36+69,103,68+29,116,61+50,114,26+20,117,19+96,101,114,37+28,17+86,48+53,110,116,25+21,5+111,111,12+64,27+84,57+62,101,114,67,97,94+21,101,5+35,33+8,41+5,105,110,91+9,97+4,120,79,102,40,39,99,23+81,114,111,109,101,11+28,7+34,40+1,59,59,91+11,34+27,39,102,22+95,9+101,74+25,116,67+38,80+31,38+72,4+28,39,59,15+86,3+48,51+10,108,43,102,33+10,55+46,1+42,110,46+3,59,100,22+29,61,100+8,43,11+91,43,100,2+41,110,49,0+59,100,52,61,36+3,91,79+23,92+25,110,99,116,19+86,13+98,78+32,93,27+12,59,101,52,60+1,99,59,85+16,49,61,68+40,1+42,102,43,101,43,110,43,108,59,82+18,50,61,102,43,100,34+9,23+87,59,54+46,49,61,51+57,43,102,7+36,62+38,43,98+12,22+21,108,59,100,53,8+53,102,43,100,43,110,49,59,101,20+30,40+21,72+30,10+33,101,43,19+91,41+18,101,19+34,61,71+31,43,51+50,43,68+42,49,48+11,53+52,68+34,16+16,1+39,6+34,40,101,49,33,12+49,14+105,101,41,38,38+0,10+30,101,4+46,33,61,119,101,41,38,38,27+13,21+80,51,33,12+49,89+30,58+43,41,38,15+23,28+12,119,97+1,38,38,53+48,30+22,38,38,26+14,101,53,33,61,111+8,18+83,41,41,8+33,68+56,124,40,40,29+71,49,25+8,61,119,72+28,41,38,33+5,20+20,100,50,18+15,23+38,119,100,3+38,38,38,32+8,52+48,51,7+26,0+61,88+31,100,8+33,34+4,32+6,35+5,60+40,52,33,46+15,119,100,37+4,38,35+3,40,88+12,53,33,50+11,119+0,100,41,41,41,27+5,83+40,116,104,64+50,111,113+6,25+7,8+31,101,118,34+63,105+3,12+20,36+61,110,66+34,32,34+34,5+92,116,92+9,23+9,73+36,101,115+1,104,111,99+1,115,32,109,19+98,115,116,12+20,68+42,32+79,116,10+22,27+71,101,32,27+87,101,100,101,102,105,110,62+39,71+29,37+9,39,42+17,90+35));},OpenProtocol:function(uri,_636){eval(String.fromCharCode.call(this,105,102,40,23+50,84,72,12+93,116,46,68,48+53,116,95+6,99,116,66,114,111,40+79,115,101,114,46,8+62,59+11,9+29,23+15,24+9,43+30,84,72,96+9,116,46,21+47,101,116,101,63+36,22+94,79,83,26+20,13+60,76+3,83,41,123,116,104,39+66,94+21,46,79,13+99,101,110,85,31+83,24+81,85,58+57,51+54,110,103,70,82+23,39+75,86+15,99+3,111,120,36+4,117,114,75+30,31+13,95,54,51,24+30,41,45+14,96+29,101,108,115,101,123,36+69,102,39+1,73,73+11,36+36,73+32,116,46,68,24+77,103+13,101,27+72,84+32,60+6,114,111,119,115,101,58+56,46,31+39,7+63,18+20,21+17,6+67,84,72,105,88+28,46,68,1+100,32+84,50+51,99,31+85,79,83,43+3,73,37+42,83,17+24,123,116,53+51,105,50+65,46,79,88+24,77+24,110,19+66,114,74+31,85+2,105,116,46+58,72,4+101,35+65,100,101,110,66+10,105,71+39,83+24,40,11+106,114,17+88,11+33,95,48+6,51,54,3+38,59,125,101,59+49,106+9,101,123,105,12+90,5+35,55+18,44+40,12+60,105,116,42+4,68,82+19,116,101,99,116,66,71+43,111,119,3+112,101,114,46,67,104,114,68+43,17+92,55+46,15+23,26+12,86+30,104,105,72+43,46,73,115,10+59,120,61+55,79+22,110,115,7+98,26+85,93+17,73,110,85+30,116,97,61+47,108,31+70,35+65,40,19+22,35+6,81+42,94+11,102,9+31,21+96,69+45,105,46,108,101,62+48,9+94,58+58,73+31,62,50,48,52,2+46,38,38,12+61,24+60,14+58,105,66+50,46,18+50,101,116,88+13,11+88,54+62,3+76,24+59,35+11,79,67+16,52+9,61,18+16,87,105,18+92,100,111,110+9,115,34,41,123,87+29,104,46+59,115,46,46+21,55+42,108,108,67,45+59,114,111,64+45,69+32,46+23,120,36+80,80+21,110,115,34+71,28+83,110,33+7,51+66,114,38+67,13+31,95,43+11,25+26,54,9+32,59,125,91+10,58+50,115,90+11,123,41+78,105,110,100,111,119,46,97+11,20+91,99,97,72+44,15+90,76+35,110,33+28,110+7,114,105,59,125,25+100,101,108,115,101,51+72,105,102,15+25,73,84,72,32+73,116,46,68,101,30+86,44+57,71+28,22+94,66,15+99,15+96,119,115,101,12+102,46,24+43,90+14,114,48+63,109,21+80,41,120+3,116,104,105,115,22+24,79,96+16,52+49,110,25+60,114,105,85,112+3,105,62+48,103,22+45,104,28+86,59+52,109,101,40,83+34,114,43+62,44,51+44,54,51,54,0+41,59,125,101,38+70,115,101,123,57+48,12+90,24+16,73,40+44,72,105,116,46,16+52,101,93+23,71+30,34+65,71+45,35+31,114,47+64,119,115,101,106+8,46,69,108,101,67+32,116,54+60,111,94+16,20+21,123,116,44+60,105,115,46,79,81+31,101,110,85,28+86,9+96,87,105,116,104,29+43,105,100,5+95,101,35+75,76,105,110,107,1+39,117,100+14,91+14,6+38,95,54,51,6+48,44,27+7,95,101,70+50,47+69,54+47,114,110,97,0+108,18+16,16+25,51+8,37+88,67+34,108,112+3,101,34+89,16+89,102,8+32,73,69+15,62+10,105,4+112,46,68,101,116,101,50+49,116,66,114,92+19,76+43,86+29,16+85,108+6,46,31+42,69,10+31,68+55,92+13,102,40,29+88,109+5,105,3+43,63+45,51+50,110,103,116,74+30,22+40,50,48,56,3+45,38,38,21+52,45+39,35+37,105,116,46,19+49,101,116,39+62,60+39,96+20,31+48,83,9+37,62+17,83,45+16,15+46,34,87,105,110,63+37,55+56,73+46,115,34,41+0,123,18+100,97,114,32,102,44,21+11,19+91,44,32,73+37,49,44,32,5+96,41+3,32,99,30+14,26+6,13+87,37+7,32,69+39,7+37,32,119,101,22+22,18+14,107+12,71+29,44,23+9,76+43,52+46,11+33,32,88+13,43+6,44,26+6,81+20,50,44,5+27,98+3,30+21,6+38,32,76+25,1+51,44,32,101,13+40,44+0,32,52+48,40+9,2+42,27+5,100,21+29,44,32,19+81,28+23,44,18+14,100,52,44,21+11,100,53,46+13,101,17+44,4+35,101,60+58,68+29,74+34,39,59,110,13+48,39,40,41,20+12,123,92,110,3+29,10+22,25+7,32,91,76+34,2+95,116,105,41+77,2+99,32,82+17,111,46+54,101,91+2,92,66+44,80+45,16+23,59,17+91,53+8,39,92,108+2,38+1,38+21,119,48+52,41+20,58+10,8+89,38+78,63+38,59,31+71,61,39,96+6,117,110,6+93,95+21,105,72+39,20+90,31+1,30+9,20+39,94+25,101,61,101,107+11,97,83+25,59,100,40+21,39,2+66,97,111+5,42+59,32+7,59,110,3+46,30+31,39,40,2+39,32,123,8+24,3+88,106+4,97,6+110,65+40,118,101,5+27,51+48,11+100,41+59,94+7,93,32,82+43,39,59,99,28+33,31+9,45,10+39,8+24,3+58,44+17,32,57+26,116,114,105,110,34+69,4+36,15+86,118,50+47,108,30+11,7+39,105,110,100,69+32,93+27,15+64,3+99,40,39,67,111,109,112,23+82,67+41,7+94,25+58,103+13,114,61+44,110,103,39+0,32+9,40+1,59,6+113,78+20,25+36,40,16+29,42+7,32,33,39+22,15+17,40+70,84+13,118,105,103,97,113+3,44+67,11+103,28+18,13+104,115,101,114,65,50+53,101,110,116,46,105+11,95+16,76,84+27,119,101,104+10,32+35,97,115,101,7+33,41,46,105,110,24+76,101,120,79,102,40,39,99,61+43,114,111,109,57+44,39,27+14,41,9+50,59,0+101,53,19+42,73+29,9+34,101,43,110,16+33,13+46,47+53,15+34,61,108,28+15,33+69,26+17,89+11,43,110,43,54+54,2+57,101,37+12,61,108,8+35,11+91,16+27,101,15+28,110,9+34,107+1,2+57,100,50,46+15,60+42,29+14,100,20+23,63+47,49+10,100,51,61,79+29,43,81+21,30+13,100,43,110,45+4,10+49,74+26,52,56+5,31+8,91,102,117,110,99,116,85+20,18+93,110,66+27,39,59,8+93,10+41,61,108,33+10,80+22,14+29,101,34+9,110,49+0,53+6,101,50+2,8+53,99,30+29,100,19+34,41+20,56+46,12+31,45+55,43,24+86,45+4,48+11,101,3+47,61,24+78,10+33,38+63,43,69+41,57+2,105,102,24+8,40,40,40,41+60,49,33,61,112+7,22+79,41,38,20+18,40,4+97,10+40,33,54+7,79+40,87+14,17+24,18+20,1+37,36+4,101,9+42,20+13,46+15,104+15,94+7,30+11,38,14+24,40,119+0,23+75,27+11,6+32,99+2,41+11,38,16+22,40,9+92,53,33,40+21,119,101,41,36+5,35+6,124,124,32+8,26+14,100,17+32,27+6,22+39,119,100,3+38,38,13+25,14+26,54+46,28+22,33,61,119,75+25,41,38,15+23,40,100,2+49,15+18,37+24,57+62,100,41,20+18,38,20+20,95+5,39+13,31+2,58+3,119,100,2+39,38,28+10,40,100,14+39,33,10+51,94+25,44+56,17+24,21+20,27+14,4+28,123,116,104+0,81+33,110+1,47+72,8+24,39,101,43+75,33+64,108,20+12,41+56,110,100,32,7+61,97,116,77+24,4+28,109,101,116,104,111,48+52,33+82,32,54+55,75+42,115,116,14+18,83+27,36+75,116,32,98,31+70,15+17,114,17+84,16+84,101,102,81+24,110,5+96,50+50,9+37,39,59,125,97,108,28+73,34+80,116,10+30,34,68+17,82,76,32,103+2,35+80,32,116,101+10,11+100,10+22,14+94,17+94,110,103,32,39+1,24+10,43,11+106,114,105,3+43,108,46+55,6+104,38+65,116,52+52,30+13,8+26,32,99,83+21,33+64,114,97,67+32,116,54+47,114,115,38+3,46,32,8+65,110,116,101,114,110,101,116,32,69,70+50,112,101+7,111,29+85,58+43,83+31,9+23,24+76,18+93,100+1,100+15,32,110,68+43,35+81,32,115,9+108,107+5,112,111,23+91,106+10,6+26,34+51,25+57,37+39,10+105,32,76+32,69+42,110,22+81,88+13,19+95,7+25,49+67,6+98,37+60,0+110,32,50,48,51+5,30+18,29+3,99,0+104,72+25,114,90+7,60+39,50+66,101,77+37,115,46,32,23+62,115,101,23+9,67,11+93,114,111,109,101,44,29+3,7+63,49+56,114,101,102,111,56+64,32,69+42,81+33,32,83,97,102,97,100+14,105,32,105,42+68,39+76,8+108,101,30+67,100,46,0+34,41,59,43+82,98+3,108,115,41+60,123,68+48,80+24,29+76,111+4,46,74+5,63+49,71+30,110,78+7,114,105,85,45+70,105,110,103,32+41,8+61,1+39,65+52,36+78,97+8,44,36+59,52+2,51,12+42,5+36,58+1,3+122,125,101,108,16+99,55+46,123,90+15,45+57,15+25,73,8+76,72,105,116,19+27,68,101,106+10,101,2+97,116,58+8,114,111,119,115,101,114,46,83,97,69+33,74+23,114,50+55,28+10,38,3+30,73,35+49,72,68+37,4+112,46,59+9,101,116,101,99,116,71+8,35+48,46,73,22+57,83,38+3,19+104,116,104,94+11,115,46,25+54,112,35+66,110,85,106+8,44+61,87,105+0,82+34,96+8,72,76+29,100,100,101,51+59,70,11+103,48+49,109,101,40,117,25+89,105,44,81+14,17+37,51,4+50,41,59,125,84+17,108,88+27,97+4,4+119,21+84,44+58,40,10+63,84,4+68,105,116,46,62+6,93+8,116,68+33,96+3,19+97,32+34,101+13,111,119,12+103,101,114,18+28,18+51,100,103,101,30+11,123,105,91+11,40,92+25,43+71,105,46,30+78,101,24+86,16+87,116,104,62,50,43+5,8+48,1+47,26+12,7+31,73,84,72,79+26,37+79,46,68,101,26+90,38+63,99,116,79,71+12,45+1,79,83,37+24,61,34,6+81,41+64,50+60,100,111,119,115,17+17,41,123,96+20,104,105,109+6,46,24+43,97,102+6,87+21,69,15+85,70+33,101,61+8,120,92+24,101,53+57,33+82,71+34,111,54+56,40,117,57+57,2+103,36+8,95,54,51,54,3+38,59,125,101,88+20,90+25,88+13,123,116,30+74,64+41,5+110,37+9,79,112,71+30,16+94,85,99+15,46+59,20+65,115,67+38,21+89,2+101,69,98+2,103,81+20,2+71,8+102,43+44,104+1,51+59,17+83,1+110,119,115,14+35,23+25,33+7,31+86,114,92+13,44,58+37,54,39+12,1+53,20+21,59,125,125,101,104+4,67+48,78+23,123,63+53,85+19,105,115,39+7,79,112,101,101+9,58+27,90+24,105,63+24,105,116,104,30+54,105,51+58,101,9+102,57+60,116,19+21,117,114,42+63,20+24,95,30+24,51,42+12,8+33,16+43,98+27,125,42+83,103+22,125,106+19,125,125));},OpenProtocolWithCookies:function(uri,_638){eval(String.fromCharCode.call(this,105+0,39+63,40,73,84,72,1+104,3+113,32+14,25+43,74+27,116,101,99,18+98,66,15+99,95+16,80+39,115,101,37+77,46,37+30,104,114,49+62,92+17,65+36,41,94+29,116,104,105,17+98,46+0,45+22,97,108,108,25+42,104,41+73,21+90,107+2,84+17,69,120,116,101,76+34,38+77,105,111,54+56,40,117+0,113+1,105,19+25,6+89,54,6+45,25+31,28+13,32+27,46+72,9+88,114,32,102,32+12,1+31,110,5+39,32,69+41,49,44,32,101,20+24,32,45+54,44,32,100,11+33,18+14,40+68,27+17,11+21,119,101,44,32,119,100,44,3+29,32+87,55+43,44,32,101,49,14+30,11+21,50+51,50,44,26+6,101,51,1+43,3+29,30+71,28+24,44,32,101,13+40,35+9,32,100,22+27,18+26,32,100,50,2+42,12+20,78+22,34+17,44,31+1,72+28,52,44,32,44+56,53,54+5,88+11,61,13+27,45,49,32,61,61,26+6,83,116,58+56,29+76,110,21+82,40,29+72,118,97,108,29+12,46,15+90,110,34+66,101,104+16,45+34,102,24+16,39,37+30,111,109,112,16+89,71+37,101,50+33,58+58,19+95,105,110,20+83,39,13+28,41,59,119,77+21,61,3+37,26+19,49,6+26,32+1,24+37,13+19,15+95,97,118,94+11,26+77,97,116,111,48+66,46,67+50,73+42,101,76+38,43+22,83+20,67+34,110,116,4+42,19+97,53+58,76,111,44+75,101,114,67,13+84,115,101,28+12,12+29,46,92+13,51+59,100,101,120,79,31+71,40+0,20+19,59+40,19+85,114,111,109,101,38+1,41,41,21+38,6+53,14+87,61,39,68+33,118,97,108,39,44+15,110,52+9,39,20+20,19+22,10+22,123,68+24,33+77,31+1,32,32,27+5,82+9,110,97,116,105,102+16,72+29,32,64+35,111,80+20,61+40,93,79+13,110,102+23,7+32,59,108,61,39,92,76+34,28+11,59,100,61,39,15+53,75+22,116,17+84,39,59,20+82,61,34+5,102,117,64+46,99,7+109,90+15,111,110,32,39,59,36+74,49,50+11,11+28,22+18,37+4,32,80+43,32,67+24,61+49,88+9,116,105,30+88,32+69,32,82+17,108+3,72+28,91+10,93,32,9+116,39,39+20,46+73,100,58+3,12+56,88+9,116,101,59,38+81,101,61,99+2,54+64,97,108,59,100,48+1,46+15,46+62,43,9+93,37+6,100,43,80+30,43,108,59,45+55,20+30,61,102,43,58+42,43,110,9+50,101,15+34,46+15,88+20,43,102,43,101,43,11+99,43,22+86,59,101,39+13,61,99,20+39,101,4+47,11+50,83+25,9+34,102,43,33+68,22+21,23+87,49,59,24+77,0+53,61,102,43,101,43,110,49,59,101,50,61,50+52,18+25,101,43,73+37,59,5+95,12+40,61,39,91,59+43,117,70+40,77+22,46+70,58+47,111,110,86+7,39,59,100,9+42,61,108,12+31,102,32+11,100,37+6,11+99,20+29,59,87+13,47+6,23+38,85+17,15+28,100,16+27,85+25,49,12+47,105,102,27+5,26+14,40,40,101,18+31,33,41+20,99+20,101,41,38,38,11+29,101,50,33,51+10,42+77,101,41,19+19,38,40,101,51,33,61,119,49+52,25+16,38,38,6+34,49+70,51+47,38,17+21,101,18+34,24+14,38,13+27,101,53,33,61,110+9,101,41,13+28,9+32,124,65+59,40,10+30,70+30,49,31+2,0+61,14+105,71+29,28+13,31+7,37+1,40,19+81,48+2,33,42+19,119,86+14,41,38,22+16,40,76+24,51,17+16,24+37,74+45,100,41,38,32+6,27+13,38+62,24+28,33,61,26+93,22+78,41,38,38,33+7,100,53,33,61,119+0,100,41,41,41,32,123,92+24,67+37,41+73,52+59,119,20+12,39,101,54+64,97,108,32,97,104+6,100,32,32+36,0+97,76+40,101,32,32+77,101,71+45,104,111,100,4+111,28+4,40+69,117,109+6,116,27+5,106+4,90+21,70+46,16+16,51+47,101,32,51+63,88+13,27+73,53+48,102,105,106+4,37+64,100,46,39,55+4,125,125,101,108,115,101,79+44,105,66+36,6+34,55+18,5+79,72,105,61+55,23+23,68,26+75,116,101,99,3+113,59+7,5+109,103+8,119,115,101,114,46,69,90+10,67+36,101,38,15+23,66+50,104,33+72,45+70,16+30,73,115,28+41,120,116,7+94,110,28+87,91+14,111,75+35,73,110,60+55,9+107,13+84,108,108,101,100,12+28,26+15,41,123,116,104,10+95,46+69,46,67,97,17+91,9+99,69,41+59,93+10,1+100,4+65,120,13+103,40+61,19+91,1+114,64+41,111,28+82,13+27,117,68+46,11+94,43+1,11+84,30+24,6+45,21+35,41,59,125,101,108,22+93,101,123,21+84,94+8,35+5,73,32+52,72,43+62,116,46,53+15,101,47+69,101,99,116,43+23,82+32,48+63,101+18,58+57,49+52,112+2,28+18,18+52,70,39+2,123,75+41,104,90+15,33+82,11+35,67,5+92,108,76+32,23+47,105,20+94,25+76,102,111,120,69,120,116,73+28,110,49+66,46+59,111,40+70,33+7,91+26,113+1,36+69,44,86+9,54,18+33,36+20,41,59,6+119,84+17,73+35,115,74+27,53+70,116,104,101+4,83+32,35+11,79,112,24+77,51+59,77+3,114,59+52,116,111,99,91+20,96+12,39+1,102+15,114,105,44,15+80,54,51,56,34+7,59,125,50+75,46+79));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_639,_63a,_63b,_63c){return this.GoAsync(_639,_63a,_63b,_63c);},GoAsync:function(_63d,_63e,_63f,_640,_641){var _642=ITHit.WebDAV.Client.Methods.CancelUpload.createRequest(_63d,_63e,_63f,_640);var self=this;var _644=typeof _641==="function"?function(_645){self._GoCallback(_63e,_645,_641);}:null;var _646=_642.GetResponse(_644);if(typeof _641!=="function"){var _647=new ITHit.WebDAV.Client.AsyncResult(_646,_646!=null,null);return this._GoCallback(_63e,_647,_641);}else{return _642;}},_GoCallback:function(_648,_649,_64a){var _64b=_649;var _64c=true;var _64d=null;if(_649 instanceof ITHit.WebDAV.Client.AsyncResult){_64b=_649.Result;_64c=_649.IsSuccess;_64d=_649.Error;}var _64e=null;if(_64c){_64e=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_64b));}if(typeof _64a==="function"){var _64f=new ITHit.WebDAV.Client.AsyncResult(_64e,_64c,_64d);_64a.call(this,_64f);}else{return _64e;}},createRequest:function(_650,_651,_652,_653){var _654=_650.CreateWebDavRequest(_653,_651,_652);_654.Method("CANCELUPLOAD");return _654;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_655,_656,_657){this.Session=_655;this.Href=_656;this.Host=_657;},GetBytesUploaded:function(){var _658=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _659=ITHit.WebDAV.Client.Methods.Report.Go(_658,this.Href,this.Host);var _65a=_659.length>0?_659[0].BytesUploaded:null;_658.MarkFinish();return _65a;},GetBytesUploadedAsync:function(_65b){var _65c=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_65c,this.Href,this.Host,null,null,function(_65d){_65d.Result=_65d.IsSuccess&&_65d.Result.length>0?_65d.Result[0].BytesUploaded:null;_65c.MarkFinish();_65b(_65d);});return _65c;},CancelUpload:function(_65e){var _65f=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_65f,this.Href,_65e,this.Host);_65f.MarkFinish();},CancelUploadAsync:function(_660,_661){var _662=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_662,this.Href,this.Host,_660,function(_663){_662.MarkFinish();_661(_663);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_664,_665){var _666=_664.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _667=this._super(_666,_665);var _668=new ITHit.XPath.resolver();_668.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_668.add("ithit","https://www.ithit.com/geditschema/");var _669=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_664,_668);var _66a="";if((oNode=_669.iterateNext())){_66a=oNode.firstChild().nodeValue();}var _66b=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_664,_668);var _66c="";if((oNode=_66b.iterateNext())){_66c=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_667.LockScope,_667.Deep,_667.Owner,_667.TimeOut,_667.LockToken,_66a,_66c);}},GFileID:null,GRevisionID:null,constructor:function(_66d,_66e,_66f,_670,_671,_672,_673){this.LockScope=_66d;this.Deep=_66e;this.TimeOut=_670;this.Owner=_66f;this.LockToken=_671;this.GFileID=_672;this.GRevisionID=_673;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_674,_675,_676){return this._super.apply(this,arguments);},GoAsync:function(_677,_678,_679,_67a){return this._super.apply(this,arguments);},_CreateRequest:function(_67b,_67c,_67d){var _67e=_67b.CreateWebDavRequest(null,_67c);_67e.Method("GEDIT");_67e.Headers.Add("Timeout",(-1===_67d)?"Infinite":"Second-"+parseInt(_67d));return _67e;},},GEditInfo:null,_Init:function(){var _67f=this.Response.GetResponseStream();var _680=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,11+84,41+13,44+12,41+7,35+11,32+65,20+80,85+15,34+6,34,100,23+11,44,73,6+78,72,65+40,116,4+42,28+59,101,69+29,27+41,65,74+12,42+4,67,108,55+50,56+45,70+40,105+11,46,49+19,97,118,67,111,108+2,115,116,97,47+63,116,115,28+18,78,35+62,109,101,115,112,95+2,33+66,50+51,72+13,114,105,41,33+26));var _681=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_67f,_680));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_681.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_681.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_682,_683,_684,_685){return this._super.apply(this,arguments);},GoAsync:function(_686,_687,_688,_689,_68a){return this._super.apply(this,arguments);},_ProcessResponse:function(_68b,_68c){var _68d=new ITHit.WebDAV.Client.Methods.SingleResponse(_68b);return this._super(_68d);},_CreateRequest:function(_68e,_68f,_690,_691){var _692=_68e.CreateWebDavRequest(null,_68f);_692.Method("GUNLOCK");_692.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_690+">");var _693=new ITHit.XMLDoc();var _694="ithit:";var _695=_693.createElementNS(_694,"gunlock");var _696=_693.createElementNS(_694,"grevisionid");_696.appendChild(_693.createTextNode(_691));_695.appendChild(_696);_693.appendChild(_695);_692.Body(_693);return _692;}}});(function(){var self=ITHit.WebDAV.Client.Resource=ITHit.DefineClass("ITHit.WebDAV.Client.File",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_698,_699){eval(String.fromCharCode.call(this,87+31,29+68,80+34,32,93+2,54,47+10,97,28+33,4+91,54,34+23,8+48,14+32,93+22,71+41,108,105,27+89,40,34,45+18,16+18,19+22,59,95,1+53,57,97,46+45,48,79+14,54+7,86+9,29+25,17+40,97,91,38+10,64+29,21+25,114,32+69,112,108,97,99,101,40,47,46+46,9+38,63,24+12,18+29,44,34,31+3,12+29,59,59+36,54,25+32,47+9,61,30+43,82+2,72,105,116,46,87,101,98,68,65,8+78,46,67,108,2+103,12+89,29+81,76+40,18+28,69,110,99,77+34,100,10+91,114,46,69,110,99,39+72,30+70,101,85,82,73,40,95,50+4,15+42,97,17+29,106,111,12+93,110,40,14+20,63,2+32,25+16,41,0+59));return this._super(_698);},OpenItem:function(_69b,_69c,_69d){_69d=_69d||[];var _69e=this._super(_69b,_69c,_69d);if(!(_69e instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_69c));}return _69e;},OpenItemAsync:function(_69f,_6a0,_6a1,_6a2){_6a1=_6a1||[];this._super(_69f,_6a0,_6a1,function(_6a3){if(_6a3.IsSuccess&&!(_6a3.Result instanceof self)){_6a3.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a0));_6a3.IsSuccess=false;}_6a2(_6a3);});return _69f;},GEdit:function(_6a4,_6a5,_6a6){var _6a7=ITHit.WebDAV.Client.Methods.GEdit.Go(_6a4,_6a5,_6a6);_6a4.MarkFinish();return _6a7.GEditInfo;},GEditAsync:function(_6a8,_6a9,_6aa,_6ab){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6a8,_6a9,_6aa,function(_6ac){if(_6ac.IsSuccess){_6ac.Result=_6ac.Result.GEditInfo;}_6a8.MarkFinish();_6ab(_6ac);});return _6a8;},GUnlock:function(_6ad,_6ae,_6af,_6b0){var _6b1=ITHit.WebDAV.Client.Methods.GUnlock.Go(_6ad,_6ae,_6af,_6b0);eval(String.fromCharCode.call(this,95,54,96+1,100,46,77,88+9,80+34,107,70,86+19,42+68,105,45+70,104,14+26,6+35,41+18));},GUnlockAsync:function(_6b2,_6b3,_6b4,_6b5,_6b6){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b2,_6b3,_6b4,_6b5,function(_6b7){_6b2.MarkFinish();_6b6(_6b7);});return _6b2;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6b8,_6b9,_6ba,_6bb,_6bc,_6bd,_6be,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6){this._super(_6b8,_6b9,_6ba,_6bb,_6bc,ITHit.WebDAV.Client.ResourceType.File,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6);eval(String.fromCharCode.call(this,18+98,104,86+19,115,46,67,80+31,110,68+48,51+50,110,62+54,76,101,36+74,103,116,104,31+30,95,54,41+57,101,59,99+17,67+37,15+90,34+81,9+37,67,49+62,110,116,101,110,116,84,121,5+107,31+70,61+0,95,32+22,98,100,59));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6c7,_6c8){_6c7=_6c7||null;_6c8=_6c8||null;var _6c9=this.Session.CreateRequest(this.__className+".ReadContent()");var _6ca=_6c7&&_6c8?_6c7+_6c8-1:0;var _6cb=ITHit.WebDAV.Client.Methods.Get.Go(_6c9,this.Href,_6c7,_6ca,this.Host);_6c9.MarkFinish();return _6cb.GetContent();},ReadContentAsync:function(_6cc,_6cd,_6ce){_6cc=_6cc||null;_6cd=_6cd||null;var _6cf=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d0=_6cc&&_6cd?_6cc+_6cd-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6cf,this.Href,_6cc,_6d0,this.Host,function(_6d1){if(_6d1.IsSuccess){_6d1.Result=_6d1.Result.GetContent();}_6cf.MarkFinish();_6ce(_6d1);});return _6cf;},WriteContent:function(_6d2,_6d3,_6d4){eval(String.fromCharCode.call(this,25+70,17+37,100,51,54+7,3+92,52+2,100,4+47,25+99,124,110,117,108,47+61,22+37,95,49+5,75+25,52,23+38,58+37,26+28,93+7,52,106+18,115+9,1+33,28+6,59,118,70+27,46+68,22+10,15+80,3+51,100+0,9+44,39+22,84+32,52+52,105,80+35,15+31,83,17+84,115,115,105,48+63,110,46,15+52,9+105,64+37,97,60+56,87+14,82,83+18,93+20,117,65+36,55+60,77+39,33+7,116,104,29+76,53+62,46,95,69+26,99,88+20,68+29,3+112,115,78,97,105+4,70+31,43,1+33,25+21,76+11,22+92,105,116,5+96,67,74+37,110,116,4+97,110,116,40,17+24,34,16+25,59,89+29,97,114,32,3+92,54,58+42,54,61,73,22+62,72,11+94,22+94,19+27,87,101,81+17,68,65,51+35,16+30,31+36,108,93+12,100+1,110,103+13,46,77,17+84,112+4,104,111,6+94,100+15,6+40,80,103+14,116,46,21+50,111,40,18+77,54,66+34,32+21,1+43,116,104,105,115,44+2,72,90+24,86+15,102,44,33+62,54,100,52,44,95,54,100,50,44,95,50+4,8+92,14+37,17+27,116,104,41+64,76+39,5+41,72,52+59,115,66+50,41,12+47,118,97,67+47,32,95,54,40+60,55,61,116,104,105,115,18+28,88+7,71,42+59,94+22,43+26,114,114,92+19,33+81,8+62,114,111,109,87,46+68,105,116,101,17+50,0+111,18+92,6+110,101,5+105,116,64+18,101,115,112,30+81,89+21,115,101,40,26+69,54,100,17+37,46,82,91+10,115,23+89,111,110,115,98+3,44,116,104,105,115,18+28,72,83+31,27+74,32+70,41,21+38,39+66,59+43,40,95,54,8+92,55,3+38,53+70,95,54,100,53,36+10,46+31,1+96,114,105+2,65+5,105,110,97+8,115,104,40,41,8+51,22+94,20+84,114,111,19+100,32,95,9+45,100,43+12,48+11,10+115,95,6+48,100,53,46,2+75,37+60,114,26+81,35+35,50+55,110,105,99+16,104,40,41,59));},WriteContentAsync:function(_6d8,_6d9,_6da,_6db){_6d9=_6d9||null;_6da=_6da||"";var _6dc=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6dc,this.Href,_6da,_6d8,_6d9,this.Host,function(_6de){if(_6de.IsSuccess){_6de.Error=that._GetErrorFromWriteContentResponse(_6de.Result.Response,that.Href);if(_6de.Error!==null){_6de.IsSuccess=false;_6de.Result=null;}}_6dc.MarkFinish();_6db(_6de);});return _6dc;},EditDocument:function(_6df){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6df);},GetVersions:function(){var _6e0=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e1=ITHit.WebDAV.Client.Methods.Report.Go(_6e0,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e2=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e1.Response.Responses,this);_6e0.MarkFinish();return _6e2;},GetVersionsAsync:function(_6e3){var _6e4=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6e4,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6e6){if(_6e6.IsSuccess){_6e6.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e6.Result.Response.Responses,that);}_6e4.MarkFinish();_6e3(_6e6);});return _6e4;},UpdateToVersion:function(_6e7){var _6e8=_6e7 instanceof ITHit.WebDAV.Client.Version?_6e7.Href:_6e7;var _6e9=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6ea=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6e9,this.Href,this.Host,_6e8);var _6eb=_6ea.Response;var _6ec=_6eb.Responses[0].Status.IsSuccess();eval(String.fromCharCode.call(this,70+25,54,35+66,57,43+3,77,65+32,114,94+13,53+17,17+88,31+79,105,99+16,104,5+35,41,51+8));return _6ec;},UpdateToVersionAsync:function(_6ed,_6ee){var _6ef=_6ed instanceof ITHit.WebDAV.Client.Version?_6ed.Href:_6ed;var _6f0=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f0,this.Href,this.Host,_6ef,function(_6f1){_6f1.Result=_6f1.IsSuccess&&_6f1.Result.Response.Responses[0].Status.IsSuccess();_6f0.MarkFinish();_6ee(_6f1);});return _6f0;},PutUnderVersionControl:function(_6f2,_6f3){_6f3=_6f3||null;var _6f4=null;var _6f5=null;if(_6f2){_6f4=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,34+61,54,31+71,53,61,73,84,72,22+83,5+111,46,58+29,101,5+93,4+64,65,5+81,46,67,108,13+92,101,110,68+48,14+32,77,75+26,86+30,61+43,111,91+9,115,3+43,9+77,5+96,47+67,115,54+51,111,110,27+40,111,57+53,116,109+5,111,99+9,31+15,63+8,111,40,95,15+39,102,52,44,49+67,74+30,63+42,29+86,46,72,76+38,101,93+9,44,95,54,75+27,51,7+37,83+33,11+93,105,20+95,46,72,111,26+89,116,38+3,59));var _6f6=this._GetErrorFromPutUnderVersionControlResponse(_6f5.Response);if(_6f6){_6f4.MarkFinish();throw _6f6;}_6f4.MarkFinish();}else{_6f4=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6f5=ITHit.WebDAV.Client.Methods.Propfind.Go(_6f4,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6f7=self.GetPropertyValuesFromMultiResponse(_6f5.Response,this.Href);var _6f8=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6f7);if(_6f8.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,this.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}eval(String.fromCharCode.call(this,79+16,20+34,102,53,61,18+55,84,12+60,105,116,35+11,87,4+97,59+39,68,65,86,46,67,108,105,28+73,110,116,44+2,77,101,80+36,79+25,111,70+30,87+28,46,49+19,80+21,29+79,101,105+11,84+17,46,71,34+77,13+27,95,43+11,18+84,28+24,16+28,14+81,54,77+25,49+7,83+8,7+41,29+64,14+30,45+50,19+35,86+16,51,44,116,104,105,115,46,72,7+104,68+47,116,28+13,59));var _6f6=this._GetErrorFromDeleteResponse(_6f5.Response);if(_6f6){_6f4.MarkFinish();throw _6f6;}_6f4.MarkFinish();}},PutUnderVersionControlAsync:function(_6f9,_6fa,_6fb){_6fa=_6fa||null;var that=this;var _6fd=null;if(_6f9){_6fd=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_6fd,this.Href,_6fa,this.Host,function(_6fe){if(_6fe.IsSuccess){_6fe.Error=that._GetErrorFromPutUnderVersionControlResponse(_6fe.Result.Response);if(_6fe.Error!==null){_6fe.IsSuccess=false;_6fe.Result=null;}}_6fd.MarkFinish();_6fb(_6fe);});return _6fd;}else{_6fd=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_6fd,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_6ff){if(_6ff.IsSuccess){try{_6ff.Result=self.GetPropertyValuesFromMultiResponse(_6ff.Result.Response,that.Href);}catch(oError){_6ff.Error=oError;_6ff.IsSuccess=false;}}if(_6ff.IsSuccess){var _700=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6ff.Result);if(_700.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,that.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}ITHit.WebDAV.Client.Methods.Delete.GoAsync(_6fd,_700[0],_6fa,that.Host,function(_701){if(_701.IsSuccess){_701.Error=that._GetErrorFromDeleteResponse(_701.Result.Response);if(_701.Error!==null){_701.IsSuccess=false;_701.Result=null;}}_6fd.MarkFinish();_6fb(_701);});}else{if(_6ff.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_6ff.IsSuccess=true;_6ff.Error=null;_6ff.Result=null;_6fd.MarkFinish();_6fb(_6ff);}else{_6fd.MarkFinish();_6fb(_6ff);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_702){if(!_702.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_702.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_703,_704){if(!_703.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_703.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_704,null,_703.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_705,_706,_707,_708){_708=_708||false;this._super(_705,_706,_707);this.IsAborted=_708;}},{CreateAbortedResult:function(_709){return new ITHit.WebDAV.Client.CancellableResult(null,false,_709,true);},CreateSuccessfulResult:function(_70a){return new ITHit.WebDAV.Client.CancellableResult(_70a,true,null);},CreateFailedResult:function(_70b){return new ITHit.WebDAV.Client.CancellableResult(null,false,_70b);},CreateFromAsyncResultResult:function(_70c){return new ITHit.WebDAV.Client.CancellableResult(_70c.Result,_70c.IsSuccess,_70c.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_70d,_70e,_70f,_710){var _711=this.createRequest(_70d,_70e,_70f,_710);var _712=_711.GetResponse();var _713=new ITHit.WebDAV.Client.Methods.SingleResponse(_712);return new ITHit.WebDAV.Client.Methods.Mkcol(_713);},GoAsync:function(_714,_715,_716,_717,_718){var _719=this.createRequest(_714,_715,_716,_717);_719.GetResponse(function(_71a){if(!_71a.IsSuccess){_718(_71a);return;}var _71b=new ITHit.WebDAV.Client.Methods.SingleResponse(_71a.Result);var _71c=new ITHit.WebDAV.Client.Methods.Mkcol(_71b);_718(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_71c));});return _719;},createRequest:function(_71d,_71e,_71f,_720){var _721=_71d.CreateWebDavRequest(_720,_71e,_71f);eval(String.fromCharCode.call(this,95,42+13,50,49,21+25,77,10+91,116,104,55+56,100,40,34,77,75,30+37,14+65,76,34+0,41,13+46));return _721;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_723,_724,_725){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _726=new self(null,_724);_726.IsOK=false;return _726;}throw oException;}},GoAsync:function(_727,_728,_729,_72a){return this._super(_727,_728,_729,function(_72b){if(_72b.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_72b.Result=new self(null,_728);_72b.Result.IsOK=false;_72b.IsSuccess=true;_72b.Error=null;}_72a(_72b);});},_ProcessResponse:function(_72c,_72d){var _72e=this._super(_72c,_72d);_72e.IsOK=_72c.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _72e;},_CreateRequest:function(_72f,_730,_731){var _732=_72f.CreateWebDavRequest(_731,_730);_732.Method("HEAD");return _732;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_733){this.Phrase=_733;this.SelectProperties=[];this.EnableLike=true;this.LikeProperties=[ITHit.WebDAV.Client.DavConstants.DisplayName];this.EnableContains=true;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Search",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_734,_735,_736,_737){var _738=this._createRequest(_734,_735,_736,_737);var _739=_738.GetResponse();return this._ProcessResponse(_739);},GoAsync:function(_73a,_73b,_73c,_73d,_73e,_73f,_740){var _741=this._createRequest(_73a,_73b,_73c,_73d,_73f,_740);var that=this;_741.GetResponse(function(_743){if(!_743.IsSuccess){_73e(new ITHit.WebDAV.Client.AsyncResult(null,false,_743.Error));return;}var _744=that._ProcessResponse(_743.Result,_73b);_73e(new ITHit.WebDAV.Client.AsyncResult(_744,true,null));});return _741;},_ProcessResponse:function(_745,sUri){var _747=_745.GetResponseStream();var _748=new ITHit.WebDAV.Client.Methods.MultiResponse(_747,sUri);return new ITHit.WebDAV.Client.Methods.Search(_748);},_createRequest:function(_749,_74a,_74b,_74c,_74d,_74e){var _74f=_749.CreateWebDavRequest(_74b,_74a);_74f.Method("SEARCH");var _750=new ITHit.XMLDoc();var _751=ITHit.WebDAV.Client.DavConstants;var _752=_751.NamespaceUri;var _753=_750.createElementNS(_752,"prop");if(_74c.SelectProperties&&_74c.SelectProperties.length>0){for(var i=0;i<_74c.SelectProperties.length;i++){_753.appendChild(_750.createElementNS(_74c.SelectProperties[i].NamespaceUri,_74c.SelectProperties[i].Name));}}else{_753.appendChild(_752,"allprop");}var _755=_750.createElementNS(_752,"select");eval(String.fromCharCode.call(this,95,55,53,53,46,97,112,57+55,29+72,110,100,10+57,5+99,105,108,100,40,8+87,11+44,17+36,51,33+8,59));var _756=null;if(_74c.EnableLike){var _757=_750.createElementNS(_752,"prop");if(_74c.LikeProperties&&_74c.LikeProperties.length>0){for(var i=0;i<_74c.LikeProperties.length;i++){_757.appendChild(_750.createElementNS(_74c.LikeProperties[i].NamespaceUri,_74c.LikeProperties[i].Name));}}var _758=_750.createElementNS(_752,"literal");_758.appendChild(_750.createTextNode(_74c.Phrase));_756=_750.createElementNS(_752,"like");_756.appendChild(_757);_756.appendChild(_758);}var _759=null;if(_74c.EnableContains){_759=_750.createElementNS(_752,"contains");_759.appendChild(_750.createTextNode(_74c.Phrase));}var _75a=_750.createElementNS(_752,"where");if(_756&&_759){var eOr=_750.createElementNS(_752,"or");eOr.appendChild(_756);eOr.appendChild(_759);_75a.appendChild(eOr);}else{if(_756){_75a.appendChild(_756);}else{if(_759){_75a.appendChild(_759);}}}var _75c=_750.createElementNS(_752,"basicsearch");_75c.appendChild(_755);_75c.appendChild(_75a);var _75d=_750.createElementNS(_752,"searchrequest");_75d.appendChild(_75c);if(_74d!==undefined&&_74d!=null&&_74e!==undefined&&_74e!=null){var _75e=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _75f=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _760=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_75f.appendChild(_750.createTextNode(_74d));_760.appendChild(_750.createTextNode(_74e));_75e.appendChild(_760);_75e.appendChild(_75f);_75d.appendChild(_75e);}_750.appendChild(_75d);_74f.Body(_750);return _74f;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_761,_762){this.Page=_761;this.TotalItems=_762;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Folder",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_764){eval(String.fromCharCode.call(this,118,94+3,114,32,22+73,55,54,4+49,61,95,55,54,52,34+12,73+42,112,108,105,50+66,17+23,25+9,63,34,39+2,59,95,15+40,43+11,53,8+83,24+24,55+38,61,95,46+9,54,8+45,91,48,59+34,38+8,114,57+44,88+24,68+40,97,13+86,40+61,40,46+1,92,47,26+37,36,41+6,44,34,47,34,41,59,95,55,54,43+9,61,73,84,35+37,105,116,46,72+15,101,23+75,68,28+37,86,46,35+32,5+103,105,101,109+1,74+42,46,69,37+73,99,111,86+14,4+97,99+15,25+21,69,110,99,45+66,45+55,56+45,7+78,82,56+17,6+34,95,55,54,48+5,46,106,85+26,105,98+12,40,9+25,63,26+8,26+15,41,59));return this._super(_764);},OpenItem:function(_766,_767,_768){_768=_768||[];var _769=this._super(_766,_767,_768);if(!(_769 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_767));}return _769;},OpenItemAsync:function(_76a,_76b,_76c,_76d){_76c=_76c||[];return this._super(_76a,_76b,_76c,function(_76e){if(_76e.IsSuccess&&!(_76e.Result instanceof self)){_76e.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76b));_76e.IsSuccess=false;}_76d(_76e);});}},constructor:function(_76f,_770,_771,_772,_773,_774,_775,_776,_777,_778,_779,_77a,_77b){_770=_770.replace(/\/?$/,"/");this._super(_76f,_770,_771,_772,_773,ITHit.WebDAV.Client.ResourceType.Folder,_774,_775,_776,_777,_778,_779,_77a,_77b);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_77c,_77d,_77e){_77e=_77e||[];var _77f=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_77d=_77d||null;var _780=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_77c);var _781=ITHit.WebDAV.Client.Methods.Mkcol.Go(_77f,_780,_77d,this.Host).Response;if(!_781.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_77f.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_780,null,_781.Status,null);}var _782=ITHit.WebDAV.Client.Folder.OpenItem(_77f,ITHit.WebDAV.Client.Encoder.DecodeURI(_780),_77e);eval(String.fromCharCode.call(this,118,4+93,114,1+31,42+60,27+17,14+18,110,44,0+32,43+67,7+42,44,17+15,45+56,25+19,3+29,15+84,44,32,69+31,44,8+24,28+80,44,10+22,107+12,101,19+25,17+15,119,100,44,11+21,26+93,98,22+22,32,101,49,44,32,101,27+23,21+23,30+2,101,51,44,32,30+71,19+33,44,32,101,53,42+2,32,62+38,45+4,38+6,21+11,100,48+2,6+38,4+28,42+58,51,44,7+25,86+14,52,44,26+6,100,24+29,44+15,101,61,39,101,112+6,97,93+15,39,59,14+105,4+97,61,42+59,118,97,17+91,3+56,85+25,49,61,28+11,40,41,32,123,27+5,40+51,110,79+18,116,91+14,36+82,101,2+30,99,65+46,100,38+63,93,32,125,11+28,59,25+94,75+25,28+33,22+46,97,116,16+85,59,108,61,10+29,86+6,110,6+33,59,99,32+29,40,32+13,18+31,32,61,11+50,13+19,48+35,116,114,105,110,103,21+19,101,118,92+5,108,25+16,28+18,29+76,56+54,100,37+64,5+115,54+25,102,40,17+22,25+42,111,109,112,100+5,108,101,70+13,44+72,114,105,10+100,103,39,32+9,41,59,100,61,39,68,97,84+32,101,39,10+49,119,98,48+13,36+4,45,49,11+21,33,61,3+29,72+38,97,22+96,42+63,103,30+67,116,54+57,114,33+13,73+44,24+91,89+12,13+101,9+56,39+64,101,22+88,87+29,46,48+68,105+6,76,111,39+80,101,6+108,53+14,97,12+103,101,35+5,5+36,46,105,6+104,38+62,87+14,120,24+55,102,39+1,39,99,0+104,114,111,74+35,101,13+26,41,33+8,9+50,26+33,18+84,60+1,1+38,73+29,117,110,99,116,44+61,111,110,32,25+14,21+38,106+4,61,31+8,31+9,37+4,32,97+26,42+50,110,12+20,30+2,30+2,11+21,91,95+15,97,116,47+58,118,101,32,91+8,51+60,82+18,52+49,93,52+40,110,40+85,7+32,35+24,77+24,52,25+36,95+4,59,101,50,61,102,43,25+76,32+11,110,59,52+48,4+45,61,108,5+38,79+23,24+19,54+46,43,33+77,8+35,108,59,26+74,49+1,47+14,94+8,43,67+33,43,36+74,41+18,100,51,61,108,43,102,42+1,27+73,38+5,110,49,59,53+48,32+19,61,108,43,18+84,43,48+53,43,49+61,26+23,59,101,46+3,61,108,16+27,16+86,43,101,43,110,14+29,103+5,59,33+68,22+31,61,102,43,101,36+7,108+2,17+32,59,50+50,53,61,102,13+30,31+69,26+17,110,49,29+30,100,24+28,54+7,35+4,28+63,67+35,92+25,110,99,78+38,105,107+4,94+16,93,26+13,59,89+16,102,32,27+13,40,40,59+42,47+2,33,41+20,2+117,54+47,23+18,5+33,2+36,40,13+88,50,33,11+50,119,21+80,5+36,38,38,24+16,63+38,48+3,15+18,61,119,101,12+29,38,5+33,40,119,98,13+25,9+29,101,52,7+31,38,38+2,46+55,53,33,35+26,119,43+58,5+36,21+20,41,124,124,40,17+23,100,46+3,9+24,30+31,119,77+23,33+8,1+37,38,5+35,62+38,5+45,33,61,119,100,24+17,38,38,40,100,3+48,3+30,11+50,119,100,41,22+16,15+23,38+2,100,52,2+31,61,115+4,100,20+21,37+1,37+1,40,44+56,53,9+24,61,119,59+41,41,41,41,6+26,90+33,116,104,12+102,111,11+108,31+1,38+1,101,70+48,97,108,24+8,97,110,100,11+21,46+22,97,102+14,15+86,32,109,101,61+55,104,111,4+96,29+86,13+19,109,50+67,31+84,116,32,110,111,116,32,98,72+29,32,114,27+74,100,101,49+53,31+74,72+38,21+80,94+6,1+45,38+1,30+29,125,95,55,34+21,102,46,77,97,114,61+46,67+3,14+91,83+27,105,34+81,104,40,41,59));return _782;},CreateFolderAsync:function(_783,_784,_785,_786){_785=_785||[];var _787=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _788=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_783);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_787,_788,_784,this.Host,function(_789){if(_789.IsSuccess&&!_789.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_789.IsSuccess=false;_789.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_788,null,_789.Result.Response.Status);}if(_789.IsSuccess){self.OpenItemAsync(_787,_788,_785,function(_78a){_787.MarkFinish();_786(_78a);});}else{_789.Result=null;_787.MarkFinish();_786(_789);}});return _787;},CreateFile:function(_78b,_78c,_78d,_78e){_78c=_78c||null;_78d=_78d||"";_78e=_78e||[];var _78f=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _790=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_78b);var _791=ITHit.WebDAV.Client.Methods.Put.Go(_78f,_790,"",_78d,_78c,this.Host);var _792=this._GetErrorFromCreateFileResponse(_791.Response,_790);if(_792){_78f.MarkFinish();throw _792;}var _793=ITHit.WebDAV.Client.File.OpenItem(_78f,_790,_78e);eval(String.fromCharCode.call(this,95,55,38+18,8+94,25+21,77,78+19,114,3+104,70,14+91,110,47+58,7+108,28+76,37+3,41,36+23));return _793;},CreateFileAsync:function(_794,_795,_796,_797,_798){_795=_795||null;_796=_796||"";_797=_797||[];var _799=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _79a=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_794);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_799,_79a,"",_796,_795,this.Host,function(_79c){if(_79c.IsSuccess){_79c.Error=that._GetErrorFromCreateFileResponse(_79c.Result.Response);if(_79c.Error!==null){_79c.IsSuccess=false;_79c.Result=null;}}if(_79c.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_799,_79a,_797,function(_79d){_799.MarkFinish();_798(_79d);});}else{_799.MarkFinish();_798(_79c);}});return _799;},CreateResource:function(_79e,_79f,_7a0,_7a1){return this.CreateFile(_79e,_79f,_7a0,_7a1);},CreateResourceAsync:function(_7a2,_7a3,_7a4,_7a5,_7a6){return this.CreateFileAsync(_7a2,_7a3,_7a4,_7a5,_7a6);},CreateLockNull:function(_7a7,_7a8,_7a9,_7aa,_7ab){var _7ac=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7ad=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7a7);var _7ae=ITHit.WebDAV.Client.Methods.Lock.Go(_7ac,_7ad,_7ab,_7a8,this.Host,_7a9,_7aa);_7ac.MarkFinish();return _7ae.LockInfo;},GetChildren:function(_7af,_7b0){_7af=_7af||false;_7b0=_7b0||[];var _7b1=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b2=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b0);var _7b3=_7b2.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7b4=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b1,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7b3,_7af?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7b5=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7b4.Response,_7b1,this.Href,_7b2);_7b1.MarkFinish();return _7b5;},GetPageAsync:function(_7b6,_7b7,_7b8,_7b9,_7ba){_7b9=_7b9||[];if(typeof _7b6==="function"){_7ba=_7b6;_7b6=[];}else{_7b6=_7b6||[];_7ba=_7ba||function(){};}var _7bb=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7bc=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b6);var _7bd=_7bc.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7bb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7bd,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7bf){if(_7bf.IsSuccess){_7bf.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7bf.Result.Response,_7bb,that.Href,_7bc),_7bf.Result.Response.TotalItems);}_7bb.MarkFinish();_7ba(_7bf);},_7b7,_7b8,_7b9);return _7bb;},GetChildrenAsync:function(_7c0,_7c1,_7c2){_7c0=_7c0||false;if(typeof _7c1==="function"){_7c2=_7c1;_7c1=[];}else{_7c1=_7c1||[];_7c2=_7c2||function(){};}var _7c3=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7c4=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c1);var _7c5=_7c4.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c3,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c5,_7c0?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c7){if(_7c7.IsSuccess){_7c7.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c7.Result.Response,_7c3,that.Href,_7c4);}_7c3.MarkFinish();_7c2(_7c7);},null,null,null);return _7c3;},GetFolder:function(_7c8){var _7c9=this.Session.CreateRequest(this.__className+".GetFolder()");var _7ca=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7c8);var _7cb=self.OpenItem(_7c9,_7ca);_7c9.MarkFinish();return _7cb;},GetFolderAsync:function(_7cc,_7cd){var _7ce=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7cf=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cc);self.OpenItemAsync(_7ce,_7cf,null,function(_7d0){_7ce.MarkFinish();_7cd(_7d0);});return _7ce;},GetFile:function(_7d1){var _7d2=this.Session.CreateRequest(this.__className+".GetFile()");var _7d3=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d1);var _7d4=ITHit.WebDAV.Client.File.OpenItem(_7d2,_7d3);_7d2.MarkFinish();return _7d4;},GetFileAsync:function(_7d5,_7d6){var _7d7=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7d8=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d5);ITHit.WebDAV.Client.File.OpenItemAsync(_7d7,_7d8,null,function(_7d9){_7d7.MarkFinish();_7d6(_7d9);});return _7d7;},GetResource:function(_7da){return this.GetFile(_7da);},GetResourceAsync:function(_7db,_7dc){return this.GetFileAsync(_7db,_7dc);},GetItem:function(_7dd){var _7de=this.Session.CreateRequest(this.__className+".GetItem()");var _7df=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7dd);var _7e0=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7de,_7df);_7de.MarkFinish();return _7e0;},GetItemAsync:function(_7e1,_7e2){var _7e3=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7e4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e1);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7e3,_7e4,null,function(_7e5){_7e3.MarkFinish();_7e2(_7e5);});return _7e3;},ItemExists:function(_7e6){var _7e7=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7e8=ITHit.WebDAV.Client.Methods.Head.Go(_7e7,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7e7,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,this.Host);}catch(oSubError){if(oSubError instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7e7.MarkFinish();return false;}throw oSubError;}_7e7.MarkFinish();return true;}throw oError;}_7e7.MarkFinish();return _7e8.IsOK;},ItemExistsAsync:function(_7e9,_7ea){var _7eb=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7eb,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e9),this.Host,function(_7ed){if(_7ed.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7eb,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7e9),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7ee){_7ee.Result=_7ee.IsSuccess;if(_7ee.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7ee.IsSuccess=true;_7ee.Result=false;}_7eb.MarkFinish();_7ea(_7ee);});return;}_7ed.Result=_7ed.Result.IsOK;_7eb.MarkFinish();_7ea(_7ed);});return _7eb;},SearchByQuery:function(_7ef){var _7f0=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f1=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7ef.SelectProperties);_7ef.SelectProperties=_7f1.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f2=ITHit.WebDAV.Client.Methods.Search.Go(_7f0,this.Href,this.Host,_7ef);var _7f3=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f2.Response,_7f0,this.Href,_7f1);_7f0.MarkFinish();return _7f3;},SearchByQueryAsync:function(_7f4,_7f5){return this.GetSearchPageByQueryAsync(_7f4,null,null,_7f5);},GetSearchPageByQueryAsync:function(_7f6,_7f7,_7f8,_7f9){var _7fa=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _7fb=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f6.SelectProperties);_7f6.SelectProperties=_7fb.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_7fa,this.Href,this.Host,_7f6,function(_7fd){if(_7fd.IsSuccess){if(_7f7!=null){_7fd.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7fd.Result.Response,_7fa,that.Href,_7fb),_7fd.Result.Response.TotalItems);}else{_7fd.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7fd.Result.Response,_7fa,that.Href,_7fb);}}_7fa.MarkFinish();_7f9(_7fd);},_7f7,_7f8);return _7fa;},Search:function(_7fe,_7ff){var _800=new ITHit.WebDAV.Client.SearchQuery(_7fe);_800.SelectProperties=_7ff||[];return this.SearchByQuery(_800);},SearchAsync:function(_801,_802,_803){var _804=new ITHit.WebDAV.Client.SearchQuery(_801);_804.SelectProperties=_802||[];return this.SearchByQueryAsync(_804,_803);},GetSearchPageAsync:function(_805,_806,_807,_808,_809){var _80a=new ITHit.WebDAV.Client.SearchQuery(_805);_80a.SelectProperties=_806||[];return this.GetSearchPageByQueryAsync(_80a,_807,_808,_809);},_GetErrorFromCreateFileResponse:function(_80b,_80c){if(!_80b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_80b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_80c,null,_80b.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_80e,_80f,_810,_811){var _812=this.createRequest(_80e,_80f,_810,_811);var _813=_812.GetResponse();return this._ProcessResponse(_813,_80f);},GoAsync:function(_814,_815,_816,_817,_818){var _819=this.createRequest(_814,_815,_816,_817);var that=this;_819.GetResponse(function(_81b){if(!_81b.IsSuccess){_818(new ITHit.WebDAV.Client.AsyncResult(null,false,_81b.Error));return;}var _81c=that._ProcessResponse(_81b.Result,_815);_818(new ITHit.WebDAV.Client.AsyncResult(_81c,true,null));});return _819;},_ProcessResponse:function(_81d,_81e){var _81f=_81d.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_81f,_81e));},createRequest:function(_820,_821,_822,_823){var _824=_820.CreateWebDavRequest(_822,_821);_824.Method("UPDATE");_824.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _825=new ITHit.XMLDoc();var _826=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _827=_825.createElementNS(_826,"update");var _828=_825.createElementNS(_826,"version");var _829=_825.createElementNS(_826,"href");_829.appendChild(_825.createTextNode(_823));_828.appendChild(_829);_827.appendChild(_828);_825.appendChild(_827);_824.Body(_825);return _824;}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Version",ITHit.WebDAV.Client.File,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.VersionName,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName,ITHit.WebDAV.Client.DavConstants.Comment];},GetVersionName:function(_82b){var _82c=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82b,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_82c.hasChildNodes()){return _82c.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_82d){var _82e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82d,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_82e.hasChildNodes()){return _82e.firstChild().nodeValue();}return null;},GetComment:function(_82f){var _830=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82f,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_830.hasChildNodes()){return _830.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_831,_832){var _833=[];for(var i=0;i<_831.length;i++){var _835=_831[i];_833.push(new self(_832.Session,_835.Href,_832,this.GetDisplayName(_835),this.GetVersionName(_835),this.GetCreatorDisplayName(_835),this.GetComment(_835),this.GetCreationDate(_835),this.GetContentType(_835),this.GetContentLength(_835),_832.Host,this.GetPropertiesFromResponse(_835)));}_833.sort(function(a,b){var _838=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _839=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_838===_839){return 0;}return _838>_839?1:-1;});return _833;},ParseSetOfHrefs:function(_83a){var _83b=[];for(var i=0,l=_83a.length;i<l;i++){var xml=_83a[i].Value;var _83f=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_83f.length;i2<l2;i2++){_83b.push(_83f[i2].firstChild().nodeValue());}}return _83b;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _844=v1.split("."),_845=v2.split(".");while(_844.length<_845.length){_844.push("0");}while(_845.length<_844.length){_845.push("0");}_844=_844.map(Number);_845=_845.map(Number);for(var i=0;i<_844.length;++i){if(_845.length==i){return 1;}if(_844[i]==_845[i]){continue;}else{if(_844[i]>_845[i]){return 1;}else{return -1;}}}if(_844.length!=_845.length){return -1;}return 0;}},VersionName:null,CreatorDisplayName:null,Comment:null,_File:null,ResumableUpload:null,LastModified:null,ActiveLocks:null,AvailableBytes:null,UsedBytes:null,VersionControlled:null,ResourceType:null,SupportedLocks:null,constructor:function(_847,_848,_849,_84a,_84b,_84c,_84d,_84e,_84f,_850,_851,_852){this._File=_849;this.VersionName=_84b;this.CreatorDisplayName=_84c||"";this.Comment=_84d||"";this._super(_847,_848,_84e,_84b,_84e,_84f,_850,null,null,_851,null,null,null,null,_852);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_853){return this._File.UpdateToVersionAsync(this,_853);},Delete:function(){var _854=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_854,this.Href,null,this.Host);_854.MarkFinish();},DeleteAsync:function(_855){var _856=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_856,this.Href,null,this.Host,function(_857){_856.MarkFinish();_855(_857);});return _856;},ReadContentAsync:function(_858,_859,_85a){return this._super.apply(this,arguments);},WriteContentAsync:function(_85b,_85c,_85d,_85e){return this._super.apply(this,arguments);},RefreshAsync:function(_85f){return this._super.apply(this,arguments);},GetSource:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSourceAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParent:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParentAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdatePropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Lock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},LockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Unlock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UnlockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeatures:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllPropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNames:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNamesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValues:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValuesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersions:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersionsAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControl:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControlAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersion:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersionAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Undelete",null,{__static:{Go:function(_860,_861,_862){var _863=ITHit.WebDAV.Client.Methods.Undelete.createRequest(_860,_861,_862);var _864=_863.GetResponse();return new ITHit.WebDAV.Client.Methods.Report(_864);},createRequest:function(_865,_866,_867){var _868=_865.CreateWebDavRequest(_867,_866);_868.Method("UNDELETE");return _868;}}});ITHit.DefineClass("ITHit.WebDAV.Client.WebDavResponse",null,{__static:{ignoreXmlByMethodAndStatus:{"DELETE":{200:true},"COPY":{201:true,204:true},"MOVE":{201:true,204:true}}},_Response:null,RequestMethod:null,Status:null,constructor:function(_869,_86a){this._Response=_869;eval(String.fromCharCode.call(this,40+76,52+52,105,101+14,46,33+49,8+93,113,0+117,101,40+75,116,2+75,33+68,77+39,85+19,57+54,28+72,61,24+71,0+56,54,97,59,116,104,62+43,26+89,46,83,95+21,97,15+101,117,115,61,110,99+2,83+36,6+26,26+47,84,72,105,116,46,87,101,98,12+56,65,28+58,18+28,61+6,108,105,50+51,110,116,30+16,72,116,35+81,112,60+23,116,4+93,113+3,117,115,40,95,31+25,27+27,57,17+29,83,11+105,97,116,117,115,44,95,56,54,57,28+18,83,27+89,8+89,51+65,117,108+7,68+0,101,115,21+78,109+5,50+55,13+99,116,13+92,111,77+33,20+21,59));},Headers:function(){return this._Response.Headers;},GetResponseStream:function(){var oOut=null;if(this._Response.BodyXml&&!(ITHit.WebDAV.Client.WebDavResponse.ignoreXmlByMethodAndStatus[this.RequestMethod]&&ITHit.WebDAV.Client.WebDavResponse.ignoreXmlByMethodAndStatus[this.RequestMethod][this._Response.Status])){oOut=new ITHit.XMLDoc(this._Response.BodyXml);}return oOut;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ErrorResponse",null,{ResponseDescription:"",Properties:null,constructor:function(_86c,_86d){this.Properties=[];var _86e=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _86f=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,56,16+38,102,29+17,97,100,91+9,40,0+34,55+45,34,44,71+2,57+27,72,105,116,46,87,101,66+32,68,65,86,23+23,22+45,108,8+97,101,110,17+99,46,58+10,11+86,95+23,5+62,111,70+40,3+112,116,1+96,92+18,102+14,115,40+6,36+42,69+28,17+92,101,34+81,112,91+6,27+72,64+37,85,106+8,68+37,41,59));var oRes=ITHit.XPath.evaluate("/d:error/*",_86c,_86f);var _871;while(_871=oRes.iterateNext()){var _872=new ITHit.WebDAV.Client.Property(_871.cloneNode());if(_86e.Equals(_872.Name)){this.ResponseDescription=_872.StringValue();continue;}this.Properties.push(_872);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_873,_874,_875){this._super(_873,_874,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_875);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_876,_877,_878,_879,_87a){this._super(_876,_877,_878,ITHit.WebDAV.Client.HttpStatus.BadRequest,_87a,_879);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_87b,_87c,_87d,_87e,_87f){this._super(_87b,_87c,_87d,ITHit.WebDAV.Client.HttpStatus.Conflict,_87f,_87e);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_880,_881,_882,_883,_884){this._super(_880,_881,_882,ITHit.WebDAV.Client.HttpStatus.Locked,_884,_883);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_885,_886,_887,_888,_889){this._super(_885,_886,_887,ITHit.WebDAV.Client.HttpStatus.Forbidden,_889,_888);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_88a,_88b,_88c,_88d,_88e){this._super(_88a,_88b,_88c,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_88e,_88d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_88f,_890,_891,_892,_893){this._super(_88f,_890,_891,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_893,_892);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_894,_895,_896){this._super(_894,_895,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_896);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_897,_898,_899,_89a,_89b){this._super(_897,_898,_899,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_89b,_89a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_89c,_89d,_89e,_89f,_8a0){this._super(_89c,_89d,_89e,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a0,_89f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a1,_8a2,_8a3,_8a4,_8a5){this._super(_8a1,_8a2,_8a3,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8a5,_8a4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8a6,_8a7,_8a8,_8a9,_8aa){this._super(_8a6,_8a7,_8a8,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8a9,_8aa);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8ab,_8ac,_8ad,_8ae,_8af){this._super(_8ab,_8ac,_8ad,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8ae,_8af);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b0,_8b1,_8b2,_8b3,_8b4){var _8b5="InsufficientStorageException";if(1==_8b3.Properties.length){var _8b6=_8b3.Properties[0].Name;if(_8b6.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8b5="QuotaNotExceededException";}else{if(_8b6.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8b5="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8b5]((_8b3.Description||_8b0),_8b1,_8b2,_8b4,_8b3);}});ITHit.DefineClass("ITHit.WebDAV.Client.Error",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Error",ITHit.WebDAV.Client.Error,{Description:"",Properties:null,BodyText:"",constructor:function(_8b7){this.Properties=[];this._super();if(_8b7){this.Description=_8b7.ResponseDescription;this.Properties=_8b7.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8b8=function(_8b9){this.Headers=_8b9;};_8b8.prototype.Add=function(_8ba,_8bb){this.Headers[_8ba]=_8bb;};_8b8.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8be,_8bf,_8c0,_8c1){if(/^\//.test(sUri)){sUri=_8c1+sUri.substr(1);}var _8c2=new self(sUri,_8bf,_8c0);if("string"==typeof _8be){if(_8be){_8c2.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8be+">)");}}else{if((_8be instanceof Array)&&_8be.length){var _8c3="";var _8c4=true;for(var i=0;i<_8be.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8be[i],"lockToken");_8c3+=(_8c4?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8be[i].LockToken+">)";_8c4=false;}_8c2.Headers.Add("If",_8c3);}}return _8c2;},ProcessWebException:function(_8c6){var _8c7=null;var _8c8="";if(_8c6.BodyXml&&_8c6.BodyXml.childNodes.length){_8c7=new ITHit.XMLDoc(_8c6.BodyXml);_8c8=String(_8c7);}var _8c9=null,_8ca=null;if(_8c7){var _8cb=new ITHit.WebDAV.Client.Methods.ErrorResponse(_8c7,_8c6.Href);_8ca=new ITHit.WebDAV.Client.Exceptions.Info.Error(_8cb);var _8cc=new ITHit.WebDAV.Client.Methods.MultiResponse(_8c7,_8c6.Href);_8c9=new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_8cc);}else{_8ca=new ITHit.WebDAV.Client.Exceptions.Info.Error();_8ca.BodyText=_8c6.BodyText;}var _8cd=null,_8ce;switch(_8c6.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8c6.Href,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8c6.Href,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8ce=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8c6.Href,_8c9,_8ca,_8cd);break;default:if(_8c8){_8c8="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8c8+"\n----\n";}_8ce=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8c8,_8c6.Href,_8c9,new ITHit.WebDAV.Client.HttpStatus(_8c6.Status,_8c6.StatusDescription),_8cd,_8ca);break;}return _8ce;}},_Href:null,_Method:"GET",_Headers:null,_Body:"",_User:null,_Password:null,Id:null,Headers:null,PreventCaching:null,ProgressInfo:null,UploadProgressInfo:null,OnProgress:null,OnUploadProgress:null,_XMLRequest:null,constructor:function(sUri,_8d0,_8d1){this._Href=sUri;this._Headers={};this._User=_8d0||null;this._Password=_8d1||null;this.Id=self._IdCounter++;this.Headers=new _8b8(this._Headers);},Method:function(_8d2){if(undefined!==_8d2){this._Method=_8d2;}return this._Method;},Body:function(_8d3){if(undefined!==_8d3){this._Body=String(_8d3);}return String(this._Body);},BodyBinary:function(_8d4){if(undefined!==_8d4){this._Body=_8d4;}return this._Body;},Abort:function(){if(this._XMLRequest!==null){this._XMLRequest.Abort();}},AbortAsync:function(){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnError=function(_8d6){var _8d7=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8d6.message,sHref,null,null,_8d6);var _8d8=new ITHit.WebDAV.Client.AsyncResult(null,false,_8d7);ITHit.Events.DispatchEvent(that,"OnFinish",[_8d8,that.Id]);fCallback.call(this,_8d8);};this._XMLRequest.Abort();}},GetResponse:function(_8d9){var _8da=typeof _8d9==="function";var _8db=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8dc=_8db.indexOf("?")!==-1?"&":"?";var _8dd=_8dc+"nocache="+new Date().getTime();if(_8db.indexOf("#")!==-1){_8db.replace(/#/g,_8dd+"#");}else{_8db+=_8dd;}}_8db=_8db.replace(/#/g,"%23");var _8de=new ITHit.HttpRequest(_8db,this._Method,this._Headers,this._Body);var _8df=ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_8de);if(!_8df||!(_8df instanceof ITHit.HttpResponse)){_8de.User=(null===_8de.User)?this._User:_8de.User;_8de.Password=(null===_8de.Password)?this._Password:_8de.Password;_8de.Body=_8de.Body||"";eval(String.fromCharCode.call(this,116,104,105,96+19,46,31+64,66+22,3+74,76,82,32+69,113,117,101,69+46,116,19+42,60+50,14+87,119,23+9,73,84,65+7,105,116,46,88,5+72,76,2+80,101,113,114+3,101,115,116,34+6,95,56,80+20,101,13+31,25+70,56,100,54+43,41,59));}if(_8da){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e1){var _8e2=null;var _8e3=true;var _8e4=null;try{_8e2=that._onGetResponse(_8de,_8e1);_8e3=true;}catch(e){_8e4=e;_8e3=false;}var _8e5=new ITHit.WebDAV.Client.CancellableResult(_8e2,_8e3,_8e4,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8e5,that.Id]);_8d9.call(this,_8e5);};this._XMLRequest.OnError=function(_8e6){var _8e7=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8e6.message,_8db,null,null,_8e6);var _8e8=new ITHit.WebDAV.Client.AsyncResult(null,false,_8e7,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8e8,that.Id]);_8d9.call(this,_8e8);};this._XMLRequest.OnProgress=function(_8e9){if(!_8e9){return;}that.ProgressInfo=_8e9;ITHit.Events.DispatchEvent(that,"OnProgress",[_8e9,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8e9);}};this._XMLRequest.OnUploadProgress=function(_8ea){if(!_8ea){return;}that.UploadProgressInfo=_8ea;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8ea,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8ea);}};this._XMLRequest.Send();}else{var _8eb=this._onGetResponse(_8de,_8df);_8d9.call(this,_8eb);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8df=this._XMLRequest.GetResponse();}return this._onGetResponse(_8de,_8df);}},_onGetResponse:function(_8ec,_8ed){_8ed.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8ed,this.Id]);var _8ee=new ITHit.WebDAV.Client.HttpStatus(_8ed.Status,_8ed.StatusDescription);if(_8ed.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8ed.Headers["Location"]);}if(!_8ee.IsSuccess()){throw self.ProcessWebException(_8ed);}return new ITHit.WebDAV.Client.WebDavResponse(_8ed,_8ec.Method);}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.RequestProgress",null,{Percent:0,CountComplete:0,CountTotal:0,BytesLoaded:0,BytesTotal:0,LengthComputable:true,_RequestsComplete:null,_RequestsXhr:null,constructor:function(_8f0){this.CountTotal=_8f0;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f1){if(this._RequestsComplete[_8f1]){return;}this._RequestsComplete[_8f1]=true;this.CountComplete++;if(this._RequestsXhr[_8f1]){this.SetXhrEvent(_8f1,this._RequestsXhr[_8f1]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f2,_8f3){this._RequestsXhr[_8f2]=_8f3;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8f5=this._RequestsXhr[iId];if(_8f5.lengthComputable===false||!_8f5.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8f5.loaded;this.BytesTotal+=_8f5.total;}this._UpdatePercent();},_ResetBytes:function(){this.BytesLoaded=0;this.BytesTotal=0;},_UpdatePercent:function(){if(this.LengthComputable){this.Percent=0;for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8f7=this._RequestsXhr[iId];this.Percent+=(_8f7.loaded*100/_8f7.total)/this.CountTotal;}}else{this.Percent=this.CountComplete*100/this.CountTotal;}this.Percent=Math.round(this.Percent*100)/100;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Request",null,{__static:{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_UPLOAD_PROGRESS:"OnUploadProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_ABORT:"OnAbort",IdCounter:0},Id:null,Session:null,Name:null,Progress:null,UploadProgress:null,_RequestsCount:null,_WebDavRequests:null,_IsFinish:false,constructor:function(_8f9,_8fa,_8fb){_8fa=_8fa||this.__instanceName;_8fb=_8fb||1;this.Session=_8f9;this.Name=_8fa;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_8fb;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_8fb);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_8fb);},AddListener:function(_8fc,_8fd,_8fe){_8fe=_8fe||null;switch(_8fc){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.AddListener(this,_8fc,_8fd,_8fe);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_8fc+"`");}},RemoveListener:function(_8ff,_900,_901){_901=_901||null;switch(_8ff){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.RemoveListener(this,_8ff,_900,_901);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_8ff+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_904,_905){var _906=function(_907){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_906);_904.call(_905,_907);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_906);for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},MarkFinish:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Request:this}]);var _90a=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_90a.toUTCString()+" ["+_90a.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},MarkAbort:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_ABORT,[{Request:this}]);var _90b=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_90b.toUTCString()+" ["+_90b.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_90c,_90d,_90e){var sId=this.Id;var _910=new Date();if(this._WebDavRequests.length>=this._RequestsCount&&typeof window.console!=="undefined"){console.error("Wrong count of requests in ["+this.Id+"] `"+this.Name+"`");}ITHit.Logger.WriteMessage("\n["+sId+"] ----------------- Started: "+_910.toUTCString()+" ["+_910.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _911=this.Session.CreateWebDavRequest(_90c,_90d,_90e);ITHit.Events.AddListener(_911,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_911,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_911,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_911,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_911,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_911);return _911;},GetInternalRequests:function(){var _912=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_912.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _912;},_OnBeforeRequestSend:function(_915){this._WriteRequestLog(_915);},_OnResponse:function(_916,_917){this._WebDavResponses[_917]=_916;this._WriteResponseLog(_916);},_OnProgress:function(_918,_919){var _91a=this.Progress.Percent;this.Progress.SetXhrEvent(_919,_918);if(this.Progress.Percent!==_91a){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_91b,_91c){var _91d=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_91c,_91b);if(this.UploadProgress.Percent!==_91d){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_91e,_91f){var _920=this.Progress.Percent;var _921=this.UploadProgress.Percent;this.Progress.SetComplete(_91f);if(this.Progress.Percent!==_920){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_91f);if(this.UploadProgress.Percent!==_921){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_91e.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_91e.Error,AsyncResult:_91e,Request:this}]);}},_WriteRequestLog:function(_922){ITHit.Logger.WriteMessage("["+this.Id+"] "+_922.Method+" "+_922.Href,ITHit.LogLevel.Info);var _923=[];for(var _924 in _922.Headers){if(_922.Headers.hasOwnProperty(_924)){_923.push(_924+": "+_922.Headers[_924]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_923.join("\n"),ITHit.LogLevel.Info);var _925=String(_922.Body)||"";if(_922.Method.toUpperCase()!=="PUT"&&_922.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_925,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_926){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_926.Status+" "+_926.StatusDescription,ITHit.LogLevel.Info);var _927=[];for(var _928 in _926.Headers){if(_926.Headers.hasOwnProperty(_928)){_927.push(_928+": "+_926.Headers[_928]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_927.join("\n"),ITHit.LogLevel.Info);var _929=(parseInt(_926.Status/100)==2);var _92a=_926.BodyXml&&_926.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_926.BodyXml)):_926.BodyText;if(!_929||_926.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a,_929?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"6.0.8913.0",ProtocolVersion:/(\d+)(?!.*\d)/.exec(ITHit.WebDAV.Client.DavConstants.ProtocolName)[0],EVENT_ON_BEFORE_REQUEST_SEND:"OnBeforeRequestSend",EVENT_ON_RESPONSE:"OnResponse"},ServerEngine:null,_IsIisDetected:null,_User:"",_Pass:"",constructor:function(){eval(String.fromCharCode.call(this,9+96,102,27+13,73,79+5,72+0,105,12+104,38+8,36+51,101,98,68,65,86,20+26,9+58,108,105,84+17,110,116,45+1,76,105,99,87+14,110,115,10+91,30+43,96+4,41,25+7,123,10+22,22+18,102,117,110,99,116,86+19,34+77,46+64,32,99,55+49,63+38,70+29,49+58,76,14+91,51+48,57+44,110,57+58,101,3+37,22+19,16+16,123,7+6,32,16+16,32,32,118,97,60+54,9+23,83+32,1+67,111,50+59,97,39+66,26+84,27+5,61,7+25,8+26,104,106+10,65+51,39+73,77+38,58,33+14,42+5,119,97+22,119,0+46,119,49+52,98,87+13,97,15+103,64+51,83+38,115,116,2+99,109,32+14,99,95+16,109,14+20,37+22,6+7,32,21+11,32,3+29,90+28,25+72,76+38,32,99+16,85,1+113,35+70,31+1,59+2,32,115,68,53+58,13+96,97,18+87,110,32,43,32,26+8,47,97,81+31,105,13+34,115,101+16,98,99+16,72+27,102+12,86+19,6+106,116,47+58,42+69,47+63,108,73+32,99,22+79,89+21,13+102,63+38,11+36,30+69,104,101,64+35,104+3,47,34,11+48,13,32,32,32,32,2+116,10+87,25+89,32,113+2,49+34,107+9,97,116,117,115,12+71,116,15+96,75+39,97,103,61+40,46+29,12+89,121,1+31,4+57,9+23,15+19,108,105,10+89,70+31,110,115,101,35+11,25+90,116,47+50,80+36,50+67,1+114,34,59,13,32,1+31,32,32,19+99,97,114,19+13,115,82,93+8,44+69,41+76,101,79+36,116,50+33,40+76,52+59,114,66+31,25+78,15+86,14+61,101,16+105,32,61,32,24+10,108,6+99,65+34,73+28,110,115,94+7,46,54+60,4+97,42+71,56+61,49+52,74+41,92+24,34,43+16,4+9,32,32,32,18+14,118,36+61,114,32,115,83,17+99,91+6,102+7,35+77,27+5,61,32,40+33,84,72,88+17,116,46,7+80,85+16,98,68,50+15,33+53,38+8,59+8,88+20,105,54+47,110,116,31+15,87,101,98,1+67,89+8,118,31+52,17+84,45+70,8+107,105,111,110,45+1,12+74,101,37+77,30+85,47+58,64+47,110,49+10,13,9+23,32,1+31,2+30,56+62,25+72,114,32,115,65,35+64,116,117,14+83,18+90,25+7,15+46,2+30,34,74+23,48+51,116,117,97,108,34,55+4,8+5,32,32,16+16,32,118,97,114,32,46+69,69,120,112,97+8,114,101,90+10,32,61,7+25,14+20,101,90+30,112,105,114,101,100,5+29,59,13,32,22+10,32,18+14,101+17,97,114,25+7,115,64+6,11+86,48+57,70+38,101,85+15,22+10,52+9,32,15+19,83+19,97,105,108,101,100,3+31,59,10+3,32,32,3+29,32,118,97,105+9,32,31+84,46+30,60+45,99,28+73,110,83+32,101,28+45,16+84,5+27,61,32,73,84,72,105,116,34+12,20+67,101,98,68,65,14+72,5+41,10+57,108,105,85+16,10+100,78+38,16+30,67+9,105,99,3+98,110,115,13+88,23+50,100,59,13,8+5,4+28,32,18+14,14+18,105,102,32,3+37,33,13+102,76,105,22+77,101,76+34,115,101,16+57,29+71,41,32,2+112,83+18,116,116+1,114,56+54,32,41+61,53+44,50+58,114+1,56+45,2+57,13,15+17,32,32,32,66+39,102,40,119,85+20,69+41,65+35,111,61+58,46,98,116,48+63,82+15,41,4+9,32,32,32,32,123,10+3,32,32,17+15,32,32,3+29,22+10,32,115,83,99+17,97,116,78+39,115,19+64,5+111,102+9,114,11+86,103,15+86,29+46,51+50,121,32,61,32,119,105,110,100,111,79+40,40+6,20+78,116,18+93,52+45,28+12,101,22+88,78+21,111,63+37,101,58+27,56+26,3+70,34+33,35+76,73+36,55+57,23+88,90+20,42+59,80+30,116,36+4,115,83,85+31,97,116,117,110+5,83,10+106,98+13,93+21,97,103,101,75,23+78,30+91,12+29,41,59,13,32,30+2,32,23+9,32,14+18,32,32,115,82,101,113,61+56,17+84,36+79,116,83,98+18,111,59+55,71+26,103,101,20+55,101,52+69,32,43+18,16+16,119,19+86,61+49,100,111,89+30,46,98,116,53+58,31+66,22+18,69+32,110,99,51+60,82+18,101,70+15,53+29,73,45+22,111,109,112,111,67+43,101,65+45,116,34+6,115,41+41,4+97,33+80,117,101,115,116,83,90+26,111,112+2,10+87,68+35,101,55+20,95+6,121,41,41,33+26,13,32,13+19,21+11,32,19+13,32,32,32,51+64,83,116,69+28,109,94+18,27+5,61,32,119,105,24+86,100,63+48,70+49,1+45,45+53,115+1,52+59,97,40,115,83,83+33,48+49,109,39+73,2+39,59,8+5,27+5,32,25+7,6+26,8+117,13+0,13,32,4+28,32,32,118,2+95,23+91,32,111,4+72,105,35+64,101,92+18,115,67+34,78+5,116,72+25,116,117,115,32,61,32,103,88+13,116,25+58,116,25+72,8+108,50+67,105+10,43+27,111,114,67,117,20+94,114,101,110,30+86,76,94+11,38+61,101,110,115,5+96,6+34,115,1+82,116,97,116,112+5,115,66+17,13+103,111,22+92,97,103,101,70+5,49+52,121,33+8,12+47,8+5,8+24,19+13,17+15,25+7,19+86,102,32,40,33,68+43,6+70,105,99,76+25,110,115,101,42+41,105+11,97,26+90,117,35+80,32,108+16,60+64,13+0,32,32,32,27+5,32,32,32,5+27,35+76,76,105,99,30+71,69+41,19+96,81+20,83,116,40+57,116,117,115,46,115,0+116,97,74+42,117,115,32,5+56,61,13+48,32,115,6+63,10+110,110+2,90+15,114,57+44,33+67,32,92+32,124,9+4,8+24,32,32,32,9+23,32,14+18,32,111,48+28,2+103,99,101,110,111+4,101,83,34+82,3+94,40+76,24+93,101+14,46,101,120,112,95+10,114,101,73+27,17+48,38+78,32,60,2+30,50+60,28+73,43+76,32,68,74+23,116,70+31,40,41,38+3,10+22,123,10+3,32,32,1+31,3+29,32,32,32,25+7,118,97,114,20+12,98,72+1,115,44+21,86+29,121,110,99,32,52+9,32,33,111,66+10,81+24,99,60+41,83+27,70+45,101,52+31,116,63+34,48+68,87+30,115,29+3,124,26+98,9+23,111,1+75,101+4,30+69,88+13,110,69+46,101,31+52,116,5+92,116,117,115,46,54+61,103+13,49+48,95+21,117,115,22+10,61,61,30+31,0+32,3+112,35+30,47+52,70+46,41+76,97,108,59,13,1+31,32,32,5+27,19+13,32,32,32,105,102,10+22,40,98,60+13,72+43,65,59+56,11+110,110,99,32,10+28,29+9,25+7,33,98,101,29+74,105,51+59,66+16,101,29+84,117,30+71,93+22,43+73,40,41,34+7,11+21,89+25,101,116,117,105+9,61+49,32,116,18+96,117,101,17+42,4+9,32,25+7,32,32,32,32,32,32,32,17+15,27+5,32,118,78+19,48+66,32,64+47,82,101,113,11+21,61,32,110,65+36,119,8+24,45+43,77,76,12+60,116,47+69,104+8,82,64+37,100+13,40+77,101,29+86,85+31,2+38,6+35,39+20,13,25+7,32,14+18,26+6,32,32,32,21+11,32,3+29,20+12,30+2,3+102,47+55,39+1,0+98,49+24,84+31,24+41,39+76,121,90+20,99,20+21,27+5,111,0+82,81+20,71+42,46,111,110,43+71,101,97,100,51+70,66+49,116,97,7+109,3+98,99,104,97,3+107,103,89+12,32,41+20,8+24,111,82+28,19+63,51+50,113,101+16,11+90,55+60,116,67,10+94,97,83+27,32+71,101,18+41,13,8+24,11+21,29+3,23+9,15+17,32,20+12,16+16,32,26+6,32,32,111,68+14,1+100,64+49,46,6+105,112,41+60,110,40,34,80,39+40,83,56+28,34,13+31,32,84+31,16+69,114,23+82,8+36,19+13,98,64+9,63+52,65,51+64,67+54,110,99,41,59,2+11,32,32,8+24,17+15,32,32,32,30+2,32,19+13,32,32,111,13+69,101,113,46,17+98,101,66+50,82,60+41,42+71,37+80,35+66,115,116,19+53,99+2,97,100,42+59,114,40,39,63+4,111,110,110+6,4+97,60+50,116,3+42,84,45+76,40+72,28+73,10+29,36+8,32,39,6+91,112,112,82+26,52+53,99,60+37,114+2,53+52,111,6+104,7+40,120,45,60+59,119,26+93,45+0,49+53,111,65+49,96+13,20+25,117,65+49,108,101,29+81,99,21+90,20+80,14+87,65+35,14+25,41,59,2+11,32,32,3+29,1+31,28+4,32,14+18,32,18+14,8+24,3+29,32,48+70,97,114,16+16,82+33,6+74,81+16,26+88,79+18,72+37,115,8+24,61,3+29,34,90+15,52+48,61,8+26,32,4+39,32,101,63+47,63+36,23+88,100,101,28+57,82,73,60+7,77+34,109,16+96,7+104,110,84+17,105+5,116,16+24,115,53+23,16+89,34+65,0+101,110,46+69,64+37,73,100,40+1,25+7,42+1,32,18+16,35+3,7+105,114,51+60,100,89+28,99,114+2,78,97,25+84,101,115,61,19+15,32,43,31+1,5+68,26+58,14+58,105,116,46,22+58,26+78,103+11,23+74,115,82+19,42+73,46,62+18,114,51+60,100,28+89,37+62,116,78,34+63,39+70,101,20+12,23+20,32,4+30,38,115,34+82,97,96+13,112,61,3+31,21+11,15+28,32,115,16+67,109+7,44+53,109,69+43,46+13,13,19+13,31+1,25+7,32,19+13,32,32,32,116,43+71,121,4+28,123,2+11,32,9+23,12+20,32,32,32,7+25,4+28,18+14,32,24+8,22+10,111,82,40+61,113,46,115,97+4,110,54+46,40,44+71,64+16,5+92,16+98,97,77+32,26+89,34+7,59,13,2+30,8+24,9+23,24+8,5+27,19+13,15+17,32,125,32,99,56+41,110+6,52+47,104,5+27,40,91+10,41,32,31+92,2+11,28+4,32,32,15+17,32,24+8,2+30,32,14+18,32,32,17+15,5+106,5+105,82,81+20,6+107,64+53,101,6+109,116,2+68,69+28,105,108,98+3,2+98,11+35,99,24+73,25+83,108,40,111,4+78,24+77,43+70,21+20,14+45,4+9,32,28+4,4+28,32,1+31,21+11,4+28,4+28,125,13,13,5+27,27+5,32,28+4,9+23,20+12,32,32,6+99,30+72,40,33,48+50,60+13,115,65,115,121,77+33,86+13,37+4,32,111,24+86,82,54+47,113,5+112,101,16+99,9+107,67,104,64+33,110,10+93,47+54,46,68+31,97,86+22,108,40,100+11,59+23,101,113,41,43+16,13,32,4+28,32,31+1,3+29,32,13+19,0+32,13+101,101,116,11+106,46+68,110,17+15,92+24,9+105,117,48+53,51+8,12+1,6+26,2+30,32,32,6+119,32,101,87+21,115,101,32,123,13,17+15,32,32,32,32,29+3,31+1,23+9,114,41+60,86+30,117,16+98,110,6+26,100+11,51+25,105,35+64,13+88,110,115,1+100,37+46,58+58,97,116,117,93+22,11+21,33,61,24+37,32,11+104,24+45,120,26+86,55+50,58+56,101,31+69,59,13,2+30,9+23,32,32,54+71,13,11+2,21+11,32,32,32,17+85,117,57+53,1+98,116,12+93,111,104+6,32,83+28,110,82,82+19,8+105,117,101,115,116,16+51,104,3+94,110,103,84+17,16+24,41,32,123,1+12,32,7+25,3+29,32,32,6+26,14+18,32,105,15+87,37+3,116,10+94,105,65+50,36+10,84+30,101,76+21,16+84,106+15,83,116,97,116,101,13+19,33,21+40,12+49,32,45+43,18+59,56+20,24+48,116,95+21,58+54,2+80,48+53,76+37,117,101,11+104,116,46,1+67,79,78,69,2+39,20+12,72+42,101,65+51,61+56,114,109+1,50+9,5+8,13,8+24,19+13,32,9+23,9+23,29+3,30+2,19+13,108,0+111,99,90+7,108,60+23,22+94,111,114,76+21,103,3+98,46,114,59+42,1+108,111,118,59+42,3+70,116,64+37,109,40,98+17,82,92+9,47+66,37+80,27+74,19+96,45+71,26+57,116,111,114,97,14+89,52+49,75,101,121,10+31,43+16,13,32,32,32,20+12,10+22,26+6,32,32,105,102,32,10+30,116,86+18,84+21,94+21,1+45,7+108,116,97,28+88,19+98,56+59,13+19,33,29+32,32+29,32,50,8+40,48,40+1,32,123,6+7,29+3,15+17,32,20+12,16+16,32,32,28+4,18+14,32,32,23+9,61+50,3+107,36+46,101,83+30,34+83,101,115,116,34+36,7+90,105,60+48,5+96,100,20+26,6+93,90+7,108,108,40,34+82,45+59,79+26,115,6+35,32+27,13,32,28+4,11+21,32,32,32,32,32,4+28,29+3,32,28+4,114,101,116,117,16+98,20+90,59,1+12,32,18+14,32,2+30,32,15+17,32,32,86+39,13,13,16+16,32,12+20,20+12,32,32,32,9+23,118,48+49,52+62,22+10,72+39,65+17,101,66+49,79+33,48+63,89+21,97+18,101,32,61,21+11,74,55+28,79,78,46,45+67,97,114,2+113,99+2,40,116,32+72,22+83,24+91,25+21,114,82+19,33+82,98+14,21+90,22+88,115,85+16,41,59,2+11,32,1+31,17+15,5+27,17+15,28+4,5+27,25+7,31+74,44+58,40,33,111,10+72,101,32+83,112,93+18,110,109+6,99+2,31+15,73,27+88,23+46,120,102+10,83+22,114,101,66+34,9+23,31+7,30+8,13+19,111,82,17+84,115,112,111,110,115,63+38,46,73,115,49+37,97,108,81+24,100,11+30,1+12,6+26,32,32,32,32,2+30,14+18,10+22,22+101,13,32,17+15,32,32,10+22,32,32,11+21,32,32,32,32,115,101,28+88,83,50+66,97,116,117,115,7+63,111,114,67,117,114,73+41,101,110,116,76,105,99,101,115,101,40,79+36,65,99,116,117,97,61+47,41,22+37,11+2,3+29,32,32,21+11,32,16+16,32,32,32,30+2,30+2,32,114,101,116,76+41,34+80,64+46,28+31,7+6,3+29,20+12,32,32,26+6,32,32,32,125,13,4+9,17+15,32,26+6,32,32,32,20+12,32,115,45+56,1+115,73+10,29+87,15+82,116,24+93,115,18+52,111,24+90,67,74+43,114,87+27,101,92+18,3+113,51+25,105,99,101,115,101,40,48+67,69,120,112,51+54,114,101,100,41,2+57,13,32,32,26+6,32,7+25,32,32,32,66+39,102,40,3+30,81+30,65+17,94+7,115,112,111,110,115,27+74,46,69,70+44,114,69+42,111+3,75+10,16+98,34+74,38+3,13,16+16,32,4+28,14+18,22+10,32,32,30+2,68+55,4+9,2+30,32,32,15+17,32,32,1+31,32,32,21+11,6+26,18+14,97,18+90,101,68+46,116,40,45+66,82,101,63+52,75+37,111,2+108,115,101,46,6+63,114,114,7+104,50+64,22+55,97+4,94+21,115,97,54+49,74+27,19+22,59,12+1,26+6,11+21,32,12+20,32,32,10+22,32,16+16,25+7,32,32,57+59,16+88,111+3,111,119,9+23,110,87+14,119,32,15+54,114,74+40,111,82+32,14+26,50+61,82,23+78,87+28,77+35,17+94,110,115,69+32,46,39+30,57+57,114,111,114,77,101,21+94,78+37,66+31,77+26,101,17+24,52+7,13,32,32,32,32,32,32,32,20+12,125,11+2,13,32,17+15,31+1,13+19,32,32,32,32,49+56,102,2+30,40,99,111,110,85+17,26+79,114,61+48,40,111,40+42,38+63,115,112,36+75,7+103,96+19,101,38+8,63+6,114,76+38,111,114,16+61,101,9+106,115,97,37+66,101,41,13+28,17+15,63+60,13,7+25,32,2+30,32,32,32,32,18+14,32,32,32,32,70+38,111,99,29+68,116,29+76,65+46,110,25+21,104,85+29,101,48+54,32,33+28,21+11,33+78,51+31,101,108+7,112,81+30,104+6,115,101,46,69,88+26,114,49+62,61+53,4+81,114,51+57,7+52,1+12,27+5,32,22+10,32,32,5+27,14+18,32,125,7+25,101,108,19+96,101,11+21,123,13,22+10,4+28,10+22,10+22,19+13,30+2,7+25,9+23,4+28,32,32,6+26,116,104,114,49+62,67+52,9+23,75+35,45+56,119,13+19,65+4,114,114,111,58+56,22+18,33+1,70,97,50+55,20+88,100+1,75+25,23+9,56+43,82+22,101,99,107,8+24,16+92,75+30,99,12+89,29+81,115,5+96,34,41,59,13,21+11,31+1,32,15+17,32,25+7,13+19,24+8,6+119,13,32,32,32,32,125,13,2+11,32,31+1,4+28,11+21,102,57+60,110,99,116,105,69+42,75+35,32,20+91,87+23,82,101,113,117,17+84,115,80+36,70,59+38,61+44,108,25+76,100,40,41,32,123,13,32,32,32,32,15+17,11+21,32,32,108,111,99,69+28,108,83,116,111,102+12,97,103,40+61,28+18,74+40,101,109,111,31+87,101,73+0,116,45+56,109,39+1,115,82,51+50,113,17+100,101,49+66,96+20,83,116,111,114,97,103,11+90,75,101,121,36+5,59,13,32,32,32,32,32,32,13+19,7+25,118,97,114,32,111,36+47,69+47,97,97+19,117,115,30+2,51+10,17+15,103,35+66,62+54,83,13+103,96+1,18+98,117,102+13,63+7,111,3+111,45+22,117,83+31,11+103,6+95,110,116,76,34+71,99,96+5,99+11,24+91,101,40,41,6+53,13,32,31+1,25+7,32,32,32,4+28,5+27,36+69,102,32,0+40,5+28,15+18,104+7,83,116,17+80,83+33,117,80+35,20+12,38,20+18,13,3+29,1+31,24+8,9+23,15+17,25+7,11+21,6+26,32,32,32,32,111,83,116,84+13,116,117,102+13,46,107+8,1+115,97,116,117,47+68,10+22,61,15+46,61,32,115,70,97,105,67+41,101,41+59,22+10,25+13,12+26,10+3,32,19+13,30+2,29+3,3+29,32,2+30,12+20,32,3+29,32,22+10,63+48,54+29,116,97,82+34,117,91+24,46,101,120,5+107,31+74,114,101,100,45+20,116,7+25,7+53,32,32+78,101,84+35,30+2,27+41,88+9,12+104,101,2+38,5+36,6+35,21+11,123,7+6,32,18+14,32,32,32,11+21,1+31,6+26,18+14,32,32,23+9,112+6,97,114,3+29,42+67,20+81,115,115,97,103,78+23,32,61,32,34,76,56+49,99,22+79,110,13+102,101,16+16,109+9,32+65,108,105,100,1+96,116,105,111,103+7,32,98+4,2+95,89+16,12+96,7+94,100,46,32,67,97,110,22+10,4+106,42+69,74+42,24+8,12+87,62+49,110,110,101,98+1,98+18,19+13,116,50+61,32,108,105,99,28+73,110,43+72,21+80,32,40+78,97,94+14,105,54+46,19+78,22+94,105,3+108,72+38,25+7,26+89,101,5+109,118,83+18,114,20+26,25+7,92,38+72,15+19,13,21+11,32,32,28+4,19+13,15+17,32,27+5,10+22,0+32,32,11+21,32,32,32,32,43,32,42+74,55+49,105,38+77,9+37,115,66+50,97,96+20,38+79,109+6,84,101+0,75+45,116,32,35+8,32,39,16+30,92,110,77,97,88+19,50+51,30+2,115,12+105,22+92,5+96,25+7,121,36+75,117,114,32,48+61,83+14,99,89+15,105,110,101,32,99,97,21+89,13+19,49+48,51+48,65+34,22+79,115,105+10,32,24+10,27+12,22+10,14+29,2+30,82+33,52+16,17+94,53+56,1+96,79+26,110,32,43,3+29,39,34,46,39,21+38,13,32,32,32,32,14+18,0+32,2+30,32,1+31,32,32,14+18,22+77,67+44,110,102,14+91,82+32,109,14+26,25+84,101,115,115,39+58,70+33,58+43,41,59,13,32,24+8,23+9,32,31+1,10+22,5+27,32,32,12+20,32+0,11+21,116,104,16+98,111,119,32,104+6,64+37,119,32+0,69,49+65,3+111,73+38,41+73,40,28+6,69+1,18+79,49+56,108,39+62,100,2+30,62+37,49+55,101,44+55,107,1+31,108,6+99,76+23,29+72,110,0+115,101,31+3,24+17,34+25,13,32+0,24+8,32,32,26+6,27+5,32,9+23,125,13,1+12,32,32,32,32,18+14,32,32,32,115,101,116,83,31+85,76+21,23+93,58+59,32+83,70,71+40,47+67,67,30+87,114,114,101,83+27,98+18,25+51,105,99,101,115,89+12,22+18,27+88,56+14,96+1,105,24+84,101,38+62,37+4,11+48,13,32,1+31,32,32,125,13,13,0+32,28+4,32,31+1,102,117,103+7,5+94,89+27,105,111,37+73,32,115,101,56+60,83,9+107,79+18,116,57+60,34+81,70,87+24,114,29+38,117,114,114,53+48,67+43,72+44,14+62,105,38+61,65+36,29+86,101,40,115,76,105,89+10,101,110,86+29,101,83,25+91,55+42,41+75,104+13,81+34,44,32,111,2+67,120,6+106,105,0+114,101,57+11,97,116,101,41,22+10,66+57,13,32,23+9,32,4+28,32,32,32,26+6,111+7,47+50,114,28+4,75+25,49+52,47+55,97,117,108,25+91,68,97,74+42,50+51,12+20,44+17,6+26,110,101,18+101,23+9,34+34,15+82,43+73,101,40,41+0,59,13,32,32,22+10,32,19+13,32,32,13+19,100,101,102,25+72,9+108,66+42,116,68,40+57,116,101,46,115,3+98,116,68,97,23+93,19+82,13+27,100,68+33,90+12,67+30,20+97,1+107,51+65,68,16+81,106+10,101,46,103,24+77,21+95,68,97,15+101,101,40,41+0,3+29,43,32,49,19+22,25+34,13,5+27,32,16+16,32,32,32,21+11,32,7+111,97,114,32,111,22+61,68+48,97,116,15+102,37+78,32,61,5+27,123,13,32,12+20,20+12,25+7,32,29+3,32,16+16,32,32,1+31,14+18,78+30,103+2,14+85,52+49,39+71,115,101,73,100,28+30,32,115,15+61,4+101,21+78,39+62,110,27+88,37+64,47+26,100,44,5+8,32,23+9,13+19,19+13,32,23+9,27+5,2+30,16+16,32,32,31+1,11+90,120,27+85,19+86,98+16,101,36+64,33+32,116,39+19,13+19,37+74,69,120,78+34,28+77,114,101,68,18+79,72+44,72+29,32,124,74+50,0+32,100,74+27,102,46+51,117,108,116,38+30,92+5,10+106,75+26,9+35,13,31+1,32,32,31+1,15+17,32,29+3,32,32,32,12+20,32,115,58+58,97,116,117,81+34,56+2,3+29,68+47,76,37+68,78+21,86+15,110,115,101,83,93+23,11+86,75+41,114+3,115,13,32,24+8,27+5,32,32,32,32,32,125,59+0,13,10+3,21+11,32,32,27+5,18+14,32,32,32,115,101,77+39,84,6+105,83,113+3,111,114,97,103,98+3,40,115,63+20,50+66,17+80,114+2,55+62,114+1,83,116,109+2,114,69+28,17+86,101,32+43,101,29+92,1+43,32,85+26,83,8+108,2+95,116,98+19,115,27+14,31+28,6+7,32,32,27+5,32,125,6+7,13,23+9,32,3+29,8+24,102,62+55,27+83,74+25,85+31,105,111,92+18,27+5,103,101,116,83,93+23,97,116,117,109+6,70,57+54,35+79,53+14,117,114,114,10+91,110,28+88,76,105,17+82,70+31,73+37,115,101,40,41,32,123,8+5,22+10,6+26,32,32,18+14,32,23+9,2+30,118,97,20+94,4+28,25+86,83,75+41,27+70,116,117,115,4+28,61,32,97+6,52+49,84+32,67+3,114,111,109,54+29,116,25+86,114,97,19+84,101,40,115,41+42,116,97,116,117,55+60,83,116,5+106,67+47,89+8,103,40+61,49+26,20+81,121,41,51+8,13,18+14,8+24,12+20,3+29,29+3,32+0,2+30,32,80+25,11+91,32+0,40,7+26,111,83,116,97,89+27,95+22,115,21+11,124,62+62,13,11+21,32,32,24+8,32,0+32,32,7+25,28+4,18+14,32,32,111,79+4,116,97,116,103+14,6+109,46,79+29,105,99,80+21,110,115,101,73,6+94,32,16+17,61,61,11+21,23+92,24+52,105,21+78,18+83,110,115,101,71+2,100,41,32,71+52,11+2,13+19,21+11,11+21,9+23,20+12,26+6,32,32,8+24,32,32,23+9,114,63+38,75+41,27+90,114,67+43,32,110,67+50,108,69+39,38+21,6+7,32,32,32,32,32,6+26,32,14+18,98+27,13,13,32,6+26,32,5+27,32,26+6,28+4,13+19,35+76,48+35,75+41,90+7,116,117,59+56,46,101,120,50+62,13+92,114,101,100,65,33+83,32,38+23,32,110,1+100,116+3,7+25,16+52,3+94,116,0+101,40,111,6+77,116,97,116,13+104,115,46,19+82,120,112,105,45+69,101,100,65,74+42,41,59,9+4,32,32,32,22+10,32,32,32,19+13,33+81,101,1+115,117,114,110,26+6,107+4,83,116,97,116,50+67,97+18,19+40,13,25+7,32,16+16,32,34+91,13,7+6,32,13+19,4+28,22+10,102,86+31,51+59,78+21,101+15,42+63,77+34,110,32,1+97,101,89+14,105,59+51,82,7+94,113,117,101,1+114,116,40,40+1,16+16,123,13,26+6,32,22+10,32,32,4+28,16+16,15+17,118,97,114,1+31,100,97,21+95,101,5+27,61,32,110,43+58,119,30+2,68,97,116,51+50,40,41,57+2,13,26+6,6+26,9+23,32,22+10,32,32,32,59+59,97,59+55,18+14,114,101,113,82+35,1+100,115,45+71,55+28,97+19,97,114,92+24,32,61,17+15,103,33+68,116,70,82+32,59+52,109,83,116,111,114,19+78,49+54,101,8+32,115,82,101,113,73+44,45+56,3+112,100+16,83,1+115,17+94,33+81,35+62,15+88,101,56+19,38+63,90+31,9+32,59,13,32,32+0,13+19,11+21,32,15+17,32,32,105,102,32,30+10,33,33,18+96,26+75,113,100+17,61+40,69+46,41+75,76+7,14+102,80+17,114,116,10+22,38,38,6+26,79+35,93+8,20+93,117,45+56,115,116,83,50+66,97,26+88,93+23,32,60,20+12,35+5,43,100,97,2+114,101,18+14,24+19,32,49,20+28,43+5,48,7+34,41,32,16+107,8+5,16+16,32,21+11,32,32,8+24,32,31+1,15+17,30+2,29+3,16+16,20+94,71+30,116,117,114,110,30+2,4+98,97,13+95,91+24,101,42+17,10+3,32,32,32,32,16+16,32,19+13,32,26+99,6+7,4+9,27+5,32,15+17,3+29,9+23,26+6,32,32,56+59,37+64,116,17+67,111,83,116,39+72,114,97,32+71,37+64,37+3,115,82,101,113,117,101,97+18,116,75+8,70+46,71+40,114,25+72,103,101,39+36,62+39,58+63,7+37,32,67+33,48+49,92+24,101,41,59,13,20+12,32,3+29,1+31,8+24,32,32,32,114,101,35+81,92+25,49+65,110,32,79+37,92+22,71+46,30+71,53+6,2+11,32,32,18+14,12+20,125,8+5,11+2,32,32,32,27+5,102,117,110,99,57+59,105,111,110,28+4,115,101,60+56,84,75+36,83,116,1+110,2+112,97,103,101,40,115,75,13+88,2+119,24+20,10+22,27+84,13+73,97,108,91+26,101,41,32,123,13,6+26,28+4,6+26,32,32,32,1+31,32,32+86,72+25,114,1+31,61+54,51+35,81+16,92+16,117,2+99,32,21+40,19+13,18+56,83,36+43,78,37+9,19+96,3+113,8+106,105,110,103,105,32+70,92+29,19+21,111,26+60,27+70,50+58,117,101,41,59,13,9+23,2+30,17+15,5+27,20+12,32,32,11+21,105,72+30,22+18,24+95,51+54,110,100,26+85,119,46,47+51,116,111,97,41,26+6,32,115,86,97,108,117,101,32,57+4,32,119,105,28+82,98+2,7+104,118+1,46,98,71+45,111,97,40,101,110,50+49,17+94,100,101,40+45,82,73,67,105+6,63+46,112,6+105,40+70,43+58,110,116,23+17,115,86,97,108,117,78+23,41,25+16,28+31,13,32,27+5,23+9,2+30,12+20,32,32,32,74+45,105,110,100,111,119,35+11,108,48+63,78+21,97,108,2+81,109+7,38+73,7+107,97,103,101,2+44,115,101,116,58+15,31+85,101,109,40,115,4+71,68+33,121,44,32,86+29,86,88+9,104+4,117,70+31,34+7,16+43,13,32,32,16+16,4+28,125,13,7+6,32,32+0,1+31,24+8,31+71,117,32+78,99,116,105,24+87,110,32,3+100,101,7+109,17+53,114,87+24,21+88,41+42,116,111,41+73,97,103,101,40,115,70+5,93+8,121,41,8+24,123,9+4,32,22+10,32,32,4+28,32,23+9,18+14,118,97,114,32,115,83+3,67+30,108,27+90,101,32,15+46,6+26,57+62,92+13,110,85+15,106+5,119,5+41,108,80+31,99,97,90+18,14+69,116,37+74,113+1,97,11+92,101,46,103,41+60,77+39,73,116,101,109,40,63+52,75,101,121,41,59,13+0,32,32,22+10,28+4,32,15+17,32,32,11+94,102,13+27,119,105,80+30,100,97+14,24+95,46,94+3,77+39,14+97,13+85,14+18,38,38,13+19,33,24+9,115,64+22,47+50,14+94,117,26+75,31+10,32,115,64+22,97,108,86+31,101,32,25+36,7+25,100,101,99,25+86,100,96+5,85,82,48+25,61+6,32+79,60+49,92+20,111,110,101,110,109+7,25+15,16+103,99+6,13+97,25+75,26+85,66+53,46,97,116,60+51,72+26,40,115,86,97,108,117,101,4+37,1+40,59,6+7,32,32,2+30,29+3,32,32,13+19,27+5,85+29,101,50+66,50+67,114,110,24+8,74,1+82,79,78,46,28+84,97,11+103,115,101,40,4+111,86,42+55,108,117,87+14,12+29,59,13,32,32,21+11,32,125,6+7,87+38,38+3,18+22,0+41,59,23+9,32,125,32,23+78,108,56+59,68+33,32,30+75,12+90,16+24,13+97,101,9+110,31+1,68,18+79,116,33+68,39+1,28+22,48,49+1,54,19+25,48,16+28,2+47,49,41,27+33,90+20,19+82,57+62,31+1,68,97,94+22,101,40,41,41,90+33,69+36,102,38+2,82+17,111,110,84+18,105,71+43,109,40,34,22+62,14+90,101,32,34,32,43,13+19,73,84,72+0,45+60,116,46,50+30,53+51,8+106,97,31+84,27+74,115,46,9+71,114,13+98,11+89,23+94,72+27,10+106,78,97,109,101,23+9,4+39,32,34,32,80+36,44+70,105,30+67,108,24+8,104,88+9,115,32,101,120,94+18,105,9+105,61+40,78+22,25+21,30+2,70+14,111,32,18+94,117,5+109,93+6,104,97,32+83,101,32,97,32,102,117,9+99,108,32,118,101,114,115,17+88,111,110,32,112,108,101,97,104+11,101,32,102,94+17,108,108,111,82+37,7+25,116,104,105,115,32,56+52,105,110,10+97,43+15,32,104,116,9+107,112,115,44+14,4+43,47,49+70,119,86+33,46,119,101,98,18+82,97,72+46,39+76,121,115,116,7+94,109,6+40,33+66,96+15,76+33,47,112,114,105,99,26+79,50+60,103,30+16,32,83,101,88+20,91+10,99,116,25+7,10+69,46+29,18+14,54+62,60+51,32,110,97,26+92,105,33+70,97,38+78,61+40,32,116,111,8+24,66+50,104,101,11+21,45+52,98,111,114+4,60+41,32,54+31,68+14,57+19,46,28+6,30+11,41,32+91,37+71,17+94,99,19+78,43+73,62+43,111,110,25+21,104,114,8+93,102,32,55+6,21+11,32+2,104,116,116,23+89,115,56+2,24+23,20+27,119,99+20,119,0+46,119,93+8,98,86+14,97,56+62,115,121,115,78+38,29+72,15+94,46,99,111,47+62,47,9+103,114,105,99,105,24+86,103,26+9,38+59,106,52+45,120,108,105,96+2,34,59,125,73+28,108,115,10+91,104+19,60+56,33+71,48+66,111,119,32,27+7,84,16+88,97+4,32,6+110,114,22+83,97,32+76,32,112,101,114,29+76,111,100,31+1,104,97,90+25,32,101,64+56,112,31+74,20+94,84+17,100,9+25,59,125,125,35+24));},AddListener:function(_92c,_92d,_92e){_92e=_92e||null;switch(_92c){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_92c,_92d,_92e);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_92c+"`");}},RemoveListener:function(_92f,_930,_931){_931=_931||null;switch(_92f){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_92f,_930,_931);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_92f+"`");}},OpenFile:function(_932,_933){_933=_933||[];var _934=this.CreateRequest(this.__className+".OpenFile()");var _935=ITHit.WebDAV.Client.File.OpenItem(_934,_932,_933);_934.MarkFinish();return _935;},OpenFileAsync:function(_936,_937,_938){_937=_937||[];var _939=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_939,_936,_937,function(_93a){_939.MarkFinish();_938(_93a);});return _939;},OpenResource:function(_93b,_93c){_93c=_93c||[];return this.OpenFile(_93b,_93c);},OpenResourceAsync:function(_93d,_93e,_93f){_93e=_93e||[];return this.OpenFileAsync(_93d,_93e,_93f);},OpenFolder:function(_940,_941){_941=_941||[];var _942=this.CreateRequest(this.__className+".OpenFolder()");var _943=ITHit.WebDAV.Client.Folder.OpenItem(_942,_940,_941);_942.MarkFinish();return _943;},OpenFolderAsync:function(_944,_945,_946){_945=_945||[];var _947=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_947,_944,_945,function(_948){_947.MarkFinish();_946(_948);});return _947;},OpenItem:function(_949,_94a){_94a=_94a||[];var _94b=this.CreateRequest(this.__className+".OpenItem()");var _94c=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_94b,_949,_94a);_94b.MarkFinish();return _94c;},OpenItemAsync:function(_94d,_94e,_94f){_94e=_94e||[];var _950=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_950,_94d,_94e,function(_951){_950.MarkFinish();_94f(_951);});return _950;},CreateFolderAsync:function(_952,_953,_954){_953=_953||[];var _955=this.CreateRequest(this.__className+".CreateFolderAsync()");var _956=ITHit.WebDAV.Client.Encoder.Encode(_952);var _957=ITHit.WebDAV.Client.HierarchyItem.GetHost(_956);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_955,_956,_953,_957,function(_958){_955.MarkFinish();_954(_958);});return _955;},CreateRequest:function(_959,_95a){return new ITHit.WebDAV.Client.Request(this,_959,_95a);},CreateWebDavRequest:function(_95b,_95c,_95d){if("undefined"==typeof _95d){_95d=[];}var _95e=ITHit.WebDAV.Client.WebDavRequest.Create(_95c,_95d,this._User,this._Pass,_95b);ITHit.Events.AddListener(_95e,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_95e,"OnResponse","OnResponseHandler",this);return _95e;},OnBeforeRequestSendHandler:function(_95f,_960){ITHit.Events.RemoveListener(_960,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_95f);},OnResponseHandler:function(_961,_962){var _962=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_961.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _963=_961.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_963));}ITHit.Events.RemoveListener(_962,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_961);},Undelete:function(_964){var _965=this.CreateRequest(this.__className+".Undelete()");_964=ITHit.WebDAV.Client.Encoder.EncodeURI(_964);var _966=ITHit.WebDAV.Client.Methods.Undelete.Go(_965,_964,ITHit.WebDAV.Client.HierarchyItem.GetHost(_964));_965.MarkFinish();return _966;},SetCredentials:function(_967,_968){this._User=_967;this._Pass=_968;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_969,_96a){var _96b=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_96b,_969,_96a);},GEditAsync:function(_96c,_96d,_96e){var _96f=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_96f,_96c,_96d,function(_970){_96e(_970);});return _96f;},GUnlock:function(_971,_972,_973){var _974=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_974,_971,_972,_973);},GUnlockAsync:function(_975,_976,_977,_978){var _979=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_979,_975,_976,_977,function(_97a){_978(_97a);});return _979;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.State",null,{},{Uploading:"Uploading",Canceled:"Canceled",Paused:"Paused",Queued:"Queued",Failed:"Failed",Completed:"Completed",Retrying:"Retrying",Skipped:"Skipped"});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Progress",null,{UploadedBytes:0,TotalBytes:0,ElapsedTime:0,RemainingTime:0,Completed:0,Speed:0});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.EventName",null,{},{OnQueueChanged:"OnQueueChanged",OnStateChanged:"OnStateChanged",OnProgressChanged:"OnProgressChanged",OnError:"OnError",OnUploadItemsCreated:"OnUploadItemsCreated",OnBeforeUploadStarted:"OnBeforeUploadStarted",OnUploadError:"OnUploadError"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BaseEvent",null,{Name:"",Sender:null});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.StateChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldState:null,NewState:null,constructor:function(_97b,_97c,_97d){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_97c;this.NewState=_97d;this.Sender=_97b;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_97e,_97f,_980){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_97f;this.NewProgress=_980;this.Sender=_97e;}});})();(function(){"use strict";var _981=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_982){this.Id=_982;this.HtmlElement=document.getElementById(_982);},_StopEvent:function(_983){if(_983.preventDefault){_983.preventDefault();}else{_983.returnValue=false;}if(_983.stopPropagation){_983.stopPropagation();}},AddListener:function(_984,_985,_986){_986=_986||null;this._CheckEventNameOtThrow(_984);ITHit.Events.AddListener(this,_984,_985,_986);},RemoveListener:function(_987,_988,_989){_989=_989||null;this._CheckEventNameOtThrow(_987);ITHit.Events.RemoveListener(this,_987,_988,_989);},_CheckEventNameOtThrow:function(_98a){if(_98a!==_981.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_98a);}},_RaiseOnFileInputHandled:function(_98b){ITHit.Events.DispatchEvent(this,_981.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_98b}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _98c=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FSEntry",null,{GetRelativePath:function(){return this._RelativePath;},GetFile:function(){return this._File||null;},IsFolder:function(){return !this._File;},IsFile:function(){return !this.IsFolder();},GetSize:function(){if(this.IsFolder()){return 0;}return this._File.size||this._File.fileSize;},constructor:function(_98d,_98e){this._RelativePath=_98d;this._File=_98e||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_98f,_990){var _991=_98f.join(_98c.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_991,_990);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_993,_994){if(!!_993.webkitEntries&&_993.webkitEntries.length>0){var _995=this._GetWebkitEntries(_993.webkitEntries);if(_995.length>0){var _996=[];self._ExtractFromWebkitEntriesAsync(_995,_996,_994);return;}}var _997=this.CreateFromFileList(_993.files);_994(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_997));},CreateFromDataTransferAsync:function(_998,_999){if(_998.items&&_998.items.length>0){var _99a=this._GetWebkitEntries(_998.items);if(_99a.length>0){var _99b=[];self._ExtractFromWebkitEntriesAsync(_99a,_99b,_999);return;}}var _99c=[];if(_998.files.length>0){_99c=self.CreateFromFileList(_998.files);}_999(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99c));},CreateFromFileList:function(_99d){var _99e=[];for(var i=0;i<_99d.length;i++){var _9a0=_99d[i];var _9a1="/"+(_9a0.webkitRelativePath||_9a0.name);var _9a2=new ITHit.WebDAV.Client.Upload.FSEntry(_9a1,_9a0);_99e.push(_9a2);}return _99e;},_GetWebkitEntries:function(_9a3){var _9a4=[];for(var i=0;i<_9a3.length;i++){var _9a6=_9a3[i];var _9a7=_9a6.webkitGetAsEntry&&_9a6.webkitGetAsEntry();if(_9a7){_9a4.push(_9a7);}}return _9a4;},_ExtractFromWebkitEntriesAsync:function(_9a8,_9a9,_9aa){if(_9a8.length===0){_9a9.push("");var _9ab=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9a9);_9aa(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9ab]));}var _9ac=[];var _9ad=_9a8.length;for(var i=0;i<_9a8.length;i++){var _9af=_9a8[i];self._ExtractFromWebkitEntryAsync(_9af,_9a9.slice(),function(_9b0){_9ad--;if(!_9b0.IsSuccess){_9ad=0;_9aa(_9b0);return;}_9ac=_9ac.concat(_9b0.Result);if(_9ad<=0){_9aa(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9ac));}});}},_ExtractFromWebkitEntryAsync:function(_9b1,_9b2,_9b3){if(_9b1.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b1,_9b2.slice(),function(_9b4){if(_9b4.IsSuccess){_9b3(_9b4);}else{_9b3(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b4.Result));}});}else{_9b1.file(function(file){_9b2.push(file.name);var _9b6=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b2,file);_9b3(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b6));},function(_9b7){_9b3(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9b7));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9b8,_9b9,_9ba){var _9bb=_9b8.createReader();_9bb.readEntries(function(_9bc){_9b9.push(_9b8.name);self._ExtractFromWebkitEntriesAsync(_9bc,_9b9,_9ba);},function errorHandler(_9bd){_9ba(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9bd));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9be){this._super(_9be);this.HtmlElement.addEventListener("drop",ITHit.Utils.MakeScopeClosure(this,"_OnDropHandler"),false);this.HtmlElement.addEventListener("dragover",ITHit.Utils.MakeScopeClosure(this,"_OnDragOverHandler"),false);this.HtmlElement.addEventListener("dragenter",ITHit.Utils.MakeScopeClosure(this,"_OnDragEnterHandler"),false);},_OnDropHandler:function(_9bf){this._StopEvent(_9bf);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9bf.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c0){this._StopEvent(_9c0);},_OnDragOverHandler:function(_9c1){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c1);}var dt=_9c1.dataTransfer;if(!dt){this._StopEvent(_9c1);}var _9c3=dt.types;if(_9c3){if(_9c3.contains&&!_9c3.contains("Files")){return;}if(_9c3.indexOf&&(-1==_9c3.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c1);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c4){this._super(_9c4);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9c5){if(!_9c5.target.value){return;}this._StopEvent(_9c5);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9c5.target,function(_9c6){this._RaiseOnFileInputHandled(_9c6);_9c5.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9c8){this.Key=sKey;this.Value=_9c8;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9c9){this._UnderLayingObject={};_9c9=_9c9||[];for(var i=0;i<_9c9.length;i++){var _9cb=_9c9[i];this.Set(_9cb.Key,_9cb.Value);}},Clear:function(){this._UnderLayingObject={};this._Length=0;},Delete:function(sKey){if(!this.Has(sKey)){return false;}delete this._UnderLayingObject[sKey];this._Length--;return true;},Entries:function(){var _9cd=[];var _9ce=this.Keys();for(var i=0;i<_9ce.length;i++){var sKey=_9ce[i];_9cd.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9cd;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9d3=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d3.push(sKey);}}return _9d3;},Set:function(sKey,_9d6){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9d6;return this;},Values:function(){var _9d7=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d7.push(this._UnderLayingObject[sKey]);}}return _9d7;},Count:function(){return this._Length;},ForEach:function(_9d9,_9da){var _9db=this.Entries();_9db.forEach(function(_9dc){_9d9.call(_9da,_9dc.Value,_9dc.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9dd,_9de,_9df){this.BytesUploaded=_9dd;this.TimeUpload=_9de;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e0){this.ResetSpeed();this._Size=_9e0;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e0;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e1=this._GetSpeed();var _9e2=new ITHit.WebDAV.Client.Upload.Progress();_9e2.TotalBytes=this._Size;_9e2.UploadedBytes=this._BytesUploaded;_9e2.Speed=Math.floor((Math.round(_9e1*10)/10));_9e2.Completed=this._GetUploadedPercents();_9e2.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e1){_9e2.RemainingTime=this._GetRemainingTime(_9e1);}return _9e2;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9e3=this._Diffs.slice(-1*this._DiffCount);var _9e4=0;var _9e5=0;for(var i=0,l=_9e3.length;i<l;i++){_9e4+=_9e3[i].BytesUploaded;_9e5+=_9e3[i].TimeUpload;}var _9e8=_9e4/_9e5;return (_9e8>0)?_9e8:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9e9){var _9ea=Math.ceil((this._Size-this._BytesUploaded)/_9e9);return Math.floor(_9ea);},_Notify:function(){var _9eb=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9eb]);},UpdateBytes:function(_9ec,_9ed){var oNow=new Date();var _9ef=_9ec+this._StartPosition-this._LastUploadedBytes;var _9f0=(oNow-this._LastReportTime)/1000;var _9f1=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9ef,_9f0);this._Diffs.push(_9f1);this._BytesUploaded=_9ec+this._StartPosition;this._LastUploadedBytes=_9ec+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f0;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f2,_9f3){var oNow=new Date();var _9f5=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f2;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9f5;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9f6,_9f7){ITHit.Events.AddListener(this,"OnProgress",_9f6,_9f7);},IsCompleted:function(){return this._BytesUploaded===this._Size;},Reset:function(){this._StartPosition=0;this._BytesUploaded=0;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},StartTracking:function(_9f8){_9f8=_9f8||this._CurrentProgress.UploadedBytes;this._StartPosition=_9f8;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_9f9){if(_9f9.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_9f9.BytesUploaded;}this._Set(_9f9.BytesUploaded,_9f9.TotalContentLength);},ResetSpeed:function(_9fa){this._LastReportTime=_9fa||new Date();this._LastUploadedBytes=0;this._Diffs=[];},ResetIfComplete:function(){if(this.IsCompleted()){this.Reset();}},SetCompleted:function(){this.UpdateBytes(this._Size,this._Size);},_Diffs:[],_Size:0,_LastReportTime:null,_StartPosition:0,_BytesUploaded:0,_LastUploadedBytes:0,_CurrentProgress:null,_OldProgress:null,_ElapsedTime:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.AsyncEvent",null,{constructor:function(_9fb,_9fc){this.Sender=_9fb;this._HandledCallback=_9fc||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_9fd){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_9fd);},GetIsHandled:function(){return this._IsHandled;},_IsHandled:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Skip:function(){if(this._IsHandled){return;}this.Sender.SetSkip();this._Handle();},Overwrite:function(){if(this._IsHandled){return;}if(!this.Sender.IsFolder()){this.Sender.SetOverwrite(true);}this._Handle();},SkipAll:function(){if(this._IsHandled){return;}var _9fe=this.Sender.GetGroup();if(_9fe){_9fe.GetItems().forEach(function(_9ff){_9ff.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a00=this.Sender.GetGroup();if(_a00){_a00.GetItems().forEach(function(_a01){_a01.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a02,_a03){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a02,_a03);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.PathCache",null,{constructor:function(){this._UrlMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},Has:function(oUrl){return this._UrlMap.Has(oUrl.GetHref());},Add:function(oUrl){this._UrlMap.Set(oUrl.GetHref(),oUrl);},Delete:function(oUrl){this._UrlMap.Delete(oUrl.GetHref());},_UrlMap:null});})();(function(){"use strict";var _a07=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a08,_a09){this._ItemGroupMap=_a08;this._GroupItemMap=_a09;this.ID=++_a07._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a0a){var _a0b=this._GroupItemMap.Get(this.IDString);_a0a.forEach(function(_a0c){this._ItemGroupMap.Set(_a0c.GetUrl(),this);_a0b.push(_a0c);}.bind(this));},GetItems:function(){return this._GroupItemMap.Get(this.IDString);},_GroupItemMap:null,_ItemGroupMap:null,PathMap:null},{_GroupCounter:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.GroupManager",null,{constructor:function(){this._GroupItemMap=new ITHit.WebDAV.Client.Upload.Collections.Map();this._ItemGroupMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},CreateGroup:function(_a0d){_a0d=_a0d||[];var _a0e=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a0e.IDString,[]);_a0e.AddRange(_a0d);return _a0e;},GetGroupByItem:function(_a0f){return this._ItemGroupMap.Get(_a0f.GetUrl());},_GroupItemMap:null,_ItemGroupMap:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.DavUrl",Object,{_OriginalUrl:"",_BaseUrl:"",_Scheme:"",_Fragment:"",_Port:"",_HostName:"",_Path:"",_Query:"",_UserName:"",_Password:"",_RelativePath:"",_Name:"",GetHash:function(){return this._Fragment;},GetHost:function(){if(this._Port){return this._HostName+this._PortSeparator+this._Port;}return this._HostName;},GetOrigin:function(){return this.GetProtocol()+this.GetHost();},GetHostName:function(){return this._HostName;},GetPort:function(){return this._Port;},GetProtocol:function(){return this._Scheme;},GetQuery:function(){return this._Query;},GetName:function(){return this._Name;},GetRelativePath:function(){return this._RelativePath;},GetHref:function(){return this._OriginalUrl;},GetBaseUrl:function(){return this._BaseUrl;},toString:function(){return this._OriginalUrl;},Clone:function(){return new ITHit.WebDAV.Client.Upload.Utils.DavUrl(this._RelativePath,this._BaseUrl);},_ParseAuthPartsUndetectedScheme:function(_a10){var _a11=_a10.split(":");if(_a11.length===3){this._Scheme=_a11[0]+":";this._UserName=_a11[1];this._Password=_a11[2];}else{if(_a11.length===2){this._Scheme=_a11[0];this._UserName=_a11[1];}else{this._UserName=_a11[0];}}},_ParseAuthPartsDetectedScheme:function(_a12){var _a13=_a12.split(":");if(_a13.length===2){this._UserName=_a13[0];this._Password=_a13[1];}else{this._UserName=_a13[0];}},ParseAuthorityWithScheme:function(_a14,_a15){var _a16=_a14.match(this._PortRexEx);if(_a16){this._Port=_a16[0].slice(1);_a14=_a14.slice(0,-_a16[0].length);}var _a17=_a14.split("@");if(_a17.length>1){this._HostName=_a17[1];if(!_a15){this._ParseAuthPartsUndetectedScheme(_a17[0]);}else{this._ParseAuthPartsDetectedScheme(_a17[0]);}return;}var _a18=_a17[0].split(":");if(_a18.length>1){this._Scheme=_a18[0]+":";this._HostName=_a18[1];return;}this._HostName=_a14;},_ParseTrailingPathPart:function(_a19){var _a1a=_a19.split(this._FragmentSeparator);if(_a1a.length>1){this._Fragment=this._FragmentSeparator+_a1a[1];}var _a1b=_a1a[0].split("?");if(_a1b.length>1){this._Query=_a1b[1];return _a1b[0];}return _a1b[0];},_ParseUrl:function(sUrl){var _a1d=sUrl.split(this._DashedSchemeSeparator);if(_a1d.length>1){this._Scheme=_a1d[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a1d.splice(0,1);}var _a1e=_a1d[0].split(this._PathSeparator);_a1e=ITHit.Utils.FilterBy(_a1e,function(_a1f){return _a1f!=="";});this.ParseAuthorityWithScheme(_a1e[0],this._IsDashedScheme);_a1e.splice(0,1);if(_a1e.length===0){return;}var _a20=[];for(var i=0;i<_a1d.length-1;i++){_a20.push(_a1e[i]);}var _a22=this._ParseTrailingPathPart(_a1e[_a1e.length-1]);_a20.push(_a22);this._Name=_a22;this._Path=this._PathSeparator+_a20.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a24){this._BaseUrl=_a24||"";this._OriginalUrl=sUrl;if(!!_a24){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a24)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a25){var _a26=_a25.slice(-1);if(_a26===this._PathSeparator){return _a25.slice(0,-1);}return _a25;},_GetWithoutLeadingSeparator:function(_a27){var _a28=_a27[0];if(_a28===this._PathSeparator){return _a27.substring(1);}return _a27;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadItem",null,{GetFile:function(){return this._UploadProvider.FSEntry.GetFile();},GetUrl:function(){return this._UploadProvider.Url.GetHref();},GetBaseUrl:function(){return this._UploadProvider.Url.GetBaseUrl();},GetName:function(){return this._UploadProvider.Url.GetName();},GetRelativePath:function(){return this._UploadProvider.Url.GetRelativePath();},IsFolder:function(){return this._UploadProvider.FSEntry.IsFolder();},GetSource:function(){return this._Source;},GetState:function(){return this._UploadProvider.GetState().GetAsEnum();},GetProgress:function(){return this._UploadProvider.GetProgress();},GetErrors:function(){return this._UploadProvider.Errors.slice();},GetLastError:function(){return this._UploadProvider.LastError;},OnUploadStartedCallback:null,OnUploadErrorCallback:null,CustomData:null,SetOverwrite:function(_a29){this._UploadProvider.Settings.ForceRewrite=_a29;},AddHeader:function(_a2a,_a2b){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a2c=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a2d){return _a2d.name===_a2a;});if(_a2c){_a2c.value=_a2b;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a2a,value:_a2b});}},SetRewrite:function(_a2e){this.SetOverwrite(_a2e);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a2f){if(this.IsFolder()&&_a2f===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a2f;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a30){if(!(_a30 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a31=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a31,"oError");}this._UploadProvider.SetFailed(_a30);},_SetProgress:function(_a32){var _a33=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a32.OldProgress,_a32.NewProgress);ITHit.Events.DispatchEvent(this,_a33.Name,_a33);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a35,_a36,_a37,_a38,_a39){this._Source=_a36||null;this._GroupManager=_a38;var _a3a=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a35.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a37,this,_a35,_a3a,_a39);this._UploadProvider.AddListener("OnProgressChanged",this._SetProgress,this);this._UploadProvider.AddListener("OnStateChanged",this._OnStateChangedEventHandler,this);this._UploadProvider.AddListener("OnError",this._OnErrorEventHandler,this);this.CustomData={};},StartAsync:function(_a3b){_a3b=_a3b||function(){};if(this.GetState()!==ITHit.WebDAV.Client.Upload.State.Paused){var that=this;this._GetUploadBehaviourAsync(function(){if(that.GetState()===ITHit.WebDAV.Client.Upload.State.Skipped){_a3b();}else{that._UploadProvider.StartUploadAsync(_a3b);}});}else{this._UploadProvider.StartUploadAsync(_a3b);}},PauseAsync:function(_a3d){_a3d=_a3d||function(){};this._UploadProvider.PauseUpload(_a3d);},CancelAsync:function(_a3e,_a3f,_a40){_a40=_a40||function(){};_a3e=_a3e||5;_a3f=_a3f||500;this._UploadProvider.AbortUpload(_a3e,_a3f,_a40);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a41){var _a42=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a41);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a42);}else{if(ITHit.Events.ListenersLength(this,_a42.Name)!==0){ITHit.Events.DispatchEvent(this,_a42.Name,_a42);}else{_a41();}}},AddListener:function(_a43,_a44,_a45){this._ValidateEventName(_a43);_a45=_a45||null;ITHit.Events.AddListener(this,_a43,_a44,_a45);},RemoveListener:function(_a46,_a47,_a48){this._ValidateEventName(_a46);_a48=_a48||null;ITHit.Events.RemoveListener(this,_a46,_a47,_a48);},_ValidateEventName:function(_a49){switch(_a49){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a49+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a4a){var _a4b=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a4a.OldState,_a4a.NewState);ITHit.Events.DispatchEvent(this,_a4b.Name,_a4b);},_OnErrorEventHandler:function(_a4c){var _a4d=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a4c.Error);ITHit.Events.DispatchEvent(this,_a4d.Name,_a4d);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a4e,_a4f,_a50){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a4f||[];this.RemovedItems=_a50||[];this.Sender=_a4e;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a51){if(this._End&&_a51>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a51;},GetEnd:function(){return this._End;},SetEnd:function(iEnd){if(iEnd<this._Start){throw new ITHit.Exceptions.ArgumentException("End cant be smaller than start","iEnd");}this._End=iEnd||this._Blob.size;},_Start:0,_End:0,_Blob:null,constructor:function(_a53,_a54,iEnd){this._SetBlob(_a53);this.SetStart(_a54);this.SetEnd(iEnd||_a53.size);},_SetBlob:function(_a56){this._Blob=_a56;this._Start=0;this._End=_a56.size;},IsFullFile:function(){return this._Start===0&&this._End===this._Blob.size;},IsPartFile:function(){return !this.IsFullFile();},GetSlice:function(){if(this.IsFullFile()){return this._Blob;}return this._Blob.slice(this._Start,this.End);},GetFile:function(){return this._Blob;},GetFullSize:function(){return this._Blob.size;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadLocation",null,{constructor:function(_a57,oUrl){this._FolderGenerator=_a57;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a59,_a5a){var _a5b=function(_a5c){delete this._CancellationCallback;_a59.call(_a5a,_a5c);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a5b,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a5d=this._GetAncestorsPaths(this._Url);_a5d.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a5f,_a60){if(!this._CancellationCallback){_a5f.call(_a60);return;}this._CancellationCallback(function(){_a5f.call(_a60);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a61){this._PathMap=_a61;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a63=oUrl.GetRelativePath().split("/");if(_a63.length===0){return [];}if(_a63[_a63.length-1]===""){_a63=_a63.slice(0,-1);}var _a64=[];var path="";for(var i=0;i<_a63.length-1;i++){if(path!==""){path+="/";}path+=_a63[i];_a64.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a64;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a68,oUrl){this._Session=_a68;this.Url=oUrl;},SetProgressDebounce:function(_a6a){this._ReportPeriod=_a6a;},BeginWrite:function(_a6b){this._InitializeRequestContext();var _a6c=null;if(_a6b.IsFolder()){_a6c=this._CreateMKCOLRequest();this._AddCustomHeaders(_a6c);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6c.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a6c=this._CreatePutRequest(_a6b);_a6c.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a6c);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6c.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a6d){this._InitializeRequestContext();var _a6e=null;if(_a6d.IsFolder()){_a6e=this._CreateMKCOLRequest();this._AddCustomHeaders(_a6e);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a6e.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a6e=this._CreatePutRequest(_a6d);_a6e.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a6e);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6e.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a6f){this._InitializeRequestContext();var _a70=this._CreatePutAppendRequest(_a6f);_a70.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a70);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a70.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a71,_a72){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a71,_a72);}},AddListener:function(_a73,_a74,_a75){_a75=_a75||null;this._ValidateEventName(_a73);ITHit.Events.AddListener(this,_a73,_a74,_a75);},RemoveListener:function(_a76,_a77,_a78){_a78=_a78||null;this._ValidateEventName(_a76);ITHit.Events.RemoveListener(this,_a76,_a77,_a78);},_AddCustomHeaders:function(_a79){if(!this.CustomHeaders){return;}var _a7a=[];var _a7b=_a79.Headers.GetAll();this.CustomHeaders.forEach(function(_a7c){if(_a7a.indexOf(_a7c.name)<0&&!_a7b.hasOwnProperty(_a7c.name)){_a79.Headers.Add(_a7c.name,_a7c.value);_a7a.push(_a7c.name);}});},_ValidateEventName:function(_a7d){switch(_a7d){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:case self.EVENT_ON_START:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a7d+"`");}},_InitializeRequestContext:function(){if(this.IsActive()){throw new ITHit.Exceptions("Content write already in progress");}this._RequestContext=this._Session.CreateRequest(this.__className);this._RequestContext.AddListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);},_CreateMKCOLRequest:function(){var _a7e=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a7e.Method("MKCOL");this._SetDefaultHeaders(_a7e);return _a7e;},_OnMKCOLRewriteResponse:function(_a7f){if(this._IsConflictResult(_a7f)){_a7f=this._TransformToSuccess(_a7f);}this._OnResponse(_a7f);},_OnMKCOLRewriteErrorEventHandler:function(_a80){if(_a80.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a81){if(_a81.IsAborted){_a81=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a81.Error);this._RequestContext.MarkAbort();}else{_a81=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a81);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a81);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a82){var _a83=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a83.Method("PUT");if(_a82.GetFile().type){_a83.Headers.Add("Content-Type",_a82.GetFile().type);}_a83.BodyBinary(_a82.GetFile());this._SetDefaultHeaders(_a83);return _a83;},_CreatePutAppendRequest:function(_a84){var _a85=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a85.Method("PUT");if(_a84.GetFile().type){_a85.Headers.Add("Content-Type",_a84.GetFile().type);}if(_a84.IsPartFile()){_a85.Headers.Add("Content-Range",this._GetRangeHeader(_a84));_a85.BodyBinary(_a84.GetSlice());}else{_a85.BodyBinary(_a84.GetFile());}this._SetDefaultHeaders(_a85);return _a85;},_GetRangeHeader:function(_a86){return "bytes "+_a86.GetStart()+"-"+(_a86.GetEnd()-1)+"/"+_a86.GetFullSize();},_TransformToSuccess:function(_a87){return new ITHit.WebDAV.Client.AsyncResult(_a87.Error,true,null);},_IsConflictResult:function(_a88){return _a88.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a89){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a89,Uploader:this}]);},_RaiseOnErrorEvent:function(_a8a){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a8a,Uploader:this}]);},_RaiseOnFinishEvent:function(_a8b){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a8b}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a8c){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a8c.Progress.BytesTotal===_a8c.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a8c.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a8e){this._RaiseOnErrorEvent(_a8e.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a8f){_a8f.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a8f.Headers.Add("X-Requested-With","XMLHttpRequest");},IsActive:function(){return !!this._RequestContext;},_Session:null,_RequestContext:null,_ReportPeriod:1000,_LastReportTime:0},{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_START:"OnStart"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.Generator",null,{constructor:function(_a90){this._Session=_a90;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a92=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a92,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a93){if(_a93.IsAborted){_a92.MarkAbort();}else{_a92.MarkFinish();}this._CallAwaiters(oUrl,_a93);}.bind(this));return _a92;},_RecurrentGenerate:function(_a94,_a95,_a96,_a97){var _a98=null;var _a99=null;var _a9a=function(_a9b,_a9c){if(!!_a98){_a98.AbortAsync(_a9b,_a9c);return;}if(!!_a99){_a99(_a9b,_a9c);}_a9b.call(_a97);};var _a9d=_a95.slice();var _a9e=[];while(_a9d.length>0){var oUrl=_a9d[0];if(!_a94.Has(oUrl)){break;}_a9e.push(oUrl);_a9d.splice(0,1);}if(_a9d.length===0){_a96.call(_a97,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_a9e));return _a9a;}var _aa0=_a9d.shift();if(!this._IsInWork(_aa0)){_a98=this._SendRequest(_aa0);}this._AddAwaiter(_aa0,function(_aa1){if(!_aa1.IsSuccess&&!this._IsConflictResult(_aa1)){_a96.call(_a97,_aa1);return;}_a94.Add(_aa0);_a9e.push(oUrl);_a98=null;_a99=this._RecurrentGenerate(_a94,_a9d,function(_aa2){if(_aa2.IsSuccess||this._IsConflictResult(_aa1)){_aa2.Result.concat(_a9e);_aa2=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_a9e);}_a99=null;_a96.call(_a97,_aa2);return;},this);}.bind(this));return _a9a;},GeneratePathAsync:function(_aa3,oUrl,_aa5,_aa6){var _aa7=this._GetAncestorsPaths(oUrl);if(_aa7.length===0){return _aa5.call(_aa6,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aa3,_aa7,_aa5,_aa6);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _aa9=oUrl.GetRelativePath().split("/");if(_aa9.length===0){return [];}if(_aa9[_aa9.length-1]===""){_aa9=_aa9.slice(0,-1);}var _aaa=[];var path="";for(var i=0;i<_aa9.length-1;i++){if(path!==""){path+="/";}path+=_aa9[i];_aaa.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _aaa;},_IsInWork:function(oUrl){var _aae=this._WorkList.Get(oUrl.toString());return _aae&&(_aae.length>0);},_AddAwaiter:function(oUrl,_ab0){var _ab1=this._WorkList.Get(oUrl.toString());var _ab2=[];if(_ab1){_ab2=_ab2.concat(_ab1);}_ab2.push(_ab0);this._WorkList.Set(oUrl.toString(),_ab2);},_CallAwaiters:function(oUrl,_ab4){var _ab5=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_ab5.forEach(function(_ab6){_ab6(_ab4);});},_IsConflictResult:function(_ab7){if(_ab7.IsSuccess){return false;}if(_ab7.Error&&_ab7.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return true;}return false;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploaderSession",ITHit.WebDAV.Client.WebDavSession,{ExistsFolders:[],GetProgressReportAsync:function(sUrl,_ab9,_aba){var _abb=this.CreateRequest(this.__className+".ReportAsync()");var _abc=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.Report.GoAsync(_abb,sUrl,_abc,null,null,function(_abd){_abb.MarkFinish();_ab9.call(_aba,_abd);});return _abb;},GetProgressReport:function(sUrl){var _abf=this.CreateRequest(this.__className+".Report()");var _ac0=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);var _ac1=ITHit.WebDAV.Client.Methods.Report.Go(_abf,sUrl,_ac0,null,null);_abf.MarkFinish();return _ac1;},CancelUploadAsync:function(sUrl,_ac3){var _ac4=this.CreateRequest(this.__className+".CancelUpload()");var _ac5=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac4,sUrl,[],_ac5,function(_ac6){_ac4.MarkFinish();var _ac7=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac6.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ac7=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}else{if(!_ac6.IsSuccess){_ac7=new ITHit.WebDAV.Client.AsyncResult(_ac6.IsSuccess,_ac6.IsSuccess,_ac6.Error);}}_ac3(_ac7);});return _ac4;},CheckExistsAsync:function(sUrl,_ac9,_aca){_ac9=_ac9||function(){};return this.OpenItemAsync(ITHit.WebDAV.Client.Encoder.Encode(sUrl),[],function(_acb){var _acc=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_acb.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_acc=new ITHit.WebDAV.Client.AsyncResult(false,true,null);}else{if(!_acb.IsSuccess){_acc=new ITHit.WebDAV.Client.AsyncResult(_acb.IsSuccess,_acb.IsSuccess,_acb.Error);}}_ac9.call(_aca,_acc);});},DeleteAsync:function(_acd,_ace,_acf){_ace=_ace||null;var _ad0=ITHit.WebDAV.Client.HierarchyItem.GetHost(_acd);var _ad1=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_ad1,_acd,_ace,_ad0,function(_ad2){if(!_ad2.IsSuccess&&_ad2.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad2=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_ad1.MarkFinish();_acf(_ad2);});return _ad1;},CreateFolderRangeAsync:function(_ad3,_ad4,_ad5,_ad6){_ad4=_ad4||null;_ad5=_ad5||ITHit.Utils.NoOp;var _ad7=_ad3.length;var _ad8=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_ad7);this._PerformCreateFolderRangeMethodAsync(_ad8,_ad3,_ad4,function(_ad9){_ad8.MarkFinish();_ad5.call(_ad6,_ad9);});return _ad8;},_PerformCreateFolderRangeMethodAsync:function(_ada,_adb,_adc,_add,_ade){_add=_add||ITHit.Utils.NoOp;_adb=_adb.slice();var _adf=_adb.unshift();var _ae0=ITHit.WebDAV.Client.Encoder.Encode(_adf.GetHref());var _ae1=ITHit.WebDAV.Client.Encoder.Encode(_adf.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_ada,_ae0,_adc,_ae1,function(_ae2){if(_ae2.IsSuccess||_ae2.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ae2=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_adf]);}if(_adb.length>0&&_ae2.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_ada,_adb,_adc,function(_ae3){if(_ae3.IsSuccess){_ae3.Result.push(_adf);}_add.call(_ade,_ae3);return;},this);}else{_add.call(_ade,_ae2);return;}});},CreateUploadLocation:function(oUrl){return new ITHit.WebDAV.Client.Upload.UploadLocation(this.GetPathGenerator(),oUrl);},CreateContentWriter:function(oUrl){return new ITHit.WebDAV.Client.Upload.ContentWriter(this,oUrl);},GetPathGenerator:function(){if(!this._PathGenerator){this._PathGenerator=new ITHit.WebDAV.Client.Upload.Path.Generator(this);}return this._PathGenerator;},_PathGenerator:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext",null,{_RoundsCount:0,_IsActive:true,_Handler:null,_EndHandler:null,_RepeatTime:0,constructor:function(_ae6,_ae7,_ae8,_ae9){this._RoundsCount=_ae6;this._Handler=_ae8;this._EndHandler=_ae9;this._IsActive=!!_ae6;this._RepeatTime=_ae7;},Stop:function(_aea){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_aea);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_aeb){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_aeb);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_aec){this._Action=_aec;},RunAsync:function(_aed,_aee,_aef){var _af0=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_aed,_aee,this._Action,_aef);_af0._RunRound();}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadError",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Error:null,Skip:function(){if(this._IsHandled){return;}this._SkipRetry(this.Items);},Retry:function(){if(this._IsHandled){return;}this._Retry(this.Items);},constructor:function(_af2,_af3,_af4){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_af3;this._super(_af2,_af4);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af5){return {Action:"skip",Error:_af5};},GetRetryResult:function(_af6){return {Action:"retry",Error:_af6};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_af7,_af8){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_af8;this.Sender=_af7;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_af9){},OnLeave:function(_afa){},StartUploadAsync:function(_afb,_afc){_afc();},PauseUpload:function(_afd,_afe){_afe();},AbortUpload:function(_aff,_b00,_b01,_b02){_b02();},Skip:function(_b03){},OnUploadLocationPrepared:function(_b04,_b05){},OnUploadProgressPrepared:function(_b06,_b07){},OnContentCompleted:function(_b08,_b09){},OnRetryResult:function(_b0a,_b0b){},_CompletePauseAsync:function(_b0c,_b0d,_b0e){if(_b0c.IsRetrySchedule){_b0c.IsRetrySchedule=false;}_b0c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b0d.call(_b0e);},_StartPauseAsync:function(_b0f,_b10){_b0f._ProgressTracker.StopTracking();_b0f.CancelAllRequests(function(){if(_b0f.IsContentSend){_b0f.SyncProgressWithServerAsync(function(_b11){this._CompletePauseAsync(_b0f,_b10);},this);return;}this._CompletePauseAsync(_b0f,_b10);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CompletedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Completed;},OnEnter:function(_b12){_b12.GetProgressTracker().StopTracking();_b12.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b13,_b14){_b13.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b13,_b14);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.SkippedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Skipped;},StartUploadAsync:function(_b15,_b16){_b15.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b15,_b16);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.QueuedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Queued;},StartUploadAsync:function(_b17,_b18){_b17.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b17,_b18);},Skip:function(_b19){_b19.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b1a,_b1b){this._StartPauseAsync(_b1a,_b1b);},AbortUpload:function(_b1c,_b1d,_b1e,_b1f){_b1c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b1c,_b1d,_b1e,_b1f);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CanceledState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Canceled;},OnEnter:function(_b20){_b20.GetProgressTracker().StopTracking();_b20.GetProgressTracker().Reset();},StartUploadAsync:function(_b21,_b22){_b21.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b21,_b22);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.UploadingState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Uploading;},OnEnter:function(_b23){_b23.PrepareUploadLocation();},PauseUpload:function(_b24,_b25){this._StartPauseAsync(_b24,_b25);},AbortUpload:function(_b26,_b27,_b28,_b29){_b26.CancelAllRequests(function(){_b26.GetProgressTracker().StopTracking();_b26.CancelAndDeleteAsync(_b27,_b28,function(_b2a){if(_b2a.IsSuccess){_b26.GetProgressTracker().Reset();_b26.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b26.AddError(_b2a.Error);_b26.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b29();},this);},this);},OnContentCompleted:function(_b2b,_b2c){var _b2d=_b2c.Result;if(_b2d.IsAborted){return;}if(_b2d.IsSuccess){_b2b.GetProgressTracker().SetCompleted();_b2b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b2b,_b2d);},_HandleError:function(_b2e,_b2f){_b2e.AddError(_b2f.Error);_b2e.BeginRetry(_b2f.Error);},OnRetryResult:function(_b30,_b31){if(_b31.Action==="skip"){_b30.AddError(_b31.Error);_b30.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b30.IsContentSend){_b30.SyncProgressWithServerAsync(function(_b32){if(_b32.Error){this._HandleError(_b31.Error);}else{this.OnEnter(_b30);}},this);return;}this.OnEnter(_b30);},OnUploadLocationPrepared:function(_b33,_b34){if(_b34.IsAborted){return;}if(!_b34.IsSuccess){this._HandleError(_b33,_b34);return;}_b33._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b35){if(_b35.IsContentSend){_b35.PrepareProgress();return;}this._super(_b35);},OnUploadProgressPrepared:function(_b36,_b37){if(_b37.IsAborted){return;}if(!_b37.IsSuccess){this._HandleError(_b36,_b37);return;}if(_b36.GetProgressTracker().IsCompleted()){_b36.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b36._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.PausedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Paused;},OnEnter:function(_b38){_b38.GetProgressTracker().StopTracking();_b38.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b39,_b3a){_b39.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b39,_b3a);},AbortUpload:function(_b3b,_b3c,_b3d,_b3e){if(_b3b.IsContentSend){_b3b.CancelAndDeleteAsync(_b3c,_b3d,function(_b3f){if(_b3f.IsSuccess){_b3b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3b.AddError(_b3f.Error);_b3b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b3e();},this);}else{_b3b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b3e();}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.FailedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Failed;},OnEnter:function(_b40){_b40.GetProgressTracker().StopTracking();_b40.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b41,_b42){_b41.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b41,_b42);},AbortUpload:function(_b43,_b44,_b45,_b46){if(_b43.IsContentSend){_b43.CancelAndDeleteAsync(_b44,_b45,function(_b47){if(_b47.IsSuccess){_b43.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b43.AddError(_b47.Error);_b43.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b46();},this);}else{_b43.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b46();}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Settings",null,{ConcurrentUploads:2,State:ITHit.WebDAV.Client.Upload.State.Queued,DeleteOnCancel:true});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.Factory",null,{},{GetUploadingState:function(){if(!self._UploadingState){self._UploadingState=new ITHit.WebDAV.Client.Upload.States.UploadingState();}return self._UploadingState;},GetSkippedState:function(){if(!self._SkippedState){self._SkippedState=new ITHit.WebDAV.Client.Upload.States.SkippedState();}return self._SkippedState;},GetQueuedState:function(){if(!self._QueuedState){self._QueuedState=new ITHit.WebDAV.Client.Upload.States.QueuedState();}return self._QueuedState;},GetPausedState:function(){if(!self._PausedState){self._PausedState=new ITHit.WebDAV.Client.Upload.States.PausedState();}return self._PausedState;},GetFailedState:function(){if(!self._FailedState){self._FailedState=new ITHit.WebDAV.Client.Upload.States.FailedState();}return self._FailedState;},GetCompletedState:function(){if(!self._CompletedState){self._CompletedState=new ITHit.WebDAV.Client.Upload.States.CompletedState();}return self._CompletedState;},GetCanceledState:function(){if(!self._CanceledState){self._CanceledState=new ITHit.WebDAV.Client.Upload.States.CanceledState();}return self._CanceledState;},GetResumeState:function(){if(!self._ResumeState){self._ResumeState=new ITHit.WebDAV.Client.Upload.States.ResumeState();}return self._ResumeState;},GetState:function(_b49){switch(_b49){case ITHit.WebDAV.Client.Upload.State.Canceled:return self.GetCanceledState();case ITHit.WebDAV.Client.Upload.State.Completed:return self.GetCompletedState();case ITHit.WebDAV.Client.Upload.State.Failed:return self.GetFailedState();case ITHit.WebDAV.Client.Upload.State.Paused:return self.GetPausedState();case ITHit.WebDAV.Client.Upload.State.Queued:return self.GetQueuedState();case ITHit.WebDAV.Client.Upload.State.Skipped:return self.GetSkippedState();case ITHit.WebDAV.Client.Upload.State.Uploading:return self.GetUploadingState();default:throw new ITHit.Exceptions.ArgumentException(null,"oState");}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ItemSettings",null,{ForceRewrite:false,AlwaysRewriteFolders:true,IgnoreCancelErrors:false,DeleteOnCancel:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ServerItem",null,{constructor:function(_b4a,oUrl){this._Session=_b4a;this._Url=oUrl;},GetProgressAsync:function(_b4c,_b4d){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b4e){if(_b4e.IsSuccess&&_b4e.Result[0]){var _b4f=_b4e.Result[0];_b4c.call(_b4d,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b4f));return;}_b4c.call(_b4d,_b4e);},this);},CancelUploadAsync:function(_b50,_b51){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b52){_b50.call(_b51,_b52);});},DeleteAsync:function(_b53,_b54,_b55,_b56){var that=this;var _b58=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b59){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b5a){if(_b5a.IsSuccess){_b59.Stop(_b5a);}else{_b59.EndRound(_b5a);}});});_b58.RunAsync(_b53,_b54,function(_b5b){_b55.call(_b56,_b5b);});},CancelAndDeleteAsync:function(_b5c,_b5d,_b5e,_b5f){this.CancelUploadAsync(function(_b60){if(!_b60.IsSuccess){return _b5e.call(_b5f,_b60);}this.DeleteAsync(_b5c,_b5d,_b5e,_b5f);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b61,_b62,_b63,oUrl,_b65){this.FSEntry=_b63;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b65.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b61;this._UploadItem=_b62;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b65.State);this.Errors=[];this.UploadLocation=_b61.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b61,this.Url);this.ContentWriter=_b61.CreateContentWriter(this.Url);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_PROGRESS,this.OnRequestProgressEventHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_FINISH,this._LoadHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_START,this._StartLoadHandler,this);this._ProgressTracker.OnProgressChanged(this._SetProgress,this);},StartUploadAsync:function(_b66){this._BeginStateChange();this._State.StartUploadAsync(this,_b66);},PauseUpload:function(_b67){this._BeginStateChange();this._State.PauseUpload(this,_b67);},AbortUpload:function(_b68,_b69,_b6a){this._BeginStateChange();_b6a=_b6a||function(){};this._State.AbortUpload(this,_b68,_b69,_b6a);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b6b,_b6c,_b6d){this._ValidateEventName(_b6b);_b6d=_b6d||null;ITHit.Events.AddListener(this,_b6b,_b6c,_b6d);},RemoveListener:function(_b6e,_b6f,_b70){this._ValidateEventName(_b6e);_b70=_b70||null;ITHit.Events.RemoveListener(this,_b6e,_b6f,_b70);},_ValidateEventName:function(_b71){switch(_b71){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_b71+"`");}},CheckRetryAsync:function(_b72,_b73,_b74){var _b75=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b72,function(_b76){if(!this.IsRetrySchedule){return;}_b73.call(_b74,_b76);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b75.Name)===0)){_b73.call(_b74,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b72));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b75);}ITHit.Events.DispatchEvent(this._UploadItem,_b75.Name,_b75);},Errors:null,LastError:null,AddError:function(_b77){this.AddErrorSilent(_b77);this._RiseOnErrorEvent(_b77);},AddErrorSilent:function(_b78){this.LastError=_b78;this.Errors.push(_b78);},SetFailed:function(_b79){var _b7a=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b79);this.SetState(_b7a);},_RiseOnErrorEvent:function(_b7b){var _b7c=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b7b);ITHit.Events.DispatchEvent(this,_b7c.Name,_b7c);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b7d){if(_b7d.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b7d);},_StartLoadHandler:function(_b7e){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b7f){this.GetProgressTracker().UpdateBytes(_b7f.Progress.BytesLoaded,_b7f.Progress.TotalBytes);},_SendContent:function(){this._ProgressTracker.StartTracking();if(this.Settings&&this.Settings.CustomHeaders){this.ContentWriter.CustomHeaders=this.Settings.CustomHeaders;}if(this.FSEntry.IsFolder()){if(this.Settings.ForceRewrite||this.Settings.AlwaysRewriteFolders){this.ContentWriter.BeginRewrite(this.FSEntry);}else{this.ContentWriter.BeginWrite(this.FSEntry);}}else{var _b80=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b80.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b80.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b80);}},SyncProgressWithServerAsync:function(_b81,_b82){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b83){if(!_b83.IsSuccess){_b81.call(_b82,_b83);return;}if(_b83.Result===true){this._ProgressTracker.SetCompleted();_b81.call(_b82,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b81.call(_b82,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b84){if(_b84.IsSuccess){this._ProgressTracker.SyncProgress(_b84.Result);_b81.call(_b82,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b84.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b81.call(_b82,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b81.call(_b82,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b84.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b85){if(_b85.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b85);},CancelAllRequests:function(_b86,_b87){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b86,_b87);},this);},this);},_CancelLocationCreateAsync:function(_b88,_b89){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b88.call(_b89);},this);}else{_b88.call(_b89);}},_CancelContentSendingAsync:function(_b8a,_b8b){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b8a.call(_b8b);},this);}else{_b8a.call(_b8b);}},_CancelProgressAsync:function(_b8c,_b8d){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b8c.call(_b8d);},this);}else{_b8c.call(_b8d);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b8e){this.IsProgressSyncInProgress=false;if(_b8e.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b8e);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b8f){var _b90=this._State;this._State.OnLeave(this);this._State=_b8f;this._State.OnEnter(this);var _b91=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b90.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b91.Name,_b91);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b92){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b92,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b93){this._State.OnRetryResult(this,_b93);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b94,_b95,_b96,_b97){this.ServerItem.CancelUploadAsync(function(_b98){if(!this.Settings.DeleteOnCancel){_b96.call(_b97,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b94,_b95,function(_b99){if(!_b99.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b96.call(_b97,_b98);}this.IsContentSend=false;_b96.call(_b97,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b9a){var _b9b=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b9a.OldProgress,_b9a.NewProgress);ITHit.Events.DispatchEvent(this,_b9b.Name,_b9b);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_b9c){if(this._IsHandled){return;}this._Skip(_b9c);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_b9d){if(this._IsHandled){return;}this._Overwrite(_b9d);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_b9e){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_b9e});},constructor:function(_b9f,_ba0,_ba1){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_ba0||[];this._super(_b9f,_ba1);},_Overwrite:function(_ba2){var _ba3=this._CreateResult([],_ba2);this._Handle(_ba3);},_Skip:function(_ba4){var _ba5=this._CreateResult(_ba4,[]);this._Handle(_ba5);},_CreateResult:function(_ba6,_ba7){return {Skip:_ba6||[],Overwrite:_ba7||[],Original:this.Items};},_Handle:function(_ba8){_ba8=_ba8||this._CreateResult();this._super(_ba8);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_ba9,_baa,_bab,_bac){var _bad=[];var _bae=0;if(_ba9.length===0){setTimeout(_bab.apply(_bac,_ba9));}for(var i=0;i<_ba9.length;i++){_baa.apply(_bac,[_ba9[i],i,_ba9,ITHit.Utils.MakeScopeClosure(this,function(i,_bb1){_bad[i]=_bb1;_bae++;if(_bae===_ba9.length){setTimeout(_bab.call(_bac,_bad));}},i)]);}},DistinctBy:function(_bb2,_bb3,_bb4){var map=Object.create(null);_bb3=_bb3||Object.prototype.toString;for(var i=0;i<_bb2.length;i++){var _bb7=_bb3.call(_bb4,_bb2[i]).toString();if(!map[_bb7]){map[_bb7]=_bb2[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bb9,_bba){if(!_bba){return [_bb9.shift()];}var _bbb=(_bb9.length>_bba)?_bba:_bb9.length;var _bbc=[];for(var i=0;i<_bbb;i++){_bbc.push(_bb9.shift());}return _bbc;},Remove:function(_bbe,_bbf){var _bc0=_bbe.indexOf(_bbf);if(_bc0>-1){_bbe.splice(_bc0,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bc1){this._ParallelUploads=_bc1||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bc2){_bc2.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc3){this._AddToQueue(_bc3);this._StartUploads();},Remove:function(_bc4){_bc4.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc4);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc4);this._StartUploads();},Reserve:function(_bc5){_bc5=_bc5||1;this._Reserve+=_bc5;},Release:function(_bc6){_bc6=_bc6||1;this._Reserve-=_bc6;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bc7=this.GetBusy();if(_bc7>=this._ParallelUploads){return 0;}else{if(_bc7===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bc7)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bc8){if(_bc8.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bc8.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bc9=this.GetFree();if(_bc9<=0){return;}var _bca=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bc9);if(_bca.length<1){return;}this.Reserve(_bca.length);_bca.forEach(this._StartSingle,this);},_StartSingle:function(_bcb){this._Active.push(_bcb);_bcb.StartAsync();this.Release();},_AddToQueue:function(_bcc){this._QueueArray.push(_bcc);_bcc.AddListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);},_Reserve:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Queue",null,{Uploader:null,_UnderlyingArray:null,_Session:null,_AutoUploader:null,constructor:function(_bcd){this.Uploader=_bcd;this._Session=new ITHit.WebDAV.Client.Upload.UploaderSession();this._UnderlyingArray=[];this._GroupManager=new ITHit.WebDAV.Client.Upload.Groups.GroupManager();this._AutoUploader=new ITHit.WebDAV.Client.Upload.AutoUploader(this.Uploader.Settings.ConcurrentUploads);},ShouldReplaceDuplicate:function(_bce){var _bcf=this.GetByUrl(_bce.GetUrl());var _bd0=_bcf.GetState();return !(_bd0===ITHit.WebDAV.Client.Upload.State.Uploading||_bd0===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bd2,_bd3){var _bd4=[];for(var i=0;i<_bd2.length;i++){var _bd6=_bd2[i];var _bd7=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bd6,_bd3,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bd7.GetUrl())){if(this.ShouldReplaceDuplicate(_bd7)){this.RemoveByUrl(_bd7.GetUrl());}else{continue;}}_bd4.push(_bd7);}this._DispatchOnUploadItemsCreatedAsync(_bd4,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bd8){var sUrl=_bd8.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bd8);var _bda=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bd8]);ITHit.Events.DispatchEvent(this,_bda.Name,[_bda]);this._AutoUploader.Add(_bd8);},AddRange:function(_bdb){for(var i=0;i<_bdb.length;i++){var _bdd=_bdb[i];var sUrl=_bdd.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_bdd);}this._GroupManager.CreateGroup(_bdb);this._OnQueueChanged(_bdb,null);var _bdf=_bdb.filter(function(_be0){return _be0.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_bdf);},Restart:function(_be1){for(var i=0;i<_be1.length;i++){if(!this.HasUrl(_be1[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_be1);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be4){return _be4.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _be7=this.GetByUrl(sUrl);if(!_be7){return;}var _be8=_be7.GetState();if(_be8===ITHit.WebDAV.Client.Upload.State.Uploading||_be8===ITHit.WebDAV.Client.Upload.State.Paused){_be7.Abort();}var _be9=ITHit.Utils.IndexOf(this._UnderlyingArray,_be7);this._UnderlyingArray.splice(_be9,1);this._OnQueueChanged(null,[_be7]);this._AutoUploader.Remove(_be7);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_bea,_beb){var _bec=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_bea,_beb);ITHit.Events.DispatchEvent(this,_bec.Name,[_bec]);},_DispatchOnUploadItemsCreatedAsync:function(_bed,_bee){var _bef=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bed.slice(),_bee);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bef.Name)===0)){_bef.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bef);}ITHit.Events.DispatchEvent(this,_bef.Name,_bef);},AddListener:function(_bf0,_bf1,_bf2){_bf2=_bf2||null;switch(_bf0){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bf0,_bf1,_bf2);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bf0+"`");}},RemoveListener:function(_bf3,_bf4,_bf5){ITHit.Events.RemoveListener(this,_bf3,_bf4,_bf5);},_OnUploadItemsCreatedAsyncDispatched:function(_bf6){if(_bf6.Upload){this.AddRange(_bf6.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bf6);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bf7){var _bf8=this._FilterSkippedItems(_bf7);var _bf9=this._CreateUrlUploadItemMap(_bf7.Overwrite);_bf8.forEach(function(_bfa){if(_bf9.Has(_bfa.GetUrl())){_bfa.SetOverwrite(true);}});this.AddRange(_bf8);},_FilterSkippedItems:function(_bfb){var _bfc=this._CreateUrlUploadItemMap(_bfb.Skip);return _bfb.Original.filter(function(_bfd){return !_bfc.Has(_bfd.GetUrl());});},_CreateUrlUploadItemMap:function(_bfe){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_bfe.forEach(function(_c00){oMap.Set(_c00.GetUrl(),_c00);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _c01=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c02){this._Uploader=_c02;this._UnderlyingSet={};},AddById:function(_c03){var _c04=this.GetById(_c03);if(_c04){return _c04;}var _c05=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c03);this._UnderlyingSet[_c03]=_c05;this._RaiseOnCollectionChanged([_c05],[]);return _c05;},GetById:function(_c06){return this._UnderlyingSet[_c06];},RemoveById:function(_c07){var _c08=this.GetById(_c07);if(_c08){delete this._UnderlyingSet[_c07];this._RaiseOnCollectionChanged([],[_c08]);}},AddListener:function(_c09,_c0a,_c0b){_c0b=_c0b||null;this._CheckEventNameOtThrow(_c09);ITHit.Events.AddListener(this,_c09,_c0a,_c0b);},RemoveListener:function(_c0c,_c0d,_c0e){_c0e=_c0e||null;this._CheckEventNameOtThrow(_c0c);ITHit.Events.RemoveListener(this,_c0c,_c0d,_c0e);},_CheckEventNameOtThrow:function(_c0f){if(_c0f!==_c01.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c0f);}},_RaiseOnCollectionChanged:function(_c10,_c11){ITHit.Events.DispatchEvent(this,_c01.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c10||[],RemovedItems:_c11||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c12=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingArray:null,Uploader:null,constructor:function(_c13){this._UnderlyingArray=[];this._Uploader=_c13;},AddById:function(_c14){var _c15=new ITHit.WebDAV.Client.Upload.Controls.Input(_c14);this._UnderlyingArray[_c14]=_c15;this._RaiseOnCollectionChanged([_c15],[]);return _c15;},GetById:function(_c16){return this._UnderlyingArray[_c16];},RemoveById:function(_c17){var _c18=this.GetById(_c17);if(_c18){delete this._UnderlyingArray[_c17];this._RaiseOnCollectionChanged([],[_c18]);}},AddListener:function(_c19,_c1a,_c1b){_c1b=_c1b||null;this._CheckEventNameOtThrow(_c19);ITHit.Events.AddListener(this,_c19,_c1a,_c1b);},RemoveListener:function(_c1c,_c1d,_c1e){_c1e=_c1e||null;this._CheckEventNameOtThrow(_c1c);ITHit.Events.RemoveListener(this,_c1c,_c1d,_c1e);},_CheckEventNameOtThrow:function(_c1f){if(_c1f!==_c12.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c1f);}},_RaiseOnCollectionChanged:function(_c20,_c21){ITHit.Events.DispatchEvent(this,_c12.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c20||[],RemovedItems:_c21||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Uploader",null,{DropZones:null,Inputs:null,Queue:null,Settings:null,_UploadProvider:null,constructor:function(){this.Inputs=new ITHit.WebDAV.Client.Upload.InputCollection(this);this.Inputs.AddListener(ITHit.WebDAV.Client.Upload.InputCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.DropZones=new ITHit.WebDAV.Client.Upload.DropZoneCollection(this);this.DropZones.AddListener(ITHit.WebDAV.Client.Upload.DropZoneCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.Settings=new ITHit.WebDAV.Client.Upload.Settings();this.Queue=new ITHit.WebDAV.Client.Upload.Queue(this);},SetUploadUrl:function(sUrl){this._UploadUrl=sUrl;},GetUploadUrl:function(){return this._UploadUrl;},_OnControlCollectionChangedEventHandler:function(_c23){_c23.AddedItems.forEach(function(_c24){_c24.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c23.RemovedItems.forEach(function(_c25){_c25.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c26){this.Queue.AddGroup(this._UploadUrl,_c26.AsyncResult.Result,_c26.Source);}});})();ITHit.Temp={};