webdav.client 5.21.5815 → 5.21.5819

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 v5.21.5815.0
2
+ // IT Hit WebDAV Ajax Library v5.21.5819.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(_100,_101){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_100,_101);};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 _102={};var _103={};var _104={};for(var _105 in ITHit.LogLevel){_102[ITHit.LogLevel[_105]]=[];_104[ITHit.LogLevel[_105]]=[];}var _106=function(_107,_108,iTo,_10a){for(var _10b in ITHit.LogLevel){if(ITHit.LogLevel[_10b]>iTo){continue;}if(!ITHit.LogLevel[_10b]||(_108>=ITHit.LogLevel[_10b])){continue;}if(_107){_104[ITHit.LogLevel[_10b]].push(_10a);}else{for(var i=0;i<_104[ITHit.LogLevel[_10b]].length;i++){if(_104[ITHit.LogLevel[_10b]][i]==_10a){_104[ITHit.LogLevel[_10b]].splice(i,1);}}}}};_106.add=function(iTo,_10e){_106.increase(ITHit.LogLevel.Off,iTo,_10e);};_106.del=function(iTo,_110){_106.decrease(ITHit.LogLevel.Off,iTo,_110);};_106.increase=function(_111,iTo,_113){_106(true,_111,iTo,_113);};_106.decrease=function(_114,iTo,_116){_106(false,_114,iTo,_116);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_117,_118){if(_118==ITHit.LogLevel.Off){this.RemoveListener();}var _119=0;var _11a=0;outer:for(var _11b in _102){for(var i=0;i<_102[_11b].length;i++){if(_102[_11b][i]==_117){_119=_11b;_11a=i;break outer;}}}if(!_119){_102[_118].push(_117);_106.add(_118,_117);}else{if(_118!=_119){_102[_119].splice(_11a,1);_102[_118].push(_117);if(_118>_119){_106.increase(_119,_118,_117);}else{_106.decrease(_118,_119,_117);}}}},RemoveListener:function(_11d){outer:for(var _11e in _102){for(var i=0;i<_102[_11e].length;i++){if(_102[_11e][i]==_11d){_102[_11e].splice(i,1);_106.del(_11e,_11d);break outer;}}}return true;},SetLogLevel:function(_120,_121){return this.AddListener(_120,_121,true);},GetLogLevel:function(_122){for(var _123 in _102){for(var i=0;i<_102[_123].length;i++){if(_102[_123][i]==_122){return _123;}}}return false;},GetListenersForLogLevel:function(_125){return _104[_125];},GetCount:function(_126){return _104[_126].length;},WriteResponse:function(_127){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_127 instanceof HttpWebResponse){sStr+="\n"+_127.StatusCode+" "+_127.StatusDescription+"\n";}sStr+=_127.ResponseUri+"\n";for(var _129 in _127.Headers){sStr+=_129+": "+_127.Headers[_129]+"\n";}sStr+=_127.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12a,_12b){_12b=("undefined"==typeof _12b)?ITHit.LogLevel.Info:parseInt(_12b);if(ITHit.Logger.GetCount(_12b)){var _12c=this.GetListenersForLogLevel(_12b);var _12a=String(_12a).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12c.length;i++){try{_12c[i](_12a,ITHit.LogLevel.Info);}catch(e){if(!_12c[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12c[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(_12e,_12f){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_12e,_12f);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _130={};var _131=function(_132){this._arguments=_132;};_131.prototype.Replace=function(_133){var _134=_133.substr(1,_133.length-2);return ("undefined"!=typeof this._arguments[_134])?this._arguments[_134]:_133;};var _135=function(_136){this._phrase=_136;};_135.prototype.toString=function(){return this._phrase;};_135.prototype.Paste=function(){var _137=this._phrase;if(/\{\d+?\}/.test(_137)){var _138=new _131(arguments);_137=_137.replace(/\{(\d+?)\}/g,function(args){return _138.Replace(args);});}return _137;};var _13a=function(){};_13a.prototype.LoadJSON=function(_13b,_13c){var _13d=ITHit.Utils;if(_13c&&!_13d.IsString(_13c)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _13e=this;if(_13c){_13e=ITHit.Declare(_13c);}try{var _13f=_13b;if(_13d.IsString(_13f)){_13f=eval("("+_13b+")");}this._AddPhrases(_13f,_13e);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13a.prototype.LoadLocalizedJSON=function(_140,_141,_142){var _143=ITHit.Utils,_144=_143.IsUndefined,_145=_143.IsObject;if(!_140||!_143.IsObjectStrict(_140)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_141&&!_143.IsObjectStrict(_141)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _146;if(_141){_146={};this._MergePhrases(_146,_141);this._MergePhrases(_146,_140);}else{_146=_140;}this.LoadJSON(_146,_142);};_13a.prototype._MergePhrases=function(dest,_148){var _149=ITHit.Utils,_14a=_149.IsUndefined,_14b=_149.IsObject;for(var prop in _148){if(!_148.hasOwnProperty(prop)){continue;}if(_14a(dest[prop])){dest[prop]=_148[prop];}else{if(_14b(dest[prop])){this._MergePhrases(dest[prop],_148[prop]);}}}};_13a.prototype._AddPhrases=function(_14d,_14e){_14e=_14e||this;for(var _14f in _14d){if(("object"!=typeof _14d[_14f])||!(_14d[_14f] instanceof Object)){switch(_14f){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_14f+"\" is reserved word.");break;}_14e[_14f]=new _135(_14d[_14f]);}else{this._AddPhrases(_14d[_14f],_14e[_14f]?_14e[_14f]:(_14e[_14f]={}));}}};return new _13a();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_150,_151){ITHit.Exceptions.XPathException.baseConstructor.call(this,_150,_151);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_152,_153,_154,_155,_156){if(("string"!=typeof _152)&&!(_152 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_153 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_154&&!(_154 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(_155&&!(_155 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_154=_154||null;_155=_155||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _157=_153._get();var _158=_157.ownerDocument||_157;if(_155){_158.evaluate(_152,_157,_154,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_155._res);return;}var oRes=new ITHit.XPath.result(_158.evaluate(_152,_157,_154,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_156){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _157=_153._get();var _15a=false;try{_157.getProperty("SelectionNamespaces");_15a=true;}catch(e){}var _15b=false;if(3==ITHit.XMLDoc._version){var sXml=_157.xml.replace(/^\s+|\s+$/g,"");var _15d="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _15e="cutted";if(-1!=sXml.indexOf(_15d)||true){var _15f=sXml.replace(_15d,_15e);var _160=new ITHit.XMLDoc();_160.load(_15f);if(_154){var oNs=_154.getAll();for(var _162 in oNs){if(_15d==oNs[_162]){oNs.add(_162,_15e);break;}}}_157=_160._get();_15a=true;_15b=true;}}if(_15a&&_154&&_154.length()){var _163=_154.getAll();var aNs=[];for(var _162 in _163){aNs.push("xmlns:"+_162+"='"+_163[_162]+"'");}_157.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15b){_157=_157.documentElement;}try{if(!_156){if(!_155){return new ITHit.XPath.result(_157.selectNodes(_152));}else{_155._res=_157.selectNodes(_152);return;}}else{var mOut=_157.selectSingleNode(_152);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15a&&(-2147467259==e.number)&&_154&&_154.length()){var sEl=new ITHit.XMLDoc(_157).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_157=oEl._get();var _163=_154.getAll();var aNs=[];for(var _162 in _163){aNs.push("xmlns:"+_162+"='"+_163[_162]+"'");}_157.setProperty("SelectionNamespaces",aNs.join(" "));_157=_157.documentElement;if(!_156){if(!_155){return new ITHit.XPath.result(_157.selectNodes(_152));}else{_155._res=_157.selectNodes(_152);return;}}else{var mOut=_157.selectSingleNode(_152);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_152+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_168,_169,_16a){return ITHit.XPath.evaluate(_168,_169,_16a,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16b,sNs){this._ns[_16b]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16d){delete this._ns[_16d];this._length--;};ITHit.XPath.resolver.prototype.get=function(_16e){return this._ns[_16e]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _170 in this._ns){oOut[_170]=this._ns[_170];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_171){this._res=_171;this._i=0;this.length=_171.length?_171.length:_171.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(_172){var mOut;if(!_172){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[_172];}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(_174,_175){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_174,_175);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _176;var _177=1;var _178=2;var _179=3;var _17a=4;var _17b=5;var _17c=6;var _17d=7;var _17e=8;var _17f=9;var _180=10;var _181=11;var _182=12;var _183=function(_184){this._xml=null;this._encoding=null;if(null!==_184){if(!_184||("object"!=typeof _184)){if(undefined!==window.ActiveXObject){if(_176){this._xml=new window.ActiveXObject(_176);}else{var _185=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _186=[6,4,3];for(var i=0;i<_185.length;i++){try{this._xml=new window.ActiveXObject(_185[i]);_183._version=_186[i];_176=_185[i];break;}catch(e){if(3==_186[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=_184;}}else{this._xml=null;return null;}};_183._version=0;_183.prototype.contentEncoding=function(_188){if(undefined!==_188){this._encoding=_188;}return this._encoding;};_183.prototype.load=function(_189){if(!ITHit.Utils.IsString(_189)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_189){return new _183();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_183._version){_189=_189.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_183._version){_189=_189.replace(/<\?.*\?>/,"");this._xml.loadXML(_189);}else{var _18b=new _183();if(3==_183._version){_189=_189.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18b.load(_189);this._xml=_18b._get();}}catch(e){var _18c=e;}}else{if(document.implementation.createDocument){try{var _18d=new DOMParser();oDoc=_18d.parseFromString(_189,"text/xml");this._xml=oDoc;}catch(e){var _18c=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18c){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18c);}};_183.prototype.appendChild=function(_18e){if(!_18e instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_18e._get());};_183.prototype.createElement=function(_18f){return new _183(this._xml.createElement(_18f));};_183.prototype.createElementNS=function(sNS,_191){if(this._xml.createElementNS){var _192=this._xml.createElementNS(sNS,_191);return new ITHit.XMLDoc(_192);}else{try{return new _183(this._xml.createNode(_177,_191,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.");};_183.prototype.createTextNode=function(_193){return new _183(this._xml.createTextNode(_193));};_183.prototype.getElementById=function(sId){return new _183(this._xml.getElementById(sId));};_183.prototype.getElementsByTagName=function(_195){return new _183(this._xml.getElementsByTagName(_195));};_183.prototype.childNodes=function(){var _196=this._xml.childNodes;var _197=[];for(var i=0;i<_196.length;i++){_197.push(new ITHit.XMLDoc(_196[i]));}return _197;};_183.prototype.getElementsByTagNameNS=function(_199,_19a){if(this._xml.getElementsByTagNameNS){var _19b=this._xml.getElementsByTagNameNS(_199,_19a);}else{var _19c=this.toString();var _19d=new ITHit.XMLDoc();_19d.load(_19c);var _19e=new ITHit.XPath.resolver();_19e.add("a",_199);var oRes=ITHit.XPath.evaluate(("//a:"+_19a),_19d,_19e);var _19b=oRes._get();}var aRet=[];for(var i=0;i<_19b.length;i++){var _1a2=new ITHit.XMLDoc(_19b[i]);aRet.push(_1a2);}return aRet;};_183.prototype.setAttribute=function(_1a3,_1a4){this._xml.setAttribute(_1a3,_1a4);};_183.prototype.hasAttribute=function(_1a5){return this._xml.hasAttribute(_1a5);};_183.prototype.getAttribute=function(_1a6){return this._xml.getAttribute(_1a6);};_183.prototype.removeAttribute=function(_1a7){this._xml.removeAttribute(_1a7);};_183.prototype.hasAttributeNS=function(_1a8){return this._xml.hasAttribute(_1a8);};_183.prototype.getAttributeNS=function(_1a9){return this._xml.getAttribute(_1a9);};_183.prototype.removeAttributeNS=function(_1aa){this._xml.removeAttribute(_1aa);};_183.prototype.removeChild=function(_1ab){if(!_1ab instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ab);return new ITHit.XMLDoc(_1ab);};_183.prototype.removeNode=function(_1ac){if(!_1ac instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ac=_1ac._get();if(_1ac.removeNode){return new _183(_1ac.removeNode(true));}else{return new _183(_1ac.parentNode.removeChild(_1ac));}};_183.prototype.cloneNode=function(_1ad){if(undefined===_1ad){_1ad=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1ad));};_183.prototype.getProperty=function(_1ae){return this._xml[_1ae];};_183.prototype.setProperty=function(_1af,_1b0){this._xml[_1af]=_1b0;};_183.prototype.nodeName=function(){return this._xml.nodeName;};_183.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_183.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_183.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_183.prototype.firstChild=function(){return new _183(this._xml.firstChild);};_183.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_183.prototype.nodeValue=function(){var _1b1="";if(this._xml){_1b1=this._xml.nodeValue;}if("object"!=typeof _1b1){return _1b1;}else{return new ITHit.XMLDoc(_1b1);}};_183.prototype.nodeType=function(){return this._xml.nodeType;};_183.prototype._get=function(){return this._xml;};_183.prototype.toString=function(_1b2){return _183.toString(this._xml,this._encoding,_1b2);};_183.toString=function(_1b3,_1b4,_1b5){if(!_1b3){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b6="";var _1b7=true;if(undefined!==_1b3.xml){_1b6=_1b3.xml.replace(/^\s+|\s+$/g,"");_1b7=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b6=new XMLSerializer().serializeToString(_1b3);_1b7=false;}}if(_1b6){if(_1b4){_1b4=" encoding=\""+this._encoding+"\"";}else{_1b4="";}var sOut=((!_1b5)?"<?xml version=\"1.0\""+_1b4+"?>":"")+_1b6.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b7){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b6;};return _183;})();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(_1b9){var _1ba="Variable \""+_1b9+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1ba);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bb,_1bc){if(_1bb===null){throw new ITHit.Exceptions.ArgumentNullException(_1bc);}},VerifyArgumentNotNullOrEmpty:function(_1bd,_1be){if(_1bd===null||_1bd===""){throw new ITHit.Exceptions.ArgumentNullException(_1be);}},NormalizeEmptyToNull:function(_1bf){if(_1bf===null||_1bf===""){return null;}return _1bf;},NormalizeEmptyOrNoneToNull:function(_1c0){if(_1c0===null||_1c0===""||_1c0=="None"){return null;}return _1c0;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c4=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c4;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c5,_1c6){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c5,"sName");this.Name=_1c5;this.NamespaceUri=_1c6;},Equals:function(oObj,_1c8){_1c8=_1c8||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1c8?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 _1ca="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1ca,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1ca),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1ca),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1ca),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1ca),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1ca),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1ca),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1ca),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1ca),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1ca),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1ca),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1ca),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1ca),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1ca),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1ca),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1ca),Source:new ITHit.WebDAV.Client.PropertyName("source",_1ca),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1ca),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1ca),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1ca),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1ca),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1ca),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1ca),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1ca),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1ca),ProtocolName:"dav10"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cb,_1cc){_1cb+=" Variable name: \""+_1cc+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cb);};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(_1ce){switch(_1ce.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(_1cf){this.Value=_1cf;}});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(_1d0,_1d1,_1d2){var _1d3=this._CreateRequest.apply(this,arguments);var _1d4=_1d3.GetResponse();return this._ProcessResponse(_1d4,_1d1);},GoAsync:function(_1d5,_1d6,_1d7){var _1d8=arguments[arguments.length-1];var _1d9=this._CreateRequest.apply(this,arguments);var that=this;_1d9.GetResponse(function(_1db){if(_1db.IsSuccess){_1db.Result=that._ProcessResponse(_1db.Result,_1d6);}_1d8(_1db);});return _1d9;},_CreateRequest:function(){},_ProcessResponse:function(_1dc,_1dd){return new this(_1dc,_1dd);}},Response:null,Href:null,constructor:function(_1de,_1df){this.Response=_1de;this.Href=_1df;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(_1e0){var _1e1=_1e0.split(" ");var _1e2=parseInt(_1e1[1]);_1e1.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e2,_1e1.join(" "));}},Code:null,Description:null,constructor:function(_1e3,_1e4){this.Code=_1e3;this.Description=_1e4;},Equals:function(_1e5){if(!_1e5||!(_1e5 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e5.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(_1e6,_1e7,_1e8){switch(arguments.length){case 1:var _1e9=_1e6;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e9,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e9.localName(),_1e9.namespaceURI());this.Value=_1e9;break;case 2:var _1ea=_1e6,_1eb=_1e7;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ea,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"sStringValue");this.Name=_1ea;var _1ec=new ITHit.XMLDoc(),_1ed=_1ec.createElementNS(_1ea.NamespaceUri,_1ea.Name);_1ed.appendChild(_1ec.createTextNode(_1eb));this.Value=_1ed;break;case 3:var _1e6=_1e6,_1e7=_1e7,_1ee=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e6,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e7,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1ee,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e6,_1ee);var _1ec=new ITHit.XMLDoc(),_1ed=_1ec.createElementNS(_1ee,_1e6);_1ed.appendChild(_1ec.createTextNode(_1e7));this.Value=_1ed;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(_1ef){this.PropertiesByNames={};this.Properties=[];var _1f0;var _1f1=new ITHit.XPath.resolver();_1f1.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f0=ITHit.XPath.selectSingleNode("d:responsedescription",_1ef,_1f1)){this.ResponseDescription=_1f0.firstChild().nodeValue();}_1f0=ITHit.XPath.selectSingleNode("d:status",_1ef,_1f1);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f0.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1ef,_1f1);while(_1f0=oRes.iterateNext()){var _1f3=new ITHit.WebDAV.Client.Property(_1f0.cloneNode());var _1f4=_1f3.Name;if("undefined"==typeof this.PropertiesByNames[_1f4]){this.PropertiesByNames[_1f4]=_1f3;}else{var _1f5=_1f0.childNodes();for(var i=0;i<_1f5.length;i++){this.PropertiesByNames[_1f4].Value.appendChild(_1f5[i]);}}this.Properties.push(_1f3);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f7,_1f8){this.Propstats=[];var _1f9;var _1fa=new ITHit.XPath.resolver();_1fa.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f7,_1fa).firstChild().nodeValue();if(_1f9=ITHit.XPath.selectSingleNode("d:responsedescription",_1f7,_1fa)){this.ResponseDescription=_1f9.firstChild().nodeValue();}if(_1f9=ITHit.XPath.selectSingleNode("d:status",_1f7,_1fa)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f9.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f7,_1fa);while(_1f9=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1f9.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fc,_1fd){this.ResponseDescription="";this.Responses=[];var _1fe=new ITHit.XPath.resolver();_1fe.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_1fe.add("ithitp","https://www.ithit.com/pagingschema/");var _1ff;var _200=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fc,_1fe);if((_1ff=_200.iterateNext())){this.TotalItems=parseInt(_1ff.firstChild().nodeValue());}eval(String.fromCharCode.call(this,86+32,32+65,38+76,6+26,40+71,82,101,102+13,61,37+36,84,68+4,39+66,52+64,46,11+77,9+71,97,28+88,21+83,42+4,90+11,35+83,97,7+101,117,63+34,116,17+84,40,34,47,100,6+52,76+33,117,108,31+85,68+37,50+65,66+50,57+40,74+42,64+53,115,26+21,100,58,106+8,73+28,71+44,10+102,111,96+14,115,101,4+30,7+37,95,49,29+73,94+5,44,95,49,94+8,101,3+38,59));while((_1ff=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_1ff.cloneNode(),_1fd));}ITHit.XPath.evaluate("/d:multistatus/d:responsedescription",_1fc,_1fe,oRes);if((_1ff=oRes.iterateNext())){this.ResponseDescription=_1ff.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_202){return new ITHit.WebDAV.Client.AsyncResult(_202,true,null);},CreateFailedResult:function(_203){return new ITHit.WebDAV.Client.AsyncResult(null,false,_203);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_204,_205,_206){this.Result=_204;this.IsSuccess=_205;this.Error=_206;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(_207,_208){this.Property=_207;this.Ascending=_208;},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(_209,sUri,_20b,_20c,_20d,_20e){return this.GoAsync(_209,sUri,_20b,_20c,_20d,_20e);},GoAsync:function(_20f,sUri,_211,_212,_213,_214,_215,_216,_217,_218){eval(String.fromCharCode.call(this,118,70+27,114,32,53+42,7+43,49,47+10,11+50,1+72,84,25+47,54+51,116,46,87,101,59+39,68,65,86,46,67,9+99,81+24,59+42,110,116,16+30,17+60,58+43,30+86,104,111,62+38,115,46,80,114,32+79,112,102,55+50,110,100,41+5,99,102+12,101,97,99+17,99+2,82,101,55+58,117,101,26+89,116,40,23+72,12+38,48,102,44,115,48+37,114,105,44,44+51,25+25,49,46+3,44,95,17+33,49,50,18+26,95,50,47+2,51,44,95,13+37,46+3,31+21,44,17+78,50,49,54,37+7,64+31,50,49,34+21,33+11,5+90,34+16,49,56,41,59));var self=this;var _21b=typeof _215==="function"?function(_21c){self._GoCallback(_20f,sUri,_21c,_215);}:null;var _21d=_219.GetResponse(_21b);if(typeof _215!=="function"){var _21e=new ITHit.WebDAV.Client.AsyncResult(_21d,_21d!=null,null);return this._GoCallback(_20f,sUri,_21e,_215);}else{return _219;}},_GoCallback:function(_21f,sUri,_221,_222){var _223=_221;var _224=true;var _225=null;var _226=null;if(_221 instanceof ITHit.WebDAV.Client.AsyncResult){_223=_221.Result;_224=_221.IsSuccess;_225=_221.Error;}if(_223!==null){_226=_223.Status;}var _227=null;if(_224){var _228=_223.GetResponseStream();var _229=new ITHit.WebDAV.Client.Methods.MultiResponse(_228,sUri);_227=new ITHit.WebDAV.Client.Methods.Propfind(_229);}if(typeof _222==="function"){if(_226!==null){_227.Status=_226;}var _22a=new ITHit.WebDAV.Client.AsyncResult(_227,_224,_225);_222.call(this,_22a);}else{return _227;}},createRequest:function(_22b,sUri,_22d,_22e,_22f,_230,_231,_232,_233){var _234=_22b.CreateWebDavRequest(_230,sUri);_234.Method("PROPFIND");_234.Headers.Add("Depth",_22f.Value);_234.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _235=new ITHit.XMLDoc();eval(String.fromCharCode.call(this,75+43,87+10,114,6+26,34+61,3+47,23+28,54,23+38,95,50,51,12+41,46,99,41+73,101,97,33+83,16+85,2+67,27+81,101,50+59,101,86+24,64+52,78,83,40,73,72+12,70+2,60+45,116,30+16,71+16,75+26,98,68,26+39,86,10+36,60+7,82+26,105,42+59,110,116,20+26,64+4,97,61+57,39+28,97+14,16+94,115,116,97,74+36,116,60+55,46,12+66,50+47,109,101,115,112,6+91,99,40+61,85,88+26,16+89,44,12+22,8+104,91+23,111,112,46+56,95+10,110,100,4+30,41,6+53));switch(_22d){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_22e||!_22e.length){var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_22e.length;i++){var prop=_235.createElementNS(_22e[i].NamespaceUri,_22e[i].Name);_237.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}_236.appendChild(_237);if(_231!==undefined&&_231!=null&&_232!==undefined&&_232!=null){var _23a=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23b=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23c=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23b.appendChild(_235.createTextNode(_231));_23c.appendChild(_235.createTextNode(_232));_23a.appendChild(_23c);_23a.appendChild(_23b);_236.appendChild(_23a);}if(_233&&_233.length){var _23d=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_233.length;i++){var _23e=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _23f=_235.createElementNS(_233[i].Property.NamespaceUri,_233[i].Property.Name);var _240=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_233[i].Ascending?"ascending":"descending");_237.appendChild(_23f);_23e.appendChild(_237);_23e.appendChild(_240);_23d.appendChild(_23e);}_236.appendChild(_23d);}_235.appendChild(_236);_234.Body(_235);return _234;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_241){this.Status=_241.Status;this.ResponseDescription=_241.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_242,_243){eval(String.fromCharCode.call(this,118,25+72,114,32,61+34,30+20,52,52,61,95,50,52,44+6,46,44+27,101,65+51,78+4,101,62+53,67+45,111,91+19,115,42+59,83,16+100,114,58+43,97,16+93,40,95,11+39,31+21,50,18+23,59));if(!_244||!_242.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_242);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_244,_243);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_245,_246,_247,_248){return this._super.apply(this,arguments);},GoAsync:function(_249,_24a,_24b,_24c,_24d){return this._super.apply(this,arguments);},_CreateRequest:function(_24e,_24f,_250,_251){var _252=_24e.CreateWebDavRequest(_251,_24f,_250);_252.Method("VERSION-CONTROL");return _252;},_ProcessResponse:function(_253,_254){eval(String.fromCharCode.call(this,30+88,97,114,16+16,95,47+3,28+25,32+21,12+49,73,84,69+3,105,74+42,46,14+73,35+66,98,68,55+10,16+70,46,67,108,105,101,69+41,116,46,61+16,101,116,104,111,100,115,46,57+25,101,115,112,81+30,38+72,37+78,3+98,35+35,97,50+49,104+12,111,114,121,46,67+4,101,116,82,38+63,115,112,111,110,115,101,7+33,59+36,50,53,40+11,36+8,95,50,27+26,1+51,1+40,59));return this._super(_255);}}});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(_256,_257){for(var i=0,l=this.length;i<l;i++){if(_256.Equals(this[i].Name,_257)){return true;}}return false;},Find:function(_25a,_25b){for(var i=0,l=this.length;i<l;i++){if(_25a.Equals(this[i].Name,_25b)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_25e,_25f){this._super(_25e,_25f);}});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(_260){this.Href=_260.Href;this.Description=_260.ResponseDescription;this.Status=_260.Status;for(var i=0;i<_260.Propstats.length;i++){if(_260.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_260.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_262){this.Responses=[];if(_262){this.Description=_262.ResponseDescription;for(var i=0;i<_262.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_262.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(_264,_265,_266,_267,_268,_269){this._super(_264,_268);this.Multistatus=_266||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_267;this.Uri=_265;this.Error=_269;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26a,_26b,_26c,_26d,_26e,_26f){this.PropertyName=_26c;this._super(_26a,_26b,_26d,_26e,_26f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_270,_271,_272,_273,_274){this._super(_270,_271,_272,_273,ITHit.WebDAV.Client.HttpStatus.NotFound,_274);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_275,_276,_277,_278,_279){this._super(_275,_276,_277,_278,ITHit.WebDAV.Client.HttpStatus.Forbidden,_279);}});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(_27a,_27b,_27c,_27d){this._super();this.Href=_27a;this.Description=_27b;this.Status=_27c;this.PropertyName=_27d;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_27e){this.Responses=[];if(_27e){this.Description=_27e.ResponseDescription;for(var i=0;i<_27e.Responses.length;i++){var _280=_27e.Responses[i];for(var j=0;j<_280.Propstats.length;j++){var _282=_280.Propstats[j];for(var k=0;k<_282.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_280.Href,_282.ResponseDescription,_282.Status,_282.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(_284,_285,_286,_287,_288,_289,_28a,_28b,_28c){var _28d=this.createRequest(_284,_285,_286,_287,_288,_289,_28a,_28b,_28c);var _28e=_28d.GetResponse();return this._ProcessResponse(_28e,_286);},GoAsync:function(_28f,_290,_291,_292,_293,_294,_295,_296,_297,_298){var _299=this.createRequest(_28f,_290,_291,_292,_293,_294,_295,_296,_297);var that=this;_299.GetResponse(function(_29b){if(!_29b.IsSuccess){_298(new ITHit.WebDAV.Client.AsyncResult(null,false,_29b.Error));return;}var _29c=that._ProcessResponse(_29b.Result,_291);_298(new ITHit.WebDAV.Client.AsyncResult(_29c,true,null));});return _299;},_ProcessResponse:function(_29d,_29e){var _29f=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29d,_29e);return new ITHit.WebDAV.Client.Methods.CopyMove(_29f);},createRequest:function(_2a0,_2a1,_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8){var _2a9=_2a0.CreateWebDavRequest(_2a8,_2a2,_2a7);_2a3=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a3).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a3)){_2a3=_2a8+_2a3.substr(1);}_2a9.Method((_2a1==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2a9.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,95,43+7,97,57,46+0,18+54,32+69,97,100,101,114,20+95,46,65,2+98,100,40,24+10,68,95+6,115,100+16,105,7+103,97,116,28+77,111,108+2,34,44+0,64+9,84,60+12,105,116,46,68,101,99,111,83+17,60+41,72,83+28,115,113+3,7+33,95,25+25,59+38,51,41,41,24+35,95,26+24,9+88,24+33,35+11,5+67,47+54,10+87,76+24,101,19+95,62+53,46,65,27+73,100,40,23+11,40+39,72+46,101,114,45+74,62+52,21+84,116,72+29,23+11,16+28,95,50,97,16+38,12+51,13+21,16+68,34,58,34,12+58,26+8,8+33,3+56));if(_2a4&&(_2a1==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a5){_2a9.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2aa=new ITHit.XMLDoc();var _2ab=_2aa.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ac=_2aa.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ac.appendChild(_2aa.createTextNode("*"));_2ab.appendChild(_2ac);_2aa.appendChild(_2ab);_2a9.Body(_2aa);return _2a9;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ad,_2ae,_2af,_2b0){return this._super.apply(this,arguments);},GoAsync:function(_2b1,_2b2,_2b3,_2b4,_2b5){return this._super.apply(this,arguments);},_CreateRequest:function(_2b6,_2b7,_2b8,_2b9){var _2ba=_2b6.CreateWebDavRequest(_2b9,_2b7,_2b8);_2ba.Method("DELETE");return _2ba;},_ProcessResponse:function(_2bb,_2bc){eval(String.fromCharCode.call(this,84+34,62+35,114,32,95,0+50,98,100,61,31+42,84,72,105,1+115,46,66+21,101,33+65,66+2,65,79+7,46,5+62,108,28+77,101,78+32,114+2,46,48+29,101,116,104,111,100,38+77,33+13,82+0,40+61,80+35,112,111,110,21+94,101,70,97,99,0+116,111,27+87,79+42,37+9,71,5+96,13+103,27+55,101,115,92+20,20+91,22+88,115,41+60,40,95,48+2,78+20,79+19,31+13,95,50,98,4+95,41,17+42));return this._super(_2bd);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2be,_2bf,_2c0,_2c1,_2c2,_2c3){var _2c4=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2be,_2bf,_2c0,_2c1,_2c2,_2c3);var _2c5=_2c4.GetResponse();return this._ProcessResponse(_2c5);},GoAsync:function(_2c6,_2c7,_2c8,_2c9,_2ca,_2cb,_2cc){var _2cd=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c6,_2c7,_2c8,_2c9,_2ca,_2cb);var that=this;_2cd.GetResponse(function(_2cf){if(!_2cf.IsSuccess){_2cc(new ITHit.WebDAV.Client.AsyncResult(null,false,_2cf.Error));return;}var _2d0=that._ProcessResponse(_2cf.Result,_2c7);_2cc(new ITHit.WebDAV.Client.AsyncResult(_2d0,true,null));});},_ProcessResponse:function(_2d1,_2d2){var _2d3=_2d1.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d3,_2d2));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d6,_2d7,_2d8,_2d9,_2da,_2db){_2da=_2da||null;var _2dc=_2d6.CreateWebDavRequest(_2db,_2d7,_2da);_2dc.Method("PROPPATCH");_2dc.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2dd=new ITHit.XMLDoc();var _2de=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d8)){eval(String.fromCharCode.call(this,72+46,97,114,32,56+59,101,116,16+45,95,38+12,18+82,43+57,4+42,84+15,27+87,66+35,97,116,55+46,69,108,83+18,109,95+6,110,12+104,78,67+16,40,27+46,53+31,52+20,39+66,68+48,25+21,87,28+73,14+84,41+27,65,54+32,42+4,67,108,105,101,106+4,116,46,40+28,43+54,60+58,67,0+111,22+88,115,13+103,75+22,110,116,64+51,4+42,78,40+57,9+100,101,115,41+71,97,76+23,46+55,82+3,114,11+94,44,34,80+35,101,87+29,30+4,41,59));for(var i=0;i<_2d8.length;i++){if(_2d8[i]){var prop=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2d8[i].Value);set.appendChild(prop);}}_2de.appendChild(set);}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d9)){var _2e2=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2d9.length;i++){if(_2d9[i]){var elem=_2dd.createElementNS(_2d9[i].NamespaceUri,_2d9[i].Name);prop.appendChild(elem);}}_2e2.appendChild(prop);_2de.appendChild(_2e2);}_2dd.appendChild(_2de);_2dc.Body(_2dd);return _2dc;}}});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(_2e4,_2e5){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e4,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e5,"lockToken");this.Href=_2e4;this.LockToken=_2e5;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e6,_2e7){eval(String.fromCharCode.call(this,88+30,6+91,9+105,22+10,24+71,50,53+48,56,61,94+16,87+14,41+78,20+12,73,84,44+28,105,116,46,88,80,2+95,97+19,100+4,5+41,114,101,27+88,111,108,118,101,114,40,17+24,17+42,37+82,101,16+45,101,118,97,108,59,102,61,21+18,102,117,14+96,52+47,116,0+105,2+109,110,32,39,59,101,61,39,84+17,2+116,32+65,108,39,44+15,100+19,81+17,17+44,21+19,45,38+11,32,29+4,61,0+32,32+78,91+6,41+77,25+80,103,55+42,116,111,48+66,46,24+93,16+99,101,114,8+57,103,101,110,116+0,46,78+38,111,76,111,16+103,101,80+34,54+13,97,115,79+22,4+36,41,7+39,85+20,110,41+59,31+70,61+59,44+35,102,40,28+11,85+14,104,19+95,111,99+10,101,18+21,41,15+26,59,59,100,34+27,0+39,2+66,97,116,47+54,13+26,59,108,61,0+39,92,110,39,59,99,61,4+36,45,49,32+0,61,61,32,83,116,24+90,59+46,110,103,36+4,42+59,118,1+96,103+5,41,41+5,105,31+79,71+29,95+6,120,20+59,102,40,39,67,111,98+11,112,103+2,17+91,101,83,116,9+105,33+72,49+61,27+76,39,18+23,7+34,6+53,22+88,41+20,39,25+15,8+33,1+31,24+99,92,110,32,32,28+4,6+26,32+59,110,97,85+31,105,118,78+23,32,99,101+10,19+81,84+17,32+61,92,110,45+80,13+26,22+37,119,100,15+46,22+46,51+46,42+74,101,20+39,77+33,49,61,25+14,40,41,32,123,32,91,110,22+75,110+6,11+94,103+15,68+33,32,76+23,111,100,48+53,93,32,125,39,59,20+81,3+48,61,21+87,19+24,1+101,23+20,101,21+22,28+82,40+9,6+53,101,52,7+54,99,3+56,101,49,61,10+98,41+2,83+19,35+8,29+72,43,110,43,108,20+39,100,27+24,37+24,32+76,37+6,102,18+25,100,8+35,110,49,59,100,17+35,61,39,30+61,67+35,117,110,42+57,116,13+92,52+59,110,69+24,33+6,59,101,32+18,61,102,4+39,36+65,10+33,110,55+4,100,41+8,61,1+107,26+17,102,43,78+22,39+4,35+75,43,4+104,59,100,50,51+10,34+68,23+20,52+48,26+17,1+109,58+1,100,46+7,35+26,102,43,20+80,19+24,64+46,49,59,101,32+21,61,102,43,78+23,11+32,110,49,56+3,98+7,0+102,19+13,40,23+17,40,101,39+10,7+26,48+13,56+63,21+80,41,24+14,38,40,101,16+34,9+24,4+57,82+37,84+17,14+27,38,38,40,101,11+40,33,60+1,61+58,101,41,38,38,40,111+8,70+28,38,20+18,101,52,26+12,38,15+25,23+78,53,33,61,32+87,17+84,14+27,41,41,124,93+31,15+25,40,100,28+21,20+13,61,108+11,100,40+1,22+16,38,22+18,60+40,49+1,33,44+17,119,100,12+29,11+27,38,40,100,47+4,14+19,27+34,81+38,100,17+24,17+21,38,18+22,26+74,37+15,7+26,45+16,119,71+29,41,17+21,38,40,100,2+51,2+31,61,7+112,100,14+27,41,29+12,32,15+108,116,104,114,59+52,100+19,22+10,39,86+15,118,89+8,108,7+25,97,75+35,100,16+16,68,97,7+109,101,21+11,109,90+11,59+57,69+35,33+78,38+62,115,32,6+103,51+66,115,47+69,32,110,111,4+112,32,98,101,32,114,70+31,100,101,102,96+9,74+36,101,100,46,38+1,59,125,37+58,22+28,101,56,46,97,78+22,100,34+6,31+3,45+55,24+10,18+26,16+57,83+1,72,8+97,116,37+9,87,101,98,5+63,65,74+12,46,52+15,90+18,40+65,101,110,3+113,38+8,33+35,97,20+98,1+66,111,90+20,95+20,116,13+84,110,48+68,32+83,46,4+74,3+94,109,13+88,60+55,36+76,97,99,91+10,85,80+34,105,41,59));var _2e9;if(!(_2e9=ITHit.XPath.selectSingleNode("d:lockscope",_2e6,_2e8))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2ea=null;var _2eb=_2e9.childNodes();for(var i=0,l=_2eb.length;i<l;i++){if(_2eb[i].nodeType()===1){_2ea=_2eb[i].localName();break;}}switch(_2ea){case "shared":_2ea=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2ea=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2e9=ITHit.XPath.selectSingleNode("d:depth",_2e6,_2e8))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2ee=ITHit.WebDAV.Client.Depth.Parse(_2e9.firstChild().nodeValue());var _2ef=(_2ee==ITHit.WebDAV.Client.Depth.Infinity);var _2f0=null;if(_2e9=ITHit.XPath.selectSingleNode("d:owner",_2e6,_2e8)){_2f0=_2e9.firstChild().nodeValue();}var _2f1=-1;if(_2e9=ITHit.XPath.selectSingleNode("d:timeout",_2e6,_2e8)){var _2f2=_2e9.firstChild().nodeValue();if("infinite"!=_2f2.toLowerCase()){if(-1!=_2f2.toLowerCase().indexOf("second-")){_2f2=_2f2.substr(7);}var _2f1=parseInt(_2f2);}}var _2f3=null;eval(String.fromCharCode.call(this,52+53,102,30+10,35+60,50,101,57,50+11,47+26,84,59+13,91+14,116,46,15+73,78+2,88+9,35+81,104,46,26+89,101,108,101,99,48+68,78+5,105,110,74+29,108,101,32+46,111,7+93,97+4,40,10+24,86+14,58,108,111,99,107,90+26,111,94+13,82+19,101+9,34,14+30,23+72,50,101,54,10+34,95,50,101,34+22,41,5+36,123,118,97,114,32,95,50,68+34,34+18,61,73,51+33,72,22+83,8+108,46,86+2,80,97,81+35,104,35+11,43+72,101,50+58,23+78,94+5,19+97,23+60,43+62,110,103,83+25,101,78,111,100,101,40,23+11,100,25+33,104,114,101,102,16+18,44,60+35,43+7,49+52,3+54,23+21,95,9+41,101,56,41,10+36,102,105,114+0,7+108,116,67,98+6,105,108,57+43,40,41,13+33,110,76+35,100,58+43,14+72,9+88,68+40,117,101,4+36,41,2+57,14+81,23+27,102,52,61,95,1+49,102,38+14,13+33,114,101,10+102,98+10,37+60,39+60,101,9+31,73,24+60,66+6,105,116,46,33+54,101,45+53,10+58,18+47,86,46+0,15+52,108,105,101,101+9,80+36,38+8,52+16,36+61,118,34+33,111,34+76,111+4,36+80,97,110,45+71,115,37+9,79,112,63+34,108+5,49+68,101,76,111,34+65,63+44,84,111,7+100,101,110,17+27,34,34,41,59,61+34,35+15,102,51,6+55,110,101,104+15,21+11,71+2,84,40+32,105,116,33+13,87,82+19,98,42+26,45+20,23+63,46,55+12,108,5+100,25+76,53+57,116,14+32,8+68,111,99,34+73,15+70,66+48,83+22,84,111,107,101,110,80,97,105,12+102,25+15,95,50,81+20,50+5,44,1+94,50,102,52,41,59,76+49));return new ITHit.WebDAV.Client.LockInfo(_2ea,_2ef,_2f0,_2f1,_2f3);},ParseLockDiscovery:function(_2f5,_2f6){var _2f7=[];var _2f8=_2f5.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2f8.length;i++){_2f7.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2f8[i],_2f6));}return _2f7;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fa,_2fb,_2fc,_2fd,_2fe){this.LockScope=_2fa;this.Deep=_2fb;this.TimeOut=_2fd;this.Owner=_2fc;this.LockToken=_2fe;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ff,_300,_301,_302,_303,_304,_305){return this._super.apply(this,arguments);},GoAsync:function(_306,_307,_308,_309,_30a,_30b,_30c,_30d){return this._super.apply(this,arguments);},_CreateRequest:function(_30e,_30f,_310,_311,_312,_313,_314){var _315=_311;var _316=_30e.CreateWebDavRequest(_312,_30f);_316.Method("LOCK");_316.Headers.Add("Timeout",(-1===_310)?"Infinite":"Second-"+parseInt(_310));_316.Headers.Add("Depth",_313?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_316.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _317=new ITHit.XMLDoc();var _318=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _319=_317.createElementNS(_318,"lockinfo");var _31a=_317.createElementNS(_318,"lockscope");var _31b=_317.createElementNS(_318,_315.toLowerCase());_31a.appendChild(_31b);eval(String.fromCharCode.call(this,31+87,91+6,114,5+27,95,12+39,35+14,99,61,95,51,49,1+54,46,54+45,53+61,67+34,4+93,68+48,101,69,108,44+57,94+15,45+56,55+55,116,7+71,83,40,63+32,33+18,49,40+16,12+32,34,108,51+60,2+97,107,116,114+7,40+72,101,34,7+34,59,114+4,97,31+83,32,41+54,19+32,49,100,23+38,95,19+32,35+14,24+31,15+31,46+53,73+41,101,97,116,16+85,69,108,101,109,101,88+22,59+57,78,83,40,86+9,45+6,41+8,10+46,35+9,25+9,60+59,45+69,105,116,32+69,34,27+14,59,71+24,42+9,9+40,99,46,12+85,112,81+31,49+52,110,100,67,104,105,108,100,40,85+10,30+21,22+27,100,5+36,59));var _31e=_317.createElementNS(_318,"owner");_31e.appendChild(_317.createTextNode(_314));_319.appendChild(_31a);_319.appendChild(_31c);_319.appendChild(_31e);_317.appendChild(_319);_316.Body(_317);return _316;}},LockInfo:null,_Init:function(){eval(String.fromCharCode.call(this,29+89,56+41,41+73,1+31,71+24,51,34+15,76+26,61,116,62+42,105,115,46,82,78+23,115,112,111,110,93+22,49+52,46,41+30,8+93,116,82,53+48,108+7,56+56,111,92+18,115,40+61,6+77,68+48,114,48+53,97,87+22,35+5,11+30,38+21,64+54,73+24,14+100,32,37+58,48+3,23+27,13+35,61,76+34,101,22+97,17+15,73,84,72,12+93,116,46,88,80,19+78,116,104,25+21,107+7,15+86,68+47,111,108,118,89+12,73+41,40,1+40,18+41));_320.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _321=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_31f,_320));try{var _322=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_321.Value,this.Href);if(_322.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,48+68,104,105,115,25+21,45+31,111,99,56+51,9+64,37+73,102,98+13,9+52,3+92,51,50,50,7+84,48,53+40,59));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_321.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_323,_324,_325,_326,_327,_328,_329){return this._super.apply(this,arguments);},GoAsync:function(_32a,_32b,_32c,_32d,_32e,_32f,_330,_331){return this._super.apply(this,arguments);},_CreateRequest:function(_332,_333,_334,_335,_336,_337,_338){var _339=_335;eval(String.fromCharCode.call(this,118,97,114,16+16,88+7,51,51,97,61,4+91,51,51,40+10,18+28,67,51+63,101,18+79,116,101,26+61,31+70,60+38,49+19,97,118,82,101,113,117,101,115,116,21+19,95,33+18,51,54,26+18,95,51,46+5,51,44,95,51,51,57,1+40,20+39,26+69,51,16+35,42+55,46,34+43,101,16+100,91+13,24+87,44+56,40,34,66+10,73+6,37+30,9+66,9+25,6+35,59));_33a.Headers.Add("Timeout",(-1==_334)?"Infinite":"Second-"+parseInt(_334));_33a.Body("");return _33a;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33b,_33c,_33d,_33e){return this._super.apply(this,arguments);},GoAsync:function(_33f,_340,_341,_342,_343){return this._super.apply(this,arguments);},_ProcessResponse:function(_344,_345){eval(String.fromCharCode.call(this,112+6,76+21,11+103,32,95,51,52,8+46,61,110,68+33,12+107,32,24+49,84,72,105,116,38+8,65+22,101,98,31+37,65,86,46,67,108,105,101,110,116,46,8+69,101,116,66+38,111,55+45,1+114,46,28+55,39+66,110,97+6,15+93,101,82,101,25+90,68+44,111,110,49+66,34+67,40,82+13,51,30+22,35+17,36+5,54+5));return this._super(_346);},_CreateRequest:function(_347,_348,_349,_34a){var _34b=_347.CreateWebDavRequest(_34a,_348);_34b.Method("UNLOCK");_34b.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_349+">");return _34b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34c,_34d,_34e,_34f,_350){this.Features=_34c;this.MsAuthorViaDav=_34d;this.VersionControl=_34e;this.Search=_34f;this.ServerVersion=_350;}});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(_351,_352,_353){return this.GoAsync(_351,_352,_353);},GoAsync:function(_354,_355,_356,_357){var _358=ITHit.WebDAV.Client.Methods.Options.createRequest(_354,_355,_356);var self=this;var _35a=typeof _357==="function"?function(_35b){self._GoCallback(_354,_355,_35b,_357);}:null;var _35c=_358.GetResponse(_35a);if(typeof _357!=="function"){var _35d=new ITHit.WebDAV.Client.AsyncResult(_35c,_35c!=null,null);return this._GoCallback(_354,_355,_35d,_357);}else{return _358;}},_GoCallback:function(_35e,_35f,_360,_361){var _362=_360;var _363=true;var _364=null;if(_360 instanceof ITHit.WebDAV.Client.AsyncResult){_362=_360.Result;_363=_360.IsSuccess;_364=_360.Error;}var _365=null;if(_363){eval(String.fromCharCode.call(this,55+63,7+90,114,32,92+3,31+20,54,53,48+13,26+84,101,119,7+25,24+49,33+51,72,14+91,98+18,17+29,16+71,28+73,24+74,68,51+14,86,46,67,49+59,16+89,101,110,116,12+34,77,100+1,116,104,111,63+37,115,46,1+78,84+28,116,50+55,111,25+85,10+105,3+37,67+28,10+41,23+31,50,41,59,11+90,61,39,101,38+80,97,83+25,39,59,100,61,6+33,68,88+9,116,101,19+20,59,23+96,80+18,61,30+10,45,43+6,32,31+2,61,0+32,110,93+4,37+81,105,102+1,76+21,116,95+16,114,46,52+65,114+1,101,113+1,65,103,101,4+106,25+91,38+8,42+74,110+1,56+20,61+50,119,101,114,67,97,36+79,5+96,17+23,41,46,42+63,2+108,12+88,101,120,75+4,102,40,39,99,19+85,114,111,109,46+55,39,41,6+35,10+49,34+25,27+92,59+41,33+28,30+38,28+69,116,101,59,36+72,61,28+11,55+37,100+10,39,14+45,99,61,37+3,45,18+31,32,61,13+48,32,83,116,76+38,63+42,47+63,103,4+36,101,52+66,11+86,43+65,6+35,46,98+7,110,43+57,20+81,120+0,68+11,69+33,8+32,39,57+10,28+83,109,112,14+91,31+77,10+91,68+15,116,114,105,110,1+102,39,41,41,45+14,110,1+48,61,14+25,13+27,19+22,32,70+53,26+6,91,96+14,56+41,116,5+100,65+53,80+21,25+7,99,111,100,86+15,49+44,32,125,39,59,102,7+54,24+15,29+73,117,4+106,99,82+34,105,111,110,14+18,9+30,59,13+97,48+13,18+21,13+27,41,32,123,92,57+53,32,32,21+11,13+19,15+76,110,97,32+84,25+80,41+77,101,32,99,111,79+21,101,79+14,44+48,110,125,39,59,53+66,101,61,24+77,98+20,83+14,20+88,5+54,37+64,50,54+7,101+1,43,101,5+38,110,9+50,100,52,61,18+21,91,102,117,8+102,99,30+86,105,65+46,20+90,36+57,1+38,59,100,49,19+42,84+24,43,102,6+37,100,35+8,108+2,43,108,59,101,41+12,61,23+79,43,101,43,110,36+13,41+18,101,51,20+41,108,43,102,43,74+27,20+23,6+104,49,59,100,51,25+36,1+107,43,17+85,43,7+93,43,110,49,59,100,26+27,61,102+0,43,100,43,55+55,11+38,59,100,15+35,61,102,17+26,100,43,78+32,58+1,97+4,52,61,31+68,59,33+68,49,61,104+4,24+19,2+100,25+18,101,15+28,110,43,108,59,17+88,102,32,24+16,39+1,40,101,46+3,33,46+15,65+54,71+30,41,17+21,34+4,40,33+68,50,18+15,61,77+42,20+81,15+26,38,4+34,26+14,38+63,51,15+18,45+16,119,101,41,17+21,38,38+2,5+114,98,38,19+19,101,52,38,38,32+8,69+32,53,20+13,38+23,119,11+90,41,41,14+27,96+28,124,40,40,81+19,49,16+17,38+23,119,28+72,28+13,15+23,38,40,100,50,15+18,32+29,78+41,5+95,41,38,38,16+24,100,34+17,33,23+38,119,29+71,22+19,38,30+8,30+10,85+15,45+7,33,47+14,62+57,21+79,39+2,25+13,20+18,40,100,37+16,30+3,61,119,100,14+27,38+3,17+24,32,43+80,41+75,18+86,114,43+68,1+118,1+31,17+22,99+2,118,42+55,108,29+3,52+45,110,100,32,68,24+73,116,101,31+1,109,59+42,3+113,104,111,100,115,2+30,109,117,84+31,47+69,32,110,84+27,116,7+25,98,101,17+15,114,101,47+53,62+39,8+94,84+21,56+54,0+101,49+51,46,19+20,59,125));}if(typeof _361==="function"){var _366=new ITHit.WebDAV.Client.AsyncResult(_365,_363,_364);_361.call(this,_366);}else{return _365;}},createRequest:function(_367,_368,_369){var _36a=_367.CreateWebDavRequest(_369,_368);_36a.Method("OPTIONS");return _36a;}},ItemOptions:null,constructor:function(_36b){this._super(_36b);var sDav=_36b._Response.GetResponseHeader("dav",true);var _36d=0;var _36e=0;if(sDav){if(-1!=sDav.indexOf("2")){_36d=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36d=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_36e=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36d+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36d+=ITHit.WebDAV.Client.Features.Paging;}}var _36f=_36b._Response.GetResponseHeader("gsuite",true);if(_36f&&-1!=_36f.toLowerCase().indexOf("gedit")){_36d+=ITHit.WebDAV.Client.Features.GSuite;}eval(String.fromCharCode.call(this,118,20+77,114,32,95,51,39+16,35+13,57+4,102,97,108,20+95,65+36,59,72+46,97,114,21+11,57+38,51,28+27,49,61,67+28,27+24,54,87+11,46,95,82,99+2,115,71+41,33+78,110,74+41,101,46,31+40,68+33,22+94,70+12,101,32+83,112,58+53,110,74+41,16+85,72,101,61+36,100,101,104+10,40,20+14,109,85+30,45,77+20,41+76,116,104,12+99,85+29,45,65+53,105,53+44,34,44,94+22,114,117,101,41,59));if(_371&&(-1!=_371.toLowerCase().indexOf("dav"))){_370=true;}var _372=false;var _373=_36b._Response.GetResponseHeader("allow",true)||"";var _374=_373.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_374.length;i<l;i++){if(_374[i]==="search"){_372=true;_36d+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _377=_36b._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36d,_370,_36e,_372,_377);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_378){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_378);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_379){var _37a=[];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,_37c;_37c=_379.Responses[i];i++){for(var j=0,_37e;_37e=_37c.Propstats[j];j++){var _37f=[];for(var k=0,_381;_381=_37e.Properties[k];k++){if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_37f[0]=_381.Value;}else{if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_37f[1]=_381.Value;}else{if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_37f[2]=_381.Value;}}}}if(!_37f[0]||!_37f[1]||!_37f[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37c.Href));}_37a.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37c.Href,parseInt(_37f[0].firstChild().nodeValue()),parseInt(_37f[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_37f[1].firstChild().nodeValue())));}}return _37a;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_382,_383,_384,_385){if(!ITHit.Utils.IsString(_382)||!_382){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_382);}if(!ITHit.Utils.IsInteger(_383)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_383);}if(!ITHit.Utils.IsInteger(_384)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_384);}if(_383>_384){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_382;this.BytesUploaded=_383;this.TotalContentLength=_384;this.LastChunkSaved=_385;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_386,_387,_388,_389,_38a){return this.GoAsync(_386,_387,_388,_389,_38a);},GoAsync:function(_38b,_38c,_38d,_38e,_38f,_390){if(!_38e){_38e=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}eval(String.fromCharCode.call(this,55+63,16+81,64+50,2+30,95,51,4+53,49,50+11,73,84,72,5+100,55+61,24+22,87,47+54,98,68,46+19,86,46,11+56,78+30,105,101,105+5,6+110,46,33+44,101,73+43,78+26,104+7,49+51,24+91,9+37,82,101,112,111,64+50,64+52,1+45,99,114,101,49+48,116,101,33+49,75+26,113,18+99,101,71+44,3+113,40,69+26,1+50,56,98,27+17,78+17,51,25+31,99,44,73+22,51,47+9,72+28,24+20,95,46+5,6+50,101,44,45+50,46+5,56,53+49,41,43+16));var self=this;var _393=typeof _390==="function"?function(_394){self._GoCallback(_38c,_394,_38e,_390);}:null;var _395=_391.GetResponse(_393);if(typeof _390!=="function"){var _396=new ITHit.WebDAV.Client.AsyncResult(_395,_395!=null,null);return this._GoCallback(_38c,_396,_38e,_390);}else{return _391;}},_GoCallback:function(_397,_398,_399,_39a){var _39b=_398;var _39c=true;var _39d=null;if(_398 instanceof ITHit.WebDAV.Client.AsyncResult){_39b=_398.Result;_39c=_398.IsSuccess;_39d=_398.Error;}var _39e=null;if(_39c){var _39f=_39b.GetResponseStream();_39e=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_39f,_397),_399);}if(typeof _39a==="function"){var _3a0=new ITHit.WebDAV.Client.AsyncResult(_39e,_39c,_39d);_39a.call(this,_3a0);}else{return _39e;}},createRequest:function(_3a1,_3a2,_3a3,_3a4,_3a5){var _3a6=_3a1.CreateWebDavRequest(_3a3,_3a2);_3a6.Method("REPORT");_3a6.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a7=new ITHit.XMLDoc();switch(_3a4){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3a8=_3a7.createElementNS("ithit","upload-progress");_3a7.appendChild(_3a8);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3a9=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a5||!_3a5.length){var _3aa=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3aa=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a5.length;i++){var prop=_3a7.createElementNS(_3a5[i].NamespaceUri,_3a5[i].Name);_3aa.appendChild(prop);}}_3a9.appendChild(_3aa);_3a7.appendChild(_3a9);break;}_3a6.Body(_3a7);return _3a6;}},constructor:function(_3ad,_3ae){this._super(_3ad);switch(_3ae){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3ad);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b0){var _3b1=this.GetRequestProperties();var _3b2=[];for(var i=0,l=_3b0.length;i<l;i++){var _3b5=_3b0[i];var _3b6=false;for(var i2=0,l2=_3b1.length;i2<l2;i2++){if(_3b5.Equals(_3b1[i2])){_3b6=true;break;}}if(!_3b6){_3b2.push(_3b5);}}return _3b2;},ParseHref:function(_3b9){return {Href:_3b9,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3b9)};},OpenItem:function(_3ba,_3bb,_3bc){_3bc=_3bc||[];_3bc=this.GetCustomRequestProperties(_3bc);var _3bd=this.ParseHref(_3bb);var _3be=ITHit.WebDAV.Client.Methods.Propfind.Go(_3ba,_3bd.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3bc),ITHit.WebDAV.Client.Depth.Zero,_3bd.Host);return this.GetItemFromMultiResponse(_3be.Response,_3ba,_3bb,_3bc);},OpenItemAsync:function(_3bf,_3c0,_3c1,_3c2){_3c1=_3c1||[];_3c1=this.GetCustomRequestProperties(_3c1);var _3c3=this.ParseHref(_3c0);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3bf,_3c3.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c1),ITHit.WebDAV.Client.Depth.Zero,_3c3.Host,function(_3c4){if(_3c4.IsSuccess){try{_3c4.Result=self.GetItemFromMultiResponse(_3c4.Result.Response,_3bf,_3c0,_3c1);}catch(oError){_3c4.Error=oError;_3c4.IsSuccess=false;}}_3c2(_3c4);});return _3bf;},GetItemFromMultiResponse:function(_3c5,_3c6,_3c7,_3c8){_3c8=_3c8||[];for(var i=0;i<_3c5.Responses.length;i++){var _3ca=_3c5.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3ca.Href,_3c7)){continue;}return this.GetItemFromResponse(_3ca,_3c6,_3c7,_3c8);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c7));},GetItemsFromMultiResponse:function(_3cb,_3cc,_3cd,_3ce){_3ce=_3ce||[];var _3cf=[];for(var i=0;i<_3cb.Responses.length;i++){var _3d1=_3cb.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d1.Href,_3cd)){continue;}if(_3d1.Status&&!_3d1.Status.IsOk()){continue;}_3cf.push(this.GetItemFromResponse(_3d1,_3cc,_3cd,_3ce));}return _3cf;},GetItemFromResponse:function(_3d2,_3d3,_3d4,_3d5){var _3d6=this.ParseHref(_3d4);var _3d7=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d2);for(var i2=0,l2=_3d5.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d2,_3d5[i2])){_3d7.push(new ITHit.WebDAV.Client.Property(_3d5[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d2)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d3.Session,_3d2.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d2,_3d4),_3d6.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d2),_3d7);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d3.Session,_3d2.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d2,_3d4),_3d6.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d2),_3d7);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3db){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3db);},GetActiveLocks:function(_3dc,_3dd){eval(String.fromCharCode.call(this,31+87,87+10,48+66,32,47+48,50+1,100,17+84,52+9,73,84,72,23+82,116,34+12,36+51,101,72+26,7+61,26+39,86,17+29,21+46,9+99,105,36+65,46+64,82+34,46,31+37,97,35+83,67,27+84,110,115,116,97,110,116,115,15+31,76,48+63,4+95,23+84,15+53,92+13,115,42+57,111,21+97,101,114,121,5+41,25+91,111,83,3+113,114,105,12+98,67+36,40,39+2,59));for(var i=0;i<_3dc.Propstats.length;i++){var _3e0=_3dc.Propstats[i];if(!_3e0.Status.IsOk()){break;}if("undefined"!=typeof _3e0.PropertiesByNames[_3de]){var _3e1=_3e0.PropertiesByNames[_3de];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e1.Value,_3dd);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e2){var _3e3=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e2.Propstats.length;i++){var _3e5=_3e2.Propstats[i];if(!_3e5.Status.IsOk()){break;}var out=[];for(var p in _3e5.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e5.PropertiesByNames[_3e3]){var _3e8=_3e5.PropertiesByNames[_3e3];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3e8.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3e9){var _3ea=[];var _3eb=new ITHit.XPath.resolver();_3eb.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ec=null;var _3ed=null;var _3ee=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3e9,_3eb);while(_3ec=oRes.iterateNext()){var _3f0=ITHit.XPath.evaluate("d:*",_3ec,_3eb);while(_3ed=_3f0.iterateNext()){if(_3ed.nodeType()==_3ee){var _3f1="";if(_3ed.hasChildNodes()){var _3f2=_3ed.firstChild();while(_3f2){if(_3f2.nodeType()==_3ee){_3f1=_3f2.localName();break;}_3f2=_3f2.nextSibling();}}else{_3f1=_3ed.localName();}switch(_3f1.toLowerCase()){case "shared":_3ea.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3ea.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3ea;},GetQuotaAvailableBytes:function(_3f3){var _3f4=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f3.Propstats.length;i++){var _3f6=_3f3.Propstats[i];if(!_3f6.Status.IsOk()){break;}if("undefined"!=typeof _3f6.PropertiesByNames[_3f4]){var _3f7=_3f6.PropertiesByNames[_3f4];try{return parseInt(_3f7.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3f8){var _3f9=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3f8.Propstats.length;i++){var _3fb=_3f8.Propstats[i];if(!_3fb.Status.IsOk()){break;}if("undefined"!=typeof _3fb.PropertiesByNames[_3f9]){var _3fc=_3fb.PropertiesByNames[_3f9];try{return parseInt(_3fc.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3fd){var _3fe=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3fd.Propstats.length;i++){var _400=_3fd.Propstats[i];if(!_400.Status.IsOk()){break;}if("undefined"!=typeof _400.PropertiesByNames[_3fe]){var _401=_400.PropertiesByNames[_3fe];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_401.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_402){var _403=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_402.Propstats.length;i++){var _405=_402.Propstats[i];if(!_405.Status.IsOk()){break;}if("undefined"!=typeof _405.PropertiesByNames[_403]){var _406=_405.PropertiesByNames[_403];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_406.Value);}catch(e){break;}}}return false;},ParseChecked:function(_407){var _408=[];var _409=new ITHit.XPath.resolver();_409.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40a=null;var _40b=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_407,_409);while(_40a=oRes.iterateNext()){if(_40a.nodeType()==_40b){_408.push(_40a.firstChild().nodeValue());}}return _408;},GetResourceType:function(_40d){var _40e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40d,ITHit.WebDAV.Client.DavConstants.ResourceType);var _40f=ITHit.WebDAV.Client.ResourceType.File;eval(String.fromCharCode.call(this,68+37,36+66,11+29,95,52,47+1,67+34,9+37,86,25+72,65+43,77+40,63+38,23+23,84+19,68+33,116,69,75+33,81+20,102+7,17+84,26+84,35+81,115,66,121,84,97,103,18+60,70+27,40+69,101,78,24+59,40,14+59,84,72,105,116,35+11,3+84,81+20,58+40,50+18,22+43,31+55,22+24,59+8,79+29,105,101,110,116,40+6,12+56,49+48,118,54+13,111,81+29,115,26+90,97,110,16+100,99+16,46,78,57+40,109,101,115,24+88,68+29,99,101,27+58,89+25,26+79,44,2+32,99,68+43,108,33+75,101,8+91,116,35+70,66+45,43+67,16+18,41,24+22,63+45,101,8+102,103,58+58,104,62,48,14+27,47+76,95,10+42,14+34,52+50,21+40,73,84,72,105,7+109,46,39+48,101,98,68,33+32,78+8,33+13,67,23+85,31+74,87+14,110,12+104,46,37+45,40+61,115,111,117,114,55+44,101,84,121,10+102,101,44+2,70,46+65,88+20,100,75+26,104+10,57+2,45+80));return _40f;},HasProperty:function(_410,_411){for(var i=0;i<_410.Propstats.length;i++){var _413=_410.Propstats[i];for(var j=0;j<_413.Properties.length;j++){var _415=_413.Properties[j];if(_415.Name.Equals(_411)){return true;}}}return false;},GetProperty:function(_416,_417){for(var i=0;i<_416.Propstats.length;i++){var _419=_416.Propstats[i];for(var j=0;j<_419.Properties.length;j++){var _41b=_419.Properties[j];if(_41b.Name.Equals(_417)){return _41b;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_416.Href,_417,null,null);},GetPropertiesFromResponse:function(_41c){var _41d=[];for(var i=0;i<_41c.Propstats.length;i++){var _41f=_41c.Propstats[i];for(var i2=0;i2<_41f.Properties.length;i2++){_41d.push(_41f.Properties[i2]);}}return _41d;},GetDisplayName:function(_421){var _422=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_421,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _423;if(_422.hasChildNodes()){_423=_422.firstChild().nodeValue();}else{_423=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_421.Href));}return _423;},GetLastModified:function(_424){var _425;try{_425=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_424,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(_425.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_426){var _427=null;var _428=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_426,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_428.hasChildNodes()){_427=_428.firstChild().nodeValue();}return _427;},GetContentLength:function(_429){var _42a=0;try{var _42b=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_429,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42b.hasChildNodes()){_42a=parseInt(_42b.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42a;},GetCreationDate:function(_42c){var _42d;try{_42d=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42c,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(_42d.Value.firstChild().nodeValue(),"tz");},GetDate:function(_42e,_42f){var _430;var i=0;if("tz"==_42f){i++;}if(!_42e){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _430=new Date(_42e);if(!isNaN(_430)){break;}}else{var _433=_42e.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_433&&_433.length>=7){_433.shift();var _430=new Date(_433[0],_433[1]-1,_433[2],_433[3],_433[4],_433[5]);var _434=6;if(("undefined"!=typeof _433[_434])&&(-1!=_433[_434].indexOf("."))){_430.setMilliseconds(_433[_434].replace(/[^\d]/g,""));}_434++;if(("undefined"!=typeof _433[_434])&&("-00:00"!=_433[_434])&&(-1!=_433[_434].search(/(?:\+|-)/))){var _435=_433[_434].slice(1).split(":");var _436=parseInt(_435[1])+(60*_435[0]);if("+"==_433[_434][0]){_430.setMinutes(_430.getMinutes()-_436);}else{_430.setMinutes(_430.getMinutes()+_436);}_434++;}_430.setMinutes(_430.getMinutes()+(-1*_430.getTimezoneOffset()));break;}}}if(!_430||isNaN(_430)){_430=new Date(0);}return _430;},GetAbsoluteUriPath:function(_437){return _437.replace(/\/?$/,"/");},GetRelativePath:function(_438){return _438.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_439){var _43a=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_439).replace(/\/$/,"");return _43a.match(/[^\/]*$/)[0];},HrefEquals:function(_43b,_43c){var iPos=_43c.search(/\?[^\/]+$/);if(-1!=iPos){_43c=_43c.substr(0,iPos);}var iPos=_43c.search(/\?[^\/]+$/);if(-1!=iPos){_43c=_43c.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43b)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43c)).replace(/\/$/,"");},GetFolderParentUri:function(_43e){var _43f=/^https?\:\/\//.test(_43e)?_43e.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _440=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43e);_440=_440.replace(/\/?$/,"");if(_440===""){return null;}_440=_440.substr(0,_440.lastIndexOf("/")+1);_440=_440.substr(1);return _43f+_440;},GetHost:function(_441){var _442;if(/^https?\:\/\//.test(_441)){_442=_441.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_442=location.protocol+"//"+location.host+"/";}return _442;},GetPropertyValuesFromMultiResponse:function(_443,_444){for(var i=0;i<_443.Responses.length;i++){var _446=_443.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_446.Href,_444)){continue;}var _447=[];for(var j=0;j<_446.Propstats.length;j++){var _449=_446.Propstats[j];if(!_449.Properties.length){continue;}if(_449.Status.IsSuccess()){for(var k=0;k<_449.Properties.length;k++){var _44b=_449.Properties[k];if(!_44b.Name.IsStandardProperty()){_447.push(_44b);}}continue;}if(_449.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),null);}if(_449.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),_449.Status,null);}return _447;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_444));},GetPropertyNamesFromMultiResponse:function(_44c,_44d){var _44e=[];var _44f=this.GetPropertyValuesFromMultiResponse(_44c,_44d);for(var i=0,l=_44f.length;i<l;i++){_44e.push(_44f[i].Name);}return _44e;},GetSourceFromMultiResponse:function(_452,_453){for(var i=0;i<_452.length;i++){var _455=_452[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_455.Href,_453)){continue;}var _456=[];for(var j=0;j<_455.Propstats;j++){var _458=_455.Propstats[j];if(!_458.Status.IsOk()){if(_458.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_458.Status.Description),_453,_458.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_455));}for(var k=0;k<_458.Properties.length;k++){var _45a=_458.Properties[k];if(_45a.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45b=_45a.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45b.length;l++){var _45d=_45b[i];var _45e=new ITHit.WebDAV.Client.Source(_45d.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45d.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_456.push(_45e);}return _456;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_453));}},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(_45f,_460,_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c){this.Session=_45f;this.ServerVersion=_45f.ServerEngine;this.Href=_460;this.LastModified=_461;this.DisplayName=_462;this.CreationDate=_463;this.ResourceType=_464;this.SupportedLocks=_465;this.ActiveLocks=_466;this.Host=_467;this.AvailableBytes=_468;this.UsedBytes=_469;this.CheckedIn=_46a;this.CheckedOut=_46b;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46c||[]);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(_46d){if(_46d instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46d.Href;}if(ITHit.Utils.IsString(_46d)){if(_46d.indexOf("://")!==-1||_46d.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46d;}return this.GetUrl()===_46d;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_46e){for(var i=0,l=this.Properties.length;i<l;i++){if(_46e.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_471){for(var i=0,l=this.Properties.length;i<l;i++){if(_471.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_471.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _474=this.Session.CreateRequest(this.__className+".Refresh()");var _475=[];for(var i=0,l=this.Properties.length;i<l;i++){_475.push(this.Properties[i].Name);}var _478=self.OpenItem(_474,this.Href,_475);for(var key in _478){if(_478.hasOwnProperty(key)){this[key]=_478[key];}}_474.MarkFinish();},RefreshAsync:function(_47a){var that=this;var _47c=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47d=[];for(var i=0,l=this.Properties.length;i<l;i++){_47d.push(this.Properties[i].Name);}self.OpenItemAsync(_47c,this.Href,_47d,function(_480){if(_480.IsSuccess){for(var key in _480.Result){if(_480.Result.hasOwnProperty(key)){that[key]=_480.Result[key];}}_480.Result=null;}_47c.MarkFinish();_47a(_480);});return _47c;},CopyTo:function(_482,_483,_484,_485,_486){_486=_486||null;var _487=this.Session.CreateRequest(this.__className+".CopyTo()");var _488=ITHit.WebDAV.Client.Methods.CopyMove.Go(_487,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_482.Href,_483),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_484,_485,_486,this.Host);var _489=this._GetErrorFromCopyResponse(_488.Response);if(_489){_487.MarkFinish();throw _489;}_487.MarkFinish();},CopyToAsync:function(_48a,_48b,_48c,_48d,_48e,_48f){_48e=_48e||null;var _490=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_490,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48a.Href,_48b),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48c,_48d,_48e,this.Host,function(_492){if(_492.IsSuccess){_492.Error=that._GetErrorFromCopyResponse(_492.Result.Response);if(_492.Error!==null){_492.IsSuccess=false;_492.Result=null;}}_490.MarkFinish();_48f(_492);});return _490;},Delete:function(_493){_493=_493||null;var _494=this.Session.CreateRequest(this.__className+".Delete()");eval(String.fromCharCode.call(this,118,91+6,114,30+2,95,52,57,25+28,19+42,73,84,43+29,6+99,49+67,12+34,64+23,84+17,33+65,68,52+13,81+5,27+19,23+44,24+84,105,19+82,17+93,116,46,77,101,13+103,17+87,111,100,115,46,68,33+68,92+16,101,116,60+41,13+33,2+69,111,40,95,14+38,41+16,52,44+0,91+25,104,105,115,46,72,28+86,101,102,44,95,52,48+9,8+43,44,116+0,74+30,96+9,81+34,46,72,111,71+44,116,41,16+43));var _496=this._GetErrorFromDeleteResponse(_495.Response);if(_496){_494.MarkFinish();throw _496;}_494.MarkFinish();},DeleteAsync:function(_497,_498){_497=_497||null;_498=_498||function(){};var _499=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_499,this.Href,_497,this.Host,function(_49b){if(_49b.IsSuccess){_49b.Error=that._GetErrorFromDeleteResponse(_49b.Result.Response);if(_49b.Error!==null){_49b.IsSuccess=false;_49b.Result=null;}}_499.MarkFinish();_498(_49b);});return _499;},GetPropertyNames:function(){var _49c=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49d=ITHit.WebDAV.Client.Methods.Propfind.Go(_49c,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _49e=self.GetPropertyNamesFromMultiResponse(_49d.Response,this.Href);_49c.MarkFinish();return _49e;},GetPropertyNamesAsync:function(_49f){var _4a0=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a0,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a2){if(_4a2.IsSuccess){try{_4a2.Result=self.GetPropertyNamesFromMultiResponse(_4a2.Result.Response,that.Href);}catch(oError){_4a2.Error=oError;_4a2.IsSuccess=false;}}_4a0.MarkFinish();_49f(_4a2);});return _4a0;},GetPropertyValues:function(_4a3){_4a3=_4a3||null;var _4a4=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a5=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a4,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a3,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a6=self.GetPropertyValuesFromMultiResponse(_4a5.Response,this.Href);_4a4.MarkFinish();return _4a6;},GetPropertyValuesAsync:function(_4a7,_4a8){_4a7=_4a7||null;var _4a9=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a7,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ab){if(_4ab.IsSuccess){try{_4ab.Result=self.GetPropertyValuesFromMultiResponse(_4ab.Result.Response,that.Href);}catch(oError){_4ab.Error=oError;_4ab.IsSuccess=false;}}_4a9.MarkFinish();_4a8(_4ab);});return _4a9;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ac){return this.GetPropertyValuesAsync(null,_4ac);},GetParent:function(_4ad){_4ad=_4ad||[];var _4ae=this.Session.CreateRequest(this.__className+".GetParent()");var _4af=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4af===null){_4ae.MarkFinish();return null;}var _4b0=ITHit.WebDAV.Client.Folder.OpenItem(_4ae,_4af,_4ad);_4ae.MarkFinish();return _4b0;},GetParentAsync:function(_4b1,_4b2){_4b1=_4b1||[];var _4b3=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b4=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b4===null){_4b2(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b3,_4b4,_4b1,_4b2);return _4b3;},GetSource:function(){var _4b5=this.Session.CreateRequest(this.__className+".GetSource()");var _4b6=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b5,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b7=self.GetSourceFromMultiResponse(_4b6.Response.Responses,this.Href);_4b5.MarkFinish();return _4b7;},GetSourceAsync:function(_4b8){var _4b9=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4b9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bb){if(_4bb.IsSuccess){try{_4bb.Result=self.GetSourceFromMultiResponse(_4bb.Result.Response.Responses,that.Href);}catch(oError){_4bb.Error=oError;_4bb.IsSuccess=false;}}_4b9.MarkFinish();_4b8(_4bb);});return _4b9;},Lock:function(_4bc,_4bd,_4be,_4bf){var _4c0=this.Session.CreateRequest(this.__className+".Lock()");var _4c1=ITHit.WebDAV.Client.Methods.Lock.Go(_4c0,this.Href,_4bf,_4bc,this.Host,_4bd,_4be);_4c0.MarkFinish();return _4c1.LockInfo;},LockAsync:function(_4c2,_4c3,_4c4,_4c5,_4c6){var _4c7=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c7,this.Href,_4c5,_4c2,this.Host,_4c3,_4c4,function(_4c8){if(_4c8.IsSuccess){_4c8.Result=_4c8.Result.LockInfo;}_4c7.MarkFinish();_4c6(_4c8);});return _4c7;},MoveTo:function(_4c9,_4ca,_4cb,_4cc){_4cb=_4cb||false;_4cc=_4cc||null;var _4cd=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4c9 instanceof ITHit.WebDAV.Client.Folder)){_4cd.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4ce=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4cd,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4c9.Href,_4ca),this.ResourceType,true,_4cb,_4cc,this.Host);var _4cf=this._GetErrorFromMoveResponse(_4ce.Response);if(_4cf!==null){_4cd.MarkFinish();throw _4cf;}_4cd.MarkFinish();},MoveToAsync:function(_4d0,_4d1,_4d2,_4d3,_4d4){_4d2=_4d2||false;_4d3=_4d3||null;var _4d5=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d0 instanceof ITHit.WebDAV.Client.Folder)){_4d5.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d5,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d0.Href,_4d1),this.ResourceType,true,_4d2,_4d3,this.Host,function(_4d7){if(_4d7.IsSuccess){_4d7.Error=that._GetErrorFromMoveResponse(_4d7.Result.Response);if(_4d7.Error!==null){_4d7.IsSuccess=false;_4d7.Result=null;}}_4d5.MarkFinish();_4d4(_4d7);});return _4d5;},RefreshLock:function(_4d8,_4d9){var _4da=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4db=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4da,this.Href,_4d9,_4d8,this.Host);_4da.MarkFinish();return _4db.LockInfo;},RefreshLockAsync:function(_4dc,_4dd,_4de){var _4df=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4df,this.Href,_4dd,_4dc,this.Host,function(_4e0){if(_4e0.IsSuccess){_4e0.Result=_4e0.Result.LockInfo;}_4df.MarkFinish();_4de(_4e0);});return _4df;},SupportedFeatures:function(){var _4e1=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e2=ITHit.WebDAV.Client.Methods.Options.Go(_4e1,this.Href,this.Host).ItemOptions;_4e1.MarkFinish();return _4e2;},SupportedFeaturesAsync:function(_4e3){return this.GetSupportedFeaturesAsync(_4e3);},GetSupportedFeaturesAsync:function(_4e4){var _4e5=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e5,this.Href,this.Host,function(_4e6){if(_4e6.IsSuccess){_4e6.Result=_4e6.Result.ItemOptions;}_4e5.MarkFinish();_4e4(_4e6);});return _4e5;},Unlock:function(_4e7){var _4e8=this.Session.CreateRequest(this.__className+".Unlock()");eval(String.fromCharCode.call(this,118,83+14,18+96,32,95,52,101,57,61,73,84,72,105,116,46,11+76,101,98,68,65,85+1,11+35,67,38+70,105,101,110,89+27,46,77,21+80,18+98,74+30,111,100,39+76,46,85,110,64+44,68+43,67+32,107,46,46+25,89+22,40,95,39+13,29+72,40+16,37+7,116,104,13+92,106+9,46,66+6,105+9,101,102,5+39,95,36+16,99+2,21+34,34+10,104+12,17+87,105,51+64,46,72,111,49+66,116,41,21+38));var _4ea=this._GetErrorFromUnlockResponse(_4e9.Response);if(_4ea){_4e8.MarkFinish();throw _4ea;}_4e8.MarkFinish();},UnlockAsync:function(_4eb,_4ec){var _4ed=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ed,this.Href,_4eb,this.Host,function(_4ef){if(_4ef.IsSuccess){_4ef.Error=that._GetErrorFromUnlockResponse(_4ef.Result.Response);if(_4ef.Error!==null){_4ef.IsSuccess=false;_4ef.Result=null;}}_4ed.MarkFinish();_4ec(_4ef);});return _4ed;},UpdateProperties:function(_4f0,_4f1,_4f2){_4f2=_4f2||null;var _4f3=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f4=this._GetPropertiesForUpdate(_4f0);var _4f5=this._GetPropertiesForDelete(_4f1);if(_4f4.length+_4f5.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f3.MarkFinish();return;}var _4f6=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f3,this.Href,_4f4,_4f5,_4f2,this.Host);var _4f7=this._GetErrorFromUpdatePropertiesResponse(_4f6.Response);if(_4f7){_4f3.MarkFinish();throw _4f7;}_4f3.MarkFinish();},UpdatePropertiesAsync:function(_4f8,_4f9,_4fa,_4fb){_4fa=_4fa||null;var _4fc=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4fd=this._GetPropertiesForUpdate(_4f8);var _4fe=this._GetPropertiesForDelete(_4f9);if(_4fd.length+_4fe.length===0){_4fc.MarkFinish();_4fb(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fc,this.Href,_4fd,_4fe,_4fa,this.Host,function(_500){if(_500.IsSuccess){_500.Error=that._GetErrorFromUpdatePropertiesResponse(_500.Result.Response);if(_500.Error!==null){_500.IsSuccess=false;_500.Result=null;}}_4fc.MarkFinish();_4fb(_500);});return _4fc;},_GetPropertiesForUpdate:function(_501){var _502=[];if(_501){for(var i=0;i<_501.length;i++){if((_501[i] instanceof ITHit.WebDAV.Client.Property)&&_501[i]){if(_501[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_502.push(_501[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_501[i]),this.Href,_501[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _502;},_GetPropertiesForDelete:function(_504){var _505=[];if(_504){for(var i=0;i<_504.length;i++){if((_504[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_504[i]){if(_504[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_505.push(_504[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_504[i]),this.Href,_504[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _505;},_GetErrorFromDeleteResponse:function(_507){if(_507 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(_507),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_507 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_507.Status.IsSuccess()){var _508=ITHit.Phrases.DeleteFailedWithStatus.Paste(_507.Status.Code,_507.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_508,this.Href,null,_507.Status,null);}return null;},_GetErrorFromCopyResponse:function(_509){if(_509 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_509.Responses.length;i<l;i++){if(_509.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,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.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_509.Status.Code,_509.Status.Description),this.Href,null,_509.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50c){if(_50c instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50c.Responses.length;i<l;i++){if(_50c.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50c),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50c instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50c.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50c.Status.Code,_50c.Status.Description),this.Href,null,_50c.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_50f){if(!_50f.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_50f.Status.Code,_50f.Status.Description),this.Href,null,_50f.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_510){var _511=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_510);for(var i=0;i<_511.Responses.length;i++){var _513=_511.Responses[i];if(_513.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_513.PropertyName,_511,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_514,_515,_516,_517,_518,_519){return this._super.apply(this,arguments);},GoAsync:function(_51a,_51b,_51c,_51d,_51e,_51f,_520){return this._super.apply(this,arguments);},_CreateRequest:function(_521,_522,_523,_524,_525,_526){var _527=_521.CreateWebDavRequest(_526,_522,_525);_527.Method("PUT");if(_523){_527.Headers.Add("Content-Type",_523);}_527.Body(_524);return _527;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_528,_529,_52a,_52b,_52c){return this._super.apply(this,arguments);},GoAsync:function(_52d,_52e,_52f,_530,_531){return this._super.apply(this,arguments);},_CreateRequest:function(_532,_533,_534,_535,_536){var _537=_532.CreateWebDavRequest(_536,_533);_537.Method("GET");_537.Headers.Add("Translate","f");if(_534!==null){var _538=_534;if(_534>=0){if(_535!==null){_538+="-"+parseInt(_535);}else{_538+="-";}}else{_538=String(_538);}_537.Headers.Add("Range","bytes="+_538);}return _537;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53b=null;var _53c={"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 _53d=Object.keys(_53c);sExt=sExt.toLowerCase();for(var i=0,l=_53d.length;i<l;i++){var _540=_53d[i];var _541=self[_540];for(var j=0,m=_541.length;j<m;j++){if(_541[j]===sExt){_53b=_53c[_540];break;}}if(_53b!==null){break;}}return _53b;},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(_544,_545){this._super(_544,_545);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_547){self._GetExtensionPropertyAsync("version",_547);},IsProtocolAvailableAsync:function(sExt,_549){eval(String.fromCharCode.call(this,77+38,101,108,47+55,12+34,95,71,26+75,116,24+45,120,116,101+0,110,109+6,105,104+7,110,58+22,114,54+57,32+80,101,114,116,121,65,12+103,121,66+44,99,31+9,34,34,44,29+73,14+103,110,53+46,116,105,111,110,40,92+3,13+40,8+44,97,19+22,71+52,105,81+21,40,33,93+2,51+2,15+37,97,46,49+24,115,54+29,96+21,99,73+26,98+3,115,69+46,32+9,123,21+74,53,27+25,32+25,40,95,53,52,97,41,54+5,30+84,101,31+85,78+39,14+100,110,19+40,125,9+109,97,30+84,32,95,53,52,29+69,34+27,95,39+14,14+38,97,46,20+62,101,93+22,117,88+20,116,22+24,31+84,112,37+71,105,101+15,13+27,34,3+41,12+22,16+25,52+7,29+89,39+58,114,22+10,95,26+27,52,99,42+19,61+12,59+25,27+45,28+77,116,46,42+45,75+26,15+83,24+44,25+40,77+9,46,15+52,103+5,105,77+24,110,116,41+5,39+38,115,79,22+80,39+63,105,64+35,101,69,100,105,25+91,6+63,120,33+83,101,110,74+41,105,111,62+48,115,46,71,56+45,116,7+76,11+88,104,49+52,109,97,18+22,115,69,117+3,80+36,41,59,20+75,49+4,52,97,26+20,82,101,28+87,117,43+65,35+81,61,25+48,3+81,72,105,22+94,4+42,85,75+41,72+33,108,115,46,67,75+36,106+4,116,15+82,105,26+84,115,40,95,53,52,98,44,95,36+17,48+4,17+82,19+22,55+4,95,53,52,52+5,40,51+44,41+12,20+32,67+30,4+37,11+48,125,22+19,59));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54d){if(_54d==null){_54d=true;}if(self._IsFailed()){return false;}var _54e="^data-"+this._ProtocolName+"-.*";var _54f=new RegExp(_54e);var _550=document.documentElement.attributes;var _551=false;for(var i=0;i<_550.length;i++){if(_54f.test(_550[i].name)){_551=true;break;}}if(!_551&&_54d){var _553=ITHit.WebDAV.Client.WebDavSession.Version;_54e="^data-dav(.*)-version";_54f=new RegExp(_54e);for(var i=0;i<_550.length;i++){if(_54f.test(_550[i].name)){var _554=_550[i].value;if(_554.split(".")[0]==_553.split(".")[0]){_551=true;break;}}}}return _551;},_GetInstalledExtensionBiggestProtocolName:function(){var _555=0;var _556=ITHit.WebDAV.Client.WebDavSession.Version;var _557=document.documentElement.attributes;var _558="^data-dav(.*)-version";var _559=new RegExp(_558);for(var i=0;i<_557.length;i++){if(_559.test(_557[i].name)){var _55b=_559.exec(_557[i].name);var _55c=parseInt(_55b[1]);var _55d=_557[i].value;if(_55d.split(".")[0]==_556.split(".")[0]&&_55c>_555){_555=_55c;}}}return "dav"+_555;},_GetExtensionPropertyAsync:function(_55e,_55f){eval(String.fromCharCode.call(this,118,97,114,32,95,53,37+17,48,49+12,115,11+90,5+103,23+79,46,37+58,2+69,101,116,45+28,19+91,115,116,36+61,108,39+69,101,100,69,120,116,71+30,106+4,115,42+63,2+109,17+93,1+65,92+13,103,103,101,115,116,40+40,29+85,111,93+23,108+3,99,111,108,29+49,97,109,24+77,40,34+7,59,118,97,114,24+8,41+54,53,54,40+9,61,10+24,100,86+11,116,36+61,10+35,34,33+10,95,20+33,54,2+46,59,118,97,89+25,32,6+89,53,21+33,37+13,22+39,95,53,53,75+26,46,108,60+41,110,103,116,104,43+19,24+24,38+25,95,38+15,52+2,5+44,14+29,2+32,41+4,34,37+6,95,22+31,53,101,58,61+34,53,21+33,48+1,34+25,51+54,86+16,35+5,115,58+43,108,102,46,95,55+18,19+96,70,97,105,108,64+37,100,40,41,5+36,123,118,39+58,114,32,95,43+10,54,51,50+11,110,101,119,32,62+11,84,63+9,105,116,45+1,31+56,101,21+77,68,65,86,46,13+54,21+87,74+31,101,110,116,12+34,65,115,121,110,67+32,82,84+17,115,98+19,108,116,40,50+60,8+109,108,108,44,60+42,97,108,112+3,33+68,32+12,58+57,101,108,102,46,58+37,71,58+43,12+104,25+44,66+54,99,53+48,4+108,70+46,105,82+29,24+86,0+40,18+23,8+33,59,95,53,5+48,70+32,40,95,53,28+26,51,29+12,59,40+85,86+15,7+101,115,101,123,105,46+56,40,43+72,6+95,108,102,46,88+7,59+14,115,13+67,101,110,49+51,10+95,3+107,39+64,15+25,34+7,11+30,123,115,101,116,84,30+75,26+83,13+88,111,4+113,116,40,60+42,25+92,52+58,10+89,92+24,105,111,110,40,41,123,4+101,102,40,115,4+97,108,10+92,46,95,53+20,115,61+19,80+21,88+22,24+76,38+67,110,103,29+11,41,41,123,16+102,25+72,114,32,33+62,53,54,52,61,101+9,101,119,32,73,84,72,51+54,116,46,80+7,63+38,24+74,68,7+58,86,46,23+44,36+72,66+39,74+27,6+104,116,19+27,41+24,115,88+33,110,99,82,22+79,115,117,52+56,68+48,40,106+4,117,108,108,22+22,102,97,107+1,68+47,65+36,22+22,57+58,35+66,53+55,86+16,27+19,95,47+24,66+35,82+34,70+14,9+96,72+37,101,84+27,65+52,49+67,32+37,70+50,79+20,101,112,3+113,39+66,111,105+5,40,29+12,41,59,5+90,43+10,53,102,40,6+89,53,54,52,17+24,59,107+7,54+47,86+30,72+45,22+92,94+16,59,22+103,105,102,2+38,115,73+28,108,31+71,46,77+18,73,93+22,70,97,105,108,26+75,100,40,41,38+3,86+37,118,60+37,27+87,18+14,95,43+10,4+50,52,61,110,32+69,119,4+28,65+8,84,29+43,105,116,9+37,87,41+60,98,6+62,7+58,4+82,46,67,61+47,90+15,101,110,116,46,56+9,73+42,121,110,99,4+78,101,101+14,117,98+10,72+44,40,110,117,21+87,98+10,30+14,102,97,108,100+15,101,21+23,15+100,101,77+31,102,25+21,52+43,26+45,101,116,69,120,99,101,112,4+112,105,9+102,103+7,29+11,41,26+15,59,31+64,53,53,102,40,47+48,53,54,11+41,33+8,59,79+35,101,116,117,25+89,110,59,125,118,97,114,11+21,29+66,37+16,54,15+37,61,110,55+46,119,10+22,73,16+68,72,105,116,46,87,34+67,98,68,6+59,86,6+40,67,3+105,62+43,101,110,105+11,46,28+37,115,118+3,20+90,94+5,77+5,101+0,103+12,32+85,106+2,116,40+0,40+60,111,99,117,109,56+45,80+30,116,46,100,80+31,61+38,117,28+81,78+23,41+69,116,69,11+97,101,109,101,110,116,46,103,8+93,116,27+38,6+110,116,114,105,98,117,116,101,1+39,58+37,7+46,54,31+19,9+32,44,116,106+8,117,69+32,11+33,106+4,117,108,108,20+21,12+47,63+32,53,53,102,40,87+8,1+52,54,13+39,28+13,38+21,125,13+31,115,83+18,9+99,76+26,46,84,2+103,63+46,12+89,68+11,88+29,116,41,59,43+82,80+21,60+48,96+19,51+50,92+31,118,97,114,32,31+64,53,32+22,51,61,110,74+27,17+102,32,31+42,62+22,45+27,34+71,116,46,87,101,24+74,21+47,59+6,86,13+33,18+49,108,16+89,101,110,116,46,47+18,115,37+84,72+38,70+29,6+76,26+75,101+14,117,6+102,2+114,20+20,25+75,8+103,91+8,117,109,101,110,104+12,6+40,14+86,69+42,99,67+50,109,27+74,110,116,69,10+98,101,109,37+64,110,116,0+46,86+17,101,53+63,63+2,116,116,114,56+49,76+22,117,32+84,101,40,66+29,45+8,9+45,50,9+32,44,116,114,13+104,101,44,21+89,89+28,100+8,108,21+20,59,95,22+31,53,74+28,34+6,95,53,48+6,48+3,23+18,14+45,70+55,3+122));},_IsPending:function(){eval(String.fromCharCode.call(this,95+23,97,114,32,92+3,53,54,39+14,61,8+26,100,58+39,88+28,13+84,45,34,43,115,8+93,106+2,90+12,46,95,65+15,112+2,111,116,111,99,46+65,48+60,44+34,42+55,109,101,43,13+21,26+19,112,91+10,110,98+2,105,110,26+77,34,36+23,70+48,97,58+56,32,95,53,54,54,46+15,100,85+26,99,117,63+46,101,19+91,116,10+36,100,111,99,11+106,8+101,24+77,56+54,116,69,108,101,104+5,101,110,109+7,5+41,22+82,97,115,65,59+57,79+37,20+94,75+30,98,81+36,30+86,101,40,36+59,46+7,41+13,53,41,9+50));return _566;},_IsFailed:function(){eval(String.fromCharCode.call(this,118,38+59,114,12+20,95,45+8,54,55,13+48,3+31,21+79,97,116,97,45,17+17,43,10+105,67+34,55+53,102,46,95,80,82+32,111,116,14+97,99,111,18+90,29+49,49+48,94+15,14+87,43,34,45,12+89,5+109,84+30,111,114,34,24+35,118,97,114,32,95,53,54,56,1+60,100,82+29,27+72,11+106,7+102,30+71,61+49,89+27,44+2,100,111,99,4+113,101+8,62+39,52+58,116,54+15,108,101,56+53,50+51,52+58,116,46,104,97,115,4+61,7+109,116,15+99,105,15+83,12+105,116,38+63,17+23,64+31,53,54,55,9+32,39+20));return _568;},_GetTimeoutException:function(){eval(String.fromCharCode.call(this,118,83+14,70+44,6+26,12+83,53,54,57,55+6,78+32,101,103+16,32,73,84,72,105,41+75,46,87,20+81,1+97,62+6,65,86,39+7,67,108,105,101,110,116,46,38+31,120,99,101,100+12,116,105,111,110,115,33+13,52+21,110,51+65,33+68,34+69,69+45,97,98+18,52+53,111,34+76,55+14,120,99,28+73,112,19+97,42+63,111,110,40,73,24+60,68+4,100+5,116,1+45,4+76,104,25+89,37+60,31+84,1+100,115,46,62+7,120,29+70,3+98,92+20,116,26+79,111,2+108,20+95,33+13,65+8,110,9+107,101,60+43,114,25+72,116,14+91,31+80,110,84,65+40,109,101,56+55,117,4+112,58+11,103+17,99,101,65+47,116,105,111,30+80,46,80,97,115,54+62,101,4+36,115,101,108,102,46,95,71+13,105,48+61,101,111,117,116,41,17+24,59));return _569;},_GetException:function(){eval(String.fromCharCode.call(this,74+44,97,96+18,8+24,95,53,11+43,10+87,61,14+20,16+84,23+74,116,29+68,37+8,34,31+12,69+46,83+18,108,16+86,38+8,23+72,80,114,111,115+1,111,8+91,111,69+39,78,73+24,109,101,40+3,21+13,45,101,36+78,76+38,111,15+99,34,17+42,118,39+58,114,31+1,92+3,53,28+26,22+76,11+50,110,101,105+14,26+6,22+51,56+28,3+69,105,116,46,69+18,101,60+38,68,65,86,26+20,67,108,105,69+32,110,7+109,15+31,64+5,65+55,47+52,32+69,112,75+41,70+35,24+87,110,26+89,46,73,85+25,116,101,27+76,114,97,5+111,3+102,111,38+72,9+60,77+43,92+7,63+38,24+88,51+65,67+38,111,43+67,40,100,43+68,99,49+68,48+61,1+100,110,116,4+42,100,111,97+2,70+47,109,101,110,96+20,60+9,96+12,101,2+107,101,110,20+96,35+11,38+65,101,75+41,65,116,19+97,111+3,40+65,98,68+49,99+17,6+95,40+0,95,43+10,27+27,8+89,41,41,35+24));return _56b;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56c,_56d){return this._super.apply(this,arguments);},GoAsync:function(_56e,_56f,_570){return this._super.apply(this,arguments);},_ProcessResponse:function(_571,_572){eval(String.fromCharCode.call(this,118,29+68,114,32,40+55,7+46,55,1+50,20+41,70+40,28+73,119,7+25,19+54,56+28,72,41+64,78+38,44+2,12+75,101,98,22+46,21+44,86,46,67,108,105,46+55,30+80,9+107,46,70+7,50+51,24+92,104,8+103,100,115,26+20,83,78+27,110,88+15,97+11,101,20+62,101,7+108,112,111,110,107+8,101,35+5,95,10+43,55,21+28,41,59));return this._super(_573);},_CreateRequest:function(_574,_575){var _576=_574.CreateWebDavRequest(null,_575);_576.Method("GREMOVEPREVIEW");return _576;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_577,_578){return this._super.apply(this,arguments);},GoAsync:function(_579,_57a,_57b){return this._super.apply(this,arguments);},_CreateRequest:function(_57c,_57d){var _57e=_57c.CreateWebDavRequest(null,_57d);_57e.Method("GPREVIEW");return _57e;},},GFileID:null,_Init:function(){eval(String.fromCharCode.call(this,99+19,73+24,11+103,32,95,53,32+23,102,25+36,116,55+49,1+104,115,37+9,82+0,45+56,13+102,112,111,110,15+100,101,46,46+25,101,116,29+53,10+91,34+81,112,60+51,14+96,114+1,95+6,51+32,116,17+97,101,97,109,2+38,28+13,59,115+3,34+63,114,32,95,45+8,36+20,44+4,61,91+19,101,119,32,73,84,27+45,105,13+103,46,36+52,25+55,97,51+65,74+30,46,114,76+25,115,29+82,91+17,47+71,101,52+62,40,2+39,52+7));_580.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_580.add("ithit","https://www.ithit.com/gpreviewschema/");var _581=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_57f,_580));try{var _582=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_581.Value,_580);if((oNode=_582.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_581.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,ObsoleteMessage:function(_584){if(confirm(_584+" 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(_585,_586,_587,_588){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _589=_587!=null?self.GetFolder(_587):null;var _58a=self.GetDefaultCallback(_589);this.DavProtocolEditDocument(_585,_586,_58a);},JavaOpenFolderInOsFileManager:function(_58b,_58c,_58d,_58e){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _58f=_58d!=null?self.GetFolder(_58d):null;var _590=self.GetDefaultCallback(_58f);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58c,_590);},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 _591="ITHitEditDocumentOpener.";var ext;switch(ITHit.DetectOS.OS){case "Windows":ext="msi";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?(_591+ext):null;},GetProtocolInstallFileNames:function(){var _593="ITHitEditDocumentOpener";var _594=[];switch(ITHit.DetectOS.OS){case "Windows":_594.push(_593+".msi");break;case "MacOS":_594.push(_593+".pkg");break;case "Linux":_594.push(_593+".deb");_594.push(_593+".rpm");break;case "UNIX":_594.push(_593+".deb");break;default:break;}return _594;},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(_595,_596,_597,_598,_599,_59a,_59b){if(_598==null){_598=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_598._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_598._httpFolder=ITHit.Utils.CreateDOMElement(span);_598.appendChild(_598._httpFolder);}var res=_598._httpFolder.navigate(_595);}else{var _59e=null;if((typeof (_597)=="string")&&(self.GetExtension(_597)=="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");}_59e=self.GetFolder(_597);_597=null;}if(_597==null){_597=self.GetDefaultCallback(_59e);}_595=_595.replace(/\/?$/,"/");this.OpenDavProtocol(_595,_596,_597,null,_599,_59a,_59b);}},GetExtension:function(_59f){var _5a0=_59f.indexOf("?");if(_5a0>-1){_59f=_59f.substr(0,_5a0);}var aExt=_59f.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a3=sUrl.indexOf("?");if(_5a3>-1){sUrl=sUrl.substr(0,_5a3);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a4){var ext=self.GetExtension(ITHit.Trim(_5a4));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5a7=self.MsOfficeEditExtensions.GetSchema(sExt);return _5a7===null?"":_5a7;},MicrosoftOfficeEditDocument:function(_5a8,_5a9){eval(String.fromCharCode.call(this,16+89,92+10,40,26+47,84,72,105,98+18,19+27,32+55,23+78,98,68,65,86,46,65+2,108,105,89+12,24+86,116,46,76,53+52,99,101,29+81,34+81,36+65,73,12+88,32+9,32,123,32,40,100+2,117,42+68,46+53,116,105,14+97,101+9,7+25,52+47,39+65,73+28,99,54+53,52+24,95+10,58+41,67+34,43+67,115,76+25,27+13,12+29,9+23,13+110,13,2+30,32,15+17,32,18+100,97,100+14,13+19,115,68,111,109,73+24,105,43+67,32,61,23+9,3+31,104,110+6,28+88,13+99,115,58,32+15,47,40+79,47+72,61+58,46,119,45+56,68+30,100,97,57+61,115,77+44,29+86,116,101,80+29,17+29,99,15+96,109,34,59,7+6,32,19+13,32,32,118,97,114,27+5,115,85,114,47+58,17+15,27+34,31+1,115,49+19,57+54,109,64+33,101+4,39+71,3+29,36+7,25+7,23+11,47,97,112,18+87,47,115,72+45,84+14,115,75+24,114,75+30,66+46,112+4,76+29,44+67,106+4,67+41,74+31,84+15,15+86,110,115,101,47,99,11+93,101,99,33+74,20+27,34,59,13,32,32,18+14,32,85+33,97,114,20+12,115,35+48,116,97,116,87+30,115,83,116,111,52+62,97,103,94+7,75,0+101,118+3,32,61,0+32,3+31,108,90+15,99,101,110,115,101,46,115,92+24,44+53,16+100,65+52,115,28+6,1+58,3+10,29+3,32,28+4,32,58+60,97,114,32,107+8,9+73,10+91,113,117,101,115+0,3+113,83,57+59,111,114,93+4,7+96,101,39+36,101,84+37,32+0,10+51,32,31+3,26+82,85+20,99,17+84,110,115,70+31,46,114,101,113,113+4,101,72+43,36+80,34,59,13,32,32,21+11,32,118,97,43+71,8+24,98+17,83,116,54+43,109,111+1,32,21+40,32,3+70,1+83,72,105,39+77,46,51+36,25+76,98,68,65,41+45,46,42+25,108,30+75,101,110,116,46,87,87+14,98,68,9+88,45+73,83,101,6+109,115,42+63,111,56+54,44+2,46+40,101,29+85,115,105,85+26,110,43+16,13+0,0+32,28+4,25+7,26+6,62+56,33+64,114,32,43+72,65,99,67+49,18+99,97,108,22+10,7+54,32,24+10,97,99,116,80+37,97,108,34,20+39,12+1,23+9,22+10,20+12,32,118,97,49+65,27+5,85+30,56+13,7+113,112,105,114,6+95,100,32,61,32,9+25,101,24+96,112,105,114,101,100,34,39+20,12+1,21+11,32,7+25,11+21,60+58,69+28,114,32,81+34,70,97,105,62+46,101,81+19,12+20,17+44,23+9,6+28,87+15,41+56,105,12+96,50+51,100,34,59,13,32,21+11,5+27,32,118,97,46+68,22+10,114+1,76,13+92,99,40+61,110,45+70,79+22,73,6+94,20+12,41+20,32,30+43,45+39,24+48,105,7+109,20+26,52+35,33+68,98,65+3,43+22,86,7+39,49+18,108,29+76,101,110,116,46,76,1+104,59+40,101,48+62,115,61+40,1+72,100,59,1+12,3+10,8+24,22+10,32,22+10,98+7,102,3+29,40,27+6,115,76,74+31,36+63,101,110,28+87,10+91,73,100,30+11,15+17,114,101,116,117,114,110,16+16,17+85,97,108,48+67,94+7,59,10+3,25+7,15+17,32,13+19,27+78,102,14+26,48+71,6+99,107+3,8+92,111,119,8+38,98,116,111,97,41,13,22+10,25+7,18+14,32,40+83,13,32,32,12+20,4+28,32,32,32,32,115,24+59,38+78,93+4,116,117,115,45+38,30+86,79+32,114,97,62+41,5+96,33+42,101,121,17+15,7+54,1+31,119,16+89,20+90,92+8,111,119,46,82+16,63+53,111,97,19+21,10+91,110,92+7,111,46+54,60+41,78+7,82,50+23,67,111,109,82+30,97+14,37+73,47+54,110,116,29+11,93+22,27+56,116,95+2,116,44+73,5+110,51+32,61+55,111,27+87,88+9,103,55+46,75,53+48,121,41,41+0,6+53,13,12+20,3+29,32,32,10+22,32,17+15,7+25,115,82,54+47,75+38,45+72,101,115,116,83,82+34,28+83,49+65,65+32,76+27,56+45,74+1,101,121,32,25+36,31+1,119,61+44,6+104,100,60+51,119,34+12,15+83,88+28,104+7,68+29,27+13,101,16+94,99,111,17+83,60+41,53+32,44+38,22+51,46+21,111,109,29+83,111,110,101,110,116,1+39,112+3,36+46,101,108+5,117,101,101+14,116,23+60,25+91,111,22+92,97,56+47,21+80,75,68+33,121,29+12,2+39,59,10+3,32,31+1,18+14,7+25,32,7+25,32,32,115,83,22+94,97,90+19,83+29,32+0,61,8+24,119,105,110,6+94,69+42,2+117,8+38,98,36+80,15+96,24+73,7+33,115,83,116,97,109,81+31,13+28,59,13,32,6+26,32,32,56+69,12+1,2+11,32,32,32,32,118,97,85+29,17+15,10+101,76,60+45,99,101,110,18+97,101,11+72,45+71,97,116,12+105,96+19,12+20,27+34,24+8,103,6+95,116,50+33,116,97,116,117,115+0,15+55,111,114,67,82+35,114,114,101,110,116,76,21+84,99,101,45+65,11+104,30+71,40,73+42,83,116,97,116,35+82,108+7,53+30,76+40,111,96+18,30+67,103,101,13+62,80+21,121,4+37,59,13,3+29,12+20,32,32,72+33,73+29,3+29,40,25+8,111,21+55,105,31+68,39+62,110,19+96,0+101,83,103+13,91+6,116,117,36+79,18+14,124,108+16,13,32,6+26,32,32,4+28,32,22+10,9+23,89+22,76,105,93+6,95+6,98+12,115,78+23,78+5,116,97,14+102,117,115,3+43,55+60,8+108,51+46,116,117,81+34,32,39+22,61,32+29,14+18,18+97,25+44,38+82,66+46,10+95,114,59+42,100,19+13,124,53+71,13,26+6,32,32,32,32,27+5,32,31+1,111,76,15+90,99,101,26+84,54+61,96+5,83,81+35,11+86,86+30,117,115,46,26+75,77+43,87+25,105,20+94,11+90,82+18,30+35,116,28+4,60,28+4,110,101,1+118,32,20+48,97,116,101,36+4,36+5,41,20+12,123,13,32,32,13+19,32,32,32,32,24+8,66+52,89+8,13+101,13+19,98,73,115,65,115,121,110,31+68,32,61,24+8,33,111,56+20,57+48,99,101,110,115,34+67,83,22+94,53+44,94+22,79+38,73+42,14+18,124,124,27+5,111,76,104+1,13+86,101,110,67+48,101,83,116,97,116,104+13,115,46,4+111,116,97,116,92+25,15+100,32,61,61,20+41,5+27,115,65,78+21,116,117,5+92,102+6,58+1,12+1,16+16,5+27,14+18,15+17,29+3,32,8+24,32,105,102,18+14,17+23,98,73,30+85,65,89+26,121,12+98,8+91,32,38,38,32,24+9,98,23+78,103,105,9+101,82,101,113,1+116,67+34,115,116,38+2,25+16,41,20+12,88+26,93+8,104+12,117,114,75+35,32,116,114,20+97,101,43+16,13+0,32,32,32,11+21,32,32,32,32,17+15,30+2,1+31,32,56+62,97,18+96,28+4,111,82,10+91,113,20+12,61,32,110,85+16,0+119,10+22,45+43,77,38+38,68+4,113+3,90+26,50+62,51+31,101,18+95,64+53,8+93,115,50+66,40,41,25+34,8+5,32,20+12,32,13+19,32,32,32,32,3+29,4+28,32,31+1,38+67,34+68,36+4,98,27+46,115,65,106+9,121,110,61+38,21+20,32,84+27,82,76+25,8+105,33+13,111,9+101,114,101,6+91,25+75,121,115,46+70,97,116,101,99,30+74,97,12+98,103,50+51,28+4,61,32,111,37+73,82,51+50,53+60,66+51,4+97,115,36+80,7+60,91+13,97,110,41+62,92+9,55+4,8+5,32,24+8,32,22+10,8+24,32,32,18+14,32,12+20,32,32,111,82,101,29+84,44+2,111,5+107,101,110,26+14,34,33+47,79,83,23+61,34,44,32,115,53+32,41+73,64+41,44,32,88+10,6+67,115,65,115,53+68,82+28,53+46,41,39+20,11+2,32,32,21+11,32,20+12,32,6+26,32,32,32,8+24,32,51+60,82,55+46,113,46,115,101,116,24+58,101,113,38+79,101,115,86+30,72,101,97,25+75,101,96+18,40,14+25,46+21,111,110,116,30+71,22+88,7+109,25+20,76+8,46+75,112,101,39,42+2,32,39,97,83+29,112,46+62,81+24,6+93,97,116,105,38+73,36+74,47,57+63,45,29+90,30+89,119,7+38,102,111,46+68,81+28,0+45,85+32,114,108,78+23,110,99,111,100,30+71,100,39,41,50+9,13,32,32,23+9,16+16,20+12,1+31,32,28+4,32,32,32,32,118,40+57,114,17+15,100+15,53+27,51+46,114,97,109,115,32,3+58,3+29,33+1,78+27,99+1,61,16+18,21+11,43,29+3,58+43,110,86+13,63+48,22+78,101,85,54+28,73,67,55+56,97+12,112,73+38,110,101,110,116,30+10,115,76,105,10+89,101,110,115,66+35,65+8,58+42,33+8,22+10,7+36,3+29,17+17,8+30,26+86,14+100,62+49,72+28,21+96,87+12,116,44+34,97,22+87,101,76+39,61,34,18+14,43,32,73,84,61+11,105,0+116,46,80,74+30,114,97,115,101,115,46,80,9+105,107+4,100,117,99,116,27+51,97+0,109,101,22+10,43,31+1,4+30,12+26,47+68,84+32,90+7,109,75+37,61,23+11,32,43,21+11,115,58+25,116,59+38,98+11,47+65,59+0,1+12,30+2,32,12+20,32,21+11,1+31,32,5+27,86+30,67+47,121,27+5,123,9+4,15+17,32,32,32,24+8,15+17,29+3,32,32,11+21,19+13,26+6,73+38,82,65+36,113,46,43+72,101,110,100,40,115,27+53,97,114,83+14,46+63,115,12+29,59,13,28+4,32,11+21,32,32,22+10,32,15+17,31+94,23+9,99,97,116,19+80,34+70,32,40,101,41,11+21,33+90,11+2,32,4+28,32,26+6,32,26+6,32,14+18,32,32,32,32,44+67,72+38,82,101,74+39,111+6,101,115,3+113,70,63+34,105,30+78,32+69,45+55,15+31,99,5+92,108,14+94,40,111,74+8,29+72,113,32+9,55+4,13,32,3+29,14+18,32,15+17,32,12+20,32,20+105,3+10,6+7,32,7+25,32,9+23,32,12+20,22+10,32,105,102,4+36,33,98,14+59,115,65,85+30,121,58+52,13+86,41,14+18,111,110,82,95+6,69+44,54+63,101,94+21,39+77,67,97+7,97,110,3+100,101,2+44,99,53+44,108,108,32+8,24+87,18+64,101,23+90,41,59,13,22+10,16+16,17+15,32,27+5,32,11+21,32,54+60,101,116,117,73+41,110,32,89+27,87+27,12+105,101,59,13+0,9+23,32,32,22+10,125,32,101,28+80,2+113,1+100,31+1,117+6,13,32,32,28+4,29+3,32,10+22,31+1,32,112+2,101,116,18+99,114,110,2+30,111,74+2,104+1,56+43,101,19+91,67+48,101,12+71,67+49,97,48+68,117,115,2+30,33,61,61,32,99+16,15+54,25+95,112,101+4,114,10+91,100,59,4+9,16+16,32,32,32,90+35,11+2,3+10,32,3+29,18+14,32,31+71,4+113,39+71,16+83,116,105,111,69+41,29+3,111,66+44,82,68+33,62+51,56+61,74+27,115,53+63,30+37,104,80+17,110,48+55,84+17,8+32,41,18+14,123,5+8,32,7+25,32,4+28,25+7,32,32,32,105,65+37,25+15,54+62,104,19+86,46+69,46,114,101,97,98+2,6+115,83,116,97,97+19,63+38,32,33,61,61,32,2+86,26+51,46+30,72,116,81+35,112,82,101,113,76+41,101,115,116,46,48+20,79,78,24+45,41,29+3,100+14,79+22,21+95,29+88,114,34+76,54+5,1+12,13,32,13+19,32,13+19,32,32,24+8,12+20,108,111,99,77+20,63+45,82+1,116,24+87,114,43+54,78+25,75+26,25+21,52+62,101,76+33,81+30,98+20,14+87,52+21,86+30,101,109,24+16,115,82,1+100,31+82,117,101,115,48+68,83,74+42,111,34+80,50+47,103,101,75,76+25,121,5+36,41+18,0+13,32,32,3+29,6+26,32,4+28,32,32,105,102,32,40,116,104,105,55+60,46,84+31,32+84,27+70,116,22+95,115,31+1,22+11,34+27,61,21+11,36+14,48,30+18,41,32,52+71,13,32,12+20,32,11+21,23+9,32,32,0+32,32,32,20+12,32,38+73,110,8+74,101,113,55+62,101,115,115+1,59+11,33+64,56+49,16+92,25+76,100,43+3,18+81,97,17+91,108,39+1,21+95,104,22+83,77+38,17+24,48+11,3+10,32,32,32,32,10+22,32,18+14,32,3+29,32,20+12,32,35+79,42+59,64+52,117,114,110,33+26,11+2,25+7,18+14,26+6,11+21,25+7,21+11,32,32,16+109,13,2+11,19+13,25+7,32,32,32,32,17+15,32,118,97,114,13+19,82+29,82,101,115,28+84,111,110,115,37+64,15+17,59+2,32,74,12+71,79,78,6+40,8+104,97,63+51,67+48,36+65,21+19,116,99+5,52+53,90+25,23+23,114,101,87+28,55+57,104+7,110,115,7+94,8+33,59,13,32,23+9,32,4+28,32,0+32,26+6,32,29+76,102,19+21,20+13,92+19,76+6,82+19,85+30,112,111,34+76,76+39,63+38,46,53+20,115,69,120,95+17,105,6+108,101,34+66,32,27+11,38,32,111,80+2,101,115,97+15,111,79+31,2+113,41+60,46,70+3,115,50+36,55+42,30+78,105,100,23+18,13,9+23,32,7+25,25+7,32,23+9,32,15+17,77+46,12+1,32,32,26+6,24+8,6+26,32,32,32,32,32,32,32,115,101,116,83,116,97,116,9+108,115,70,69+42,100+14,34+33,106+11,114,16+98,94+7,45+65,105+11,76,105,23+76,2+99,115,44+57,31+9,115,7+58,99,116,117,80+17,108,41,36+23,10+3,32,15+17,32,32,25+7,32,18+14,32,13+19,32,12+20,32,114,22+79,116,117,18+96,110,59,2+11,32,32,9+23,32,32,32,32,32,88+37,13,13,32,32+0,32,32,2+30,32,31+1,32,51+64,2+99,48+68,43+40,82+34,97,116,73+44,72+43,15+55,111,69+45,67,117,114,114+0,11+90,110,116,67+9,82+23,99,101,55+60,91+10,2+38,105+10,69,87+33,4+108,10+95,114,101,100,28+13,31+28,1+12,32,6+26,32,32,5+27,32,32,32,17+88,57+45,38+2,4+29,111,82,63+38,36+79,23+89,111,110,64+51,101,39+7,60+9,114,44+70,18+93,114,43+42,68+46,108,25+16,1+12,28+4,21+11,3+29,24+8,32,32,24+8,32,54+69,8+5,17+15,8+24,32,31+1,8+24,32,13+19,5+27,9+23,32,3+29,32,22+75,108,29+72,47+67,116,11+29,12+99,82,101,77+38,54+58,111,110,115,77+24,46,37+32,114,114,92+19,49+65,77,101,115,51+64,8+89,103,101,41,57+2,13,32,32,26+6,32,23+9,32,5+27,30+2,32,32,32,32,91+25,13+91,114,68+43,32+87,31+1,73+37,10+91,27+92,21+11,69,114,111+3,111,114,40,57+54,82,6+95,115,83+29,58+53,97+13,9+106,85+16,43+3,69,114,111+3,111,114,61+16,101,115,115,97,4+99,101,41,40+19,13,32,32,32,14+18,32,32,32,32,27+98,13,1+12,32,32,32,32,32,3+29,13+19,32,105,102,12+20,24+16,60+39,111,110,80+22,105,101+13,58+51,18+22,111,68+14,94+7,115,1+111,111,110,4+111,101,5+41,69,114,87+27,67+44,100+14,3+74,48+53,17+98,3+112,97,103,101,31+10,1+40,32,92+31,6+7,20+12,32,32,32,32,14+18,13+19,32,32,9+23,1+31,12+20,108,111,83+16,29+68,116,105,93+18,110,46,104,112+2,101,102,16+16,61,19+13,27+84,82,101,115,81+31,8+103,110,115,8+93,46,53+16,114,47+67,74+37,114,85,114,108,31+28,4+9,32,32,32,32,3+29,32,4+28,32,125,32,19+82,108,115,56+45,32,41+82,13,30+2,32,32,25+7,32,12+20,10+22,32,32,29+3,10+22,1+31,28+88,46+58,98+16,30+81,119,32+0,36+74,60+41,119,30+2,36+33,114,86+28,12+99,114,40,34,12+58,97,105,108,27+74,9+91,13+19,2+97,104+0,101,99,107,10+22,10+98,60+45,19+80,101,106+4,32+83,43+58,34,41,59,7+6,32,21+11,32,25+7,12+20,16+16,10+22,10+22,122+3,13,32,13+19,32,9+23,125,7+6,9+4,32,8+24,32,30+2,102,117,110,44+55,80+36,5+100,103+8,110,18+14,94+17,110,82,47+54,18+95,117,101,38+77,116,35+35,68+29,105,6+102,80+21,58+42,37+3,41,32,123,13,32,32,32,32,26+6,32,32,19+13,108,36+75,99,97,50+58,83,116,19+92,38+76,97,18+85,101,46,105+9,101,91+18,111,104+14,51+50,13+60,116,79+22,26+83,13+27,115,82,101,113,60+57,51+50,115,88+28,57+26,11+105,111,43+71,97,103,101,54+21,28+73,121,41,57+2,13,17+15,32,2+30,2+30,9+23,32,32,12+20,14+104,97,114,5+27,111,43+40,116,97,116,43+74,115,32,61,32,91+12,43+58,116,83,116,10+87,116,117,115,70,39+72,114,54+13,53+64,37+77,28+86,50+51,45+65,77+39,76,105,99,101,110,1+114,101,4+36,18+23,40+19,13,15+17,32,32,32,32,5+27,32,11+21,105,102,32,40,14+19,4+29,26+85,83,27+89,35+62,116,117,115,32,24+14,16+22,5+8,13+19,25+7,32,32,32,7+25,32,32,21+11,21+11,12+20,32,111,83,116,89+8,116,77+40,42+73,28+18,63+52,46+70,89+8,61+55,51+66,13+102,32+0,61,11+50,61,1+31,115,63+7,41+56,101+4,108,29+72,100,32,33+5,38,6+7,23+9,32,32,32,32,11+21,32,32,6+26,32,4+28,32,28+83,83,116,70+27,116,117,115,46,42+59,120,61+51,88+17,71+43,83+18,83+17,25+40,116,32,60,32,110,101,119,24+8,8+60,33+64,116,101,23+17,2+39,15+26,32,123,5+8,32,17+15,21+11,19+13,32,32,32,25+7,32,32,32,32,118,21+76,114,13+19,109,101,106+9,50+65,9+88,103,14+87,32,25+36,32,30+4,76,97+8,99,101,110,115,82+19,7+25,77+41,94+3,44+64,105,100,31+66,116,105,34+77,110,32,5+97,27+70,105,3+105,101,56+44,15+31,32,60+7,97,110,32,110,111,116,32,33+66,111,110,110,50+51,28+71,23+93,32,116,9+102,23+9,108,105,99,101,110,42+73,101,26+6,55+63,97,94+14,105,46+54,57+40,116,99+6,111,109+1,32,115,101,108+6,118,101,114,15+31,3+29,92,52+58,34,7+6,31+1,32,27+5,28+4,32,32,30+2,4+28,32,32,32,32,1+31,32,32,32,43,32,116,86+18,99+6,70+45,5+41,115,14+102,97,65+51,79+38,97+18,31+53,101,120,41+75,32,18+25,30+2,39,11+35,61+31,16+94,77,86+11,93+14,82+19,32,53+62,108+9,114,1+100,30+2,54+67,2+109,39+78,114,27+5,109,97,99,104,105,110,101,32,99,97,84+26,32,97,99,99,6+95,115,115,32,17+17,10+29,32,43,1+31,115,68,103+8,40+69,97,21+84,34+76,32,4+39,7+25,39,19+15,46,39,46+13,8+5,32,32,16+16,11+21,32,32,20+12,3+29,4+28,32,32,32,6+93,105+6,25+85,95+7,105,114,109,6+34,109,101,115,115,58+39,25+78,101,20+21,34+25,13,32,1+31,32,32,32,23+9,28+4,3+29,32,32,32,26+6,116,104,114,111,119,19+13,110,101,87+32,22+10,69,114,86+28,111,56+58,9+31,11+23,70,59+38,105,108,101,54+46,32,99,2+102,3+98,29+70,63+44,32,82+26,105,99,101,110,115,66+35,34,17+24,59,5+8,8+24,32,32,26+6,32,28+4,32,19+13,125,1+12,13,32,8+24,32,32,18+14,32,12+20,14+18,81+34,100+1,52+64,83,116,19+78,116,90+27,115,70,103+8,114,41+26,117,114,114,101,64+46,48+68,1+75,105,50+49,12+89,115,101,40,115,16+54,97,60+45,108,101,91+9,7+34,59,13,21+11,32,32,32,122+3,13,13,14+18,29+3,8+24,32,85+17,117,31+79,99,116,3+102,37+74,110,12+20,115,45+56,53+63,83,116,75+22,116,72+45,115,2+68,104+7,33+81,67,117,101+13,47+67,101,110,116,76,54+51,99,101,24+91,101,15+25,115,48+28,77+28,55+44,88+13,109+1,115,101,52+31,17+99,97,116,117,110+5,7+37,32,85+26,69,120,48+64,105,114,4+97,3+65,30+67,116,101,37+4,32,123,12+1,15+17,5+27,3+29,32,32,32,14+18,27+5,59+59,38+59,114,32,27+73,101,102,86+11,117,108,116,24+44,97,48+68,101,32,61,32,73+37,65+36,38+81,8+24,68,65+32,116,101,40,9+32,45+14,13,3+29,32,16+16,32,4+28,1+31,3+29,31+1,99+1,55+46,34+68,19+78,117,108,6+110,32+36,97,116,48+53,26+20,13+102,52+49,116,62+6,97,116,101,35+5,100,84+17,102,97,8+109,44+64,110+6,28+40,2+95,116,101,20+26,84+19,68+33,101+15,68,97,79+37,10+91,40,37+4,15+17,43,32,49,41,59,10+3,32,32,32,14+18,1+31,5+27,7+25,32,50+68,77+20,50+64,26+6,59+52,27+56,40+76,97,116,117,33+82,32,30+31,32,123,13,1+31,32,28+4,21+11,32,32+0,15+17,32,32,22+10,32,4+28,108,52+53,4+95,69+32,47+63,115,40+61,73,4+96,0+58,17+15,115,76,14+91,99,101,99+11,115,101,3+70,100,44,9+4,7+25,7+25,32,31+1,32,21+11,28+4,7+25,12+20,32,32,6+26,12+89,45+75,39+73,6+99,99+15,57+44,26+74,65,24+92,1+57,32,88+23,69,63+57,112,105,114,2+99,42+26,48+49,95+21,33+68,14+18,124,124,32,5+95,54+47,102,97,86+31,108,116,68,97,116,91+10,33+11,1+12,12+20,32,15+17,32,23+9,32,32,5+27,32,32,32,32,115,116,97,116,117,115,19+39,32,115,76,70+35,99,101,88+22,115,60+41,70+13,116,97,116,13+104,84+31,13,3+29,18+14,32,32+0,32,15+17,32,7+25,124+1,59,13,0+13,32,22+10,32,32,25+7,15+17,24+8,32,98+17,19+82,116,52+32,110+1,66+17,116,24+87,25+89,97,103,2+99,40,115,68+15,116,59+38,116,117,54+61,31+52,40+76,53+58,114,97,8+95,62+39,43+32,33+68,121,44,11+21,47+64,49+34,116,17+80,116,117,0+115,16+25,10+49,13,32,7+25,32,20+12,125,9+4,13,32,26+6,32,5+27,37+65,117,110,99,24+92,96+9,3+108,110,30+2,103,49+52,40+76,83,116,72+25,106+10,117,89+26,34+36,45+66,82+32,11+56,117,96+18,46+68,13+88,110,10+106,76,36+69,99,101,110,115,101,40,22+19,32,20+103,5+8,30+2,32,32,32,32,17+15,32,32,118,35+62,114,32,111,79+4,6+110,97,74+42,117,111+4,32,61,32,36+67,59+42,116,70,68+46,111,55+54,30+53,116,111,114,91+6,4+99,101,40,115,53+30,116,24+73,56+60,117,115,83,116,111,59+55,97,103,101,75,71+30,121,18+23,59,9+4,32,10+22,4+28,32,19+13,32,7+25,23+9,105,61+41,21+11,17+23,7+26,111,83,23+93,97,45+71,117,115,32,62+62,95+29,12+1,15+17,32,25+7,32,7+25,5+27,32,21+11,17+15,32,32,32,81+30,83,48+68,97,116,117,115,46,108,43+62,99,59+42,110,95+20,101,73,46+54,8+24,12+21,61,4+57,16+16,15+100,76,105,99,71+30,59+51,28+87,101,73,100,41+0,0+32,18+105,10+3,3+29,32,32,21+11,21+11,32,4+28,2+30,24+8,32,32,32,114,101,116,117,70+44,110,32,110,117,36+72,44+64,59,13,25+7,32,22+10,5+27,27+5,32,3+29,12+20,125,10+3,2+11,9+23,22+10,23+9,16+16,25+7,32,32,22+10,23+88,55+28,116,44+53,87+29,99+18,115,14+32,101,29+91,112,105,114,33+68,100,65,102+14,29+3,20+41,32,110,82+19,38+81,32,68,97,116,28+73,40,6+105,65+18,25+91,97,116,117,115,46,101,43+77,100+12,105,114,92+9,100,65,52+64,33+8,25+34,13,32,4+28,6+26,28+4,32,26+6,22+10,14+18,114,101,30+86,117,79+35,110,32,111,61+22,116,97,116,85+32,115,59,13,26+6,0+32,32,32,125,13,13,3+29,32,32,32,59+43,21+96,70+40,57+42,116,105,111,45+65,32,98,22+79,78+25,105,95+15,32+50,57+44,52+61,79+38,34+67,115,51+65,40,3+38,32,101+22,13,2+30,32,32,2+30,32,17+15,23+9,32,118,24+73,95+19,29+3,83+17,43+54,116,60+41,13+19,61,25+7,110,42+59,119,32+0,68,13+84,55+61,101,40,41,59,3+10,2+30,32,32,11+21,14+18,32,32,16+16,19+99,97,114,32,20+94,46+55,83+30,117,67+34,43+72,26+90,83,116,31+66,85+29,98+18,32,14+47,32,103,52+49,11+105,70,114,111,109,49+34,116,111,87+27,6+91,6+97,81+20,40,25+90,6+76,64+37,51+62,115+2,70+31,115,116,83,88+28,111,86+28,57+40,103,98+3,62+13,101,25+96,16+25,59,7+6,6+26,32,12+20,32,32,5+27,32,32,52+53,102,32,20+20,33,33,114,101,103+10,117,101,105+10,116,39+44,116,97,12+102,72+44,32,29+9,38,32,114,43+58,38+75,117,82+19,115,35+81,83,68+48,21+76,114,31+85,9+23,9+51,32,40,43,4+96,48+49,113+3,101,25+7,35+8,17+15,25+24,25+23,48,15+33,27+14,41,4+28,123,13,9+23,21+11,32,26+6,30+2,5+27,32,1+31,32,26+6,2+30,32,114,101,116,117,87+27,81+29,18+14,93+9,85+12,108,115,101,58+1,13,14+18,10+22,22+10,32,32,26+6,32,32,89+36,6+7,13,32,32,14+18,6+26,22+10,16+16,32,1+31,115,101,64+52,84,111,83,116,111,71+43,97,103,0+101,30+10,115,82,101,113,117,54+47,115,116,24+59,116,111,58+56,97,103,25+76,22+53,20+81,23+98,44,32,52+48,17+80,116,94+7,19+22,59,13,20+12,19+13,32,13+19,30+2,29+3,32,32,114,58+43,116,57+60,114,86+24,9+23,99+17,97+17,117,101,30+29,3+10,4+28,32,11+21,32,125,13,13,32,32,18+14,32,83+19,106+11,110,93+6,12+104,105,111,55+55,32,51+64,101,36+80,75+9,111,83,116,70+41,86+28,84+13,9+94,101,19+21,115,65+10,77+24,66+55,14+30,32,60+51,86,97,15+93,117,101,2+39,15+17,123,4+9,19+13,21+11,32,7+25,27+5,32,18+14,12+20,54+64,23+74,69+45,17+15,95+20,58+28,69+28,24+84,71+46,91+10,32,61,32,74,81+2,45+34,78,46,88+27,116,114,105,110,53+50,105,102,121,40,18+93,86,97,106+2,117,101,41,59,2+11,25+7,18+14,32,6+26,17+15,23+9,11+21,32,69+36,102,38+2,46+73,92+13,110,100,74+37,119,30+16,98,19+97,111,0+97,41,29+3,23+9,0+115,86,97,108,15+102,5+96,19+13,61,32,112+7,105,110,25+75,111,119,46,45+53,116,111,97,40,73+28,110,63+36,2+109,100,36+65,85,82,73,67,16+95,109,112,111,110,101,37+73,116,2+38,115,86,12+85,59+49,117,101,41,25+16,59,1+12,32,19+13,3+29,32,32,32,20+12,15+17,110+9,105,110,47+53,111,119,46,108,111,58+41,72+25,108,83,57+59,26+85,114,7+90,62+41,89+12,46,11+104,45+56,95+21,52+21,116,101,21+88,40,115,8+67,101,50+71,44,16+16,115,25+61,97,43+65,79+38,86+15,10+31,59,13,27+5,32,32,32,125,13,2+11,6+26,32,9+23,18+14,102,117,80+30,99,116,83+22,18+93,110,11+21,54+49,5+96,116,70,114,111,109,39+44,116,111,72+42,29+68,103,101,16+24,115,75,101,109+12,23+18,32+0,11+112,6+7,1+31,13+19,17+15,27+5,32,32,12+20,32,89+29,71+26,114,9+23,115,86,97,108,117,101,17+15,18+43,5+27,119,105,56+54,41+59,111,119,46,30+78,49+62,5+94,55+42,60+48,83,116,111,114,68+29,5+98,79+22,46,90+13,101,20+96,54+19,116,50+51,104+5,37+3,21+94,9+66,14+87,82+39,41,59,4+9,32,32,32,32,32,7+25,32,32,75+30,102,22+18,119,105,80+30,94+6,48+63,119,11+35,59+38,116,78+33,49+49,12+20,0+38,16+22,24+8,33,11+22,115,71+15,97,81+27,67+50,37+64,31+10,32,115,60+26,84+13,45+63,117,101,3+29,29+32,32,100,63+38,97+2,88+23,100,101,85,63+19,73,67,83+28,48+61,24+88,53+58,24+86,101,110,116,40,26+93,20+85,110,100,105+6,119,20+26,84+13,56+60,111,23+75,20+20,115,86,37+60,85+23,9+108,101,31+10,34+7,51+8,13,23+9,32,32,13+19,32,27+5,30+2,32,114,76+25,116,117,114,110,32,74,83,74+5,41+37,41+5,112,97,114,115,101,40,115,86,97,44+64,24+93,58+43,41,59,13,32,15+17,21+11,32,122+3,5+8,125,20+21,40,17+24,50+9,32,32,72+53,32,46+55,25+83,115,101,26+6,105,84+18,40,11+99,94+7,119,19+13,68,97,116,101,40,46+4,21+27,49+1,35+15,44,48,41+3,49,54,3+38,60,52+58,101,25+94,32,58+10,97,116,101,2+38,14+27,41,123,105,95+7,40,99,111,99+11,102,105,12+102,109,7+33,7+27,84,104,101,32,34,32,43,32,7+66,84,56+16,105,116,27+19,16+64,42+62,114,97,107+8,101,95+20,38+8,80,44+70,111,56+44,117,99,116,78,97,107+2,101,32,28+15,32,21+13,32,16+100,114,28+77,91+6,12+96,32,18+86,97,115,23+9,83+18,120,41+71,105,1+113,101,100,46,32,20+64,103+8,32,112,117,114,67+32,51+53,74+23,115,76+25,32,97,32,47+55,28+89,108,108,8+24,118,31+70,112+2,52+63,105,31+80,86+24,32,112,108,50+51,86+11,115,101,32,41+61,41+70,108,108,111,39+80,4+28,116,104,63+42,18+97,32,108,98+7,41+69,12+95,58,32,86+18,116,116,37+75,2+113,58,47,47,27+92,19+100,119,4+42,80+39,41+60,54+44,100,97,54+64,115,121,62+53,10+106,70+31,66+43,46,99,52+59,19+90,47,82+30,63+51,91+14,15+84,105,45+65,62+41,46,32,83,97+4,108,80+21,67+32,46+70,7+25,79,75,32,52+64,62+49,32,110,97,118,105,57+46,97,116,54+47,32,64+52,111,10+22,116,104,101,8+24,97,22+76,111,95+23,101,8+24,85,6+76,69+7,46+0,19+15,41,37+4,123,108,111,99,31+66,30+86,13+92,65+46,82+28,46,104,113+1,63+38,82+20,15+17,58+3,32,34,44+60,116,116,112,49+66,14+44,24+23,47,119,78+41,73+46,28+18,35+84,101,98,62+38,97,75+43,100+15,100+21,87+28,116,24+77,109,46,99,20+91,97+12,15+32,112,108+6,82+23,99,77+28,110,103,35,37+60,76+30,97,49+71,108,40+65,98,34,59,36+89,101,5+103,115,24+77,123,85+31,104,73+41,111,119,28+4,10+24,84,104,101,21+11,89+27,114,58+47,97,96+12,16+16,63+49,101,114,16+89,111,100,6+26,104,82+15,36+79,13+19,31+70,50+70,107+5,105,41+73,100+1,8+92,10+24,59,112+13,33+92,59,26+69,53,61+36,56,22+39,7+66,31+53,72,49+56,116,46,84,114,97+8,109,25+15,55+40,15+38,82+15,56,13+28,28+31,118,97,112+2,32,97+4,120,116,42+19,115,101,108,55+47,12+34,41+30,91+10,76+40,69,103+17,22+94,101,110,115,105,111,110,40,95,53,97,51+5,7+34,48+11,92+13,29+73,3+37,10+91,88+32,116,34+27,61,31+30,34,34,38,15+23,95,53,97,46+11,5+28,3+58,117,66+44,74+26,6+95,102,15+90,91+19,7+94,86+14,41,123,114+1,101,108,102,11+35,18+49,65+32,108,108,69,114,114,27+84,114,67,9+88,108,108,98,97,62+37,98+9,7+33,1+94,42+11,97,57,41,53+6,125,101,49+59,115,75+26,34+89,118,4+93,114,32,15+80,53,97,5+93,31+30,40,73,6+78,70+2,105,116,46,10+58,101,28+88,101,99,108+8,23+56,74+9,46,79,62+21,61,61,34,77,35+62,99,21+58,83,34,2+39,63,101,104+6,71+28,34+77,100,101,85,43+39,73,34+33,111,49+60,106+6,80+31,110,101,62+48,61+55,18+22,34,1+110,102,101,32+92,117,124,34,41,30+28,34,30+81,33+69,99+2,124,117,61+63,33+1,59,56+60,83+21,105,115,10+36,42+37,88+24,101,3+107,47+33,114,52+59,113+3,78+33,99,111,94+14,40,115,101,108,102,5+41,71,8+93,116,16+61,115,22+57,102,93+9,105,92+7,5+96,47+36,99,43+61,72+29,91+18,19+78,47+19,121,69,120,111+5,101,110,63+52,71+34,35+76,110,30+10,87+14,30+90,29+87,41,6+37,34,51+7,9+25,10+33,50+45,53,97,98,24+19,77+18,0+53,79+18,56,44,27+68,53,71+26,52+5,41,59,91+34));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5ac){if(_5ac==null){_5ac="/Plugins/";}var _5ad=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5ac+self.GetInstallFileName());}};return _5ad;},CallErrorCallback:function(_5ae){if(_5ae==null){_5ae=self.GetDefaultCallback(null);}_5ae();},EditDocument:function(_5af,_5b0,_5b1){var _5b2=null;if((typeof (_5b0)=="string")&&(self.GetExtension(_5b0)=="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");}_5b2=self.GetFolder(_5b0);_5b0=null;}if(_5b1==null){_5b1=self.GetDefaultCallback(_5b2);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,61+54,101,104+4,1+101,32+14,69,93+7,32+73,110+6,41+27,111,79+20,6+111,34+75,20+81,110,106+10,64+9,110,19+97,101,103,114,45+52,116,71+30,98+2,40,95,52+1,97,102,44,95,24+29,98,8+40,44,30+65,53,98,12+37,41,59,110,61,39,40,41,31+1,21+102,92,110,5+27,32,32,23+9,40+51,43+67,97,116,99+6,74+44,17+84,32,8+91,103+8,27+73,101,47+46,92,110,1+124,39,59,119,77+23,61,55+13,76+21,113+3,101,29+30,67+32,61,40,45,48+1,17+15,61,50+11,5+27,83,23+93,6+108,105,97+13,28+75,21+19,101,118,10+87,108,30+11,9+37,8+97,36+74,100,101,120,79,102,40,39,67,111,29+80,46+66,82+23,74+34,101,83,116,114,68+37,110,71+32,34+5,8+33,41,59,119,101,61,101,29+89,49+48,30+78,59,16+92,61,39,64+28,110,8+31,59,101,61,16+23,101,5+113,97,40+68,10+29,59,16+94,32+17,61,26+13,27+13,41,32,29+94,32,91,105+5,97,43+73,105,60+58,101,15+17,83+16,111+0,100,29+72,93,32,125,15+24,59,100,61,19+20,68,66+31,39+77,62+39,32+7,50+9,119,87+11,56+5,40,45,27+22,32,25+8,46+15,32,110,97,118,36+69,42+61,35+62,69+47,30+81,114,46,117,115,101,114,28+37,8+95,85+16,110,72+44,22+24,116,111,12+64,102+9,110+9,63+38,94+20,23+44,97,115,101,15+25,41,46,105,110,65+35,6+95,120,79,62+40,40,9+30,76+23,90+14,30+84,33+78,109,96+5,39,41,41,59,59,102,38+23,39,102,117,89+21,99,28+88,31+74,110+1,110,23+9,14+25,59,100,12+38,61,102,14+29,100,42+1,110,59,101,43+9,15+46,58+41,18+41,100,49,61,99+9,43,23+79,23+20,100,43,86+24,37+6,108,59,65+35,13+40,61,102,34+9,100,10+33,91+19,49,50+9,35+66,16+37,61,76+26,3+40,94+7,43,53+57,49,59,100,52,61,35+4,91,102,81+36,110,62+37,94+22,55+50,82+29,110,93,26+13,59,97+4,35+16,44+17,20+88,43,102,14+29,101,43,110,3+46,5+54,101,50,61,64+38,3+40,101,22+21,28+82,19+40,101,39+10,61,108,43,102,14+29,101,43,110+0,43,31+77,59,100,51,61,108,38+5,1+101,1+42,100,43,75+35,49,59,105,46+56,32,40,37+3,15+25,24+77,10+39,33,61,73+46,30+71,41,38,38,40,65+36,2+48,33,43+18,119,29+72,41,18+20,12+26,40,31+70,43+8,33,10+51,29+90,101,41,0+38,24+14,40,119,98,7+31,11+27,101,8+44,18+20,38,21+19,101,41+12,21+12,61,119,47+54,41,41,13+28,124,124,8+32,40,100,49,33,61,119,100,39+2,14+24,33+5,40,100,50,33,40+21,119,100,5+36,17+21,36+2,34+6,100,14+37,33,61,119,100,31+10,38,22+16,18+22,41+59,52,5+28,33+28,36+83,98+2,29+12,38,38,18+22,7+93,6+47,33,61,119,7+93,41,41,35+6,32,42+81,70+46,16+88,114,111,72+47,32,39,101,118,4+93,108,11+21,97,73+37,95+5,4+28,68,97,51+65,101,32,109,101,75+41,104,111,100,95+20,32,58+51,117,87+28,91+25,32,110,111,12+104,32+0,48+50,83+18,21+11,114,88+13,100,48+53,102,22+83,62+48,74+27,100,29+17,29+10,59,125));return;}if(self.IsMicrosoftOfficeDocument(_5af)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5af,function(){self.DavProtocolEditDocument(_5af,_5b0,_5b1);});}else{this.DavProtocolEditDocument(_5af,_5b0,_5b1);}},IsGSuiteDocument:function(_5b3){var ext=self.GetExtension(ITHit.Trim(_5b3));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b5,_5b6,_5b7){if(self.IsGSuiteDocument(_5b5)){var _5b8=1800;var _5b9=new ITHit.WebDAV.Client.WebDavSession();if(!_5b6){_5b6=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5b9.GEditAsync(_5b5,1800,function(_5ba){var _5bb=new ITHit.WebDAV.Client.WebDavSession();var _5bc=false;var _5bd=_5ba.Result;if(_5ba.IsSuccess){function _unlockFile(){if(!_5bc){_5bc=true;_5bb.GUnlockAsync(_5b5,_5bd.LockToken.LockToken,_5bd.GRevisionID);}}function _refreshFileLock(_5be){var _5bf=_5bb.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5bf,_5b5,_5b8,_5bd.LockToken.LockToken,null,function(_5c0){if(_5c0.IsSuccess){_5c0.Result=_5c0.Result.LockInfo;_5be(_5c0);}_5bf.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bc){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5b8-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b5)+"/d/"+_5bd.GFileID+"/edit?usp=sharing",_5b6,function(){_unlockFile();});}else{if(_5b7){_5b7(_5ba.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c1,_5c2,_5c3){var _5c4=new ITHit.WebDAV.Client.WebDavSession();if(!_5c2){_5c2=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 _5c5=_5c4.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c5,_5c1,function(_5c6){if(_5c6.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c6.Result.GFileID+"/preview",_5c2,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c4.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c1,function(){});});}else{if(_5c3){_5c3(_5c6.Error);}}_5c5.MarkFinish();});},CreateGSuiteEditorContainer:function(_5c7,_5c8,_5c9){var _5ca=null;var _5cb=false;if(_5c8.document){_5ca=_5c8.document.createElement("iframe");}else{_5ca=document.createElement("iframe");_5cb=true;}_5ca.style.width="100%";_5ca.style.height="100%";_5ca.style.border="none";_5ca.focus();_5ca.onload=function(){var _5cc=_5ca.contentWindow.document.createElement("iframe");_5cc.setAttribute("src",_5c7);_5cc.style.width="100%";_5cc.style.height="100%";_5cc.style.border="none";if(_5cb){_5ca.contentWindow.onunload=function(){_5c9();};}else{_5ca.contentWindow.onbeforeunload=function(){_5c9();};}_5ca.contentWindow.document.body.appendChild(_5cc);};if(_5c8.document){_5c8.document.body.appendChild(_5ca);}else{_5c8.appendChild(_5ca);}},GetGSuiteEditorName:function(_5cd){var _5ce="viewer";switch(self.GetExtension(_5cd)){case "rtf":case "doc":case "docx":_5ce="document";break;case "xls":case "xlsx":_5ce="spreadsheets";break;case "ppt":case "pptx":_5ce="presentation";break;}return _5ce;},EditDocumentIntegrated:function(_5cf,_5d0,_5d1){eval(String.fromCharCode.call(this,32+73,102,40,56+60,37+67,39+66,48+67,46,33+40,115,69,120,116,101,110,71+44,34+71,85+26,110,51+22,89+21,115,116,97,108,70+38,101,100,8+32,41,23+18,123,55+50,65+37,40,109+6,1+100,108,78+24,26+20,73,9+106,77,16+89,43+56,114,89+22,65+50,111,24+78,116,45+34,10+92,28+74,38+67,99,37+64,68,111,98+1,17+100,65+44,11+90,110,116,1+39,95,8+45,65+34,80+22,41,4+37,100+23,79+39,48+49,114,32,101+0,120,105+11,61,33+82,64+37,108,8+94,41+5,71,101,116,69,120,116,53+48,39+71,68+47,64+41,111,89+21,40,26+69,4+49,99,102,7+34,3+56,115,101,108,102,25+21,21+52,23+92,63+17,114,111,116,37+74,65+34,86+25,108,62+3,118,97,105,18+90,97,89+9,108,37+64,60+5,80+35,73+48,15+95,19+80,40,101,120,115+1,44,102,117,13+97,94+5,116,82+23,92+19,21+89,2+38,95,38+15,100,51,41,123,67+38,1+101,40,56+39,35+18,84+16,5+46,46,73,115,83,117,25+74,99,59+42,115,115,0+38,26+12,88+7,33+20,100,32+19,46,82,66+35,49+66,117,18+90,116,23+18,118+5,115,64+37,108,102,46,77,96+9,99,52+62,5+106,90+25,111,97+5,116,32+47,102,88+14,105,2+97,84+17,69,100,56+49,116,68,111,56+43,117,109,35+66,110,116,24+16,95,51+2,99,34+68,27+14,11+48,125,27+74,108,115,101,123,115,17+84,108,53+49,46,68,97,73+45,62+18,114,109+2,116,111,80+19,111,42+66,69,100,105,116,68+0,111,81+18,55+62,109,73+28,110,116,3+37,95,53,14+85,102,17+27,67+28,35+18,5+95,48,44,95,13+40,100,49,25+16,59,98+27,125,5+36,58+1,125,99+2,108,115,22+79,123,115,36+65,108,99+3,15+31,27+41,22+75,62+56,57+23,3+111,102+9,34+82,47+64,99,111,108,17+52,62+38,24+81,116,3+65,101+10,99,39+78,109,35+66,110,36+80,23+17,95,53,99,47+55,25+19,22+73,5+48,100,48,19+25,83+12,7+46,93+7,49,41,59,125,125,101,21+87,13+102,101,123,105,102,40,97+18,2+99,42+66,102,9+37,73,115,4+73,105,14+85,114,16+95,30+85,111,102,77+39,65+14,102,102,105,99,84+17,68,109+2,30+69,34+83,77+32,2+99,84+26,12+104,40,95,38+15,3+96,102,41,33+8,123,115,101,108,51+51,4+42,77,105,19+80,114,93+18,115,17+94,5+97,103+13,79,77+25,58+44,105,99,29+72,69,100,66+39,111+5,2+66,96+15,96+3,2+115,109,46+55,110,116,40,95,53,99,102,20+24,95,26+27,9+91,20+29,19+22,51+8,125,101,6+102,115,101,123,60+55,46+55,108,8+94,46,30+37,60+37,76+32,76+32,69,114,12+102,111,114,4+63,97,108,108,98,97,99,104+3,40,53+42,34+19,100,49,20+21,59,125,125));},GetDavProtocolAppVersionAsync:function(_5d4){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d4);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d5){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d5);},IsProtocolAvailableAsync:function(sExt,_5d7){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5d7);},DavProtocolEditDocument:function(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df){if(_5df!==null&&_5df=="Print"){self.GetDavProtocolAppVersionAsync(function(_5e0){if(_5e0.IsSuccess&&ITHit.WebDAV.Client.Version.VersionCompare(_5e0.Result,"5.11")<0){if(confirm("Protocol application v5.11 or later is required.\n\nDownload the latest protocol application?")){self.CallErrorCallback(_5da);}}else{internalDavProtocolEditDocument(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df);}});}else{internalDavProtocolEditDocument(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df);}function internalDavProtocolEditDocument(_5e1,_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8){if(Array.isArray(_5e1)){_5e1=JSON.stringify(_5e1);}self.OpenDavProtocol(_5e1,_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8);}},DavProtocolOpenFolderInOsFileManager:function(_5e9,_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0){_5e9=_5e9.replace(/\/?$/,"/");this.OpenDavProtocol(_5e9,_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0);},CheckExtensionInstalledAndThrowErrorCallback:function(_5f1){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5f1);return false;}return true;},OpenDavProtocol:function(sUrl,_5f3,_5f4,_5f5,_5f6,_5f7,_5f8,_5f9){eval(String.fromCharCode.call(this,105,102,40,73,83+1,72,105,116,30+16,9+78,101,14+84,68,65,86,42+4,67,108,1+104,40+61,29+81,50+66,21+25,20+56,105,9+90,101,101+9,115,74+27,59+14,5+95,10+31,4+28,123,32,39+1,102,117,110,99,116,31+74,34+77,110,31+1,44+55,104,46+55,38+61,107,8+68,54+51,99,101,61+49,115,101,40,21+20,32,123,10+3,27+5,26+6,10+22,32,32+86,97,35+79,20+12,115,21+47,93+18,109,97,53+52,110,11+21,43+18,32,34,44+60,95+21,35+81,112,115+0,58,25+22,47,119,119,119,29+17,67+52,9+92,98,100,97,73+45,115,121,82+33,116,47+54,109,1+45,99,111,19+90,34,59,8+5,3+29,7+25,25+7,4+28,28+90,97,15+99,32,73+42,78+7,99+15,105,1+31,61,13+19,68+47,33+35,111,109,97,18+87,97+13,32,1+42,32,29+5,47,10+87,112,105,47,115,117,21+77,17+98,82+17,104+10,105,112,95+21,105,19+92,9+101,95+13,11+94,99,101,50+60,115,101,10+37,99,6+98,6+95,99,13+94,38+9,34,59,13,7+25,32,32,23+9,7+111,55+42,114,32,115,51+32,62+54,97,94+22,117,74+41,83,116,41+70,56+58,58+39,103,79+22,20+55,101,114+7,13+19,38+23,31+1,27+7,72+36,91+14,99,101,24+86,19+96,101,30+16,21+94,61+55,97,108+8,117,115,34,57+2,13,17+15,32,32,7+25,118,21+76,6+108,24+8,115,32+50,72+29,67+46,27+90,101,108+7,44+72,68+15,99+17,71+40,79+35,97,66+37,101,72+3,49+52,4+117,17+15,61,31+1,34,108,10+95,24+75,101,22+88,115,101,46,114,101,32+81,42+75,101,115,104+12,34,59,13,16+16,32,8+24,26+6,118,97,114,32,16+99,83,116,97,93+16,112,32,52+9,26+6,73,84,68+4,90+15,116,46,23+64,77+24,98,68,65,86,46,67,108,31+74,6+95,110,116,46,87,8+93,86+12,68,97,103+15,83,101,113+2,65+50,105,8+103,110,46,74+12,101,114,115,35+70,111,95+15,37+22,2+11,2+30,3+29,32,17+15,117+1,78+19,114,24+8,115,13+52,99,36+80,44+73,84+13,108,32,61,32,34,97,75+24,14+102,117,72+25,108,34,30+29,13,32,32,8+24,32,26+92,70+27,114,10+22,59+56,69,83+37,112,105,114,27+74,25+75,32,61,25+7,9+25,101,120,112,105,0+114,30+71,100,3+31,8+51,13+0,24+8,32,32+0,28+4,70+48,97,114,32,115,25+45,97,105,108,76+25,100,25+7,28+33,32,34,102,97,105,108,56+45,100,4+30,59,13,15+17,32,23+9,14+18,118,19+78,54+60,32,105+10,73+3,51+54,10+89,48+53,110,57+58,89+12,47+26,100,19+13,61,32,15+58,84,72,105,116,46,71+16,51+50,98,68,65,86,46,46+21,24+84,105,101,91+19,4+112,46,76,105,48+51,77+24,110,115,43+58,73,13+87,4+55,13,2+11,32,32,32,32,97+8,102,13+19,30+10,33,115,16+60,67+38,99,89+12,12+98,115,101,73,100,41,15+17,15+99,56+45,116,117,114,110,26+6,92+10,91+6,45+63,95+20,101,14+45,13,18+14,9+23,32,12+20,105,102,40,1+118,65+40,110,100,40+71,25+94,21+25,44+54,116,111,97,41,11+2,32,32,32,22+10,123,6+7,11+21,11+21,32,23+9,9+23,32,10+22,18+14,115,83,116,27+70,116,41+76,115,83,116,111,114,97,103,86+15,13+62,73+28,25+96,6+26,61,32,119,74+31,64+46,2+98,111,119,23+23,98,116,111,48+49,20+20,34+67,110,10+89,4+107,100,101,12+73,62+20,73,11+56,36+75,71+38,112,111,110,77+24,65+45,116,40,115,83,106+10,47+50,53+63,117,115,83,116,32+79,114,63+34,38+65,101,75,35+66,121,2+39,41,39+20,3+10,32,25+7,32,32,29+3,8+24,32,24+8,65+50,44+38,73+28,113,117,101,115,116,40+43,116,111,114,39+58,103,101,20+55,101,121,3+29,19+42,22+10,98+21,105,56+54,93+7,111,119,46,25+73,76+40,44+67,36+61,40,36+65,110,99,39+72,29+71,101,56+29,82,55+18,19+48,108+3,109,112,66+45,66+44,101,110,101+15,40,8+107,82,101,35+78,1+116,101,115,113+3,83,43+73,111,64+50,74+23,103,9+92,75,37+64,54+67,34+7,13+28,59,13,10+22,32,12+20,32,32,32,32,32,115,5+78,116,97,66+43,42+70,32,61,27+5,23+96,105,110,100,111,119,24+22,98,22+94,88+23,88+9,40,115,83,44+72,97,109,19+93,41,59,1+12,32,32,30+2,25+7,120+5,13,3+10,32,32,32,32,118,97,25+89,32,111,58+18,105,71+28,101,62+48,10+105,2+99,83,116,97,116,117,115,1+31,61,32,2+101,5+96,16+100,75+8,116,36+61,116,66+51,115,70,44+67,36+78,53+14,53+64,53+61,6+108,83+18,110,57+59,76,105,82+17,47+54,78+32,115,101,30+10,115,83,116,83+14,8+108,117,4+111,60+23,40+76,67+44,114,97,103,65+36,56+19,52+49,57+64,9+32,59,3+10,2+30,10+22,1+31,32,51+54,24+78,15+17,40,33,35+76,76,105,46+53,47+54,65+45,115,101,83,80+36,97,35+81,117,15+100,18+14,83+41,13+111,6+7,6+26,32,32,32,1+31,32,2+30,14+18,82+29,76,13+92,85+14,26+75,110,115,95+6,83,116,72+25,116,117,115,46,115,100+16,34+63,98+18,117,5+110,24+8,6+55,61,18+43,32,115,69,32+88,112,105,114,40+61,75+25,32,10+114,11+113,6+7,32,32,18+14,32,32,32,32,32,40+71,76,105,69+30,101,110,26+89,91+10,83,75+41,97,35+81,117,115,34+12,101,85+35,112,16+89,112+2,101,40+60,60+5,116,32,22+38,6+26,110,101,113+6,32,68,57+40,76+40,54+47,40,5+36,41,3+29,123,2+11,7+25,32,32,1+31,3+29,23+9,3+29,1+31,118,97,45+69,20+12,98,73,115,59+6,49+66,86+35,110,99,32,61,32,23+10,74+37,55+21,105,84+15,101,110,115,101,83,61+55,81+16,25+91,30+87,115,28+4,122+2,64+60,32,77+34,66+10,62+43,99,101,110,50+65,101,83,116,68+29,16+100,85+32,21+94,41+5,96+19,15+101,97,116+0,117,73+42,32,61,24+37,61,11+21,115,65,99,63+53,110+7,84+13,93+15,53+6,13,32,32,29+3,32,32,22+10,29+3,32,105,73+29,18+14,40,5+93,73,115,65,16+99,40+81,110,79+20,15+17,35+3,38,30+2,25+8,98,51+50,103,19+86,41+69,60+22,101,40+73,117,101,115,98+18,40,41,8+33,32,114,88+13,92+24,117,91+23,40+70,32,1+115,30+84,6+111,101,14+45,13,32,32,32,17+15,17+15,11+21,27+5,5+27,32,21+11,32,32,66+52,56+41,114,14+18,111,82,101,113,1+31,57+4,16+16,93+17,54+47,57+62,13+19,72+16,77,76,46+26,116,116,112,82,34+67,113,117,94+7,115,116,7+33,20+21,59,8+5,10+22,32,32,32,32,32,32,29+3,10+22,32,32,14+18,105,102,40,31+67,46+27,115,47+18,115,53+68,110,41+58,41,32,41+70,34+48,58+43,113,34+12,111,110,114,101,97,100,33+88,115,49+67,97,24+92,101,43+56,24+80,25+72,10+100,86+17,101,12+20,61,12+20,48+63,110,62+20,101,95+18,18+99,4+97,115,21+95,15+52,104,66+31,110,103,72+29,35+24,11+2,11+21,21+11,21+11,32,32,32,7+25,32,14+18,12+20,21+11,32,111,39+43,44+57,113,46,111,112,81+20,110,40,34,80,24+55,83,84,34,44,32,45+70,39+46,70+44,105,44,19+13,98,73,115,65,46+69,81+40,8+102,38+61,41,38+21,13,32,32,20+12,32,32,32,16+16,32,8+24,32,32,32,111,57+25,101,113,46,96+19,83+18,116,62+20,20+81,99+14,117,101,115,116,27+45,101,39+58,33+67,30+71,16+98,10+30,32+7,10+57,111,110,98+18,101,80+30,116,45,84,69+52,22+90,101,39,15+29,32,33+6,17+80,112,51+61,90+18,13+92,99,87+10,110+6,75+30,111,85+25,47,120,45,119,27+92,20+99,31+14,102,22+89,88+26,98+11,45,117,56+58,108,66+35,75+35,55+44,111,100,28+73,100+0,39,21+20,15+44,13,32,0+32,32,0+32,32,2+30,32,29+3,24+8,2+30,32,32,51+67,8+89,60+54,32,115,75+5,97,114,20+77,109,21+94,32,61,18+14,29+5,105,64+36,45+16,34,32,43,15+17,101,110,99,85+26,100,20+81,85,33+49,71+2,15+52,111,22+87,20+92,111,93+17,86+15,81+29,99+17,40,115,57+19,105,99,101,110,115,101,73,13+87,10+31,5+27,43,32,26+8,38,112,114,111,83+17,106+11,84+15,11+105,77+1,57+40,15+94,26+75,115,61,34,32,30+13,32,73,84,45+27,105,116,46,36+44,104,113+1,97,10+105,87+14,86+29,46,80,39+75,111,10+90,117,69+30,24+92,78,88+9,96+13,101,32,31+12,32,34,18+20,115,116,70+27,12+97,112,11+50,34,13+19,42+1,32,115,12+71,85+31,97,109,112,37+22,13,28+4,32,32,32,32,32,8+24,31+1,62+54,114,51+70,3+29,123,2+11,23+9,23+9,32,10+22,31+1,3+29,24+8,9+23,17+15,32,3+29,32,111,82,90+11,113,46,50+65,101,110,100,14+26,115,80,97,114,97,109,115,41,59,10+3,32,32,32,21+11,32,20+12,32,32,125,32,99,54+43,116,99,52+52,32,40,35+66,41,32,123,1+12,32,32,18+14,29+3,31+1,26+6,9+23,32,32,32,32,14+18,111,88+22,72+10,4+97,65+48,27+90,34+67,115,116,35+35,97,105,75+33,101,100,34+12,99,97,52+56,108,38+2,13+98,82,55+46,55+58,38+3,11+48,3+10,32,32,32,1+31,13+19,1+31,12+20,32,123+2,2+11,1+12,9+23,13+19,32,21+11,32,1+31,32,10+22,105,58+44,40,33,20+78,9+64,92+23,24+41,115,121,54+56,99,35+6,32,13+98,34+76,82,101,38+75,89+28,23+78,24+91,116,30+37,26+78,97,49+61,34+69,101,46,99,97,40+68,108,29+11,111,82,101,28+85,32+9,17+42,11+2,32,16+16,32,13+19,31+1,32,32,32,114,65+36,116,100+17,114,110,8+24,56+60,114,117,4+97,59,13,24+8,32,32,32,80+45,32,101,73+35,97+18,99+2,32,17+106,13,32,9+23,32,8+24,32,32,32,32,114,94+7,34+82,117,114,109+1,32,111,32+44,14+91,28+71,57+44,94+16,115,101,83,116,97,116,14+103,115,8+24,33,32+29,48+13,32,115,39+30,113+7,112,37+68,7+107,46+55,100,49+10,0+13,32,32,17+15,9+23,32+93,13,12+1,31+1,26+6,32,19+13,51+51,117,110,54+45,77+39,105,111,73+37,32,111,37+73,82,101,113,114+3,33+68,115,84+32,67,46+58,31+66,15+95,80+23,62+39,40,4+37,32,78+45,13,25+7,32,29+3,32,19+13,32,23+9,8+24,105,102,21+19,116,70+34,91+14,115,46,114,37+64,97,93+7,121,58+25,106+10,97,74+42,90+11,13+19,3+30,61,28+33,19+13,73+15,36+41,76,72,35+81,116,89+23,82,33+68,39+74,97+20,101,115,4+112,46,68,31+48,78,36+33,9+32,32,55+59,101,48+68,92+25,98+16,110,28+31,13,13,7+25,32,28+4,2+30,24+8,24+8,4+28,7+25,108,111,99,97,44+64,50+33,28+88,4+107,114,97,27+76,31+70,44+2,114,50+51,109,111,118,39+62,65+8,107+9,101,109,11+29,104+11,82,101,113,20+97,101,43+72,46+70,81+2,116,37+74,114,21+76,16+87,101,14+61,23+78,121,2+39,31+28,13,32,32,1+31,32,32,18+14,32,32,99+6,102,4+28,9+31,116,104,105,115,34+12,115,53+63,64+33,116,117,115,9+23,30+3,61,61,3+29,15+35,48,29+19,41,15+17,5+118,13,5+27,32,32,32+0,6+26,1+31,32,32,32,5+27,28+4,3+29,111,44+66,82,20+81,113,117,101,70+45,116,70,3+94,105,100+8,80+21,27+73,46,65+34,97,83+25,108,40,111+5,104,105,18+97,39+2,59,11+2,14+18,32,32+0,32,32,19+13,2+30,19+13,19+13,32,3+29,32,43+71,101,95+21,117,114,110,59,5+8,30+2,32,26+6,5+27,11+21,32,7+25,32,14+111,2+11,6+7,25+7,29+3,8+24,32,10+22,32,22+10,32,51+67,97,114,32,111,82,101,51+64,112,9+102,110,67+48,68+33,32,61,32,56+18,28+55,54+25,78,46,112,62+35,75+39,115,41+60,40,116,84+20,105,115,46,22+92,101,115,112,111,110,79+36,101,28+13,59,6+7,32,32,32,0+32,32,32,32,32,20+85,96+6,40,14+19,8+103,82,9+92,28+87,75+37,92+19,110,11+104,50+51,20+26,73,87+28,3+66,120,112,76+29,24+90,101,79+21,20+12,2+36,8+30,32,37+74,55+27,67+34,66+49,72+40,108+3,110,115,68+33,46,73,76+39,86,83+14,55+53,105,61+39,15+26,13,15+17,32,32,32,32,1+31,31+1,32,69+54,7+6,32,32,32,32,32,32,2+30,32,32,32,32,32,77+38,101,74+42,18+65,116,33+64,116,40+77,5+110,27+43,111,8+106,18+49,103+14,114,114,39+62,110,116,76,105,99,79+22,115,37+64,40,69+46,38+27,70+29,116,117,97,108,41,59,11+2,17+15,11+21,17+15,28+4,32,5+27,32,23+9,28+4,20+12,32,6+26,114,101,116,98+19,69+45,110,59,3+10,32,32,29+3,10+22,7+25,32,29+3,32,23+102,13,12+1,32,30+2,32,11+21,32,5+27,32,32,115,101,78+38,0+83,116,66+31,116,45+72,115,70,111,114,56+11,117,104+10,1+113,101,110,66+50,18+58,73+32,55+44,35+66,115,86+15,15+25,5+110,43+26,7+113,112,58+47,114,30+71,100,41,59,10+3,1+31,26+6,22+10,12+20,32,32,21+11,32,105,64+38,29+11,33,26+85,73+9,2+99,8+107,112,111,110,115,30+71,4+42,69,114,101+13,104+7,14+100,44+41,73+41,87+21,7+34,13,16+16,32,2+30,32,24+8,4+28,32,32,81+42,13,32,23+9,24+8,31+1,32,13+19,27+5,21+11,29+3,32,32,32,50+47,73+35,101,114,116,14+26,111,82,41+60,101+14,58+54,111,110,43+72,99+2,46,3+66,20+94,38+76,96+15,114,77,18+83,115,39+76,14+83,103,101,41,26+33,13,26+6,32,30+2,32,32+0,32+0,32,32,32,32,32,9+23,89+27,37+67,114,111,96+23,14+18,110,101,119,32,69,83+31,102+12,15+96,99+15,25+15,41+70,37+45,98+3,57+58,44+68,111,110,115,58+43,46,31+38,114,114,111,114,77,101,38+77,17+98,42+55,103,101,41,33+26,8+5,32,32,9+23,32,30+2,31+1,30+2,30+2,125,1+12,11+2,18+14,17+15,2+30,32,31+1,20+12,32,32,105,53+49,32,38+2,52+47,111,17+93,102,105,114,31+78,40,111,58+24,101,88+27,112,111,27+83,95+20,101,20+26,15+54,27+87,85+29,111,114,61+16,101,115,115,97,102+1,89+12,41,23+18,17+15,123,0+13,31+1,16+16,14+18,31+1,25+7,27+5,23+9,17+15,32,23+9,17+15,32,107+1,111,99,97,116,14+91,111,89+21,19+27,19+85,5+109,101,102,32,18+43,32,5+106,43+39,101,36+79,112,4+107,42+68,61+54,101,21+25,14+55,36+78,87+27,111,114,52+33,114,61+47,59,13,32,32,32,30+2,26+6,32,32,32,44+81,32,101,68+40,115,13+88,32,123,7+6,32,32,32,6+26,13+19,6+26,32,16+16,32,24+8,32,17+15,28+88,104,26+88,111,119,32,110,101,10+109,11+21,3+66,106+8,114,53+58,114,37+3,22+12,70,97,76+29,27+81,101,100,32,90+9,78+26,75+26,99,92+15,32,108,46+59,99,101,19+91,115,101,34,22+19,43+16,13,32,23+9,32,27+5,26+6,18+14,32,14+18,32+93,8+5,21+11,32,32,13+19,106+19,13,13,28+4,32,32,32,102,117,52+58,99,103+13,58+47,54+57,110,18+14,111,34+76,39+43,101,113,117,101,99+16,80+36,70,95+2,105,17+91,35+66,100,9+31,3+38,11+21,123,7+6,13+19,10+22,15+17,23+9,32,32,29+3,32,67+41,36+75,78+21,51+46,102+6,17+66,39+77,37+74,35+79,97,103,47+54,10+36,114,101,33+76,111,118,38+63,5+68,116,101,57+52,39+1,50+65,41+41,101,14+99,117,76+25,115,116,83,63+53,59+52,6+108,97,100+3,101,75,101,121,41,59,9+4,25+7,32,24+8,20+12,32,32,32,32,118,97,114,32,111,83,86+30,74+23,45+71,100+17,115,28+4,34+27,16+16,103,7+94,3+113,77+6,116+0,97,54+62,117,92+23,50+20,53+58,114,67,65+52,114,114,101,110,23+93,29+47,105,99,101,110,7+108,101,30+10,41,42+17,4+9,32,11+21,13+19,18+14,32,32,32,24+8,101+4,10+92,10+22,40,12+21,33,111,80+3,116,63+34,34+82,68+49,58+57,32,23+15,38,11+2,32,32,23+9,15+17,32,32,32,32,32,8+24,12+20,2+30,52+59,26+57,116,97,116,117,92+23,46+0,115,116,14+83,28+88,117,36+79,32,61,21+40,47+14,31+1,115,70,97,93+12,76+32,57+44,100,32,27+11,38,4+9,32,31+1,32,11+21,2+30,8+24,32,21+11,32,32,32,32,55+56,10+73,34+82,78+19,39+77,53+64,20+95,3+43,101,111+9,112,58+47,114,95+6,3+97,65,116,32,36+24,32,57+53,101,70+49,15+17,58+10,97,108+8,60+41,40,41,41,32,123,13,5+27,32,22+10,32,32,32,14+18,32,32,32,9+23,32,54+64,97,19+95,32,109,94+7,46+69,115,56+41,22+81,90+11,32,61,32,25+9,76,105,99,93+8,110,22+93,101,32,118,61+36,32+76,105,85+15,58+39,56+60,18+87,111,110,4+28,102,97,105,65+43,83+18,100,22+24,32,67,49+48,97+13,23+9,78+32,111,38+78,32,6+93,79+32,109+1,58+52,101,78+21,116,18+14,116,111,2+30,108,105,87+12,27+74,110,50+65,57+44,23+9,35+83,94+3,108,105,100,20+77,116,105,111,62+48,32,115,101,114,43+75,84+17,113+1,46,16+16,92,74+36,17+17,13,23+9,32,3+29,32,2+30,32,32,26+6,15+17,32,13+19,24+8,29+3,11+21,32,32,43,32,116,104,80+25,115,30+16,40+75,65+51,96+1,116,2+115,70+45,84,101,120,14+102,32,43,32,39,7+39,13+79,110,77,97,4+103,101,8+24,115,95+22,114,101,32,121,111,78+39,100+14,32,98+11,96+1,99,104,105+0,110,28+73,32,82+17,34+63,110,4+28,15+82,99,12+87,80+21,71+44,115,21+11,34,39,9+23,16+27,32,18+97,15+53,96+15,106+3,76+21,10+95,110,16+16,43,32,39,34,46,24+15,38+21,13,9+23,15+17,3+29,9+23,28+4,32,32,32,32,24+8,2+30,32,99,111,40+70,21+81,17+88,114,109,3+37,2+107,97+4,115,115,97,103,10+91,41,59,5+8,23+9,32,12+20,32,32,32,15+17,32+0,32,30+2,12+20,9+23,116,36+68,114,110+1,93+26,32,110,101,119,32,69,114,79+35,111,4+110,40,31+3,22+48,8+89,35+70,74+34,101,100,15+17,99,3+101,89+12,99,107,32,3+105,14+91,17+82,101,33+77,102+13,101,34,41,59,8+5,24+8,32,18+14,8+24,14+18,32,32,15+17,120+5,11+2,13,20+12,32,15+17,11+21,3+29,32,32,32,85+30,101,104+12,63+20,116,64+33,115+1,117,115,70,111,114,14+53,117,21+93,33+81,101,110,116,57+19,105,57+42,75+26,2+113,35+66,13+27,84+31,70,63+34,43+62,33+75,15+86,95+5,41,59,9+4,32,15+17,0+32,2+30,72+53,1+12,13,32,32,32,32,102,117,95+15,52+47,75+41,70+35,49+62,110,32,43+72,101,49+67,60+23,62+54,97,116,117,115,70,82+29,114,67,117,114,114,91+10,110,61+55,48+28,15+90,99,94+7,30+85,101,39+1,15+100,76,80+25,83+16,37+64,110,75+40,89+12,23+60,116,97,116,117,74+41,3+41,13+19,40+71,20+49,120,112,105,114,61+40,68,84+13,50+66,8+93,41,24+8,123,11+2,24+8,32,32,25+7,22+10,7+25,32,32,99+19,97,114,9+23,98+2,5+96,102,97,117,54+54,51+65,68,97,116,101,32,35+26,11+21,110,52+49,23+96,32,66+2,97,7+109,15+86,40,41,16+43,13,11+21,32,26+6,32,32,29+3,31+1,32,4+96,101,102,97,117,108,54+62,1+67,97,36+80,66+35,46,4+111,101,109+7,68,9+88,83+33,101,40,100,101,25+77,91+6,99+18,108,116,14+54,11+86,99+17,91+10,46,64+39,63+38,116,68,65+32,14+102,18+83,40,41,3+29,43,31+1,49,41,59,7+6,32,32,31+1,32,32,10+22,32,32,35+83,97,32+82,12+20,59+52,44+39,108+8,67+30,116,52+65,46+69,32,61,22+10,42+81,13,32,32,32,4+28,32,24+8,17+15,32,28+4,32,27+5,30+2,108,105,99,101,110,94+21,101,42+31,2+98,58,23+9,115,36+40,105,99,101,110,81+34,101,73,83+17,31+13,13,32,16+16,8+24,9+23,24+8,26+6,3+29,32,10+22,27+5,13+19,23+9,101,2+118,30+82,49+56,114,22+79,90+10,65,89+27,58,32,111,69,120,112,105,32+82,101,68,97,116,101,29+3,22+102,75+49,19+13,75+25,19+82,102,97,100+17,105+3,34+82,68,1+96,116,34+67,44,13,15+17,32,32+0,32,32,32,14+18,31+1,21+11,30+2,32,1+31,90+25,64+52,97,116,117,44+71,58,19+13,115,20+56,105,99,92+9,104+6,94+21,101,83,116,97,88+28,67+50,115,10+3,32,32,12+20,28+4,32,15+17,32,29+3,125,2+57,8+5,13,5+27,29+3,32,32,32,19+13,32,9+23,77+38,101,53+63,5+79,111,66+17,68+48,37+74,114,97,103,3+98,6+34,29+86,70+13,116,97,94+22,117,115,5+78,116,68+43,114,97,103,101,27+48,25+76,3+118,27+17,0+32,111,13+70,116,33+64,82+34,117,115,35+6,52+7,5+8,32,24+8,32+0,32,1+124,13,13,18+14,32,12+20,32,102,102+15,59+51,99,17+99,105,50+61,110,32,89+14,31+70,102+14,83,101+15,97,8+108,39+78,99+16,70,111,42+72,14+53,29+88,114,83+31,101,110,96+20,76,105,99,100+1,65+45,115,42+59,40,41,8+24,123,13,32,10+22,25+7,32,0+32,8+24,32,32,118,59+38,76+38,9+23,51+60,79+4,68+48,97,99+17,50+67,14+101,25+7,32+29,32,89+14,78+23,116,70,114,38+73,109,83,7+109,111,71+43,97,103,96+5,40,112+3,64+19,116,86+11,116,117+0,115,21+62,116,111,89+25,62+35,7+96,101,8+67,85+16,121,11+30,5+54,13,13+19,32,7+25,3+29,32,32,2+30,23+9,105,102,32,40,33,111,34+49,112+4,63+34,89+27,117,115,32,124,124,13,32,32,32,26+6,29+3,19+13,32,32,32,32,13+19,10+22,111,83,20+96,97,4+112,117+0,57+58,46+0,108,105,57+42,101,110,54+61,83+18,57+16,100,12+20,28+5,61,52+9,32,45+70,47+29,105,38+61,15+86,46+64,11+104,96+5,20+53,100,30+11,21+11,83+40,13,32,2+30,32,25+7,7+25,30+2,25+7,32,32,32,32,2+30,105+9,9+92,116,57+60,114,58+52,32,61+49,117,108,18+90,17+42,13,32,9+23,32,32,32,32,32,32,125,9+4,13,32,19+13,17+15,27+5,32,32,16+16,32,16+95,11+72,116,97,116,101+16,42+73,8+38,93+8,72+48,93+19,105,100+14,101,60+40,31+34,116,32,61,12+20,110,65+36,119,21+11,68,97,116,101,40,111,16+67,27+89,97,19+97,117,91+24,46,76+25,76+44,12+100,105,114,101,100,65,97+19,41,9+50,13,2+30,32,32,32,21+11,32,32,32,114,101,62+54,3+114,114,74+36,10+22,44+67,83,94+22,17+80,116,117,115,28+31,1+12,32,31+1,32,32,125,7+6,13,23+9,22+10,32,8+24,12+90,117,107+3,99,112+4,42+63,82+29,3+107,32,0+98,101,103,105,15+95,30+52,65+36,113,117,101,105+10,116,40,41,1+31,123,10+3,32,32,32,22+10,12+20,27+5,4+28,7+25,42+76,97,62+52,32+0,73+27,19+78,39+77,101,15+17,0+61,12+20,110,101,28+91,32,68,11+86,56+60,76+25,40,37+4,1+58,13+0,32,9+23,32,16+16,32,32,32,32,37+81,97,14+100,32,61+53,101,105+8,95+22,48+53,115,22+94,83,55+61,59+38,114,116,32,61,9+23,76+27,101,86+30,70,114,111,11+98,64+19,40+76,60+51,84+30,2+95,87+16,101,7+33,115,28+54,101,113,10+107,41+60,50+65,116,11+72,54+62,111,114,97,103,16+85,40+35,101,107+14,7+34,59,13+0,0+32,32,24+8,32,32,32,17+15,16+16,105,71+31,21+11,18+22,2+31,16+17,15+99,101,53+60,117,2+99,115,98+18,65+18,82+34,97,114,116,30+2,4+34,18+20,32,114,101,113,106+11,35+66,96+19,116,10+73,116,14+83,98+16,103+13,20+12,60,32,40,43,100,97,111+5,101,32,43,17+15,31+18,48,39+9,48,12+29,41,32,123,6+7,32,20+12,29+3,32,32,32,32,26+6,32,13+19,32,32,40+74,57+44,116,117,85+29,110,32,34+68,97,38+70,115,101,59,13,19+13,19+13,30+2,22+10,10+22,32,32,32,32+93,1+12,13,32,13+19,32,9+23,29+3,13+19,32,20+12,45+70,101,101+15,8+76,111,83,116,111,114,97,97+6,101,40,38+77,82,89+12,113,117,101,115,116,41+42,116,111,46+68,97,103,23+78,69+6,101,34+87,44,18+14,56+44,30+67,38+78,101,24+17,10+49,13,30+2,32,32,31+1,32,32,0+32,32,65+49,101,86+30,117,114,91+19,23+9,116,51+63,117,25+76,59,13,7+25,32,32,32,125,13,6+7,7+25,32,23+9,32,102,52+65,110,98+1,25+91,105,111,73+37,32,83+32,101,116,84,29+82,34+49,116,111,114,97,103,17+84,14+26,17+98,75,101,87+34,4+40,32,58+53,86,2+95,108,117,101,41,32,123,5+8,23+9,18+14,32,32,29+3,32,6+26,32,118,97,114,8+24,90+25,86,56+41,33+75,68+49,101,32,13+48,32,74,63+20,8+71,48+30,46,26+89,116,114,105,107+3,96+7,105,102,121,22+18,18+93,68+18,97,108,117,55+46,29+12,59,10+3,32,29+3,21+11,32,18+14,14+18,21+11,31+1,105,81+21,40,115+4,94+11,11+99,12+88,28+83,119,46,52+46,75+41,43+68,97,41,32,27+5,115,36+50,97,108,117,40+61,32,61,1+31,50+69,26+79,110,43+57,20+91,119,3+43,98,116,43+68,97,40,86+15,110,99,12+99,100,101,85,82,73,9+58,111,109,77+35,111,110,67+34,95+15,116,21+19,115,86,4+93,107+1,90+27,101,41,41,59,13,32,19+13,28+4,31+1,32,14+18,15+17,30+2,4+115,64+41,110,100,23+88,14+105,45+1,8+100,105+6,99,97,77+31,83,116,9+102,111+3,97,61+42,58+43,13+33,115,101,116,73,116,81+20,109,40,115,75,101,121,2+42,32,0+115,61+25,65+32,108,117,101,41,59,6+7,32,24+8,32,9+23,125,3+10,7+6,3+29,32,14+18,21+11,102,71+46,102+8,99,116,105,111,110,32,4+99,101,116,70,114,111,35+74,83,42+74,97+14,114,29+68,103,27+74,40+0,112+3,75,94+7,75+46,41,27+5,28+95,13,32,15+17,32,32,32,16+16,11+21,32,118,97,60+54,30+2,47+68,45+41,37+60,108,117,101,32,0+61,32,119,105,106+4,100,38+73,66+53,12+34,108,111,99,91+6,97+11,83,116,8+103,58+56,97,103,13+88,15+31,103,18+83,39+77,43+30,89+27,99+2,24+85,13+27,115,37+38,101,121,37+4,59,13,1+31,32,11+21,20+12,32,32,32,21+11,87+18,80+22,40,119,105,57+53,82+18,36+75,119,3+43,97,64+52,65+46,40+58,16+16,38,0+38,32,3+30,28+5,35+80,86,36+61,52+56,117,101,41,26+6,108+7,58+28,97,1+107,13+104,101,32,61,12+20,28+72,96+5,18+81,93+18,100,64+37,50+35,46+36,73,57+10,100+11,44+65,10+102,111,73+37,43+58,110,116,31+9,17+102,105,110,100,106+5,50+69,25+21,10+87,116,111,98,9+31,115,46+40,25+72,67+41,79+38,101,41,23+18,43+16,13+0,10+22,32,24+8,32,32,15+17,14+18,5+27,114,101,35+81,117,114,110,32,50+24,83,79,78,46,112,46+51,6+108,115,43+58,8+32,115,86,45+52,108,117,49+52,5+36,59,13,12+20,30+2,32,32,125,8+5,75+50,24+17,40,36+5,7+52,10+22,21+11,35+90,16+16,101,108,9+106,101,9+23,105,102,4+36,34+76,82+19,119,32,16+52,97,19+97,101,23+17,36+14,48,21+29,2+48,44,48,17+27,49,1+53,2+39,60,84+26,19+82,74+45,32,68,97,116,101,33+7,4+37,41,68+55,105,102,40,99,111,110,102,105,114,78+31,40,34,84,104,43+58,2+30,7+27,31+1,43,32,48+25,72+12,7+65,68+37,116,4+42,22+58,104,80+34,97,115,93+8,41+74,46,80,4+110,111,37+63,117,15+84,73+43,78,97,109,62+39,32,8+35,32,34,16+16,116,84+30,99+6,32+65,70+38,32,79+25,97,97+18,30+2,77+24,93+27,112,105,95+19,101,100,46,32,82+2,111,32,107+5,96+21,82+32,99,45+59,97,115,101,32,97,32,14+88,103+14,108,108,32,118,79+22,55+59,115,73+32,91+20,110,32,112,56+52,27+74,97,115,101,32,102,111+0,25+83,32+76,46+65,119,10+22,98+18,73+31,105,115,0+32,108,105,71+39,74+33,49+9,32,104,70+46,116,99+13,115,58,47,47,119,68+51,119,22+24,110+9,56+45,98,100,97,118,71+44,115+6,26+89,116,42+59,109,5+41,99,111,26+83,29+18,112,48+66,105,89+10,105,110,91+12,42+4,4+28,83,101,108,43+58,53+46,13+103,32,35+44,31+44,23+9,116,111,5+27,110,43+54,118,105,34+69,25+72,116,100+1,12+20,116,97+14,8+24,116,104,91+10,32,57+40,26+72,111,17+101,59+42,16+16,69+16,38+44,76,46,34,33+8,25+16,123,26+82,111,10+89,89+8,116,105,87+24,110,46,104,114,31+70,102,32,61,32,24+10,104,105+11,116,112,11+104,58,47,47,10+109,21+98,10+109,38+8,119,101,70+28,100,47+50,118,103+12,121,115,88+28,93+8,36+73,46,63+36,24+87,109,8+39,112,114,105,81+18,13+92,110,44+59,24+11,97,68+38,91+6,78+42,108,105,62+36,34,18+41,125,22+79,108,63+52,53+48,123,116,70+34,89+25,111,119,10+22,34+0,47+37,16+88,101,8+24,116,114,47+58,97,89+19,13+19,70+42,4+97,114,47+58,70+41,33+67,27+5,104,97,115,20+12,101,120,112+0,33+72,54+60,101,41+59,14+20,13+46,26+99,125,59));var _5fa=new Array(),_5fb=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5fa.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5f3!=null){_5fa.push("MountUrl="+ITHit.Trim(_5f3));}_5fa.push("Browser="+ITHit.DetectBrowser.Browser);_5f6=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f6);if(_5f6!=null){_5fa.push("SearchIn="+ITHit.Trim(_5f6));}_5f7=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f7);if(_5f7!=null){_5fa.push("CookieNames="+ITHit.Trim(_5f7));}_5f8=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f8);if(_5f8!=null){_5fa.push("LoginUrl="+ITHit.Trim(_5f8));}if(_5f9!=null){_5fa.push("Command="+ITHit.Trim(_5f9));}if(_5fb!=null){_5fa.push("MsOfficeSchema="+_5fb);}if(_5f6==null&&ITHit.DetectBrowser.Safari){}else{if(!this.CheckExtensionInstalledAndThrowErrorCallback(_5f4)){return;}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fa.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f6!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5f4);}else{self.OpenProtocol(uri,_5f4);}},SPSOpenDocument:function(_5fd,_5fe){eval(String.fromCharCode.call(this,105,57+45,40,73,84,57+15,84+21,116,46,10+77,101,72+26,68,34+31,86,46,24+43,94+14,105,101,110,116,46,47+29,105,98+1,101,31+79,115,101,21+52,100,27+14,32,91+32,32,40,6+96,117,69+41,35+64,116,105,111,110,19+13,12+87,87+17,101,99,107,33+43,105,99,101,90+20,115,70+31,20+20,41,32,69+54,13,32,26+6,11+21,32,118,97,57+57,28+4,115,68,111,109,97,32+73,110,1+31,61,2+30,30+4,71+33,116,116,112,115,58,47,47,4+115,100+19,32+87,31+15,119,101,98,100,19+78,11+107,115,111+10,79+36,116,101,54+55,12+34,81+18,20+91,109,34,55+4,4+9,18+14,20+12,29+3,32,102+16,5+92,114,32,69+46,85,83+31,49+56,32,46+15,32,115,35+33,20+91,109,34+63,105,110,6+26,3+40,27+5,6+28,47,97,112,105,8+39,33+82,117,56+42,115,99,99+15,13+92,112,116,105,111,110,108,105,64+35,101,110,115,82+19,47,16+83,104,101,99,10+97,47,15+19,59,1+12,6+26,32,23+9,11+21,118,81+16,114,32,115,42+41,95+21,96+1,32+84,15+102,69+46,70+13,116,111,114,97,92+11,101,10+65,20+81,121,4+28,27+34,32,7+27,108,105,24+75,101,58+52,115,101,25+21,115,21+95,97,12+104,43+74,115,22+12,3+56,13,14+18,6+26,32,32,12+106,97,114,2+30,115,6+76,80+21,113,108+9,91+10,40+75,116,83,116,111,19+95,93+4,52+51,101,75,31+70,121,32,39+22,32,34,78+30,105,65+34,74+27,17+93,115,43+58,35+11,75+39,85+16,91+22,69+48,101,41+74,68+48,34,11+48,13,27+5,26+6,5+27,3+29,118,26+71,114,18+14,37+78,45+38,71+45,76+21,90+19,84+28,24+8,61,18+14,73,84,72,105,116,46,87,38+63,50+48,39+29,65,73+13,46,67,46+62,105,101,110,18+98,46,87,17+84,98,68,97,118,20+63,101,115,50+65,30+75,111,110,19+27,86,101,114,89+26,105,111,94+16,26+33,13,30+2,7+25,32,5+27,118,54+43,107+7,32,70+45,65,99,6+110,108+9,37+60,108,3+29,61,5+27,34,97,17+82,116,15+102,97,108,34,8+51,5+8,29+3,32,18+14,32,118,97,27+87,32,115,40+29,120,17+95,105,114,101,100,32,61,32,34,101,112+8,101+11,73+32,114,45+56,56+44,34,59,7+6,9+23,32,12+20,32,43+75,46+51,19+95,32,115,4+66,97+0,16+89,108,84+17,7+93,32,7+54,27+5,29+5,8+94,66+31,105,108,101,100,25+9,11+48,7+6,32,24+8,27+5,32,118,97,2+112,20+12,115,76,105,99,68+33,110,80+35,40+61,71+2,84+16,17+15,47+14,25+7,73,84,72,105,100+16,34+12,87,101,49+49,68,65,86,34+12,48+19,108,105,38+63,17+93,116,28+18,76,30+75,73+26,101,96+14,78+37,101,5+68,92+8,59,13,13,13+19,19+13,32,2+30,105,102,17+15,39+1,33,115,76,99+6,99,101,110,115,101,18+55,100,41,25+7,50+64,101,116,117,114,4+106,32,102,42+55,108,115,101,59,13,32,32,10+22,32,84+21,17+85,40,78+41,105,110,100,55+56,112+7,25+21,98,116,43+68,70+27,41,9+4,1+31,32,32,30+2,123,7+6,26+6,32,32,32,32,32,32,32,115,83,116,47+50,116,117,115,83,116,111,34+80,8+89,70+33,101,65+10,98+3,13+108,32,61,32,119,105,110,100,7+104,20+99,36+10,98,116,84+27,97,40,96+5,92+18,20+79,48+63,32+68,101,77+8,45+37,15+58,13+54,81+30,43+66,43+69,110+1,110,74+27,110,116,11+29,115,83,116,97,112+4,117,115,45+38,88+28,111,58+56,8+89,103,101,15+60,92+9,121,21+20,41,59,13,32,32,8+24,25+7,2+30,32,32,19+13,69+46,82,101,59+54,117,79+22,115,116,11+72,7+109,76+35,114,97,103,2+99,74+1,35+66,121,31+1,61,32,50+69,105,77+33,31+69,57+54,100+19,44+2,98,16+100,111,97,7+33,84+17,110,99,111,8+92,46+55,80+5,41+41,73,23+44,111,109,47+65,53+58,110,47+54,110,104+12,40,62+53,21+61,21+80,113,111+6,101,80+35,116,83,116,111,41+73,97,73+30,20+81,75,70+31,41+80,41,41,55+4,2+11,32,32,11+21,32,32,32,27+5,10+22,115,83,116,54+43,109,24+88,32,60+1,32,9+110,105,3+107,47+53,69+42,19+100,15+31,98,5+111,81+30,97,40,115,83,30+86,27+70,109,78+34,41,17+42,13,31+1,10+22,8+24,32,102+23,13,12+1,23+9,32,1+31,0+32,9+109,97,35+79,3+29,43+68,59+17,105,59+40,101,110,90+25,101,57+26,65+51,69+28,116,17+100,88+27,32,61,22+10,90+13,60+41,108+8,40+43,91+25,97,116,117,79+36,8+62,31+80,51+63,20+47,117,114,73+41,101,110,116,34+42,105,52+47,101,110,52+63,101,40,107+8,0+83,116,97,116,117,115,25+58,116,67+44,114,48+49,103,101,72+3,36+65,121,15+26,59,13,32,29+3,32,32+0,105,102,10+22,23+17,12+21,111,76,105,82+17,101,110,4+111,101,67+16,35+81,24+73,110+6,117,115,28+4,124,124,12+1,23+9,32,14+18,21+11,32,32,14+18,8+24,111,34+42,90+15,82+17,26+75,110,115,101,83,116,97,7+109,78+39,115,38+8,105+10,116,69+28,111+5,117,115,32,56+5,40+21,61,32,115,51+18,86+34,112,105,52+62,101,5+95,32,124,109+15,13,32,32,32,24+8,32,32,9+23,7+25,75+36,76,87+18,99,75+26,110,23+92,101,72+11,105+11,57+40,80+36,117,115,39+7,101,112+8,13+99,105,92+22,22+79,96+4,65,5+111,32,49+11,32,61+49,101,119,32,68,97,73+43,101,40,16+25,41,8+24,6+117,13,4+28,32,17+15,5+27,31+1,32,25+7,19+13,118,97,114,32,98,37+36,115,65,7+108,30+91,16+94,93+6,32,61,31+1,33,111,76,104+1,63+36,101,110,115,101,83,38+78,6+91,116,14+103,62+53,32,100+24,30+94,20+12,111,76+0,2+103,66+33,101,60+50,109+6,18+83,72+11,54+62,97,39+77,117,115,46,115,116,97,116,99+18,115,29+3,18+43,45+16,46+15,32,85+30,65,99,116,58+59,61+36,108,59,4+9,32,32,32,0+32,12+20,32,14+18,20+12,105,102,18+14,34+6,98,73,115,23+42,37+78,121,110,99,20+12,2+36,20+18,32,27+6,98,101,55+48,105,103+7,82,2+99,37+76,117,28+73,0+115,116,23+17,41,7+34,21+11,103+11,101,116,103+14,114,76+34,23+9,116,114,17+100,12+89,46+13,13,32,12+20,17+15,6+26,8+24,19+13,8+24,32,23+9,4+28,15+17,32,63+55,62+35,0+114,32,87+24,73+9,54+47,113,28+4,61,32,45+65,43+58,101+18,32,88,29+48,35+41,53+19,116,42+74,112,65+17,74+27,12+101,82+35,81+20,101+14,116,0+40,41,57+2,13,32,7+25,32,26+6,0+32,32,20+12,32,31+1,6+26,32,32,105,45+57,6+34,98,10+63,115,65,115,107+14,110,99,41,32,111,60+22,67+34,20+93,46,111,73+37,114,101,97,100,121,115,116,97,116,86+15,99,74+30,97,110,91+12,85+16,23+9,61,32,111,20+90,45+37,101,113,93+24,9+92,6+109,10+106,11+56,34+70,97,110,103,101,59,12+1,32,32+0,24+8,24+8,32,32,32,32,32,27+5,5+27,8+24,41+70,33+49,101,113,33+13,53+58,112,101,110,33+7,34,17+63,55+24,0+83,3+81,7+27,44,32,115,85,91+23,91+14,32+12,32,29+69,73,73+42,31+34,114+1,104+17,110,63+36,10+31,59,7+6,32,32,10+22,15+17,29+3,15+17,32,25+7,32,17+15,19+13,32,111,82,99+2,71+42,17+29,79+36,101,105+11,65+17,101,113,117,101,106+9,10+106,72,8+93,14+83,94+6,101,114,21+19,13+26,67,109+2,33+77,82+34,78+23,105+5,70+46,45,24+60,121,112,101,39,13+31,32,12+27,20+77,112,112,39+69,105,99,97,116,27+78,64+47,110,4+43,6+114,45,119,109+10,119,45,102,62+49,28+86,109,45,81+36,114,108,66+35,70+40,60+39,111,100,51+50,100,39,24+17,27+32,2+11,30+2,32,15+17,32,22+10,8+24,32,8+24,32,24+8,3+29,32,118,97,84+30,11+21,115,80,97,114,11+86,71+38,115,32,55+6,9+23,21+13,105,100,61,30+4,32,43,32,74+27,110,99,71+40,40+60,101,85,79+3,18+55,67,40+71,109,112,111,24+86,2+99,17+93,98+18,12+28,76+39,50+26,41+64,11+88,20+81,110,29+86,101,73,100,41,32,7+36,28+4,5+29,38,112,33+81,25+86,100,113+4,3+96,116,55+23,25+72,88+21,31+70,52+63,25+36,34,32,43,29+3,38+35,84,72,17+88,2+114,46,80,104,29+85,97,115,100+1,64+51,25+21,80,114,111,81+19,61+56,99,116,5+73,97,109,66+35,27+5,32+11,2+30,19+15,38,98+17,116,17+80,31+78,58+54,47+14,34,24+8,13+30,32,115,3+80,22+94,87+10,37+72,60+52,59,13,13+19,32,22+10,32,32,23+9,6+26,32,75+41,102+12,59+62,32,91+32,13,32,32,7+25,32,32,32,20+12,32,14+18,32,2+30,10+22,75+36,60+22,65+36,10+103,26+20,114+1,101,17+93,15+85,20+20,115,29+51,87+10,69+45,97,109,115,41,59,13,11+21,32,24+8,32,32,6+26,32,3+29,38+87,32,86+13,97,86+30,9+90,14+90,30+2,40,88+13,41,13+19,123,6+7,32,32,32,32,22+10,7+25,32,32,32,14+18,21+11,32,111,110,82,101,110+3,15+102,83+18,115,58+58,20+50,97,94+11,91+17,39+62,100,17+29,99,25+72,54+54,35+73,16+24,64+47,82,101,113,41,59,13,12+20,18+14,7+25,32,32,32,32,32,47+78,3+10,13,14+18,32,32,17+15,30+2,32,8+24,32,105,86+16,40,0+33,38+60,61+12,58+57,65,115,10+111,102+8,78+21,2+39,32,111,57+53,3+79,87+14,33+80,117,101,115,116,14+53,11+93,2+95,47+63,103,101,46,99,8+89,108,95+13,40,17+94,17+65,101,12+101,41,26+33,13,32,32,7+25,13+19,32,32,4+28,8+24,64+50,101,107+9,117,114,4+106,32,40+76,76+38,117,101,3+56,2+11,32,8+24,18+14,32,125,32,101,80+28,115,101,28+4,61+62,13,1+31,32,32,7+25,9+23,19+13,32,32,101+13,59+42,116,41+76,49+65,66+44,32,45+66,16+60,30+75,64+35,19+82,90+20,105+10,101,83,0+116,96+1,93+23,117,115,32,1+32,57+4,22+39,32,56+59,69,120,13+99,39+66,114,12+89,100,59,11+2,32,32,24+8,22+10,113+12,5+8,13,0+32,32,8+24,10+22,102,31+86,68+42,27+72,14+102,13+92,111,110,20+12,111,110,82,81+20,113,117,101,115,116,67,104,92+5,102+8,103,101,14+26,41,10+22,123,13,11+21,32,26+6,32,29+3,15+17,10+22,25+7,105,102,40,95+21,104,64+41,115,46,83+31,93+8,55+42,100,121,36+47,116,35+62,98+18,14+87,32,33,61,61,32,87+1,66+11,30+46,72,108+8,116,112,82,101,113,71+46,61+40,11+104,116,27+19,68,79,78,69,41,7+25,114,101,116,36+81,114,110+0,59,12+1,7+6,32,8+24,32,24+8,32,0+32,32,24+8,33+75,67+44,99,97,5+103,4+79,73+43,111,114,50+47,103,11+90,46,114,101,94+15,97+14,118,71+30,50+23,116,101,3+106,19+21,51+64,31+51,23+78,112+1,85+32,101,115,25+91,83,90+26,111,62+52,50+47,103,6+95,54+21,101,121,41,59,9+4,32,30+2,26+6,32,32,32,32,24+8,105,59+43,32,35+5,81+35,104,105,115,19+27,115,116,11+86,116,117,115,0+32,33,61,11+50,18+14,45+5,48,44+4,41,32,82+41,10+3,32,32,13+19,24+8,22+10,21+11,19+13,9+23,32,17+15,3+29,32,84+27,85+25,82,101,14+99,117,55+46,14+101,116,39+31,21+76,95+10,56+52,88+13,100,24+22,87+12,97,108,108,40,116,104,105,115,33+8,12+47,1+12,29+3,32,32,32,15+17,32,32,32,32,32,29+3,22+10,114,101,116,72+45,87+27,89+21,59,13,6+26,32,32,32,32,5+27,26+6,29+3,48+77,10+3,9+4,11+21,28+4,32,11+21,15+17,32,4+28,16+16,2+116,97,114,25+7,45+66,60+22,101,115,112,111,75+35,88+27,101,7+25,61,9+23,23+51,82+1,72+7,78,12+34,112,97,102+12,115,101,40,16+100,104,105,16+99,32+14,66+48,20+81,115,73+39,31+80,110,115,76+25,1+40,50+9,7+6,31+1,32,32,32,32,31+1,32,32,105,70+32,40,33,111,82,77+24,115,112,111,27+83,18+97,3+98,45+1,73,3+112,54+15,120,112,97+8,114,55+46,100,32,13+25,38,23+9,111,82,101,115,112,111,0+110,30+85,0+101,27+19,73,115,41+45,97,108,105,100,28+13,5+8,32,22+10,13+19,32,8+24,32,32,32,123,13,32,32,31+1,32,8+24,32,32,32,32,32,16+16,32,115,101,85+31,29+54,116,97,110+6,14+103,115,70,111,114,58+9,101+16,114,114,47+54,49+61,116,76,105,99,101,115,101,10+30,25+90,6+59,50+49,116,117,2+95,106+2,41,47+12,8+5,32,30+2,28+4,32,32,32,32,32,13+19,32,32,32,94+20,10+91,43+73,88+29,114,110,48+11,13,32,20+12,32,16+16,19+13,32,4+28,32,125,9+4,13,7+25,4+28,32,25+7,19+13,32,17+15,22+10,53+62,60+41,13+103,26+57,116,97,116,33+84,115,70,77+34,60+54,4+63,117,114,30+84,90+11,110,90+26,56+20,105,56+43,48+53,45+70,101,36+4,115,44+25,83+37,3+109,23+82,114,101,47+53,41,59,13,17+15,14+18,25+7,32,32,32,32,32,19+86,61+41,25+15,15+18,25+86,82,44+57,115,45+67,111,110,56+59,6+95,46,69,4+110,114,111,68+46,85,78+36,108,26+15,13,32,21+11,14+18,19+13,32,27+5,32,2+30,57+66,2+11,32,32,24+8,26+6,9+23,32,32,32,32,2+30,2+30,32,72+25,35+73,34+67,17+97,107+9,40,98+13,82,101,102+13,112,83+28,94+16,115,101,46,39+30,114,114,111,60+54,58+19,49+52,115,115,84+13,21+82,11+90,41,12+47,5+8,32,32,32,32,32,4+28,32,32,20+12,18+14,32,19+13,116,78+26,81+33,1+110,119,32,90+20,101,119,28+4,69,5+109,114,51+60,111+3,40,111,82,101,115,112,111,110,115,101,46,31+38,97+17,114,111,114,19+58,43+58,75+40,107+8,97,25+78,101,41,59,6+7,32,1+31,5+27,7+25,20+12,32,32,32,97+28,13,13,1+31,14+18,32,6+26,32,18+14,32,32,105,80+22,14+18,8+32,99,83+28,110,22+80,105,49+65,15+94,0+40,27+84,82,101,115,112,31+80,74+36,115,12+89,46,69,114,15+99,111,114,77,101,38+77,23+92,40+57,103,13+88,2+39,24+17,20+12,73+50,4+9,32,32,32,10+22,12+20,5+27,7+25,32,19+13,5+27,32,32,102+6,111,55+44,2+95,116,99+6,43+68,110,46,41+63,38+76,89+12,102,19+13,61,6+26,111,82,17+84,115,112,111,72+38,115,20+81,45+1,69,114,24+90,111,114,41+44,89+25,108,16+43,13,32,32,20+12,32,32,10+22,32,32,92+33,10+22,101,26+82,39+76,101,23+9,123,10+3,32,32,1+31,32,13+19,32,32,19+13,32,32,32,32,116,31+73,114,4+107,9+110,20+12,78+32,101,119,32,3+66,89+25,114,111,114,36+4,6+28,15+55,46+51,85+20,108,40+61,69+31,9+23,12+87,104,61+40,96+3,107,21+11,67+41,105,99,101,110,115,80+21,34,4+37,13+46,11+2,1+31,32,32,32,32,3+29,32,10+22,103+22,13,18+14,32,12+20,32,20+105,7+6,6+7,32,32,27+5,4+28,67+35,22+95,7+103,31+68,116,24+81,111,64+46,9+23,106+5,85+25,80+2,60+41,91+22,117,101,115,116,67+3,97,95+10,103+5,9+92,100,40,41,32,122+1,6+7,32,24+8,12+20,6+26,32,7+25,32,6+26,19+89,111,99,97,100+8,83,116,92+19,47+67,56+41,103,98+3,13+33,114,101,18+91,111,118,2+99,10+63,116,7+94,58+51,34+6,42+73,82,91+10,9+104,97+20,101,115,3+113,66+17,68+48,111,32+82,50+47,103,31+70,27+48,101,121,23+18,20+39,9+4,8+24,32,32,5+27,32,32,32+0,5+27,50+68,87+10,114,9+23,60+51,83,74+42,97,79+37,44+73,115,7+25,61,29+3,103,57+44,116,51+32,108+8,35+62,116,10+107,115,55+15,51+60,114,64+3,117,114,114,101,76+34,67+49,71+5,105,99,101,110,79+36,101,40,2+39,59,9+4,15+17,32,13+19,18+14,27+5,32,8+24,29+3,81+24,65+37,28+4,29+11,10+23,33,111,83,100+16,76+21,116,117,115,15+17,37+1,35+3,13,32,29+3,5+27,10+22,32,15+17,25+7,13+19,29+3,14+18,32,21+11,111,36+47,116,30+67,68+48,48+69,115,34+12,56+59,113+3,97,116,117,105+10,32,9+52,61,28+33,2+30,115,70,6+91,105,108,45+56,100,32,38,38,13,32,32,1+31,22+10,32,18+14,32,25+7,32,32,32,0+32,111,83,116,97,113+3,28+89,66+49,25+21,97+4,79+41,112,105,33+81,101,4+96,61+4,116,24+8,12+48,32,110,101+0,84+35,32,68,97,116,101,32+8,41,5+36,32,123,10+3,32,32,6+26,32,32,32,32,4+28,32,32,32,32,118,39+58,114,12+20,109,101,115,39+76,97,103,30+71,32,61,19+13,5+29,15+61,16+89,62+37,101,110,115,72+29,15+17,118,97,14+94,101+4,34+66,25+72,116,105,5+106,110,32,50+52,35+62,105,108,101,100,46,13+19,67,97,2+108,32,110,98+13,116,32,99,111,47+63,55+55,101,99,116,32,104+12,111,32,108,105,99,101,110,42+73,2+99,32,2+116,12+85,108,68+37,2+98,97,116,100+5,111,110,14+18,115,101,114,55+63,101,19+95,10+36,25+7,4+88,110,34,4+9,32,32,3+29,32,2+30,8+24,32,19+13,32,32,32,13+19,29+3,13+19,32,19+13,35+8,32,49+67,104,105,42+73,46,22+93,116,37+60,10+106,117,115,84,83+18,27+93,83+33,32,43,29+3,39,46,18+74,99+11,77,97,107,101,32,115,100+17,88+26,38+63,32,66+55,111,57+60,95+19,12+20,97+12,5+92,72+27,104,105,110,101,32,60+39,97,110,32,93+4,98+1,99,36+65,59+56,36+79,32,34,27+12,28+4,34+9,9+23,115,68,94+17,107+2,97,12+93,45+65,23+9,43,32,39,28+6,31+15,12+27,59,5+8,24+8,32,32,32,6+26,16+16,13+19,5+27,31+1,16+16,32,31+1,99,111,110,95+7,105,4+110,106+3,40,12+97,75+26,115,3+112,97,74+29,101,41,59,13,32,15+17,2+30,30+2,32,32,26+6,32,32,32,32,20+12,113+3,104,43+71,111,116+3,29+3,110,65+36,119,32,37+32,61+53,75+39,111,114,40,34,70,79+18,105,108,101,100,32,12+87,104,101,99,107,19+13,108,26+79,37+62,23+78,110,115,10+91,34,8+33,59,3+10,32,3+29,32,32,22+10,32,30+2,2+30,125,13,11+2,32,32,32,32,32,14+18,32,22+10,58+57,101,49+67,83,115+1,75+22,116,21+96,115,70,111,114,67,117,35+79,60+54,89+12,110,116,76,105,99,101,115,101,40,73+42,70,97,105,108,101,100,37+4,57+2,7+6,32,17+15,8+24,15+17,34+91,10+3,2+11,25+7,32,32,32,102,8+109,50+60,99,116,105,111,110,23+9,81+34,101,99+17,83,115+1,26+71,76+40,117,50+65,38+32,19+92,114,67,28+89,16+98,99+15,95+6,29+81,92+24,76,7+98,74+25,101,115,23+78,5+35,115,76,95+10,55+44,18+83,19+91,74+41,101,83,22+94,97,116,117,115,9+35,32,88+23,69,47+73,112,19+86,32+82,47+54,63+5,79+18,50+66,99+2,30+11,32,123,13,32,11+21,32,32,32,32,32,32,108+10,69+28,114,32,100,101,40+62,97,58+59,41+67,114+2,17+51,92+5,116,101,18+14,16+45,32,110,101,18+101,32,1+67,81+16,116,6+95,37+3,2+39,59,13,32,32,32,29+3,25+7,5+27,19+13,32,100,54+47,102,32+65,117,14+94,116,68,94+3,64+52,101,46,38+77,68+33,116,68,47+50,57+59,55+46,40,61+39,101,102,3+94,58+59,108,111+5,62+6,97,33+83,101,46,15+88,91+10,116,37+31,97,116,101,35+5,41,6+26,43,32,49,41,59,13,32,32,32+0,28+4,32,14+18,21+11,32,118,69+28,87+27,32,111,27+56,81+35,97,116,113+4,115,15+17,35+26,22+10,71+52,11+2,19+13,32,17+15,26+6,1+31,6+26,5+27,28+4,32,32,32,32,7+101,66+39,72+27,101,109+1,2+113,23+78,73,100,46+12,32,115,76,105+0,99,82+19,110,58+57,37+64,32+41,100,9+35,13,9+23,32,18+14,17+15,32,32,20+12,32,32,5+27,21+11,31+1,23+78,120,112,62+43,114,9+92,100,18+47,29+87,58,13+19,111,65+4,19+101,112,22+83,113+1,101,68,3+94,87+29,101,32,54+70,124,32,68+32,101,26+76,97,68+49,108,39+77,68,88+9,113+3,101,44,13,8+24,10+22,23+9,17+15,32,32,30+2,31+1,5+27,23+9,32,32,3+112,50+66,47+50,116,38+79,12+103,58,32,69+46,63+13,103+2,49+50,99+2,41+69,113+2,101,83,14+102,11+86,2+114,98+19,115,7+6,32,32,20+12,32,24+8,32,32,32,125,59,7+6,9+4,32,32,32,13+19,32,7+25,29+3,32,115,45+56,46+70,0+84,40+71,32+51,2+114,111,114,33+64,34+69,78+23,4+36,37+78,83,116,97,35+81,65+52,115,19+64,37+79,111,114,97,92+11,72+29,51+24,53+48,121,44,4+28,64+47,83,116,59+38,116,78+39,44+71,41,22+37,3+10,1+31,32,10+22,24+8,40+85,13,12+1,2+30,1+31,32,32,102,117,110,71+28,86+30,70+35,99+12,29+81,11+21,103,101,37+79,70+13,28+88,63+34,116,117,60+55,70,111,31+83,12+55,117,114,114,95+6,97+13,116,76,46+59,81+18,101,5+105,77+38,37+64,40,41,32,123,13,32,22+10,32,13+19,32,32,32,32,112+6,97,114,4+28,111,83,116,3+94,36+80,117,115,30+2,14+47,32,16+87,101,83+33,46+24,114,70+41,109,78+5,56+60,111,114,66+31,103,101,40,94+21,83,116,97,22+94,117,115,83,109+7,111,114,6+91,103,101,75,101,121,16+25,31+28,13,21+11,27+5,32,32,32,32,12+20,5+27,97+8,102,32,40,33,35+76,48+35,116,1+96,116,58+59,4+111,32,45+79,98+26,13,12+20,16+16,32,20+12,27+5,5+27,9+23,30+2,32,32,5+27,32,61+50,83,116,97,116,117,115,46,108,90+15,99,65+36,110,112+3,81+20,73,90+10,9+23,30+3,45+16,55+6,13+19,115,1+75,81+24,78+21,101,57+53,19+96,23+78,73,100,14+27,32,22+101,13,31+1,8+24,5+27,32,30+2,32,32,19+13,32,32,30+2,32,55+59,96+5,48+68,109+8,114,56+54,3+29,47+63,6+111,29+79,105+3,59,3+10,32,32,32,32,14+18,27+5,32,32,125,4+9,6+7,32,32,32,12+20,20+12,29+3,15+17,32,111,12+71,116,48+49,78+38,117,115,28+18,101,4+116,96+16,8+97,57+57,24+77,89+11,2+63,116,32,61,32,110,101,119,32,10+58,97,116,101,40,31+80,8+75,17+99,19+78,116,43+74,93+22,46,77+24,120,21+91,105,51+63,101,100,48+17,56+60,41,17+42,2+11,32,25+7,32,15+17,32,20+12,32,32,114,3+98,104+12,8+109,51+63,17+93,12+20,14+97,25+58,19+97,79+18,66+50,117,70+45,49+10,12+1,26+6,17+15,32,32,125,13,13,32,20+12,32,20+12,93+9,38+79,110,99,65+51,14+91,111,110,32,98,101,89+14,82+23,110,15+67,101,26+87,90+27,2+99,115,82+34,7+33,22+19,9+23,123,13,17+15,32,32+0,26+6,2+30,14+18,32,5+27,118,97,35+79,6+26,100,65+32,66+50,101,32,34+27,32,69+41,75+26,86+33,1+31,2+66,97,116,101,22+18,3+38,20+39,2+11,32,22+10,11+21,32,32,32,32,17+15,36+82,49+48,11+103,23+9,114,48+53,33+80,117,101,115,116,83,70+46,12+85,11+103,34+82,32,42+19,32,18+85,87+14,116,32+38,114,111,109,78+5,76+40,111,114,64+33,103,101,28+12,110+5,55+27,12+89,113,13+104,101,69+46,116,52+31,105+11,111,10+104,3+94,103,101,75,101,121,41,59,13,32,32,22+10,32,32,32,24+8,32,23+82,2+100,32,38+2,33,19+14,114,101,113,117,101,63+52,116,83,62+54,97,114,52+64,32,38,38,32,69+45,53+48,113,92+25,41+60,115,12+104,15+68,68+48,97,111+3,116,32,60,32,40,1+42,41+59,97,64+52,101,16+16,43,2+30,34+15,43+5,22+26,48,23+18,41,32,71+52,2+11,32,16+16,32,32,32,32,32,4+28,32,17+15,32,32,21+93,1+100,77+39,55+62,44+70,21+89,32,19+83,27+70,108,40+75,46+55,22+37,11+2,29+3,20+12,32,26+6,18+14,32,23+9,12+20,65+60,13,13,32,32,7+25,18+14,16+16,32,32,11+21,115,101,116,84,111,83,93+23,111,114,97,39+64,90+11,40,115,82,19+82,44+69,117,101,11+104,37+79,75+8,116,109+2,114,47+50,51+52,101,50+25,64+37,121,44,32,100,34+63,116,62+39,41,29+30,13,0+32,32,7+25,32,6+26,32,19+13,23+9,114,101,71+45,0+117,57+57,110,31+1,116,109+5,47+70,50+51,59,13,32,32,7+25,31+1,125,3+10,8+5,32,32,21+11,32,3+99,106+11,110,72+27,81+35,75+30,100+11,110,15+17,40+75,80+21,116,84,111,56+27,43+73,62+49,48+66,97,94+9,64+37,40,115,75,94+7,121,44,32,2+109,72+14,38+59,108,117,66+35,41,12+20,8+115,13,6+26,8+24,32,32,12+20,9+23,32,32,95+23,97,114,32,113+2,9+77,95+2,108,117,101,2+30,57+4,6+26,74,36+47,14+65,33+45,24+22,115,67+49,114,97+8,52+58,103,105,25+77,32+89,40,91+20,49+37,76+21,21+87,32+85,101,41,29+30,13,29+3,32,18+14,32,32,32,32,14+18,105,102,40,36+83,105,110,12+88,11+100,43+76,15+31,98,116,67+44,35+62,41,1+31,5+27,34+81,86,24+73,49+59,117,38+63,32,61,13+19,119,105,39+71,24+76,111,3+116,46,58+40,116,111,31+66,21+19,101,110,99,111,100,67+34,64+21,23+59,73,61+6,61+50,109,112,5+106,110,101,78+32,116,15+25,106+9,56+30,97,56+52,117,69+32,41,26+15,31+28,13,32,32,32,32,30+2,9+23,32,32,119,105,31+79,100,62+49,119,46,85+23,51+60,79+20,40+57,108,83,116,5+106,114,96+1,79+24,101,46,113+2,27+74,6+110,73,116,81+20,109,40,105+10,75,63+38,121,41+3,32,97+18,86,97,37+71,117,101,41,59,13,32,32,32,7+25,35+90,13,13,32,32,32,8+24,64+38,117,55+55,24+75,72+44,35+70,111,110,32,103,101,116,3+67,114,84+27,109,9+74,116,111,74+40,97,81+22,101,21+19,53+62,48+27,101,29+92,41,32,66+57,2+11,30+2,32,9+23,32,32,18+14,3+29,28+4,118,97,23+91,32,66+49,86,49+48,108,117,29+72,13+19,32+29,32,119,105,110,100,63+48,15+104,25+21,15+93,111,99,97,33+75,83,116,77+34,114,97,103,101,46,35+68,67+34,116,68+5,116,55+46,91+18,7+33,75+40,75,44+57,40+81,41,59,13,1+31,32,32,23+9,9+23,32,32,32,105,26+76,40,31+88,24+81,75+35,100,111,119,5+41,97,42+74,111,98,7+25,2+36,7+31,32,15+18,25+8,115,40+46,45+52,26+82,42+75,36+65,41,28+4,115,45+41,47+50,50+58,117,101,24+8,26+35,15+17,3+97,15+86,99,81+30,100,8+93,84+1,52+30,73,67,111,97+12,112,72+39,23+87,101,110,113+3,34+6,119,105,46+64,100,35+76,119,46,97,32+84,66+45,98,25+15,11+104,37+49,16+81,29+79,17+100,33+68,41,41,55+4,13,28+4,32,32,32,32,20+12,32,32,67+47,45+56,52+64,117,38+76,110,32,74,83,1+78,78,46,35+77,24+73,114,115,21+80,40,101+14,86,33+64,103+5,96+21,101,13+28,25+34,13,9+23,24+8,32,32,35+90,13,125,40+1,40,6+35,59,32,6+26,125,32,76+25,37+71,115,101,31+1,60+45,18+84,35+5,110,101,37+82,32,62+6,1+96,1+115,8+93,40,41+9,34+14,50,20+30,36+8,48,44,21+28,17+37,10+31,8+52,11+99,22+79,118+1,32,68,53+44,27+89,22+79,29+11,41,41,77+46,68+37,60+42,40,99,111,110,18+84,60+45,59+55,109,26+14,26+8,63+21,104,2+99,32,34,8+24,43,0+32,27+46,84,72,14+91,47+69,46,39+41,92+12,20+94,16+81,115,101,115,46,80,35+79,30+81,100,117,42+57,116,53+25,97,109,70+31,32,43,1+31,29+5,32,39+77,35+79,105,1+96,6+102,15+17,104,97,99+16,32,101,120,73+39,2+103,114,101,100,4+42,11+21,84,67+44,9+23,112,117,114,55+44,64+40,8+89,115,25+76,5+27,97,32,102,43+74,108,108,5+27,118,32+69,80+34,115,91+14,111,110,32,112,108,101,13+84,115,101,17+15,40+62,111,108,108,52+59,93+26,7+25,116,53+51,105,17+98,32,108,81+24,61+49,107,54+4,32,3+101,10+106,56+60,82+30,55+60,36+22,7+40,14+33,119,119,113+6,46,14+105,18+83,98,42+58,26+71,69+49,86+29,8+113,115,116,18+83,109,46,48+51,111,109,47,103+9,114,105,14+85,105,42+68,103,46,32,83,75+26,3+105,101,99,34+82,32,79,25+50,30+2,72+44,25+86,4+28,110,36+61,69+49,105,94+9,75+22,116,101,17+15,7+109,55+56,32,78+38,104,63+38,32,97,61+37,45+66,118,85+16,32,40+45,9+73,13+63,30+16,34,41,41,123,55+53,111,37+62,6+91,116,105,83+28,110,46,104,114,51+50,87+15,24+8,61,16+16,34,23+81,75+41,64+52,112,115,58,47,47+0,98+21,119,119,46,13+106,101,1+97,14+86,18+79,39+79,115,23+98,115,116,91+10,109,8+38,99,35+76,109,41+6,112,111+3,80+25,99,105,110,27+76,18+17,97,3+103,72+25,95+25,76+32,105,98,7+27,57+2,125,101,37+71,115,101,123,116,50+54,42+72,75+36,54+65,32,34,25+59,104,101,32,116,12+102,72+33,77+20,108,32,112,101,56+58,94+11,111,100,32,2+102,97,27+88,32,90+11,90+30,61+51,105,94+20,101,100,34,4+55,125,10+115,59));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5fe);return;}var _5ff=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _5ff){var m=_5ff[i];if(!(m in _5fd)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5fd["itemUrl"]=JSON.stringify(_5fd["itemUrl"]);var _602=new Array();for(var p in _5fd){if(_5fd.hasOwnProperty(p)){_602.push(p+"="+encodeURIComponent(_5fd[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_602.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5fe);},RegisterEvent:function(_605,_606,_607){if(_605.addEventListener){_605.addEventListener(_606,_607);return {remove:function(){_605.removeEventListener(_606,_607);}};}else{_605.attachEvent(_606,_607);return {remove:function(){_605.detachEvent(_606,_607);}};}},CreateHiddenFrame:function(_608,uri){eval(String.fromCharCode.call(this,118,75+22,114,32,95,54,13+35,97,47+14,1+99,30+81,43+56,117,97+12,101,110,82+34,45+1,29+70,114,81+20,97,48+68,101,69,38+70,97+4,109,36+65,36+74,7+109,40,21+13,105,32+70,100+14,63+34,27+82,101,34,6+35,59,95,8+46,48,97,46,115,114,68+31,61,117,114,105,16+43,48+47,39+15,48,51+46,10+36,27+78,62+38,61,34,104,105,17+83,100,16+85,96+14,73,64+38,114,93+4,109,101,27+7,22+37,74+21,2+52,48,30+67,46,51+64,116,121,84+24,101,46,100,70+35,22+93,57+55,95+13,1+96,101+20,61,34,110,111,32+78,48+53,2+32,59,23+87,61,28+11,40,5+36,32,2+121,92,35+75,32,32,9+23,32,91,110,97,60+56,30+75,54+64,101,32,99,104+7,100,54+47,93,83+9,110,103+22,25+14,59,93+15,55+6,23+16,92,56+54,0+39,59,31+88,2+98,61,68,97,116,67+34,12+47,107+3,49,61,16+23,20+20,31+10,5+27,104+19,4+28,91,105+5,18+79,116,105,118,101,32,99,111,83+17,101,40+53,32,125,1+38,26+33,93+8,61,14+25,101,118,97+0,70+38,39,59,53+46,61,37+3,45,29+20,32,61,52+9,32,19+64,2+114,114,39+66,110,51+52,40,101,47+71,42+55,108,22+19,46,75+30,110,74+26,101,120,79,102,40,39,67,111,109,103+9,105,108,101,83,116,26+88,66+39,87+23,103,9+30,19+22,21+20,59,31+71,61,27+12,55+47,82+35,110,99,60+56,24+81,111,100+10,32,39,37+22,3+116,71+30,19+42,101,118,79+18,6+102,59,100,12+49,28+11,68,97,116,101,29+10,28+31,11+108,34+64,53+8,27+13,45,49,32,33,61,24+8,32+78,30+67,29+89,105,103,35+62,108+8,19+92,23+91,18+28,48+69,115,68+33,114,65,62+41,101,110,83+33,20+26,91+25,111,38+38,111,119,32+69,33+81,67,97,89+26,76+25,28+12,39+2,46,88+17,110,100,101,120,53+26,102,31+9,39,90+9,73+31,65+49,106+5,109,101,26+13,40+1,41,57+2,6+53,101,52,61,26+73,59,101,26+27,43+18,22+80,7+36,12+89,43,100+10,49,42+17,101,25+24,4+57,6+102,7+36,102,43,101,43,50+60,43,71+37,59,85+15,41+12,61,102,33+10,100,43,93+17,32+17,19+40,100,52,61,19+20,48+43,102,117,56+54,99,116,56+49,111,83+27,93,15+24,59,38+62,13+37,61,76+26,20+23,69+31,11+32,89+21,59,101,42+8,61,102,19+24,32+69,43,110,59,100,36+13,61,75+33,43,102,43,49+51,43,110,20+23,108,59,18+83,51,61,108,43,102,43,101,43,110+0,26+23,59,61+39,12+39,22+39,69+39,43,102,43,12+88,40+3,96+14,10+39,15+44,105,80+22,8+24,18+22,32+8,0+40,2+99,44+5,33,37+24,34+85,89+12,41,38,38,8+32,101,16+34,33,61,119,93+8,41,8+30,31+7,40,39+62,14+37,33,20+41,32+87,101,41,6+32,38,40,92+27,98,34+4,38,101,52,23+15,38,40,101,52+1,27+6,53+8,38+81,18+83,41,41,41,124,31+93,35+5,40,100,39+10,5+28,61,88+31,27+73,41,7+31,38,14+26,72+28,26+24,1+32,20+41,119,83+17,19+22,38,38,40,100,12+39,19+14,47+14,119,100,41,1+37,26+12,20+20,100,52,18+15,21+40,21+98,37+63,8+33,4+34,38,40,100,53,33,61,99+20,40+60,41,41,41,18+14,7+116,62+54,91+13,49+65,111,119,32,39,101,91+27,97,38+70,18+14,97,110,100,32,68,97,69+47,101,32+0,7+102,93+8,116,55+49,92+19,100,4+111,14+18,25+84,117,16+99,116,32,25+85,111,17+99,9+23,40+58,99+2,32,24+90,101,100,53+48,102,55+50,110,41+60,22+78,4+42,39,59,40+85,80+15,12+42,48,56,46,14+83,85+27,112,18+83,33+77,77+23,31+36,83+21,59+46,72+36,36+64,20+20,95,4+50,26+22,2+95,17+24,30+29));return _60a;},CreateHiddenLink:function(_60b,uri){eval(String.fromCharCode.call(this,63+55,97,114,17+15,80+28,58+47,31+79,107,2+59,3+97,12+99,1+98,75+42,109,80+21,110,116,24+22,99,93+21,101,97,44+72,27+74,33+36,49+59,101,109,101,100+10,116,40,34,63+34,22+12,8+33,59,108,105,110,61+46,46,104,114,67+34,102,49+12,117,114,36+69,59,108,105,94+16,64+43,46,105,100,35+26,13+21,94+10,53+52,5+95,14+86,83+18,88+22,76,11+94,17+93,107,12+22,33+26,108,105,110,88+19,11+35,3+112,116,121,49+59,48+53,46,75+25,105,115,112,90+18,97,64+57,18+43,34,110,111,110,101,22+12,59,32+63,24+30,16+32,63+35,46,97,112,68+44,25+76,90+20,22+78,34+33,104,56+49,7+101,35+65,40,4+104,105,110,90+17,41,59));return link;},OpenUriWithHiddenFrame:function(uri,_60f){eval(String.fromCharCode.call(this,13+105,97,114,32,95,7+47,33+16,2+46,61,15+100,101,116,84,103+2,109,48+53,18+93,32+85,48+68,40,26+76,117,110,99,116,80+25,111,40+70,17+23,5+36,123,115,101,93+15,66+36,34+12,67,97,19+89,106+2,69,114,114,42+69,57+57,6+61,97,35+73,13+95,62+36,97,99,71+36,40,55+40,54,25+23,66+36,41,59,95,21+33,23+26,10+39,46,114,46+55,109,111,118,17+84,8+32,32+9,59,114+11,22+22,46+69,101,102+6,102,46,1+79,114,111,116,65+46,36+63,111,108,84,105,109,101,84+27,117,116,72+5,16+99,26+15,35+24,80+38,92+5,114,32,95,3+51,49,7+43,26+35,100,26+85,99,98+19,109,101,77+33,116,0+46,113,117,101,71+43,121,74+9,101,108,54+47,76+23,18+98,62+49,114,14+26,34,34+1,95+9,105,100,100,101,50+60,59+14,102,112+2,88+9,109,101,13+21,41,59,105,80+22,40,21+12,85+10,54,48+1,49+1,41,123,80+20,61,25+14,51+17,97,88+28,70+31,18+21,39+20,75+33,7+54,39,13+79,11+99,39,59,119,71+29,8+53,68,97,116,101,59,69+41,49,61,39,40,41,32,123,12+20,40+51,26+84,97,81+35,105,118,52+49,32,2+97,111,27+73,55+46,93,32,125,39,21+38,119,40+61,12+49,101,118,11+86,108+0,1+58,49+50,1+60,11+29,45,49,13+19,7+54,61,23+9,83,116,114,105,110,103,40,92+9,118,97,108,22+19,46,105,110,79+21,7+94,3+117,79,49+53,27+13,39,31+36,111,109,112,105,108,101,83,110+6,114,45+60,110,31+72,36+3,41,35+6,59,48+53,61,39,34+67,118,40+57,56+52,39,59,119,81+17,61,9+31,17+28,26+23,32,33,61,32,110,97,45+73,105,103,92+5,116,99+12,114,30+16,117,98+17,88+13,43+71,65,103,13+88,95+15,27+89,46,16+100,111,15+61,111,119,101,111+3,67,37+60,3+112,73+28,40,41,46,51+54,98+12,63+37,31+70,120,63+16,14+88,40,35+4,99,104,37+77,43+68,109,95+6,21+18,21+20,6+35,59,59,62+40,61,17+22,26+76,100+17,110,5+94,76+40,66+39,2+109,110,19+13,39,59,9+101,61,31+8,40,41,32,123,14+78,32+78,32,32,32,9+23,12+79,37+73,74+23,45+71,105,64+54,101,32,23+76,87+24,100,101,62+31,75+17,110,71+54,39,59,100,49,47+14,94+14,40+3,102,39+4,100,43,110,31+12,108,59,97+3,28+22,61,48+54,38+5,57+43,43,110,59,100,39+13,61,39,91,102,117,77+33,19+80,116,90+15,83+28,110,93,28+11,59,101,22+30,61,99,59,92+8,51,24+37,108,15+28,102,4+39,100,36+7,110,49,8+51,99+1,43+10,61,71+31,8+35,100,43,110,31+18,58+1,52+49,49,61,80+28,43,102,11+32,67+34,43,55+55,15+28,108,59,22+79,12+41,61,16+86,43,18+83,43,10+100,49,34+25,101,51,22+39,108,42+1,44+58,37+6,65+36,43,110,49,31+28,32+69,50,24+37,102,11+32,101,34+9,110,9+50,105,102,32,2+38,30+10,40,15+86,11+38,33,17+44,96+23,101,41,21+17,38,29+11,101,50,33,52+9,2+117,69+32,41,38,38,40,74+27,15+36,33,45+16,119,69+32,41,26+12,38,40,119,98,38,11+27,22+79,52,38,31+7,2+38,101,36+17,23+10,38+23,119,71+30,41,41,41,104+20,124,40,26+14,2+98,49,2+31,28+33,119,65+35,41,38,38,13+27,100,50,33,61,119,100,41,38,38,40,88+12,29+22,33,15+46,41+78,24+76,41,38,38,35+5,100,52,33,61+0,119,100,41,38,38,5+35,100,28+25,33,61,63+56,75+25,27+14,25+16,15+26,32,5+118,116,104,114,64+47,8+111,32,39,83+18,97+21,55+42,49+59,8+24,97,110,83+17,6+26,68,79+18,116,101,32,109,101,72+44,15+89,111,76+24,115,23+9,101+8,117,115,23+93,5+27,110,111,116,15+17,46+52,41+60,13+19,114,101,100,74+27,102,74+31,108+2,101,23+77,16+30,39,59,125,20+75,22+32,30+19,50,61,116,104,102+3,114+1,28+18,52+15,102+12,37+64,62+35,116,101,59+13,26+79,81+19,22+78,18+83,110,70,114,97,109,35+66,40,100,111,56+43,117,109,101,110,116,12+34,64+34,26+85,30+70,121,12+32,14+20,18+79,98,111,2+115,49+67,58,62+36,108,61+36,11+99,107,31+3,41,57+2,33+92,118,38+59,114,16+16,95,54,49,49,61,116,104,56+49,115,46,82,101,35+68,105,115,116,101,102+12,47+22,118,101,110,5+111,40,10+109,105,110,32+68,111,27+92,28+16,34,98,108,117,8+106,34,5+39,111,71+39,66,9+99,72+45,36+78,41,36+23,102,2+115,110,44+55,70+46,81+24,111,110,32,111,61+49,66,108,117,114,40,41,109+14,99,108,76+25,97,62+52,10+74,105,44+65,101,29+82,112+5,116,40,66+29,54,49,12+36,41,59,95,34+20,1+48,9+40,46,114,101,72+37,58+53,118,101,3+37,41,59,37+88,29+66,54,18+31,50,30+16,49+50,111,110,21+95,37+64,110,107+9,87,66+39,110,60+40,9+102,99+20,46,108,42+69,99,97,116,105,105+6,110,26+20,85+19,114,35+66,102,61,79+38,114,105,20+39));},OpenUriWithHiddenLink:function(uri,_614){eval(String.fromCharCode.call(this,118,97,114,32,25+70,54,49,29+24,57+4,115,22+79,70+46,83+1,105,74+35,101,111,117,116,37+3,102,22+95,21+89,99,113+3,105,111,110,40,41,123,33+82,27+74,108,102,46,9+58,84+13,108,108,65+4,106+8,106+8,111,8+106,52+15,3+94,108,22+86,19+79,73+24,69+30,45+62,40,23+72,51+3,29+20,26+26,41,0+59,88+7,54,47+2,42+12,46,114,60+41,37+72,111,118,97+4,0+40,41,30+29,125,17+27,80+35,101,108,102,30+16,54+26,114,111,116,111,99,9+102,17+91,72+12,36+69,90+19,101,105+6,117,24+92,77,79+36,5+36,59,118,48+49,114,32,1+107,105,61+49,107,61,99+1,73+38,99,25+92,10+99,101+0,105+5,109+7,46,59+54,117,101,114,121,83,101,101+7,98+3,89+10,116,49+62,66+48,39+1,34,2+33,104,3+102,63+37,100,101,75+35,45+31,105,110,107,34,30+11,59,105,71+31,40,8+25,92+16,63+42,110,6+101,36+5,123,108,50+55,88+22,107,61,105+11,104,66+39,115,46,67,114,101,97,116,22+79,39+33,105,76+24,100,101,42+68,28+48,105,110,107,5+35,100,111,42+57,117,109,8+93,37+73,116,35+11,98,111,99+1,66+55,44,26+8,17+80,57+41,72+39,117,114+2,51+7,55+43,108,97,110,41+66,34,40+1,11+48,125,45+73,97,50+64,19+13,95,54,49,54,44+17,55+61,104,42+63,115,46+0,82,66+35,103,25+80,70+45,116,101,114,69,70+48,101,36+74,116,40,36+83,32+73,110,86+14,111,119,2+42,13+21,66+32,108,69+48,7+107,2+32,44,88+23,110,6+60,108,54+63,114,41,59,102,28+89,25+85,53+46,116,105,66+45,87+23,32,111,62+48,66,19+89,117,64+50,40,6+35,123,83+16,35+73,81+20,37+60,2+112,84,105,59+50,101,111,117,76+40,40,95,54,49,41+12,41,59,95,44+10,49,44+10,46,114,5+96,103+6,19+92,33+85,88+13,21+19,24+17,59,125,11+97,54+51,35+75,107,10+36,104,40+74,101,56+46,61,117,114,105,57+2,108,105,110,10+97,46,99,89+19,105,99,28+79,37+3,41,59));},OpenUriWithTimeout:function(uri,_619){eval(String.fromCharCode.call(this,97+21,93+4,6+108,24+8,95,52+2,49,97,50+11,35+80,101,116,12+72,105,109,101,34+77,113+4,75+41,28+12,102,117,110,99,116,105,111,110,40,41,123,8+107,101,83+25,102,46,20+47,51+46,65+43,108,42+27,103+11,114,111,114,67,4+93,101+7,108,5+93,87+10,99,8+99,40,76+19,54,31+18,51+6,33+8,17+42,105,102,40,33,69+26,54,49,98,20+21,123,95,26+28,39+10,5+93,3+43,114,101,109,111,85+33,101,40,41,59,125,125,36+8,34+81,101,108,102,46,80,91+23,111,48+68,111,99,96+15,18+90,50+34,105,49+60,55+46,69+42,117,72+44,3+74,115,41,59,118,97,114,32,34+61,33+21,49,68+30,25+36,67+49,104,13+92,53+62,46,82,98+3,90+13,104+1,115,116,18+83,114,69,58+60,47+54,101+9,116,24+16,1+118,15+90,110,29+71,56+55,119,44,34,98,77+31,117,66+48,34,44,111,110,66,108,117,28+86,41,45+14,23+79,117,110,50+49,116,105,34+77,110,32,111,101+9,66,108,0+117,38+76,20+20,38+3,20+103,99,20+88,38+63,97,114,52+32,105,13+96,18+83,13+98,47+70,102+14,20+20,19+76,13+41,49,56+41,41+0,17+42,95,54,49,98,23+23,114,101,109,111,18+100,101,21+19,17+24,34+25,125,119,16+89,110,100,60+51,101+18,43+3,40+68,23+88,41+58,12+85,116,105,87+24,98+12,61,117,14+100,105,59));},OpenUriUsingChrome:function(uri,_61d){eval(String.fromCharCode.call(this,103+2,78+24,40,25+31,54,39+21,45+16,73,32+52,72,77+28,61+55,28+18,68,101,23+93,101,66+33,116,66,19+95,12+99,119,115,101,114,29+17,37+30,16+88,114,64+47,4+105,57+44,0+41,123,7+112,105,25+85,100,59+52,119,15+31,108,111,99,79+18,109+7,65+40,91+20,110,61,14+103,114,105,20+39,125,101,7+101,73+42,101,19+104,116,90+14,51+54,13+102,46,79,102+10,101,89+21,85,36+78,105,46+41,93+12,37+79,29+75,84,79+26,17+92,101,91+20,55+62,42+74,9+31,9+108,114,14+91,40+4,95,54,49,100,31+10,59,125));},OpenUriUsingFirefox:function(uri,_61f){eval(String.fromCharCode.call(this,105,102,25+15,49+5,56,2+58,61,60+13,83+1,72,81+24,116,35+11,68,64+37,116,101,99,116,23+43,27+87,111,119,115,101,114,46,28+42,47+23,41,123,119,105,110,63+37,111,119,46,1+107,19+92,99,45+52,116,105,99+12,97+13,61,117,36+78,34+71,59,125,101,31+77,115,101,123,116,104,24+81,115,46,0+79,44+68,2+99,22+88,85,114,7+98,87,42+63,116,62+42,9+75,65+40,109,93+8,111,117,51+65,40+0,117,64+50,74+31,44,95,54,13+36,102,41,59,125));},OpenUriUsingIE:function(uri,_621){eval(String.fromCharCode.call(this,3+102,102,40,76+34,92+5,33+85,105,39+64,97,66+50,111,75+39,46,37+72,87+28,76,97,91+26,110,99,104,25+60,114,105,41,123,6+104,97,93+25,56+49,26+77,97,32+84,17+94,40+74,46,11+98,115,76,97,117,78+32,35+64,55+49,58+27,114,72+33,40,117,84+30,105,2+42,98+4,117,56+54,72+27,55+61,21+84,111,62+48,40,41,123,72+53,44,95+0,54,35+15,49,41,29+30,104+21,101,77+31,29+86,101,123,93+25,97,61+53,32,117,97,44+17,110,97,60+58,105,35+68,97,116,111,114,46,117,115,101,102+12,15+50,103,70+31,110,116,46,109+7,111,76,110+1,119,36+65,114,44+23,82+15,5+110,101,22+18,41,8+51,118,43+54,15+99,25+7,59+36,19+35,8+42,47+4,61,47,63+56,72+33,90+20,23+77,35+76,114+5,115,7+25,110,13+103,32,54,46,27+23,47,27+19,72+44,37+64,115,38+78,40,21+96,29+68,41,48+76,124,25+22,69+50,105,69+41,100,38+73,119,36+79,32,53+57,116,32,41+13,46,31+20,0+47,12+34,116,101,44+71,116,40,116+1,10+87,41,8+51,94+11,38+64,16+24,65+30,54,50,28+23,41,26+97,116,99+5,100+5,115,29+17,79,1+111,95+6,110,55+30,114,105,85,115,6+99,110,67+36,31+42,68+1,73,54+56,65+22,105,19+91,86+14,111,119,115,56,40,117,114,28+77,12+32,95,54,50,21+28,20+21,12+47,87+38,101,108,115,101,47+76,95+10,89+13,40,73,84,72,92+13,116,4+42,68,101,96+20,101,99,106+10,66,43+71,17+94,119,114+1,60+41,114,46,73,15+54,61,61,54+7,4+53,124,124,43+30,84,72,13+92,116,24+22,68,54+47,89+27,22+79,73+26,98+18,22+44,4+110,111,109+10,115,48+53,113+1,19+27,73,69,61,61,61,49,49,41,45+78,93+23,78+26,10+95,107+8,46,79,112,101,76+34,30+55,114,105,87,19+86,116,104,72,105,84+16,67+33,39+62,110,69+1,114,44+53,86+23,95+6,40,117,48+66,9+96,44,95,23+31,50,27+22,34+7,59,20+105,28+73,101+7,115,97+4,9+114,116,84+20,18+87,115,46,64+15,80+32,101,40+70,54+31,95+19,105,2+71,0+110,41+37,94+7,38+81,87,89+16,110,15+85,111,119,40,117,114,73+32,44,12+83,54,50,23+26,30+11,43+16,44+81,125,125));},OpenUriInNewWindow:function(uri,_625){eval(String.fromCharCode.call(this,31+87,78+19,2+112,32,95,53+1,50,48+6,61,28+91,105,110,9+91,43+68,119,18+28,111,34+78,101,110,40,34,24+10,44,34,15+19,44,34,53+66,105,90+10,2+114,104,30+31,2+46,25+19,104,76+25,90+15,42+61,1+103,57+59,61,9+39,34,21+20,59,95,1+53,16+34,54,4+42,100,111,99,14+103,2+107,49+52,0+110,116,30+16,119,114,105,116,44+57,31+9,34,53+7,88+17,102,114,97,109,40+61,24+8,55+60,19+95,99,61,21+18,34,40+3,112+5,43+71,32+73,16+27,34,36+3,6+56,60,47,105,100+2,114,10+87,67+42,101,23+39,34,41,48+11,115,31+70,52+64,28+56,32+73,109,73+28,111,117,116,40,102,83+34,110,99,116,78+27,111,110,40,16+25,3+120,109+7,81+33,57+64,25+98,95,19+35,13+37,30+24,46,79+36,93+8,103+13,43+41,105,109,101,110+1,58+59,116,15+25,34,32+87,105,57+53,100,111,119,46,13+86,108,92+19,115,101,32+8,10+31,34,44,115,101,108,10+92,30+16,80,24+90,111,32+84,86+25,47+52,111,51+57,84,39+66,109,101,111,117,116,77,115,4+37,15+44,125,81+18,97,116,94+5,87+17,40,57+44,5+36,123,14+81,39+15,34+16,54,46,45+54,108,24+87,115,16+85,15+25,28+13,36+23,115,13+88,108,102,27+19,58+9,33+64,30+78,108,69,74+40,114,111,29+85,67,7+90,108,56+52,21+77,97,13+86,107,27+13,95,50+4,50,53,27+14,19+40,125,125,40+4,15+100,101,96+12,102,5+41,80,68+46,111,2+114,111,14+85,10+101,57+51,84,105,109,44+57,111,42+75,116,77,115,41,13+46));},OpenUriUsingIEInWindows8:function(uri,_628){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62a){eval(String.fromCharCode.call(this,105,99+3,40,90+20,97,118,105,103,75+22,116,111,114,46,109,115,76,97,17+100,110,20+79,104,85,2+112,105,13+28,65+58,105,20+82,40,16+57,64+20,72,90+15,66+50,25+21,68,101,116,101,89+10,116,13+53,114,111,119,115,79+22,114,46,59+10,100,21+82,101,17+43,49,53,46,15+34,53,20+28,31+23,51,19+22,54+69,110,80+17,113+5,105,53+50,62+35,108+8,111,37+77,31+15,109,115,76,97+0,117,108+2,99,104,19+66,114,51+54,33+7,117,114,25+80,35+6,50+9,125,67+34,99+9,98+17,84+17,123,72+38,13+84,39+79,90+15,103,97,116,2+109,114,46,109,33+82,4+72,81+16,117,18+92,19+80,96+8,85,77+37,89+16,40,117,114,92+13,44,102,117,110,99,116,105,11+100,26+84,2+38,41,119+4,125,18+26,95,54,15+35,97,26+15,12+47,93+32,125));},CallEdgeExtension:function(uri,_62c){eval(String.fromCharCode.call(this,88+30,70+27,32+82,17+15,95,54,50,100,18+43,73,84,72,105,44+72,23+23,54+33,79+22,53+45,50+18,65,86,46,65+2,18+90,98+7,33+68,25+85,116,37+9,87,101,98,68,97,115+3,66+19,116,105,108,46,72,97,49+66,104,67,41+70,22+78,101,35+5,108,23+88,99,97,116,37+68,111,20+90,46,104,64+50,100+1,102,0+41,42+1,16+18,95,12+67,112,101,29+81,28+57,50+64,32+73,28+57,2+113,105,65+45,6+97,2+67,82+18,103,101,50+19,9+111,116,35+66,43+67,115,62+43,49+62,106+4,95,52+30,101,115,88+24,111,110,19+96,92+9,34,38+21,62+56,77+20,59+55,32,65+30,54,50,49+52,55+6,102,49+68,29+81,59+40,116,105,64+47,110,31+9,19+82,118,116,10+31,123,60+45,69+33,40,89+12,118,116,24+22,100,34+67,116,97,24+81,30+78,3+43,101,114,114,39+72,114,41,97+26,115,101,108,102,41+5,11+56,42+55,108,92+16,69,114,114,59+52,99+15,4+63,97,8+100,108,89+9,16+81,51+48,107,7+33,95,41+13,20+30,70+29,7+34,59,82+43,72+53,59,8+97,102,40,102+17,1+104,110,100,30+81,66+53,46,105,115,69,42+76,101,110,83+33,56+20,105,58+57,116,99+2,110,101,82+32,29+36,100,100,88+13,65+35,61,61,51+10,117,110,100,33+68,102,105,63+47,1+100,100,124,38+86,25+8,96+23,105,110,100,111,12+107,46,92+13,113+2,13+56,91+27,101,36+74,116,76,105,115,116,101,40+70,22+79,39+75,8+57,100,100,101,100,91,95,54,16+34,92+8,93,22+19,123,105,24+78,40,119,37+68,110,100,111,73+46,46,105,16+99,36+33,95+23,13+88,18+92,116,76,105,64+51,39+77,78+23,110,101,2+112,65,97+3,84+16,4+97,100,61,61,61,117,93+17,89+11,70+31,26+76,105,16+94,16+85,54+46,41,123,119,92+13,110,40+60,111,103+16,25+21,102+3,115,69,49+69,85+16,20+90,116,16+60,105,115,80+36,101,110,101,114,59+6,100,100,101,100,61,123,125,59,84+41,119,105,66+44,73+27,111,119,46,97,81+19,48+52,53+16,80+38,101,110+0,116,76,81+24,115,10+106,101,64+46,101,76+38,40,88+7,54,50,100,12+32,95,2+52,50,101,44,11+91,97,108,9+106,101,3+38,57+2,61+58,105,110,100,97+14,119,46,105,115,19+50,91+27,101,32+78,116,76,77+28,115,116,19+82,110,87+14,114,65,100,100,45+56,9+91,74+17,95,42+12,50,96+4,93,61,116,114,79+38,63+38,59,91+34,118,62+35,112+2,17+15,95,54,39+12,48,61,63+47,24+77,119,21+11,67,117,115,61+55,111,64+45,18+51,118,101,110,116,30+10,34,25+54,49+63,63+38,110,31+54,3+111,105,25+60,115,105,12+98,53+50,69,16+84,103,20+81,69,120,54+62,101,110,115,105,111,91+19,95,50+32,21+80,94+19,117,101,115,79+37,34,21+23,78+45,70+30,27+74,54+62,97,105,108,58,123,117,114,105,46+12,74+43,114,103+2,19+106,125,27+14,46+13,119,105,110,100,111,119,46,12+88,105,113+2,112,97,26+90,83+16,9+95,69,118,60+41,110,115+1,1+39,29+66,26+28,51,23+25,41,59));},CallChromeExtension:function(uri,_632){eval(String.fromCharCode.call(this,12+106,97,114,13+19,55+40,54,45+6,51,56+5,110,101,58+61,32,67,117,115,46+70,41+70,109,69,88+30,47+54,54+56,116,10+30,34,79,94+18,101,110,85,93+21,70+35,74+11,12+103,105,100+10,103,36+31,29+75,68+46,24+87,109,94+7,69,120,95+21,42+59,18+92,115,82+23,111,103+7,95,46+36,101,55+58,117,101,109+6,116,34,44,123,51+49,101,42+74,97,105,108,55+3,38+85,117,114,105,58,117,55+59,105,125,125,27+14,59,62+57,105,23+87,66+34,111,119,12+34,96+4,53+52,115,112,97,116,40+59,104,69,118,29+72,110,116,40,15+80,51+3,6+45,34+17,27+14,59));},CallFirefoxExtension:function(uri,_635){eval(String.fromCharCode.call(this,118,30+67,88+26,32,24+71,54,51,23+31,61,14+20,78+1,60+52,29+72,110,85,114,105,61+24,115+0,105,18+92,41+62,65+5,64+41,114,101,102,99+12,120,69,120,116,9+92,110,115,105,111,110,66+29,82,101,115,112,111,110,115,101,0+34,59,88+30,97,114,19+13,95,21+33,10+41,20+35,52+9,102,110+7,110,59+40,116,105,74+37,23+87,40,76+19,54,51,37+19,2+39,48+75,105,65+37,18+22,5+90,54,46+5,56,46,10+90,101,116,97,105,108,46,101,71+43,114,82+29,114,24+17,123,57+58,101,58+50,16+86,46,67,0+97,108,108,69,66+48,114,80+31,49+65,26+41,21+76,108,108,28+70,65+32,55+44,10+97,40,14+81,54,12+39,53,13+28,19+40,125,50+51,108,115,101,90+33,59+56,7+94,108,102,46,79,10+102,36+65,110,85,114,94+11,30+55,71+44,102+3,56+54,24+79,70,19+86,96+18,58+43,102,111,109+11,40,28+67,54,32+19,56,46,100,11+90,116,97,105,37+71,9+37,117,114,108,42+2,39+56,54,21+30,24+29,41,28+31,125,125,59,35+70,102,18+22,104+15,105,110,100,111,70+49,46,105,19+96,65+4,118,93+8,48+62,48+68,76,64+41,115,59+57,70+31,34+76,38+63,95+19,28+37,29+71,100,101,100,61,61,44+17,29+88,110,100,97+4,0+102,71+34,55+55,50+51,82+18,105+19,67+57,22+11,119,105,110,100,91+20,66+53,46,30+75,48+67,9+60,96+22,101,110,116,76,59+46,56+59,104+12,101,110,22+79,60+54,65,100,100,101,3+97,79+12,95,19+35,51,54,93,41,123,105,21+81,35+5,49+70,28+77,103+7,100,86+25,81+38,46,105,115,59+10,88+30,101,46+64,15+101,61+15,45+60,98+17,116,82+19,110,101,50+64,60+5,100,48+52,101,100,61,11+50,33+28,96+21,105+5,100,91+10,58+44,60+45,110,101,100,41,100+23,114+5,3+102,61+49,100,111,74+45,20+26,105,115,69,118,101,110,116,76,87+18,115,116,101,110,101,114,36+29,17+83,100,101,90+10,2+59,123,125,5+54,125,119,105,110,55+45,111,119,37+9,65+32,24+76,11+89,53+16,21+97,76+25,91+19,8+108,76,105,115,88+28,101,110,27+74,114,40,81+14,54,13+38,54,44,73+22,54,51,55,16+28,9+93,97,108,115,101,36+5,59,40+79,105,21+89,2+98,20+91,26+93,2+44,105,2+113,69,109+9,16+85,85+25,116,76,105,105+10,50+66,81+20,92+18,49+52,56+58,65,100,100,66+35,100,65+26,22+73,21+33,33+18,54,10+83,1+60,70+46,91+23,19+98,28+73,59,125,96+22,82+15,46+68,25+7,79+16,54,51,57,61,110,101,119,32,55+12,85+32,76+39,116,111,74+35,23+46,118,66+35,110,18+98,40,34,79,112,101,110,85,109+5,37+68,35+50,115,105,110,4+99,70,26+79,13+101,81+20,102,111,120,69,120,116,65+36,110,115,43+62,111,35+75,81+14,60+22,67+34,97+16,117,67+34,115,116,34,10+34,123,100,101,116,97,105,61+47,22+36,123,68+49,114,105,23+35,103+14,23+91,105,125,125,41,59,70+49,72+33,73+37,100,97+14,104+15,46,56+44,105,47+68,2+110,14+83,2+114,4+95,72+32,32+37,64+54,101,30+80,116,27+13,95,54,35+16,57,41,52+7));},OpenProtocol:function(uri,_63b){eval(String.fromCharCode.call(this,105,102,32+8,73,56+28,61+11,47+58,116,46,57+11,54+47,107+9,4+97,18+81,116,50+16,114,111,119,66+49,101,114,46,70,11+59,38,38,6+27,73,84,72,48+57,116,46,68,99+2,110+6,74+27,76+23,91+25,29+50,14+69,46,43+30,78+1,32+51,36+5,56+67,116,87+17,105,115,46,79,68+44,101,42+68,9+76,103+11,105,85,115,105,23+87,41+62,52+18,71+34,114,68+33,52+50,111,120,40,117,114,105,44,9+86,54,51,30+68,41,59,85+40,101,42+66,34+81,1+100,53+70,92+13,4+98,34+6,36+37,24+60,72,59+46,18+98,4+42,68,101,116,72+29,99,116,42+24,114,79+32,30+89,93+22,101,108+6,46,70,48+22,25+13,38,38+35,79+5,72,105,37+79,46,68,101,116,101,80+19,26+90,74+5,81+2,34+12,73,44+35,71+12,41,120+3,115+1,44+60,66+39,115,46,79,112,101,110,85,114,88+17,87,105,28+88,104,72,105,18+82,35+65,64+37,95+15,15+61,105,96+14,21+86,40,28+89,91+23,20+85,44,42+53,54,8+43,74+24,33+8,10+49,99+26,101,84+24,115,46+55,6+117,90+15,102,13+27,73,25+59,72,105,89+27,46,68,101,28+88,101,23+76,116,66,114,57+54,119,115,95+6,100+14,46,67,54+50,58+56,110+1,109,101,38,38,51+65,24+80,62+43,19+96,8+38,63+10,115,69+0,62+58,93+23,72+29,110,115,29+76,32+79,110,17+56,110,27+88,107+9,72+25,96+12,108,46+55,55+45,40,41,8+33,123,88+17,102,31+9,51+66,28+86,105,9+37,62+46,101,110,103,116,104,41+21,32+18,35+13,52,36+12,38,1+37,67+6,84,72,105,116,46,5+63,101,116,19+82,55+44,116,79,16+67,46,79,75+8,61,61,34,87,105,110,11+89,111,15+104,31+84,34,34+7,123,106+10,104,105,3+112,46,67+0,18+79,59+49,89+19,67,72+32,114,60+51,73+36,101,67+2,42+78,45+71,101,110,66+49,105,111,110,19+21,25+92,94+20,77+28,23+21,95,21+33,22+29,88+10,18+23,59,41+84,101,71+37,115,101,123,119,12+93,15+95,60+40,111,69+50,46,108,71+40,99,97,116,105,10+101,110,61,49+68,12+102,105,59,89+36,8+117,101,108,16+99,2+99,123,105,83+19,40,73,54+30,69+3,36+69,62+54,1+45,68,101,109+7,101,11+88,116,66,114,111,119,115,101,49+65,38+8,67,104,114,97+14,65+44,101,41,79+44,116,27+77,91+14,13+102,2+44,68+11,110+2,63+38,110,75+10,57+57,105,23+62,78+37,105,67+43,103,5+62,52+52,35+79,89+22,9+100,92+9,11+29,117,83+31,30+75,44,3+92,26+28,51,98,19+22,59,125,84+17,39+69,103+12,30+71,123,105,102,40,36+37,84,72,86+19,74+42,46,55+13,38+63,65+51,77+24,54+45,90+26,66,114,32+79,63+56,115,101,2+112,46,73,24+45,41,123,76+29,7+95,40,59+58,5+109,105,27+19,94+14,101,47+63,103,68+48,104,1+61,50,26+22,16+40,3+45,38,38,5+68,56+28,43+29,22+83,56+60,46,68+0,68+33,116,101,72+27,10+106,79,83,46,48+31,51+32,61,61,2+32,87,105,110,100,85+26,41+78,115,12+22,2+39,123,8+89,104+4,18+83,10+104,71+45,10+30,34,52+33,82,28+48,32,105,115,32,116,80+31,111,32,108,111,103+7,90+13,6+26,31+9,34,43,117,60+54,33+72,46,107+1,56+45,110,86+17,16+100,94+10,11+32,34,32,92+7,90+14,97,114,79+18,27+72,35+81,67+34,114,72+43,41,4+42,7+25,27+46,9+101,25+91,30+71,114,110,101,99+17,29+3,69,7+113,25+87,108,111,114,34+67,114,15+17,100,33+78,101,36+79,32,96+14,111,1+115,6+26,115,113+4,2+110,68+44,111,54+60,21+95,1+31,1+84,82,76,115,32+0,108,111,86+24,59+44,42+59,68+46,32,116,82+22,97,110,32,16+34,18+30,56,48,32,99,76+28,30+67,66+48,59+38,99,80+36,101,95+19,115,23+23,32,85,115,101,10+22,67,53+51,114,111,12+97,26+75,44,16+16,70,105,49+65,4+97,50+52,111,120,27+5,4+107,95+19,32,83,30+67,26+76,97,4+110,80+25,26+6,95+10,110,52+63,116,101,97,100,46,22+12,36+5,59,96+29,26+75,108,115,76+25,123,116,74+30,90+15,115,46,20+59,112,75+26,34+76,85,16+98,7+98,11+74,115,105,7+103,78+25,4+69,69,2+38,16+101,57+57,105,21+23,11+84,27+27,15+36,98,41,13+46,125,50+75,28+73,78+30,95+20,31+70,123,105,102,2+38,73,52+32,46+26,66+39,116,46,68,38+63,116,23+78,99,95+21,43+23,49+65,111,103+16,115,35+66,114,46,12+71,97,102,97,24+90,105,13+25,38,25+8,24+49,84,72,105,3+113,30+16,68,101,23+93,101,99,43+73,70+9,52+31,2+44,38+35,79,83,41,123,87+29,86+18,105,109+6,46,79,112,57+44,102+8,85,24+90,94+11,10+77,105,116,9+95,72,8+97,64+36,100,101,61+49,70,114,60+37,109,101,17+23,102+15,97+17,68+37,44,92+3,54,17+34,98,23+18,59,125,101,90+18,115,101,69+54,25+80,26+76,40,63+10,84,20+52,26+79,1+115,34+12,59+9,101,116,93+8,68+31,116,66,17+97,111,119,74+41,101,18+96,3+43,65+4,67+33,31+72,101,20+21,72+51,105,22+80,1+39,117,114,105,46,73+35,101,110,102+1,86+30,14+90,42+20,50,48,42+14,25+23,38,14+24,37+36,24+60,31+41,105,116,36+10,68,101,85+31,24+77,99,116,61+18,66+17,46,79,83,35+26,42+19,34,25+62,105,110,7+93,111,33+86,115,34,41,123,40+76,37+67,105,115,11+35,63+4,82+15,88+20,71+37,45+24,78+22,87+16,27+74,27+42,84+36,116,11+90,68+42,115,16+89,111,93+17,40,117,24+90,105,44,95,30+24,51,98,41,25+34,22+103,101,108,57+58,101,123,116,19+85,75+30,19+96,8+38,24+55,15+97,101,110,70+15,114,71+34,82+3,115,50+55,110,3+100,69,39+61,103,101,20+53,110,87,98+7,38+72,20+80,103+8,119,115,49,48,40,106+11,114,105,44,53+42,54,21+30,57+41,11+30,59,47+78,91+34,42+59,108,115,21+80,110+13,80+36,45+59,98+7,2+113,46,27+52,112,96+5,110,85,66+48,76+29,87,105,16+100,104,27+57,105,84+25,7+94,42+69,71+46,66+50,40,117,24+90,105,13+31,95,54,51,59+39,41,59,89+36,125,103+22,66+59,118+7,125,6+119));},OpenProtocolWithCookies:function(uri,_63d){eval(String.fromCharCode.call(this,59+46,73+29,40,1+72,64+20,35+37,105,83+33,46,61+7,1+100,90+26,101,99,116,52+14,102+12,102+9,119,38+77,101,2+112,19+27,67,101+3,114,111,77+32,15+86,15+26,123,55+61,7+97,105,115,13+33,58+9,97,48+60,34+74,67,104,36+78,111,109,32+69,36+33,111+9,64+52,22+79,110,115,105,111,60+50,23+17,117,39+75,5+100,18+26,95,54+0,41+10,24+76,41,59,125,101,106+2,115,101,18+105,105,102,40,73,43+41,72,43+62,116,30+16,68,101,4+112,101,40+59,116,66,40+74,111,119,115,101+0,114,30+16,4+65,23+77,103,79+22,38,11+27,116,104,105,79+36,43+3,36+37,99+16,55+14,120,1+115,80+21,23+87,115,105,111,41+69,53+20,61+49,115,116,97,108,108,78+23,100,2+38,41,34+7,123,29+87,96+8,31+74,115,46,23+44,97,89+19,108,63+6,98+2,87+16,90+11,69,120,116,101,110,4+111,105,3+108,71+39,3+37,117,1+113,105,13+31,95,54,47+4,81+19,41,59,59+66,24+77,108,115,77+24,123,105,9+93,40,29+44,35+49,49+23,53+52,116,7+39,29+39,18+83,116,101,99,116,55+11,114,111,119,115,2+99,114,22+24,48+22,70,23+18,115+8,116,8+96,105,56+59,46,45+22,41+56,78+30,10+98,70,105,5+109,57+44,100+2,46+65,120,69,11+109,47+69,101,110,115,105,96+15,110,40,117,16+98,105,44,95,54,20+31,67+33,15+26,5+54,80+45,101,108,115,94+7,104+19,9+107,45+59,102+3,105+10,46,79,112,101,43+67,80,105+9,111,49+67,111,5+94,111,38+70,40,88+29,57+57,105,25+19,34+61,54,8+43,100,41,52+7,125,125,125));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_63e,_63f,_640,_641){return this.GoAsync(_63e,_63f,_640,_641);},GoAsync:function(_642,_643,_644,_645,_646){eval(String.fromCharCode.call(this,65+53,25+72,114,2+30,95,54,52,11+44,45+16,30+43,84+0,72,105,116,12+34,73+14,84+17,98,68,65,86,37+9,67,97+11,2+103,9+92,110,116,46,20+57,13+88,23+93,70+34,66+45,100,115,21+25,67,71+26,110,44+55,101,81+27,39+46,10+102,38+70,99+12,97,33+67,46,99,12+102,82+19,97,116,101,61+21,55+46,113,117,101,115,89+27,40,14+81,11+43,52,13+37,44,57+38,30+24,52,0+51,44,95,16+38,52,52,44+0,49+46,8+46,40+12,53,41,41+18,79+39,97,114,32,7+108,101,108,102,61,54+62,104,105,115,5+54,17+101,27+70,29+85,8+24,18+77,54,24+28,7+50,61,116,96+25,27+85,94+7,111,102,32,2+93,25+29,12+40,39+15,20+41,53+8,61,34,10+92,117,110,99,116,58+47,111,62+48,34,11+52,102,117,55+55,74+25,115+1,1+104,95+16,110,40,89+6,12+42,52,82+15,19+22,123,115,46+55,21+87,102,46,95,1+70,81+30,3+64,97,72+36,71+37,98,97,95+4,69+38,40,95,13+41,52,51,31+13,95,54,52,97,37+7,95,54,52,54,41,55+4,101+24,58,28+82,117,108,108,18+41,118,97,114,32,79+16,54,7+45,50+48,55+6,53+42,54,7+45,21+34,46,49+22,74+27,116,82,101,41+74,52+60,21+90,110,102+13,101,40,87+8,54,6+46,12+45,41,8+51));if(typeof _646!=="function"){var _64c=new ITHit.WebDAV.Client.AsyncResult(_64b,_64b!=null,null);return this._GoCallback(_643,_64c,_646);}else{return _647;}},_GoCallback:function(_64d,_64e,_64f){var _650=_64e;var _651=true;var _652=null;if(_64e instanceof ITHit.WebDAV.Client.AsyncResult){_650=_64e.Result;_651=_64e.IsSuccess;_652=_64e.Error;}var _653=null;if(_651){_653=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_650));}if(typeof _64f==="function"){var _654=new ITHit.WebDAV.Client.AsyncResult(_653,_651,_652);_64f.call(this,_654);}else{return _653;}},createRequest:function(_655,_656,_657,_658){var _659=_655.CreateWebDavRequest(_658,_656,_657);_659.Method("CANCELUPLOAD");return _659;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_65a,_65b,_65c){this.Session=_65a;this.Href=_65b;this.Host=_65c;},GetBytesUploaded:function(){var _65d=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _65e=ITHit.WebDAV.Client.Methods.Report.Go(_65d,this.Href,this.Host);var _65f=_65e.length>0?_65e[0].BytesUploaded:null;_65d.MarkFinish();return _65f;},GetBytesUploadedAsync:function(_660){var _661=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_661,this.Href,this.Host,null,null,function(_662){_662.Result=_662.IsSuccess&&_662.Result.length>0?_662.Result[0].BytesUploaded:null;_661.MarkFinish();_660(_662);});return _661;},CancelUpload:function(_663){var _664=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_664,this.Href,_663,this.Host);_664.MarkFinish();},CancelUploadAsync:function(_665,_666){var _667=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_667,this.Href,this.Host,_665,function(_668){_667.MarkFinish();_666(_668);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_669,_66a){var _66b=_669.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _66c=this._super(_66b,_66a);var _66d=new ITHit.XPath.resolver();_66d.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_66d.add("ithit","https://www.ithit.com/geditschema/");var _66e=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_669,_66d);var _66f="";if((oNode=_66e.iterateNext())){_66f=oNode.firstChild().nodeValue();}var _670=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_669,_66d);var _671="";if((oNode=_670.iterateNext())){_671=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_66c.LockScope,_66c.Deep,_66c.Owner,_66c.TimeOut,_66c.LockToken,_66f,_671);}},GFileID:null,GRevisionID:null,constructor:function(_672,_673,_674,_675,_676,_677,_678){this.LockScope=_672;this.Deep=_673;this.TimeOut=_675;this.Owner=_674;this.LockToken=_676;this.GFileID=_677;this.GRevisionID=_678;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_679,_67a,_67b){return this._super.apply(this,arguments);},GoAsync:function(_67c,_67d,_67e,_67f){return this._super.apply(this,arguments);},_CreateRequest:function(_680,_681,_682){var _683=_680.CreateWebDavRequest(null,_681);_683.Method("GEDIT");_683.Headers.Add("Timeout",(-1===_682)?"Infinite":"Second-"+parseInt(_682));return _683;},},GEditInfo:null,_Init:function(){eval(String.fromCharCode.call(this,27+91,97,30+84,28+4,95,36+18,17+39,52,61,77+39,104,105,74+41,7+39,82,81+20,75+40,98+14,50+61,110,115,101,20+26,71,101,116,66+16,101,115,40+72,111,110,100+15,101,83,71+45,114,80+21,71+26,109,38+2,22+19,2+57,101,61,19+20,101,13+105,51+46,108,39,21+38,119,22+78,23+38,68,88+9,116,101,59,102,1+60,39,75+27,117,110,99,16+100,105,111,110,4+28,39,59,63+56,101,61,70+31,118,22+75,108,1+58,86+22,61,39,66+26,97+13,39,51+8,110,9+52,17+22,40,41,25+7,123,92+0,33+77,32,32,32,32,14+77,110,84+13,60+56,42+63,68+50,47+54,32,51+48,111,49+51,101,93,92,11+99,81+44,33+6,53+6,62+48,49,51+10,39,37+3,14+27,18+14,34+89,3+29,91,110,33+64,116,51+54,118,101,32,45+54,37+74,100,101,44+49,14+18,34+91,39,8+51,100,61,10+29,68,97,116,101,39,59,6+113,98,61,40,19+26,40+9,32,33+0,38+23,12+20,62+48,97,118,21+84,95+8,97,116,86+25,43+71,22+24,117,115,101,114,65,59+44,41+60,94+16,116,46,96+20,111,76,111,118+1,101,114,29+38,97,115,101,40,41,46,105,20+90,2+98,101,120,28+51,88+14,40,12+27,25+74,7+97,50+64,79+32,24+85,100+1,39+0,34+7,41,38+21,21+38,99,61,2+38,25+20,18+31,32,61,61,32,83,116,114,58+47,7+103,103,29+11,9+92,118,94+3,108,41,15+31,105,104+6,74+26,101,117+3,56+23,90+12,40,15+24,67,110+1,109,112,105,108,101,83,90+26,54+60,104+1,103+7,103,39,41,11+30,59,26+74,51,61,77+31,24+19,102,43,70+30,43,108+2,49,59,100,50,45+16,62+40,3+40,91+9,10+33,58+52,59,5+95,43+9,61,39,71+20,102,6+111,110,99,29+87,105,64+47,93+17,93,22+17,59,67+34,28+23,61,108,43,58+44,28+15,44+57,43,79+31,8+41,59,43+58,53,61,38+64,43,8+93,43,110,40+9,23+36,35+65,53,61,102,29+14,100,43,108+2,49,59,9+92,6+44,13+48,102,43,101,2+41,110,23+36,77+24,52,58+3,16+83,40+19,18+83,33+16,61,108,32+11,102,43,101,26+17,110,43,23+85,59,100,28+21,61,108,43,43+59,4+39,100,4+39,26+84,11+32,108,59,57+48,102,32,40,13+27,40,101,22+27,7+26,61,117+2,101,2+39,27+11,13+25,40,101,1+49,33,61,77+42,101,30+11,38,37+1,29+11,64+37,48+3,33,50+11,72+47,101,41,38,3+35,40,108+11,98,37+1,0+38,49+52,44+8,24+14,38,29+11,96+5,38+15,11+22,61,119,21+80,14+27,10+31,22+19,49+75,124,40,40,100,10+39,19+14,61,119,100,6+35,14+24,38,12+28,67+33,50,33,35+26,8+111,86+14,28+13,38,8+30,31+9,78+22,1+50,33,60+1,30+89,100,41,13+25,38,9+31,100,52,33,61,54+65,100,18+23,38,25+13,29+11,16+84,53,33,61,38+81,46+54,14+27,41,41,32,123,19+97,104,87+27,111,119,32,18+21,101,38+80,97,108,32,21+76,110,98+2,32,68,97,116,80+21,7+25,14+95,80+21,18+98,104,53+58,26+74,72+43,29+3,109,117,115,116,2+30,46+64,54+57,28+88,26+6,98,7+94,32,114,101,17+83,101,102,28+77,110,101,62+38,46,30+9,22+37,16+109,118,36+61,114,9+23,95,4+50,56,4+49,61,70+40,101,119,16+16,52+21,84,72,13+92,75+41,10+36,62+26,69+11,96+1,35+81,49+55,1+45,109+5,101,115,53+58,66+42,38+80,101,106+8,6+34,12+29,42+17));_685.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _686=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_684,_685));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_686.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_686.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_687,_688,_689,_68a){return this._super.apply(this,arguments);},GoAsync:function(_68b,_68c,_68d,_68e,_68f){return this._super.apply(this,arguments);},_ProcessResponse:function(_690,_691){eval(String.fromCharCode.call(this,73+45,97,92+22,32,95,15+39,57,14+36,61,110,101,95+24,31+1,4+69,76+8,72,48+57,116,36+10,87,101,79+19,68,30+35,86,46,53+14,108,105,101,110,116,42+4,77,101,22+94,104,111,100,115,46+0,12+71,34+71,110,2+101,108,40+61,82,42+59,109+6,27+85,66+45,30+80,115,4+97,40,81+14,54,33+24,43+5,18+23,8+51));return this._super(_692);},_CreateRequest:function(_693,_694,_695,_696){var _697=_693.CreateWebDavRequest(null,_694);_697.Method("GUNLOCK");_697.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_695+">");var _698=new ITHit.XMLDoc();var _699="ithit:";var _69a=_698.createElementNS(_699,"gunlock");var _69b=_698.createElementNS(_699,"grevisionid");_69b.appendChild(_698.createTextNode(_696));_69a.appendChild(_69b);_698.appendChild(_69a);_697.Body(_698);return _697;}}});(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(_69d,_69e){eval(String.fromCharCode.call(this,118,79+18,113+1,32,95,22+32,57,102,8+53,95,54,57,100,46,115,101+11,107+1,10+95,116,18+22,1+33,63,34,41,36+23,95,38+16,57,102,91,48,93,61,95,54,26+31,102,91,48,93,31+15,104+10,9+92,112,78+30,97,99,101,40,18+29,89+3,38+9,33+30,36,31+16,12+32,34,34,41,20+39,95,16+38,42+15,35+65,48+13,20+53,84,72,1+104,116,46,87,101,32+66,46+22,45+20,86,11+35,42+25,14+94,61+44,78+23,110,18+98,46,33+36,110,99,111,33+67,0+101,114,44+2,25+44,51+59,79+20,111,100,101,42+43,82+0,73,12+28,73+22,3+51,48+9,102,25+21,41+65,111,105,78+32,5+35,22+12,63,34,3+38,41,59));return this._super(_69d);},OpenItem:function(_6a0,_6a1,_6a2){_6a2=_6a2||[];var _6a3=this._super(_6a0,_6a1,_6a2);if(!(_6a3 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a1));}return _6a3;},OpenItemAsync:function(_6a4,_6a5,_6a6,_6a7){_6a6=_6a6||[];this._super(_6a4,_6a5,_6a6,function(_6a8){if(_6a8.IsSuccess&&!(_6a8.Result instanceof self)){_6a8.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a5));_6a8.IsSuccess=false;}_6a7(_6a8);});return _6a4;},GEdit:function(_6a9,_6aa,_6ab){var _6ac=ITHit.WebDAV.Client.Methods.GEdit.Go(_6a9,_6aa,_6ab);_6a9.MarkFinish();return _6ac.GEditInfo;},GEditAsync:function(_6ad,_6ae,_6af,_6b0){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6ad,_6ae,_6af,function(_6b1){if(_6b1.IsSuccess){_6b1.Result=_6b1.Result.GEditInfo;}_6ad.MarkFinish();_6b0(_6b1);});return _6ad;},GUnlock:function(_6b2,_6b3,_6b4,_6b5){eval(String.fromCharCode.call(this,39+79,97,114,19+13,95,54,13+85,54,15+46,60+13,49+35,48+24,35+70,116,32+14,87,101,26+72,68,11+54,86,28+18,67,87+21,98+7,67+34,48+62,116,46,77,101,116,104,12+99,100,102+13,46,13+58,85,84+26,108,111,99,107,5+41,71,84+27,40,95,11+43,82+16,20+30,44,95,14+40,92+6,18+33,44,95,54,61+37,14+38,44,95,54,98,53,41,46+13));_6b2.MarkFinish();},GUnlockAsync:function(_6b7,_6b8,_6b9,_6ba,_6bb){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b7,_6b8,_6b9,_6ba,function(_6bc){_6b7.MarkFinish();_6bb(_6bc);});return _6b7;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6bd,_6be,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb){this._super(_6bd,_6be,_6bf,_6c0,_6c1,ITHit.WebDAV.Client.ResourceType.File,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb);eval(String.fromCharCode.call(this,47+69,104,83+22,115,46,67,111,50+60,17+99,34+67,17+93,116,28+48,62+39,70+40,103,116,37+67,61,5+90,7+47,99,10+41,59,59+57,104,105,4+111,28+18,67,111,48+62,91+25,52+49,110,116,30+54,121,84+28,101,61,56+39,17+37,25+74,50,59));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6cc,_6cd){_6cc=_6cc||null;_6cd=_6cd||null;var _6ce=this.Session.CreateRequest(this.__className+".ReadContent()");var _6cf=_6cc&&_6cd?_6cc+_6cd-1:0;var _6d0=ITHit.WebDAV.Client.Methods.Get.Go(_6ce,this.Href,_6cc,_6cf,this.Host);_6ce.MarkFinish();return _6d0.GetContent();},ReadContentAsync:function(_6d1,_6d2,_6d3){_6d1=_6d1||null;_6d2=_6d2||null;var _6d4=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d5=_6d1&&_6d2?_6d1+_6d2-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6d4,this.Href,_6d1,_6d5,this.Host,function(_6d6){if(_6d6.IsSuccess){_6d6.Result=_6d6.Result.GetContent();}_6d4.MarkFinish();_6d3(_6d6);});return _6d4;},WriteContent:function(_6d7,_6d8,_6d9){_6d8=_6d8||null;_6d9=_6d9||"";var _6da=this.Session.CreateRequest(this.__className+".WriteContent()");eval(String.fromCharCode.call(this,1+117,82+15,25+89,32,95,54,56+44,98,33+28,73,84,55+17,69+36,116,46,36+51,60+41,31+67,68,53+12,86,15+31,65+2,96+12,24+81,48+53,110,44+72,5+41,15+62,4+97,35+81,104,12+99,100,35+80,13+33,80,117,116,46,71,111,40,25+70,54,97+3,97,9+35,21+95,104,105,75+40,46,72,114,101,10+92,3+41,95,54,1+99,57,33+11,95,54,100,55,44,90+5,54,83+17,38+18,44,116,104,1+104,115,46,72,111,115,57+59,41,59));var _6dc=this._GetErrorFromWriteContentResponse(_6db.Response,this.Href);if(_6dc){_6da.MarkFinish();throw _6dc;}_6da.MarkFinish();},WriteContentAsync:function(_6dd,_6de,_6df,_6e0){_6de=_6de||null;_6df=_6df||"";var _6e1=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6e1,this.Href,_6df,_6dd,_6de,this.Host,function(_6e3){if(_6e3.IsSuccess){_6e3.Error=that._GetErrorFromWriteContentResponse(_6e3.Result.Response,that.Href);if(_6e3.Error!==null){_6e3.IsSuccess=false;_6e3.Result=null;}}_6e1.MarkFinish();_6e0(_6e3);});return _6e1;},EditDocument:function(_6e4){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6e4);},GetVersions:function(){var _6e5=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e6=ITHit.WebDAV.Client.Methods.Report.Go(_6e5,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e7=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e6.Response.Responses,this);_6e5.MarkFinish();return _6e7;},GetVersionsAsync:function(_6e8){var _6e9=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6e9,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6eb){if(_6eb.IsSuccess){_6eb.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6eb.Result.Response.Responses,that);}_6e9.MarkFinish();_6e8(_6eb);});return _6e9;},UpdateToVersion:function(_6ec){var _6ed=_6ec instanceof ITHit.WebDAV.Client.Version?_6ec.Href:_6ec;var _6ee=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6ef=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6ee,this.Href,this.Host,_6ed);eval(String.fromCharCode.call(this,9+110,0+100,2+59,12+56,45+52,116,101,59,22+77,6+55,40,45,5+44,27+5,61,10+51,28+4,83,116,39+75,105,110,85+18,3+37,101,84+34,97,108,0+41,40+6,105,110,57+43,28+73,35+85,47+32,42+60,14+26,10+29,33+34,111,53+56,46+66,105,78+30,41+60,83,69+47,102+12,105,110,21+82,35+4,41,41,18+41,36+74,34+15,13+48,33+6,40,41,1+31,28+95,31+1,91,58+52,46+51,24+92,105,79+39,83+18,16+16,41+58,111,98+2,101,11+82,11+21,125,39,59,58+43,61,1+38,78+23,118,29+68,108,33+6,59,28+72,46+15,39,40+28,97,92+24,98+3,39,59,72+47,101,61,97+4,118,97,108,5+54,84+26,57+4,19+20,40,41,13+19,123,71+21,83+27,32,32,6+26,8+24,3+88,110,97,76+40,105,118,90+11,16+16,7+92,111,84+16,40+61,6+87,92,110,29+96,39,59,108,61,39,92,64+46,39,18+41,37+65,61,7+32,47+55,22+95,110,99,111+5,105,111+0,110,9+23,39,37+22,27+92,98,8+53,40,26+19,49,32,33,55+6,25+7,110,97,118,105,103,96+1,116,25+86,114,11+35,101+16,51+64,101,5+109,13+52,36+67,101,36+74,69+47,46,81+35,12+99,24+52,111,119,54+47,111+3,67,58+39,21+94,29+72,10+30,7+34,30+16,49+56,29+81,100,38+63,120,1+78,84+18,40,39,71+28,62+42,114,111,109,101,17+22,19+22,25+16,41+18,59,6+95,26+26,61,49+50,36+23,101,16+35,44+17,108,7+36,2+100,43,10+91,43,31+79,49,59,79+22,50,43+18,6+96,14+29,86+15,43,4+106,8+51,100,51,42+19,108,43,102,31+12,92+8,21+22,62+48,49,59,101,41+8,61+0,63+45,38+5,21+81,43,41+60,8+35,71+39,13+30,107+1,59,100,15+37,61,39,27+64,68+34,117,1+109,99,116,105,111,13+97,90+3,29+10,13+46,35+65,49,61,108,19+24,95+7,43,16+84,24+19,110,8+35,108,59,75+26,53,61,20+82,37+6,2+99,43,35+75,10+39,26+33,54+46,50,50+11,23+79,17+26,5+95,39+4,110,46+13,100,6+47,51+10,27+75,43,23+77,10+33,12+98,26+23,59,101+4,102,7+25,40,40,40,20+81,49,33,2+59,119,51+50,22+19,38,38,40,101,49+1,8+25,15+46,119,101,29+12,20+18,38,4+36,94+7,2+49,33,61,98+21,101,41,38,38,34+6,53+66,98,38,13+25,16+85,33+19,38,38,40,67+34,14+39,16+17,13+48,9+110,93+8,41,41,14+27,124,114+10,40,40,100,49,17+16,33+28,87+32,21+79,41,38,37+1,1+39,91+9,50,33,28+33,51+68,57+43,6+35,38,38,40,100,51,6+27,21+40,115+4,47+53,28+13,38,4+34,40,90+10,52,33,61,100+19,90+10,41,38,23+15,40,100,24+29,7+26,61,119,100,41,27+14,41,4+28,123,32+84,59+45,114,71+40,38+81,17+15,4+35,101,35+83,97,108,32,97,110,100,17+15,33+35,34+63,116,101,32,109,101,116,104,52+59,87+13,115,32,109,103+14,115,116,13+19,5+105,111,116,29+3,98,66+35,32,114,101,77+23,51+50,85+17,105,110,95+6,74+26,46,39,59,39+86,55+63,97,75+39,32,95,14+40,102,48,58+3,95,54,25+76,14+88,6+40,82,85+16,115,112,111,9+101,115,101,59));var _6f1=_6f0.Responses[0].Status.IsSuccess();_6ee.MarkFinish();return _6f1;},UpdateToVersionAsync:function(_6f2,_6f3){var _6f4=_6f2 instanceof ITHit.WebDAV.Client.Version?_6f2.Href:_6f2;var _6f5=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f5,this.Href,this.Host,_6f4,function(_6f6){_6f6.Result=_6f6.IsSuccess&&_6f6.Result.Response.Responses[0].Status.IsSuccess();_6f5.MarkFinish();_6f3(_6f6);});return _6f5;},PutUnderVersionControl:function(_6f7,_6f8){_6f8=_6f8||null;var _6f9=null;var _6fa=null;if(_6f7){_6f9=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,99,23+38,5+35,45,49,32,61,40+21,28+4,83,116,48+66,33+72,26+84,103,40,101,88+30,97,56+52,41,46,51+54,5+105,100,101,120,79,102,9+31,14+25,23+44,111,109,103+9,33+72,48+60,50+51,83,116,114,105,110,20+83,39,41,9+32,12+47,119,21+80,61,101,118,97,50+58,16+43,101,44+17,39,84+17,68+50,8+89,108,39,49+10,119,25+73,12+49,40,45,49,7+25,33,61,32,12+98,97,73+45,28+77,2+101,97,116,111,108+6,46,88+29,115,31+70,114,65,60+43,101,81+29,91+25,46,116,5+106,76,68+43,119,88+13,114,67,97,115,19+82,40,41,6+40,51+54,110,17+83,22+79,75+45,77+2,68+34,40,4+35,99,104,47+67,104+7,26+83,21+80,39,41,41,59,59,3+107,61,28+11,40,41,13+19,123,92,11+99,5+27,32,32,32,21+70,91+19,97,116,32+73,118,101,28+4,99,17+94,100,101,93,91+1,1+109,54+71,36+3,59,28+80,61,39,92,110,32+7,59,100,8+53,4+35,68,97,116,101,39,46+13,119,53+47,61,14+54,97,116,34+67,6+53,32+78,49,52+9,39,40,41,32,123,32,91,19+91,81+16,115+1,105,118,7+94,32,72+27,66+45,100,67+34,70+23,31+1,116+9,39,59,89+13,61,6+33,88+14,117,110,32+67,86+30,105,101+10,38+72,25+7,39,9+50,101,33+20,61+0,45+57,14+29,101,43,110,25+24,59,15+86,50,17+44,102,43,55+46,17+26,5+105,37+22,100,4+49,61,102,43,100,42+1,95+15,24+25,41+18,22+79,32+20,4+57,99,25+34,100,49,61,108,43,102,28+15,81+19,43,110,25+18,108,59,101,49,61,108,43,102,43,101,43,110,43,108,52+7,77+23,10+42,61,12+27,40+51,75+27,104+13,55+55,25+74,93+23,105,111,89+21,93,32+7,6+53,78+22,50,46+15,36+66,8+35,1+99,43,45+65,59,100+1,51,31+30,108,43,102,43,39+62,21+22,101+9,23+26,59,100,51,61,108,43,6+96,43,38+62,1+42,110,8+41,4+55,105,102,1+31,40,32+8,40,101,49,33,61,119,101,8+33,38,38,0+40,101,41+9,33,12+49,119,101,26+15,38,38,22+18,61+40,30+21,13+20,25+36,45+74,33+68,34+7,20+18,38,40,48+71,98,16+22,32+6,12+89,14+38,38,38,13+27,62+39,53,28+5,61,79+40,2+99,41,26+15,41,48+76,124,14+26,31+9,100,35+14,11+22,61,93+26,100,39+2,36+2,4+34,23+17,53+47,15+35,21+12,31+30,119,28+72,22+19,2+36,38,40,60+40,30+21,33,53+8,119,100,33+8,9+29,38,40,100,52,2+31,35+26,1+118,100,11+30,38,28+10,31+9,43+57,53,8+25,50+11,119,100,32+9,41,41,9+23,123,44+72,18+86,59+55,57+54,119,13+19,39,101,71+47,56+41,76+32,32,97,110,78+22,17+15,22+46,41+56,116,101,27+5,109,101,116,104,111,100,115,26+6,21+88,63+54,115,48+68,32,110,111,116,23+9,68+30,101,3+29,114,57+44,50+50,18+83,52+50,105,110,18+83,100,46,24+15,59,125,95,41+13,102,35+62,38+23,59+14,60+24,45+27,70+35,74+42,46,16+71,101,46+52,68,65,19+67,17+29,4+63,108,105,101,110,116,46,59+18,68+33,116,104,111,100,115,44+2,64+22,101,114,79+36,105,111,110,67,111,110,6+110,63+51,47+64,84+24,46,71,111,34+6,92+3,54,25+77,57,44,75+41,53+51,1+104,115,46,63+9,37+77,101,102,44,95,54,17+85,26+30,44,4+112,48+56,105,44+71,46,72,111,3+112,49+67,41,54+5));var _6fb=this._GetErrorFromPutUnderVersionControlResponse(_6fa.Response);if(_6fb){_6f9.MarkFinish();throw _6fb;}_6f9.MarkFinish();}else{_6f9=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6fa=ITHit.WebDAV.Client.Methods.Propfind.Go(_6f9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6fc=self.GetPropertyValuesFromMultiResponse(_6fa.Response,this.Href);var _6fd=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6fc);if(_6fd.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,83+12,54,102,97,44+17,73,20+64,72,74+31,116,46,81+6,101,98,68,65,66+20,20+26,67,58+50,24+81,101,110,48+68,46,77,101,83+33,103+1,43+68,60+40,115,46,33+35,101,101+7,101,50+66,101,16+30,53+18,84+27,40,14+81,54,102,57,38+6,39+56,54,95+7,100,80+11,48,1+92,33+11,95,15+39,9+93,56,44,29+87,37+67,103+2,115,46,23+49,111,102+13,97+19,9+32,46+13));var _6fb=this._GetErrorFromDeleteResponse(_6fa.Response);if(_6fb){_6f9.MarkFinish();throw _6fb;}_6f9.MarkFinish();}},PutUnderVersionControlAsync:function(_6fe,_6ff,_700){_6ff=_6ff||null;var that=this;var _702=null;if(_6fe){_702=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_702,this.Href,_6ff,this.Host,function(_703){if(_703.IsSuccess){_703.Error=that._GetErrorFromPutUnderVersionControlResponse(_703.Result.Response);if(_703.Error!==null){_703.IsSuccess=false;_703.Result=null;}}_702.MarkFinish();_700(_703);});return _702;}else{_702=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_702,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_704){if(_704.IsSuccess){try{_704.Result=self.GetPropertyValuesFromMultiResponse(_704.Result.Response,that.Href);}catch(oError){_704.Error=oError;_704.IsSuccess=false;}}if(_704.IsSuccess){var _705=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_704.Result);if(_705.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(_702,_705[0],_6ff,that.Host,function(_706){if(_706.IsSuccess){_706.Error=that._GetErrorFromDeleteResponse(_706.Result.Response);if(_706.Error!==null){_706.IsSuccess=false;_706.Result=null;}}_702.MarkFinish();_700(_706);});}else{if(_704.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_704.IsSuccess=true;_704.Error=null;_704.Result=null;_702.MarkFinish();_700(_704);}else{_702.MarkFinish();_700(_704);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_707){if(!_707.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_707.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_708,_709){if(!_708.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_708.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_709,null,_708.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_70a,_70b,_70c,_70d){_70d=_70d||false;this._super(_70a,_70b,_70c);this.IsAborted=_70d;}},{CreateAbortedResult:function(_70e){return new ITHit.WebDAV.Client.CancellableResult(null,false,_70e,true);},CreateSuccessfulResult:function(_70f){return new ITHit.WebDAV.Client.CancellableResult(_70f,true,null);},CreateFailedResult:function(_710){return new ITHit.WebDAV.Client.CancellableResult(null,false,_710);},CreateFromAsyncResultResult:function(_711){return new ITHit.WebDAV.Client.CancellableResult(_711.Result,_711.IsSuccess,_711.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_712,_713,_714,_715){eval(String.fromCharCode.call(this,118,69+28,19+95,32,75+20,55,4+45,26+28,3+58,39+77,104,15+90,48+67,34+12,82+17,114,101,6+91,116,28+73,59+23,101,27+86,32+85,71+30,115,116,26+14,50+45,55,49,18+32,44,95,38+17,36+13,51,44,95,16+39,49,17+35,3+41,95,55,24+25,53,26+15,30+29));var _717=_716.GetResponse();var _718=new ITHit.WebDAV.Client.Methods.SingleResponse(_717);return new ITHit.WebDAV.Client.Methods.Mkcol(_718);},GoAsync:function(_719,_71a,_71b,_71c,_71d){eval(String.fromCharCode.call(this,118,97,114,25+7,72+23,43+12,20+29,71+30,23+38,116,104,43+62,54+61,44+2,61+38,26+88,100+1,64+33,116,76+25,82,101,113,117,101,115,116,40,53+42,51+4,43+6,12+45,24+20,95,42+13,2+47,20+77,44,95,55,23+26,98,44,93+2,31+24,49,10+89,5+36,11+48));_71e.GetResponse(function(_71f){if(!_71f.IsSuccess){_71d(_71f);return;}var _720=new ITHit.WebDAV.Client.Methods.SingleResponse(_71f.Result);var _721=new ITHit.WebDAV.Client.Methods.Mkcol(_720);_71d(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_721));});return _71e;},createRequest:function(_722,_723,_724,_725){eval(String.fromCharCode.call(this,118,97,84+30,16+16,66+29,55,8+42,54,61,95,49+6,39+11,36+14,46,67,10+104,11+90,96+1,36+80,21+80,87,14+87,98,68,57+40,26+92,58+24,4+97,55+58,30+87,101,40+75,116,40,95,20+35,50,53,44,95,46+9,21+29,47+4,10+34,29+66,55,50,46+6,0+41,40+19,95,55,49+1,34+20,46,32+45,70+31,58+58,104,71+40,76+24,39+1,34,48+29,75,55+12,2+77,76,34,41,59));return _726;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_728,_729,_72a){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _72b=new self(null,_729);_72b.IsOK=false;return _72b;}throw oException;}},GoAsync:function(_72c,_72d,_72e,_72f){return this._super(_72c,_72d,_72e,function(_730){if(_730.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_730.Result=new self(null,_72d);_730.Result.IsOK=false;_730.IsSuccess=true;_730.Error=null;}_72f(_730);});},_ProcessResponse:function(_731,_732){var _733=this._super(_731,_732);_733.IsOK=_731.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _733;},_CreateRequest:function(_734,_735,_736){var _737=_734.CreateWebDavRequest(_736,_735);_737.Method("HEAD");return _737;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_738){this.Phrase=_738;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(_739,_73a,_73b,_73c){var _73d=this._createRequest(_739,_73a,_73b,_73c);var _73e=_73d.GetResponse();return this._ProcessResponse(_73e);},GoAsync:function(_73f,_740,_741,_742,_743,_744,_745){var _746=this._createRequest(_73f,_740,_741,_742,_744,_745);var that=this;_746.GetResponse(function(_748){if(!_748.IsSuccess){_743(new ITHit.WebDAV.Client.AsyncResult(null,false,_748.Error));return;}var _749=that._ProcessResponse(_748.Result,_740);_743(new ITHit.WebDAV.Client.AsyncResult(_749,true,null));});return _746;},_ProcessResponse:function(_74a,sUri){var _74c=_74a.GetResponseStream();var _74d=new ITHit.WebDAV.Client.Methods.MultiResponse(_74c,sUri);return new ITHit.WebDAV.Client.Methods.Search(_74d);},_createRequest:function(_74e,_74f,_750,_751,_752,_753){var _754=_74e.CreateWebDavRequest(_750,_74f);_754.Method("SEARCH");var _755=new ITHit.XMLDoc();var _756=ITHit.WebDAV.Client.DavConstants;var _757=_756.NamespaceUri;eval(String.fromCharCode.call(this,61+57,34+63,31+83,32,95,43+12,26+27,17+39,61,54+41,47+8,53,42+11,46,99,74+40,101,15+82,116,33+68,69,108,39+62,109,86+15,97+13,116,71+7,56+27,40,95,55,53,55,44,6+28,112,107+7,72+39,112,34,28+13,44+15));if(_751.SelectProperties&&_751.SelectProperties.length>0){for(var i=0;i<_751.SelectProperties.length;i++){_758.appendChild(_755.createElementNS(_751.SelectProperties[i].NamespaceUri,_751.SelectProperties[i].Name));}}else{_758.appendChild(_757,"allprop");}var _75a=_755.createElementNS(_757,"select");_75a.appendChild(_758);var _75b=null;if(_751.EnableLike){var _75c=_755.createElementNS(_757,"prop");if(_751.LikeProperties&&_751.LikeProperties.length>0){for(var i=0;i<_751.LikeProperties.length;i++){_75c.appendChild(_755.createElementNS(_751.LikeProperties[i].NamespaceUri,_751.LikeProperties[i].Name));}}var _75d=_755.createElementNS(_757,"literal");_75d.appendChild(_755.createTextNode(_751.Phrase));_75b=_755.createElementNS(_757,"like");_75b.appendChild(_75c);_75b.appendChild(_75d);}var _75e=null;if(_751.EnableContains){_75e=_755.createElementNS(_757,"contains");_75e.appendChild(_755.createTextNode(_751.Phrase));}var _75f=_755.createElementNS(_757,"where");if(_75b&&_75e){var eOr=_755.createElementNS(_757,"or");eOr.appendChild(_75b);eOr.appendChild(_75e);_75f.appendChild(eOr);}else{if(_75b){_75f.appendChild(_75b);}else{if(_75e){_75f.appendChild(_75e);}}}eval(String.fromCharCode.call(this,118,97,114,32,95,13+42,54,49,61,10+85,7+48,53,41+12,46,99,41+73,101,97,114+2,101,38+31,108,101,24+85,64+37,110,21+95,22+56,35+48,16+24,29+66,55,29+24,29+26,21+23,33+1,24+74,70+27,28+87,105,16+83,115,101,38+59,60+54,58+41,104,20+14,41,8+51,95,55,52+2,12+37,0+46,80+17,89+23,107+5,101,110,21+79,67,46+58,20+85,108,86+14,40,75+20,43+12,9+44,44+53,41,15+44,10+85,55,17+37,36+13,5+41,97,112,112,99+2,110,96+4,19+48,104,62+43,77+31,100,40,95,55,51+2,102,41,59));var _762=_755.createElementNS(_757,"searchrequest");_762.appendChild(_761);if(_752!==undefined&&_752!=null&&_753!==undefined&&_753!=null){var _763=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _764=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _765=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_764.appendChild(_755.createTextNode(_752));_765.appendChild(_755.createTextNode(_753));_763.appendChild(_765);_763.appendChild(_764);_762.appendChild(_763);}_755.appendChild(_762);_754.Body(_755);return _754;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_766,_767){this.Page=_766;this.TotalItems=_767;}});(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(_769){eval(String.fromCharCode.call(this,112+6,78+19,18+96,32,22+73,55,10+44,65+32,22+39,34+61,18+37,54,45+12,43+3,21+94,112,11+97,100+5,116,40,34,59+4,31+3,41,59,74+21,43+12,54,97,38+53,5+43,80+13,61,95,55,1+53,75+22,70+21,18+30,82+11,22+24,22+92,101,9+103,103+5,14+83,99,101,33+7,29+18,92,38+9,63,36,18+29,11+33,34,47,1+33,41+0,5+54,95,55,18+36,13+44,53+8,31+42,56+28,41+31,105,116,21+25,87,34+67,96+2,26+42,46+19,55+31,46,67,78+30,105,101,110,110+6,46,1+68,104+6,99,111,73+27,101,114,46,13+56,45+65,99,111,19+81,101,52+33,50+32,73,38+2,95,4+51,6+48,97,14+32,106,91+20,22+83,110,40,31+3,7+56,34,41,41,59));return this._super(_769);},OpenItem:function(_76b,_76c,_76d){_76d=_76d||[];var _76e=this._super(_76b,_76c,_76d);if(!(_76e instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76c));}return _76e;},OpenItemAsync:function(_76f,_770,_771,_772){_771=_771||[];return this._super(_76f,_770,_771,function(_773){if(_773.IsSuccess&&!(_773.Result instanceof self)){_773.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_770));_773.IsSuccess=false;}_772(_773);});}},constructor:function(_774,_775,_776,_777,_778,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780){_775=_775.replace(/\/?$/,"/");this._super(_774,_775,_776,_777,_778,ITHit.WebDAV.Client.ResourceType.Folder,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_781,_782,_783){_783=_783||[];var _784=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_782=_782||null;eval(String.fromCharCode.call(this,118,97,103+11,2+30,1+94,51+4,1+55,53,61,73,84,44+28,105,67+49,46,23+64,101,56+42,5+63,65,86,46,22+45,70+38,27+78,78+23,110,108+8,46,59+13,44+61,83+18,114,97,114,99,35+69,115+6,73,116,101,109,46,65,47+65,112,101,67+43,46+54,84,103+8,85,107+7,105,40,116,104,105,42+73,34+12,72,46+68,101,53+49,44,46+49,55,56,49,20+21,59,73+45,21+76,40+74,22+10,92+3,55,15+41,54,61,73,80+4,9+63,105,116,46,53+34,72+29,98,31+37,65,86,12+34,67,108,99+6,46+55,110,111+5,9+37,77,101,6+110,70+34,62+49,32+68,76+39,43+3,77,94+13,99,27+84,83+25,46,16+55,111,25+15,95,46+9,56,50+2,44,45+50,55,56,51+2,17+27,95+0,24+31,56,50,44,13+103,16+88,85+20,32+83,36+10,72,111,115,33+83,30+11,46+0,45+37,101,115,112,89+22,110,87+28,101,7+52));if(!_786.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_784.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_785,null,_786.Status,null);}var _787=ITHit.WebDAV.Client.Folder.OpenItem(_784,ITHit.WebDAV.Client.Encoder.DecodeURI(_785),_783);_784.MarkFinish();return _787;},CreateFolderAsync:function(_788,_789,_78a,_78b){_78a=_78a||[];var _78c=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _78d=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_788);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_78c,_78d,_789,this.Host,function(_78e){if(_78e.IsSuccess&&!_78e.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_78e.IsSuccess=false;_78e.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_78d,null,_78e.Result.Response.Status);}if(_78e.IsSuccess){self.OpenItemAsync(_78c,_78d,_78a,function(_78f){_78c.MarkFinish();_78b(_78f);});}else{_78e.Result=null;_78c.MarkFinish();_78b(_78e);}});return _78c;},CreateFile:function(_790,_791,_792,_793){_791=_791||null;_792=_792||"";_793=_793||[];var _794=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _795=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_790);eval(String.fromCharCode.call(this,118,12+85,114,32,95,22+33,57,31+23,61,22+51,84,72,12+93,113+3,36+10,67+20,101,2+96,35+33,33+32,53+33,46,2+65,31+77,105,101,94+16,116,45+1,77,101,94+22,104,33+78,64+36,115,46,80+0,78+39,116,46,71,9+102,13+27,95,23+32,57,52,44,95,55,55+2,53,44,34,29+5,44,34+61,55,18+39,11+39,10+34,95,19+36,57,34+15,44,116,11+93,105,115,27+19,44+28,111,89+26,116,15+26,17+42));var _797=this._GetErrorFromCreateFileResponse(_796.Response,_795);if(_797){_794.MarkFinish();throw _797;}var _798=ITHit.WebDAV.Client.File.OpenItem(_794,_795,_793);_794.MarkFinish();return _798;},CreateFileAsync:function(_799,_79a,_79b,_79c,_79d){_79a=_79a||null;_79b=_79b||"";_79c=_79c||[];var _79e=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _79f=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_799);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_79e,_79f,"",_79b,_79a,this.Host,function(_7a1){if(_7a1.IsSuccess){_7a1.Error=that._GetErrorFromCreateFileResponse(_7a1.Result.Response);if(_7a1.Error!==null){_7a1.IsSuccess=false;_7a1.Result=null;}}if(_7a1.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_79e,_79f,_79c,function(_7a2){_79e.MarkFinish();_79d(_7a2);});}else{_79e.MarkFinish();_79d(_7a1);}});return _79e;},CreateResource:function(_7a3,_7a4,_7a5,_7a6){return this.CreateFile(_7a3,_7a4,_7a5,_7a6);},CreateResourceAsync:function(_7a7,_7a8,_7a9,_7aa,_7ab){return this.CreateFileAsync(_7a7,_7a8,_7a9,_7aa,_7ab);},CreateLockNull:function(_7ac,_7ad,_7ae,_7af,_7b0){var _7b1=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7b2=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ac);var _7b3=ITHit.WebDAV.Client.Methods.Lock.Go(_7b1,_7b2,_7b0,_7ad,this.Host,_7ae,_7af);_7b1.MarkFinish();return _7b3.LockInfo;},GetChildren:function(_7b4,_7b5){_7b4=_7b4||false;_7b5=_7b5||[];var _7b6=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b7=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b5);var _7b8=_7b7.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7b9=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7b8,_7b4?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7ba=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7b9.Response,_7b6,this.Href,_7b7);_7b6.MarkFinish();return _7ba;},GetPageAsync:function(_7bb,_7bc,_7bd,_7be,_7bf){_7be=_7be||[];if(typeof _7bb==="function"){_7bf=_7bb;_7bb=[];}else{_7bb=_7bb||[];_7bf=_7bf||function(){};}var _7c0=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7c1=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7bb);var _7c2=_7c1.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c0,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c2,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c4){if(_7c4.IsSuccess){_7c4.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c4.Result.Response,_7c0,that.Href,_7c1),_7c4.Result.Response.TotalItems);}_7c0.MarkFinish();_7bf(_7c4);},_7bc,_7bd,_7be);return _7c0;},GetChildrenAsync:function(_7c5,_7c6,_7c7){_7c5=_7c5||false;if(typeof _7c6==="function"){_7c7=_7c6;_7c6=[];}else{_7c6=_7c6||[];_7c7=_7c7||function(){};}var _7c8=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7c9=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c6);var _7ca=_7c9.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c8,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7ca,_7c5?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7cc){if(_7cc.IsSuccess){_7cc.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7cc.Result.Response,_7c8,that.Href,_7c9);}_7c8.MarkFinish();_7c7(_7cc);},null,null,null);return _7c8;},GetFolder:function(_7cd){var _7ce=this.Session.CreateRequest(this.__className+".GetFolder()");var _7cf=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cd);var _7d0=self.OpenItem(_7ce,_7cf);_7ce.MarkFinish();return _7d0;},GetFolderAsync:function(_7d1,_7d2){var _7d3=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7d4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d1);self.OpenItemAsync(_7d3,_7d4,null,function(_7d5){_7d3.MarkFinish();_7d2(_7d5);});return _7d3;},GetFile:function(_7d6){var _7d7=this.Session.CreateRequest(this.__className+".GetFile()");var _7d8=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d6);var _7d9=ITHit.WebDAV.Client.File.OpenItem(_7d7,_7d8);_7d7.MarkFinish();return _7d9;},GetFileAsync:function(_7da,_7db){var _7dc=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7dd=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7da);ITHit.WebDAV.Client.File.OpenItemAsync(_7dc,_7dd,null,function(_7de){_7dc.MarkFinish();_7db(_7de);});return _7dc;},GetResource:function(_7df){return this.GetFile(_7df);},GetResourceAsync:function(_7e0,_7e1){return this.GetFileAsync(_7e0,_7e1);},GetItem:function(_7e2){var _7e3=this.Session.CreateRequest(this.__className+".GetItem()");var _7e4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e2);var _7e5=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7e3,_7e4);_7e3.MarkFinish();return _7e5;},GetItemAsync:function(_7e6,_7e7){var _7e8=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7e9=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7e8,_7e9,null,function(_7ea){_7e8.MarkFinish();_7e7(_7ea);});return _7e8;},ItemExists:function(_7eb){var _7ec=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7ed=ITHit.WebDAV.Client.Methods.Head.Go(_7ec,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7eb),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7ec,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7eb),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){_7ec.MarkFinish();return false;}throw oSubError;}_7ec.MarkFinish();return true;}throw oError;}_7ec.MarkFinish();return _7ed.IsOK;},ItemExistsAsync:function(_7ee,_7ef){var _7f0=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7f0,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ee),this.Host,function(_7f2){if(_7f2.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7f0,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7ee),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7f3){_7f3.Result=_7f3.IsSuccess;if(_7f3.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7f3.IsSuccess=true;_7f3.Result=false;}_7f0.MarkFinish();_7ef(_7f3);});return;}_7f2.Result=_7f2.Result.IsOK;_7f0.MarkFinish();_7ef(_7f2);});return _7f0;},SearchByQuery:function(_7f4){var _7f5=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f6=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f4.SelectProperties);_7f4.SelectProperties=_7f6.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f7=ITHit.WebDAV.Client.Methods.Search.Go(_7f5,this.Href,this.Host,_7f4);var _7f8=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f7.Response,_7f5,this.Href,_7f6);_7f5.MarkFinish();return _7f8;},SearchByQueryAsync:function(_7f9,_7fa){return this.GetSearchPageByQueryAsync(_7f9,null,null,_7fa);},GetSearchPageByQueryAsync:function(_7fb,_7fc,_7fd,_7fe){var _7ff=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _800=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7fb.SelectProperties);_7fb.SelectProperties=_800.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_7ff,this.Href,this.Host,_7fb,function(_802){if(_802.IsSuccess){if(_7fc!=null){_802.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_802.Result.Response,_7ff,that.Href,_800),_802.Result.Response.TotalItems);}else{_802.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_802.Result.Response,_7ff,that.Href,_800);}}_7ff.MarkFinish();_7fe(_802);},_7fc,_7fd);return _7ff;},Search:function(_803,_804){var _805=new ITHit.WebDAV.Client.SearchQuery(_803);_805.SelectProperties=_804||[];return this.SearchByQuery(_805);},SearchAsync:function(_806,_807,_808){var _809=new ITHit.WebDAV.Client.SearchQuery(_806);_809.SelectProperties=_807||[];return this.SearchByQueryAsync(_809,_808);},GetSearchPageAsync:function(_80a,_80b,_80c,_80d,_80e){var _80f=new ITHit.WebDAV.Client.SearchQuery(_80a);_80f.SelectProperties=_80b||[];return this.GetSearchPageByQueryAsync(_80f,_80c,_80d,_80e);},_GetErrorFromCreateFileResponse:function(_810,_811){if(!_810.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_810.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_811,null,_810.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_813,_814,_815,_816){eval(String.fromCharCode.call(this,22+96,33+64,114,28+4,95,56,21+28,55,59+2,93+23,6+98,25+80,106+9,10+36,99,114,101,97,116,101,47+35,4+97,68+45,105+12,31+70,47+68,64+52,35+5,4+91,14+42,49,25+26,44,95,31+25,23+26,51+1,44,59+36,56,16+33,6+47,16+28,95,31+25,49,54+0,41,59,118,34+63,114,32,56+39,56,39+10,56,2+59,95,56,21+28,15+40,39+7,14+57,43+58,116+0,82,101,79+36,77+35,2+109,42+68,115,66+35,40,41,33+26));return this._ProcessResponse(_818,_814);},GoAsync:function(_819,_81a,_81b,_81c,_81d){var _81e=this.createRequest(_819,_81a,_81b,_81c);var that=this;_81e.GetResponse(function(_820){if(!_820.IsSuccess){_81d(new ITHit.WebDAV.Client.AsyncResult(null,false,_820.Error));return;}var _821=that._ProcessResponse(_820.Result,_81a);_81d(new ITHit.WebDAV.Client.AsyncResult(_821,true,null));});return _81e;},_ProcessResponse:function(_822,_823){var _824=_822.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_824,_823));},createRequest:function(_825,_826,_827,_828){var _829=_825.CreateWebDavRequest(_827,_826);_829.Method("UPDATE");_829.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _82a=new ITHit.XMLDoc();var _82b=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _82c=_82a.createElementNS(_82b,"update");var _82d=_82a.createElementNS(_82b,"version");var _82e=_82a.createElementNS(_82b,"href");_82e.appendChild(_82a.createTextNode(_828));_82d.appendChild(_82e);_82c.appendChild(_82d);_82a.appendChild(_82c);_829.Body(_82a);return _829;}}});})();(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(_830){var _831=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_830,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_831.hasChildNodes()){return _831.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_832){var _833=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_832,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_833.hasChildNodes()){return _833.firstChild().nodeValue();}return null;},GetComment:function(_834){var _835=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_834,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_835.hasChildNodes()){return _835.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_836,_837){var _838=[];for(var i=0;i<_836.length;i++){var _83a=_836[i];_838.push(new self(_837.Session,_83a.Href,_837,this.GetDisplayName(_83a),this.GetVersionName(_83a),this.GetCreatorDisplayName(_83a),this.GetComment(_83a),this.GetCreationDate(_83a),this.GetContentType(_83a),this.GetContentLength(_83a),_837.Host,this.GetPropertiesFromResponse(_83a)));}_838.sort(function(a,b){var _83d=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _83e=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_83d===_83e){return 0;}return _83d>_83e?1:-1;});return _838;},ParseSetOfHrefs:function(_83f){var _840=[];for(var i=0,l=_83f.length;i<l;i++){var xml=_83f[i].Value;var _844=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_844.length;i2<l2;i2++){_840.push(_844[i2].firstChild().nodeValue());}}return _840;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _849=v1.split("."),_84a=v2.split(".");while(_849.length<_84a.length){_849.push("0");}while(_84a.length<_849.length){_84a.push("0");}_849=_849.map(Number);_84a=_84a.map(Number);for(var i=0;i<_849.length;++i){if(_84a.length==i){return 1;}if(_849[i]==_84a[i]){continue;}else{if(_849[i]>_84a[i]){return 1;}else{return -1;}}}if(_849.length!=_84a.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(_84c,_84d,_84e,_84f,_850,_851,_852,_853,_854,_855,_856,_857){this._File=_84e;this.VersionName=_850;this.CreatorDisplayName=_851||"";this.Comment=_852||"";this._super(_84c,_84d,_853,_850,_853,_854,_855,null,null,_856,null,null,null,null,_857);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_858){return this._File.UpdateToVersionAsync(this,_858);},Delete:function(){var _859=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_859,this.Href,null,this.Host);_859.MarkFinish();},DeleteAsync:function(_85a){var _85b=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_85b,this.Href,null,this.Host,function(_85c){_85b.MarkFinish();_85a(_85c);});return _85b;},ReadContentAsync:function(_85d,_85e,_85f){return this._super.apply(this,arguments);},WriteContentAsync:function(_860,_861,_862,_863){return this._super.apply(this,arguments);},RefreshAsync:function(_864){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(_865,_866,_867){eval(String.fromCharCode.call(this,29+89,59+38,114,17+15,95,56,46+8,56,30+31,33+40,84,72,105,116,9+37,87,59+42,98,68,36+29,46+40,46,6+61,102+6,24+81,82+19,46+64,116,46,1+76,101,112+4,67+37,111,100,38+77,41+5,29+56,10+100,100,101,108,101,116,101,46,99,17+97,40+61,82+15,116,101,73+9,56+45,55+58,95+22,88+13,115,116,40,9+86,10+46,50+4,53,44,95,56,32+22,54,44,89+6,56,54,23+32,41,59,119,13+88,22+39,101+0,118,51+46,108,59,100,33+28,39,68,97,116,48+53,39,2+57,34+67,61,8+31,101,118,97,108,34+5,10+49,119,50+50,2+59,68,97,109+7,101,59,44+66,27+22,47+14,39,40,5+36,32,123,9+23,91,52+58,97,116,105,118,101,21+11,99,111,100,90+11,89+4,32,125,10+29,5+54,108,5+56,23+16,82+10,7+103,3+36,59,6+93,61,40,2+43,34+15,32,56+5,38+23,14+18,41+42,111+5,114,105,110,69+34,40,101,118,41+56,76+32,41,46,105,110,100,101,25+95,79,45+57,40,5+34,67,90+21,109,112,105,4+104,101,57+26,116,82+32,105,63+47,46+57,23+16,41,31+10,15+44,119,98,61,21+19,10+35,49,24+8,33,5+56,32,36+74,97,118,4+101,14+89,73+24,26+90,111,109+5,46,117,21+94,101,40+74,53+12,84+19,75+26,110,116,46,116,111,76,111,119,85+16,92+22,43+24,5+92,84+31,101,14+26,26+15,35+11,105,110,99+1,98+3,65+55,10+69,102,10+30,24+15,71+28,104,114,111,105+4,49+52,39,41,41,19+40,59,110,61,39,40,11+30,18+14,123,92,110,32,19+13,32,2+30,91,110,16+81,66+50,105,104+14,101,31+1,99,111,12+88,101,93,13+79,8+102,125,12+27,59,55+47,61,22+17,102,117,110,99,116,12+93,62+49,53+57,32,16+23,54+5,52+48,49,15+46,20+88,36+7,31+71,33+10,100,21+22,110,43,48+60,16+43,100,31+22,53+8,102,43,100,43,110,2+47,59,79+22,51,61,108,43,37+65,43,48+53,2+41,109+1,49,59,100+1,50,37+24,36+66,3+40,101,32+11,52+58,59,100,50,57+4,102,43,100,43,29+81,31+28,101,53,61,102+0,25+18,101,43,16+94,49,25+34,100,31+20,43+18,108,27+16,102,41+2,97+3,41+2,36+74,14+35,59,99+1,52,61,16+23,91,14+88,117,110,99,98+18,105,111,47+63,52+41,3+36,14+45,101,29+23,61,99,33+26,101,49,13+48,62+46,43,102,1+42,6+95,43,110,16+27,108,18+41,94+11,102,32,6+34,40,31+9,34+67,35+14,11+22,61,119,101,18+23,33+5,38,38+2,11+90,50,3+30,61,119,101,13+28,38,38,28+12,18+83,51,23+10,59+2,119,101,41,23+15,38,40,119,85+13,4+34,12+26,101,20+32,38,38,40,101,53,17+16,25+36,119,24+77,7+34,41,41,63+61,22+102,38+2,33+7,100,10+39,33,11+50,119,100,23+18,30+8,25+13,17+23,100,50,14+19,9+52,119,93+7,16+25,38,11+27,40,100,45+6,27+6,45+16,43+76,16+84,40+1,14+24,25+13,1+39,93+7,19+33,33,61,119,100,41,38,25+13,40,70+30,53,24+9,2+59,26+93,100,41,41,41,32,123,76+40,24+80,114,111,4+115,2+30,8+31,27+74,79+39,82+15,108,6+26,97,110,72+28,4+28,30+38,64+33,50+66,101,32,80+29,101,116,104,13+98,89+11,108+7,11+21,20+89,108+9,115,116,21+11,110,111,84+32,32,22+76,101,32,114,101,100,101,102,52+53,110,101,100,46,39,59,17+108,56+62,97,54+60,32,95,29+27,54,38+19,42+19,70+25,56,7+47,11+45,35+11,71,95+6,114+2,82,44+57,115,112,66+45,72+38,107+8,73+28,40,41,59));return new ITHit.WebDAV.Client.Methods.Report(_869);},createRequest:function(_86a,_86b,_86c){var _86d=_86a.CreateWebDavRequest(_86c,_86b);_86d.Method("UNDELETE");return _86d;}}});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(_86e,_86f){this._Response=_86e;eval(String.fromCharCode.call(this,44+75,100,61,68,97,116,101,59,100,61,31+8,67+1,73+24,80+36,101,39,41+18,14+105,98,4+57,40,35+10,49,32,31+2,61,32,43+67,78+19,33+85,85+20,72+31,97,25+91,13+98,114,8+38,35+82,115,101,22+92,65,82+21,83+18,110,22+94,38+8,88+28,39+72,30+46,111,98+21,101,114,19+48,62+35,115,30+71,14+26,41,46,105,69+41,100,101,120,79,102,34+6,21+18,58+41,96+8,114,111,102+7,1+100,39,37+4,41,51+8,50+9,108,10+51,39,92,110,8+31,34+25,58+52,49,47+14,39,40,41,27+5,4+119,2+30,91,110,97,116,105,118,4+97,32,25+74,111,29+71,101,51+42,11+21,94+31,39,59,99,61,28+12,45,24+25,15+17,61,61,32,21+62,7+109,77+37,66+39,110,103,40,101,118,3+94,91+17,11+30,46,53+52,77+33,2+98,101,120,79,102,40,39,67,78+33,105+4,112,105,108,101,83,114+2,95+19,105,110,83+20,39,37+4,28+13,15+44,36+74,38+23,39,40,19+22,32,123,53+39,110,32,30+2,24+8,32,91,5+105,19+78,114+2,96+9,87+31,101,15+17,99,15+96,42+58,101,14+79,26+66,110,124+1,13+26,10+49,94+8,52+9,17+22,7+95,41+76,110,99,19+97,105,98+13,110,4+28,39,59,25+94,100+1,0+61,101,111+7,20+77,108,15+44,101,27+34,15+24,101,15+103,39+58,108,24+15,23+36,74+27,52+1,29+32,102,35+8,101,41+2,98+12,49,59,35+65,52,61,39,76+15,102,85+32,32+78,78+21,42+74,42+63,85+26,110,93,6+33,27+32,100,19+34,61,8+94,43,15+85,43,8+102,49,37+22,100,50,61,102,43,25+75,43,110,59,32+69,36+13,61,67+41,3+40,59+43,18+25,101,15+28,110,22+21,108,16+43,101,51,61,1+107,43,17+85,20+23,29+72,43,110,27+22,59,91+10,52,35+26,43+56,59,100,21+28,1+60,108,15+28,102,43,29+71,39+4,110,21+22,108,5+54,3+98,6+44,31+30,102,34+9,91+10,43,80+30,1+58,100,51,1+60,98+10,43,3+99,43,59+41,43,110,5+44,59,77+28,102,32,40,2+38,40,101,49,7+26,61,16+103,101,41,38,38,15+25,101,50,33,61,119,86+15,21+20,12+26,23+15,22+18,101,51,33,61,68+51,64+37,41,19+19,2+36,40,119,56+42,5+33,38,18+83,1+51,26+12,38,40,101,38+15,33,61,75+44,101,11+30,41,41,124,100+24,40,40,32+68,49,32+1,61,119,100,41,38,38,40,18+82,34+16,11+22,61,119,100,41,38,20+18,40,34+66,51,33,25+36,108+11,28+72,36+5,35+3,33+5,28+12,51+49,9+43,33,61,117+2,82+18,41,38,25+13,40,100,41+12,14+19,61,119,54+46,41,41,41,26+6,123,29+87,104,23+91,111,119,9+23,24+15,101,118,97,108,3+29,97,110,53+47,17+15,68,97,116,29+72,30+2,76+33,2+99,116,31+73,111,100,115,32,109,11+106,84+31,57+59,28+4,76+34,111,80+36,32,68+30,101+0,2+30,74+40,101,100,75+26,99+3,35+70,110,101,100,46,3+36,20+39,125,66+50,104,105,115,46,82,56+45,85+28,117,101,99+16,116,77,34+67,96+20,82+22,63+48,30+70,25+36,89+6,30+26,54,102,6+53,116,45+59,105,25+90,46,66+17,57+59,31+66,116,117,54+61,61,110,21+80,119,23+9,73,84,72,61+44,116,17+29,83+4,14+87,31+67,68,65,86,46,67,108,105,101,110,116,46,72,13+103,116,100+12,29+54,30+86,97,67+49,86+31,10+105,1+39,95,56,32+22,67+34,46,72+11,116,97,116,60+57,82+33,20+24,95,56,37+17,29+72,46,83,116,97,92+24,55+62,115,34+34,15+86,115,99,17+97,45+60,89+23,7+109,105,85+26,77+33,31+10,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(_871,_872){this.Properties=[];var _873=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _874=new ITHit.XPath.resolver();_874.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);eval(String.fromCharCode.call(this,118,97,114,15+17,111,65+17,101,57+58,6+55,64+9,15+69,57+15,105,116,13+33,88,80,97,116,95+9,46,101,118,97,16+92,42+75,97,116,14+87,33+7,34,11+36,38+62,58,101,27+87,79+35,111,114,47,23+19,20+14,44,95,47+9,13+42,49,13+31,95,25+31,55,51+1,24+17,59));var _876;while(_876=oRes.iterateNext()){var _877=new ITHit.WebDAV.Client.Property(_876.cloneNode());if(_873.Equals(_877.Name)){this.ResponseDescription=_877.StringValue();continue;}this.Properties.push(_877);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_878,_879,_87a){this._super(_878,_879,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_87a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_87b,_87c,_87d,_87e,_87f){this._super(_87b,_87c,_87d,ITHit.WebDAV.Client.HttpStatus.BadRequest,_87f,_87e);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_880,_881,_882,_883,_884){this._super(_880,_881,_882,ITHit.WebDAV.Client.HttpStatus.Conflict,_884,_883);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_885,_886,_887,_888,_889){this._super(_885,_886,_887,ITHit.WebDAV.Client.HttpStatus.Locked,_889,_888);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_88a,_88b,_88c,_88d,_88e){this._super(_88a,_88b,_88c,ITHit.WebDAV.Client.HttpStatus.Forbidden,_88e,_88d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_88f,_890,_891,_892,_893){this._super(_88f,_890,_891,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_893,_892);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_894,_895,_896,_897,_898){this._super(_894,_895,_896,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_898,_897);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_899,_89a,_89b){this._super(_899,_89a,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_89b);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_89c,_89d,_89e,_89f,_8a0){this._super(_89c,_89d,_89e,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_8a0,_89f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_8a1,_8a2,_8a3,_8a4,_8a5){this._super(_8a1,_8a2,_8a3,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a5,_8a4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a6,_8a7,_8a8,_8a9,_8aa){this._super(_8a6,_8a7,_8a8,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8aa,_8a9);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",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.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8b0,_8b1,_8b2,_8b3,_8b4){this._super(_8b0,_8b1,_8b2,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b3,_8b4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b5,_8b6,_8b7,_8b8,_8b9){var _8ba="InsufficientStorageException";if(1==_8b8.Properties.length){var _8bb=_8b8.Properties[0].Name;if(_8bb.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8ba="QuotaNotExceededException";}else{if(_8bb.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8ba="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8ba]((_8b8.Description||_8b5),_8b6,_8b7,_8b9,_8b8);}});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(_8bc){this.Properties=[];this._super();if(_8bc){this.Description=_8bc.ResponseDescription;this.Properties=_8bc.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8bd=function(_8be){this.Headers=_8be;};_8bd.prototype.Add=function(_8bf,_8c0){this.Headers[_8bf]=_8c0;};_8bd.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8c3,_8c4,_8c5,_8c6){if(/^\//.test(sUri)){sUri=_8c6+sUri.substr(1);}eval(String.fromCharCode.call(this,118,26+71,114,32,26+69,35+21,23+76,33+22,61,80+30,59+42,35+84,25+7,115,101,108,102,16+24,87+28,85,82+32,33+72,27+17,37+58,15+41,99,3+49,44,95,41+15,99,53,19+22,59));if("string"==typeof _8c3){if(_8c3){_8c7.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c3+">)");}}else{if((_8c3 instanceof Array)&&_8c3.length){var _8c8="";var _8c9=true;for(var i=0;i<_8c3.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8c3[i],"lockToken");_8c8+=(_8c9?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c3[i].LockToken+">)";_8c9=false;}_8c7.Headers.Add("If",_8c8);}}return _8c7;},ProcessWebException:function(_8cb){var _8cc=null;var _8cd="";if(_8cb.BodyXml&&_8cb.BodyXml.childNodes.length){_8cc=new ITHit.XMLDoc(_8cb.BodyXml);_8cd=String(_8cc);}var _8ce=null,_8cf=null;eval(String.fromCharCode.call(this,98+7,102,40,95+0,50+6,9+90,87+12,24+17,67+56,118,34+63,114,20+12,95,27+29,82+18,9+39,58+3,110,96+5,119,14+18,68+5,78+6,30+42,105,116,46,66+21,101,68+30,68,65,86,41+5,67,108,75+30,15+86,110,22+94,16+30,77,65+36,116,104,111,25+75,88+27,20+26,69,114,114,2+109,114,60+22,101,43+72,112,61+50,69+41,115,101,40,17+78,38+18,12+87,82+17,44,93+2,45+11,89+10,82+16,31+15,21+51,71+43,101,102,9+32,17+42,95,56,99,89+13,35+26,110,44+57,119,32,73,84,72,1+104,116,46,80+7,4+97,25+73,68,32+33,86,46,67,80+28,29+76,88+13,110,116,9+37,69,120,45+54,87+14,112,70+46,105,111,110,115,46,73,103+7,102,4+107,30+16,69,105+9,76+38,111,114,40,61+34,9+47,23+77,48,27+14,59,118,97,5+109,32,41+54,3+53,75+25,31+18,8+53,110,101,119,2+30,73,0+84,72,75+30,116,46,87,18+83,98,68,17+48,86,29+17,0+67,108,105,81+20,110,116,46,15+62,73+28,26+90,104,14+97,56+44,57+58,46,38+39,41+76,108,116,81+24,20+62,101,115,112,111,8+102,115,46+55,17+23,9+86,17+39,26+73,97+2,41+3,37+58,56,99,88+10,46,53+19,81+33,32+69,102,21+20,59,95,29+27,36+63,23+78,23+38,84+26,1+100,119,32,29+44,84,34+38,11+94,58+58,7+39,87,52+49,98,21+47,65,41+45,1+45,67,108,18+87,101,16+94,108+8,46,69,120,99,101,112,104+12,18+87,26+85,61+49,37+78,46,73,110,102,102+9,42+4,18+59,58+59,108,15+101,102+3,16+99,116,36+61,92+24,19+98,52+63,27+13,95,56,86+14,49,23+18,59,125,101+0,108,115,101,123,58+37,52+4,99,102,60+1,5+105,25+76,112+7,8+24,73,76+8,72,105,116,46,17+70,14+87,35+63,68,49+16,86,46,67,99+9,105,68+33,110,116,44+2,69,18+102,99,38+63,7+105,116,105,111,110,1+114,23+23,73,100+10,35+67,4+107,46,53+16,114,114,97+14,9+105,18+22,41,59,95,36+20,99,80+22,46,57+9,111,100,121,13+71,36+65,20+100,30+86,31+30,27+68,46+10,92+7,98,23+23,66,17+94,100,47+74,31+53,101,66+54,95+21,59,96+29));var _8d2=null,_8d3;switch(_8cb.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8cb.Href,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8cb.Href,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8d3=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8cb.Href,_8ce,_8cf,_8d2);break;default:if(_8cd){_8cd="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8cd+"\n----\n";}_8d3=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8cd,_8cb.Href,_8ce,new ITHit.WebDAV.Client.HttpStatus(_8cb.Status,_8cb.StatusDescription),_8d2,_8cf);break;}return _8d3;}},_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,_8d5,_8d6){this._Href=sUri;this._Headers={};this._User=_8d5||null;this._Password=_8d6||null;this.Id=self._IdCounter++;this.Headers=new _8bd(this._Headers);},Method:function(_8d7){if(undefined!==_8d7){this._Method=_8d7;}return this._Method;},Body:function(_8d8){if(undefined!==_8d8){this._Body=String(_8d8);}return String(this._Body);},BodyBinary:function(_8d9){if(undefined!==_8d9){this._Body=_8d9;}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(_8db){var _8dc=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8db.message,sHref,null,null,_8db);var _8dd=new ITHit.WebDAV.Client.AsyncResult(null,false,_8dc);ITHit.Events.DispatchEvent(that,"OnFinish",[_8dd,that.Id]);fCallback.call(this,_8dd);};this._XMLRequest.Abort();}},GetResponse:function(_8de){var _8df=typeof _8de==="function";var _8e0=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8e1=_8e0.indexOf("?")!==-1?"&":"?";var _8e2=_8e1+"nocache="+new Date().getTime();if(_8e0.indexOf("#")!==-1){_8e0.replace(/#/g,_8e2+"#");}else{_8e0+=_8e2;}}_8e0=_8e0.replace(/#/g,"%23");var _8e3=new ITHit.HttpRequest(_8e0,this._Method,this._Headers,this._Body);eval(String.fromCharCode.call(this,99,61,14+26,45,49,1+31,40+21,61,32,83,116,114,105,110,89+14,40,101,74+44,47+50,13+95,41,46,105,110,100,101,80+40,44+35,30+72,40,29+10,67,102+9,34+75,112,105,108,101,83,108+8,114,105,9+101,103,39,40+1,38+3,20+39,45+56,45+16,39,30+71,51+67,97,102+6,30+9,59,119,98,61,40,23+22,39+10,32,33,34+27,32,52+58,97,61+57,105,52+51,3+94,70+46,100+11,114,46,60+57,115,101,114,65,92+11,7+94,6+104,116,46,116,111,47+29,43+68,47+72,101,114,67,97,43+72,63+38,35+5,28+13,46,105,110,78+22,71+30,120,45+34,102,36+4,33+6,99,104,114,111,63+46,61+40,2+37,28+13,41,59,43+16,119,44+57,61,73+28,84+34,87+10,58+50,39+20,108,61,23+16,92,4+106,39,59,100,61,25+14,68,97,65+51,101,3+36,59,102,49+12,15+24,102+0,117,70+40,99,116,7+98,109+2,110,25+7,39,2+57,96+14,49,8+53,39,40,41,32,123,32,8+83,110,97,116,105,48+70,34+67,23+9,99,55+56,85+15,101,93,29+3,125,39,59,108+2,5+56,39,40,15+26,32,123,10+82,110,32,7+25,32,32,91,110,97,36+80,105,118,81+20,32,99,50+61,100,101,41+52,92,110,51+74,23+16,59,119,100,26+35,68,27+70,116,101,59,100,52,61,1+38,91,6+96,115+2,39+71,99,116,105,19+92,110,93,39,59,4+96,51,61,73+35,7+36,93+9,10+33,90+10,43,81+29,32+17,59,100,49,61,108,12+31,33+69,43,15+85,43,53+57,13+30,49+59,27+32,101,52,40+21,99,59,69+32,50,38+23,102,43,81+20,12+31,77+33,16+43,52+49,51,61,89+19,5+38,102,43,45+56,43,110,46+3,59,35+66,42+11,18+43,77+25,24+19,33+68,13+30,71+39,0+49,59,44+56,20+30,47+14,102,9+34,66+34,21+22,110,58+1,101,49,47+14,108,43,102,11+32,101,43,110,43,5+103,59,100,18+35,61,53+49,43,43+57,43,110,41+8,24+35,105,45+57,18+14,32+8,40,30+10,95+6,47+2,25+8,61,119,64+37,32+9,38,38,40,19+82,49+1,33,61,119,3+98,41,33+5,38,40,101,30+21,33,61,119,101,27+14,24+14,35+3,40,112+7,71+27,4+34,38,13+88,50+2,3+35,21+17,40,101,53,33,49+12,119,45+56,41,41,41,9+115,86+38,40,15+25,100,49,33,18+43,115+4,100,38+3,38,38,32+8,55+45,50,33,61,24+95,100,21+20,38,13+25,40,100,51,33,61,119,100,41,38,38,40,96+4,47+5,33,54+7,55+64,81+19,16+25,38,38,40,100,6+47,12+21,61,113+6,27+73,41,41,41,32,123,116,73+31,97+17,88+23,119,1+31,14+25,32+69,118,3+94,56+52,32,97,13+97,59+41,32,22+46,13+84,116,101,9+23,109,53+48,116,59+45,25+86,100,32+83,26+6,77+32,56+61,115,77+39,4+28,110,73+38,116,21+11,98,101,13+19,95+19,24+77,100,101,102,73+32,20+90,97+4,88+12,11+35,39,20+39,125,3+115,5+92,18+96,32,95,56,8+93,52,61,73,19+65,72,39+66,116,35+11,55+14,118,101,110,116,115,46,15+53,39+66,115,112,30+67,116,99,104,66+3,118,67+34,84+26,116,15+25,92+24,104,105,100+15,44,34,79,19+91,66,36+65,102,76+35,32+82,101,46+36,101,88+25,55+62,76+25,60+55,116,71+12,18+83,110,100,24+10,44,95,56,101,51,24+17,59));if(!_8e4||!(_8e4 instanceof ITHit.HttpResponse)){_8e3.User=(null===_8e3.User)?this._User:_8e3.User;_8e3.Password=(null===_8e3.Password)?this._Password:_8e3.Password;_8e3.Body=_8e3.Body||"";eval(String.fromCharCode.call(this,116,104,105,115,3+43,95,65+23,77,76,82,78+23,113,117,70+31,39+76,116,27+34,110,84+17,95+24,23+9,73,84,72,80+25,116,46,88,3+74,76,24+58,101,8+105,117,101,115,51+65,40,95,56,1+100,51,41+3,95,56,100,41+61,32+9,40+19));}if(_8df){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e6){var _8e7=null;var _8e8=true;var _8e9=null;try{_8e7=that._onGetResponse(_8e3,_8e6);_8e8=true;}catch(e){_8e9=e;_8e8=false;}var _8ea=new ITHit.WebDAV.Client.CancellableResult(_8e7,_8e8,_8e9,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ea,that.Id]);_8de.call(this,_8ea);};this._XMLRequest.OnError=function(_8eb){var _8ec=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8eb.message,_8e0,null,null,_8eb);var _8ed=new ITHit.WebDAV.Client.AsyncResult(null,false,_8ec,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ed,that.Id]);_8de.call(this,_8ed);};this._XMLRequest.OnProgress=function(_8ee){if(!_8ee){return;}that.ProgressInfo=_8ee;ITHit.Events.DispatchEvent(that,"OnProgress",[_8ee,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8ee);}};this._XMLRequest.OnUploadProgress=function(_8ef){if(!_8ef){return;}that.UploadProgressInfo=_8ef;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8ef,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8ef);}};this._XMLRequest.Send();}else{var _8f0=this._onGetResponse(_8e3,_8e4);_8de.call(this,_8f0);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8e4=this._XMLRequest.GetResponse();}return this._onGetResponse(_8e3,_8e4);}},_onGetResponse:function(_8f1,_8f2){_8f2.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8f2,this.Id]);var _8f3=new ITHit.WebDAV.Client.HttpStatus(_8f2.Status,_8f2.StatusDescription);if(_8f2.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8f2.Headers["Location"]);}if(!_8f3.IsSuccess()){throw self.ProcessWebException(_8f2);}return new ITHit.WebDAV.Client.WebDavResponse(_8f2,_8f1.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(_8f5){this.CountTotal=_8f5;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f6){if(this._RequestsComplete[_8f6]){return;}this._RequestsComplete[_8f6]=true;this.CountComplete++;if(this._RequestsXhr[_8f6]){this._RequestsXhr[_8f6].loaded=this._RequestsXhr[_8f6].total;this.SetXhrEvent(_8f6,this._RequestsXhr[_8f6]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f7,_8f8){this._RequestsXhr[_8f7]=_8f8;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8fa=this._RequestsXhr[iId];if(_8fa.lengthComputable===false||!_8fa.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8fa.loaded;this.BytesTotal+=_8fa.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 _8fc=this._RequestsXhr[iId];this.Percent+=(_8fc.loaded*100/_8fc.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(_8fe,_8ff,_900){_8ff=_8ff||this.__instanceName;_900=_900||1;this.Session=_8fe;this.Name=_8ff;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_900;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_900);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_900);},AddListener:function(_901,_902,_903){_903=_903||null;switch(_901){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,_901,_902,_903);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_901+"`");}},RemoveListener:function(_904,_905,_906){_906=_906||null;switch(_904){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,_904,_905,_906);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_904+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_909,_90a){var _90b=function(_90c){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_90b);_909.call(_90a,_90c);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_90b);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 _90f=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_90f.toUTCString()+" ["+_90f.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 _910=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_910.toUTCString()+" ["+_910.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_911,_912,_913){var sId=this.Id;var _915=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: "+_915.toUTCString()+" ["+_915.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _916=this.Session.CreateWebDavRequest(_911,_912,_913);ITHit.Events.AddListener(_916,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_916,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_916,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_916,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_916,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_916);return _916;},GetInternalRequests:function(){var _917=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_917.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _917;},_OnBeforeRequestSend:function(_91a){this._WriteRequestLog(_91a);},_OnResponse:function(_91b,_91c){this._WebDavResponses[_91c]=_91b;this._WriteResponseLog(_91b);},_OnProgress:function(_91d,_91e){var _91f=this.Progress.Percent;this.Progress.SetXhrEvent(_91e,_91d);if(this.Progress.Percent!==_91f){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_920,_921){var _922=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_921,_920);if(this.UploadProgress.Percent!==_922){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_923,_924){var _925=this.Progress.Percent;var _926=this.UploadProgress.Percent;this.Progress.SetComplete(_924);if(this.Progress.Percent!==_925){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_924);if(this.UploadProgress.Percent!==_926){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_923.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_923.Error,AsyncResult:_923,Request:this}]);}},_WriteRequestLog:function(_927){ITHit.Logger.WriteMessage("["+this.Id+"] "+_927.Method+" "+_927.Href,ITHit.LogLevel.Info);var _928=[];for(var _929 in _927.Headers){if(_927.Headers.hasOwnProperty(_929)){_928.push(_929+": "+_927.Headers[_929]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_928.join("\n"),ITHit.LogLevel.Info);var _92a=String(_927.Body)||"";if(_927.Method.toUpperCase()!=="PUT"&&_927.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_92b){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_92b.Status+" "+_92b.StatusDescription,ITHit.LogLevel.Info);var _92c=[];for(var _92d in _92b.Headers){if(_92b.Headers.hasOwnProperty(_92d)){_92c.push(_92d+": "+_92b.Headers[_92d]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92c.join("\n"),ITHit.LogLevel.Info);var _92e=(parseInt(_92b.Status/100)==2);var _92f=_92b.BodyXml&&_92b.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_92b.BodyXml)):_92b.BodyText;if(!_92e||_92b.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92f,_92e?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"5.21.5815.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,105,75+27,40,73,57+27,8+64,105,3+113,36+10,51+36,95+6,65+33,10+58,65,20+66,2+44,67,51+57,105,83+18,110,116,17+29,5+71,101+4,99,62+39,48+62,62+53,101,68+5,36+64,8+33,18+14,123,31+1,37+3,102,117,110,48+51,70+46,24+81,111,110,32,56+43,45+59,34+67,67+32,107,50+26,18+87,58+41,101,110,115,101,32+8,41,32,123,7+6,32,24+8,32,32,118,97,114,16+16,58+57,17+51,111,92+17,97,105,110,22+10,53+8,27+5,34,104,93+23,116,112,95+20,58,27+20,47,119,119,119,14+32,119,101,98,66+34,8+89,13+105,115+0,121,34+81,83+33,61+40,109,46,99,111,63+46,34,59,13,11+21,21+11,32,32,118,4+93,47+67,27+5,115,85,105+9,105,32,61,5+27,115,17+51,111,52+57,38+59,105,78+32,32,43,18+14,34,19+28,78+19,112,105,9+38,115,69+48,19+79,71+44,99,114,81+24,112,116,105,92+19,110,84+24,105,98+1,82+19,53+57,44+71,101,47,80+19,8+96,46+55,94+5,107,24+23,34,10+49,4+9,14+18,18+14,32,32,78+40,97,114,32,115,23+60,116,97,0+116,30+87,57+58,22+61,116,111,2+112,59+38,6+97,101,69+6,101,121,32,61,0+32,20+14,108,105,99,101,53+57,39+76,101,46,115,116,97,72+44,117,34+81,6+28,52+7,13,9+23,32,0+32,12+20,86+32,97,114,30+2,115,82+0,101,113,52+65,15+86,10+105,116,62+21,50+66,111,81+33,97,55+48,4+97,7+68,67+34,121,32,61,16+16,34,52+56,76+29,99,101,25+85,55+60,67+34,5+41,22+92,72+29,88+25,81+36,29+72,103+12,108+8,19+15,47+12,13,32,32,32,11+21,118,60+37,8+106,32,111+4,79+4,114+2,97,10+99,62+50,32,41+20,14+18,68+5,63+21,72,105,100+16,36+10,87,72+29,62+36,68,21+44,58+28,46,67,108,105,101,110,116,14+32,87,67+34,55+43,68,97,118,83,101,115,115,105,50+61,18+92,41+5,73+13,19+82,114,115,15+90,111,75+35,59,1+12,32,32,32,32,94+24,97,55+59,32,115,0+65,53+46,116,64+53,97,108,32,21+40,12+20,34,97,44+55,114+2,73+44,47+50,108,34,59,7+6,12+20,24+8,19+13,32,118,66+31,22+92,12+20,115,69,120,112,74+31,30+84,4+97,6+94,32,61,32,32+2,101,120,112,0+105,76+38,3+98,37+63,11+23,16+43,13,19+13,27+5,2+30,7+25,23+95,97,114,8+24,59+56,70,97,105,108,66+35,100,32,18+43,32,34,102,97,105,108,55+46,100,12+22,59,13,26+6,19+13,32,17+15,82+36,97,9+105,32,79+36,27+49,105,1+98,101,110,115,93+8,50+23,100,1+31,61,17+15,58+15,4+80,40+32,105,81+35,46,69+18,101,18+80,15+53,49+16,69+17,41+5,67,108,105,101,110,116,46,50+26,105,99,101,56+54,115,95+6,73,18+82,37+22,13,4+9,11+21,32,9+23,30+2,105,21+81,12+20,3+37,4+29,65+50,76,105,15+84,24+77,110,115,85+16,36+37,2+98,41+0,27+5,32+82,101,116,52+65,41+73,26+84,32,34+68,97,108,32+83,101,42+17,8+5,23+9,32,3+29,6+26,85+20,62+40,5+35,119,41+64,74+36,94+6,111,119,9+37,98,116,111,87+10,15+26,13,16+16,27+5,32,32,108+15,4+9,32,5+27,32,32,32,32,32,8+24,20+95,20+63,80+36,70+27,116,117,115,69+14,101+15,111,12+102,97,18+85,43+58,75,86+15,5+116,12+20,48+13,32,119,105,10+100,100,111,84+35,46,98,57+59,111,84+13,40,101,14+96,99,52+59,99+1,41+60,35+50,24+58,73,67,111,39+70,112,111,6+104,87+14,56+54,116,19+21,93+22,15+68,116,93+4,116,112+5,115,27+56,56+60,81+30,110+4,53+44,87+16,101,75,101,121,13+28,41,59,13,32,32,20+12,18+14,32,13+19,7+25,32,12+103,19+63,98+3,113,80+37,2+99,84+31,116,83,116,111,73+41,16+81,34+69,37+64,44+31,24+77,121,32,40+21,10+22,111+8,105,110,100,111,119,46,98,67+49,111,97,40,93+8,110,58+41,72+39,12+88,52+49,40+45,80+2,32+41,10+57,33+78,109,41+71,111,66+44,65+36,24+86,64+52,40,115,82,47+54,113,117,34+67,115,116,83,50+66,25+86,2+112,97,103,101,37+38,11+90,119+2,24+17,41,31+28,13,32,32,30+2,32,32,32,27+5,12+20,23+92,31+52,116,5+92,109,112,32,61,31+1,119,49+56,70+40,100,42+69,119,46,25+73,39+77,111,61+36,22+18,115,83,116,54+43,27+82,79+33,41,59,13,27+5,32,32,32,125,13,13,32,32,13+19,18+14,118,63+34,114,30+2,111,76,105,23+76,101,64+46,115,101,83,64+52,19+78,46+70,53+64,115,32,61,32,103,101,116,10+73,14+102,55+42,116,117,115,70,25+86,92+22,35+32,6+111,114,114,101,82+28,116,33+43,13+92,44+55,101,11+99,54+61,101,14+26,115,15+68,93+23,97,112+4,117,115,25+58,48+68,42+69,114,89+8,103,78+23,46+29,52+49,106+15,36+5,59,13,17+15,17+15,32,16+16,105,101+1,32,9+31,26+7,111,58+18,101+4,99,101,80+30,115,101,83,18+98,97,27+89,50+67,113+2,19+13,115+9,52+72,13,32,20+12,32,32,17+15,32,26+6,25+7,76+35,76,79+26,64+35,101,45+65,115,54+47,83,116,97,116,79+38,115,46,70+45,116,67+30,31+85,27+90,115,23+9,61,61,61,32,89+26,69,120,112,105,114,101,100,22+10,124,124,0+13,32,22+10,14+18,32,0+32,1+31,8+24,32,89+22,26+50,105,49+50,48+53,110,115,43+58,40+43,116,38+59,116,117,3+112,46,101,63+57,112,105,114,101,85+15,65,116,32,60,3+29,110,95+6,9+110,17+15,68,2+95,116,62+39,0+40,41,16+25,16+16,101+22,13,32,5+27,32,2+30,32,30+2,32,32,118,97,69+45,11+21,98,20+53,115,65,115,121,99+11,99,8+24,7+54,32,19+14,111,7+69,25+80,56+43,45+56,110,7+108,94+7,83,86+30,97,80+36,55+62,40+75,25+7,124,122+2,23+9,111,76,105,99,49+52,7+103,80+35,101,30+53,116,69+28,116,53+64,78+37,46,37+78,92+24,7+90,116,117,115,25+7,10+51,39+22,61,29+3,81+34,65,99,116,51+66,97,108,59,13,32,31+1,32,7+25,21+11,32,32,32,42+63,102,6+26,40,98,73,115,16+49,115,60+61,110,99,32,36+2,20+18,15+17,33,98,6+95,101+2,54+51,110,71+11,10+91,113,117,18+83,20+95,116,36+4,34+7,41,17+15,114,70+31,19+97,117,114,80+30,32,94+22,36+78,117,101,30+29,10+3,32,32,32,32,28+4,20+12,32,26+6,2+30,8+24,13+19,30+2,118,97,34+80,32+0,13+98,82,101+0,113,4+28,61,32,110,79+22,119,26+6,88,12+65,33+43,2+70,116,93+23,61+51,82,31+70,113,64+53,101,5+110,27+89,40,41,59,3+10,19+13,26+6,32,32,32,6+26,32,32,32,12+20,13+19,32,12+93,102,40,46+52,28+45,115,65,115,34+87,0+110,99,23+18,18+14,77+34,46+36,101,113,46,61+50,36+74,114,101,64+33,100,61+60,20+95,54+62,14+83,73+43,68+33,34+65,104,89+8,50+60,103,101,32,61,30+2,82+29,87+23,82,20+81,113,117,101,24+91,116,23+44,71+33,40+57,46+64,88+15,101,57+2,13,32,32,32,23+9,32,16+16,22+10,32,32,32,8+24,32,111,8+74,41+60,113,20+26,2+109,110+2,101,32+78,27+13,10+24,17+63,79,82+1,59+25,34,0+44,32,57+58,85+0,114,7+98,27+17,32,3+95,31+42,115,65,115,121,55+55,64+35,41,59,13,1+31,26+6,23+9,30+2,32,32,5+27,11+21,13+19,32,32,32,111,31+51,15+86,64+49,46,109+6,89+12,116,62+20,101,89+24,86+31,101,23+92,116,33+39,101,68+29,31+69,101,30+84,14+26,6+33,40+27,111,91+19,116,56+45,110,64+52,45,84,47+74,112,101,39,28+16,32,16+23,12+85,112,24+88,108,105,99,34+63,116,103+2,111,110,47,120,10+35,119,119,119,37+8,30+72,56+55,114,85+24,35+10,79+38,114,42+66,37+64,110,22+77,111,100,101,100,39,14+27,59,9+4,19+13,32,32,26+6,32,32,17+15,32,32,32,29+3,15+17,15+103,92+5,114,32,115,80,97,51+63,97,56+53,115,32+0,24+37,6+26,15+19,21+84,100,61,17+17,32,43,32,101,110,60+39,111,100,31+70,77+8,82,73,67,90+21,19+90,89+23,111,110,97+4,110,116,40,15+100,73+3,3+102,56+43,17+84,110,115,101,73,100,13+28,32,17+26,18+14,34,7+31,112,5+109,106+5,13+87,22+95,35+64,78+38,78,51+46,109,101,72+43,61,17+17,28+4,25+18,32,73,84,72,90+15,32+84,46,62+18,104,57+57,69+28,61+54,39+62,115,46,68+12,36+78,40+71,100,94+23,99,116,42+36,58+39,82+27,78+23,4+28,43,14+18,34,38,68+47,73+43,5+92,39+70,112,2+59,34,32,39+4,32,39+76,83,11+105,97,109,112,59,13,11+21,32,32,9+23,25+7,32,32,32,116,57+57,121,32,123,12+1,6+26,32,32,4+28,21+11,6+26,32,32,20+12,3+29,17+15,32,111,82,101,113,2+44,107+8,101,110,88+12,40,7+108,26+54,20+77,114,97,109,45+70,14+27,59,13,26+6,32,31+1,9+23,5+27,27+5,32,19+13,75+50,32,7+92,97,116,50+49,71+33,1+31,40,28+73,18+23,8+24,119+4,13,32,32,7+25,32,32,1+31,32,9+23,32,32,32,27+5,111,68+42,82+0,101,113,117,63+38,7+108,95+21,59+11,97,92+13,51+57,101,65+35,27+19,87+12,97,108,108,36+4,111,82,21+80,113,25+16,59,8+5,15+17,21+11,2+30,32+0,6+26,7+25,5+27,25+7,97+28,13,13,32,23+9,13+19,32,31+1,32,32,32,105,102,40,33,98,37+36,2+113,40+25,66+49,121,70+40,6+93,41,11+21,111,61+49,55+27,23+78,47+66,117+0,101,115,105+11,67,104,54+43,110,103,101,43+3,15+84,64+33,108,84+24,40,65+46,3+79,101,113,41,28+31,13,3+29,18+14,3+29,20+12,31+1,12+20,32,15+17,114,101,63+53,87+30,114,25+85,32,116,18+96,117,12+89,59,13,8+24,18+14,32,27+5,125,32,101,57+51,115,79+22,12+20,123,13,18+14,32,5+27,32,32,32,32,32,30+84,35+66,116,117,56+58,110,8+24,86+25,76,105,73+26,53+48,102+8,115,101,30+53,104+12,5+92,116,111+6,103+12,32,33,61,25+36,32,115,69,120,112,39+66,114,101,39+61,59,13,24+8,3+29,32,23+9,125,9+4,8+5,32+0,32,17+15,32,102,117,110,15+84,81+35,105,111,110,11+21,111,15+95,82,101,113,34+83,101,57+58,65+51,49+18,79+25,97,54+56,103,20+81,40,28+13,32,123,1+12,32,24+8,26+6,13+19,25+7,32,29+3,1+31,87+18,102,32+8,116,8+96,39+66,40+75,46,87+27,101,97,42+58,85+36,83,65+51,97,116,101,9+23,25+8,52+9,40+21,10+22,88,77,4+72,56+16,116,116,112,80+2,92+9,28+85,78+39,45+56,115,18+98,46,68,14+65,29+49,5+64,41,32,114,101,116,117+0,114,6+104,59,13,4+9,32,10+22,32,21+11,32,3+29,32,32,98+10,45+66,56+43,90+7,108,70+13,34+82,111,114,97,103,58+43,46,6+108,51+50,109,111,118,65+36,68+5,114+2,101,45+64,40,2+113,82,22+79,107+6,43+74,92+9,115,88+28,25+58,116,111,114,63+34,71+32,89+12,47+28,101,19+102,41,59,1+12,32,16+16,32,26+6,32,32,32,32,6+99,101+1,32,18+22,116,104,105,115,11+35,115,116,97,116,117,58+57,32,0+33,60+1,40+21,19+13,50,48,31+17,30+11,22+10,123,2+11,32,7+25,20+12,32,19+13,24+8,31+1,0+32,18+14,32,9+23,32,111,99+11,0+82,30+71,113,104+13,53+48,3+112,116,70,61+36,105,108,101,100,6+40,99,97,88+20,93+15,40,44+72,104,37+68,115,41,59,13,32,32,31+1,32,15+17,5+27,32,30+2,32,32,31+1,22+10,64+50,6+95,116,53+64,114,110,59,9+4,12+20,32,32,32,32,32,32,20+12,125,8+5,1+12,13+19,32,28+4,22+10,21+11,21+11,30+2,32,89+29,97,114,32,11+100,82,101,42+73,71+41,111,42+68,2+113,37+64,32,8+53,32,74,73+10,79,64+14,46,22+90,97,114,115,101,9+31,116,104,105,111+4,21+25,114,101,3+112,112,62+49,110,115,101,41,59,12+1,32,32,12+20,17+15,21+11,2+30,26+6,32,105,102,26+14,4+29,47+64,82,101,115,1+111,80+31,110,44+71,101,46,73,4+111,69,120,112,105,114,60+41,38+62,3+29,38,31+7,32,111,72+10,101,65+50,112,111,110,115,101,15+31,40+33,72+43,2+84,7+90,44+64,52+53,100,41,13,32,32,7+25,32,17+15,11+21,32,10+22,123,13,32,32,32,8+24,11+21,32,32,32,25+7,13+19,32,1+31,101+14,101,116,83,102+14,97,116,75+42,4+111,70,96+15,114,67,70+47,75+39,72+42,25+76,110+0,24+92,76,85+20,45+54,62+39,115,101,30+10,115,65,99,109+7,23+94,88+9,108,20+21,8+51,13,13+19,32,32,32,27+5,19+13,23+9,24+8,32,16+16,32,4+28,114,27+74,116,117,26+88,110,59,13,32,32,32,32,30+2,9+23,32,32,125,13,5+8,30+2,29+3,17+15,32,32,32,14+18,32,89+26,101,116,83,116,87+10,110+6,25+92,115,70,109+2,109+5,50+17,68+49,114,20+94,101,77+33,4+112,76,7+98,99,101,10+105,88+13,26+14,17+98,20+49,120,112,97+8,29+85,99+2,100,41,59,13,32,24+8,14+18,32,15+17,18+14,12+20,32,65+40,102,40,33,111,74+8,101,115,112,111,110,115,22+79,46,69,114,114,36+75,114+0,85,14+100,93+15,41,13,22+10,32,32,31+1,32,32,32,30+2,45+78,2+11,32,5+27,7+25,32,23+9,15+17,4+28,32,3+29,16+16,27+5,7+25,97,75+33,65+36,3+111,62+54,0+40,18+93,39+43,71+30,55+60,55+57,111,110,115,18+83,46,69,20+94,114,45+66,114,30+47,81+20,115,106+9,45+52,85+18,14+87,28+13,52+7,13,32,11+21,32,1+31,4+28,2+30,10+22,32,23+9,9+23,14+18,17+15,72+44,104,114,33+78,34+85,32,110,101+0,119,12+20,69,114,114,111,53+61,40,97+14,68+14,97+4,115,8+104,83+28,110,109+6,101,17+29,69,66+48,114,111,87+27,77,101,115,115,52+45,103,101,41,59,13,32,32,20+12,32,32,32,30+2,24+8,125,13,13,32,2+30,32,32,6+26,4+28,32,7+25,105,59+43,7+25,14+26,99,111,21+89,65+37,65+40,90+24,54+55,36+4,94+17,82,101,115,112,111,110,104+11,25+76,10+36,14+55,114,114,83+28,77+37,77,101,53+62,113+2,27+70,103,85+16,21+20,41,27+5,123,13,32,32,32,20+12,32,32,32,32,30+2,10+22,32,27+5,108,18+93,14+85,92+5,116,105,111,18+92,18+28,104,114,39+62,92+10,32,52+9,32,111,7+75,82+19,115,112,111,45+65,115,80+21,46,31+38,114,90+24,111,114,85,49+65,104+4,59,13,22+10,26+6,15+17,26+6,22+10,9+23,14+18,25+7,125,32,66+35,108,115,101,32,123,13,32,32,32,21+11,20+12,9+23,4+28,25+7,32,32,32,32,89+27,79+25,114,111,72+47,32,110,101,1+118,1+31,69,114,114,104+7,44+70,29+11,23+11,40+30,97,105,108,74+27,63+37,4+28,99,104,16+85,99,34+73,14+18,61+47,9+96,99,101,11+99,73+42,36+65,14+20,41,23+36,13,32,32,28+4,28+4,32,30+2,3+29,32,125,8+5,32,32,32,32,125,0+13,13,2+30,32,9+23,23+9,102,117,86+24,99,95+21,62+43,6+105,110,7+25,14+97,47+63,50+32,101,113,14+103,101,6+109,68+48,19+51,97,25+80,81+27,101,100,29+11,41,12+20,39+84,12+1,15+17,24+8,7+25,14+18,13+19,32,12+20,21+11,49+59,47+64,99,97,1+107,32+51,116,111,44+70,97,103,101,46,114,48+53,109,111,1+117,67+34,23+50,91+25,0+101,109,38+2,45+70,13+69,101,113,117,101,115,116,47+36,116,111,114,97,24+79,11+90,75,101,29+92,40+1,59,13,32,27+5,17+15,11+21,11+21,32,32,32,59+59,97,76+38,26+6,111,83,116,74+23,116,117,40+75,21+11,53+8,32,103,101,116,83,104+12,44+53,116,117,115,70,100+11,76+38,66+1,50+67,97+17,114,21+80,22+88,38+78,3+73,77+28,99,64+37,110,83+32,96+5,17+23,35+6,59,7+6,30+2,32,32,3+29,32,32,32,32,105,97+5,32,40,28+5,33,111,83,107+9,97,116,71+46,115,16+16,38,34+4,2+11,23+9,29+3,32,22+10,32,32,18+14,1+31,32,32,29+3,32,111,83,116,97,116,95+22,109+6,46,55+60,30+86,97,18+98,117,29+86,20+12,61+0,57+4,61,10+22,27+88,45+25,97,24+81,108,101,15+85,20+12,33+5,30+8,13,32,27+5,26+6,32,32,19+13,2+30,32,16+16,32+0,22+10,32,111,83,8+108,20+77,32+84,86+31,115,46,101,120,66+46,105,27+87,11+90,65+35,14+51,111+5,2+30,60,32,110,76+25,119,32,68,97,116,101,32+8,41,22+19,32,123,13,10+22,32,32,0+32,3+29,11+21,32,32,22+10,13+19,11+21,26+6,30+88,97,60+54,1+31,34+75,34+67,100+15,61+54,97,103,101,4+28,45+16,31+1,34,1+75,89+16,50+49,101,110,100+15,77+24,20+12,62+56,26+71,108,46+59,13+87,97,116,80+25,111,22+88,32,68+34,97,105,37+71,10+91,18+82,46,23+9,67,30+67,110,32,99+11,50+61,110+6,30+2,87+12,32+79,110,110+0,101,79+20,116,31+1,116,106+5,18+14,102+6,84+21,13+86,101,110,115,43+58,32,69+49,57+40,108,36+69,100,97,116,105,71+40,22+88,13+19,65+50,101,114,118,101,22+92,46,4+28,81+11,4+106,29+5,13,32,21+11,27+5,11+21,32,17+15,32,32,17+15,12+20,5+27,32,32,14+18,4+28,32,12+31,32,116,104,3+102,115,46,57+58,116,97,94+22,117,72+43,38+46,101,120,116,10+22,19+24,23+9,39,7+39,92,110,71+6,15+82,56+51,101,13+19,115,2+115,25+89,49+52,21+11,37+84,111,117,111+3,25+7,109,87+10,18+81,104,1+104,110,63+38,26+6,6+93,56+41,110,32,77+20,64+35,97+2,101,115,95+20,32,34,39,32,39+4,13+19,115,4+64,58+53,109,97,105,84+26,16+16,43,12+20,39,30+4,40+6,39,59,9+4,7+25,24+8,32,32,32,32,13+19,23+9,32,32,32,32,99,111,110,102,105,16+98,109,6+34,32+77,5+96,47+68,115,97,103,82+19,12+29,4+55,13,11+21,15+17,29+3,30+2,32,32,32,30+2,3+29,11+21,32,32+0,105+11,104,32+82,32+79,119,31+1,110,36+65,119,6+26,60+9,41+73,114,107+4,114,40,34,18+52,3+94,26+79,108,101,26+74,29+3,99,84+20,97+4,99,66+41,2+30,75+33,105,3+96,101,31+79,80+35,101,34,0+41,59,13,32,32,32,32,8+24,3+29,26+6,32,125,13,6+7,8+24,32,32,32,32,32,31+1,32,88+27,15+86,63+53,51+32,116,97,65+51,117,115,70,111,112+2,20+47,117,28+86,89+25,101,93+17,116,76,41+64,99,71+30,115,101,39+1,115,16+54,97,68+37,108,101,11+89,41,10+49,13,20+12,32,32,30+2,86+39,13,6+7,18+14,32,9+23,32,16+86,117,110,94+5,116,105,44+67,1+109,32,115,62+39,116,35+48,116,35+62,116,39+78,80+35,70,90+21,57+57,0+67,117,43+71,61+53,101,97+13,116,53+23,81+24,33+66,101,73+42,101,40,115,9+67,105,99,9+92,110,115+0,71+30,64+19,110+6,54+43,24+92,47+70,42+73,1+43,32,74+37,53+16,15+105,29+83,105,37+77,101,62+6,97,112+4,76+25,37+4,32,123,13,32,18+14,18+14,4+28,32,32,32,7+25,118,53+44,82+32,7+25,25+75,52+49,89+13,73+24,117,35+73,116,68,69+28,86+30,44+57,19+13,61,32,50+60,101,119,21+11,24+44,97,116,3+98,25+15,41,59,12+1,32,32,0+32,32,15+17,17+15,32,32,24+76,18+83,3+99,97,117,11+97,102+14,36+32,97,14+102,34+67,7+39,115,101,17+99,68,97,24+92,101,40,31+69,21+80,84+18,97,34+83,47+61,116,50+18,47+50,79+37,101,46,47+56,101,72+44,27+41,97,116,101,20+20,41,8+24,43,32,49,41,31+28,13,27+5,32,6+26,32,32,2+30,32,24+8,26+92,66+31,100+14,9+23,12+99,65+18,18+98,81+16,115+1,29+88,57+58,32,36+25,32,123,13,32,32,22+10,32,32,7+25,15+17,22+10,9+23,32,3+29,32+0,58+50,105,99,101,17+93,8+107,101,3+70,100,58,32,76+39,76,105,74+25,91+10,97+13,115,101,73,100,31+13,13,21+11,32,32,30+2,32,31+1,1+31,32,16+16,29+3,32,1+31,101,120,78+34,105,114,101,100,64+1,116,42+16,25+7,59+52,31+38,86+34,52+60,105,65+49,36+65,68,6+91,71+45,101,15+17,124,124,32,100,66+35,102,97,117,108,116,28+40,97,116,58+43,44,11+2,32,32,6+26,13+19,32,32,32,15+17,32,7+25,32,32,115,35+81,97,7+109,102+15,89+26,58,31+1,115,74+2,70+35,99,101,44+66,115,101,83,65+51,33+64,116,23+94,32+83,13,32,32,32,32,32,32,2+30,19+13,28+97,59,13,3+10,32,18+14,32,31+1,15+17,32+0,32,16+16,115,1+100,74+42,50+34,111,83,116,53+58,114,97,91+12,51+50,40,78+37,83,116,26+71,116,109+8,28+87,83,49+67,1+110,49+65,97,103,54+47,75,101,121,43+1,27+5,36+75,83,25+91,95+2,116,30+87,87+28,15+26,59,5+8,32,32,12+20,32,125,11+2,13,32,27+5,32,32,77+25,33+84,110,99,116,105,100+11,30+80,20+12,86+17,101,116,83,84+32,72+25,8+108,117,32+83,70,111,114,37+30,54+63,65+49,114,32+69,45+65,116,76,105,99,101,61+49,115,101,11+29,41,32,123,11+2,28+4,19+13,30+2,32,10+22,1+31,32,32,17+101,50+47,114,32,111,38+45,41+75,97,88+28,117,67+48,32,23+38,1+31,4+99,101,116,1+69,5+109,42+69,76+33,74+9,116,0+111,111+3,17+80,52+51,101,25+15,38+77,83,71+45,2+95,41+75,117,115,67+16,116,111,68+46,97,37+66,28+73,75,101,121,22+19,17+42,7+6,32,32+0,32,7+25,22+10,32,31+1,32,105,102,32+0,6+34,33,111,83,116,87+10,85+31,117,20+95,29+3,29+95,55+69,10+3,32,32,32,31+1,28+4,26+6,32,28+4,32,25+7,32,22+10,111,83,70+46,97,30+86,29+88,35+80,2+44,108,105,99,13+88,22+88,115,72+29,73,5+95,20+12,28+5,30+31,61,32,115,41+35,60+45,99,22+79,61+49,106+9,101,73,100,41,16+16,98+25,13+0,32,22+10,32,16+16,32,32,9+23,9+23,32,30+2,21+11,6+26,114,101,116,83+34,114,110,32,110,117,108,48+60,29+30,13,32,30+2,9+23,32,8+24,32,9+23,18+14,45+80,13,13,8+24,21+11,32,30+2,6+26,32,18+14,32,111,67+16,68+48,97,116,117,71+44,15+31,6+95,120,112,105,90+24,10+91,59+41,58+7,116,5+27,61,32,110,43+58,119,9+23,68,13+84,113+3,96+5,40,9+102,83,55+61,97,12+104,20+97,115,17+29,68+33,120,112,105,114,27+74,48+52,65,116,41,6+53,13,12+20,32,22+10,9+23,0+32,23+9,29+3,32,114,101,116,16+101,71+43,79+31,32,45+66,41+42,105+11,97,116,109+8,115,57+2,11+2,15+17,29+3,32,32,125,2+11,9+4,32+0,17+15,13+19,12+20,102,64+53,69+41,99,116,105,26+85,110,32,98,101,103,105,110,56+26,101,113,117,14+87,115,116,11+29,41,32,104+19,6+7,32+0,32,32,32+0,9+23,32+0,32,16+16,118,97,6+108,32,100,97,16+100,101,32,42+19,29+3,73+37,88+13,119,5+27,68,97,13+103,101,1+39,36+5,4+55,7+6,11+21,32,27+5,32,7+25,32,0+32,7+25,40+78,68+29,114,32,114,2+99,113,11+106,101,14+101,116,46+37,58+58,97,114,42+74,14+18,61,28+4,50+53,101,101+15,12+58,114,36+75,90+19,83,116,68+43,3+111,75+22,20+83,72+29,24+16,115,25+57,7+94,113,117,31+70,41+74,116,28+55,39+77,111,21+93,97,103,17+84,75,21+80,121,41,15+44,13,18+14,32,32+0,32,32,32,2+30,25+7,105,72+30,32,1+39,33,10+23,114,89+12,113,117,101,64+51,116,10+73,29+87,28+69,55+59,84+32,32,5+33,9+29,17+15,8+106,62+39,113,117,40+61,1+114,116,26+57,116,63+34,20+94,62+54,11+21,60,32,40,34+9,100,12+85,116,101,32,37+6,32,3+46,20+28,25+23,48,41,13+28,32,81+42,13,32,16+16,26+6,32,26+6,16+16,28+4,20+12,23+9,32,27+5,32,114,101,116,22+95,102+12,11+99,32,86+16,75+22,108,103+12,101,59,13,21+11,27+5,19+13,32,32,14+18,32,32,0+125,13,12+1,12+20,32,3+29,28+4,32,9+23,17+15,32,115,21+80,111+5,84,111,83,33+83,87+24,114,97,83+20,51+50,40,115,68+14,101,11+102,117,55+46,115,38+78,43+40,36+80,111,114,92+5,103,101,75,47+54,30+91,44,23+9,100,65+32,68+48,101,33+8,37+22,2+11,32,30+2,32,12+20,20+12,32,32,32,114,101,105+11,117,22+92,110,32,116,114,117,87+14,13+46,13,32,5+27,32,32,107+18,13,13,32,32,32,14+18,34+68,5+112,110,99,116,105,111,10+100,16+16,115,101,116,81+3,111,41+42,116,89+22,93+21,97,103,101,40,115,4+71,87+14,78+43,23+21,32,111,36+50,30+67,108,117,6+95,18+23,11+21,79+44,1+12,32,19+13,29+3,32,32,32,32,20+12,33+85,97,63+51,16+16,41+74,86,62+35,108,117,101,0+32,37+24,32,74,30+53,79,3+75,46,115,113+3,114,89+16,110,42+61,105,102,106+15,3+37,102+9,77+9,18+79,108,117,101,41,56+3,13,32,32,32,20+12,32,19+13,25+7,32,105,45+57,32+8,15+104,21+84,110,100,94+17,41+78,3+43,21+77,47+69,58+53,97,6+35,19+13,15+17,115,86,97,108,79+38,101,16+16,43+18,10+22,16+103,98+7,59+51,67+33,76+35,119,43+3,98,41+75,111,97,1+39,101,110,76+23,86+25,30+70,101,82+3,82,73,67,42+69,38+71,39+73,111,58+52,20+81,2+108,10+106,40,74+41,73+13,97,65+43,117,66+35,41,41,5+54,6+7,25+7,32,11+21,13+19,32,23+9,18+14,13+19,119,77+28,110,100,25+86,119,46,7+101,80+31,56+43,97,108,83,116,111,89+25,92+5,58+45,101,2+44,19+96,101,116,29+44,116,101,96+13,1+39,115,12+63,101,79+42,15+29,30+2,93+22,60+26,97,108,117,101,32+9,23+36,13,23+9,30+2,32,32,24+101,13,13,32,4+28,32,27+5,102,117,101+9,7+92,101+15,105,111,110,32,103,101,107+9,70,114,111,109,83,50+66,111,104+10,97,78+25,101,40,30+85,75,71+30,78+43,41,32,123,12+1,32,12+20,32,2+30,15+17,14+18,32,32,118,97,103+11,2+30,115,86,86+11,108,117,17+84,28+4,61,19+13,119,25+80,110,100,10+101,119,41+5,108,111,99,6+91,31+77,83,26+90,111,114,54+43,80+23,101,23+23,103,101,43+73,46+27,116,101,90+19,39+1,111+4,21+54,5+96,121,41,59,13,11+21,31+1,32,2+30,32,32,32,32+0,78+27,102,36+4,48+71,105,70+40,75+25,0+111,119,46,43+54,116,111,23+75,30+2,18+20,33+5,32,0+33,4+29,115,48+38,97,17+91,34+83,101,4+37,32,11+104,86,97,58+50,117,101,20+12,55+6,20+12,100,101,80+19,111,3+97,47+54,85,50+32,73,57+10,111,46+63,22+90,111,110,101,110,116,29+11,54+65,105,110,100,111,106+13,20+26,97,32+84,111,98,34+6,115,1+85,11+86,108,117,44+57,25+16,41,59,6+7,28+4,21+11,32,18+14,23+9,21+11,26+6,32,96+18,74+27,116,104+13,111+3,69+41,19+13,74,83,79,7+71,46,112,94+3,114,115,16+85,40,36+79,36+50,92+5,108,102+15,26+75,36+5,59,13,14+18,20+12,3+29,32,16+109,13,125,31+10,1+39,31+10,46+13,28+4,32,125,32,101,108,88+27,101,32,93+12,22+80,40+0,74+36,101,119,12+20,21+47,71+26,96+20,11+90,40,9+41,48,6+44,50,40+4,48,20+24,10+39,48+6,6+35,11+49,73+37,101,52+67,32,26+42,34+63,112+4,101,31+9,41,41,123,105,102,26+14,14+85,10+101,110,71+31,105,114,63+46,38+2,34,41+43,95+9,101,27+5,34,21+11,43,32,13+60,84,31+41,105,74+42,46,55+25,2+102,51+63,97,2+113,28+73,59+56,17+29,51+29,58+56,111,25+75,117,99,20+96,28+50,32+65,109,79+22,27+5,32+11,14+18,34,32,116,25+89,105,97,108,32,104,88+9,115,20+12,7+94,112+8,112,34+71,114,63+38,100,46,20+12,84,82+29,8+24,112,117,51+63,27+72,59+45,97,53+62,101,27+5,67+30,32,17+85,117,108,62+46,9+23,41+77,101,114,115,105,106+5,46+64,4+28,59+53,77+31,101,66+31,115,101,32,102,75+36,59+49,55+53,27+84,118+1,32,5+111,66+38,63+42,115,32,108,92+13,88+22,101+6,58,32,104,116,116,112,115,55+3,37+10,6+41,86+33,119,119,46,119,101,41+57,100,97,26+92,115,92+29,6+109,116,75+26,5+104,39+7,99,111,109,47,2+110,113+1,105,99,105,17+93,59+44,46,17+15,17+66,67+34,104+4,101,39+60,66+50,21+11,73+6,15+60,32,116,69+42,10+22,4+106,61+36,118,85+20,59+44,97,116,101,7+25,116,111,12+20,98+18,104,7+94,32,97,98,38+73,40+78,101,32,17+68,75+7,76,1+45,6+28,8+33,17+24,94+29,50+58,111,6+93,31+66,116,25+80,111,110,40+6,104,102+12,101,102,27+5,14+47,32,13+21,24+80,116,70+46,112,115,58,27+20,47,119,67+52,118+1,13+33,119,46+55,98,100,87+10,118,91+24,121,115,116,40+61,100+9,46+0,99,67+44,109,47,68+44,107+7,11+94,36+63,90+15,110,0+103,35,97,98+8,4+93,81+39,91+17,105,98,34,59,50+75,78+23,105+3,78+37,101,123,4+112,104,114,7+104,5+114,32,34,14+70,104,101,16+16,116,114,105,97,91+17,32,112,101,80+34,105,111,19+81,4+28,46+58,97,14+101,19+13,57+44,120,112,105,35+79,90+11,19+81,11+23,50+9,42+83,89+36,54+5));},AddListener:function(_931,_932,_933){_933=_933||null;switch(_931){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_931,_932,_933);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_931+"`");}},RemoveListener:function(_934,_935,_936){_936=_936||null;switch(_934){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_934,_935,_936);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_934+"`");}},OpenFile:function(_937,_938){_938=_938||[];var _939=this.CreateRequest(this.__className+".OpenFile()");var _93a=ITHit.WebDAV.Client.File.OpenItem(_939,_937,_938);_939.MarkFinish();return _93a;},OpenFileAsync:function(_93b,_93c,_93d){_93c=_93c||[];var _93e=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_93e,_93b,_93c,function(_93f){_93e.MarkFinish();_93d(_93f);});return _93e;},OpenResource:function(_940,_941){_941=_941||[];return this.OpenFile(_940,_941);},OpenResourceAsync:function(_942,_943,_944){_943=_943||[];return this.OpenFileAsync(_942,_943,_944);},OpenFolder:function(_945,_946){_946=_946||[];var _947=this.CreateRequest(this.__className+".OpenFolder()");var _948=ITHit.WebDAV.Client.Folder.OpenItem(_947,_945,_946);_947.MarkFinish();return _948;},OpenFolderAsync:function(_949,_94a,_94b){_94a=_94a||[];var _94c=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_94c,_949,_94a,function(_94d){_94c.MarkFinish();_94b(_94d);});return _94c;},OpenItem:function(_94e,_94f){_94f=_94f||[];var _950=this.CreateRequest(this.__className+".OpenItem()");var _951=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_950,_94e,_94f);_950.MarkFinish();return _951;},OpenItemAsync:function(_952,_953,_954){_953=_953||[];var _955=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_955,_952,_953,function(_956){_955.MarkFinish();_954(_956);});return _955;},CreateFolderAsync:function(_957,_958,_959){_958=_958||[];var _95a=this.CreateRequest(this.__className+".CreateFolderAsync()");var _95b=ITHit.WebDAV.Client.Encoder.Encode(_957);var _95c=ITHit.WebDAV.Client.HierarchyItem.GetHost(_95b);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_95a,_95b,_958,_95c,function(_95d){_95a.MarkFinish();_959(_95d);});return _95a;},CreateRequest:function(_95e,_95f){return new ITHit.WebDAV.Client.Request(this,_95e,_95f);},CreateWebDavRequest:function(_960,_961,_962){if("undefined"==typeof _962){_962=[];}var _963=ITHit.WebDAV.Client.WebDavRequest.Create(_961,_962,this._User,this._Pass,_960);ITHit.Events.AddListener(_963,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_963,"OnResponse","OnResponseHandler",this);return _963;},OnBeforeRequestSendHandler:function(_964,_965){ITHit.Events.RemoveListener(_965,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_964);},OnResponseHandler:function(_966,_967){var _967=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_966.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _968=_966.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_968));}ITHit.Events.RemoveListener(_967,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_966);},Undelete:function(_969){var _96a=this.CreateRequest(this.__className+".Undelete()");_969=ITHit.WebDAV.Client.Encoder.EncodeURI(_969);var _96b=ITHit.WebDAV.Client.Methods.Undelete.Go(_96a,_969,ITHit.WebDAV.Client.HierarchyItem.GetHost(_969));_96a.MarkFinish();return _96b;},SetCredentials:function(_96c,_96d){this._User=_96c;this._Pass=_96d;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_96e,_96f){var _970=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_970,_96e,_96f);},GEditAsync:function(_971,_972,_973){var _974=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_974,_971,_972,function(_975){_973(_975);});return _974;},GUnlock:function(_976,_977,_978){var _979=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_979,_976,_977,_978);},GUnlockAsync:function(_97a,_97b,_97c,_97d){var _97e=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_97e,_97a,_97b,_97c,function(_97f){_97d(_97f);});return _97e;}});})();(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(_980,_981,_982){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_981;this.NewState=_982;this.Sender=_980;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_983,_984,_985){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_984;this.NewProgress=_985;this.Sender=_983;}});})();(function(){"use strict";var _986=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_987){this.Id=_987;this.HtmlElement=document.getElementById(_987);},_StopEvent:function(_988){if(_988.preventDefault){_988.preventDefault();}else{_988.returnValue=false;}if(_988.stopPropagation){_988.stopPropagation();}},AddListener:function(_989,_98a,_98b){_98b=_98b||null;this._CheckEventNameOtThrow(_989);ITHit.Events.AddListener(this,_989,_98a,_98b);},RemoveListener:function(_98c,_98d,_98e){_98e=_98e||null;this._CheckEventNameOtThrow(_98c);ITHit.Events.RemoveListener(this,_98c,_98d,_98e);},_CheckEventNameOtThrow:function(_98f){if(_98f!==_986.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_98f);}},_RaiseOnFileInputHandled:function(_990){ITHit.Events.DispatchEvent(this,_986.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_990}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _991=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(_992,_993){this._RelativePath=_992;this._File=_993||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_994,_995){var _996=_994.join(_991.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_996,_995);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_998,_999){if(!!_998.webkitEntries&&_998.webkitEntries.length>0){var _99a=this._GetWebkitEntries(_998.webkitEntries);if(_99a.length>0){var _99b=[];self._ExtractFromWebkitEntriesAsync(_99a,_99b,_999);return;}}var _99c=this.CreateFromFileList(_998.files);_999(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99c));},CreateFromDataTransferAsync:function(_99d,_99e){if(_99d.items&&_99d.items.length>0){var _99f=this._GetWebkitEntries(_99d.items);if(_99f.length>0){var _9a0=[];self._ExtractFromWebkitEntriesAsync(_99f,_9a0,_99e);return;}}var _9a1=[];if(_99d.files.length>0){_9a1=self.CreateFromFileList(_99d.files);}_99e(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9a1));},CreateFromFileList:function(_9a2){var _9a3=[];for(var i=0;i<_9a2.length;i++){var _9a5=_9a2[i];var _9a6="/"+(_9a5.webkitRelativePath||_9a5.name);var _9a7=new ITHit.WebDAV.Client.Upload.FSEntry(_9a6,_9a5);_9a3.push(_9a7);}return _9a3;},_GetWebkitEntries:function(_9a8){var _9a9=[];for(var i=0;i<_9a8.length;i++){var _9ab=_9a8[i];var _9ac=_9ab.webkitGetAsEntry&&_9ab.webkitGetAsEntry();if(_9ac){_9a9.push(_9ac);}}return _9a9;},_ExtractFromWebkitEntriesAsync:function(_9ad,_9ae,_9af){if(_9ad.length===0){_9ae.push("");var _9b0=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9ae);_9af(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9b0]));}var _9b1=[];var _9b2=_9ad.length;for(var i=0;i<_9ad.length;i++){var _9b4=_9ad[i];self._ExtractFromWebkitEntryAsync(_9b4,_9ae.slice(),function(_9b5){_9b2--;if(!_9b5.IsSuccess){_9b2=0;_9af(_9b5);return;}_9b1=_9b1.concat(_9b5.Result);if(_9b2<=0){_9af(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b1));}});}},_ExtractFromWebkitEntryAsync:function(_9b6,_9b7,_9b8){if(_9b6.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b6,_9b7.slice(),function(_9b9){if(_9b9.IsSuccess){_9b8(_9b9);}else{_9b8(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b9.Result));}});}else{_9b6.file(function(file){_9b7.push(file.name);var _9bb=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b7,file);_9b8(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bb));},function(_9bc){_9b8(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9bc));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9bd,_9be,_9bf){var _9c0=_9bd.createReader();_9c0.readEntries(function(_9c1){_9be.push(_9bd.name);self._ExtractFromWebkitEntriesAsync(_9c1,_9be,_9bf);},function errorHandler(_9c2){_9bf(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9c2));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c3){this._super(_9c3);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(_9c4){this._StopEvent(_9c4);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9c4.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c5){this._StopEvent(_9c5);},_OnDragOverHandler:function(_9c6){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c6);}var dt=_9c6.dataTransfer;if(!dt){this._StopEvent(_9c6);}var _9c8=dt.types;if(_9c8){if(_9c8.contains&&!_9c8.contains("Files")){return;}if(_9c8.indexOf&&(-1==_9c8.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c6);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c9){this._super(_9c9);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9ca){if(!_9ca.target.value){return;}this._StopEvent(_9ca);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9ca.target,function(_9cb){this._RaiseOnFileInputHandled(_9cb);_9ca.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9cd){this.Key=sKey;this.Value=_9cd;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9ce){this._UnderLayingObject={};_9ce=_9ce||[];for(var i=0;i<_9ce.length;i++){var _9d0=_9ce[i];this.Set(_9d0.Key,_9d0.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 _9d2=[];var _9d3=this.Keys();for(var i=0;i<_9d3.length;i++){var sKey=_9d3[i];_9d2.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9d2;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9d8=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d8.push(sKey);}}return _9d8;},Set:function(sKey,_9db){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9db;return this;},Values:function(){var _9dc=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9dc.push(this._UnderLayingObject[sKey]);}}return _9dc;},Count:function(){return this._Length;},ForEach:function(_9de,_9df){var _9e0=this.Entries();_9e0.forEach(function(_9e1){_9de.call(_9df,_9e1.Value,_9e1.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9e2,_9e3,_9e4){this.BytesUploaded=_9e2;this.TimeUpload=_9e3;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e5){this.ResetSpeed();this._Size=_9e5;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e5;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e6=this._GetSpeed();var _9e7=new ITHit.WebDAV.Client.Upload.Progress();_9e7.TotalBytes=this._Size;_9e7.UploadedBytes=this._BytesUploaded;_9e7.Speed=Math.floor((Math.round(_9e6*10)/10));_9e7.Completed=this._GetUploadedPercents();_9e7.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e6){_9e7.RemainingTime=this._GetRemainingTime(_9e6);}return _9e7;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9e8=this._Diffs.slice(-1*this._DiffCount);var _9e9=0;var _9ea=0;for(var i=0,l=_9e8.length;i<l;i++){_9e9+=_9e8[i].BytesUploaded;_9ea+=_9e8[i].TimeUpload;}var _9ed=_9e9/_9ea;return (_9ed>0)?_9ed:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9ee){var _9ef=Math.ceil((this._Size-this._BytesUploaded)/_9ee);return Math.floor(_9ef);},_Notify:function(){var _9f0=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9f0]);},UpdateBytes:function(_9f1,_9f2){var oNow=new Date();var _9f4=_9f1+this._StartPosition-this._LastUploadedBytes;var _9f5=(oNow-this._LastReportTime)/1000;var _9f6=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9f4,_9f5);this._Diffs.push(_9f6);this._BytesUploaded=_9f1+this._StartPosition;this._LastUploadedBytes=_9f1+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f5;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f7,_9f8){var oNow=new Date();var _9fa=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f7;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9fa;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9fb,_9fc){ITHit.Events.AddListener(this,"OnProgress",_9fb,_9fc);},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(_9fd){_9fd=_9fd||this._CurrentProgress.UploadedBytes;this._StartPosition=_9fd;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_9fe){if(_9fe.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_9fe.BytesUploaded;}this._Set(_9fe.BytesUploaded,_9fe.TotalContentLength);},ResetSpeed:function(_9ff){this._LastReportTime=_9ff||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(_a00,_a01){this.Sender=_a00;this._HandledCallback=_a01||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_a02){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_a02);},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 _a03=this.Sender.GetGroup();if(_a03){_a03.GetItems().forEach(function(_a04){_a04.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a05=this.Sender.GetGroup();if(_a05){_a05.GetItems().forEach(function(_a06){_a06.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a07,_a08){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a07,_a08);}});})();(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 _a0c=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a0d,_a0e){this._ItemGroupMap=_a0d;this._GroupItemMap=_a0e;this.ID=++_a0c._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a0f){var _a10=this._GroupItemMap.Get(this.IDString);_a0f.forEach(function(_a11){this._ItemGroupMap.Set(_a11.GetUrl(),this);_a10.push(_a11);}.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(_a12){_a12=_a12||[];var _a13=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a13.IDString,[]);_a13.AddRange(_a12);return _a13;},GetGroupByItem:function(_a14){return this._ItemGroupMap.Get(_a14.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(_a15){var _a16=_a15.split(":");if(_a16.length===3){this._Scheme=_a16[0]+":";this._UserName=_a16[1];this._Password=_a16[2];}else{if(_a16.length===2){this._Scheme=_a16[0];this._UserName=_a16[1];}else{this._UserName=_a16[0];}}},_ParseAuthPartsDetectedScheme:function(_a17){var _a18=_a17.split(":");if(_a18.length===2){this._UserName=_a18[0];this._Password=_a18[1];}else{this._UserName=_a18[0];}},ParseAuthorityWithScheme:function(_a19,_a1a){var _a1b=_a19.match(this._PortRexEx);if(_a1b){this._Port=_a1b[0].slice(1);_a19=_a19.slice(0,-_a1b[0].length);}var _a1c=_a19.split("@");if(_a1c.length>1){this._HostName=_a1c[1];if(!_a1a){this._ParseAuthPartsUndetectedScheme(_a1c[0]);}else{this._ParseAuthPartsDetectedScheme(_a1c[0]);}return;}var _a1d=_a1c[0].split(":");if(_a1d.length>1){this._Scheme=_a1d[0]+":";this._HostName=_a1d[1];return;}this._HostName=_a19;},_ParseTrailingPathPart:function(_a1e){var _a1f=_a1e.split(this._FragmentSeparator);if(_a1f.length>1){this._Fragment=this._FragmentSeparator+_a1f[1];}var _a20=_a1f[0].split("?");if(_a20.length>1){this._Query=_a20[1];return _a20[0];}return _a20[0];},_ParseUrl:function(sUrl){var _a22=sUrl.split(this._DashedSchemeSeparator);if(_a22.length>1){this._Scheme=_a22[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a22.splice(0,1);}var _a23=_a22[0].split(this._PathSeparator);_a23=ITHit.Utils.FilterBy(_a23,function(_a24){return _a24!=="";});this.ParseAuthorityWithScheme(_a23[0],this._IsDashedScheme);_a23.splice(0,1);if(_a23.length===0){return;}var _a25=[];for(var i=0;i<_a22.length-1;i++){_a25.push(_a23[i]);}var _a27=this._ParseTrailingPathPart(_a23[_a23.length-1]);_a25.push(_a27);this._Name=_a27;this._Path=this._PathSeparator+_a25.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a29){this._BaseUrl=_a29||"";this._OriginalUrl=sUrl;if(!!_a29){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a29)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a2a){var _a2b=_a2a.slice(-1);if(_a2b===this._PathSeparator){return _a2a.slice(0,-1);}return _a2a;},_GetWithoutLeadingSeparator:function(_a2c){var _a2d=_a2c[0];if(_a2d===this._PathSeparator){return _a2c.substring(1);}return _a2c;}});})();(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(_a2e){this._UploadProvider.Settings.ForceRewrite=_a2e;},AddHeader:function(_a2f,_a30){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a31=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a32){return _a32.name===_a2f;});if(_a31){_a31.value=_a30;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a2f,value:_a30});}},SetRewrite:function(_a33){this.SetOverwrite(_a33);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a34){if(this.IsFolder()&&_a34===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a34;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a35){if(!(_a35 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a36=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a36,"oError");}this._UploadProvider.SetFailed(_a35);},_SetProgress:function(_a37){var _a38=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a37.OldProgress,_a37.NewProgress);ITHit.Events.DispatchEvent(this,_a38.Name,_a38);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a3a,_a3b,_a3c,_a3d,_a3e){this._Source=_a3b||null;this._GroupManager=_a3d;var _a3f=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a3a.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a3c,this,_a3a,_a3f,_a3e);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(_a40){_a40=_a40||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){_a40();}else{that._UploadProvider.StartUploadAsync(_a40);}});}else{this._UploadProvider.StartUploadAsync(_a40);}},PauseAsync:function(_a42){_a42=_a42||function(){};this._UploadProvider.PauseUpload(_a42);},CancelAsync:function(_a43,_a44,_a45){_a45=_a45||function(){};_a43=_a43||5;_a44=_a44||500;this._UploadProvider.AbortUpload(_a43,_a44,_a45);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a46){var _a47=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a46);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a47);}else{if(ITHit.Events.ListenersLength(this,_a47.Name)!==0){ITHit.Events.DispatchEvent(this,_a47.Name,_a47);}else{_a46();}}},AddListener:function(_a48,_a49,_a4a){this._ValidateEventName(_a48);_a4a=_a4a||null;ITHit.Events.AddListener(this,_a48,_a49,_a4a);},RemoveListener:function(_a4b,_a4c,_a4d){this._ValidateEventName(_a4b);_a4d=_a4d||null;ITHit.Events.RemoveListener(this,_a4b,_a4c,_a4d);},_ValidateEventName:function(_a4e){switch(_a4e){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 `"+_a4e+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a4f){var _a50=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a4f.OldState,_a4f.NewState);ITHit.Events.DispatchEvent(this,_a50.Name,_a50);},_OnErrorEventHandler:function(_a51){var _a52=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a51.Error);ITHit.Events.DispatchEvent(this,_a52.Name,_a52);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a53,_a54,_a55){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a54||[];this.RemovedItems=_a55||[];this.Sender=_a53;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a56){if(this._End&&_a56>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a56;},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(_a58,_a59,iEnd){this._SetBlob(_a58);this.SetStart(_a59);this.SetEnd(iEnd||_a58.size);},_SetBlob:function(_a5b){this._Blob=_a5b;this._Start=0;this._End=_a5b.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(_a5c,oUrl){this._FolderGenerator=_a5c;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a5e,_a5f){var _a60=function(_a61){delete this._CancellationCallback;_a5e.call(_a5f,_a61);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a60,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a62=this._GetAncestorsPaths(this._Url);_a62.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a64,_a65){if(!this._CancellationCallback){_a64.call(_a65);return;}this._CancellationCallback(function(){_a64.call(_a65);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a66){this._PathMap=_a66;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a68=oUrl.GetRelativePath().split("/");if(_a68.length===0){return [];}if(_a68[_a68.length-1]===""){_a68=_a68.slice(0,-1);}var _a69=[];var path="";for(var i=0;i<_a68.length-1;i++){if(path!==""){path+="/";}path+=_a68[i];_a69.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a69;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a6d,oUrl){this._Session=_a6d;this.Url=oUrl;},SetProgressDebounce:function(_a6f){this._ReportPeriod=_a6f;},BeginWrite:function(_a70){this._InitializeRequestContext();var _a71=null;if(_a70.IsFolder()){_a71=this._CreateMKCOLRequest();this._AddCustomHeaders(_a71);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a71.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a71=this._CreatePutRequest(_a70);_a71.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a71);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a71.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a72){this._InitializeRequestContext();var _a73=null;if(_a72.IsFolder()){_a73=this._CreateMKCOLRequest();this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a73.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a73=this._CreatePutRequest(_a72);_a73.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a73.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a74){this._InitializeRequestContext();var _a75=this._CreatePutAppendRequest(_a74);_a75.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a75);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a75.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a76,_a77){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a76,_a77);}},AddListener:function(_a78,_a79,_a7a){_a7a=_a7a||null;this._ValidateEventName(_a78);ITHit.Events.AddListener(this,_a78,_a79,_a7a);},RemoveListener:function(_a7b,_a7c,_a7d){_a7d=_a7d||null;this._ValidateEventName(_a7b);ITHit.Events.RemoveListener(this,_a7b,_a7c,_a7d);},_AddCustomHeaders:function(_a7e){if(!this.CustomHeaders){return;}var _a7f=[];var _a80=_a7e.Headers.GetAll();this.CustomHeaders.forEach(function(_a81){if(_a7f.indexOf(_a81.name)<0&&!_a80.hasOwnProperty(_a81.name)){_a7e.Headers.Add(_a81.name,_a81.value);_a7f.push(_a81.name);}});},_ValidateEventName:function(_a82){switch(_a82){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 `"+_a82+"`");}},_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 _a83=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a83.Method("MKCOL");this._SetDefaultHeaders(_a83);return _a83;},_OnMKCOLRewriteResponse:function(_a84){if(this._IsConflictResult(_a84)){_a84=this._TransformToSuccess(_a84);}this._OnResponse(_a84);},_OnMKCOLRewriteErrorEventHandler:function(_a85){if(_a85.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a86){if(_a86.IsAborted){_a86=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a86.Error);this._RequestContext.MarkAbort();}else{_a86=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a86);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a86);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a87){var _a88=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a88.Method("PUT");if(_a87.GetFile().type){_a88.Headers.Add("Content-Type",_a87.GetFile().type);}_a88.BodyBinary(_a87.GetFile());this._SetDefaultHeaders(_a88);return _a88;},_CreatePutAppendRequest:function(_a89){var _a8a=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a8a.Method("PUT");if(_a89.GetFile().type){_a8a.Headers.Add("Content-Type",_a89.GetFile().type);}if(_a89.IsPartFile()){_a8a.Headers.Add("Content-Range",this._GetRangeHeader(_a89));_a8a.BodyBinary(_a89.GetSlice());}else{_a8a.BodyBinary(_a89.GetFile());}this._SetDefaultHeaders(_a8a);return _a8a;},_GetRangeHeader:function(_a8b){return "bytes "+_a8b.GetStart()+"-"+(_a8b.GetEnd()-1)+"/"+_a8b.GetFullSize();},_TransformToSuccess:function(_a8c){return new ITHit.WebDAV.Client.AsyncResult(_a8c.Error,true,null);},_IsConflictResult:function(_a8d){return _a8d.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a8e){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a8e,Uploader:this}]);},_RaiseOnErrorEvent:function(_a8f){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a8f,Uploader:this}]);},_RaiseOnFinishEvent:function(_a90){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a90}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a91){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a91.Progress.BytesTotal===_a91.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a91.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a93){this._RaiseOnErrorEvent(_a93.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a94){_a94.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a94.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(_a95){this._Session=_a95;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a97=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a97,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a98){if(_a98.IsAborted){_a97.MarkAbort();}else{_a97.MarkFinish();}this._CallAwaiters(oUrl,_a98);}.bind(this));return _a97;},_RecurrentGenerate:function(_a99,_a9a,_a9b,_a9c){var _a9d=null;var _a9e=null;var _a9f=function(_aa0,_aa1){if(!!_a9d){_a9d.AbortAsync(_aa0,_aa1);return;}if(!!_a9e){_a9e(_aa0,_aa1);}_aa0.call(_a9c);};var _aa2=_a9a.slice();var _aa3=[];while(_aa2.length>0){var oUrl=_aa2[0];if(!_a99.Has(oUrl)){break;}_aa3.push(oUrl);_aa2.splice(0,1);}if(_aa2.length===0){_a9b.call(_a9c,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa3));return _a9f;}var _aa5=_aa2.shift();if(!this._IsInWork(_aa5)){_a9d=this._SendRequest(_aa5);}this._AddAwaiter(_aa5,function(_aa6){if(!_aa6.IsSuccess&&!this._IsConflictResult(_aa6)){_a9b.call(_a9c,_aa6);return;}_a99.Add(_aa5);_aa3.push(oUrl);_a9d=null;_a9e=this._RecurrentGenerate(_a99,_aa2,function(_aa7){if(_aa7.IsSuccess||this._IsConflictResult(_aa6)){_aa7.Result.concat(_aa3);_aa7=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa3);}_a9e=null;_a9b.call(_a9c,_aa7);return;},this);}.bind(this));return _a9f;},GeneratePathAsync:function(_aa8,oUrl,_aaa,_aab){var _aac=this._GetAncestorsPaths(oUrl);if(_aac.length===0){return _aaa.call(_aab,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aa8,_aac,_aaa,_aab);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _aae=oUrl.GetRelativePath().split("/");if(_aae.length===0){return [];}if(_aae[_aae.length-1]===""){_aae=_aae.slice(0,-1);}var _aaf=[];var path="";for(var i=0;i<_aae.length-1;i++){if(path!==""){path+="/";}path+=_aae[i];_aaf.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _aaf;},_IsInWork:function(oUrl){var _ab3=this._WorkList.Get(oUrl.toString());return _ab3&&(_ab3.length>0);},_AddAwaiter:function(oUrl,_ab5){var _ab6=this._WorkList.Get(oUrl.toString());var _ab7=[];if(_ab6){_ab7=_ab7.concat(_ab6);}_ab7.push(_ab5);this._WorkList.Set(oUrl.toString(),_ab7);},_CallAwaiters:function(oUrl,_ab9){var _aba=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_aba.forEach(function(_abb){_abb(_ab9);});},_IsConflictResult:function(_abc){if(_abc.IsSuccess){return false;}if(_abc.Error&&_abc.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,_abe,_abf){var _ac0=this.CreateRequest(this.__className+".ReportAsync()");var _ac1=ITHit.WebDAV.Client.Encoder.Encode(sUrl);var _ac2=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac1);ITHit.WebDAV.Client.Methods.Report.GoAsync(_ac0,_ac1,_ac2,null,null,function(_ac3){_ac0.MarkFinish();_abe.call(_abf,_ac3);});return _ac0;},CancelUploadAsync:function(sUrl,_ac5){var _ac6=this.CreateRequest(this.__className+".CancelUpload()");var _ac7=ITHit.WebDAV.Client.Encoder.Encode(sUrl);var _ac8=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac7);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac6,_ac7,[],_ac8,function(_ac9){_ac6.MarkFinish();var _aca=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac9.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_aca=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}else{if(!_ac9.IsSuccess){_aca=new ITHit.WebDAV.Client.AsyncResult(_ac9.IsSuccess,_ac9.IsSuccess,_ac9.Error);}}_ac5(_aca);});return _ac6;},CheckExistsAsync:function(sUrl,_acc,_acd){_acc=_acc||function(){};return this.OpenItemAsync(ITHit.WebDAV.Client.Encoder.Encode(sUrl),[],function(_ace){var _acf=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ace.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_acf=new ITHit.WebDAV.Client.AsyncResult(false,true,null);}else{if(!_ace.IsSuccess){_acf=new ITHit.WebDAV.Client.AsyncResult(_ace.IsSuccess,_ace.IsSuccess,_ace.Error);}}_acc.call(_acd,_acf);});},DeleteAsync:function(_ad0,_ad1,_ad2){_ad1=_ad1||null;var _ad3=ITHit.WebDAV.Client.Encoder.Encode(_ad0);var _ad4=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ad3);var _ad5=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_ad5,_ad3,_ad1,_ad4,function(_ad6){if(!_ad6.IsSuccess&&_ad6.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad6=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_ad5.MarkFinish();_ad2(_ad6);});return _ad5;},CreateFolderRangeAsync:function(_ad7,_ad8,_ad9,_ada){_ad8=_ad8||null;_ad9=_ad9||ITHit.Utils.NoOp;var _adb=_ad7.length;var _adc=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_adb);this._PerformCreateFolderRangeMethodAsync(_adc,_ad7,_ad8,function(_add){_adc.MarkFinish();_ad9.call(_ada,_add);});return _adc;},_PerformCreateFolderRangeMethodAsync:function(_ade,_adf,_ae0,_ae1,_ae2){_ae1=_ae1||ITHit.Utils.NoOp;_adf=_adf.slice();var _ae3=_adf.unshift();var _ae4=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHref());var _ae5=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_ade,_ae4,_ae0,_ae5,function(_ae6){if(_ae6.IsSuccess||_ae6.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ae6=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_ae3]);}if(_adf.length>0&&_ae6.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_ade,_adf,_ae0,function(_ae7){if(_ae7.IsSuccess){_ae7.Result.push(_ae3);}_ae1.call(_ae2,_ae7);return;},this);}else{_ae1.call(_ae2,_ae6);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(_aea,_aeb,_aec,_aed){this._RoundsCount=_aea;this._Handler=_aec;this._EndHandler=_aed;this._IsActive=!!_aea;this._RepeatTime=_aeb;},Stop:function(_aee){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_aee);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_aef){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_aef);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_af0){this._Action=_af0;},RunAsync:function(_af1,_af2,_af3){var _af4=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_af1,_af2,this._Action,_af3);_af4._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(_af6,_af7,_af8){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_af7;this._super(_af6,_af8);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af9){return {Action:"skip",Error:_af9};},GetRetryResult:function(_afa){return {Action:"retry",Error:_afa};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_afb,_afc){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_afc;this.Sender=_afb;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_afd){},OnLeave:function(_afe){},StartUploadAsync:function(_aff,_b00){_b00();},PauseUpload:function(_b01,_b02){_b02();},AbortUpload:function(_b03,_b04,_b05,_b06){_b06();},Skip:function(_b07){},OnUploadLocationPrepared:function(_b08,_b09){},OnUploadProgressPrepared:function(_b0a,_b0b){},OnContentCompleted:function(_b0c,_b0d){},OnRetryResult:function(_b0e,_b0f){},_CompletePauseAsync:function(_b10,_b11,_b12){if(_b10.IsRetrySchedule){_b10.IsRetrySchedule=false;}_b10.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b11.call(_b12);},_StartPauseAsync:function(_b13,_b14){_b13._ProgressTracker.StopTracking();_b13.CancelAllRequests(function(){if(_b13.IsContentSend){_b13.SyncProgressWithServerAsync(function(_b15){this._CompletePauseAsync(_b13,_b14);},this);return;}this._CompletePauseAsync(_b13,_b14);},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(_b16){_b16.GetProgressTracker().StopTracking();_b16.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b17,_b18){_b17.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b17,_b18);}});})();(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(_b19,_b1a){_b19.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b19,_b1a);}});})();(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(_b1b,_b1c){_b1b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1b,_b1c);},Skip:function(_b1d){_b1d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b1e,_b1f){this._StartPauseAsync(_b1e,_b1f);},AbortUpload:function(_b20,_b21,_b22,_b23){_b20.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b20,_b21,_b22,_b23);}});})();(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(_b24){_b24.GetProgressTracker().StopTracking();_b24.GetProgressTracker().Reset();},StartUploadAsync:function(_b25,_b26){_b25.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b25,_b26);}});})();(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(_b27){_b27.PrepareUploadLocation();},PauseUpload:function(_b28,_b29){this._StartPauseAsync(_b28,_b29);},AbortUpload:function(_b2a,_b2b,_b2c,_b2d){_b2a.CancelAllRequests(function(){_b2a.GetProgressTracker().StopTracking();_b2a.CancelAndDeleteAsync(_b2b,_b2c,function(_b2e){if(_b2e.IsSuccess){_b2a.GetProgressTracker().Reset();_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b2a.AddError(_b2e.Error);_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b2d();},this);},this);},OnContentCompleted:function(_b2f,_b30){var _b31=_b30.Result;if(_b31.IsAborted){return;}if(_b31.IsSuccess){_b2f.GetProgressTracker().SetCompleted();_b2f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b2f,_b31);},_HandleError:function(_b32,_b33){_b32.AddError(_b33.Error);_b32.BeginRetry(_b33.Error);},OnRetryResult:function(_b34,_b35){if(_b35.Action==="skip"){_b34.AddError(_b35.Error);_b34.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b34.IsContentSend){_b34.SyncProgressWithServerAsync(function(_b36){if(_b36.Error){this._HandleError(_b35.Error);}else{this.OnEnter(_b34);}},this);return;}this.OnEnter(_b34);},OnUploadLocationPrepared:function(_b37,_b38){if(_b38.IsAborted){return;}if(!_b38.IsSuccess){this._HandleError(_b37,_b38);return;}_b37._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b39){if(_b39.IsContentSend){_b39.PrepareProgress();return;}this._super(_b39);},OnUploadProgressPrepared:function(_b3a,_b3b){if(_b3b.IsAborted){return;}if(!_b3b.IsSuccess){this._HandleError(_b3a,_b3b);return;}if(_b3a.GetProgressTracker().IsCompleted()){_b3a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b3a._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(_b3c){_b3c.GetProgressTracker().StopTracking();_b3c.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3d,_b3e){_b3d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b3d,_b3e);},AbortUpload:function(_b3f,_b40,_b41,_b42){if(_b3f.IsContentSend){_b3f.CancelAndDeleteAsync(_b40,_b41,function(_b43){if(_b43.IsSuccess){_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3f.AddError(_b43.Error);_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b42();},this);}else{_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b42();}}});})();(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(_b44){_b44.GetProgressTracker().StopTracking();_b44.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b45,_b46){_b45.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b45,_b46);},AbortUpload:function(_b47,_b48,_b49,_b4a){if(_b47.IsContentSend){_b47.CancelAndDeleteAsync(_b48,_b49,function(_b4b){if(_b4b.IsSuccess){_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b47.AddError(_b4b.Error);_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b4a();},this);}else{_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b4a();}}});})();(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(_b4d){switch(_b4d){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(_b4e,oUrl){this._Session=_b4e;this._Url=oUrl;},GetProgressAsync:function(_b50,_b51){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b52){if(_b52.IsSuccess&&_b52.Result[0]){var _b53=_b52.Result[0];_b50.call(_b51,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b53));return;}_b50.call(_b51,_b52);},this);},CancelUploadAsync:function(_b54,_b55){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b56){_b54.call(_b55,_b56);});},DeleteAsync:function(_b57,_b58,_b59,_b5a){var that=this;var _b5c=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b5d){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b5e){if(_b5e.IsSuccess){_b5d.Stop(_b5e);}else{_b5d.EndRound(_b5e);}});});_b5c.RunAsync(_b57,_b58,function(_b5f){_b59.call(_b5a,_b5f);});},CancelAndDeleteAsync:function(_b60,_b61,_b62,_b63){this.CancelUploadAsync(function(_b64){if(!_b64.IsSuccess){return _b62.call(_b63,_b64);}this.DeleteAsync(_b60,_b61,_b62,_b63);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b65,_b66,_b67,oUrl,_b69){this.FSEntry=_b67;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b69.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b65;this._UploadItem=_b66;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b69.State);this.Errors=[];this.UploadLocation=_b65.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b65,this.Url);this.ContentWriter=_b65.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(_b6a){this._BeginStateChange();this._State.StartUploadAsync(this,_b6a);},PauseUpload:function(_b6b){this._BeginStateChange();this._State.PauseUpload(this,_b6b);},AbortUpload:function(_b6c,_b6d,_b6e){this._BeginStateChange();_b6e=_b6e||function(){};this._State.AbortUpload(this,_b6c,_b6d,_b6e);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b6f,_b70,_b71){this._ValidateEventName(_b6f);_b71=_b71||null;ITHit.Events.AddListener(this,_b6f,_b70,_b71);},RemoveListener:function(_b72,_b73,_b74){this._ValidateEventName(_b72);_b74=_b74||null;ITHit.Events.RemoveListener(this,_b72,_b73,_b74);},_ValidateEventName:function(_b75){switch(_b75){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 `"+_b75+"`");}},CheckRetryAsync:function(_b76,_b77,_b78){var _b79=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b76,function(_b7a){if(!this.IsRetrySchedule){return;}_b77.call(_b78,_b7a);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b79.Name)===0)){_b77.call(_b78,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b76));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b79);}ITHit.Events.DispatchEvent(this._UploadItem,_b79.Name,_b79);},Errors:null,LastError:null,AddError:function(_b7b){this.AddErrorSilent(_b7b);this._RiseOnErrorEvent(_b7b);},AddErrorSilent:function(_b7c){this.LastError=_b7c;this.Errors.push(_b7c);},SetFailed:function(_b7d){var _b7e=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b7d);this.SetState(_b7e);},_RiseOnErrorEvent:function(_b7f){var _b80=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b7f);ITHit.Events.DispatchEvent(this,_b80.Name,_b80);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b81){if(_b81.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b81);},_StartLoadHandler:function(_b82){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b83){this.GetProgressTracker().UpdateBytes(_b83.Progress.BytesLoaded,_b83.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 _b84=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b84.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b84.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b84);}},SyncProgressWithServerAsync:function(_b85,_b86){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b87){if(!_b87.IsSuccess){_b85.call(_b86,_b87);return;}if(_b87.Result===true){this._ProgressTracker.SetCompleted();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b88){if(_b88.IsSuccess){this._ProgressTracker.SyncProgress(_b88.Result);_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b88.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b88.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b89){if(_b89.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b89);},CancelAllRequests:function(_b8a,_b8b){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b8a,_b8b);},this);},this);},_CancelLocationCreateAsync:function(_b8c,_b8d){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b8c.call(_b8d);},this);}else{_b8c.call(_b8d);}},_CancelContentSendingAsync:function(_b8e,_b8f){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b8e.call(_b8f);},this);}else{_b8e.call(_b8f);}},_CancelProgressAsync:function(_b90,_b91){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b90.call(_b91);},this);}else{_b90.call(_b91);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b92){this.IsProgressSyncInProgress=false;if(_b92.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b92);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b93){var _b94=this._State;this._State.OnLeave(this);this._State=_b93;this._State.OnEnter(this);var _b95=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b94.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b95.Name,_b95);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b96){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b96,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b97){this._State.OnRetryResult(this,_b97);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b98,_b99,_b9a,_b9b){this.ServerItem.CancelUploadAsync(function(_b9c){if(!this.Settings.DeleteOnCancel){_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b98,_b99,function(_b9d){if(!_b9d.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b9a.call(_b9b,_b9c);}this.IsContentSend=false;_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b9e){var _b9f=this._Progress;this._Progress=_b9e;var _ba0=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b9f,_b9e);ITHit.Events.DispatchEvent(this,_ba0.Name,_ba0);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_ba1){if(this._IsHandled){return;}this._Skip(_ba1);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_ba2){if(this._IsHandled){return;}this._Overwrite(_ba2);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_ba3){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_ba3});},constructor:function(_ba4,_ba5,_ba6){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_ba5||[];this._super(_ba4,_ba6);},_Overwrite:function(_ba7){var _ba8=this._CreateResult([],_ba7);this._Handle(_ba8);},_Skip:function(_ba9){var _baa=this._CreateResult(_ba9,[]);this._Handle(_baa);},_CreateResult:function(_bab,_bac){return {Skip:_bab||[],Overwrite:_bac||[],Original:this.Items};},_Handle:function(_bad){_bad=_bad||this._CreateResult();this._super(_bad);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_bae,_baf,_bb0,_bb1){var _bb2=[];var _bb3=0;if(_bae.length===0){setTimeout(_bb0.apply(_bb1,_bae));}for(var i=0;i<_bae.length;i++){_baf.apply(_bb1,[_bae[i],i,_bae,ITHit.Utils.MakeScopeClosure(this,function(i,_bb6){_bb2[i]=_bb6;_bb3++;if(_bb3===_bae.length){setTimeout(_bb0.call(_bb1,_bb2));}},i)]);}},DistinctBy:function(_bb7,_bb8,_bb9){var map=Object.create(null);_bb8=_bb8||Object.prototype.toString;for(var i=0;i<_bb7.length;i++){var _bbc=_bb8.call(_bb9,_bb7[i]).toString();if(!map[_bbc]){map[_bbc]=_bb7[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bbe,_bbf){if(!_bbf){return [_bbe.shift()];}var _bc0=(_bbe.length>_bbf)?_bbf:_bbe.length;var _bc1=[];for(var i=0;i<_bc0;i++){_bc1.push(_bbe.shift());}return _bc1;},Remove:function(_bc3,_bc4){var _bc5=_bc3.indexOf(_bc4);if(_bc5>-1){_bc3.splice(_bc5,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bc6){this._ParallelUploads=_bc6||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bc7){_bc7.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc8){this._AddToQueue(_bc8);this._StartUploads();},Remove:function(_bc9){_bc9.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc9);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc9);this._StartUploads();},Reserve:function(_bca){_bca=_bca||1;this._Reserve+=_bca;},Release:function(_bcb){_bcb=_bcb||1;this._Reserve-=_bcb;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bcc=this.GetBusy();if(_bcc>=this._ParallelUploads){return 0;}else{if(_bcc===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bcc)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bcd){if(_bcd.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bcd.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bce=this.GetFree();if(_bce<=0){return;}var _bcf=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bce);if(_bcf.length<1){return;}this.Reserve(_bcf.length);_bcf.forEach(this._StartSingle,this);},_StartSingle:function(_bd0){this._Active.push(_bd0);_bd0.StartAsync();this.Release();},_AddToQueue:function(_bd1){this._QueueArray.push(_bd1);_bd1.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(_bd2){this.Uploader=_bd2;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(_bd3){var _bd4=this.GetByUrl(_bd3.GetUrl());var _bd5=_bd4.GetState();return !(_bd5===ITHit.WebDAV.Client.Upload.State.Uploading||_bd5===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bd7,_bd8){var _bd9=[];for(var i=0;i<_bd7.length;i++){var _bdb=_bd7[i];var _bdc=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bdb,_bd8,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bdc.GetUrl())){if(this.ShouldReplaceDuplicate(_bdc)){this.RemoveByUrl(_bdc.GetUrl());}else{continue;}}_bd9.push(_bdc);}this._DispatchOnUploadItemsCreatedAsync(_bd9,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bdd){var sUrl=_bdd.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bdd);var _bdf=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bdd]);ITHit.Events.DispatchEvent(this,_bdf.Name,[_bdf]);this._AutoUploader.Add(_bdd);},AddRange:function(_be0){for(var i=0;i<_be0.length;i++){var _be2=_be0[i];var sUrl=_be2.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_be2);}this._GroupManager.CreateGroup(_be0);this._OnQueueChanged(_be0,null);var _be4=_be0.filter(function(_be5){return _be5.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_be4);},Restart:function(_be6){for(var i=0;i<_be6.length;i++){if(!this.HasUrl(_be6[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_be6);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be9){return _be9.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _bec=this.GetByUrl(sUrl);if(!_bec){return;}var _bed=_bec.GetState();if(_bed===ITHit.WebDAV.Client.Upload.State.Uploading||_bed===ITHit.WebDAV.Client.Upload.State.Paused){_bec.Abort();}var _bee=ITHit.Utils.IndexOf(this._UnderlyingArray,_bec);this._UnderlyingArray.splice(_bee,1);this._OnQueueChanged(null,[_bec]);this._AutoUploader.Remove(_bec);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_bef,_bf0){var _bf1=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_bef,_bf0);ITHit.Events.DispatchEvent(this,_bf1.Name,[_bf1]);},_DispatchOnUploadItemsCreatedAsync:function(_bf2,_bf3){var _bf4=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bf2.slice(),_bf3);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bf4.Name)===0)){_bf4.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bf4);}ITHit.Events.DispatchEvent(this,_bf4.Name,_bf4);},AddListener:function(_bf5,_bf6,_bf7){_bf7=_bf7||null;switch(_bf5){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bf5,_bf6,_bf7);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bf5+"`");}},RemoveListener:function(_bf8,_bf9,_bfa){ITHit.Events.RemoveListener(this,_bf8,_bf9,_bfa);},_OnUploadItemsCreatedAsyncDispatched:function(_bfb){if(_bfb.Upload){this.AddRange(_bfb.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bfb);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bfc){var _bfd=this._FilterSkippedItems(_bfc);var _bfe=this._CreateUrlUploadItemMap(_bfc.Overwrite);_bfd.forEach(function(_bff){if(_bfe.Has(_bff.GetUrl())){_bff.SetOverwrite(true);}});this.AddRange(_bfd);},_FilterSkippedItems:function(_c00){var _c01=this._CreateUrlUploadItemMap(_c00.Skip);return _c00.Original.filter(function(_c02){return !_c01.Has(_c02.GetUrl());});},_CreateUrlUploadItemMap:function(_c03){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_c03.forEach(function(_c05){oMap.Set(_c05.GetUrl(),_c05);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _c06=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c07){this._Uploader=_c07;this._UnderlyingSet={};},AddById:function(_c08){var _c09=this.GetById(_c08);if(_c09){return _c09;}var _c0a=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c08);this._UnderlyingSet[_c08]=_c0a;this._RaiseOnCollectionChanged([_c0a],[]);return _c0a;},GetById:function(_c0b){return this._UnderlyingSet[_c0b];},RemoveById:function(_c0c){var _c0d=this.GetById(_c0c);if(_c0d){delete this._UnderlyingSet[_c0c];this._RaiseOnCollectionChanged([],[_c0d]);}},AddListener:function(_c0e,_c0f,_c10){_c10=_c10||null;this._CheckEventNameOtThrow(_c0e);ITHit.Events.AddListener(this,_c0e,_c0f,_c10);},RemoveListener:function(_c11,_c12,_c13){_c13=_c13||null;this._CheckEventNameOtThrow(_c11);ITHit.Events.RemoveListener(this,_c11,_c12,_c13);},_CheckEventNameOtThrow:function(_c14){if(_c14!==_c06.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c14);}},_RaiseOnCollectionChanged:function(_c15,_c16){ITHit.Events.DispatchEvent(this,_c06.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c15||[],RemovedItems:_c16||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c17=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c18){this._UnderlyingArray=[];this._Uploader=_c18;},AddById:function(_c19){var _c1a=new ITHit.WebDAV.Client.Upload.Controls.Input(_c19);this._UnderlyingArray[_c19]=_c1a;this._RaiseOnCollectionChanged([_c1a],[]);return _c1a;},GetById:function(_c1b){return this._UnderlyingArray[_c1b];},RemoveById:function(_c1c){var _c1d=this.GetById(_c1c);if(_c1d){delete this._UnderlyingSet[_c1c];this._RaiseOnCollectionChanged([],[_c1d]);}},AddListener:function(_c1e,_c1f,_c20){_c20=_c20||null;this._CheckEventNameOtThrow(_c1e);ITHit.Events.AddListener(this,_c1e,_c1f,_c20);},RemoveListener:function(_c21,_c22,_c23){_c23=_c23||null;this._CheckEventNameOtThrow(_c21);ITHit.Events.RemoveListener(this,_c21,_c22,_c23);},_CheckEventNameOtThrow:function(_c24){if(_c24!==_c17.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c24);}},_RaiseOnCollectionChanged:function(_c25,_c26){ITHit.Events.DispatchEvent(this,_c17.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c25||[],RemovedItems:_c26||[]}]);}},{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(_c28){_c28.AddedItems.forEach(function(_c29){_c29.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c28.RemovedItems.forEach(function(_c2a){_c2a.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c2b){this.Queue.AddGroup(this._UploadUrl,_c2b.AsyncResult.Result,_c2b.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(_100,_101){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_100,_101);};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 _102={};var _103={};var _104={};for(var _105 in ITHit.LogLevel){_102[ITHit.LogLevel[_105]]=[];_104[ITHit.LogLevel[_105]]=[];}var _106=function(_107,_108,iTo,_10a){for(var _10b in ITHit.LogLevel){if(ITHit.LogLevel[_10b]>iTo){continue;}if(!ITHit.LogLevel[_10b]||(_108>=ITHit.LogLevel[_10b])){continue;}if(_107){_104[ITHit.LogLevel[_10b]].push(_10a);}else{for(var i=0;i<_104[ITHit.LogLevel[_10b]].length;i++){if(_104[ITHit.LogLevel[_10b]][i]==_10a){_104[ITHit.LogLevel[_10b]].splice(i,1);}}}}};_106.add=function(iTo,_10e){_106.increase(ITHit.LogLevel.Off,iTo,_10e);};_106.del=function(iTo,_110){_106.decrease(ITHit.LogLevel.Off,iTo,_110);};_106.increase=function(_111,iTo,_113){_106(true,_111,iTo,_113);};_106.decrease=function(_114,iTo,_116){_106(false,_114,iTo,_116);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_117,_118){if(_118==ITHit.LogLevel.Off){this.RemoveListener();}var _119=0;var _11a=0;outer:for(var _11b in _102){for(var i=0;i<_102[_11b].length;i++){if(_102[_11b][i]==_117){_119=_11b;_11a=i;break outer;}}}if(!_119){_102[_118].push(_117);_106.add(_118,_117);}else{if(_118!=_119){_102[_119].splice(_11a,1);_102[_118].push(_117);if(_118>_119){_106.increase(_119,_118,_117);}else{_106.decrease(_118,_119,_117);}}}},RemoveListener:function(_11d){outer:for(var _11e in _102){for(var i=0;i<_102[_11e].length;i++){if(_102[_11e][i]==_11d){_102[_11e].splice(i,1);_106.del(_11e,_11d);break outer;}}}return true;},SetLogLevel:function(_120,_121){return this.AddListener(_120,_121,true);},GetLogLevel:function(_122){for(var _123 in _102){for(var i=0;i<_102[_123].length;i++){if(_102[_123][i]==_122){return _123;}}}return false;},GetListenersForLogLevel:function(_125){return _104[_125];},GetCount:function(_126){return _104[_126].length;},WriteResponse:function(_127){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_127 instanceof HttpWebResponse){sStr+="\n"+_127.StatusCode+" "+_127.StatusDescription+"\n";}sStr+=_127.ResponseUri+"\n";for(var _129 in _127.Headers){sStr+=_129+": "+_127.Headers[_129]+"\n";}sStr+=_127.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12a,_12b){_12b=("undefined"==typeof _12b)?ITHit.LogLevel.Info:parseInt(_12b);if(ITHit.Logger.GetCount(_12b)){var _12c=this.GetListenersForLogLevel(_12b);var _12a=String(_12a).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12c.length;i++){try{_12c[i](_12a,ITHit.LogLevel.Info);}catch(e){if(!_12c[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12c[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(_12e,_12f){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_12e,_12f);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _130={};var _131=function(_132){this._arguments=_132;};_131.prototype.Replace=function(_133){var _134=_133.substr(1,_133.length-2);return ("undefined"!=typeof this._arguments[_134])?this._arguments[_134]:_133;};var _135=function(_136){this._phrase=_136;};_135.prototype.toString=function(){return this._phrase;};_135.prototype.Paste=function(){var _137=this._phrase;if(/\{\d+?\}/.test(_137)){var _138=new _131(arguments);_137=_137.replace(/\{(\d+?)\}/g,function(args){return _138.Replace(args);});}return _137;};var _13a=function(){};_13a.prototype.LoadJSON=function(_13b,_13c){var _13d=ITHit.Utils;if(_13c&&!_13d.IsString(_13c)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _13e=this;if(_13c){_13e=ITHit.Declare(_13c);}try{var _13f=_13b;if(_13d.IsString(_13f)){_13f=eval("("+_13b+")");}this._AddPhrases(_13f,_13e);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13a.prototype.LoadLocalizedJSON=function(_140,_141,_142){var _143=ITHit.Utils,_144=_143.IsUndefined,_145=_143.IsObject;if(!_140||!_143.IsObjectStrict(_140)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_141&&!_143.IsObjectStrict(_141)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _146;if(_141){_146={};this._MergePhrases(_146,_141);this._MergePhrases(_146,_140);}else{_146=_140;}this.LoadJSON(_146,_142);};_13a.prototype._MergePhrases=function(dest,_148){var _149=ITHit.Utils,_14a=_149.IsUndefined,_14b=_149.IsObject;for(var prop in _148){if(!_148.hasOwnProperty(prop)){continue;}if(_14a(dest[prop])){dest[prop]=_148[prop];}else{if(_14b(dest[prop])){this._MergePhrases(dest[prop],_148[prop]);}}}};_13a.prototype._AddPhrases=function(_14d,_14e){_14e=_14e||this;for(var _14f in _14d){if(("object"!=typeof _14d[_14f])||!(_14d[_14f] instanceof Object)){switch(_14f){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_14f+"\" is reserved word.");break;}_14e[_14f]=new _135(_14d[_14f]);}else{this._AddPhrases(_14d[_14f],_14e[_14f]?_14e[_14f]:(_14e[_14f]={}));}}};return new _13a();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_150,_151){ITHit.Exceptions.XPathException.baseConstructor.call(this,_150,_151);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_152,_153,_154,_155,_156){if(("string"!=typeof _152)&&!(_152 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_153 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_154&&!(_154 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(_155&&!(_155 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_154=_154||null;_155=_155||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _157=_153._get();var _158=_157.ownerDocument||_157;if(_155){_158.evaluate(_152,_157,_154,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_155._res);return;}var oRes=new ITHit.XPath.result(_158.evaluate(_152,_157,_154,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_156){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _157=_153._get();var _15a=false;try{_157.getProperty("SelectionNamespaces");_15a=true;}catch(e){}var _15b=false;if(3==ITHit.XMLDoc._version){var sXml=_157.xml.replace(/^\s+|\s+$/g,"");var _15d="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _15e="cutted";if(-1!=sXml.indexOf(_15d)||true){var _15f=sXml.replace(_15d,_15e);var _160=new ITHit.XMLDoc();_160.load(_15f);if(_154){var oNs=_154.getAll();for(var _162 in oNs){if(_15d==oNs[_162]){oNs.add(_162,_15e);break;}}}_157=_160._get();_15a=true;_15b=true;}}if(_15a&&_154&&_154.length()){var _163=_154.getAll();var aNs=[];for(var _162 in _163){aNs.push("xmlns:"+_162+"='"+_163[_162]+"'");}_157.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15b){_157=_157.documentElement;}try{if(!_156){if(!_155){return new ITHit.XPath.result(_157.selectNodes(_152));}else{_155._res=_157.selectNodes(_152);return;}}else{var mOut=_157.selectSingleNode(_152);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15a&&(-2147467259==e.number)&&_154&&_154.length()){var sEl=new ITHit.XMLDoc(_157).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_157=oEl._get();var _163=_154.getAll();var aNs=[];for(var _162 in _163){aNs.push("xmlns:"+_162+"='"+_163[_162]+"'");}_157.setProperty("SelectionNamespaces",aNs.join(" "));_157=_157.documentElement;if(!_156){if(!_155){return new ITHit.XPath.result(_157.selectNodes(_152));}else{_155._res=_157.selectNodes(_152);return;}}else{var mOut=_157.selectSingleNode(_152);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_152+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_168,_169,_16a){return ITHit.XPath.evaluate(_168,_169,_16a,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16b,sNs){this._ns[_16b]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16d){delete this._ns[_16d];this._length--;};ITHit.XPath.resolver.prototype.get=function(_16e){return this._ns[_16e]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _170 in this._ns){oOut[_170]=this._ns[_170];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_171){this._res=_171;this._i=0;this.length=_171.length?_171.length:_171.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(_172){var mOut;if(!_172){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[_172];}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(_174,_175){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_174,_175);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _176;var _177=1;var _178=2;var _179=3;var _17a=4;var _17b=5;var _17c=6;var _17d=7;var _17e=8;var _17f=9;var _180=10;var _181=11;var _182=12;var _183=function(_184){this._xml=null;this._encoding=null;if(null!==_184){if(!_184||("object"!=typeof _184)){if(undefined!==window.ActiveXObject){if(_176){this._xml=new window.ActiveXObject(_176);}else{var _185=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _186=[6,4,3];for(var i=0;i<_185.length;i++){try{this._xml=new window.ActiveXObject(_185[i]);_183._version=_186[i];_176=_185[i];break;}catch(e){if(3==_186[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=_184;}}else{this._xml=null;return null;}};_183._version=0;_183.prototype.contentEncoding=function(_188){if(undefined!==_188){this._encoding=_188;}return this._encoding;};_183.prototype.load=function(_189){if(!ITHit.Utils.IsString(_189)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_189){return new _183();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_183._version){_189=_189.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_183._version){_189=_189.replace(/<\?.*\?>/,"");this._xml.loadXML(_189);}else{var _18b=new _183();if(3==_183._version){_189=_189.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18b.load(_189);this._xml=_18b._get();}}catch(e){var _18c=e;}}else{if(document.implementation.createDocument){try{var _18d=new DOMParser();oDoc=_18d.parseFromString(_189,"text/xml");this._xml=oDoc;}catch(e){var _18c=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18c){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18c);}};_183.prototype.appendChild=function(_18e){if(!_18e instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_18e._get());};_183.prototype.createElement=function(_18f){return new _183(this._xml.createElement(_18f));};_183.prototype.createElementNS=function(sNS,_191){if(this._xml.createElementNS){var _192=this._xml.createElementNS(sNS,_191);return new ITHit.XMLDoc(_192);}else{try{return new _183(this._xml.createNode(_177,_191,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.");};_183.prototype.createTextNode=function(_193){return new _183(this._xml.createTextNode(_193));};_183.prototype.getElementById=function(sId){return new _183(this._xml.getElementById(sId));};_183.prototype.getElementsByTagName=function(_195){return new _183(this._xml.getElementsByTagName(_195));};_183.prototype.childNodes=function(){var _196=this._xml.childNodes;var _197=[];for(var i=0;i<_196.length;i++){_197.push(new ITHit.XMLDoc(_196[i]));}return _197;};_183.prototype.getElementsByTagNameNS=function(_199,_19a){if(this._xml.getElementsByTagNameNS){var _19b=this._xml.getElementsByTagNameNS(_199,_19a);}else{var _19c=this.toString();var _19d=new ITHit.XMLDoc();_19d.load(_19c);var _19e=new ITHit.XPath.resolver();_19e.add("a",_199);var oRes=ITHit.XPath.evaluate(("//a:"+_19a),_19d,_19e);var _19b=oRes._get();}var aRet=[];for(var i=0;i<_19b.length;i++){var _1a2=new ITHit.XMLDoc(_19b[i]);aRet.push(_1a2);}return aRet;};_183.prototype.setAttribute=function(_1a3,_1a4){this._xml.setAttribute(_1a3,_1a4);};_183.prototype.hasAttribute=function(_1a5){return this._xml.hasAttribute(_1a5);};_183.prototype.getAttribute=function(_1a6){return this._xml.getAttribute(_1a6);};_183.prototype.removeAttribute=function(_1a7){this._xml.removeAttribute(_1a7);};_183.prototype.hasAttributeNS=function(_1a8){return this._xml.hasAttribute(_1a8);};_183.prototype.getAttributeNS=function(_1a9){return this._xml.getAttribute(_1a9);};_183.prototype.removeAttributeNS=function(_1aa){this._xml.removeAttribute(_1aa);};_183.prototype.removeChild=function(_1ab){if(!_1ab instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ab);return new ITHit.XMLDoc(_1ab);};_183.prototype.removeNode=function(_1ac){if(!_1ac instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ac=_1ac._get();if(_1ac.removeNode){return new _183(_1ac.removeNode(true));}else{return new _183(_1ac.parentNode.removeChild(_1ac));}};_183.prototype.cloneNode=function(_1ad){if(undefined===_1ad){_1ad=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1ad));};_183.prototype.getProperty=function(_1ae){return this._xml[_1ae];};_183.prototype.setProperty=function(_1af,_1b0){this._xml[_1af]=_1b0;};_183.prototype.nodeName=function(){return this._xml.nodeName;};_183.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_183.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_183.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_183.prototype.firstChild=function(){return new _183(this._xml.firstChild);};_183.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_183.prototype.nodeValue=function(){var _1b1="";if(this._xml){_1b1=this._xml.nodeValue;}if("object"!=typeof _1b1){return _1b1;}else{return new ITHit.XMLDoc(_1b1);}};_183.prototype.nodeType=function(){return this._xml.nodeType;};_183.prototype._get=function(){return this._xml;};_183.prototype.toString=function(_1b2){return _183.toString(this._xml,this._encoding,_1b2);};_183.toString=function(_1b3,_1b4,_1b5){if(!_1b3){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b6="";var _1b7=true;if(undefined!==_1b3.xml){_1b6=_1b3.xml.replace(/^\s+|\s+$/g,"");_1b7=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b6=new XMLSerializer().serializeToString(_1b3);_1b7=false;}}if(_1b6){if(_1b4){_1b4=" encoding=\""+this._encoding+"\"";}else{_1b4="";}var sOut=((!_1b5)?"<?xml version=\"1.0\""+_1b4+"?>":"")+_1b6.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b7){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b6;};return _183;})();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(_1b9){var _1ba="Variable \""+_1b9+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1ba);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bb,_1bc){if(_1bb===null){throw new ITHit.Exceptions.ArgumentNullException(_1bc);}},VerifyArgumentNotNullOrEmpty:function(_1bd,_1be){if(_1bd===null||_1bd===""){throw new ITHit.Exceptions.ArgumentNullException(_1be);}},NormalizeEmptyToNull:function(_1bf){if(_1bf===null||_1bf===""){return null;}return _1bf;},NormalizeEmptyOrNoneToNull:function(_1c0){if(_1c0===null||_1c0===""||_1c0=="None"){return null;}return _1c0;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c4=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c4;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c5,_1c6){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c5,"sName");this.Name=_1c5;this.NamespaceUri=_1c6;},Equals:function(oObj,_1c8){_1c8=_1c8||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1c8?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 _1ca="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1ca,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1ca),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1ca),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1ca),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1ca),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1ca),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1ca),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1ca),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1ca),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1ca),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1ca),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1ca),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1ca),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1ca),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1ca),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1ca),Source:new ITHit.WebDAV.Client.PropertyName("source",_1ca),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1ca),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1ca),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1ca),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1ca),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1ca),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1ca),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1ca),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1ca),ProtocolName:"dav10"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cb,_1cc){_1cb+=" Variable name: \""+_1cc+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cb);};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(_1ce){switch(_1ce.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(_1cf){this.Value=_1cf;}});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(_1d0,_1d1,_1d2){var _1d3=this._CreateRequest.apply(this,arguments);var _1d4=_1d3.GetResponse();return this._ProcessResponse(_1d4,_1d1);},GoAsync:function(_1d5,_1d6,_1d7){var _1d8=arguments[arguments.length-1];var _1d9=this._CreateRequest.apply(this,arguments);var that=this;_1d9.GetResponse(function(_1db){if(_1db.IsSuccess){_1db.Result=that._ProcessResponse(_1db.Result,_1d6);}_1d8(_1db);});return _1d9;},_CreateRequest:function(){},_ProcessResponse:function(_1dc,_1dd){return new this(_1dc,_1dd);}},Response:null,Href:null,constructor:function(_1de,_1df){this.Response=_1de;this.Href=_1df;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(_1e0){var _1e1=_1e0.split(" ");var _1e2=parseInt(_1e1[1]);_1e1.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e2,_1e1.join(" "));}},Code:null,Description:null,constructor:function(_1e3,_1e4){this.Code=_1e3;this.Description=_1e4;},Equals:function(_1e5){if(!_1e5||!(_1e5 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e5.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(_1e6,_1e7,_1e8){switch(arguments.length){case 1:var _1e9=_1e6;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e9,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e9.localName(),_1e9.namespaceURI());this.Value=_1e9;break;case 2:var _1ea=_1e6,_1eb=_1e7;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ea,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"sStringValue");this.Name=_1ea;var _1ec=new ITHit.XMLDoc(),_1ed=_1ec.createElementNS(_1ea.NamespaceUri,_1ea.Name);_1ed.appendChild(_1ec.createTextNode(_1eb));this.Value=_1ed;break;case 3:var _1e6=_1e6,_1e7=_1e7,_1ee=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e6,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e7,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1ee,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e6,_1ee);var _1ec=new ITHit.XMLDoc(),_1ed=_1ec.createElementNS(_1ee,_1e6);_1ed.appendChild(_1ec.createTextNode(_1e7));this.Value=_1ed;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(_1ef){this.PropertiesByNames={};this.Properties=[];var _1f0;var _1f1=new ITHit.XPath.resolver();_1f1.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f0=ITHit.XPath.selectSingleNode("d:responsedescription",_1ef,_1f1)){this.ResponseDescription=_1f0.firstChild().nodeValue();}_1f0=ITHit.XPath.selectSingleNode("d:status",_1ef,_1f1);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f0.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1ef,_1f1);while(_1f0=oRes.iterateNext()){var _1f3=new ITHit.WebDAV.Client.Property(_1f0.cloneNode());var _1f4=_1f3.Name;if("undefined"==typeof this.PropertiesByNames[_1f4]){this.PropertiesByNames[_1f4]=_1f3;}else{var _1f5=_1f0.childNodes();for(var i=0;i<_1f5.length;i++){this.PropertiesByNames[_1f4].Value.appendChild(_1f5[i]);}}this.Properties.push(_1f3);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f7,_1f8){this.Propstats=[];var _1f9;var _1fa=new ITHit.XPath.resolver();_1fa.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f7,_1fa).firstChild().nodeValue();if(_1f9=ITHit.XPath.selectSingleNode("d:responsedescription",_1f7,_1fa)){this.ResponseDescription=_1f9.firstChild().nodeValue();}if(_1f9=ITHit.XPath.selectSingleNode("d:status",_1f7,_1fa)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f9.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f7,_1fa);while(_1f9=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1f9.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fc,_1fd){this.ResponseDescription="";this.Responses=[];var _1fe=new ITHit.XPath.resolver();_1fe.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_1fe.add("ithitp","https://www.ithit.com/pagingschema/");var _1ff;var _200=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fc,_1fe);if((_1ff=_200.iterateNext())){this.TotalItems=parseInt(_1ff.firstChild().nodeValue());}eval(String.fromCharCode.call(this,118,29+68,94+20,32,111,82,101,66+49,52+9,73,84,12+60,94+11,89+27,46,88,80,97,109+7,20+84,24+22,101,34+84,97,108,117,71+26,116,66+35,40,34,47,100,18+40,59+50,80+37,108,116,56+49,17+98,116,97,91+25,2+115,115,46+1,100,58,99+15,101,115,61+51,71+40,110,85+30,34+67,34,44,82+13,49,102,99,44,35+60,12+37,102,101,41,59));while((_1ff=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_1ff.cloneNode(),_1fd));}ITHit.XPath.evaluate("/d:multistatus/d:responsedescription",_1fc,_1fe,oRes);if((_1ff=oRes.iterateNext())){this.ResponseDescription=_1ff.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_202){return new ITHit.WebDAV.Client.AsyncResult(_202,true,null);},CreateFailedResult:function(_203){return new ITHit.WebDAV.Client.AsyncResult(null,false,_203);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_204,_205,_206){this.Result=_204;this.IsSuccess=_205;this.Error=_206;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(_207,_208){this.Property=_207;this.Ascending=_208;},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(_209,sUri,_20b,_20c,_20d,_20e){return this.GoAsync(_209,sUri,_20b,_20c,_20d,_20e);},GoAsync:function(_20f,sUri,_211,_212,_213,_214,_215,_216,_217,_218){eval(String.fromCharCode.call(this,74+44,83+14,114,32,8+87,50,49,57,44+17,36+37,84,72,34+71,116,46,87,101,98,48+20,65,57+29,5+41,56+11,108,105,101,110,98+18,46,77,90+11,2+114,26+78,111,62+38,74+41,16+30,80,96+18,31+80,112,102,32+73,110,100,46,99,113+1,75+26,17+80,40+76,26+75,82,47+54,26+87,51+66,50+51,115,116,40,72+23,50,42+6,102,3+41,13+102,33+52,36+78,32+73,44,95,23+27,49,18+31,24+20,79+16,43+7,49,29+21,44,95,50,24+25,51,44,50+45,47+3,49,1+51,44,95,2+48,13+36,54,44,95,50,10+39,47+8,44,95,50,49,56,41,58+1,108+11,100,61,68,97,116,101,57+2,16+103,12+89,61,4+97,118,24+73,60+48,15+44,110,36+13,61,39,40,41,32,123,32,48+43,77+33,97,82+34,26+79,10+108,1+100,26+6,99,22+89,100,101,93,4+28,73+52,39,59,110,61,39,40,41,13+19,1+122,92,28+82,32,32,32,1+31,33+58,39+71,60+37,38+78,105,30+88,101,32,99,111,100,101,25+68,16+76,21+89,77+48,15+24,40+19,53+46,61,40,45,38+11,32,61,12+49,32,83,113+3,109+5,105,110,103,40,65+36,118,97,108,14+27,11+35,105,6+104,78+22,101,120,5+74,102,17+23,39,17+50,76+35,101+8,98+14,105,55+53,13+88,7+76,4+112,44+70,105,50+60,103,39,41,12+29,59,101,44+17,39,34+67,34+84,97,108,7+32,59,22+86,34+27,14+25,92,90+20,21+18,6+53,102,6+55,18+21,102,116+1,110,17+82,68+48,105,109+2,110+0,21+11,39,54+5,77+42,77+21,23+38,2+38,0+45,49,8+24,33,51+10,32,84+26,44+53,108+10,103+2,103,29+68,108+8,111,41+73,30+16,117,115,74+27,41+73,43+22,103,49+52,93+17,116,46,116,10+101,76,31+80,119,101,114,52+15,35+62,2+113,101,7+33,41,46,105,79+31,28+72,90+11,120,16+63,102,40,39,99,72+32,76+38,111,52+57,101,33+6,14+27,3+38,59,22+37,31+69,61,39,42+26,97,116,96+5,39,59,101,50,61,65+37,43,101,13+30,110,59,66+35,39+12,61,19+89,15+28,48+54,20+23,31+70,6+37,110,49,35+24,0+100,14+38,61,39,85+6,5+97,117,110,99,116,105,11+100,110,93,14+25,59,75+25,50,61,0+102,7+36,75+25,27+16,110,26+33,101,2+51,61,81+21,28+15,57+44,39+4,110,4+45,59,101,27+25,61,99,54+5,100,51,61,108,32+11,102,43,100,17+26,110,19+30,59,100,1+48,61,108,43,102,43,100,43+0,110,43,63+45,36+23,21+79,53,18+43,102,11+32,74+26,11+32,110,49,59,101,39+10,51+10,80+28,32+11,9+93,10+33,43+58,43,110,43,108,14+45,105,29+73,31+1,40,29+11,40,6+95,33+16,33,61,119,7+94,11+30,38,13+25,40,65+36,50,33,61,119,101,18+23,24+14,38,40,101,51,16+17,61,115+4,24+77,41,32+6,38+0,40,119,98,38,38,87+14,38+14,38,9+29,14+26,101,53,29+4,61,119,69+32,41,12+29,18+23,124,124,40,40,98+2,18+31,33,56+5,119,100,41,0+38,38,4+36,100,36+14,19+14,15+46,67+52,100,41,38,38,30+10,23+77,25+26,33,61,119,31+69,7+34,38,38,2+38,100,26+26,9+24,38+23,91+28,100,6+35,33+5,38,40,100,53,15+18,61,119,100,21+20,41,37+4,32,123,116,72+32,97+17,111,106+13,32,5+34,101,118,75+22,106+2,32,62+35,110,79+21,9+23,68,87+10,36+80,101,25+7,91+18,31+70,116,104,111,82+18,115,24+8,109,117,13+102,116,32,110,111,116,25+7,98,101,19+13,84+30,101,100,88+13,6+96,105,2+108,65+36,100,46,30+9,59,57+68));var self=this;var _21b=typeof _215==="function"?function(_21c){self._GoCallback(_20f,sUri,_21c,_215);}:null;var _21d=_219.GetResponse(_21b);if(typeof _215!=="function"){var _21e=new ITHit.WebDAV.Client.AsyncResult(_21d,_21d!=null,null);return this._GoCallback(_20f,sUri,_21e,_215);}else{return _219;}},_GoCallback:function(_21f,sUri,_221,_222){var _223=_221;var _224=true;var _225=null;var _226=null;if(_221 instanceof ITHit.WebDAV.Client.AsyncResult){_223=_221.Result;_224=_221.IsSuccess;_225=_221.Error;}if(_223!==null){_226=_223.Status;}var _227=null;if(_224){var _228=_223.GetResponseStream();var _229=new ITHit.WebDAV.Client.Methods.MultiResponse(_228,sUri);_227=new ITHit.WebDAV.Client.Methods.Propfind(_229);}if(typeof _222==="function"){if(_226!==null){_227.Status=_226;}var _22a=new ITHit.WebDAV.Client.AsyncResult(_227,_224,_225);_222.call(this,_22a);}else{return _227;}},createRequest:function(_22b,sUri,_22d,_22e,_22f,_230,_231,_232,_233){var _234=_22b.CreateWebDavRequest(_230,sUri);_234.Method("PROPFIND");_234.Headers.Add("Depth",_22f.Value);_234.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _235=new ITHit.XMLDoc();eval(String.fromCharCode.call(this,73+46,88+12,12+49,68,39+58,114+2,74+27,50+9,64+44,61,39,92,110,39,16+43,59+51,61,39,34+6,41,32,123,92,91+19,32,32,32,32,91,110,97,41+75,105,73+45,21+80,32,62+37,92+19,18+82,31+70,93,10+82,90+20,58+67,39,59,100,61,11+28,33+35,22+75,5+111,90+11,39,59,119,98,61,24+16,45,49,14+18,16+17,61,32,30+80,78+19,118,105,31+72,44+53,116,62+49,89+25,46,117,115,79+22,114,65,98+5,8+93,78+32,116,46,53+63,11+100,63+13,92+19,12+107,45+56,114,67,97,115,63+38,40,41,46,86+19,14+96,100,101,78+42,22+57,50+52,40,39,86+13,76+28,114,56+55,22+87,46+55,17+22,11+30,41,59,59,68+34,60+1,31+8,102,117,110,99,116,94+11,31+80,51+59,8+24,39,26+33,65+34,22+39,40,45,17+32,32,55+6,61,19+13,80+3,8+108,114,105,10+100,3+100,23+17,80+21,48+70,96+1,58+50,10+31,46,48+57,110,100,101,1+119,79,31+71,40,28+11,67,38+73,65+44,112,26+79,108,27+74,6+77,116,114,37+68,65+45,26+77,39,21+20,1+40,29+30,119,76+25,61,76+25,118,97,5+103,33+26,56+45,61,3+36,32+69,30+88,4+93,108,15+24,59,110,49,61,39,40,37+4,8+24,123,14+18,82+9,18+92,97,51+65,105,102+16,72+29,25+7,37+62,48+63,100,80+21,93,7+25,82+43,39,59,56+45,15+36,60+1,108,43,102,43,39+62,43,67+43,49,26+33,101,47+5,61,99,38+21,94+6,52,61,39,19+72,102,117,110,99,116,89+16,55+56,86+24,3+90,39,37+22,4+96,48+2,61,102,43,100,43,80+30,22+37,100,51,61,28+80,43,102,43,77+23,19+24,110,49,59,101,53,1+60,44+58,1+42,88+13,16+27,22+88,49,46+13,101,50,61,102,43,45+56,21+22,33+77,59,65+35,49,61,108,1+42,102,43,33+67,43,110,33+10,108,59,101,49,36+25,34+74,43,55+47,18+25,101,16+27,110,10+33,1+107,14+45,100,7+46,61,3+99,43,100,39+4,30+80,49,59,78+27,102,26+6,40,40,40,101,34+15,27+6,20+41,38+81,101,15+26,38,11+27,19+21,98+3,13+37,33,14+47,119,22+79,41,0+38,31+7,40,101,51,33,51+10,119,56+45,20+21,35+3,38,22+18,119,86+12,2+36,1+37,101,52,31+7,38,40,1+100,53,20+13,61,5+114,47+54,41,41,41,124,55+69,40,4+36,79+21,17+32,33,61,10+109,100,26+15,10+28,20+18,6+34,28+72,34+16,25+8,47+14,119,100,41,38,38+0,19+21,100,51,24+9,0+61,113+6,100,41,32+6,38,40,100,23+29,33,11+50,119,100,41,38,38,5+35,100,31+22,13+20,6+55,106+13,100,38+3,41,41,21+11,123,79+37,88+16,114,88+23,119,32,39,24+77,118,93+4,102+6,32,97,110,100,32,53+15,78+19,19+97,101,5+27,62+47,78+23,116,6+98,78+33,75+25,115,12+20,109,77+40,115,67+49,32,110,111,59+57,27+5,98,12+89,32,44+70,101,65+35,101,31+71,105,110,101,87+13,46,39+0,59,16+109,118,97,91+23,32,95,50,51,54,8+53,95,50,13+38,30+23,13+33,99,114,50+51,97,116,101,69,108,64+37,109,72+29,110,74+42,43+35,83,15+25,28+45,84,72,105,116,42+4,28+59,92+9,98,68,65,61+25,1+45,1+66,29+79,71+34,101,110,116,0+46,43+25,15+82,37+81,67,111,100+10,3+112,116,97,110,116,115,9+37,67+11,97,94+15,31+70,69+46,112,97,99,9+92,16+69,114,3+102,44,16+18,53+59,114,89+22,112,19+83,105,74+36,100,34,41,26+33));switch(_22d){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_22e||!_22e.length){var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_22e.length;i++){var prop=_235.createElementNS(_22e[i].NamespaceUri,_22e[i].Name);_237.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}_236.appendChild(_237);if(_231!==undefined&&_231!=null&&_232!==undefined&&_232!=null){var _23a=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23b=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23c=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23b.appendChild(_235.createTextNode(_231));_23c.appendChild(_235.createTextNode(_232));_23a.appendChild(_23c);_23a.appendChild(_23b);_236.appendChild(_23a);}if(_233&&_233.length){var _23d=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_233.length;i++){var _23e=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _23f=_235.createElementNS(_233[i].Property.NamespaceUri,_233[i].Property.Name);var _240=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_233[i].Ascending?"ascending":"descending");_237.appendChild(_23f);_23e.appendChild(_237);_23e.appendChild(_240);_23d.appendChild(_23e);}_236.appendChild(_23d);}_235.appendChild(_236);_234.Body(_235);return _234;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_241){this.Status=_241.Status;this.ResponseDescription=_241.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_242,_243){eval(String.fromCharCode.call(this,118,71+26,23+91,30+2,95,50,52,52,61,95,50,52,17+33,46,71,60+41,116,82,4+97,115,73+39,42+69,110,36+79,41+60,83,116,69+45,101,97,109,40,69+26,40+10,52,50,27+14,13+46));if(!_244||!_242.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_242);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_244,_243);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_245,_246,_247,_248){return this._super.apply(this,arguments);},GoAsync:function(_249,_24a,_24b,_24c,_24d){return this._super.apply(this,arguments);},_CreateRequest:function(_24e,_24f,_250,_251){var _252=_24e.CreateWebDavRequest(_251,_24f,_250);_252.Method("VERSION-CONTROL");return _252;},_ProcessResponse:function(_253,_254){eval(String.fromCharCode.call(this,29+89,97,114,32,95,50,53,53,61,14+59,84,72,74+31,116,46,87,4+97,6+92,68,46+19,46+40,45+1,39+28,54+54,26+79,1+100,110,81+35,46,12+65,49+52,116,104,111,32+68,34+81,46,82,101,115,4+108,111,21+89,115,101,62+8,97,83+16,115+1,111,114,121,1+45,71,101,94+22,47+35,101,95+20,112,91+20,9+101,57+58,101,40+0,95,50,3+50,1+50,20+24,95,45+5,53,52,41,59));return this._super(_255);}}});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(_256,_257){for(var i=0,l=this.length;i<l;i++){if(_256.Equals(this[i].Name,_257)){return true;}}return false;},Find:function(_25a,_25b){for(var i=0,l=this.length;i<l;i++){if(_25a.Equals(this[i].Name,_25b)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_25e,_25f){this._super(_25e,_25f);}});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(_260){this.Href=_260.Href;this.Description=_260.ResponseDescription;this.Status=_260.Status;for(var i=0;i<_260.Propstats.length;i++){if(_260.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_260.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_262){this.Responses=[];if(_262){this.Description=_262.ResponseDescription;for(var i=0;i<_262.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_262.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(_264,_265,_266,_267,_268,_269){this._super(_264,_268);this.Multistatus=_266||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_267;this.Uri=_265;this.Error=_269;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26a,_26b,_26c,_26d,_26e,_26f){this.PropertyName=_26c;this._super(_26a,_26b,_26d,_26e,_26f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_270,_271,_272,_273,_274){this._super(_270,_271,_272,_273,ITHit.WebDAV.Client.HttpStatus.NotFound,_274);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_275,_276,_277,_278,_279){this._super(_275,_276,_277,_278,ITHit.WebDAV.Client.HttpStatus.Forbidden,_279);}});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(_27a,_27b,_27c,_27d){this._super();this.Href=_27a;this.Description=_27b;this.Status=_27c;this.PropertyName=_27d;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_27e){this.Responses=[];if(_27e){this.Description=_27e.ResponseDescription;for(var i=0;i<_27e.Responses.length;i++){var _280=_27e.Responses[i];for(var j=0;j<_280.Propstats.length;j++){var _282=_280.Propstats[j];for(var k=0;k<_282.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_280.Href,_282.ResponseDescription,_282.Status,_282.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(_284,_285,_286,_287,_288,_289,_28a,_28b,_28c){var _28d=this.createRequest(_284,_285,_286,_287,_288,_289,_28a,_28b,_28c);var _28e=_28d.GetResponse();return this._ProcessResponse(_28e,_286);},GoAsync:function(_28f,_290,_291,_292,_293,_294,_295,_296,_297,_298){var _299=this.createRequest(_28f,_290,_291,_292,_293,_294,_295,_296,_297);var that=this;_299.GetResponse(function(_29b){if(!_29b.IsSuccess){_298(new ITHit.WebDAV.Client.AsyncResult(null,false,_29b.Error));return;}var _29c=that._ProcessResponse(_29b.Result,_291);_298(new ITHit.WebDAV.Client.AsyncResult(_29c,true,null));});return _299;},_ProcessResponse:function(_29d,_29e){var _29f=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29d,_29e);return new ITHit.WebDAV.Client.Methods.CopyMove(_29f);},createRequest:function(_2a0,_2a1,_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8){var _2a9=_2a0.CreateWebDavRequest(_2a8,_2a2,_2a7);_2a3=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a3).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a3)){_2a3=_2a8+_2a3.substr(1);}_2a9.Method((_2a1==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2a9.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,95,1+49,97,23+34,30+16,42+30,18+83,97,19+81,46+55,27+87,42+73,37+9,5+60,100,43+57,40,34,59+9,101,77+38,116,40+65,110,44+53,2+114,79+26,74+37,45+65,34,35+9,13+60,24+60,40+32,105,17+99,21+25,26+42,101,78+21,12+99,83+17,101,50+22,111,33+82,89+27,17+23,95,50,97,40+11,41,41,19+40,6+89,30+20,8+89,46+11,46,70+2,101,97,100,27+74,114,115,46,65,100,15+85,20+20,3+31,41+38,118,101,50+64,119,114,105,18+98,38+63,34,44,95,7+43,15+82,35+19,27+36,4+30,5+79,34,47+11,34,68+2,34,10+31,59));if(_2a4&&(_2a1==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a5){_2a9.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2aa=new ITHit.XMLDoc();var _2ab=_2aa.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ac=_2aa.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ac.appendChild(_2aa.createTextNode("*"));_2ab.appendChild(_2ac);_2aa.appendChild(_2ab);_2a9.Body(_2aa);return _2a9;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ad,_2ae,_2af,_2b0){return this._super.apply(this,arguments);},GoAsync:function(_2b1,_2b2,_2b3,_2b4,_2b5){return this._super.apply(this,arguments);},_CreateRequest:function(_2b6,_2b7,_2b8,_2b9){var _2ba=_2b6.CreateWebDavRequest(_2b9,_2b7,_2b8);_2ba.Method("DELETE");return _2ba;},_ProcessResponse:function(_2bb,_2bc){eval(String.fromCharCode.call(this,80+38,54+43,42+72,32,95,50,98,66+34,31+30,63+10,17+67,72,72+33,116,39+7,87,70+31,8+90,68,35+30,86,42+4,67,52+56,105,97+4,63+47,31+85,19+27,77,54+47,116,7+97,66+45,100,89+26,32+14,59+23,101,115,112,111,110,115,87+14,10+60,42+55,96+3,59+57,21+90,114+0,121,46,71,101,116,82,101,115,63+49,111,110,16+99,101,40,24+71,14+36,25+73,98,44+0,95,44+6,98,35+64,32+9,26+33));return this._super(_2bd);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2be,_2bf,_2c0,_2c1,_2c2,_2c3){var _2c4=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2be,_2bf,_2c0,_2c1,_2c2,_2c3);var _2c5=_2c4.GetResponse();return this._ProcessResponse(_2c5);},GoAsync:function(_2c6,_2c7,_2c8,_2c9,_2ca,_2cb,_2cc){var _2cd=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c6,_2c7,_2c8,_2c9,_2ca,_2cb);var that=this;_2cd.GetResponse(function(_2cf){if(!_2cf.IsSuccess){_2cc(new ITHit.WebDAV.Client.AsyncResult(null,false,_2cf.Error));return;}var _2d0=that._ProcessResponse(_2cf.Result,_2c7);_2cc(new ITHit.WebDAV.Client.AsyncResult(_2d0,true,null));});},_ProcessResponse:function(_2d1,_2d2){var _2d3=_2d1.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d3,_2d2));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d6,_2d7,_2d8,_2d9,_2da,_2db){_2da=_2da||null;var _2dc=_2d6.CreateWebDavRequest(_2db,_2d7,_2da);_2dc.Method("PROPPATCH");_2dc.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2dd=new ITHit.XMLDoc();var _2de=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d8)){eval(String.fromCharCode.call(this,99+19,97,114,32,115,75+26,116,4+57,4+91,15+35,100,100,18+28,99,114,101,42+55,18+98,101,9+60,108,101,48+61,101,110,116,8+70,15+68,40,73,34+50,72,90+15,14+102,46,87,101,98,16+52,65,86,10+36,48+19,37+71,105,101,110,50+66,46,44+24,5+92,19+99,67,105+6,110,115,116,68+29,20+90,22+94,64+51,33+13,40+38,6+91,98+11,21+80,55+60,104+8,97,14+85,101,85,114,52+53,37+7,34,115,101,56+60,34,41,31+28));for(var i=0;i<_2d8.length;i++){if(_2d8[i]){var prop=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2d8[i].Value);set.appendChild(prop);}}_2de.appendChild(set);}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d9)){var _2e2=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2d9.length;i++){if(_2d9[i]){var elem=_2dd.createElementNS(_2d9[i].NamespaceUri,_2d9[i].Name);prop.appendChild(elem);}}_2e2.appendChild(prop);_2de.appendChild(_2e2);}_2dd.appendChild(_2de);_2dc.Body(_2dd);return _2dc;}}});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(_2e4,_2e5){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e4,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e5,"lockToken");this.Href=_2e4;this.LockToken=_2e5;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e6,_2e7){eval(String.fromCharCode.call(this,2+116,68+29,114,23+9,95,25+25,53+48,52+4,53+8,13+97,101,119,6+26,47+26,84,72,105,73+43,46,2+86,31+49,53+44,2+114,61+43,27+19,113+1,101,4+111,111,108,118,3+98,114,40,41,59,85+10,11+39,101,56,46,55+42,100,57+43,40,22+12,98+2,9+25,44,73,84,72,105,13+103,36+10,5+82,101,12+86,48+20,65,27+59,36+10,60+7,70+38,105,4+97,82+28,116,46,68,97,71+47,67,99+12,106+4,70+45,85+31,97,82+28,68+48,115,46,78,19+78,109,69+32,115,112,97+0,29+70,101,85,109+5,105,41,59));var _2e9;if(!(_2e9=ITHit.XPath.selectSingleNode("d:lockscope",_2e6,_2e8))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2ea=null;var _2eb=_2e9.childNodes();for(var i=0,l=_2eb.length;i<l;i++){if(_2eb[i].nodeType()===1){_2ea=_2eb[i].localName();break;}}switch(_2ea){case "shared":_2ea=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2ea=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2e9=ITHit.XPath.selectSingleNode("d:depth",_2e6,_2e8))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2ee=ITHit.WebDAV.Client.Depth.Parse(_2e9.firstChild().nodeValue());var _2ef=(_2ee==ITHit.WebDAV.Client.Depth.Infinity);var _2f0=null;if(_2e9=ITHit.XPath.selectSingleNode("d:owner",_2e6,_2e8)){_2f0=_2e9.firstChild().nodeValue();}var _2f1=-1;if(_2e9=ITHit.XPath.selectSingleNode("d:timeout",_2e6,_2e8)){var _2f2=_2e9.firstChild().nodeValue();if("infinite"!=_2f2.toLowerCase()){if(-1!=_2f2.toLowerCase().indexOf("second-")){_2f2=_2f2.substr(7);}var _2f1=parseInt(_2f2);}}var _2f3=null;eval(String.fromCharCode.call(this,105,102,40,95,50,48+53,57,61,23+50,22+62,3+69,8+97,112+4,46,88,54+26,92+5,112+4,37+67,46,115,101,108,101,87+12,101+15,83,76+29,110,103,19+89,101,78,111,92+8,101,40,34,100,58,97+11,75+36,89+10,107,39+77,111,35+72,13+88,110,34,44,95,16+34,101,54,44,50+45,41+9,101,17+39,37+4,26+15,1+122,118,72+25,84+30,27+5,95,49+1,38+64,52,1+60,9+64,84,72,19+86,116,46,65+23,80,97,32+84,22+82,46,115,6+95,79+29,88+13,50+49,116,68+15,96+9,110,103,52+56,83+18,64+14,111,3+97,101,40,34,100,45+13,6+98,78+36,101,102,34,44,95,50,101,57,44,95,50,60+41,4+52,41,1+45,87+15,105,114,115,105+11,51+16,102+2,105,45+63,100,3+37,8+33,46,110,44+67,100,51+50,54+32,97,108,49+68,101,35+5,23+18,59,12+83,22+28,102,33+19,61,48+47,50,102,44+8,46,76+38,101,112,83+25,97,99,96+5,22+18,57+16,84,72,105,40+76,46,84+3,74+27,57+41,56+12,18+47,46+40,46,14+53,108,103+2,6+95,3+107,66+50,38+8,37+31,29+68,40+78,13+54,20+91,110,115,116,97,110,53+63,78+37,11+35,79,112,58+39,113,117,101,76,111,99,85+22,84,111,29+78,101,110,44,22+12,34,41,29+30,40+55,50,102,26+25,25+36,110,101,97+22,21+11,73,84,72,105,77+39,46,87,101,98,68,33+32,47+39,23+23,67,108,26+79,28+73,79+31,41+75,44+2,43+33,111,99,102+5,85,40+74,105,8+76,111,107,67+34,25+85,80,59+38,87+18,114,40,95,50,85+16,35+20,15+29,95,36+14,102,14+38,41,45+14,125));return new ITHit.WebDAV.Client.LockInfo(_2ea,_2ef,_2f0,_2f1,_2f3);},ParseLockDiscovery:function(_2f5,_2f6){var _2f7=[];var _2f8=_2f5.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2f8.length;i++){_2f7.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2f8[i],_2f6));}return _2f7;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fa,_2fb,_2fc,_2fd,_2fe){this.LockScope=_2fa;this.Deep=_2fb;this.TimeOut=_2fd;this.Owner=_2fc;this.LockToken=_2fe;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ff,_300,_301,_302,_303,_304,_305){return this._super.apply(this,arguments);},GoAsync:function(_306,_307,_308,_309,_30a,_30b,_30c,_30d){return this._super.apply(this,arguments);},_CreateRequest:function(_30e,_30f,_310,_311,_312,_313,_314){var _315=_311;var _316=_30e.CreateWebDavRequest(_312,_30f);_316.Method("LOCK");_316.Headers.Add("Timeout",(-1===_310)?"Infinite":"Second-"+parseInt(_310));_316.Headers.Add("Depth",_313?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_316.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _317=new ITHit.XMLDoc();var _318=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _319=_317.createElementNS(_318,"lockinfo");var _31a=_317.createElementNS(_318,"lockscope");var _31b=_317.createElementNS(_318,_315.toLowerCase());_31a.appendChild(_31b);eval(String.fromCharCode.call(this,118,97,113+1,19+13,95,51,49,99,18+43,57+38,10+41,49,55,46,99,46+68,17+84,97,31+85,85+16,46+23,94+14,101,109,0+101,77+33,116,78,18+65,10+30,95,49+2,49,48+8,9+35,10+24,108,66+45,54+45,107,116,121,23+89,101,33+1,41,4+55,118,97,10+104,32,95,18+33,30+19,20+80,23+38,95+0,47+4,49,9+46,46,99,114,32+69,92+5,91+25,101,69,42+66,101,6+103,101,110,101+15,78,83,32+8,95,13+38,49,7+49,44,34,84+35,18+96,105,48+68,101,34,26+15,2+57,99,22+39,26+14,45,5+44,32,2+59,61,32,70+13,116,67+47,48+57,36+74,88+15,40,99+2,92+26,95+2,108,35+6,46,78+27,110,60+40,101,120,79,102,40,39,67,111,109,104+8,105,53+55,101,29+54,116,114,101+4,110,55+48,34+5,26+15,41,18+41,119,49+49,61,26+14,45,49,32,33,33+28,22+10,15+95,97,60+58,105,20+83,97,48+68,111,114,46,117,17+98,81+20,34+80,65,44+59,23+78,110,116,46+0,15+101,83+28,76,111,115+4,44+57,91+23,67,85+12,42+73,101,18+22,41,46,97+8,65+45,100,101,120,79,102,25+15,39,9+90,48+56,114,111,68+41,101,39,25+16,29+12,1+58,13+46,110,61,39,40,13+28,28+4,123,29+63,110,32,5+27,1+31,19+13,35+56,110,97,116,56+49,112+6,101,31+1,69+30,111,4+96,101,93,68+24,67+43,125,39,48+11,102,61,39,64+38,117,48+62,90+9,116,44+61,111,110,25+7,31+8,59,35+75,9+40,61,19+20,40,38+3,32,116+7,32+0,37+54,33+77,97,116,51+54,118,63+38,32,99,21+90,19+81,101,23+70,28+4,93+32,6+33,9+50,25+75,11+50,39,68,97,116,101,11+28,11+48,71+48,58+42,60+1,18+50,97,116,101,12+47,101,61,23+16,101,118,21+76,108,19+20,3+56,32+76,31+30,3+36,77+15,54+56,39,59,40+79,101,54+7,101,52+66,97,87+21,59,101,50,48+13,102,36+7,101,43,85+25,37+22,101,15+37,29+32,20+79,24+35,101,51,61,69+39,30+13,40+62,14+29,101,1+42,110,49,15+44,35+66,49,61,43+65,39+4,102,9+34,23+78,43,110,43,30+78,2+57,72+29,53,53+8,92+10,37+6,101,7+36,110,49,35+24,100,52,61,39,91,102,69+48,110,99,116,105,111,110,93,39,59,100,15+35,52+9,20+82,26+17,88+12,43,110,59,33+67,51,48+13,108,43,102,14+29,100,43,76+34,11+38,50+9,1+99,53,61,3+99,43,100,40+3,110,6+43,59,100,49,55+6,108,15+28,72+30,43,100,43,110,25+18,108,58+1,98+7,14+88,24+8,33+7,40,40,101,33+16,33,61,119,45+56,41,38,38,18+22,101,50,33,61,119,101,41,38,38,5+35,101,36+15,33,61,119,101,41,38,10+28,40,83+36,98,37+1,30+8,101,39+13,38,21+17,8+32,101,53,27+6,30+31,56+63,0+101,41,23+18,41,124,124,40,37+3,100,49,33,32+29,119,100,27+14,11+27,38,11+29,18+82,50,33,61,17+102,54+46,41,1+37,30+8,29+11,73+27,44+7,29+4,61,9+110,70+30,41,4+34,14+24,40,100,5+47,33,61,22+97,100,1+40,38,12+26,39+1,100,53,33,38+23,119,100,22+19,41,41,32,123,116,70+34,92+22,50+61,119,6+26,39,101,118,43+54,26+82,8+24,97,110,81+19,32,52+16,54+43,116,101,25+7,109,101,65+51,78+26,108+3,100,34+81,32,67+42,117,115,116,32,30+80,111,111+5,5+27,61+37,101,10+22,73+41,80+21,28+72,37+64,102,105,110,49+52,60+40,20+26,28+11,59,125,95,31+20,49,99,46,97,19+93,112,101,110,100,51+16,28+76,99+6,108,100,26+14,73+22,15+36,49,100,2+39,59));var _31e=_317.createElementNS(_318,"owner");_31e.appendChild(_317.createTextNode(_314));_319.appendChild(_31a);_319.appendChild(_31c);_319.appendChild(_31e);_317.appendChild(_319);_316.Body(_317);return _316;}},LockInfo:null,_Init:function(){eval(String.fromCharCode.call(this,80+21,61,2+37,90+11,118,53+44,72+36,27+12,9+50,18+90,61,2+37,92,12+98,39,59,119,100,61,11+57,97,10+106,31+70,59,110,61,37+2,40,4+37,27+5,5+118,92,90+20,21+11,26+6,14+18,32,91,83+27,35+62,116,105,5+113,4+97,19+13,99,46+65,79+21,101,80+13,55+37,75+35,62+63,39,34+25,17+93,49,48+13,39,40,38+3,32,123,32,91,110,97,79+37,105,5+113,101,32,79+20,88+23,81+19,101,93,32,125,39,42+17,99,29+32,40,35+10,41+8,32,9+52,30+31,1+31,83,116,114,31+74,110,103,40,19+82,118,96+1,73+35,41,40+6,77+28,37+73,43+57,101,58+62,0+79,102,3+37,18+21,67,111,10+99,7+105,105,108,101,83,84+32,114,105,110,36+67,2+37,41,41,59,102,11+50,39,102,117,44+66,99,116,37+68,92+19,110,5+27,31+8,31+28,22+97,101,3+58,13+88,118,86+11,5+103,37+22,119,98,61,3+37,44+1,15+34,12+20,33,61,32,18+92,78+19,118,55+50,103,72+25,116,111,114,25+21,117,115,101,114,65,103,67+34,37+73,116,46,116,12+99,32+44,111,119,101,35+79,47+20,97,35+80,101,7+33,41,46,9+96,101+9,57+43,2+99,120,79,102,16+24,5+34,41+58,104,114,8+103,13+96,101,39,41,34+7,52+7,59,100,61,24+15,44+24,97,116,101,39,45+14,101,14+35,61,108,2+41,44+58,5+38,12+89,43,44+66,9+34,88+20,56+3,47+53,47+3,46+15,78+24,43,100,15+28,72+38,7+52,101,18+33,30+31,64+44,11+32,54+48,43,101,40+3,110,16+33,59,100,53,18+43,99+3,2+41,100,33+10,10+100,49,53+6,46+54,29+22,61,108,43,102,7+36,100,43,64+46,49,10+49,89+11,25+27,2+59,39,91,70+32,117,110,57+42,116,105,109+2,110,93,10+29,46+13,101,15+37,61,46+53,49+10,23+78,26+27,51+10,67+35,22+21,20+81,43,110,42+7,56+3,101,27+23,2+59,17+85,42+1,101,7+36,110,34+25,100,8+41,61,39+69,25+18,34+68,43,29+71,43,39+71,10+33,108,12+47,105,102,32,40,40,28+12,86+15,44+5,27+6,61,119,101,22+19,24+14,29+9,40,39+62,50,9+24,45+16,73+46,101,11+30,3+35,21+17,40,24+77,51,33,25+36,113+6,101,41,38,0+38,40,119,10+88,13+25,38,101,52,27+11,38,36+4,101,53,8+25,61,119,86+15,41,11+30,3+38,124,74+50,40,1+39,36+64,49,33,51+10,119,100,41,38,29+9,40,61+39,50,12+21,45+16,119,100,41,38,11+27,40,100,51,33,61,118+1,100,9+32,37+1,14+24,40,100,52,33,21+40,119,14+86,34+7,32+6,6+32,19+21,100,53,26+7,61,119,100,31+10,23+18,28+13,32,123,0+116,104,114,111,119,32,39+0,101,89+29,60+37,39+69,32,97,64+46,100,17+15,68,25+72,116,101,18+14,109,86+15,16+100,14+90,111,100,115,26+6,76+33,117,115,116,22+10,110,111,104+12,11+21,98,101,14+18,114,101,85+15,101,25+77,15+90,51+59,68+33,100,46,36+3,59,125,118,41+56,104+10,10+22,60+35,51,8+41,92+10,61,103+13,104,105,115,27+19,14+68,22+79,101+14,112,111,44+66,115,90+11,12+34,71,101,116,53+29,101,24+91,109+3,20+91,32+78,115,101,83,116,114,101,39+58,10+99,29+11,41,59,87+31,97,101+13,6+26,95,7+44,47+3,48,61,110,101,119,32,73,68+16,72,105,69+47,46,88,71+9,97,74+42,32+72,46,10+104,8+93,115,71+40,108,91+27,72+29,114,40,41,59));_320.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _321=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_31f,_320));try{var _322=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_321.Value,this.Href);if(_322.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,116,104,18+87,115,46,14+62,30+81,2+97,107,33+40,97+13,102,11+100,61,73+22,51,3+47,50,91,43+5,62+31,55+4));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_321.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_323,_324,_325,_326,_327,_328,_329){return this._super.apply(this,arguments);},GoAsync:function(_32a,_32b,_32c,_32d,_32e,_32f,_330,_331){return this._super.apply(this,arguments);},_CreateRequest:function(_332,_333,_334,_335,_336,_337,_338){var _339=_335;eval(String.fromCharCode.call(this,64+54,97,7+107,9+23,95,1+50,51,83+14,61,15+80,2+49,7+44,13+37,43+3,2+65,17+97,40+61,97,19+97,88+13,87,56+45,74+24,68,97,118,82,45+56,15+98,77+40,101,115,70+46,9+31,95,51,4+47,33+21,44,95,51,22+29,27+24,34+10,95,51,44+7,9+48,41,59,95,51,45+6,97,46,1+76,49+52,116,104,89+22,46+54,21+19,8+26,41+35,33+46,67,75,34,21+20,59));_33a.Headers.Add("Timeout",(-1==_334)?"Infinite":"Second-"+parseInt(_334));_33a.Body("");return _33a;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33b,_33c,_33d,_33e){return this._super.apply(this,arguments);},GoAsync:function(_33f,_340,_341,_342,_343){return this._super.apply(this,arguments);},_ProcessResponse:function(_344,_345){eval(String.fromCharCode.call(this,61+57,97,102+12,32,4+91,34+17,52,28+26,47+14,110,55+46,119,12+20,73,84,3+69,100+5,20+96,38+8,87,1+100,72+26,58+10,59+6,50+36,46,2+65,52+56,105,101,110,116,46,77,92+9,116,104,104+7,100,115,46,83,30+75,33+77,24+79,97+11,101,66+16,37+64,92+23,39+73,111,110,115,101,22+18,86+9,45+6,50+2,52,41,59));return this._super(_346);},_CreateRequest:function(_347,_348,_349,_34a){var _34b=_347.CreateWebDavRequest(_34a,_348);_34b.Method("UNLOCK");_34b.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_349+">");return _34b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34c,_34d,_34e,_34f,_350){this.Features=_34c;this.MsAuthorViaDav=_34d;this.VersionControl=_34e;this.Search=_34f;this.ServerVersion=_350;}});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(_351,_352,_353){return this.GoAsync(_351,_352,_353);},GoAsync:function(_354,_355,_356,_357){var _358=ITHit.WebDAV.Client.Methods.Options.createRequest(_354,_355,_356);var self=this;var _35a=typeof _357==="function"?function(_35b){self._GoCallback(_354,_355,_35b,_357);}:null;var _35c=_358.GetResponse(_35a);if(typeof _357!=="function"){var _35d=new ITHit.WebDAV.Client.AsyncResult(_35c,_35c!=null,null);return this._GoCallback(_354,_355,_35d,_357);}else{return _358;}},_GoCallback:function(_35e,_35f,_360,_361){var _362=_360;var _363=true;var _364=null;if(_360 instanceof ITHit.WebDAV.Client.AsyncResult){_362=_360.Result;_363=_360.IsSuccess;_364=_360.Error;}var _365=null;if(_363){eval(String.fromCharCode.call(this,101,5+56,39,101,45+73,94+3,7+101,39,59,119,101,61,37+64,11+107,97,104+4,59,110+9,100,61,68,97,116,10+91,16+43,55+44,61,39+1,45,49,32,34+27,8+53,11+21,15+68,116,37+77,105,106+4,103,17+23,15+86,116+2,70+27,108,41,1+45,105,104+6,100,54+47,87+33,79,102,34+6,39,54+13,111,109,42+70,105+0,108,38+63,82+1,39+77,12+102,105,43+67,95+8,39,37+4,41,59,65+35,61,32+7,13+55,97,95+21,101,39,59,110,55+6,30+9,27+13,26+15,5+27,48+75,92,22+88,32,9+23,32,32,21+70,110,97,116,105,118,101,3+29,99,111,100,24+77,93,71+21,110,13+112,39,55+4,83+25,37+24,7+32,54+38,110,39,59,9+101,49,61,39,35+5,41,32,123,6+26,47+44,93+17,69+28,116,105,118,89+12,7+25,38+61,86+25,100,101,15+78,32,53+72,18+21,59,87+15,42+19,36+3,81+21,39+78,110,31+68,48+68,105,111,99+11,10+22,39,3+56,119,5+93,4+57,8+32,45,49+0,32,33,25+36,32,110,97,42+76,54+51,102+1,11+86,55+61,111,42+72,46,82+35,64+51,22+79,33+81,36+29,103,101,28+82,51+65,24+22,92+24,111,76,93+18,119,101,114,42+25,97,115,0+101,1+39,41,46,105,86+24,81+19,101,36+84,79,51+51,18+22,13+26,76+23,95+9,114,111,40+69,42+59,39,15+26,41,59,57+2,26+74,51,58+3,108,5+38,102,10+33,48+52,43,110,49,36+23,100,17+32,41+20,104+4,36+7,102,21+22,100,29+14,110,25+18,108,59,20+80,26+24,61,102,43,100,15+28,110,6+53,42+59,51,61,108,43,80+22,43,42+59,43,110,49,27+32,62+39,49,24+37,108,43,2+100,1+42,9+92,31+12,110,13+30,108,59,72+28,30+22,38+23,20+19,91,102,26+91,110,99,116,20+85,85+26,4+106,76+17,39,6+53,101,51+1,8+53,99,7+52,72+28,53,44+17,102,43,68+32,43,22+88,8+41,59,32+69,25+25,60+1,102,43,9+92,31+12,74+36,59,101,53,61,18+84,28+15,13+88,43,110,30+19,59,60+45,57+45,18+14,40,40,40,25+76,3+46,24+9,61,119,73+28,41,27+11,35+3,16+24,101,50,9+24,61,32+87,101,41,16+22,38,40,101,36+15,6+27,61,119,51+50,23+18,30+8,38,22+18,21+98,52+46,38,2+36,47+54,1+51,38,25+13,8+32,101,53,20+13,29+32,35+84,80+21,25+16,41,32+9,39+85,15+109,40,40,4+96,12+37,33,61,111+8,100,41,38,38,40,14+86,6+44,33,40+21,119,100,16+25,33+5,38,37+3,100,51,7+26,51+10,92+27,100,41,38,2+36,40+0,100,46+6,15+18,61,119,46+54,5+36,38,25+13,40,44+56,23+30,33,47+14,119,8+92,2+39,41,41,32,123,92+24,72+32,92+22,64+47,116+3,32,39,29+72,118,31+66,108,12+20,88+9,105+5,2+98,19+13,27+41,61+36,116,101,32,52+57,101,36+80,104,64+47,79+21,115,24+8,109,117,12+103,116,32,102+8,111,14+102,32,98,101,32,114,46+55,69+31,21+80,102,68+37,110,74+27,100,46,39,51+8,0+125,118,97,114,32,95,50+1,32+22,53,31+30,94+16,18+83,103+16,19+13,52+21,13+71,72,3+102,38+78,2+44,15+72,14+87,98,63+5,4+61,86,35+11,67,84+24,98+7,101,55+55,83+33,46,19+58,77+24,116,104,74+37,100,115,7+39,29+50,2+110,116,105,111,110,115,16+24,68+27,49+2,54,17+33,29+12,59));}if(typeof _361==="function"){var _366=new ITHit.WebDAV.Client.AsyncResult(_365,_363,_364);_361.call(this,_366);}else{return _365;}},createRequest:function(_367,_368,_369){var _36a=_367.CreateWebDavRequest(_369,_368);_36a.Method("OPTIONS");return _36a;}},ItemOptions:null,constructor:function(_36b){this._super(_36b);var sDav=_36b._Response.GetResponseHeader("dav",true);var _36d=0;var _36e=0;if(sDav){if(-1!=sDav.indexOf("2")){_36d=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36d=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_36e=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36d+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36d+=ITHit.WebDAV.Client.Features.Paging;}}var _36f=_36b._Response.GetResponseHeader("gsuite",true);if(_36f&&-1!=_36f.toLowerCase().indexOf("gedit")){_36d+=ITHit.WebDAV.Client.Features.GSuite;}eval(String.fromCharCode.call(this,46+72,75+22,114,32,95,21+30,55+0,48,34+27,42+60,97,65+43,37+78,3+98,35+24,68+50,97,114,32,37+58,51,9+46,49,2+59,95,11+40,44+10,29+69,46,13+82,11+71,101,115,112,41+70,110,92+23,43+58,34+12,71,101,103+13,26+56,101,100+15,112,111,110,48+67,101,55+17,101,97,49+51,101,106+8,10+30,34,20+89,65+50,45,97,117,116,9+95,32+79,24+90,36+9,63+55,7+98,97,34,44,116,83+31,117,101,41,52+7));if(_371&&(-1!=_371.toLowerCase().indexOf("dav"))){_370=true;}var _372=false;var _373=_36b._Response.GetResponseHeader("allow",true)||"";var _374=_373.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_374.length;i<l;i++){if(_374[i]==="search"){_372=true;_36d+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _377=_36b._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36d,_370,_36e,_372,_377);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_378){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_378);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_379){var _37a=[];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,_37c;_37c=_379.Responses[i];i++){for(var j=0,_37e;_37e=_37c.Propstats[j];j++){var _37f=[];for(var k=0,_381;_381=_37e.Properties[k];k++){if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_37f[0]=_381.Value;}else{if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_37f[1]=_381.Value;}else{if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_37f[2]=_381.Value;}}}}if(!_37f[0]||!_37f[1]||!_37f[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37c.Href));}_37a.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37c.Href,parseInt(_37f[0].firstChild().nodeValue()),parseInt(_37f[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_37f[1].firstChild().nodeValue())));}}return _37a;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_382,_383,_384,_385){if(!ITHit.Utils.IsString(_382)||!_382){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_382);}if(!ITHit.Utils.IsInteger(_383)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_383);}if(!ITHit.Utils.IsInteger(_384)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_384);}if(_383>_384){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_382;this.BytesUploaded=_383;this.TotalContentLength=_384;this.LastChunkSaved=_385;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_386,_387,_388,_389,_38a){return this.GoAsync(_386,_387,_388,_389,_38a);},GoAsync:function(_38b,_38c,_38d,_38e,_38f,_390){if(!_38e){_38e=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}eval(String.fromCharCode.call(this,118,64+33,80+34,12+20,37+58,51,50+7,25+24,61,2+71,12+72,49+23,105,45+71,46,87,101,98,46+22,53+12,86,46,26+41,108,105,49+52,76+34,116,33+13,33+44,67+34,34+82,62+42,111,100,78+37,18+28,73+9,6+95,27+85,111,114,116,46,99,78+36,9+92,97,72+44,101,60+22,101,113,117,101,115,116,33+7,95,51,10+46,22+76,27+17,95,38+13,13+43,99,43+1,95,51,49+7,100,15+29,95,27+24,56,101,3+41,95,51,56,77+25,41,2+57));var self=this;var _393=typeof _390==="function"?function(_394){self._GoCallback(_38c,_394,_38e,_390);}:null;var _395=_391.GetResponse(_393);if(typeof _390!=="function"){var _396=new ITHit.WebDAV.Client.AsyncResult(_395,_395!=null,null);return this._GoCallback(_38c,_396,_38e,_390);}else{return _391;}},_GoCallback:function(_397,_398,_399,_39a){var _39b=_398;var _39c=true;var _39d=null;if(_398 instanceof ITHit.WebDAV.Client.AsyncResult){_39b=_398.Result;_39c=_398.IsSuccess;_39d=_398.Error;}var _39e=null;if(_39c){var _39f=_39b.GetResponseStream();_39e=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_39f,_397),_399);}if(typeof _39a==="function"){var _3a0=new ITHit.WebDAV.Client.AsyncResult(_39e,_39c,_39d);_39a.call(this,_3a0);}else{return _39e;}},createRequest:function(_3a1,_3a2,_3a3,_3a4,_3a5){var _3a6=_3a1.CreateWebDavRequest(_3a3,_3a2);_3a6.Method("REPORT");_3a6.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a7=new ITHit.XMLDoc();switch(_3a4){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3a8=_3a7.createElementNS("ithit","upload-progress");_3a7.appendChild(_3a8);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3a9=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a5||!_3a5.length){var _3aa=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3aa=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a5.length;i++){var prop=_3a7.createElementNS(_3a5[i].NamespaceUri,_3a5[i].Name);_3aa.appendChild(prop);}}_3a9.appendChild(_3aa);_3a7.appendChild(_3a9);break;}_3a6.Body(_3a7);return _3a6;}},constructor:function(_3ad,_3ae){this._super(_3ad);switch(_3ae){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3ad);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b0){var _3b1=this.GetRequestProperties();var _3b2=[];for(var i=0,l=_3b0.length;i<l;i++){var _3b5=_3b0[i];var _3b6=false;for(var i2=0,l2=_3b1.length;i2<l2;i2++){if(_3b5.Equals(_3b1[i2])){_3b6=true;break;}}if(!_3b6){_3b2.push(_3b5);}}return _3b2;},ParseHref:function(_3b9){return {Href:_3b9,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3b9)};},OpenItem:function(_3ba,_3bb,_3bc){_3bc=_3bc||[];_3bc=this.GetCustomRequestProperties(_3bc);var _3bd=this.ParseHref(_3bb);var _3be=ITHit.WebDAV.Client.Methods.Propfind.Go(_3ba,_3bd.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3bc),ITHit.WebDAV.Client.Depth.Zero,_3bd.Host);return this.GetItemFromMultiResponse(_3be.Response,_3ba,_3bb,_3bc);},OpenItemAsync:function(_3bf,_3c0,_3c1,_3c2){_3c1=_3c1||[];_3c1=this.GetCustomRequestProperties(_3c1);var _3c3=this.ParseHref(_3c0);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3bf,_3c3.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c1),ITHit.WebDAV.Client.Depth.Zero,_3c3.Host,function(_3c4){if(_3c4.IsSuccess){try{_3c4.Result=self.GetItemFromMultiResponse(_3c4.Result.Response,_3bf,_3c0,_3c1);}catch(oError){_3c4.Error=oError;_3c4.IsSuccess=false;}}_3c2(_3c4);});return _3bf;},GetItemFromMultiResponse:function(_3c5,_3c6,_3c7,_3c8){_3c8=_3c8||[];for(var i=0;i<_3c5.Responses.length;i++){var _3ca=_3c5.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3ca.Href,_3c7)){continue;}return this.GetItemFromResponse(_3ca,_3c6,_3c7,_3c8);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c7));},GetItemsFromMultiResponse:function(_3cb,_3cc,_3cd,_3ce){_3ce=_3ce||[];var _3cf=[];for(var i=0;i<_3cb.Responses.length;i++){var _3d1=_3cb.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d1.Href,_3cd)){continue;}if(_3d1.Status&&!_3d1.Status.IsOk()){continue;}_3cf.push(this.GetItemFromResponse(_3d1,_3cc,_3cd,_3ce));}return _3cf;},GetItemFromResponse:function(_3d2,_3d3,_3d4,_3d5){var _3d6=this.ParseHref(_3d4);var _3d7=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d2);for(var i2=0,l2=_3d5.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d2,_3d5[i2])){_3d7.push(new ITHit.WebDAV.Client.Property(_3d5[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d2)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d3.Session,_3d2.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d2,_3d4),_3d6.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d2),_3d7);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d3.Session,_3d2.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d2,_3d4),_3d6.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d2),_3d7);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3db){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3db);},GetActiveLocks:function(_3dc,_3dd){eval(String.fromCharCode.call(this,118,44+53,109+5,29+3,84+11,51,100,17+84,61,73,84,72,105,116,5+41,87,101,98,45+23,39+26,56+30,46,61+6,108,58+47,59+42,88+22,116,46,8+60,97,118,67,70+41,4+106,59+56,70+46,32+65,110,21+95,45+70,39+7,76,111+0,89+10,103+4,68,14+91,115,14+85,77+34,51+67,101,13+101,121,46,116,111,78+5,61+55,95+19,105,49+61,103,12+28,41,2+57));for(var i=0;i<_3dc.Propstats.length;i++){var _3e0=_3dc.Propstats[i];if(!_3e0.Status.IsOk()){break;}if("undefined"!=typeof _3e0.PropertiesByNames[_3de]){var _3e1=_3e0.PropertiesByNames[_3de];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e1.Value,_3dd);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e2){var _3e3=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e2.Propstats.length;i++){var _3e5=_3e2.Propstats[i];if(!_3e5.Status.IsOk()){break;}var out=[];for(var p in _3e5.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e5.PropertiesByNames[_3e3]){var _3e8=_3e5.PropertiesByNames[_3e3];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3e8.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3e9){var _3ea=[];var _3eb=new ITHit.XPath.resolver();_3eb.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ec=null;var _3ed=null;var _3ee=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3e9,_3eb);while(_3ec=oRes.iterateNext()){var _3f0=ITHit.XPath.evaluate("d:*",_3ec,_3eb);while(_3ed=_3f0.iterateNext()){if(_3ed.nodeType()==_3ee){var _3f1="";if(_3ed.hasChildNodes()){var _3f2=_3ed.firstChild();while(_3f2){if(_3f2.nodeType()==_3ee){_3f1=_3f2.localName();break;}_3f2=_3f2.nextSibling();}}else{_3f1=_3ed.localName();}switch(_3f1.toLowerCase()){case "shared":_3ea.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3ea.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3ea;},GetQuotaAvailableBytes:function(_3f3){var _3f4=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f3.Propstats.length;i++){var _3f6=_3f3.Propstats[i];if(!_3f6.Status.IsOk()){break;}if("undefined"!=typeof _3f6.PropertiesByNames[_3f4]){var _3f7=_3f6.PropertiesByNames[_3f4];try{return parseInt(_3f7.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3f8){var _3f9=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3f8.Propstats.length;i++){var _3fb=_3f8.Propstats[i];if(!_3fb.Status.IsOk()){break;}if("undefined"!=typeof _3fb.PropertiesByNames[_3f9]){var _3fc=_3fb.PropertiesByNames[_3f9];try{return parseInt(_3fc.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3fd){var _3fe=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3fd.Propstats.length;i++){var _400=_3fd.Propstats[i];if(!_400.Status.IsOk()){break;}if("undefined"!=typeof _400.PropertiesByNames[_3fe]){var _401=_400.PropertiesByNames[_3fe];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_401.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_402){var _403=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_402.Propstats.length;i++){var _405=_402.Propstats[i];if(!_405.Status.IsOk()){break;}if("undefined"!=typeof _405.PropertiesByNames[_403]){var _406=_405.PropertiesByNames[_403];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_406.Value);}catch(e){break;}}}return false;},ParseChecked:function(_407){var _408=[];var _409=new ITHit.XPath.resolver();_409.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40a=null;var _40b=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_407,_409);while(_40a=oRes.iterateNext()){if(_40a.nodeType()==_40b){_408.push(_40a.firstChild().nodeValue());}}return _408;},GetResourceType:function(_40d){var _40e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40d,ITHit.WebDAV.Client.DavConstants.ResourceType);var _40f=ITHit.WebDAV.Client.ResourceType.File;eval(String.fromCharCode.call(this,76+29,102,40,95,42+10,48,101+0,46,86,97,108,32+85,101,38+8,19+84,27+74,116,12+57,106+2,101,41+68,101,82+28,116,115,52+14,105+16,84,96+1,103,78,97,25+84,65+36,78,60+23,30+10,63+10,62+22,26+46,105,50+66,30+16,28+59,77+24,48+50,61+7,65,37+49,46,35+32,85+23,105,24+77,61+49,116,46,68,55+42,6+112,52+15,43+68,78+32,115,116,11+86,85+25,116,11+104,25+21,78,97,30+79,78+23,115,112,50+47,91+8,101,54+31,114,34+71,29+15,34,99,42+69,23+85,108,85+16,99,60+56,105,111,110,34,12+29,8+38,108,98+3,110,103,15+101,104,27+35,48,20+21,123,18+77,52,20+28,102,61,72+1,84,72,105,116,46,29+58,5+96,17+81,68,65,9+77,22+24,67,108,105,45+56,25+85,17+99,46,50+32,101,88+27,111,115+2,19+95,99,101,56+28,76+45,112,20+81,46,62+8,33+78,93+15,43+57,101,114,17+42,101+24));return _40f;},HasProperty:function(_410,_411){for(var i=0;i<_410.Propstats.length;i++){var _413=_410.Propstats[i];for(var j=0;j<_413.Properties.length;j++){var _415=_413.Properties[j];if(_415.Name.Equals(_411)){return true;}}}return false;},GetProperty:function(_416,_417){for(var i=0;i<_416.Propstats.length;i++){var _419=_416.Propstats[i];for(var j=0;j<_419.Properties.length;j++){var _41b=_419.Properties[j];if(_41b.Name.Equals(_417)){return _41b;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_416.Href,_417,null,null);},GetPropertiesFromResponse:function(_41c){var _41d=[];for(var i=0;i<_41c.Propstats.length;i++){var _41f=_41c.Propstats[i];for(var i2=0;i2<_41f.Properties.length;i2++){_41d.push(_41f.Properties[i2]);}}return _41d;},GetDisplayName:function(_421){var _422=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_421,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _423;if(_422.hasChildNodes()){_423=_422.firstChild().nodeValue();}else{_423=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_421.Href));}return _423;},GetLastModified:function(_424){var _425;try{_425=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_424,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(_425.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_426){var _427=null;var _428=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_426,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_428.hasChildNodes()){_427=_428.firstChild().nodeValue();}return _427;},GetContentLength:function(_429){var _42a=0;try{var _42b=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_429,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42b.hasChildNodes()){_42a=parseInt(_42b.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42a;},GetCreationDate:function(_42c){var _42d;try{_42d=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42c,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(_42d.Value.firstChild().nodeValue(),"tz");},GetDate:function(_42e,_42f){var _430;var i=0;if("tz"==_42f){i++;}if(!_42e){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _430=new Date(_42e);if(!isNaN(_430)){break;}}else{var _433=_42e.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_433&&_433.length>=7){_433.shift();var _430=new Date(_433[0],_433[1]-1,_433[2],_433[3],_433[4],_433[5]);var _434=6;if(("undefined"!=typeof _433[_434])&&(-1!=_433[_434].indexOf("."))){_430.setMilliseconds(_433[_434].replace(/[^\d]/g,""));}_434++;if(("undefined"!=typeof _433[_434])&&("-00:00"!=_433[_434])&&(-1!=_433[_434].search(/(?:\+|-)/))){var _435=_433[_434].slice(1).split(":");var _436=parseInt(_435[1])+(60*_435[0]);if("+"==_433[_434][0]){_430.setMinutes(_430.getMinutes()-_436);}else{_430.setMinutes(_430.getMinutes()+_436);}_434++;}_430.setMinutes(_430.getMinutes()+(-1*_430.getTimezoneOffset()));break;}}}if(!_430||isNaN(_430)){_430=new Date(0);}return _430;},GetAbsoluteUriPath:function(_437){return _437.replace(/\/?$/,"/");},GetRelativePath:function(_438){return _438.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_439){var _43a=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_439).replace(/\/$/,"");return _43a.match(/[^\/]*$/)[0];},HrefEquals:function(_43b,_43c){var iPos=_43c.search(/\?[^\/]+$/);if(-1!=iPos){_43c=_43c.substr(0,iPos);}var iPos=_43c.search(/\?[^\/]+$/);if(-1!=iPos){_43c=_43c.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43b)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43c)).replace(/\/$/,"");},GetFolderParentUri:function(_43e){var _43f=/^https?\:\/\//.test(_43e)?_43e.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _440=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43e);_440=_440.replace(/\/?$/,"");if(_440===""){return null;}_440=_440.substr(0,_440.lastIndexOf("/")+1);_440=_440.substr(1);return _43f+_440;},GetHost:function(_441){var _442;if(/^https?\:\/\//.test(_441)){_442=_441.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_442=location.protocol+"//"+location.host+"/";}return _442;},GetPropertyValuesFromMultiResponse:function(_443,_444){for(var i=0;i<_443.Responses.length;i++){var _446=_443.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_446.Href,_444)){continue;}var _447=[];for(var j=0;j<_446.Propstats.length;j++){var _449=_446.Propstats[j];if(!_449.Properties.length){continue;}if(_449.Status.IsSuccess()){for(var k=0;k<_449.Properties.length;k++){var _44b=_449.Properties[k];if(!_44b.Name.IsStandardProperty()){_447.push(_44b);}}continue;}if(_449.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),null);}if(_449.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),_449.Status,null);}return _447;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_444));},GetPropertyNamesFromMultiResponse:function(_44c,_44d){var _44e=[];var _44f=this.GetPropertyValuesFromMultiResponse(_44c,_44d);for(var i=0,l=_44f.length;i<l;i++){_44e.push(_44f[i].Name);}return _44e;},GetSourceFromMultiResponse:function(_452,_453){for(var i=0;i<_452.length;i++){var _455=_452[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_455.Href,_453)){continue;}var _456=[];for(var j=0;j<_455.Propstats;j++){var _458=_455.Propstats[j];if(!_458.Status.IsOk()){if(_458.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_458.Status.Description),_453,_458.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_455));}for(var k=0;k<_458.Properties.length;k++){var _45a=_458.Properties[k];if(_45a.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45b=_45a.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45b.length;l++){var _45d=_45b[i];var _45e=new ITHit.WebDAV.Client.Source(_45d.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45d.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_456.push(_45e);}return _456;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_453));}},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(_45f,_460,_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c){this.Session=_45f;this.ServerVersion=_45f.ServerEngine;this.Href=_460;this.LastModified=_461;this.DisplayName=_462;this.CreationDate=_463;this.ResourceType=_464;this.SupportedLocks=_465;this.ActiveLocks=_466;this.Host=_467;this.AvailableBytes=_468;this.UsedBytes=_469;this.CheckedIn=_46a;this.CheckedOut=_46b;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46c||[]);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(_46d){if(_46d instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46d.Href;}if(ITHit.Utils.IsString(_46d)){if(_46d.indexOf("://")!==-1||_46d.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46d;}return this.GetUrl()===_46d;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_46e){for(var i=0,l=this.Properties.length;i<l;i++){if(_46e.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_471){for(var i=0,l=this.Properties.length;i<l;i++){if(_471.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_471.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _474=this.Session.CreateRequest(this.__className+".Refresh()");var _475=[];for(var i=0,l=this.Properties.length;i<l;i++){_475.push(this.Properties[i].Name);}var _478=self.OpenItem(_474,this.Href,_475);for(var key in _478){if(_478.hasOwnProperty(key)){this[key]=_478[key];}}_474.MarkFinish();},RefreshAsync:function(_47a){var that=this;var _47c=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47d=[];for(var i=0,l=this.Properties.length;i<l;i++){_47d.push(this.Properties[i].Name);}self.OpenItemAsync(_47c,this.Href,_47d,function(_480){if(_480.IsSuccess){for(var key in _480.Result){if(_480.Result.hasOwnProperty(key)){that[key]=_480.Result[key];}}_480.Result=null;}_47c.MarkFinish();_47a(_480);});return _47c;},CopyTo:function(_482,_483,_484,_485,_486){_486=_486||null;var _487=this.Session.CreateRequest(this.__className+".CopyTo()");var _488=ITHit.WebDAV.Client.Methods.CopyMove.Go(_487,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_482.Href,_483),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_484,_485,_486,this.Host);var _489=this._GetErrorFromCopyResponse(_488.Response);if(_489){_487.MarkFinish();throw _489;}_487.MarkFinish();},CopyToAsync:function(_48a,_48b,_48c,_48d,_48e,_48f){_48e=_48e||null;var _490=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_490,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48a.Href,_48b),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48c,_48d,_48e,this.Host,function(_492){if(_492.IsSuccess){_492.Error=that._GetErrorFromCopyResponse(_492.Result.Response);if(_492.Error!==null){_492.IsSuccess=false;_492.Result=null;}}_490.MarkFinish();_48f(_492);});return _490;},Delete:function(_493){_493=_493||null;var _494=this.Session.CreateRequest(this.__className+".Delete()");eval(String.fromCharCode.call(this,66+52,97,68+46,32,65+30,21+31,57,38+15,30+31,73,84,72,105,116,46,87,101,86+12,12+56,65,86,46,45+22,108,98+7,69+32,110,35+81,46,40+37,101,106+10,104,111,22+78,20+95,2+44,68,101,23+85,95+6,83+33,61+40,35+11,21+50,103+8,40,66+29,5+47,49+8,12+40,44,116,104,94+11,115,46,40+32,44+70,101,102,34+10,69+26,25+27,57,25+26,15+29,63+53,42+62,105,113+2,46,59+13,91+20,115,106+10,41,25+34));var _496=this._GetErrorFromDeleteResponse(_495.Response);if(_496){_494.MarkFinish();throw _496;}_494.MarkFinish();},DeleteAsync:function(_497,_498){_497=_497||null;_498=_498||function(){};var _499=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_499,this.Href,_497,this.Host,function(_49b){if(_49b.IsSuccess){_49b.Error=that._GetErrorFromDeleteResponse(_49b.Result.Response);if(_49b.Error!==null){_49b.IsSuccess=false;_49b.Result=null;}}_499.MarkFinish();_498(_49b);});return _499;},GetPropertyNames:function(){var _49c=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49d=ITHit.WebDAV.Client.Methods.Propfind.Go(_49c,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _49e=self.GetPropertyNamesFromMultiResponse(_49d.Response,this.Href);_49c.MarkFinish();return _49e;},GetPropertyNamesAsync:function(_49f){var _4a0=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a0,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a2){if(_4a2.IsSuccess){try{_4a2.Result=self.GetPropertyNamesFromMultiResponse(_4a2.Result.Response,that.Href);}catch(oError){_4a2.Error=oError;_4a2.IsSuccess=false;}}_4a0.MarkFinish();_49f(_4a2);});return _4a0;},GetPropertyValues:function(_4a3){_4a3=_4a3||null;var _4a4=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a5=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a4,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a3,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a6=self.GetPropertyValuesFromMultiResponse(_4a5.Response,this.Href);_4a4.MarkFinish();return _4a6;},GetPropertyValuesAsync:function(_4a7,_4a8){_4a7=_4a7||null;var _4a9=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a7,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ab){if(_4ab.IsSuccess){try{_4ab.Result=self.GetPropertyValuesFromMultiResponse(_4ab.Result.Response,that.Href);}catch(oError){_4ab.Error=oError;_4ab.IsSuccess=false;}}_4a9.MarkFinish();_4a8(_4ab);});return _4a9;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ac){return this.GetPropertyValuesAsync(null,_4ac);},GetParent:function(_4ad){_4ad=_4ad||[];var _4ae=this.Session.CreateRequest(this.__className+".GetParent()");var _4af=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4af===null){_4ae.MarkFinish();return null;}var _4b0=ITHit.WebDAV.Client.Folder.OpenItem(_4ae,_4af,_4ad);_4ae.MarkFinish();return _4b0;},GetParentAsync:function(_4b1,_4b2){_4b1=_4b1||[];var _4b3=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b4=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b4===null){_4b2(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b3,_4b4,_4b1,_4b2);return _4b3;},GetSource:function(){var _4b5=this.Session.CreateRequest(this.__className+".GetSource()");var _4b6=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b5,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b7=self.GetSourceFromMultiResponse(_4b6.Response.Responses,this.Href);_4b5.MarkFinish();return _4b7;},GetSourceAsync:function(_4b8){var _4b9=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4b9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bb){if(_4bb.IsSuccess){try{_4bb.Result=self.GetSourceFromMultiResponse(_4bb.Result.Response.Responses,that.Href);}catch(oError){_4bb.Error=oError;_4bb.IsSuccess=false;}}_4b9.MarkFinish();_4b8(_4bb);});return _4b9;},Lock:function(_4bc,_4bd,_4be,_4bf){var _4c0=this.Session.CreateRequest(this.__className+".Lock()");var _4c1=ITHit.WebDAV.Client.Methods.Lock.Go(_4c0,this.Href,_4bf,_4bc,this.Host,_4bd,_4be);_4c0.MarkFinish();return _4c1.LockInfo;},LockAsync:function(_4c2,_4c3,_4c4,_4c5,_4c6){var _4c7=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c7,this.Href,_4c5,_4c2,this.Host,_4c3,_4c4,function(_4c8){if(_4c8.IsSuccess){_4c8.Result=_4c8.Result.LockInfo;}_4c7.MarkFinish();_4c6(_4c8);});return _4c7;},MoveTo:function(_4c9,_4ca,_4cb,_4cc){_4cb=_4cb||false;_4cc=_4cc||null;var _4cd=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4c9 instanceof ITHit.WebDAV.Client.Folder)){_4cd.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4ce=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4cd,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4c9.Href,_4ca),this.ResourceType,true,_4cb,_4cc,this.Host);var _4cf=this._GetErrorFromMoveResponse(_4ce.Response);if(_4cf!==null){_4cd.MarkFinish();throw _4cf;}_4cd.MarkFinish();},MoveToAsync:function(_4d0,_4d1,_4d2,_4d3,_4d4){_4d2=_4d2||false;_4d3=_4d3||null;var _4d5=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d0 instanceof ITHit.WebDAV.Client.Folder)){_4d5.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d5,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d0.Href,_4d1),this.ResourceType,true,_4d2,_4d3,this.Host,function(_4d7){if(_4d7.IsSuccess){_4d7.Error=that._GetErrorFromMoveResponse(_4d7.Result.Response);if(_4d7.Error!==null){_4d7.IsSuccess=false;_4d7.Result=null;}}_4d5.MarkFinish();_4d4(_4d7);});return _4d5;},RefreshLock:function(_4d8,_4d9){var _4da=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4db=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4da,this.Href,_4d9,_4d8,this.Host);_4da.MarkFinish();return _4db.LockInfo;},RefreshLockAsync:function(_4dc,_4dd,_4de){var _4df=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4df,this.Href,_4dd,_4dc,this.Host,function(_4e0){if(_4e0.IsSuccess){_4e0.Result=_4e0.Result.LockInfo;}_4df.MarkFinish();_4de(_4e0);});return _4df;},SupportedFeatures:function(){var _4e1=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e2=ITHit.WebDAV.Client.Methods.Options.Go(_4e1,this.Href,this.Host).ItemOptions;_4e1.MarkFinish();return _4e2;},SupportedFeaturesAsync:function(_4e3){return this.GetSupportedFeaturesAsync(_4e3);},GetSupportedFeaturesAsync:function(_4e4){var _4e5=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e5,this.Href,this.Host,function(_4e6){if(_4e6.IsSuccess){_4e6.Result=_4e6.Result.ItemOptions;}_4e5.MarkFinish();_4e4(_4e6);});return _4e5;},Unlock:function(_4e7){var _4e8=this.Session.CreateRequest(this.__className+".Unlock()");eval(String.fromCharCode.call(this,98+20,97,49+65,32,95,4+48,95+6,57,61,73,84,72,67+38,91+25,46,48+39,101,98,45+23,65,86,46,44+23,108,105,43+58,75+35,116,14+32,32+45,9+92,72+44,104,111,100,115,15+31,85,106+4,23+85,62+49,99,107,46,71,111,40,80+15,26+26,101,47+9,44,72+44,104,36+69,115,26+20,72,114,101,73+29,44,19+76,52,64+37,55,35+9,26+90,29+75,47+58,52+63,32+14,23+49,111,115,33+83,41,59));var _4ea=this._GetErrorFromUnlockResponse(_4e9.Response);if(_4ea){_4e8.MarkFinish();throw _4ea;}_4e8.MarkFinish();},UnlockAsync:function(_4eb,_4ec){var _4ed=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ed,this.Href,_4eb,this.Host,function(_4ef){if(_4ef.IsSuccess){_4ef.Error=that._GetErrorFromUnlockResponse(_4ef.Result.Response);if(_4ef.Error!==null){_4ef.IsSuccess=false;_4ef.Result=null;}}_4ed.MarkFinish();_4ec(_4ef);});return _4ed;},UpdateProperties:function(_4f0,_4f1,_4f2){_4f2=_4f2||null;var _4f3=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f4=this._GetPropertiesForUpdate(_4f0);var _4f5=this._GetPropertiesForDelete(_4f1);if(_4f4.length+_4f5.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f3.MarkFinish();return;}var _4f6=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f3,this.Href,_4f4,_4f5,_4f2,this.Host);var _4f7=this._GetErrorFromUpdatePropertiesResponse(_4f6.Response);if(_4f7){_4f3.MarkFinish();throw _4f7;}_4f3.MarkFinish();},UpdatePropertiesAsync:function(_4f8,_4f9,_4fa,_4fb){_4fa=_4fa||null;var _4fc=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4fd=this._GetPropertiesForUpdate(_4f8);var _4fe=this._GetPropertiesForDelete(_4f9);if(_4fd.length+_4fe.length===0){_4fc.MarkFinish();_4fb(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fc,this.Href,_4fd,_4fe,_4fa,this.Host,function(_500){if(_500.IsSuccess){_500.Error=that._GetErrorFromUpdatePropertiesResponse(_500.Result.Response);if(_500.Error!==null){_500.IsSuccess=false;_500.Result=null;}}_4fc.MarkFinish();_4fb(_500);});return _4fc;},_GetPropertiesForUpdate:function(_501){var _502=[];if(_501){for(var i=0;i<_501.length;i++){if((_501[i] instanceof ITHit.WebDAV.Client.Property)&&_501[i]){if(_501[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_502.push(_501[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_501[i]),this.Href,_501[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _502;},_GetPropertiesForDelete:function(_504){var _505=[];if(_504){for(var i=0;i<_504.length;i++){if((_504[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_504[i]){if(_504[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_505.push(_504[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_504[i]),this.Href,_504[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _505;},_GetErrorFromDeleteResponse:function(_507){if(_507 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(_507),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_507 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_507.Status.IsSuccess()){var _508=ITHit.Phrases.DeleteFailedWithStatus.Paste(_507.Status.Code,_507.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_508,this.Href,null,_507.Status,null);}return null;},_GetErrorFromCopyResponse:function(_509){if(_509 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_509.Responses.length;i<l;i++){if(_509.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,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.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_509.Status.Code,_509.Status.Description),this.Href,null,_509.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50c){if(_50c instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50c.Responses.length;i<l;i++){if(_50c.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50c),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50c instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50c.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50c.Status.Code,_50c.Status.Description),this.Href,null,_50c.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_50f){if(!_50f.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_50f.Status.Code,_50f.Status.Description),this.Href,null,_50f.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_510){var _511=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_510);for(var i=0;i<_511.Responses.length;i++){var _513=_511.Responses[i];if(_513.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_513.PropertyName,_511,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_514,_515,_516,_517,_518,_519){return this._super.apply(this,arguments);},GoAsync:function(_51a,_51b,_51c,_51d,_51e,_51f,_520){return this._super.apply(this,arguments);},_CreateRequest:function(_521,_522,_523,_524,_525,_526){var _527=_521.CreateWebDavRequest(_526,_522,_525);_527.Method("PUT");if(_523){_527.Headers.Add("Content-Type",_523);}_527.Body(_524);return _527;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_528,_529,_52a,_52b,_52c){return this._super.apply(this,arguments);},GoAsync:function(_52d,_52e,_52f,_530,_531){return this._super.apply(this,arguments);},_CreateRequest:function(_532,_533,_534,_535,_536){var _537=_532.CreateWebDavRequest(_536,_533);_537.Method("GET");_537.Headers.Add("Translate","f");if(_534!==null){var _538=_534;if(_534>=0){if(_535!==null){_538+="-"+parseInt(_535);}else{_538+="-";}}else{_538=String(_538);}_537.Headers.Add("Range","bytes="+_538);}return _537;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53b=null;var _53c={"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 _53d=Object.keys(_53c);sExt=sExt.toLowerCase();for(var i=0,l=_53d.length;i<l;i++){var _540=_53d[i];var _541=self[_540];for(var j=0,m=_541.length;j<m;j++){if(_541[j]===sExt){_53b=_53c[_540];break;}}if(_53b!==null){break;}}return _53b;},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(_544,_545){this._super(_544,_545);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_547){self._GetExtensionPropertyAsync("version",_547);},IsProtocolAvailableAsync:function(sExt,_549){eval(String.fromCharCode.call(this,10+105,101,68+40,89+13,31+15,77+18,30+41,94+7,116,53+16,120,116,69+32,110,115,105,24+87,110,80,114,108+3,10+102,80+21,35+79,116,121,2+63,115,0+121,30+80,88+11,40,15+19,34,11+33,102,37+80,110,19+80,116,105,88+23,45+65,22+18,95,26+27,7+45,97,41,27+96,105,102,20+20,33,95,39+14,17+35,50+47,4+42,73,115,72+11,117,42+57,87+12,17+84,115,115,8+33,102+21,18+77,53,52,57,40,63+32,8+45,52,37+60,41,59,114,51+50,77+39,117,49+65,110,59,16+109,118,97,74+40,17+15,95,14+39,36+16,38+60,61,95,53,52,37+60,32+14,82,101,110+5,49+68,104+4,116,40+6,115,112,108,80+25,101+15,14+26,34,20+24,34,41,59,38+80,97,114,21+11,95,48+5,17+35,81+18,61,49+24,84,72,105,60+56,21+25,30+57,1+100,28+70,41+27,65,68+18,25+21,67,108,105,69+32,110,48+68,46,77,115,66+13,102,8+94,67+38,98+1,101,22+47,76+24,71+34,116,49+20,99+21,54+62,101,110,115,42+63,40+71,110,23+92,46,62+9,24+77,116,83,99,104,101,33+76,38+59,31+9,115,27+42,92+28,116,41,15+44,95,53,52,71+26,46,82,93+8,115,69+48,108,3+113,61,73,84,72,64+41,116,46,85,116,89+16,68+40,115,46,67,111,110,116,58+39,105,60+50,115,9+31,95,53,52,47+51,44,95,48+5,52,99,21+20,59,92+3,7+46,52,51+6,40,95,2+51,51+1,42+55,31+10,28+31,125,41,59));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54d){if(_54d==null){_54d=true;}if(self._IsFailed()){return false;}var _54e="^data-"+this._ProtocolName+"-.*";var _54f=new RegExp(_54e);var _550=document.documentElement.attributes;var _551=false;for(var i=0;i<_550.length;i++){if(_54f.test(_550[i].name)){_551=true;break;}}if(!_551&&_54d){var _553=ITHit.WebDAV.Client.WebDavSession.Version;_54e="^data-dav(.*)-version";_54f=new RegExp(_54e);for(var i=0;i<_550.length;i++){if(_54f.test(_550[i].name)){var _554=_550[i].value;if(_554.split(".")[0]==_553.split(".")[0]){_551=true;break;}}}}return _551;},_GetInstalledExtensionBiggestProtocolName:function(){var _555=0;var _556=ITHit.WebDAV.Client.WebDavSession.Version;var _557=document.documentElement.attributes;var _558="^data-dav(.*)-version";var _559=new RegExp(_558);for(var i=0;i<_557.length;i++){if(_559.test(_557[i].name)){var _55b=_559.exec(_557[i].name);var _55c=parseInt(_55b[1]);var _55d=_557[i].value;if(_55d.split(".")[0]==_556.split(".")[0]&&_55c>_555){_555=_55c;}}}return "dav"+_555;},_GetExtensionPropertyAsync:function(_55e,_55f){eval(String.fromCharCode.call(this,118,97,114,12+20,95,34+19,54,24+24,8+53,115,82+19,108,40+62,46,18+77,22+49,101,116,73,87+23,89+26,116,22+75,108,72+36,90+11,45+55,69,120,36+80,58+43,110,10+105,16+89,81+30,110,24+42,17+88,60+43,103,101,115,116,80,51+63,111,61+55,18+93,27+72,40+71,45+63,66+12,97,109,1+100,11+29,41,59,109+9,47+50,114,32,41+54,53,31+23,49,61,34,100,97,87+29,97,29+16,33+1,43,38+57,40+13,54,14+34,46+13,118,26+71,114,32,95,29+24,54,50,53+8,95,53,53,88+13,46,96+12,53+48,64+46,87+16,116,104,59+3,47+1,34+29,19+76,3+50,54,49,10+33,33+1,7+38,33+1,25+18,41+54,53,6+47,98+3,58,95,53,5+49,4+45,59,105,24+78,30+10,115,101,108,66+36,46,55+40,7+66,115,16+54,97,105,81+27,54+47,100,40,41,40+1,123,8+110,88+9,114,32,24+71,53,54,11+40,43+18,93+17,101,119,32,62+11,84,53+19,105,116,46,18+69,86+15,8+90,68,65,86,46,7+60,108,33+72,20+81,110,10+106,46,65,74+41,66+55,99+11,41+58,82,101,115,117,9+99,28+88,40,110,117,108,80+28,44,46+56,37+60,108,115,101,44,115,17+84,5+103,18+84,5+41,49+46,71,18+83,116,32+37,120,28+71,31+70,112,116,99+6,3+108,110,10+30,41,27+14,59,77+18,6+47,29+24,47+55,20+20,63+32,18+35,31+23,9+42,41,59,96+29,101,28+80,45+70,57+44,106+17,105,102,34+6,115,45+56,24+84,102,46,95,73,115,80,101,110,100,37+68,110,103,40,2+39,41,123,77+38,14+87,86+30,2+82,95+10,36+73,46+55,30+81,117,116,40,102,90+27,29+81,52+47,116,1+104,27+84,108+2,3+37,41,123,105,102,34+6,46+69,101,43+65,85+17,46,95,4+69,115,80,101,110,100,37+68,110,66+37,33+7,41,9+32,51+72,118,67+30,110+4,32,95,35+18,24+30,52,18+43,2+108,96+5,119,11+21,68+5,84,72,105,116,46,43+44,36+65,98,41+27,65,86,23+23,63+4,2+106,105,101,16+94,81+35,46,60+5,115,11+110,44+66,63+36,82,101,115,117,10+98,114+2,40,43+67,4+113,108,25+83,44,102,97,108,115,101,38+6,115,12+89,108,102,10+36,27+68,25+46,86+15,23+93,84,105,58+51,35+66,111,117,92+24,69,120,12+87,91+10,110+2,116,87+18,111,110,40,6+35,12+29,28+31,95,53,44+9,102,1+39,5+90,53,54,52,41,42+17,75+39,101,116,87+30,114,110,59,125,73+32,22+80,40,115,12+89,108,102,29+17,95,73,115,70,8+89,105,10+98,88+13,100,40,41,41,72+51,48+70,97,103+11,32,95,47+6,7+47,44+8,61,22+88,101,119,17+15,49+24,45+39,37+35,2+103,50+66,27+19,11+76,74+27,90+8,37+31,28+37,36+50,21+25,67,108,105,101,77+33,116,17+29,35+30,62+53,80+41,110,99,82,90+11,46+69,0+117,57+51,116,2+38,110,117,108,108,44,69+33,97,108,71+44,90+11,28+16,6+109,101,108,88+14,9+37,95,71,50+51,116,69,120,50+49,101,27+85,116,54+51,111,110,40,41,2+39,1+58,3+92,47+6,39+14,102,40,95,48+5,54,6+46,38+3,18+41,114,69+32,116,51+66,20+94,95+15,59,125,118,97,65+49,25+7,73+22,48+5,54,38+14,61,85+25,25+76,18+101,3+29,45+28,56+28,72,86+19,23+93,23+23,87,101,98,68,65,86,44+2,67,108,82+23,94+7,31+79,116,46,65,86+29,60+61,16+94,83+16,82,101,115,117,108,57+59,40,24+76,111,99,117,66+43,95+6,109+1,106+10,23+23,14+86,61+50,25+74,78+39,109,101,110,9+107,69,108,67+34,109,84+17,110,116,31+15,103,101,82+34,65,116,116,114,105,76+22,117,116,101,21+19,58+37,6+47,44+10,50,41,13+31,116,114,97+20,101,44,68+42,26+91,89+19,108,28+13,19+40,55+40,15+38,53,71+31,40,79+16,53,45+9,43+9,26+15,24+35,100+25,44,45+70,101,17+91,102,46,65+19,50+55,9+100,101,70+9,28+89,116,41,59,78+47,101,70+38,95+20,101,23+100,89+29,97,91+23,4+28,95,10+43,41+13,51,20+41,110,73+28,119,32,33+40,84,72,102+3,116,23+23,87,87+14,98,68,8+57,74+12,46,10+57,108,89+16,83+18,110,116,46,35+30,115,121,110,17+82,12+70,67+34,115,105+12,88+20,116,37+3,100,111,99,37+80,30+79,2+99,110,87+29,41+5,100,111,99,97+20,104+5,101,8+102,116,69,8+100,101,109,101,110,110+6,46,103,101,88+28,10+55,116,75+41,114,105,98,108+9,116,101,40,95,53,42+12,50,41,44,116,114,39+78,101,44,73+37,55+62,108,108,41,59,95,14+39,53,102,40,68+27,53,3+51,51,41,2+57,125,18+107));},_IsPending:function(){eval(String.fromCharCode.call(this,118,97,114,28+4,53+42,53,19+35,11+42,61,34,37+63,78+19,116,14+83,45,34,43,115,27+74,108,102,2+44,95,19+61,1+113,111,84+32,79+32,21+78,90+21,108,11+67,26+71,53+56,43+58,43,34,45,112,1+100,110,100,105,110,68+35,34,59,118,35+62,114,3+29,19+76,53,54,47+7,53+8,100,94+17,86+13,103+14,109,101,30+80,116,46,100,111,4+95,73+44,34+75,101,53+57,116,69,108,101,109,101,110,100+16,46,104,4+93,115,35+30,62+54,116,114,105,98,117,104+12,101,5+35,95,53,30+24,6+47,5+36,38+21));return _566;},_IsFailed:function(){eval(String.fromCharCode.call(this,118,97,114,32,95,29+24,50+4,55,8+53,5+29,100,26+71,116,33+64,3+42,10+24,40+3,94+21,101,108,58+44,46,95,80,17+97,111,41+75,111,23+76,111,81+27,51+27,97,109,34+67,11+32,7+27,45,99+2,39+75,25+89,26+85,111+3,12+22,59,9+109,97,114,7+25,95,12+41,7+47,56,61,83+17,111,11+88,117,30+79,101,110,116,12+34,94+6,111,99,117,109,31+70,110,92+24,39+30,108,101,109,52+49,70+40,116,30+16,10+94,35+62,29+86,10+55,88+28,116,114,11+94,98,31+86,116,101,10+30,95,29+24,54,48+7,21+20,42+17));return _568;},_GetTimeoutException:function(){eval(String.fromCharCode.call(this,118,68+29,114,3+29,22+73,1+52,26+28,22+35,58+3,110,1+100,107+12,32,73,84,72,105,109+7,46,68+19,101,98,68,21+44,86,46,67+0,108,105,18+83,99+11,102+14,40+6,69,3+117,99,101,10+102,116,105,50+61,63+47,46+69,41+5,61+12,110,116,86+15,103,114,77+20,113+3,105,76+35,110,69,120,99,101,66+46,116,105,66+45,110,6+34,62+11,84,72,18+87,27+89,40+6,80,104,86+28,63+34,115,60+41,27+88,46,69,120,99,30+71,46+66,4+112,81+24,111,110,115,16+30,29+44,2+108,83+33,95+6,103,33+81,97,77+39,105,111,61+49,84,105,20+89,64+37,111,117,85+31,69,108+12,60+39,101,95+17,107+9,67+38,45+66,36+74,10+36,80,58+39,115,116,101,40,42+73,76+25,108,7+95,46,95,84,105,109,101,4+107,117,116,41,41,59));return _569;},_GetException:function(){eval(String.fromCharCode.call(this,90+28,97,58+56,29+3,15+80,42+11,15+39,81+16,27+34,34,100,87+10,116,97,45,34,19+24,14+101,16+85,92+16,1+101,46,61+34,80,114,111,116,59+52,99,111,108,78,97,109,101,43,11+23,45,74+27,114,114,22+89,109+5,27+7,59,118,97,48+66,32,53+42,53,4+50,35+63,61,110,85+16,119,32,73,84,68+4,7+98,116,10+36,79+8,101,62+36,2+66,58+7,14+72,17+29,27+40,7+101,105,99+2,110,32+84,46,48+21,115+5,99,101,112,73+43,105,94+17,21+89,22+93,46,73,37+73,116,101,103,19+95,97,34+82,105,111,86+24,20+49,79+41,99,92+9,13+99,116,105,81+30,3+107,23+17,75+25,111,16+83,117,109,101,110,96+20,46,100,111,99,90+27,109,5+96,98+12,116,60+9,12+96,101,83+26,36+65,110,56+60,17+29,78+25,101,116,0+65,116,111+5,114,105,98,30+87,116,101,24+16,95,53,54,66+31,13+28,19+22,8+51));return _56b;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56c,_56d){return this._super.apply(this,arguments);},GoAsync:function(_56e,_56f,_570){return this._super.apply(this,arguments);},_ProcessResponse:function(_571,_572){eval(String.fromCharCode.call(this,118,97,27+87,32,95,53,55,51,61,110,88+13,110+9,32,73,84,72,105,116,46,87,1+100,35+63,18+50,65,86,46,67,108,105,91+10,17+93,69+47,22+24,77,101,5+111,104,95+16,100,41+74,9+37,83,46+59,74+36,3+100,33+75,90+11,38+44,101,115,39+73,111,110,32+83,101,12+28,86+9,8+45,26+29,49,41,59));return this._super(_573);},_CreateRequest:function(_574,_575){var _576=_574.CreateWebDavRequest(null,_575);_576.Method("GREMOVEPREVIEW");return _576;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_577,_578){return this._super.apply(this,arguments);},GoAsync:function(_579,_57a,_57b){return this._super.apply(this,arguments);},_CreateRequest:function(_57c,_57d){var _57e=_57c.CreateWebDavRequest(null,_57d);_57e.Method("GPREVIEW");return _57e;},},GFileID:null,_Init:function(){eval(String.fromCharCode.call(this,118,97,114,32,95,29+24,55,102,28+33,12+104,12+92,105,22+93,46,58+24,101,6+109,112,33+78,2+108,38+77,10+91,46,70+1,4+97,116,10+72,101,115,112,111,95+15,31+84,101,83,52+64,114,98+3,91+6,20+89,40,28+13,59,78+23,5+56,36+3,101,36+82,97,98+10,3+36,59,108,61,39,12+80,110,39,15+44,100,61,39,38+30,76+21,32+84,48+53,7+32,55+4,110,61,4+35,21+19,34+7,32,123,91+1,49+61,19+13,21+11,27+5,25+7,9+82,88+22,64+33,93+23,1+104,118,51+50,24+8,44+55,111,87+13,101,93,53+39,110,59+66,19+20,59,3+116,94+7,58+3,101,118,97,108,32+27,102+8,12+37,53+8,38+1,13+27,3+38,21+11,44+79,12+20,91,20+90,39+58,83+33,37+68,99+19,65+36,32,72+27,16+95,61+39,32+69,93,32,125,9+30,54+5,119,100,59+2,68,97,116,101,10+49,99,61,11+29,45,49,30+2,61,15+46,32,73+10,116,89+25,105,110,103,15+25,101,74+44,97+0,72+36,41,41+5,105,17+93,100,14+87,120,4+75,35+67,40,39,50+17,111,39+70,112,46+59,108,99+2,20+63,72+44,114,105,110,103,29+10,41,40+1,24+35,49+53,4+57,35+4,47+55,117,8+102,99,110+6,105,111,48+62,21+11,39,59,119,93+5,16+45,21+19,45,49,26+6,26+7,61,32,110,97,1+117,81+24,59+44,97,116,67+44,114,10+36,59+58,115,61+40,54+60,65,54+49,101,16+94,116,46,116,67+44,58+18,31+80,105+14,31+70,55+59,56+11,97,115,101,40,41,46,105,40+70,100,33+68,47+73,79,90+12,17+23,39,99,95+9,74+40,46+65,49+60,101,39,36+5,4+37,38+21,1+58,44+56,9+43,61,14+25,5+86,102,13+104,110,98+1,116,105,111,35+75,93,39,12+47,24+77,53,61,102,39+4,101,43,110,49,30+29,100,15+34,58+3,108,22+21,83+19,43,100,43,110,38+5,108+0,59,100,49+1,50+11,101+1,43,100,24+19,104+6,42+17,100,37+14,25+36,108,43,47+55,17+26,100,20+23,26+84,49,44+15,101,50+1,61,108,43,32+70,23+20,10+91,12+31,110,5+44,35+24,6+95,18+34,37+24,99,59,100,22+31,61,102,43,100,12+31,110,2+47,50+9,2+99,40+9,61,108,43,102,3+40,101,12+31,88+22,43,108,59,31+70,11+39,11+50,102,26+17,101,43,86+24,59,105,102,17+15,27+13,1+39,40,21+80,22+27,33,61,9+110,101,7+34,38,3+35,5+35,101,50,33,61,119,89+12,16+25,22+16,11+27,27+13,101,51,9+24,48+13,119,89+12,41,38,14+24,40,119,80+18,11+27,2+36,101,14+38,38,10+28,40,101,53,31+2,61,119,17+84,38+3,6+35,35+6,80+44,107+17,10+30,13+27,75+25,49,16+17,61,119,49+51,41,38,4+34,39+1,67+33,36+14,33,61,117+2,10+90,5+36,38,5+33,40,5+95,7+44,33,38+23,119,100,5+36,6+32,31+7,40,30+70,6+46,27+6,27+34,119,19+81,41,4+34,38,40,65+35,26+27,11+22,37+24,119,100,15+26,18+23,41,10+22,123,82+34,99+5,114,111,119,31+1,39,101,107+11,3+94,75+33,32,95+2,110,100,16+16,53+15,18+79,116,101,18+14,1+108,101,21+95,8+96,111,100,26+89,32,109,98+19,50+65,113+3,15+17,25+85,111,116,13+19,27+71,0+101,26+6,114,101,100,34+67,67+35,105,94+16,59+42,83+17,45+1,39,27+32,125,118,97,68+46,32,95,53,21+35,30+18,61,47+63,101,119,32,5+68,84,69+3,105,116,46,37+51,6+74,4+93,85+31,47+57,46,43+71,93+8,17+98,111,38+70,118,15+86,114,40,9+32,59));_580.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_580.add("ithit","https://www.ithit.com/gpreviewschema/");var _581=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_57f,_580));try{var _582=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_581.Value,_580);if((oNode=_582.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_581.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,ObsoleteMessage:function(_584){if(confirm(_584+" 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(_585,_586,_587,_588){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _589=_587!=null?self.GetFolder(_587):null;var _58a=self.GetDefaultCallback(_589);this.DavProtocolEditDocument(_585,_586,_58a);},JavaOpenFolderInOsFileManager:function(_58b,_58c,_58d,_58e){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _58f=_58d!=null?self.GetFolder(_58d):null;var _590=self.GetDefaultCallback(_58f);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58c,_590);},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 _591="ITHitEditDocumentOpener.";var ext;switch(ITHit.DetectOS.OS){case "Windows":ext="msi";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?(_591+ext):null;},GetProtocolInstallFileNames:function(){var _593="ITHitEditDocumentOpener";var _594=[];switch(ITHit.DetectOS.OS){case "Windows":_594.push(_593+".msi");break;case "MacOS":_594.push(_593+".pkg");break;case "Linux":_594.push(_593+".deb");_594.push(_593+".rpm");break;case "UNIX":_594.push(_593+".deb");break;default:break;}return _594;},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(_595,_596,_597,_598,_599,_59a,_59b){if(_598==null){_598=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_598._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_598._httpFolder=ITHit.Utils.CreateDOMElement(span);_598.appendChild(_598._httpFolder);}var res=_598._httpFolder.navigate(_595);}else{var _59e=null;if((typeof (_597)=="string")&&(self.GetExtension(_597)=="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");}_59e=self.GetFolder(_597);_597=null;}if(_597==null){_597=self.GetDefaultCallback(_59e);}_595=_595.replace(/\/?$/,"/");this.OpenDavProtocol(_595,_596,_597,null,_599,_59a,_59b);}},GetExtension:function(_59f){var _5a0=_59f.indexOf("?");if(_5a0>-1){_59f=_59f.substr(0,_5a0);}var aExt=_59f.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a3=sUrl.indexOf("?");if(_5a3>-1){sUrl=sUrl.substr(0,_5a3);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a4){var ext=self.GetExtension(ITHit.Trim(_5a4));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5a7=self.MsOfficeEditExtensions.GetSchema(sExt);return _5a7===null?"":_5a7;},MicrosoftOfficeEditDocument:function(_5a8,_5a9){eval(String.fromCharCode.call(this,52+53,44+58,36+4,41+32,84,72,105,66+50,46,34+53,91+10,55+43,68,22+43,86,44+2,67,108,9+96,101,110,116,1+45,76,105,71+28,101,100+10,115,67+34,73,100,41,28+4,31+92,32,40,102,67+50,110,75+24,116,105,111,110,7+25,7+92,83+21,101,99,107,60+16,83+22,99,11+90,32+78,2+113,91+10,1+39,41,29+3,89+34,5+8,32,24+8,6+26,32,38+80,97,114,32,15+100,65+3,111,109,32+65,75+30,10+100,32,61,32,18+16,42+62,116,72+44,29+83,115,18+40,18+29,7+40,73+46,45+74,119,46,119,101,90+8,100,46+51,82+36,103+12,121,109+6,2+114,101,109,46,99,75+36,86+23,34,59,13,32,13+19,19+13,32,118,42+55,114,30+2,44+71,85,114,105,32,61,15+17,115,68,4+107,109,25+72,10+95,110,26+6,34+9,32,4+30,47,97,10+102,105,15+32,115,117,54+44,97+18,55+44,114,33+72,96+16,116,61+44,63+48,110,62+46,23+82,99,101,32+78,7+108,74+27,30+17,42+57,50+54,70+31,99,107,5+42,34,11+48,12+1,21+11,32,18+14,18+14,77+41,97,84+30,32,115,39+44,116,97,116,117,20+95,83,89+27,60+51,114,97,88+15,85+16,75,43+58,121,32,17+44,32,2+32,108,105,56+43,101,2+108,60+55,70+31,46,115,11+105,78+19,38+78,47+70,71+44,34,59,3+10,13+19,24+8,32,32,35+83,59+38,9+105,22+10,78+37,37+45,98+3,113,93+24,101,115,42+74,83,80+36,90+21,114,12+85,103,101,26+49,101,121,32,58+3,32,34,73+35,55+50,46+53,66+35,110,26+89,101,28+18,114,101,45+68,95+22,101,100+15,86+30,11+23,59,8+5,22+10,5+27,32,32,118,40+57,13+101,9+23,107+8,66+17,116,97,109,112,16+16,46+15,32,73,84,7+65,105,4+112,46,11+76,71+30,98,68,36+29,86,46,19+48,108,105,101,25+85,40+76,13+33,87,101,98,68,97,8+110,83,36+65,115,115,105,23+88,110,46,22+64,2+99,105+9,115,71+34,111,110,59,9+4,32,32,17+15,32,12+106,44+53,114,12+20,115,48+17,99,68+48,117,22+75,108,3+29,61,7+25,27+7,21+76,99,116,117,97,108,25+9,59,13,32,2+30,32,31+1,38+80,36+61,18+96,32,89+26,69,120,112,7+98,114,50+51,8+92,18+14,11+50,1+31,24+10,7+94,120,112,105,69+45,10+91,38+62,13+21,59,13,32+0,19+13,32,15+17,118,97,99+15,32,115,70,97,27+78,96+12,38+63,62+38,32,61,32,34,102,12+85,105,59+49,101,100,30+4,22+37,13,5+27,32,32,8+24,70+48,66+31,114,11+21,81+34,54+22,105,25+74,101,15+95,115,46+55,41+32,100,17+15,61,32,73,84,63+9,105,55+61,46,87,82+19,98,50+18,65,44+42,46,67,108,105,101,98+12,116,8+38,76,105,99,101,77+33,115,101,73,30+70,59,9+4,11+2,29+3,26+6,32,32,3+102,25+77,32,40,33,103+12,26+50,103+2,93+6,85+16,28+82,53+62,101,55+18,94+6,29+12,3+29,114,101,116,117,82+32,101+9,23+9,86+16,97,69+39,18+97,101,42+17,9+4,12+20,18+14,32,16+16,43+62,102,40,119,88+17,110,78+22,47+64,77+42,43+3,98,116,38+73,43+54,25+16,13,32,32,32,32,123,5+8,26+6,6+26,16+16,32,2+30,32,8+24,32,115,83,116,97,31+85,117,84+31,83,88+28,61+50,114,15+82,103,68+33,75,101,121,1+31,10+51,32,103+16,78+27,17+93,27+73,111,119,46,25+73,90+26,111,69+28,40,70+31,110,99,81+30,100+0,101,41+44,46+36,73,40+27,68+43,109,112,111,110,87+14,110,116,28+12,115,27+56,116,97,99+17,117,94+21,5+78,116,8+103,114,21+76,103,101,75,101,2+119,41,38+3,59,7+6,6+26,24+8,32,23+9,25+7,32,32,32,57+58,82+0,101,113,91+26,101,115,85+31,83,116,111,25+89,20+77,103,11+90,59+16,101,121,32,61,32,3+116,105,92+18,79+21,111,53+66,43+3,98,116,111,97,40,101,47+63,99,34+77,100,101,6+79,55+27,30+43,67,106+5,48+61,87+25,20+91,103+7,21+80,45+65,100+16,10+30,85+30,82,28+73,113,79+38,6+95,115,102+14,83,2+114,111,114,97,4+99,46+55,75,61+40,121,21+20,41,3+56,13+0,32,32,32,32,32,4+28,28+4,29+3,115,83,72+44,97,109,69+43,32,1+60,32,119,67+38,20+90,100,111,119,26+20,39+59,116,109+2,50+47,40,115,45+38,116,97,8+101,112,41,59,5+8,32,11+21,32,32,21+104,8+5,13,19+13,32,32,32,118,77+20,114,32,95+16,76,105,19+80,101,110,96+19,36+65,54+29,23+93,83+14,116,53+64,115,0+32,54+7,4+28,63+40,25+76,20+96,83,18+98,97,116,117,23+92,25+45,111+0,26+88,67,94+23,61+53,114,8+93,49+61,116,42+34,65+40,99,65+36,110,115,35+66,27+13,79+36,83,116,51+46,116,117,115,83,116,91+20,114,83+14,103,101,75,101,10+111,26+15,59,0+13,32,30+2,5+27,32,60+45,102,32,33+7,33,43+68,54+22,69+36,99,101,64+46,115,14+87,25+58,21+95,97,116,117,34+81,13+19,124,124,13,32,32,32,12+20,28+4,32,4+28,32,111,76,105,99,34+67,110,104+11,101,83,116,33+64,116,105+12,115,34+12,115,62+54,97,40+76,117,115,32,61,30+31,38+23,2+30,115,33+36,118+2,19+93,105,3+111,101,100,31+1,103+21,124,13,32,32,16+16,32,0+32,32,26+6,9+23,98+13,70+6,105,99,101,97+13,85+30,101,83,116,20+77,24+92,117,96+19,46,88+13,98+22,107+5,105,40+74,96+5,98+2,8+57,116,32,25+35,24+8,110,101,119,26+6,50+18,97,12+104,101,40,8+33,41,32,123,13,32,31+1,32,32,32,30+2,22+10,32,40+78,97,114,28+4,46+52,44+29,54+61,64+1,50+65,97+24,110,46+53,32,61,32,33,111,52+24,105,90+9,101,69+41,115,101,27+56,17+99,97,9+107,69+48,115,32,124,124,32,111,76,81+24,99,44+57,110,115,25+76,1+82,116,97,34+82,117,115,44+2,115,116,97,94+22,117,115,32,61,45+16,61,0+32,107+8,43+22,99,116,117,4+93,108,11+48,2+11,5+27,32,8+24,28+4,32,32,32,0+32,105,62+40,32,6+34,98,73,20+95,65,96+19,121,110,20+79,15+17,38,38,9+23,33,72+26,101,103,11+94,2+108,82,101,88+25,57+60,101,115,116,40,14+27,9+32,10+22,114,15+86,4+112,106+11,114,107+3,32,116,114,117,101,23+36,12+1,32,32,32,27+5,32,32,32,32,13+19,9+23,32,32,118,97,70+44,15+17,111,27+55,101,113,32,30+31,22+10,110,42+59,19+100,18+14,4+84,77,21+55,72,99+17,54+62,20+92,82,76+25,113,117,10+91,26+89,30+86,40,41,59,7+6,13+19,32,32,32,32,32,32,32,22+10,6+26,32,32,105,102,25+15,40+58,70+3,11+104,27+38,115,121,110,99,41,32,6+105,9+73,11+90,54+59,5+41,111,110,65+49,97+4,14+83,100,13+108,64+51,116,22+75,110+6,71+30,12+87,40+64,97,25+85,103,6+95,24+8,30+31,10+22,1+110,110,82,92+9,96+17,47+70,32+69,22+93,85+31,67,51+53,30+67,63+47,63+40,78+23,20+39,6+7,13+19,32,1+31,5+27,32,32,32,30+2,1+31,32,30+2,22+10,73+38,48+34,21+80,113,46,22+89,37+75,89+12,110,40,34,80,25+54,83,83+1,34,40+4,30+2,115,11+74,28+86,44+61,44,12+20,98,63+10,115,34+31,91+24,121,7+103,99,1+40,59,9+4,23+9,15+17,32,19+13,32,32,32,5+27,32,32,6+26,13+19,16+95,82,101,54+59,46,112+3,63+38,116,17+65,101,113,117,98+3,115,116,72,101,9+88,82+18,101,114,22+18,28+11,10+57,25+86,110,116,89+12,85+25,96+20,44+1,73+11,121,112,1+100,21+18,38+6,16+16,35+4,63+34,112,63+49,108,23+82,73+26,82+15,116,17+88,111,105+5,19+28,1+119,29+16,119,20+99,119,45,27+75,111,114,109,33+12,117,114,108,101,76+34,99,111,4+96,98+3,100,39,18+23,14+45,13,32,32,32,32,14+18,24+8,13+19,32,9+23,32,32,5+27,24+94,97,114,3+29,115,80,18+79,66+48,97,109,115,32,18+43,12+20,34,105,63+37,26+35,33+1,32,43,32,101,110,99,111,26+74,45+56,40+45,82,73,54+13,57+54,97+12,17+95,92+19,42+68,63+38,110,12+104,40,115,76,29+76,76+23,21+80,110,55+60,66+35,69+4,100,41,32,43,3+29,34+0,38,112,14+100,75+36,52+48,117,18+81,37+79,28+50,97,109,101,115,25+36,22+12,15+17,18+25,15+17,73,18+66,4+68,19+86,99+17,46,77+3,104,114,90+7,115,39+62,94+21,46,35+45,9+105,14+97,64+36,63+54,32+67,55+61,78,1+96,98+11,33+68,32,43,32,13+21,25+13,115,116,57+40,109,97+15,19+42,1+33,13+19,43,32,81+34,83,91+25,97,55+54,112,59,13,25+7,32,28+4,32,25+7,32,11+21,32,7+109,77+37,42+79,32,102+21,3+10,32,32,2+30,32,32,21+11,30+2,32,27+5,2+30,32,32,98+13,10+72,6+95,12+101,46,115,34+67,110,20+80,38+2,27+88,76+4,97,114,87+10,83+26,77+38,41,59,13,22+10,20+12,23+9,32,32,32,14+18,32,125,32,53+46,97,11+105,10+89,52+52,32,16+24,57+44,41,32,123,13+0,29+3,32,32,32,32,20+12,27+5,32,13+19,32,24+8,32,111,103+7,7+75,101,17+96,117,101,115,82+34,12+58,97,105,41+67,101,100,46,99,97,37+71,23+85,40,111,82,44+57,113,37+4,59,7+6,32,32,14+18,22+10,32,32,8+24,32,125,1+12,0+13,30+2,13+19,32,18+14,32,32,24+8,32,105,102,40,33,92+6,73,107+8,65,95+20,43+78,110,22+77,41,0+32,65+46,61+49,25+57,26+75,113,117,101,67+48,109+7,38+29,104,11+86,110,70+33,19+82,46,99,97,21+87,108,0+40,111,80+2,101,113,22+19,11+48,4+9,32,10+22,32,17+15,32,17+15,32,32,114,2+99,116,77+40,88+26,30+80,10+22,116,114,117,27+74,59,4+9,32,4+28,32,10+22,22+103,0+32,48+53,62+46,37+78,101,32,20+103,13,10+22,29+3,32,32,32,32,12+20,32+0,91+23,71+30,104+12,117,41+73,110,32,28+83,63+13,33+72,99,49+52,62+48,115,101,72+11,116,97,116,77+40,96+19,32,12+21,61,12+49,32,114+1,12+57,95+25,112,22+83,76+38,101,31+69,27+32,13,29+3,32,4+28,21+11,31+94,13,13,32,25+7,32,32,102,114+3,110,99,105+11,105,94+17,110,32,111,110,40+42,101,33+80,4+113,101,11+104,33+83,67,104,22+75,59+51,98+5,26+75,40,41,9+23,73+50,7+6,10+22,13+19,21+11,27+5,6+26,28+4,32,16+16,105,39+63,21+19,116,104,105,115,46,114,91+10,93+4,100,121,83,116,48+49,42+74,101,3+29,20+13,9+52,8+53,22+10,88,77,56+20,15+57,64+52,116,112,40+42,37+64,113,112+5,101,24+91,116,46,68,51+28,78,69,39+2,3+29,114,101,106+10,75+42,114,13+97,59,10+3,13,32,32,32,11+21,9+23,32,18+14,5+27,108,42+69,53+46,97,108,3+80,50+66,3+108,114,97,4+99,101,27+19,114,101,109,4+107,118,70+31,1+72,14+102,8+93,23+86,40,105+10,82,101,4+109,117,46+55,12+103,116,83,116,111,64+50,1+96,103,28+73,62+13,101,121,41,32+27,6+7,32,32,12+20,32,32,32,32,29+3,21+84,102,32,40,116,44+60,105,115,46,115,116,97,99+17,117,48+67,32,3+30,61,46+15,32,37+13,48,48,41,32,22+101,2+11,32,32,29+3,32,15+17,27+5,2+30,32,32,5+27,32,19+13,3+108,33+77,82,101,113,117,101,93+22,112+4,70,97,83+22,108,101,8+92,46,99,97,50+58,108,16+24,93+23,43+61,105,115,41,59,13,32,1+31,6+26,32,6+26,2+30,16+16,32,16+16,32,13+19,24+8,114,74+27,58+58,35+82,114+0,103+7,15+44,13,13+19,2+30,1+31,17+15,32,31+1,32,5+27,125,13,1+12,32,3+29,32,19+13,25+7,32,32,32,22+96,97,56+58,32,11+100,82,11+90,115,2+110,111,39+71,30+85,101,9+23,34+27,27+5,74,74+9,79,60+18,46,94+18,46+51,89+25,19+96,100+1,27+13,73+43,104,66+39,91+24,46,114,101,115,30+82,111,110,115,23+78,41,37+22,13,2+30,32,32,32,22+10,0+32,32,32,61+44,48+54,40,22+11,53+58,68+14,67+34,48+67,110+2,21+90,6+104,115,76+25,41+5,73,115,35+34,45+75,21+91,105,32+82,9+92,91+9,32,33+5,38,32,75+36,21+61,101,57+58,112,76+35,2+108,41+74,101,46,11+62,40+75,34+52,97,103+5,105,100,41,12+1,32,4+28,32,19+13,24+8,32,32,32,123,5+8,32,16+16,32+0,6+26,3+29,18+14,25+7,32,5+27,20+12,32,32,115,101,42+74,81+2,33+83,97,115+1,117,115,26+44,111,24+90,63+4,113+4,114+0,114,101,102+8,116,46+30,96+9,59+40,101,115,60+41,40,114+1,32+33,99,116,7+110,95+2,108,14+27,38+21,13,30+2,17+15,32+0,8+24,20+12,29+3,32,32,25+7,30+2,26+6,7+25,58+56,101,116,41+76,106+8,110,47+12,13,32,32,32,17+15,32,9+23,32,14+18,62+63,3+10,12+1,32,32,7+25,2+30,21+11,29+3,7+25,32,38+77,98+3,85+31,83,83+33,27+70,116,29+88,107+8,27+43,111,114,18+49,117,114,93+21,101,110,116,50+26,36+69,67+32,101,115,40+61,40,113+2,69,62+58,5+107,83+22,114,101,68+32,41,59,7+6,32+0,7+25,31+1,32,8+24,32,32,18+14,47+58,102,16+24,33,94+17,9+73,99+2,37+78,112,111,110,61+54,49+52,46,69,114,114,19+92,114,50+35,83+31,108,41,11+2,32,18+14,31+1,23+9,32,25+7,12+20,19+13,123,0+13,32,32,32,32,32,32,9+23,4+28,16+16,2+30,12+20,32,97,108,101,114,102+14,30+10,111,82,14+87,87+28,112,40+71,61+49,115,14+87,35+11,69,114,114,111,89+25,77,101,115,10+105,94+3,54+49,31+70,37+4,53+6,13,32,17+15,32,32,32,32,15+17,4+28,5+27,32,32,32,116,104,114,52+59,81+38,32,110,95+6,119,32,22+47,114,47+67,81+30,38+76,0+40,10+101,6+76,21+80,39+76,112,111,110,115,18+83,46,69,95+19,100+14,46+65,114,77,101,7+108,115,41+56,103,101,36+5,42+17,13,32,31+1,27+5,32,32,32,21+11,32,125,1+12,13,32,32,3+29,32,32,2+30,32,32,105,79+23,32,40,43+56,71+40,110,40+62,105,114,50+59,24+16,9+102,82,101,115,25+87,111,7+103,115,67+34,38+8,3+66,11+103,114,92+19,114,73+4,74+27,115,115,97,103,1+100,2+39,1+40,19+13,123,12+1,21+11,32,10+22,26+6,32,32,8+24,32,32,32,30+2,3+29,23+85,18+93,99,97,63+53,70+35,15+96,8+102,46,104,114,101,29+73,32,33+28,32,111,82,101,28+87,15+97,111,5+105,115,63+38,3+43,69,35+79,114,111,114,85,114,42+66,14+45,13,32,32,24+8,10+22,32,32,32,16+16,10+115,4+28,37+64,108,84+31,49+52,12+20,45+78,13,13+19,27+5,32,1+31,32,3+29,32,17+15,15+17,7+25,32,32,116,46+58,114,111,119,16+16,70+40,101,97+22,4+28,69,114,114,111,114,39+1,34,52+18,97,105,108,101,100,10+22,99,104,101,99,107,32,108,105,86+13,101,110,83+32,31+70,34,5+36,59,9+4,32,18+14,9+23,8+24,32,25+7,28+4,32,47+78,13,13+19,17+15,29+3,32,125,13,13,32,18+14,32,32,94+8,40+77,110,33+66,103+13,27+78,111,15+95,32,111,25+85,55+27,76+25,113,33+84,16+85,115,116,45+25,97,105,108,91+10,22+78,40,41,32,119+4,6+7,23+9,32,16+16,26+6,3+29,32,32,21+11,4+104,111,40+59,97,54+54,83,116,111,114,62+35,103,27+74,3+43,35+79,66+35,6+103,4+107,49+69,101,73,28+88,101,109,40,115,4+78,83+18,113,117,101,63+52,116,55+28,26+90,111,114,48+49,103,101,75,101,73+48,8+33,36+23,10+3,26+6,32,23+9,22+10,32,4+28,14+18,32,62+56,97,101+13,17+15,111,69+14,110+6,97,116,117,2+113,15+17,60+1,32,85+18,17+84,116,83,9+107,89+8,116,117,115,70,111,14+100,35+32,117,55+59,114,30+71,43+67,33+83,64+12,82+23,1+98,101,110,36+79,101,40,5+36,59,0+13,10+22,32,32,32,32,24+8,25+7,18+14,2+103,99+3,32,13+27,4+29,33,111,83,116,42+55,43+73,91+26,27+88,32,38,38,6+7,17+15,32,32,25+7,32,32,24+8,31+1,10+22,4+28,13+19,32,111,83,116,97,103+13,117,115,25+21,115,113+3,63+34,116,30+87,115,2+30,20+41,23+38,28+33,12+20,115,70,43+54,69+36,108,49+52,100,18+14,38+0,3+35,13,32,32,32,32,16+16,32,32,32,32,12+20,11+21,20+12,111,57+26,116,24+73,78+38,117,77+38,46,101,120,112,105,9+105,101,1+99,62+3,44+72,32,60,32,110,7+94,119,25+7,68,97,83+33,101,40,5+36,27+14,32,123,8+5,0+32,23+9,13+19,32,32,32,32,32,32,32,32,32,118,25+72,114,5+27,109,0+101,87+28,85+30,97,103,23+78,8+24,45+16,25+7,8+26,76,76+29,99,28+73,110,105+10,63+38,25+7,118,97,108,93+12,52+48,23+74,116,83+22,111,24+86,32,1+101,97,105,108,101,100,46,16+16,22+45,28+69,65+45,32,56+54,111,15+101,22+10,9+90,111,107+3,59+51,63+38,55+44,116,32,116,111,8+24,108,34+71,99,22+79,55+55,115,101,32,118,97,108,105,100,97,96+20,63+42,34+77,110,4+28,15+100,94+7,114,118,101,114,10+36,32,59+33,60+50,34,7+6,30+2,32,12+20,32,27+5,7+25,26+6,29+3,15+17,32,19+13,32,22+10,32,8+24,32,43,32,116,104,105,95+20,15+31,44+71,116,68+29,33+83,117,115,84,101,120,116,32,22+21,11+21,39,0+46,39+53,20+90,77,97,94+13,3+98,25+7,23+92,117,114,101,32,106+15,111,8+109,114,32,28+81,97,54+45,104,105,110,101,19+13,24+75,26+71,110,4+28,92+5,99,99,101,115,115,32,34,36+3,32,43,32,69+46,38+30,111,71+38,97,105,18+92,3+29,12+31,32,31+8,24+10,46,39,59,13,12+20,32,5+27,32,31+1,32,13+19,32,32,10+22,32,32,98+1,111,91+19,97+5,105,114,109,40,109,101,115,115,72+25,84+19,20+81,41,12+47,5+8,16+16,32,32+0,32,32,32,32+0,32,0+32,32,9+23,32,116,1+103,114,111,119,19+13,78+32,101,42+77,9+23,49+20,114,80+34,111,106+8,15+25,34,15+55,3+94,105,108,101,37+63,22+10,99,36+68,101,99,24+83,32,58+50,103+2,5+94,77+24,22+88,8+107,53+48,34,10+31,12+47,13,1+31,18+14,32,2+30,32,32,20+12,32,109+16,13,10+3,32,32,7+25,32,30+2,32,3+29,32,68+47,57+44,72+44,83,116,97,116,55+62,115,70,66+45,114,9+58,99+18,59+55,114,101,24+86,116,76,92+13,99,48+53,89+26,101,40,115,20+50,42+55,105,31+77,29+72,100,41,24+35,13,32,18+14,14+18,24+8,125,13,13,1+31,2+30,23+9,25+7,102,117,110,48+51,116,101+4,111,110,23+9,115,101,34+82,83,98+18,97,45+71,117,115,23+47,46+65,51+63,23+44,22+95,114,53+61,101,26+84,116,76,48+57,69+30,101,115,73+28,15+25,72+43,76,105,53+46,101,110,62+53,101,83,116,97,116,64+53,115,27+17,28+4,111,69,93+27,108+4,105,114,101,68,97,93+23,19+82,41,32,100+23,13,18+14,28+4,32,32,16+16,2+30,12+20,32,118,97,114,19+13,100,101,102,47+50,75+42,9+99,105+11,68,53+44,45+71,10+91,32,1+60,13+19,79+31,101,10+109,32,6+62,97,107+9,89+12,40,41,35+24,13,32,32,23+9,27+5,32,21+11,31+1,3+29,100,101,102,4+93,81+36,91+17,116,68,97,116,7+94,46,12+103,77+24,116,33+35,97,50+66,20+81,1+39,76+24,30+71,102,97,117,108,55+61,55+13,92+5,3+113,101,28+18,6+97,101,116,68,84+13,8+108,101,15+25,41,27+5,43,32,15+34,41,59,1+12,32,24+8,32,32,32,19+13,27+5,32,118,19+78,114,32,37+74,10+73,41+75,97,116,56+61,78+37,32,61,32,14+109,7+6,32,32,32,32,32,0+32,5+27,8+24,32,32,32,32,108,102+3,99,37+64,110,115,26+75,73,100,58,17+15,97+18,76,42+63,81+18,101,110,95+20,49+52,73,100,25+19,13,32,32,4+28,15+17,32,32,8+24,20+12,32,19+13,18+14,26+6,28+73,84+36,11+101,63+42,114,49+52,100,50+15,99+17,58,22+10,111,56+13,120,112,105,27+87,44+57,26+42,54+43,28+88,101,9+23,59+65,29+95,11+21,79+21,101,86+16,97,117,108,116,68,97,40+76,86+15,1+43,13,32,32,32,2+30,32,9+23,32,32,6+26,32,5+27,21+11,83+32,24+92,13+84,88+28,117,35+80,58,32,41+74,11+65,22+83,27+72,101,110,3+112,63+38,83,51+65,60+37,78+38,41+76,59+56,5+8,10+22,32,1+31,15+17,32,26+6,32,32,52+73,59,13,13,32,6+26,1+31,0+32,17+15,32,9+23,16+16,115,101,26+90,84,34+77,83,116,29+82,31+83,97,59+44,73+28,13+27,100+15,22+61,34+82,97,56+60,49+68,115,83,75+41,23+88,114,97,54+49,101,53+22,101,9+112,14+30,17+15,62+49,83,116,41+56,72+44,117,42+73,1+40,59,13,4+28,11+21,32,30+2,125,13,13,29+3,32,32,32,18+84,51+66,110,24+75,116,105,54+57,34+76,32,73+30,101,116,83,99+17,10+87,103+13,117,32+83,20+50,111,114,4+63,73+44,114,114,101,94+16,116,26+50,86+19,48+51,101,110,110+5,21+80,24+16,1+40,32,62+61,13,4+28,19+13,0+32,32,32,32,24+8,9+23,118,83+14,114,20+12,60+51,83,6+110,97,116,117,30+85,32,43+18,32,28+75,60+41,89+27,70,63+51,111,69+40,9+74,81+35,111,114,4+93,103,34+67,4+36,52+63,50+33,85+31,77+20,32+84,117,31+84,55+28,53+63,111,114,97,103,18+83,75,50+51,121,41,41+18,2+11,29+3,32,32,32,32,32,32,32,83+22,102,13+19,40,13+20,111,23+60,88+28,50+47,19+97,0+117,89+26,30+2,12+112,59+65,13,18+14,3+29,5+27,32,25+7,32,23+9,32,32,2+30,10+22,22+10,9+102,12+71,116,11+86,57+59,117,43+72,14+32,108,37+68,99,101,76+34,110+5,101,73,98+2,32,33,45+16,29+32,32,86+29,60+16,105,70+29,31+70,110,66+49,101,73,100,11+30,32,72+51,13,11+21,32,19+13,7+25,32,32,8+24,32,32,32,32,32,114,101,116,1+116,74+40,110,19+13,94+16,17+100,51+57,108,8+51,1+12,32,12+20,23+9,32,32,16+16,32,32,97+28,0+13,7+6,32,11+21,27+5,32,21+11,1+31,23+9,27+5,49+62,56+27,116,82+15,109+7,117,68+47,27+19,94+7,100+20,88+24,105,114,42+59,100,65,116,32,61,32,4+106,101,119,16+16,62+6,96+1,116,101,40,45+66,83,63+53,95+2,109+7,115+2,107+8,36+10,50+51,120,112,105,113+1,58+43,100,65,116,24+17,54+5,4+9,15+17,32,32,13+19,32,9+23,19+13,10+22,67+47,42+59,20+96,117,64+50,110,29+3,107+4,65+18,106+10,69+28,116,117,115,56+3,2+11,2+30,10+22,14+18,32,125,1+12,10+3,32,23+9,32,32,73+29,95+22,81+29,36+63,50+66,105,105+6,16+94,32,50+48,15+86,76+27,59+46,110,82,19+82,112+1,9+108,83+18,103+12,47+69,40,5+36,32,123,2+11,32,32,12+20,32,32,23+9,32,32,118,97,114,5+27,91+9,92+5,41+75,16+85,22+10,61,4+28,110,19+82,119,13+19,68,97,15+101,101,40,1+40,15+44,13,26+6,11+21,30+2,27+5,32,8+24,14+18,32,118,14+83,114,32,114,33+68,18+95,117,38+63,115,85+31,83,116,57+40,17+97,116,22+10,61,32,103,99+2,89+27,54+16,114,111,72+37,83,116,111,37+77,30+67,103,101,40,115,82,101,82+31,77+40,101,115,83+33,83,90+26,67+44,79+35,97,33+70,101,75,101,94+27,41,33+26,2+11,32,32,32,25+7,29+3,23+9,32,13+19,105,12+90,32,35+5,26+7,1+32,114,101,60+53,117,34+67,111+4,116,83,116,50+47,83+31,39+77,30+2,38,27+11,32,114,73+28,101+12,33+84,101,115,83+33,83,116,60+37,9+105,116,5+27,60,7+25,40,9+34,100,79+18,116,80+21,32,43,28+4,49,13+35,48,48,41,3+38,13+19,30+93,13,16+16,32,2+30,7+25,4+28,10+22,12+20,32,32,3+29,3+29,32,114,12+89,116,86+31,110+4,110,9+23,60+42,97,5+103,82+33,23+78,59,13,22+10,32,32,14+18,32,22+10,32,9+23,125,13,9+4,13+19,19+13,0+32,16+16,11+21,32,17+15,30+2,115,16+85,116,40+44,71+40,83,116,111,84+30,31+66,26+77,101,40,41+74,5+77,43+58,9+104,117,101,115,116,24+59,34+82,50+61,47+67,62+35,82+21,101,75,101,75+46,32+12,32,100,17+80,97+19,21+80,41,56+3,13+0,13+19,16+16,32,32,22+10,31+1,4+28,7+25,34+80,62+39,52+64,95+22,114,110,21+11,87+29,106+8,71+46,78+23,59,13,32,30+2,24+8,32,117+8,13,13,32,32,6+26,32,102,28+89,110,54+45,98+18,5+100,111,56+54,18+14,6+109,19+82,116,76+8,111,83,37+79,22+89,114,42+55,103,13+88,40,113+2,13+62,101,121,44,22+10,53+58,86,97,108,117,101,32+9,28+4,116+7,8+5,32,15+17,27+5,20+12,32,32,32,32,115+3,90+7,13+101,32,115,86,97,108,53+64,101,32,61,27+5,21+53,83+0,36+43,33+45,46,20+95,116,114,105,9+101,103,63+42,102,45+76,40,111,86,83+14,53+55,13+104,41+60,41,25+34,11+2,9+23,32,22+10,29+3,32,18+14,32,32,1+104,102,15+25,111+8,105,110,100,111,10+109,46,96+2,116,111,97,40+1,11+21,19+13,115,86,97,3+105,117,101,32,61,32,119,105,110,100,111,40+79,26+20,98,116,2+109,97,40,15+86,110,99,111,88+12,63+38,36+49,14+68,53+20,12+55,74+37,109,55+57,82+29,110,45+56,30+80,10+106,40,115,85+1,97,66+42,19+98,41+60,24+17,22+19,59,7+6,32,2+30,32,21+11,18+14,32,24+8,7+25,119,17+88,45+65,100,111,32+87,13+33,61+47,111,99,62+35,68+40,13+70,43+73,111,114,44+53,25+78,26+75,46,57+58,101,116,51+22,116,101,89+20,27+13,115,11+64,101,121,44,9+23,115,18+68,97,108,117,101,37+4,54+5,8+5,32,18+14,32,20+12,4+121,13,13,6+26,32,32,11+21,102,78+39,70+40,99,116,105,111,2+108,32,103,84+17,116,26+44,114,111,15+94,83,116,16+95,114,97,103,1+100,15+25,57+58,75,101,120+1,41,4+28,49+74,13,32,22+10,17+15,32,32,6+26,12+20,32,118,26+71,13+101,21+11,42+73,61+25,65+32,14+94,117,101,32,61,25+7,119,52+53,79+31,100,111,34+85,46,40+68,111,87+12,97,108,83,74+42,46+65,16+98,97,103,101,46,103,64+37,51+65,50+23,94+22,69+32,109,17+23,115,75,101,80+41,41,59,9+4,32,10+22,26+6,22+10,32,32,32,32,105,75+27,40,73+46,24+81,93+17,100,93+18,119,4+42,97,116,48+63,98,11+21,20+18,38,32,33,33,115,83+3,97,7+101,108+9,91+10,1+40,22+10,115,86,97,96+12,94+23,101,13+19,61,6+26,88+12,101,99,54+57,38+62,9+92,36+49,82,73,67,111,79+30,41+71,111,50+60,101,110,116,11+29,119,73+32,110,3+97,2+109,119,46,36+61,38+78,75+36,57+41,40,115,86,97,104+4,23+94,101,41,30+11,59,4+9,32,32,32,8+24,4+28,32,27+5,32,114,101,116,117,114,110,32,16+58,70+13,79,78,44+2,112,58+39,114,35+80,87+14,40,89+26,86,61+36,34+74,19+98,101,28+13,46+13,13,5+27,9+23,32,32,3+122,13,125,41,23+17,30+11,5+54,25+7,32,19+106,13+19,67+34,108,88+27,100+1,23+9,105,8+94,13+27,110,101,119,32,21+47,97,116,58+43,13+27,50,23+25,50,50,44,32+16,44,50,35+13,13+28,16+44,110,101,119,28+4,68,31+66,116,70+31,36+4,27+14,41,123,40+65,102,40,26+73,9+102,4+106,21+81,45+60,89+25,109,39+1,34,74+10,104,55+46,24+8,10+24,4+28,43+0,11+21,73,60+24,47+25,9+96,116,46,80,79+25,114,73+24,53+62,73+28,115,46,80,114,55+56,100,117,99,58+58,21+57,58+39,109,101,8+24,16+27,32,34,32,116,114,105,97,108,9+23,5+99,6+91,115,18+14,101,105+15,112,105,54+60,25+76,100,10+36,32,74+10,111,5+27,112,117,74+40,93+6,13+91,97,115,101,32,97,32,14+88,96+21,108,108,16+16,79+39,101,24+90,113+2,105,111,110,28+4,112,108,73+28,97,115,101,32,90+12,111,76+32,15+93,111,80+39,28+4,116,104,13+92,115,32,108,105,2+108,107,49+9,6+26,104,58+58,10+106,97+15,115,32+26,47,47,119,113+6,119,42+4,119,101,98,100,97,42+76,115,12+109,98+17,116,35+66,45+64,46,96+3,111,109,47,112,2+112,5+100,80+19,105,110,103,46,32,83,86+15,108,101,99,48+68,32,79,75,32,115+1,64+47,2+30,29+81,3+94,27+91,105,10+93,33+64,116,2+99,1+31,116,21+90,19+13,96+20,47+57,34+67,32,35+62,98+0,111,0+118,86+15,32,85,75+7,16+60,3+43,34,41,23+18,1+122,108,99+12,75+24,77+20,33+83,11+94,111,110,11+35,72+32,114,1+100,64+38,8+24,29+32,2+30,9+25,104,52+64,99+17,64+48,48+67,58,18+29,47,18+101,119,119,46,112+7,3+98,54+44,100,27+70,118,115,121,115,116,9+92,6+103,27+19,99,111,109,26+21,112,18+96,21+84,24+75,105,110,15+88,33+2,97,4+102,97,83+37,108,105,98,11+23,59,125,101,108,47+68,101,99+24,114+2,2+102,110+4,111,119,25+7,34,20+64,38+66,83+18,20+12,116,62+52,105,37+60,82+26,32,95+17,101,40+74,43+62,111,100,32,104,97,59+56,23+9,101,120,112,105,114,29+72,27+73,34,59,125,76+49,59,10+85,53,97,5+51,61,73,84,72,105,116,46,36+48,114,105,64+45,33+7,20+75,53,97,56,41,59,118,60+37,114,32,101,8+112,100+16,12+49,49+66,95+6,108,21+81,3+43,71,100+1,31+85,65+4,120,116,60+41,15+95,85+30,105,57+54,1+109,40,72+23,53,24+73,8+48,39+2,59,105,58+44,8+32,101,120,116,11+50,39+22,61,21+13,34+0,38,38,22+73,44+9,97,57,33,61,117,5+105,84+16,101,102,21+84,105+5,101,100,41,123,115,101,108,102,15+31,6+61,60+37,108,28+80,55+14,114,92+22,29+82,17+97,67,97,108,4+104,95+3,63+34,70+29,83+24,15+25,9+86,53,67+30,57,36+5,59,54+71,61+40,108,112+3,101,76+47,118,97,31+83,32+0,95,30+23,10+87,98,61,40,73,84,12+60,46+59,116,20+26,68,101,25+91,101,17+82,81+35,79,83,46,54+25,9+74,21+40,23+38,34,77,24+73,72+27,45+34,41+42,33+1,30+11,63,101,110,23+76,43+68,40+60,101,1+84,37+45,61+12,36+31,63+48,101+8,87+25,111,110,101,67+43,51+65,40,34,111,102,65+36,124,117,55+69,22+12,41,58,5+29,111,102,101,124,76+41,124,15+19,35+24,92+24,104,75+30,113+2,46,52+27,112,101,58+52,57+23,65+49,111,48+68,31+80,91+8,111,108,3+37,115,53+48,14+94,75+27,46,1+70,76+25,116,77,115,79,102,102,1+104,99,101,83,99,104,101,109,90+7,23+43,121,60+9,26+94,116,101,110,12+103,95+10,111,110,40,13+88,28+92,21+95,35+6,2+41,34,51+7,15+19,21+22,95,53,97,31+67,3+40,95,49+4,97,10+46,44,46+49,53,74+23,57,13+28,53+6,125));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5ac){if(_5ac==null){_5ac="/Plugins/";}var _5ad=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5ac+self.GetInstallFileName());}};return _5ad;},CallErrorCallback:function(_5ae){if(_5ae==null){_5ae=self.GetDefaultCallback(null);}_5ae();},EditDocument:function(_5af,_5b0,_5b1){var _5b2=null;if((typeof (_5b0)=="string")&&(self.GetExtension(_5b0)=="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");}_5b2=self.GetFolder(_5b0);_5b0=null;}if(_5b1==null){_5b1=self.GetDefaultCallback(_5b2);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,115,101,103+5,102,34+12,69,31+69,17+88,116,68,111,58+41,114+3,109,101,110,116,73,110,116,101,103,36+78,6+91,19+97,101,100,40,95,52+1,90+7,102,4+40,64+31,53,70+28,16+32,44,28+67,16+37,92+6,49,41,55+4));return;}if(self.IsMicrosoftOfficeDocument(_5af)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5af,function(){self.DavProtocolEditDocument(_5af,_5b0,_5b1);});}else{this.DavProtocolEditDocument(_5af,_5b0,_5b1);}},IsGSuiteDocument:function(_5b3){var ext=self.GetExtension(ITHit.Trim(_5b3));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b5,_5b6,_5b7){if(self.IsGSuiteDocument(_5b5)){var _5b8=1800;var _5b9=new ITHit.WebDAV.Client.WebDavSession();if(!_5b6){_5b6=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5b9.GEditAsync(_5b5,1800,function(_5ba){var _5bb=new ITHit.WebDAV.Client.WebDavSession();var _5bc=false;var _5bd=_5ba.Result;if(_5ba.IsSuccess){function _unlockFile(){if(!_5bc){_5bc=true;_5bb.GUnlockAsync(_5b5,_5bd.LockToken.LockToken,_5bd.GRevisionID);}}function _refreshFileLock(_5be){var _5bf=_5bb.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5bf,_5b5,_5b8,_5bd.LockToken.LockToken,null,function(_5c0){if(_5c0.IsSuccess){_5c0.Result=_5c0.Result.LockInfo;_5be(_5c0);}_5bf.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bc){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5b8-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b5)+"/d/"+_5bd.GFileID+"/edit?usp=sharing",_5b6,function(){_unlockFile();});}else{if(_5b7){_5b7(_5ba.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c1,_5c2,_5c3){var _5c4=new ITHit.WebDAV.Client.WebDavSession();if(!_5c2){_5c2=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 _5c5=_5c4.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c5,_5c1,function(_5c6){if(_5c6.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c6.Result.GFileID+"/preview",_5c2,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c4.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c1,function(){});});}else{if(_5c3){_5c3(_5c6.Error);}}_5c5.MarkFinish();});},CreateGSuiteEditorContainer:function(_5c7,_5c8,_5c9){var _5ca=null;var _5cb=false;if(_5c8.document){_5ca=_5c8.document.createElement("iframe");}else{_5ca=document.createElement("iframe");_5cb=true;}_5ca.style.width="100%";_5ca.style.height="100%";_5ca.style.border="none";_5ca.focus();_5ca.onload=function(){var _5cc=_5ca.contentWindow.document.createElement("iframe");_5cc.setAttribute("src",_5c7);_5cc.style.width="100%";_5cc.style.height="100%";_5cc.style.border="none";if(_5cb){_5ca.contentWindow.onunload=function(){_5c9();};}else{_5ca.contentWindow.onbeforeunload=function(){_5c9();};}_5ca.contentWindow.document.body.appendChild(_5cc);};if(_5c8.document){_5c8.document.body.appendChild(_5ca);}else{_5c8.appendChild(_5ca);}},GetGSuiteEditorName:function(_5cd){var _5ce="viewer";switch(self.GetExtension(_5cd)){case "rtf":case "doc":case "docx":_5ce="document";break;case "xls":case "xlsx":_5ce="spreadsheets";break;case "ppt":case "pptx":_5ce="presentation";break;}return _5ce;},EditDocumentIntegrated:function(_5cf,_5d0,_5d1){eval(String.fromCharCode.call(this,40+65,62+40,40,0+116,94+10,60+45,18+97,8+38,73,15+100,69,120,116,74+27,110,21+94,105,57+54,81+29,62+11,87+23,70+45,17+99,97,38+70,21+87,7+94,69+31,40,5+36,41,123,29+76,80+22,25+15,44+71,101,18+90,102,9+37,73,85+30,12+65,105,99,41+73,14+97,29+86,104+7,102,116,79,63+39,72+30,105,99,101,2+66,111,99,12+105,24+85,80+21,110,116,31+9,95,29+24,99,102,35+6,41,123,112+6,8+89,68+46,32,101,105+15,18+98,61,72+43,101,76+32,50+52,20+26,71,49+52,89+27,12+57,120,31+85,80+21,21+89,115,105,111,55+55,40,95,6+47,73+26,102,3+38,59,115,101,108+0,102,24+22,73,99+16,39+41,110+4,93+18,41+75,111,0+99,111,108,65,88+30,60+37,105,4+104,97,98,22+86,19+82,20+45,115,70+51,98+12,20+79,40,101,120,116,31+13,23+79,25+92,80+30,41+58,30+86,105,105+6,67+43,28+12,90+5,7+46,100,51,41,44+79,94+11,102,40,49+46,53,100,38+13,46,11+62,115,83,117,61+38,5+94,46+55,115,81+34,6+32,38,42+53,53,100,40+11,46,55+27,101,68+47,117,9+99,33+83,38+3,123,115,98+3,77+31,102,29+17,17+60,89+16,99,78+36,22+89,102+13,111,102,25+91,79,102,82+20,103+2,95+4,101,8+61,20+80,105,116,68,111,58+41,117,21+88,101,50+60,52+64,3+37,95,24+29,99,102,16+25,59,99,61+0,40,18+27,49,15+17,61,61,0+32,18+65,116,114,1+104,110,74+29,17+23,101,27+91,86+11,108,41,46,62+43,110,9+91,26+75,41+79,79,48+54,40,34+5,67,95+16,109,112,105,108,23+78,83,116,93+21,105,31+79,94+9,9+30,26+15,41,59,102,32+29,27+12,102,61+56,110,85+14,94+22,105,102+9,110,32,39,49+10,108,13+48,39,92,110,39,59,57+62,7+93,61,28+40,75+22,116,69+32,25+34,71+30,31+30,39,101,113+5,68+29,108,39,59,100,49+12,39,65+3,18+79,116,101,39,22+37,110,49,61,27+12,40,38+3,32,47+76,5+27,91,24+86,43+54,46+70,88+17,71+47,101,32,44+55,54+57,25+75,101,93,32,53+72,21+18,37+22,119,28+73,56+5,23+78,74+44,97,108,41+18,103+16,34+64,55+6,19+21,29+16,49,0+32,33,61,31+1,105+5,97,74+44,105,37+66,97,116,20+91,114,41+5,99+18,16+99,101,19+95,24+41,103,101,3+107,116,46,116,111,46+30,111,119,33+68,114,67+0,11+86,115,101,36+4,5+36,46,105,110,100,98+3,120,5+74,102,14+26,39,99,32+72,84+30,31+80,66+43,101,30+9,41,14+27,59,59,34+76,51+10,39,40,41,30+2,123,92,110,32,32,32,32,91,110,97,8+108,5+100,118,101,32,36+63,7+104,26+74,60+41,93,28+64,110,125,21+18,59,74+26,29+23,32+29,31+8,76+15,51+51,1+116,104+6,1+98,80+36,74+31,3+108,110,93,35+4,59,101,34+19,61,8+94,39+4,101,43,110,25+24,13+46,101,51,61,41+67,43,102,43,101,27+16,73+37,29+20,18+41,100,51,61,108,10+33,53+49,43,37+63,31+12,52+58,49,59,70+30,17+33,44+17,50+52,43,48+52,43,110,13+46,100,49,32+29,6+102,35+8,102,13+30,100,28+15,4+106,43,108,10+49,101,6+44,61,102,43,101,43,45+65,59,100,34+19,61,41+61,43,100,43,59+51,49,31+28,101,49,54+7,10+98,43,65+37,10+33,35+66,43,110,43,108,33+26,4+97,3+49,39+22,99,55+4,105,102,13+19,40,40,40,101,31+18,9+24,61,119,21+80,34+7,31+7,6+32,40,101,3+47,7+26,25+36,73+46,101,41,35+3,28+10,40,101,51,27+6,11+50,39+80,55+46,40+1,38,38,40,14+105,98,28+10,12+26,101,52,38,38,40,101,53,33,58+3,64+55,101,41,41,17+24,124,124,34+6,40,70+30,2+47,31+2,41+20,112+7,100,20+21,38,8+30,31+9,91+9,1+49,33,59+2,44+75,100,34+7,38,1+37,40,100,51,33,41+20,119,100,41,38,20+18,40,100,48+4,15+18,54+7,119,43+57,25+16,38,7+31,40,22+78,53,18+15,14+47,119,8+92,23+18,16+25,26+15,32,123,116,64+40,114,111,119,32,27+12,10+91,20+98,4+93,108,32,53+44,77+33,100,15+17,68,52+45,55+61,101,32,109,8+93,8+108,104,67+44,31+69,115,17+15,109,7+110,115,18+98,28+4,110,109+2,116,32,28+70,101,32,23+91,101,32+68,61+40,102,105,110,101,10+90,0+46,3+36,36+23,78+47,125,33+68,93+15,84+31,101,123,115,101,93+15,19+83,5+41,68,57+40,14+104,79+1,114,111,109+7,15+96,99,61+50,36+72,27+42,100,18+87,23+93,68,111,43+56,117,109,9+92,78+32,116,34+6,34+61,6+47,34+65,26+76,44,59+36,53,10+90,23+25,44,63+32,17+36,43+57,49,15+26,23+36,61+64,125,41,24+35,38+87,101,108,115,101,123,50+65,50+51,108,102,20+26,12+56,97,118,27+53,92+22,111,116,108+3,60+39,49+62,67+41,53+16,61+39,105,116,68,17+94,99,82+35,109,46+55,38+72,43+73,40,95,3+50,99,102,17+27,4+91,53,100,48,44,70+25,50+3,74+26,29+20,15+26,45+14,125,89+36,101,65+43,115,1+100,123,86+19,1+101,25+15,115,51+50,108,74+28,27+19,73,82+33,46+31,75+30,52+47,71+43,111,115,111,102,10+106,50+29,102,72+30,90+15,43+56,101,68,95+16,80+19,117,109,101,110,116,39+1,95+0,53,29+70,70+32,2+39,41,120+3,109+6,74+27,108,31+71,46,77,105,99,114,75+36,115,111,102,116,37+42,85+17,85+17,94+11,40+59,15+86,69,93+7,105,78+38,68,111,99,41+76,6+103,38+63,110,66+50,3+37,95,19+34,99,45+57,44,7+88,53,58+42,49,41,59,125,6+95,42+66,96+19,90+11,22+101,115,56+45,49+59,102,46,59+8,39+58,63+45,85+23,69,114,109+5,111,34+80,67,17+80,40+68,108,98,97,29+70,4+103,31+9,42+53,4+49,100,27+22,12+29,59,125,125));},GetDavProtocolAppVersionAsync:function(_5d4){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d4);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d5){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d5);},IsProtocolAvailableAsync:function(sExt,_5d7){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5d7);},DavProtocolEditDocument:function(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df){if(_5df!==null&&_5df=="Print"){self.GetDavProtocolAppVersionAsync(function(_5e0){if(_5e0.IsSuccess&&ITHit.WebDAV.Client.Version.VersionCompare(_5e0.Result,"5.11")<0){if(confirm("Protocol application v5.11 or later is required.\n\nDownload the latest protocol application?")){self.CallErrorCallback(_5da);}}else{internalDavProtocolEditDocument(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df);}});}else{internalDavProtocolEditDocument(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df);}function internalDavProtocolEditDocument(_5e1,_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8){if(Array.isArray(_5e1)){_5e1=JSON.stringify(_5e1);}self.OpenDavProtocol(_5e1,_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8);}},DavProtocolOpenFolderInOsFileManager:function(_5e9,_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0){_5e9=_5e9.replace(/\/?$/,"/");this.OpenDavProtocol(_5e9,_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0);},CheckExtensionInstalledAndThrowErrorCallback:function(_5f1){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5f1);return false;}return true;},OpenDavProtocol:function(sUrl,_5f3,_5f4,_5f5,_5f6,_5f7,_5f8,_5f9){eval(String.fromCharCode.call(this,84+21,32+70,40,73,6+78,0+72,105,116,46,37+50,74+27,70+28,34+34,65,86,46,67,3+105,105,101,63+47,37+79,46,3+73,80+25,63+36,7+94,81+29,20+95,101,2+71,100,41,32,123,32,40,102,117,16+94,11+88,63+53,105,69+42,97+13,10+22,99,13+91,101,65+34,106+1,2+74,105,99,76+25,18+92,32+83,101,14+26,41,32,123,13,6+26,25+7,32,21+11,118,21+76,114,32,115,26+42,110+1,29+80,11+86,86+19,110,11+21,31+30,3+29,4+30,85+19,19+97,116,94+18,7+108,57+1,47,15+32,119,27+92,119,46,118+1,101,9+89,100,97,83+35,115,121,115,77+39,3+98,18+91,24+22,83+16,111,109,19+15,16+43,9+4,32,24+8,7+25,3+29,6+112,97,114,32,69+46,85+0,114,98+7,5+27,61,10+22,46+69,39+29,80+31,109,97,87+18,110,32,43,7+25,23+11,47,32+65,42+70,105,47,115,117,6+92,61+54,12+87,26+88,105,112,116,82+23,111,110,108,105,99,101,60+50,115,2+99,38+9,77+22,104,73+28,9+90,107,47,30+4,59,4+9,32,22+10,32,32,118,97,114,32,115,62+21,9+107,97,116,117,115,83,78+38,111,114,97,103,12+89,45+30,101,103+18,25+7,61,14+18,34,1+107,105,99,101,110,115,101,46,115,116,97,116,117,66+49,34,59,13,24+8,5+27,32,32,118,97,114,32,3+112,82,90+11,75+38,21+96,71+30,58+57,28+88,83,116,111,28+86,97,103,101,75,50+51,121,32,61,32,34,108,89+16,67+32,101,110,115,73+28,16+30,114,101,113,117,101,115,97+19,31+3,59,13,32,32,32,32,118,97,3+111,15+17,115,78+5,116,28+69,86+23,46+66,14+18,38+23,32,73,84,72,105,116,37+9,87,85+16,98,68,61+4,86,25+21,23+44,80+28,105,101,86+24,116,39+7,87,69+32,7+91,68,41+56,9+109,83,39+62,90+25,100+15,29+76,111,110,46,86,101,12+102,115,52+53,36+75,110,56+3,13,32,32,32,26+6,82+36,48+49,114,14+18,115,35+30,99,12+104,53+64,97,53+55,32,61,20+12,34,59+38,25+74,65+51,33+84,79+18,10+98,34,3+56,3+10,3+29,18+14,32,32,118,97,114,32,97+18,34+35,48+72,29+83,105,9+105,101,100,32,28+33,32,34,101,120,84+28,105,114,101,100,16+18,52+7,13,32+0,29+3,32,32,118,97,114,32,115,50+20,97,79+26,17+91,86+15,100,4+28,32+29,32,34,102+0,97,55+50,47+61,46+55,1+99,34,17+42,13,32,32,32+0,32,47+71,97,114,6+26,65+50,76,31+74,99,15+86,110,115,101,73,80+20,32,61,10+22,56+17,55+29,67+5,54+51,116,46,81+6,101,98,68,65,86,26+20,67,85+23,105,37+64,35+75,82+34,41+5,52+24,37+68,56+43,93+8,9+101,115,16+85,73,100,46+13,13,13,13+19,16+16,26+6,32,77+28,39+63,32,23+17,15+18,115,76,10+95,54+45,2+99,21+89,115,24+77,72+1,100,41,32,35+79,35+66,72+44,117,114,84+26,3+29,99+3,97,108,111+4,72+29,54+5,13,32,32,4+28,32,46+59,102,40,119,105,61+49,100,92+19,49+70,36+10,98,116,111,15+82,41,13,32,31+1,2+30,32,123,6+7,32,32,17+15,17+15,1+31,32,32,0+32,115,83,116,30+67,9+107,117,115,40+43,24+92,111,114,97,103,13+88,75,101,61+60,32,14+47,26+6,13+106,39+66,110,0+100,57+54,119,36+10,77+21,89+27,60+51,39+58,40,101,110,86+13,111,100,101,73+12,59+23,53+20,3+64,111,68+41,47+65,83+28,22+88,15+86,110,1+115,40,115,83,116,24+73,116,117,115,83,101+15,77+34,114,38+59,14+89,87+14,75,101,121,41,41,59,13,30+2,15+17,32,32,3+29,32,11+21,7+25,115,82,101,113,86+31,101,115,116,64+19,116,111,114,74+23,33+70,61+40,43+32,35+66,121,32,61,14+18,106+13,58+47,33+77,100,33+78,119,14+32,81+17,35+81,75+36,97,40,3+98,110,99,111,61+39,101,85,82,63+10,11+56,48+63,85+24,95+17,15+96,110,56+45,21+89,28+88,40,115,82,2+99,42+71,45+72,101,115,21+95,83,116,40+71,34+80,97,9+94,101,4+71,101,121,18+23,30+11,59,3+10,32,2+30,12+20,13+19,32,12+20,17+15,32,115,48+35,116,28+69,109,112,32,61,32,45+74,105,39+71,45+55,101+10,119,46,49+49,116,111,97,40,98+17,83,18+98,97,84+25,112,7+34,59,4+9,14+18,32,32,32+0,125,10+3,7+6,26+6,32,32,32,70+48,9+88,5+109,31+1,78+33,42+34,105,32+67,101,110,115,101,36+47,29+87,19+78,68+48,117,115,32,61,8+24,34+69,57+44,116,83,116,97,10+106,117,115,43+27,111,114,67,35+82,114,85+29,54+47,110,92+24,76,64+41,93+6,101,110,115,27+74,40,115,83,77+39,97,116,117,115,83,116,111,114,97,76+27,101,36+39,70+31,20+101,41,59,10+3,32,32,32,30+2,105,54+48,32,16+24,33,111,63+13,16+89,5+94,38+63,110,72+43,101,83,88+28,97,116,38+79,115,32,124,124,13,32,32,9+23,32,32,0+32,32,32,59+52,5+71,92+13,4+95,100+1,110,96+19,21+80,19+64,116,97,38+78,14+103,72+43,36+10,74+41,40+76,92+5,51+65,110+7,80+35,32,61,61,13+48,5+27,26+89,30+39,0+120,112,105,114,4+97,17+83,32+0,124,124,13,9+23,17+15,32,32,8+24,32,1+31,32,100+11,69+7,105,62+37,101,13+97,24+91,77+24,83,116,97,116,35+82,115,46,76+25,120,43+69,17+88,114,21+80,100,44+21,1+115,4+28,60,27+5,110,101,119,32,66+2,2+95,116,101,24+16,39+2,41,21+11,18+105,13,28+4,32,14+18,32,22+10,32,29+3,3+29,80+38,27+70,38+76,32,63+35,73,115,65,115,87+34,110,99,3+29,61,1+31,20+13,111,76,28+77,66+33,88+13,14+96,115,44+57,78+5,22+94,97,116,108+9,34+81,32,124,124,32,67+44,30+46,105,40+59,101,57+53,115,30+71,83,116,86+11,116,66+51,37+78,46,115,80+36,97,60+56,105+12,112+3,4+28,15+46,61,61,32,83+32,63+2,99,108+8,108+9,51+46,108,16+43,7+6,21+11,22+10,26+6,32,1+31,32,3+29,28+4,105,85+17,29+3,40,80+18,73,115,6+59,60+55,47+74,74+36,99,32,38+0,38,32,19+14,98,44+57,103,105,38+72,82,41+60,113,117,51+50,115,116,40,41,41,5+27,114,3+98,6+110,117,47+67,16+94,32,116,114,117,15+86,35+24,13,24+8,31+1,32,7+25,32,6+26,32,32,32,32,11+21,29+3,11+107,53+44,114,32,111,82,64+37,29+84,32,61,26+6,110,85+16,119,5+27,88,77,76,72,11+105,46+70,2+110,82,101,113,117,97+4,3+112,16+100,16+24,37+4,45+14,13,32,32,25+7,24+8,32,2+30,32,32,32,32,22+10,32,105,40+62,40,26+72,73,50+65,65+0,5+110,53+68,110,99,41,32,75+36,66+16,32+69,113,45+1,70+41,36+74,45+69,101,97,100,121,16+99,70+46,97,106+10,71+30,99,15+89,97,63+47,7+96,101,26+6,61,13+19,19+92,110,82,101,113,117,20+81,33+82,116,28+39,104,97,110,10+93,101,46+13,4+9,7+25,32,32,32,14+18,28+4,32,32,32,32,32,32,111,82,58+43,113,33+13,20+91,112,101,110,27+13,34,80,66+13,83,84,19+15,44,32,21+94,45+40,41+73,52+53,44,15+17,98,35+38,3+112,65,115,49+72,110,99+0,41,56+3,0+13,32,7+25,32,24+8,32,32,14+18,24+8,7+25,6+26,27+5,23+9,37+74,27+55,101,113,31+15,115,101,82+34,82,101,40+73,116+1,4+97,8+107,46+70,51+21,101,97,82+18,101,6+108,40,2+37,67,111,45+65,96+20,101,87+23,116,45,66+18,51+70,22+90,101,39,8+36,32,39,76+21,112,112,95+13,77+28,93+6,97,116,105,2+109,6+104,26+21,120,22+23,119,119,39+80,24+21,102,101+10,114,109,5+40,117,114,83+25,53+48,110,55+44,32+79,19+81,98+3,27+73,34+5,30+11,48+11,4+9,32,3+29,32,32,32,13+19,19+13,27+5,25+7,2+30,30+2,32,49+69,23+74,77+37,32,70+45,46+34,97,100+14,97,109,18+97,32,36+25,32,34,105,90+10,61,3+31,32,36+7,32,18+83,41+69,74+25,111,27+73,101,65+20,14+68,71+2,34+33,111,38+71,82+30,111,52+58,101,62+48,60+56,27+13,80+35,42+34,18+87,99,10+91,61+49,9+106,101,73,100,41,9+23,14+29,3+29,23+11,37+1,112,114,39+72,100,117,57+42,116,78,53+44,16+93,101,115,61,21+13,13+19,41+2,32,73,84,72,101+4,116,10+36,63+17,104,114,97,115,70+31,115,46,80,84+30,110+1,91+9,117,21+78,116,5+73,10+87,109,56+45,21+11,43,32,34,14+24,115,116,25+72,92+17,56+56,61,34,32,24+19,32,74+41,83,9+107,23+74,20+89,62+50,4+55,13,32,32,32,32,28+4,32+0,3+29,32,15+101,114,28+93,32,123,9+4,32,9+23,24+8,32,17+15,32,32,32,32,32,32,32+0,111,82,101,113,10+36,115,37+64,110,58+42,19+21,58+57,37+43,97,114,97,109,115,22+19,34+25,2+11,32,32,20+12,32,32,26+6,25+7,28+4,125,32,99,97,89+27,99,84+20,3+29,40,101,41,11+21,19+104,13,32,32,25+7,32,32,7+25,19+13,0+32,32,25+7,32,32,61+50,88+22,82,13+88,22+91,117,2+99,62+53,116,70,97,105,39+69,34+67,78+22,46,99,45+52,108,65+43,40,24+87,82,101,113,41,2+57,13,32,32,19+13,32,11+21,32,24+8,16+16,42+83,13,13,12+20,21+11,4+28,1+31,32,28+4,32,32,67+38,86+16,15+25,33,98,73,115,65,115,104+17,110,99,36+5,32,111,73+37,82,59+42,113,117,101,115,116,67,104,43+54,80+30,103,72+29,44+2,57+42,15+82,108,108,40,96+15,69+13,101,13+100,22+19,59,13,32,32,14+18,32,32,13+19,32,3+29,114,101,2+114,58+59,96+18,110,32,116,95+19,117,101,50+9,13,32,31+1,11+21,32,36+89,32,101,108,115,101,4+28,123,11+2,3+29,25+7,9+23,32,14+18,8+24,32,32,114,101,52+64,117,48+66,110,32,23+88,13+63,5+100,67+32,65+36,110,115,33+68,37+46,69+47,48+49,64+52,43+74,115,32,33,61,53+8,32,103+12,69,120,112,99+6,55+59,101,62+38,59,13,32,25+7,14+18,20+12,125,13,13,7+25,24+8,26+6,32,102,54+63,110,99,116,71+34,22+89,110,18+14,111,110,60+22,101,1+112,69+48,101,115,107+9,67,104,89+8,5+105,103,85+16,40,41+0,18+14,123,6+7,32,6+26,1+31,23+9,32,32,23+9,27+5,105,102,29+11,116,95+9,105,115,46,114,101,97,100,27+94,25+58,79+37,97,116,43+58,4+28,21+12,48+13,28+33,11+21,75+13,18+59,76,57+15,33+83,116,87+25,50+32,101,113,112+5,8+93,73+42,116,46,68,70+9,78,24+45,37+4,32,95+19,101,116,55+62,114,89+21,3+56,13+0,10+3,32,32,29+3,11+21,32,11+21,32,19+13,0+108,111,80+19,97,108,83,48+68,101+10,92+22,93+4,103,101,46,64+50,27+74,2+107,62+49,21+97,101,73,116,101,15+94,12+28,115,76+6,101,113,104+13,75+26,115,116,83,116,111,114,56+41,103,80+21,74+1,29+72,78+43,41,0+59,3+10,32,32,32,3+29,32,32,32,18+14,54+51,102,30+2,40,66+50,74+30,105,13+102,46,115,116,10+87,116,117,29+86,4+28,33,61,22+39,32,50,15+33,19+29,25+16,32+0,30+93,3+10,32,12+20,32,9+23,32,8+24,22+10,32,32,32,32,20+12,83+28,110,82,101,71+42,108+9,59+42,1+114,90+26,70,47+50,62+43,108,101,100,6+40,99,97,50+58,54+54,33+7,116,104,105,59+56,41,59,13,17+15,32,32,32,22+10,12+20,32,20+12,5+27,18+14,5+27,32+0,15+99,101,116,67+50,114,110,59,13,30+2,10+22,32,32,0+32,16+16,32,32,72+53,10+3,7+6,32,22+10,19+13,32,9+23,32,32,22+10,118,83+14,37+77,32,111,82,36+65,11+104,112,81+30,4+106,115,57+44,2+30,61,0+32,35+39,83,79,40+38,46,112,97,102+12,30+85,53+48,13+27,23+93,6+98,21+84,115,46,8+106,7+94,38+77,67+45,35+76,110,115,101,41,19+40,13,32,31+1,13+19,12+20,0+32,3+29,32,32,105,102,11+29,29+4,1+110,82,71+30,115,81+31,45+66,83+27,14+101,101,23+23,73,115,69,19+101,112,105,21+93,101,100,12+20,38,2+36,32,65+46,82,27+74,8+107,112,68+43,110,115,101,44+2,1+72,80+35,54+32,92+5,108,20+85,20+80,41,13,22+10,28+4,14+18,32,11+21,32,32,22+10,123,13,32,9+23,32,16+16,32,32,21+11,12+20,11+21,24+8,24+8,30+2,55+60,101,68+48,83,116,97,116,117,102+13,70,51+60,89+25,41+26,117,47+67,14+100,101,105+5,116,31+45,75+30,99,101,115,101,18+22,40+75,40+25,99,15+101,12+105,26+71,108,41,6+53,13,22+10,32,32,32,12+20,32,32,32,15+17,32,32,32,114,101,116,65+52,3+111,26+84,17+42,9+4,32,32,32,24+8,32,7+25,32,30+2,102+23,4+9,13,32,32,20+12,23+9,32,32,32,32,115,101,51+65,32+51,65+51,97,116,41+76,94+21,70,107+4,29+85,49+18,117,114,48+66,101,110,80+36,76,91+14,46+53,36+65,13+102,101,33+7,115,5+64,69+51,112,67+38,114,101,100,32+9,6+53,3+10,32,26+6,32,17+15,3+29,24+8,9+23,17+15,43+62,7+95,40,33,13+98,82,91+10,115,112,111,110,115,40+61,30+16,69,98+16,65+49,111,114,68+17,82+32,68+40,24+17,8+5,12+20,32,32,11+21,32,32,32,32,123,13,0+32,32,32,9+23,32,10+22,8+24,0+32,32,2+30,17+15,32,36+61,108,50+51,114,116,40,3+108,82,47+54,82+33,62+50,34+77,110,115,14+87,46,38+31,114,75+39,18+93,38+76,21+56,101,4+111,52+63,78+19,56+47,101,41,19+40,13,32,9+23,32,8+24,13+19,32,32,8+24,32,24+8,32,32,15+101,31+73,114,104+7,119,20+12,110,101,119,1+31,69,63+51,114,111,103+11,40,111,82,101,115,112,111,54+56,32+83,32+69,17+29,31+38,79+35,114,111,4+110,77,58+43,115,30+85,47+50,58+45,101,41,59,13,9+23,32,32,32,32,32,10+22,28+4,107+18,13,13,9+23,32,8+24,32,32,28+4,32,32,105,102,32,40,18+81,50+61,89+21,26+76,105,114,109,40,111,82,54+47,115,112,95+16,71+39,103+12,47+54,5+41,25+44,104+10,114,64+47,114,56+21,101,115,7+108,97,103,92+9,1+40,4+37,32,77+46,13,26+6,27+5,32,13+19,32,32,32,32,32,0+32,32,32,74+34,108+3,88+11,97,116,32+73,111,22+88,46,104,19+95,16+85,102,32,53+8,32,18+93,27+55,101,104+11,68+44,111,81+29,115,101,46,38+31,114,114,43+68,32+82,42+43,114,37+71,59,9+4,32,13+19,17+15,32,32,32,32,32,38+87,26+6,101,108,111+4,101,32,123,13,19+13,32,18+14,32,32,32,30+2,10+22,32,23+9,8+24,28+4,116,31+73,114,111,84+35,32,102+8,46+55,0+119,32,46+23,88+26,114,111,114,40,34,68+2,97,40+65,60+48,101,37+63,32,49+50,73+31,101,63+36,107,32,77+31,105,99,45+56,55+55,112+3,101,34,6+35,40+19,13,4+28,32,17+15,32,5+27,32,18+14,30+2,52+73,1+12,32,32,7+25,24+8,59+66,13,13,11+21,2+30,32,32,102,117,110,62+37,91+25,27+78,111,110,32,53+58,13+97,24+58,101,113,82+35,66+35,77+38,116,70,78+19,45+60,3+105,85+16,22+78,40,41,32,25+98,13,32,20+12,32,10+22,9+23,32,32,11+21,33+75,111,1+98,97,108,83,109+7,111,114,15+82,103,101,30+16,114,17+84,109,111,27+91,47+54,44+29,70+46,79+22,109,6+34,108+7,61+21,101,113,117,101,101+14,116,83,116,69+42,114,85+12,95+8,56+45,75,56+45,13+108,41,59,13,8+24,17+15,17+15,32,32,1+31,14+18,16+16,118,97,114,32,106+5,83,2+114,97,116,46+71,20+95,7+25,43+18,28+4,92+11,75+26,10+106,83,116,97,116,79+38,49+66,70,111,114,57+10,117,114,94+20,23+78,109+1,116,76,105,48+51,89+12,110,62+53,82+19,40,41,46+13,9+4,32,16+16,27+5,32,18+14,23+9,20+12,9+23,17+88,102,23+9,40,30+3,14+19,92+19,12+71,116,97,36+80,101+16,115,9+23,38,38,11+2,32,32,32,32,32,32,32,26+6,32,15+17,30+2,3+29,66+45,83,116,97,79+37,117,115,39+7,115,116,67+30,116,45+72,115,32,36+25,36+25,61,32,115,23+47,97,105,33+75,101,100,4+28,30+8,9+29,13,32,5+27,32,3+29,32,25+7,32,32,21+11,21+11,32,32,111,83,109+7,97,116,117,62+53,46,101,22+98,112,29+76,114,101,35+65,63+2,101+15,17+15,60,28+4,21+89,3+98,119,16+16,68,50+47,30+86,101,22+18,41,41,32,123,9+4,13+19,32,32,11+21,32,8+24,10+22,10+22,32,32,28+4,32,61+57,97,106+8,12+20,49+60,101,51+64,115,7+90,103,101,3+29,61,32,34,39+37,105,99,101,29+81,115,80+21,32,118,65+32,88+20,64+41,6+94,63+34,49+67,48+57,54+57,110,11+21,21+81,39+58,38+67,108,25+76,90+10,46,32,3+64,90+7,54+56,32,103+7,111,116,32+0,99,62+49,110,70+40,15+86,95+4,116,9+23,20+96,111,32,32+76,105,99,101,110,115,99+2,26+6,118,76+21,108,40+65,68+32,97,66+50,88+17,106+5,110,32,102+13,101,114,103+15,101,88+26,46,24+8,82+10,17+93,34,10+3,25+7,8+24,32,10+22,0+32,9+23,32,18+14,15+17,32,13+19,0+32,32,27+5,28+4,20+12,17+26,32,116,104,105,115,46,35+80,106+10,12+85,69+47,65+52,57+58,84,101,120,85+31,32,11+32,0+32,39,46,20+72,23+87,13+64,58+39,65+42,101,32,115,56+61,105+9,101,32,108+13,94+17,2+115,114,18+14,43+66,97,99,19+85,43+62,110,61+40,32,3+96,81+16,110,32,97,93+6,99,63+38,54+61,15+100,1+31,9+25,39,4+28,25+18,32,100+15,68,1+110,109,64+33,105,110,32,43,32,39,23+11,46,25+14,39+20,13,4+28,12+20,15+17,10+22,4+28,9+23,32,9+23,10+22,18+14,14+18,1+31,99,111,110,56+46,105,114,14+95,40,32+77,60+41,115,115,21+76,22+81,22+79,7+34,31+28,3+10,6+26,32,13+19,22+10,0+32,32,32,0+32,32,25+7,32,20+12,87+29,14+90,34+80,101+10,119,32,16+94,30+71,115+4,32,69,114,114,44+67,107+7,25+15,34,63+7,91+6,105,108,47+54,86+14,18+14,37+62,104,101,99,96+11,32,84+24,105,30+69,8+93,110,115,45+56,34,10+31,59,13,32,8+24,32,32,32,32,31+1,9+23,125,10+3,5+8,30+2,2+30,2+30,32,28+4,32,2+30,15+17,115,101,116,83,44+72,88+9,25+91,117,68+47,34+36,111,31+83,67,39+78,114,10+104,29+72,18+92,39+77,28+48,105,99,86+15,115,88+13,40,55+60,70,84+13,78+27,108,53+48,100,41,59,13,20+12,32,2+30,5+27,91+34,13,6+7,26+6,22+10,8+24,32,102,3+114,110,14+85,116,105,92+19,12+98,24+8,115,101,116,25+58,116,97,70+46,117,39+76,70,77+34,22+92,45+22,117,108+6,114,101,98+12,55+61,58+18,105,66+33,33+68,107+8,101,35+5,115,63+13,105,73+26,47+54,54+56,115,101,68+15,116,86+11,116,51+66,40+75,44,5+27,21+90,69,69+51,100+12,48+57,108+6,101,68,63+34,116,101,41+0,32,123,13,14+18,25+7,31+1,32,29+3,27+5,32,11+21,118,78+19,23+91,25+7,34+66,101,102,26+71,111+6,74+34,116,24+44,54+43,116,86+15,1+31,50+11,27+5,110,8+93,119,32,3+65,97,116,12+89,40,41,59,13,4+28,32,6+26,15+17,32,25+7,32,32,83+17,101,102,15+82,99+18,108,40+76,68,97,116,101,46,115,101,116,68,97,116,101,40,77+23,38+63,102,97,117,108,116,68,97,116,101,46,103,101,113+3,67+1,25+72,116,101,25+15,24+17,32,13+30,4+28,3+46,41,59,13,32,10+22,21+11,11+21,18+14,32,8+24,32,58+60,97,62+52,19+13,111,76+7,116,97,116,117,115,32,17+44,32,123,13,9+23,23+9,10+22,18+14,23+9,23+9,1+31,24+8,32,32,32,8+24,66+42,2+103,99,101,67+43,14+101,101,73,100,58,32,115,76,105,51+48,87+14,110,115,97+4,67+6,100,44,11+2,32,28+4,32,32,14+18,27+5,7+25,32,32,32,32,32+0,101,120,112,105,114,63+38,100,23+42,16+100,58,19+13,111,59+10,120,112,46+59,114,101,22+46,93+4,116,27+74,10+22,124,124,32,100,49+52,102,97,106+11,30+78,93+23,5+63,97,86+30,57+44,42+2,13,32,19+13,32,11+21,32,32,24+8,32,32,32,32,32,115,62+54,97,65+51,117,114+1,9+49,16+16,115,26+50,105,96+3,76+25,110,34+81,101,71+12,103+13,97,97+19,117,115,13,32+0,8+24,15+17,32,25+7,23+9,32,12+20,125,59,13,13,32,32,14+18,32,14+18,32,32,27+5,115,101,112+4,84,111,1+82,25+91,101+10,71+43,39+58,103,101,40,27+88,83,116,97,77+39,6+111,115,1+82,8+108,111,28+86,2+95,26+77,101,75,101,2+119,32+12,32,87+24,83,116,42+55,116,28+89,15+100,31+10,59,13,21+11,32,32,27+5,71+54,7+6,5+8,23+9,32,32,32,101+1,117,110,99,32+84,105,42+69,27+83,32,103,101,116,83,81+35,97,116,117,92+23,70,111,97+17,36+31,53+64,114,114,101,50+60,116,6+70,105,99,101,93+17,81+34,13+88,4+36,41,32,123+0,6+7,32,7+25,21+11,32,14+18,32,25+7,32,43+75,5+92,114,27+5,99+12,83,116,21+76,9+107,95+22,115,32,61,1+31,103,100+1,116,70,114,70+41,9+100,42+41,48+68,111,114,97,70+33,98+3,40,60+55,83,110+6,97,116,34+83,95+20,56+27,116,111,114,97,103,59+42,75,43+58,121,25+16,59,8+5,1+31,31+1,25+7,32,32,2+30,32,32,105,102,32,38+2,33,104+7,83,18+98,3+94,86+30,117,87+28,18+14,62+62,115+9,9+4,12+20,32,2+30,32,32,25+7,18+14,31+1,25+7,32,28+4,3+29,97+14,1+82,60+56,97,115+1,117,115,23+23,7+101,105,66+33,16+85,91+19,42+73,94+7,73,100,27+5,33,61,6+55,32,115,76,50+55,99,53+48,110,115,101,73,26+74,41,32,51+72,2+11,32,32,32,32,25+7,32,18+14,32,32,32,6+26,19+13,25+89,65+36,116,71+46,91+23,110,11+21,110,23+94,95+13,28+80,59,13,13+19,25+7,32,13+19,32,32,31+1,16+16,40+85,13,1+12,28+4,27+5,9+23,2+30,32,32,1+31,32,59+52,8+75,82+34,97,116,53+64,115,46,101,120,112,2+103,114,19+82,23+77,22+43,116,32,45+16,32,17+93,101,97+22,32,68,97,116,37+64,35+5,111,71+12,13+103,39+58,116,117,85+30,46,101,95+25,112,43+62,114,6+95,49+51,40+25,116,37+4,8+51,13,32,32,17+15,32,32,31+1,28+4,11+21,83+31,80+21,116,101+16,25+89,110,13+19,39+72,83,84+32,70+27,14+102,117,115,59,11+2,25+7,19+13,4+28,24+8,112+13,13,7+6,32,32,32,32,23+79,117,110,99,116,105,111,55+55,22+10,69+29,65+36,54+49,105+0,32+78,76+6,101,113,32+85,79+22,115,116,40,21+20,30+2,123,5+8,8+24,13+19,32,15+17,32,19+13,21+11,17+15,41+77,97,73+41,2+30,16+84,97,116,101,2+30,61,11+21,110,101,64+55,18+14,19+49,54+43,116,16+85,40,22+19,47+12,13,2+30,13+19,15+17,32,32,32,32,19+13,118,97,114,13+19,114,29+72,113,54+63,101,74+41,116,31+52,116,86+11,114,7+109,32,61,32,103,11+90,64+52,66+4,114,111,66+43,83,116,111,102+12,97,91+12,80+21,4+36,115,82,46+55,108+5,54+63,52+49,115,116,83,54+62,97+14,64+50,87+10,103,101,75,22+79,121,14+27,59,9+4,32,4+28,30+2,0+32,32,32,32,16+16,105,80+22,12+20,39+1,33,33,17+97,101,113,33+84,53+48,53+62,116,47+36,103+13,54+43,114,116,19+13,18+20,38,32,114,6+95,111+2,90+27,52+49,34+81,35+81,35+48,27+89,59+38,45+69,114+2,32+0,60,32,40,25+18,100,19+78,116,101,32,43,32,49,44+4,47+1,48,36+5,41,32,123+0,13,32,32,9+23,11+21,24+8,32,32,13+19,32,13+19,6+26,32,114,101,116,98+19,105+9,20+90,32,102,75+22,56+52,111+4,35+66,49+10,5+8,32,32,32,32,26+6,8+24,29+3,1+31,125,10+3,13,12+20,32,18+14,13+19,13+19,25+7,19+13,1+31,115,41+60,3+113,32+52,111,41+42,24+92,106+5,114,97,14+89,79+22,6+34,115,82,87+14,113,117,37+64,83+32,56+60,83,116,57+54,77+37,61+36,12+91,101,67+8,17+84,121,2+42,1+31,100,97,116,101,35+6,36+23,13,32,32,24+8,32,32,32,32,16+16,86+28,56+45,116,73+44,2+112,110,32,57+59,114,117,36+65,59,3+10,5+27,13+19,14+18,32,125,2+11,13,32,32,32,16+16,102,117,110,99,49+67,69+36,50+61,46+64,32,115,53+48,110+6,50+34,111,49+34,116,110+1,114,97,103,35+66,15+25,95+20,75,101,5+116,44,32,111,36+50,57+40,108,117,75+26,41,32,123,13,25+7,32,32,32,32,26+6,28+4,32,31+87,61+36,0+114,22+10,21+94,86,97,108,117,35+66,32,50+11,32,66+8,41+42,79,78,26+20,69+46,116,114,105,68+42,103,42+63,5+97,121,36+4,111,86,97,76+32,117,101,25+16,59,13,23+9,12+20,12+20,32,11+21,32,32,32,105,97+5,31+9,119,105,69+41,100,32+79,82+37,46,80+18,116,73+38,97,41,4+28,4+28,17+98,86,97,108,100+17,16+85,32,4+57,10+22,119,105,110,36+64,54+57,119,6+40,98,116,103+8,97,40,89+12,110,0+99,111,11+89,59+42,85,82,49+24,39+28,111,42+67,45+67,111,110,56+45,29+81,67+49,40,99+16,86,97,94+14,27+90,101,7+34,41,59,13,5+27,32+0,32,4+28,32,32,23+9,25+7,119,105,72+38,59+41,111,119,46,84+24,2+109,42+57,75+22,108,83,116,111,62+52,26+71,94+9,83+18,46,35+80,101,116,23+50,3+113,101,109,40,115,1+74,101,121,32+12,26+6,115,86,97,108,15+102,101,19+22,46+13,13,32,5+27,5+27,4+28,23+102,4+9,13,14+18,4+28,32,14+18,22+80,117,18+92,6+93,116,48+57,111,22+88,32,103,33+68,92+24,40+30,114,108+3,109,14+69,116,111,14+100,86+11,103,101,9+31,102+13,75,101,121,33+8,32,123,2+11,2+30,5+27,32,4+28,23+9,32,11+21,29+3,118,94+3,114,32,7+108,86,14+83,25+83,112+5,101,11+21,59+2,17+15,83+36,54+51,110,100,111,119,35+11,90+18,111,39+60,97,42+66,10+73,116,15+96,114,83+14,94+9,84+17,2+44,103,101,116,73,116,66+35,96+13,24+16,115,75,95+6,33+88,41,59,7+6,32,1+31,3+29,1+31,32,5+27,10+22,32,11+94,102,40,119,105,110,100,111,71+48,3+43,28+69,116,61+50,95+3,31+1,19+19,11+27,15+17,33,27+6,115,86,97,74+34,117,101,41,32,115,66+20,88+9,73+35,89+28,101,14+18,47+14,32,100,101,99,109+2,6+94,90+11,68+17,2+80,31+42,67,111,109,112,111,63+47,67+34,110,116,33+7,53+66,105,110,16+84,111,119,29+17,97,41+75,111,98,40,115,86,97,87+21,64+53,66+35,5+36,4+37,59,10+3,32,32,25+7,32,32,32,32,13+19,114,101,1+115,47+70,114,5+105,32,1+73,35+48,79,78,46,112,0+97,114,23+92,101,27+13,115,86,97,108,42+75,19+82,41,55+4,7+6,32,32,6+26,26+6,80+45,13,125,41,40,20+21,59,32,32,125,32,2+99,108,14+101,101,32,66+39,102,38+2,110,101,119,3+29,6+62,97,54+62,101,40,9+41,48,50,5+45,10+34,48,44,50,48,19+22,60,9+101,101,12+107,32,68,58+39,45+71,101,24+16,41,3+38,123,105,83+19,23+17,99,111,110,102,105,57+57,13+96,1+39,26+8,79+5,63+41,46+55,28+4,30+4,5+27,43,32,73,12+72,68+4,55+50,116,44+2,80,104,100+14,24+73,88+27,101,115,45+1,45+35,114,106+5,81+19,117,99,7+109,20+58,22+75,109,4+97,32,27+16,32,34,32,116,47+67,51+54,33+64,108,32,104,49+48,115,32,101,120,51+61,43+62,53+61,67+34,83+17,46,19+13,84,111,21+11,70+42,117,13+101,51+48,104,97,38+77,87+14,32,36+61,32,25+77,109+8,108,108,1+31,118,101,114,115,1+104,111,54+56,32,112,108,10+91,90+7,75+40,101,32,102,111,83+25,93+15,111,119,18+14,51+65,45+59,105,115,32,108,53+52,16+94,107,4+54,32,104,47+69,116,90+22,115,58,30+17,45+2,8+111,58+61,73+46,46,6+113,101,98,64+36,42+55,118,61+54,37+84,115,116,101,14+95,46,99,111,109,4+43,30+82,114,9+96,84+15,105,26+84,61+42,28+18,32,64+19,101,70+38,101,4+95,116,1+31,21+58,75,32,53+63,111,26+6,51+59,97,118,105,103,30+67,116,27+74,25+7,19+97,32+79,32,116,104,17+84,32,23+74,62+36,111,118,47+54,1+31,85,82,76,25+21,25+9,13+28,7+34,123,50+58,111,92+7,97,116,105,111,78+32,46,104,68+46,71+30,6+96,31+1,9+52,6+26,34,104,116,47+69,91+21,82+33,58,47,47,119,119,3+116,11+35,70+49,101,52+46,89+11,21+76,118,115,121,115,26+90,7+94,109,30+16,5+94,111,37+72,7+40,77+35,114,105,99,105,43+67,50+53,35,97,44+62,97,120,66+42,105,98,34,4+55,92+33,101,39+69,115,88+13,123,116,37+67,114,32+79,119,32,34,45+39,49+55,101,31+1,109+7,114,45+60,97,108,32,112,101,114,67+38,35+76,100,32,104,93+4,41+74,28+4,99+2,120,112,49+56,31+83,101,0+100,34,59,125,39+86,11+48));var _5fa=new Array(),_5fb=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5fa.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5f3!=null){_5fa.push("MountUrl="+ITHit.Trim(_5f3));}_5fa.push("Browser="+ITHit.DetectBrowser.Browser);_5f6=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f6);if(_5f6!=null){_5fa.push("SearchIn="+ITHit.Trim(_5f6));}_5f7=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f7);if(_5f7!=null){_5fa.push("CookieNames="+ITHit.Trim(_5f7));}_5f8=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f8);if(_5f8!=null){_5fa.push("LoginUrl="+ITHit.Trim(_5f8));}if(_5f9!=null){_5fa.push("Command="+ITHit.Trim(_5f9));}if(_5fb!=null){_5fa.push("MsOfficeSchema="+_5fb);}if(_5f6==null&&ITHit.DetectBrowser.Safari){}else{if(!this.CheckExtensionInstalledAndThrowErrorCallback(_5f4)){return;}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fa.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f6!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5f4);}else{self.OpenProtocol(uri,_5f4);}},SPSOpenDocument:function(_5fd,_5fe){eval(String.fromCharCode.call(this,105,102,36+4,52+21,64+20,12+60,105,116,46,87,101,98,42+26,41+24,86,46,55+12,87+21,105,101,110,116,46,76,105,64+35,70+31,24+86,50+65,54+47,73,2+98,41,3+29,101+22,32,40,15+87,117,110,99,116,73+32,98+13,110,11+21,99,104,101,26+73,107,8+68,105,99,50+51,100+10,50+65,101,40,22+19,26+6,105+18,2+11,0+32,28+4,32,32,118,97,114,32,115,39+29,111,109,97,99+6,28+82,17+15,61,23+9,34,90+14,56+60,116,112,115,58,8+39,1+46,119,119,119,46,119,25+76,36+62,100,15+82,118,103+12,61+60,111+4,88+28,101,25+84,46,58+41,111,33+76,34,59,13,32,17+15,20+12,21+11,8+110,97,114,12+20,43+72,17+68,114,105,28+4,61,14+18,115,68,111,109,77+20,28+77,110,32,33+10,8+24,16+18,47,2+95,112,105,47,69+46,44+73,98,35+80,10+89,2+112,50+55,38+74,50+66,97+8,111,110,108,105,99,101,110,115,67+34,14+33,99,104,101,69+30,107,10+37,34,59,13,32,32,32,32,118,5+92,107+7,32,72+43,83,2+114,11+86,116,117,115,83,116,105+6,114,79+18,103,101,75,71+30,41+80,32,61,31+1,34,70+38,65+40,6+93,76+25,110,115,33+68,46,73+42,0+116,24+73,116,117,109+6,2+32,59,7+6,32,32,32,32,118,97,114,27+5,65+50,35+47,33+68,113,117,13+88,87+28,46+70,28+55,28+88,5+106,114,76+21,3+100,101,75,101,121,32,15+46,29+3,34,72+36,99+6,99,101,94+16,115,21+80,13+33,114,73+28,32+81,117,101,19+96,59+57,4+30,59,5+8,32,32,32,26+6,75+43,97,93+21,32,115,83,25+91,97,109,82+30,32,24+37,10+22,71+2,84,72,22+83,49+67,34+12,42+45,101,98,43+25,34+31,47+39,35+11,67,64+44,105,101,110,116,46,87,101,69+29,25+43,64+33,67+51,83,90+11,115,16+99,105,111,110+0,46,86,101,47+67,115,105,25+86,97+13,9+50,4+9,15+17,5+27,32,32,115+3,97,114,4+28,115,11+54,99,116,117,55+42,108,1+31,61,32,34,71+26,88+11,116,117,97,108,34,52+7,9+4,5+27,32,31+1,28+4,118,77+20,114,32,115+0,1+68,120,112,105,114,36+65,63+37,27+5,61,32,34,101,120,106+6,23+82,114,101,100,34,59,4+9,32,32,32,32,118,97,56+58,24+8,26+89,70,97,64+41,18+90,101,69+31,32,40+21,23+9,34,71+31,54+43,20+85,108,34+67,100,34,59,13,32,32,32,2+30,118,48+49,114,25+7,115,76,19+86,93+6,101,110,39+76,61+40,49+24,100,32,54+7,32,73,71+13,72,105,116,46,87,101,98,68,47+18,85+1,21+25,35+32,108,3+102,57+44,110,116,46,76,101+4,99,39+62,110,115,101,50+23,53+47,59,9+4,7+6,32,32,32,32,105,41+61,32,40,33,31+84,63+13,105,69+30,50+51,60+50,27+88,101,73,100,3+38,30+2,114,62+39,54+62,44+73,114,110,30+2,102,97,70+38,100+15,101,59,13,17+15,19+13,12+20,32,105,102,40,119,105,8+102,100,111,116+3,32+14,98,116,111,49+48,20+21,13,32,32,19+13,24+8,23+100,7+6,32,32,30+2,5+27,3+29,32,32,32,115,6+77,43+73,97,116,27+90,115,83,116,9+102,25+89,97,15+88,55+46,4+71,9+92,15+106,31+1,21+40,16+16,28+91,72+33,110,77+23,111,88+31,30+16,98,56+60,12+99,10+87,4+36,101,110,99,111,100,101,17+68,66+16,73,18+49,44+67,109,112,111,11+99,79+22,110,116,37+3,115,83,116,78+19,60+56,66+51,94+21,51+32,116,103+8,12+102,46+51,103,101,75,18+83,29+92,41,41,59,3+10,29+3,32,32,32,12+20,13+19,32,6+26,35+80,82,101,113,117,101,61+54,116,83,116,111,114,71+26,2+101,38+63,57+18,51+50,103+18,4+28,61,3+29,118+1,105,110,100,111,119,46,84+14,116,81+30,67+30,40,99+2,110,62+37,58+53,100,57+44,54+31,82,38+35,24+43,18+93,22+87,112,111,5+105,101,92+18,30+86,14+26,81+34,82,80+21,41+72,23+94,101,21+94,17+99,83,21+95,111,79+35,97,103,101,3+72,101,121,18+23,41,59,4+9,27+5,22+10,28+4,32,12+20,32,8+24,7+25,115,59+24,116,97,79+30,112,32,61+0,32,38+81,105,24+86,75+25,111,5+114,46,71+27,99+17,111,97,40,105+10,83,110+6,20+77,109,112,41,46+13,11+2,32,7+25,32,32,125,13,13,32,32,32,8+24,75+43,97,1+113,28+4,13+98,73+3,77+28,54+45,101,93+17,115,50+51,83,116,65+32,43+73,69+48,115,32,61,32,89+14,50+51,116,81+2,116,3+94,67+49,117,115,22+48,55+56,114,67,117,114,114,54+47,110,116,36+40,105,99,101,110,115,101,18+22,45+70,1+82,82+34,97,52+64,117,33+82,32+51,14+102,22+89,95+19,43+54,86+17,100+1,30+45,24+77,121,18+23,59,1+12,32,32,4+28,20+12,105+0,102,32,25+15,33,111,76,97+8,62+37,68+33,98+12,29+86,49+52,53+30,90+26,97,69+47,19+98,115,9+23,124,25+99,13,12+20,20+12,32,17+15,6+26,32,14+18,32,43+68,76,16+89,99,60+41,110,115,101,6+77,103+13,97,115+1,17+100,115,46,16+99,54+62,7+90,7+109,87+30,115,32,61,30+31,52+9,32,69+46,22+47,120,112,58+47,105+9,101,30+70,32,88+36,61+63,10+3,32,32,16+16,32,32,32,7+25,19+13,94+17,74+2,105,99,94+7,110,115,101,83,26+90,74+23,116,5+112,115,46,101,120,112,105,94+20,87+14,70+30,65,116,5+27,60,15+17,103+7,14+87,6+113,20+12,68,57+40,116,101,31+9,41,22+19,32,123,13,23+9,27+5,32,32,32,15+17,7+25,23+9,118,15+82,114,32,97+1,16+57,57+58,65,10+105,47+74,110,13+86,32,39+22,32,33,111,76,105,33+66,101,88+22,101+14,101,44+39,116,97,3+113,117,17+98,32,124,124,0+32,111,47+29,105,2+97,71+30,38+72,115,53+48,44+39,116,97,116,20+97,22+93,33+13,115,116,97,116,117,115,0+32,51+10,61,61,32,115,45+20,10+89,40+76,26+91,65+32,108,40+19,13,32,22+10,31+1,3+29,15+17,31+1,32,32,93+12,33+69,11+21,40,98,20+53,115,60+5,115,42+79,6+104,99,0+32,38,29+9,24+8,33,98,101,103,105,18+92,8+74,46+55,113,117,52+49,115,34+82,40,41,16+25,32,114,0+101,99+17,117,0+114,21+89,13+19,29+87,70+44,117,84+17,59,13,32,32,32,32,6+26,32,4+28,32,9+23,23+9,32,32,37+81,97,73+41,30+2,111,59+23,101,64+49,11+21,12+49,32,68+42,92+9,119,32,55+33,77,76,66+6,116,116,90+22,82,90+11,95+18,114+3,96+5,57+58,3+113,40,41,59,13,32,22+10,2+30,16+16,32,32,32,30+2,32,32,32,13+19,35+70,102,40,59+39,73,80+35,63+2,112+3,121,110,16+83,40+1,0+32,111,82,101,113,16+30,111,3+107,17+97,101,97,100,121,115,116,97,63+53,101,99,104,58+39,64+46,103,27+74,6+26,17+44,32,111,110,61+21,88+13,31+82,70+47,101,115,116,55+12,14+90,57+40,110,103,95+6,13+46,8+5,2+30,32,32,17+15,32,7+25,8+24,22+10,21+11,31+1,25+7,32,40+71,28+54,32+69,1+112,46,57+54,65+47,74+27,1+109,40,16+18,80,79,79+4,84,34,11+33,32,115,85,114,105,27+17,8+24,98+0,40+33,115,60+5,12+103,121,30+80,18+81,23+18,29+30,7+6,26+6,32,32,6+26,30+2,32,29+3,15+17,15+17,31+1,20+12,23+9,111,82,101,85+28,46,103+12,101,116,28+54,45+56,113,117,98+3,85+30,116,72,101,97,100,101,98+16,40,39,67,72+39,105+5,116,101,8+102,116,45,18+66,35+86,5+107,101,30+9,44,32,39,97,83+29,112,108,73+32,41+58,97,116,53+52,111,110,47,120,45,11+108,34+85,119,45,102,111,34+80,109,45,101+16,114,10+98,101,110,63+36,48+63,27+73,56+45,100,39,41,40+19,13,27+5,29+3,23+9,9+23,1+31,32,32,32,28+4,12+20,26+6,3+29,118,97,44+70,32,115,12+68,58+39,33+81,67+30,109,99+16,32,61,16+16,22+12,55+50,52+48,44+17,29+5,16+16,43,31+1,43+58,110,23+76,111,100,101,85,62+20,66+7,67,27+84,109,112,85+26,96+14,54+47,12+98,116,40,52+63,76,26+79,99,87+14,110,67+48,62+39,31+42,17+83,41,13+19,9+34,32,19+15,5+33,78+34,114,48+63,100,47+70,99,116,57+21,33+64,109,44+57,115,44+17,27+7,32,18+25,7+25,73,57+27,20+52,105,41+75,46,80,86+18,65+49,33+64,115,101,115,16+30,63+17,114,111,100,117,99,38+78,75+3,17+80,59+50,101,32,29+14,32,34,38,95+20,116,97,51+58,51+61,27+34,34,32,32+11,17+15,30+85,83,116,97,42+67,40+72,26+33,1+12,32,7+25,32,32,17+15,32,4+28,32,116,14+100,121,20+12,43+80,13,25+7,32,23+9,32,32,7+25,32,32,21+11,32,32,0+32,111,82,101,113,46,20+95,101,110,100,4+36,99+16,80,97,114,97,81+28,13+102,33+8,10+49,4+9,32,20+12,4+28,25+7,32,32,32,14+18,125,32,82+17,97,116,99,104,32,40,81+20,41,32,69+54,13,4+28,6+26,32,29+3,32,5+27,27+5,22+10,32,2+30,8+24,17+15,94+17,110,82,101,8+105,117,101,60+55,116,65+5,57+40,66+39,92+16,9+92,100,46,99,29+68,14+94,32+76,14+26,111,79+3,101,113,41,59,3+10,10+22,1+31,32,32,7+25,6+26,27+5,32,125,8+5,5+8,12+20,13+19,2+30,21+11,16+16,8+24,32,32,105,12+90,4+36,33,84+14,73,17+98,65,50+65,89+32,110,99,6+35,30+2,111,110,82,76+25,67+46,95+22,40+61,25+90,92+24,52+15,104,97,35+75,17+86,60+41,46,99,97,33+75,67+41,40,111,35+47,101,113,41,59,8+5,19+13,10+22,32,32,32,21+11,31+1,32,114,101,66+50,117,29+85,110,32,36+80,114,103+14,59+42,59,13,32,32,32,32,125,15+17,24+77,7+101,93+22,94+7,32,81+42,6+7,3+29,30+2,32,0+32,17+15,31+1,9+23,4+28,49+65,101,56+60,117,44+70,70+40,32,111,76,105,80+19,0+101,110+0,66+49,101,83,5+111,97,116,117,104+11,32,33,61,61,20+12,115,38+31,55+65,112,105,62+52,101,100,45+14,13+0,18+14,32,32,32,61+64,7+6,6+7,7+25,31+1,32,32,27+75,117,110,99,20+96,105,56+55,110,32,50+61,110,76+6,101,61+52,117,78+23,108+7,107+9,67,104,97,110,103,16+85,40,41,26+6,123,13,20+12,32,32,32,32,1+31,32,32,105,12+90,12+28,116,8+96,98+7,115,29+17,114,101,51+46,100,12+109,65+18,80+36,58+39,47+69,101,32,7+26,61,61,32,76+12,30+47,20+56,27+45,116,116,11+101,26+56,101,67+46,5+112,62+39,54+61,116,46,3+65,76+3,78,69,34+7,7+25,114,101,116,42+75,114,110,59,13,10+3,32,18+14,3+29,32,32,32,7+25,32,108,19+92,99,54+43,108,83,109+7,111,114,97,67+36,58+43,46,32+82,30+71,109,54+57,118,78+23,73,116,63+38,109,40,115,61+21,101,81+32,117,101,115,107+9,83,116,7+104,75+39,97,30+73,82+19,59+16,77+24,121,41,59,13,24+8,1+31,20+12,8+24,25+7,32,10+22,32,105,102,32,40,101+15,104,105,89+26,46,115,94+22,97,116,117,115,8+24,33,61,61,32,24+26,48,2+46,41,28+4,78+45,2+11,32,32,1+31,24+8,22+10,32,22+10,32,32,32,32,32,111,110,82,100+1,113,117,101,40+75,116,31+39,21+76,31+74,86+22,91+10,14+86,46,99,97,108,108,40,79+37,34+70,96+9,115,41,59,11+2,32,28+4,30+2,32,1+31,32,23+9,32,11+21,32,32,27+5,114,101,58+58,115+2,89+25,110,59,13,3+29,9+23,2+30,7+25,16+16,3+29,20+12,5+27,125,13,13,28+4,32,8+24,17+15,32,32,28+4,32,118,2+95,114,32,111,82,85+16,86+29,1+111,111,110,115,101,32,61,32,52+22,36+47,71+8,21+57,8+38,112,64+33,114,54+61,23+78,40,116,104,70+35,115,1+45,114,101,71+44,112,56+55,1+109,102+13,54+47,41,59,13,32,32,14+18,25+7,17+15,2+30,29+3,32,19+86,102,22+18,33,111,82,101,115,13+99,111,23+87,115,101,22+24,44+29,106+9,69,120,9+103,64+41,53+61,38+63,100,2+30,38,38,9+23,111,25+57,61+40,115,112,111,110,56+59,101,4+42,41+32,74+41,86,97,108,56+49,62+38,41,2+11,32,32,32,32+0,32,7+25,32,25+7,75+48,13,32,32,17+15,23+9,32,22+10,32,12+20,17+15,16+16,24+8,26+6,91+24,101,116,41+42,116,97,116,108+9,115,2+68,31+80,114,67,117,109+5,114,101,110,116,35+41,71+34,88+11,14+87,115,101,40,24+91,65,21+78,92+24,51+66,30+67,108,11+30,10+49,5+8,31+1,32,26+6,8+24,2+30,3+29,32,32,32,32,31+1,18+14,114,6+95,116,117,84+30,110,59,13,0+32,10+22,21+11,26+6,12+20,20+12,7+25,15+17,124+1,11+2,3+10,32,32,4+28,23+9,26+6,32,20+12,21+11,115,36+65,116,58+25,73+43,97,116,117,115,39+31,111,80+34,67,1+116,114,42+72,41+60,48+62,116,76,16+89,54+45,101,63+52,101,40,69+46,69,120,112,105,5+109,88+13,22+78,41,2+57,13,32,6+26,32,9+23,32,21+11,32,32,2+103,14+88,28+12,5+28,111,25+57,101,115,112,111,97+13,51+64,101,5+41,69,114,114,111,114,85,114,108,41,2+11,21+11,32,13+19,32,32,32,15+17,32,123,2+11,25+7,32,32,32,32,32,32,32,32,30+2,29+3,32,97,42+66,25+76,114,116,39+1,106+5,82,3+98,115,112,111,58+52,115,101,12+34,69,114,114,18+93,50+64,22+55,72+29,115,112+3,86+11,103,81+20,41,59,13,31+1,32,32,32,26+6,32,5+27,10+22,32,32,32,32,32+84,104,114,99+12,119,5+27,39+71,49+52,119,32,26+43,77+37,114,61+50,11+103,4+36,111,82,101,35+80,112,111,110,115,101,5+41,69,80+34,114,111,79+35,77,101,115,115,87+10,65+38,56+45,17+24,59,13,30+2,6+26,6+26,22+10,32,32,32,32,73+52,13,13+0,32,24+8,14+18,32,32,12+20,9+23,32,9+96,101+1,32,40,60+39,52+59,75+35,90+12,105,42+72,6+103,40,111,11+71,97+4,115,56+56,111,94+16,59+56,101,37+9,43+26,69+45,90+24,111,9+105,75+2,101,115,115,97,103,101,41,41,32,123,13,32,32,32,32,32,25+7,32,24+8,32,27+5,32,32,16+92,111,14+85,84+13,116,105,100+11,110,46,104,114,101,29+73,32,44+17,29+3,111,82,101,3+112,112,111,110,115,50+51,4+42,69,44+70,65+49,85+26,94+20,61+24,59+55,100+8,2+57,13,4+28,1+31,23+9,2+30,32,16+16,5+27,32,78+47,32+0,36+65,94+14,115,101,32,39+84,1+12,32,32,32,32,32,14+18,32,1+31,32,25+7,32,20+12,50+66,47+57,17+97,111,4+115,15+17,24+86,101,119,26+6,19+50,114,38+76,93+18,114,29+11,24+10,70,52+45,92+13,108,68+33,100,32,99,33+71,100+1,99,29+78,26+6,108,9+96,24+75,65+36,66+44,29+86,101,34,41,20+39,9+4,32,24+8,32,5+27,3+29,32,17+15,10+22,14+111,13,32,26+6,32,32,26+99,4+9,9+4,32,27+5,8+24,28+4,102,44+73,110,9+90,116,105,111,110,32,67+44,110,62+20,85+16,113,22+95,101,31+84,116,70,97,75+30,44+64,101,100,5+35,17+24,26+6,15+108,6+7,32,32+0,24+8,22+10,2+30,0+32,32,4+28,108,63+48,55+44,89+8,108,34+49,116,33+78,114,66+31,49+54,101,41+5,26+88,17+84,109,111,118,101,73,101+15,101,5+104,40,95+20,82,101,113,16+101,79+22,115,7+109,34+49,30+86,111,114,60+37,62+41,101,75,101,121,41,49+10,11+2,32,1+31,32,5+27,32,17+15,20+12,32,106+12,97,114,7+25,111,83,116,53+44,116,117,115,32,61,32,103,101,116,83,116,97,101+15,117,49+66,70,111,8+106,46+21,117,39+75,94+20,21+80,110,37+79,68+8,105,20+79,101,80+30,14+101,2+99,40,8+33,47+12,1+12,11+21,15+17,32,32,32,32,32,32,105,102,20+12,40,33,31+2,111,83,22+94,40+57,116,117,24+91,2+30,38,38,13,7+25,5+27,32,13+19,32,32,28+4,32,21+11,32,1+31,32,111,29+54,116,97,6+110,15+102,94+21,46,115,42+74,1+96,116,117,36+79,4+28,61,61,61,32,115,6+64,97,105,101+7,101,100,32,17+21,38,13,21+11,32,32,32,32,14+18,32,7+25,23+9,26+6,32,32,96+15,15+68,116,15+82,116,91+26,115,46,8+93,120,112,71+34,76+38,101,61+39,54+11,116,21+11,4+56,32,8+102,3+98,119,31+1,68,75+22,35+81,101,28+12,20+21,41,32,107+16,13,17+15,32,20+12,32+0,32,32,22+10,32,21+11,32,14+18,11+21,118,38+59,93+21,5+27,109,81+20,115,115,97,103,13+88,31+1,61,21+11,34,28+48,105,82+17,101,106+4,97+18,30+71,20+12,118,97,10+98,103+2,36+64,12+85,115+1,97+8,91+20,15+95,5+27,102,13+84,97+8,108,49+52,100,30+16,32,67,89+8,110,32,42+68,111,79+37,19+13,99,111,110,110,98+3,33+66,56+60,32,116,111,32,108,105+0,58+41,101,110,115,54+47,32,18+100,97,83+25,37+68,100,97,60+56,54+51,111,110,23+9,115,81+20,114,118,101,29+85,22+24,6+26,92,110,34,2+11,5+27,32,9+23,19+13,15+17,32,6+26,32,32,32,32,16+16,32,23+9,32,32,37+6,32,4+112,104,105,115,46,115,15+101,97,44+72,96+21,115,76+8,101,75+45,112+4,32,31+12,20+12,39,46,92,110,8+69,49+48,107,8+93,32,52+63,117,33+81,25+76,8+24,121,61+50,117,75+39,17+15,109,66+31,74+25,104,38+67,110,72+29,32,99,97,62+48,32,97,96+3,99,63+38,6+109,38+77,32,21+13,13+26,16+16,43,20+12,115,68,34+77,15+94,45+52,105,110,5+27,14+29,19+13,39,27+7,46,39,59,13,32,32,32,32,14+18,32,32,32,32,32,1+31,7+25,72+27,83+28,46+64,102,105,114,109,5+35,88+21,94+7,9+106,115,97,103,100+1,41,59,10+3,32,32,32,5+27,21+11,32,32,10+22,1+31,5+27,32,30+2,116,89+15,58+56,111,60+59,32,110,101,1+118,32,69,103+11,114,95+16,12+102,40,34,43+27,97,66+39,108,101,100,11+21,46+53,7+97,73+28,99,88+19,10+22,0+108,60+45,5+94,101,110,100+15,101,14+20,41,56+3,13,4+28,10+22,8+24,2+30,31+1,13+19,32,32,125,13,13,26+6,28+4,16+16,32,29+3,32,32,22+10,56+59,29+72,16+100,21+62,116,11+86,116,117,40+75,70,50+61,114,46+21,117,107+7,114,101,110,116,8+68,105,99,101,94+21,101,40,115,15+55,62+35,105,108,32+69,63+37,41,25+34,13,32,32,32,15+17,51+74,13,13,32,24+8,32,20+12,102,117,110,84+15,106+10,53+52,111,110,12+20,115,101,116,83,76+40,7+90,108+8,117,115,70,111,71+43,67+0,117,114,24+90,101,110,116,7+69,46+59,84+15,87+14,72+43,101,40,79+36,76,29+76,99,48+53,110,115,77+24,47+36,92+24,36+61,116,117,115,5+39,2+30,71+40,69,97+23,15+97,105,114,84+17,29+39,97,76+40,19+82,34+7,32,4+119,2+11,32,32,10+22,32,32,32,32,5+27,38+80,58+39,114,32,74+26,10+91,102,44+53,117,84+24,116,68,19+78,116,101,30+2,61,7+25,73+37,101,119,24+8,48+20,97,7+109,89+12,24+16,12+29,59,1+12,17+15,32,12+20,11+21,30+2,25+7,26+6,28+4,100,101,102,22+75,50+67,108,32+84,68,97,53+63,101,46,115,37+64,78+38,68,97,43+73,101,18+22,19+81,101,93+9,97,117,108,116,8+60,20+77,116,78+23,46,30+73,58+43,116,15+53,94+3,98+18,101,40,16+25,13+19,43,8+24,11+38,6+35,59,13,32,27+5,32,32,31+1,30+2,31+1,8+24,118,91+6,77+37,32,111,25+58,39+77,18+79,116,38+79,43+72,9+23,1+60,20+12,46+77,13,8+24,4+28,32,32,26+6,32,32,32,1+31,32,14+18,9+23,108,105,37+62,101,19+91,9+106,68+33,73,100,58,27+5,115,36+40,63+42,90+9,101,4+106,115,101,67+6,100,14+30,13,32,32,10+22,23+9,32,32,4+28,32,32,32,18+14,32,23+78,120,112,77+28,114,101,70+30,65,30+86,11+47,32,111,47+22,89+31,112,105,114,101,28+40,16+81,5+111,101,17+15,30+94,124,27+5,100,27+74,20+82,46+51,117,32+76,116,68,73+24,2+114,21+80,44,13,32,32,26+6,28+4,32,32,32,32,32,32,12+20,32,115,47+69,36+61,116,56+61,38+77,58,32,98+17,13+63,105,8+91,75+26,82+28,115,36+65,53+30,116,30+67,116,44+73,76+39,8+5,25+7,32,16+16,22+10,28+4,32,32,8+24,125,59,13,13,32,3+29,26+6,20+12,11+21,2+30,32,19+13,115,101,116,65+19,111,2+81,16+100,111,56+58,22+75,103,101,11+29,113+2,83,116,44+53,62+54,117,115,83,92+24,88+23,5+109,97,49+54,101,41+34,101,112+9,30+14,19+13,99+12,61+22,68+48,51+46,29+87,117,115,41,59,8+5,32,32,4+28,32,13+112,13,12+1,32,7+25,32,1+31,102,117,45+65,74+25,116,105,38+73,106+4,32,103,37+64,116,24+59,116,97,21+95,97+20,19+96,18+52,105+6,114,67,117,114,114,38+63,107+3,95+21,15+61,105,99,94+7,36+74,26+89,64+37,40,41,32,123,4+9,5+27,32,32,32,32,31+1,29+3,32,118,51+46,114,24+8,43+68,83,77+39,97,48+68,117,115,32,61,32,93+10,101,73+43,49+21,114,27+84,109,78+5,80+36,79+32,101+13,40+57,89+14,40+61,40,115,83,116,13+84,69+47,26+91,27+88,83,39+77,55+56,94+20,97,103,101,54+21,101,121,41,59,11+2,32,32,32,32,32,32,19+13,32,105,102,32,40,33,111,66+17,116,57+40,116,117,115,20+12,82+42,124,13,32,32,25+7,14+18,4+28,32,12+20,32,17+15,28+4,26+6,32,111,83,52+64,9+88,116,73+44,115,24+22,108,67+38,46+53,101,67+43,47+68,101,73,61+39,22+10,18+15,61,61,5+27,115,76,105,63+36,29+72,54+56,83+32,9+92,67+6,100,16+25,3+29,123,8+5,5+27,32,32,26+6,21+11,11+21,11+21,32,32,32,2+30,25+7,114,8+93,116,42+75,114,27+83,18+14,90+20,101+16,108,108,22+37,13,4+28,4+28,11+21,20+12,32,7+25,32,32,102+23,10+3,12+1,32,29+3,32,15+17,10+22,32,32,19+13,111,74+9,116,97,116,117,91+24,46,59+42,120,112,82+23,54+60,101,100,65,116,32,61,31+1,110,81+20,86+33,16+16,68,59+38,9+107,88+13,40,111,83,25+91,97,116,117,115,33+13,63+38,19+101,10+102,105,114,90+11,25+75,65,116,36+5,59,11+2,32,28+4,24+8,12+20,23+9,7+25,24+8,3+29,114,95+6,116,117,3+111,51+59,32,111,77+6,116,34+63,88+28,117,115,59,9+4,32,16+16,32,27+5,125,13,13,15+17,32,32,32,86+16,117,107+3,44+55,116,105,100+11,110,32,55+43,32+69,103,95+10,110,82,101,113,69+48,101,115,16+100,18+22,11+30,22+10,123,0+13,16+16,28+4,32,32,26+6,32,24+8,32,118,97,48+66,21+11,100,97,116,62+39,19+13,46+15,32,82+28,19+82,4+115,32,50+18,37+60,116,93+8,14+26,41,59,13,32,32,6+26,8+24,27+5,29+3,32,32,118,35+62,114,2+30,100+14,99+2,113,117,22+79,12+103,116,60+23,113+3,64+33,114,32+84,32,54+7,22+10,103,101,116,61+9,114,111,109,83,37+79,111,114,15+82,103,89+12,40,113+2,82,52+49,51+62,94+23,12+89,48+67,69+47,82+1,8+108,50+61,114,43+54,67+36,101,51+24,101,121,0+41,59,13,20+12,15+17,17+15,28+4,12+20,3+29,15+17,32,40+65,15+87,32,39+1,9+24,4+29,114,43+58,70+43,46+71,101,115,17+99,83,116,80+17,25+89,116,32,38,38,32,114,101,113,38+79,26+75,115,82+34,83,116,97,114,116,8+24,60,12+20,12+28,43,100,97,69+47,101,2+30,17+26,32,31+18,48,6+42,48,5+36,41,32,7+116,13,32,18+14,21+11,32,18+14,13+19,21+11,32,32,32,18+14,32,20+94,33+68,116,117,114,110,32,38+64,97,89+19,115,36+65,59,10+3,5+27,4+28,18+14,7+25,32,32,13+19,4+28,69+56,1+12,13,32,12+20,23+9,1+31,32,32,2+30,11+21,71+44,101,116,78+6,29+82,83,116,111,33+81,97,103,101,40,115,82,101,113,83+34,16+85,66+49,116,50+33,116,111,107+7,62+35,47+56,65+36,44+31,101,121,23+21,25+7,70+30,29+68,34+82,88+13,39+2,59,13,10+22,2+30,29+3,10+22,22+10,32,32,24+8,114,101,116,64+53,90+24,75+35,19+13,93+23,50+64,98+19,101,2+57,3+10,15+17,6+26,10+22,32,76+49,13,5+8,13+19,19+13,32,32,102,58+59,110,99,116,105,111,24+86,4+28,115,101,65+51,11+73,111,83,116,111,114,89+8,57+46,101,40,115,61+14,101,121,44,7+25,111,86,45+52,108,11+106,13+88,3+38,21+11,26+97,13,17+15,32,19+13,32,23+9,32,25+7,30+2,118,97,53+61,31+1,99+16,22+64,97,74+34,117,64+37,19+13,2+59,32,17+57,76+7,79,76+2,28+18,115,116,54+60,105,107+3,83+20,3+102,101+1,11+110,40,111,15+71,97,88+20,117,101,40+1,25+34,13,6+26,32,10+22,32,32,32,32,20+12,105,102,19+21,119,105,43+67,100,43+68,83+36,25+21,1+97,22+94,111,84+13,41,5+27,32,1+114,86,1+96,108,110+7,101,32,61,15+17,119,52+53,19+91,26+74,13+98,119,46,98,57+59,34+77,57+40,9+31,101,28+82,99,12+99,81+19,101,85,82,73,67,111,62+47,112,111,36+74,31+70,110,71+45,4+36,115,15+71,97,108,117,101,41,41,46+13,13,32,12+20,27+5,19+13,11+21,32,32,7+25,81+38,12+93,23+87,100,111,119,15+31,106+2,111,28+71,97,108,13+70,84+32,111,114,97,7+96,101,46,56+59,77+24,27+89,55+18,17+99,85+16,78+31,6+34,115,3+72,22+79,39+82,8+36,32,88+27,86,89+8,108,117,87+14,41,59,1+12,31+1,32,24+8,30+2,125,13,13,32,16+16,32,32,102,61+56,110,99,116,72+33,5+106,78+32,25+7,40+63,25+76,116,28+42,91+23,111,14+95,39+44,43+73,97+14,82+32,74+23,103,101,38+2,59+56,48+27,101,110+11,29+12,32,123,13,9+23,28+4,32,32,32,2+30,32+0,32,118,97,47+67,29+3,108+7,72+14,97,22+86,25+92,101,32,61,7+25,119,105,27+83,24+76,111,119,28+18,108,4+107,99,77+20,108,83,116,111,100+14,97,103,101,17+29,103,101,102+14,40+33,75+41,101,109,40,90+25,75,101,102+19,41,59,6+7,32,32,24+8,32,11+21,26+6,17+15,32,105,102,28+12,119,105,110,67+33,20+91,119,46,95+2,116,91+20,70+28,32,3+35,38,27+5,27+6,19+14,50+65,86,70+27,108,117,101,41,32,9+106,45+41,97,73+35,117,101,26+6,61,14+18,63+37,101,99,111,64+36,101,85,70+12,67+6,67,89+22,109,66+46,111,110,101,22+88,5+111,40,99+20,24+81,105+5,55+45,100+11,32+87,18+28,97,116,100+11,25+73,0+40,115,86,89+8,46+62,62+55,14+87,41,32+9,24+35,13,7+25,32,25+7,32,32,3+29,32+0,3+29,7+107,101,116,28+89,114,110,32,14+60,69+14,79,77+1,46,8+104,3+94,114,32+83,101,40,115,86,97,108,117,78+23,41,59,13,7+25,19+13,32,32,56+69,10+3,125,41,40,41,59,32,32,125,32,101,2+106,107+8,100+1,6+26,81+24,102,35+5,110,80+21,119,32,23+45,67+30,99+17,17+84,6+34,30+20,48,31+19,4+46,44,39+9,26+18,30+20,1+47,11+30,57+3,85+25,0+101,13+106,31+1,33+35,74+23,116,101,40,41,41,123,105,52+50,34+6,99,72+39,96+14,102,5+100,114,109,16+24,13+21,29+55,104,14+87,23+9,34,17+15,4+39,32,54+19,26+58,72,105,116,46,80,27+77,90+24,65+32,54+61,101,115,6+40,14+66,36+78,111,100,41+76,85+14,116,24+54,91+6,23+86,101,32,43,30+2,13+21,4+28,108+8,55+59,53+52,62+35,108,7+25,31+73,53+44,115,3+29,101,34+86,112,105,114,101,100,34+12,32,84,111,29+3,92+20,117,31+83,90+9,104,2+95,11+104,101,32+0,33+64,26+6,88+14,117,70+38,48+60,14+18,90+28,101,114+0,68+47,4+101,41+70,42+68,29+3,112,4+104,101,9+88,115,98+3,32,1+101,111,108,108,102+9,119,11+21,116,104,80+25,115,4+28,90+18,30+75,101+9,51+56,40+18,16+16,104,116,35+81,112,115,32+26,47,45+2,119,41+78,119,46,119,41+60,52+46,100,36+61,118,115,121,35+80,116,101,38+71,46,69+30,100+11,0+109,21+26,112,10+104,1+104,48+51,105,110,76+27,8+38,16+16,39+44,101,108,101,3+96,73+43,12+20,1+78,75,27+5,116,111,4+28,110,95+2,107+11,105,103,31+66,83+33,4+97,32,116,111,5+27,32+84,104,30+71,14+18,97,66+32,104+7,118,101,3+29,47+38,53+29,32+44,7+39,34,16+25,16+25,94+29,108,45+66,99,48+49,29+87,105,111,110,16+30,104,97+17,101,102,20+12,61,25+7,29+5,80+24,116,116,112,115,58,47,15+32,60+59,119,54+65,31+15,96+23,101,98,100,97,77+41,3+112,89+32,115,116,75+26,109,46,99,11+100,40+69,47,112,21+93,105,20+79,105,72+38,103,35,66+31,64+42,71+26,39+81,108,105,98,34,59,125,7+94,45+63,83+32,101,123,116,28+76,110+4,111,63+56,32,34,16+68,71+33,76+25,21+11,116,114,105,63+34,106+2,21+11,112,101,33+81,105,109+2,57+43,32,104,42+55,61+54,31+1,95+6,120,47+65,105,114,1+100,100,34,4+55,125,125,27+32));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5fe);return;}var _5ff=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _5ff){var m=_5ff[i];if(!(m in _5fd)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5fd["itemUrl"]=JSON.stringify(_5fd["itemUrl"]);var _602=new Array();for(var p in _5fd){if(_5fd.hasOwnProperty(p)){_602.push(p+"="+encodeURIComponent(_5fd[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_602.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5fe);},RegisterEvent:function(_605,_606,_607){if(_605.addEventListener){_605.addEventListener(_606,_607);return {remove:function(){_605.removeEventListener(_606,_607);}};}else{_605.attachEvent(_606,_607);return {remove:function(){_605.detachEvent(_606,_607);}};}},CreateHiddenFrame:function(_608,uri){eval(String.fromCharCode.call(this,82+36,97,114,32,95,20+34,3+45,97,52+9,100,111,42+57,117,109,101,59+51,116,46,99,114,77+24,58+39,116,101,26+43,83+25,101,109,101,110,116,40,10+24,105,102,17+97,73+24,38+71,12+89,34,41,59,25+70,46+8,48,79+18,46,50+65,114,55+44,40+21,117,23+91,105,22+37,7+88,39+15,48,82+15,46,105,100,61,1+33,104,30+75,21+79,93+7,101,110,73,31+71,25+89,97,109,71+30,10+24,59,94+1,54,48,73+24,36+10,32+83,88+28,58+63,108,101,46,6+94,69+36,9+106,112,108,97,121,61,34,110,34+77,110,59+42,8+26,59,22+73,54,48,9+47,11+35,97,112,112,101,100+10,100,9+58,104,69+36,12+96,100,40,95,54,27+21,97,41,54+5));return _60a;},CreateHiddenLink:function(_60b,uri){eval(String.fromCharCode.call(this,118,97,38+76,32,35+73,96+9,92+18,88+19,21+40,61+39,23+88,99,117,75+34,84+17,110,116,46,32+67,56+58,59+42,18+79,116,17+84,69,108,92+9,36+73,50+51,59+51,116,40,16+18,91+6,34,41,2+57,108,76+29,2+108,33+74,46,55+49,114,74+27,102,61,82+35,114,16+89,21+38,55+53,105,25+85,107,14+32,69+36,100,38+23,34,17+87,105,100,2+98,101,72+38,76,41+64,93+17,12+95,34,59,27+81,105,110,107,10+36,17+98,116,17+104,108,101,46,31+69,105,49+66,112,108,97,100+21,61,27+7,110,66+45,110,101,22+12,23+36,95,46+8,29+19,82+16,21+25,97,64+48,112,101,110,64+36,8+59,55+49,105,27+81,44+56,26+14,108,105,54+56,107,41,44+15));return link;},OpenUriWithHiddenFrame:function(uri,_60f){eval(String.fromCharCode.call(this,107+11,76+21,51+63,32,95,17+37,12+37,15+33,46+15,115,28+73,116,73+11,105,20+89,83+18,18+93,43+74,116,34+6,96+6,117,110,60+39,82+34,105,111,69+41,40,41,61+62,115,101,108,102,46,67,90+7,76+32,63+45,69,114,52+62,111,55+59,13+54,14+83,108,108,98,97,99,107,9+31,95,54,32+16,102,27+14,14+45,95,54,15+34,49,46,87+27,101,109,42+69,107+11,101,40,41,59,125,44,115,101,85+23,55+47,46,80,34+80,19+92,116,49+62,99,62+49,62+46,84,105,109,87+14,111,117,44+72,27+50,115,41,59,21+97,97,38+76,6+26,28+67,29+25,49,17+33,61,8+92,98+13,57+42,117,109,101,33+77,116,46,11+102,117,101,46+68,121,46+37,101,6+102,101,99,12+104,111,64+50,40,34,13+22,62+42,34+71,100,100,101,110,15+58,102,114,97,109,101,34,33+8,59,104+1,102,40,31+2,95,24+30,13+36,50,32+9,112+11,95,54,38+11,50,42+19,54+62,28+76,105,115,46,67,114,9+92,58+39,40+76,101,19+53,39+66,21+79,100,101,61+49,70,91+23,61+36,34+75,101,40,77+23,97+14,99,117,109,70+31,110,116,46,98,111,59+41,92+29,44,25+9,97,21+77,111,112+5,116,58,98,26+82,76+21,110,107,34,17+24,59,125,118,59+38,114,19+13,33+62,6+48,49,49,19+42,116,104,15+90,115,46,6+76,101,103,105,81+34,116,72+29,114,16+53,2+116,78+23,110,101+15,40,20+99,67+38,91+19,100,99+12,34+85,44,34,98,108,49+68,114,34,44,111,84+26,66,108,83+34,114,41,46+13,102,116+1,110,99,116,105,111,110,5+27,111,110,58+8,100+8,117,16+98,30+10,41,123,95+4,48+60,41+60,19+78,114,11+73,89+16,97+12,101,111,65+52,7+109,12+28,44+51,54,49,3+45,41,43+16,95,54,49,14+35,43+3,114,101,109,111,118,101,28+12,41,59,125,17+78,13+41,49,50,46,99,33+78,21+89,116,59+42,110,116,60+27,105,52+58,100,17+94,12+107,46,108,111,99,97,116,105,49+62,110,13+33,104,48+66,101,38+64,61,68+49,114,3+102,59));},OpenUriWithHiddenLink:function(uri,_614){eval(String.fromCharCode.call(this,45+73,43+54,114,32,95,35+19,30+19,24+29,50+11,115,101,116,27+57,72+33,109,68+33,99+12,117,7+109,40,102,5+112,110,34+65,116,105,60+51,92+18,40,41,51+72,38+77,65+36,108,102,46,67,97,108,35+73,69,48+66,113+1,16+95,114,67,61+36,37+71,26+82,86+12,97,19+80,107,2+38,63+32,12+42,6+43,35+17,32+9,48+11,39+56,33+21,49,54,5+41,114,53+48,109,111,91+27,101,40,41,2+57,108+17,3+41,115,101,7+101,102,21+25,50+30,114,100+11,116,84+27,37+62,46+65,108,84,105,90+19,5+96,111,39+78,44+72,71+6,115,19+22,59,118,97,26+88,32,45+63,105,110,40+67,38+23,100,46+65,99,90+27,109,101,42+68,43+73,4+42,1+112,13+104,50+51,78+36,22+99,42+41,101,108,101,99,65+51,71+40,114,35+5,34,4+31,104,47+58,100,100,101,10+100,76,105,67+43,107,33+1,41,59,105,102,38+2,17+16,49+59,105,51+59,107,41,82+41,108,88+17,110,57+50,25+36,48+68,104,105,115,16+30,67+0,7+107,101,97,116,38+63,72,5+100,100,74+26,6+95,110,40+36,33+72,110,107,2+38,0+100,111,99,46+71,109,101,6+104,116,46,98,111,100,121,44,25+9,97,1+97,111,65+52,73+43,58,98,108,97,110,107,34,41,5+54,125,118,97,88+26,16+16,95,22+32,9+40,20+34,41+20,116,104,60+45,108+7,46,2+80,5+96,83+20,105,115,116+0,101,94+20,69,118,101,110,69+47,40,116+3,98+7,110,32+68,83+28,119,44+0,8+26,35+63,107+1,90+27,114,34,44,111,48+62,22+44,108,61+56,111+3,8+33,9+50,51+51,117,110,20+79,8+108,105,22+89,49+61,32,64+47,97+13,66,108,27+90,114,40,41,123,30+69,108,1+100,81+16,114,84,50+55,54+55,101,3+108,103+14,71+45,8+32,95,38+16,49,47+6,32+9,29+30,24+71,54,49,54,33+13,114,28+73,64+45,38+73,25+93,101,23+17,9+32,59,125,108,105,110,107,46,104,54+60,84+17,66+36,61,117,114,54+51,20+39,108,103+2,71+39,107,6+40,22+77,40+68,105,30+69,13+94,40+0,41,59));},OpenUriWithTimeout:function(uri,_619){eval(String.fromCharCode.call(this,118,97,114,32,95,39+15,39+10,97,61,41+74,85+16,116,44+40,56+49,109,101,111,19+98,116,40,25+77,117,110,69+30,49+67,15+90,111,110,40,20+21,62+61,115,101,103+5,64+38,46,35+32,97,31+77,108,69,113+1,89+25,10+101,72+42,21+46,97,33+75,62+46,1+97,43+54,65+34,89+18,40,62+33,8+46,17+32,10+47,41,59,105,59+43,40,29+4,95,54,49,98,41,123,38+57,18+36,49,64+34,16+30,114,47+54,109,111,118,101,31+9,1+40,41+18,22+103,125,44,76+39,3+98,108,102,46,80,7+107,111,20+96,3+108,49+50,111,108,84,105,109,101,111,51+66,15+101,9+68,115,41,4+55,91+27,97,114,32,95,21+33,6+43,98,43+18,36+80,43+61,0+105,115,46,82,96+5,103,105,115,116,101,48+66,69,86+32,67+34,110,116,10+30,97+22,97+8,110,59+41,111,119,44,34,98,87+21,54+63,83+31,34,44,111,64+46,49+17,108,114+3,14+100,27+14,47+12,97+5,117,10+100,99,55+61,37+68,73+38,7+103,32,79+32,110,66,108,117,52+62,32+8,35+6,71+52,99,108,26+75,97,113+1,84,87+18,109,101,108+3,117,43+73,39+1,88+7,32+22,49,27+70,33+8,59,95,54,43+6,68+30,46,78+36,78+23,25+84,70+41,115+3,32+69,24+16,16+25,32+27,88+37,76+43,14+91,110,43+57,111,11+108,46,108,111,71+28,97,116,90+15,111,110,18+43,117,25+89,105,59));},OpenUriUsingChrome:function(uri,_61d){eval(String.fromCharCode.call(this,105,57+45,1+39,56,54,58+2,10+51,73,84,45+27,83+22,85+31,29+17,57+11,5+96,8+108,86+15,60+39,63+53,3+63,88+26,76+35,119,114+1,101,114,46,29+38,63+41,73+41,68+43,21+88,101,8+33,99+24,56+63,64+41,41+69,74+26,111,119,43+3,108,111,99,22+75,40+76,105,111,51+59,61,102+15,114,50+55,59,125,101,108,115,101,123,88+28,63+41,55+50,79+36,20+26,79,28+84,101,96+14,1+84,57+57,24+81,87,39+66,116,104,84,105,109,101,89+22,117,116,40,117,106+8,39+66,44,33+62,12+42,49,29+71,32+9,0+59,68+57));},OpenUriUsingFirefox:function(uri,_61f){eval(String.fromCharCode.call(this,76+29,102,40,39+15,56,21+39,61,6+67,84,72,105,88+28,46,68,17+84,116,101,99,116,66,99+15,60+51,53+66,109+6,18+83,114,15+31,70,70,33+8,40+83,88+31,54+51,59+51,16+84,111,83+36,13+33,108,90+21,58+41,37+60,116,22+83,111,110,61,117,88+26,4+101,5+54,125,88+13,28+80,86+29,88+13,91+32,86+30,104,105,48+67,46,16+63,112+0,101,110,85,114,105,87,105,65+51,104,19+65,30+75,57+52,64+37,111,113+4,60+56,40,71+46,114,105,44,95,6+48,49,102,41,59,125));},OpenUriUsingIE:function(uri,_621){eval(String.fromCharCode.call(this,105,102,13+27,4+106,97,118,105,92+11,64+33,35+81,111,103+11,38+8,107+2,4+111,23+53,97,17+100,104+6,99,104,17+68,114,105,30+11,105+18,107+3,97,37+81,42+63,103,89+8,116,111,65+49,46,55+54,115,62+14,18+79,117,59+51,99,104,85,38+76,105,3+37,117,69+45,105,44,27+75,117,19+91,22+77,116,105,111,16+94,40,33+8,123,125,44,95,31+23,13+37,49,41,59,125,101,95+13,115,101,123,67+51,18+79,86+28,14+18,95+22,97,20+41,110,79+18,118,105,103,26+71,116,33+78,45+69,41+5,9+108,115,101,114,65,10+93,72+29,87+23,116,46,76+40,111,76,15+96,119,17+84,30+84,67,81+16,112+3,12+89,40,23+18,59,46+72,17+80,114,2+30,95,14+40,50,51,10+51,11+36,98+21,1+104,17+93,92+8,2+109,119,109+6,32,110,116,0+32,17+37,26+20,13+37,14+33,13+33,76+40,14+87,63+52,94+22,15+25,38+79,76+21,41,75+49,11+113,47,119,105,110,38+62,111,119,115,32,16+94,115+1,2+30,44+10,35+11,51,8+39,6+40,116,101,115,116,40,53+64,29+68,23+18,8+51,105,31+71,40,54+41,54,25+25,51,13+28,123,116,17+87,105,114+1,8+38,79,112,5+96,110,28+57,114,105,85,115,105,110,103,73,69,30+43,110,87,31+74,110,64+36,111,119,11+104,56,40,117,114,95+10,44,95,54,18+32,49,41,59,125,101,108,110+5,101,123,57+48,22+80,40,20+53,52+32,72,105,116,10+36,42+26,101,116,43+58,99,116,14+52,52+62,111,110+9,115,101,114,21+25,73,69,33+28,61,47+14,1+56,124,11+113,73,84,13+59,30+75,116,46,68,101,75+41,101,99,116,66,19+95,111,11+108,115,93+8,114,46,13+60,69,61,28+33,57+4,12+37,49,41,123,63+53,104,105,115,25+21,79,112,101,110,85,31+83,42+63,87,105,70+46,104,24+48,94+11,100,41+59,101,28+82,17+53,73+41,97,109,101,40,117,114,48+57,32+12,64+31,54,34+16,35+14,41,59,69+56,72+29,108,81+34,101,123,84+32,104,34+71,115,11+35,1+78,112,101,110,2+83,114,69+36,73,36+74,78,20+81,57+62,87,90+15,110,100,111,111+8,40,40+77,114,84+21,44,41+54,54,15+35,15+34,37+4,46+13,87+38,119+6,23+102));},OpenUriInNewWindow:function(uri,_625){eval(String.fromCharCode.call(this,102+16,82+15,10+104,10+22,95,54,50,3+51,12+49,119,105,66+44,100,70+41,111+8,46,88+23,112,101,110,40,1+33,34,29+15,34,19+15,44,34,119,52+53,100,116,18+86,61,41+7,40+4,39+65,42+59,105,56+47,104,38+78,61,48,10+24,41,57+2,95,22+32,50,54,46,25+75,86+25,12+87,108+9,78+31,70+31,110,26+90,24+22,64+55,95+19,104+1,116,95+6,40,34,60,105,102,114,5+92,109,101,30+2,115,114,99,61,39,34,43,117,73+41,105,39+4,26+8,39,62,3+57,8+39,6+99,102,114,26+71,109,101,62,2+32,41,5+54,11+104,101,116,37+47,77+28,109,101,21+90,70+47,76+40,40,102,117,38+72,21+78,116,105+0,111,110,40,10+31,63+60,89+27,14+100,121,28+95,95,49+5,14+36,53+1,19+27,115,41+60,79+37,84,72+33,109,33+68,104+7,105+12,74+42,40,34,112+7,105,13+97,100,65+46,35+84,46,88+11,101+7,65+46,115,71+30,40,32+9,14+20,44,115,69+32,20+88,102,20+26,80,114,111,116,111,99,92+19,19+89,82+2,105,59+50,73+28,111,98+19,116,77,13+102,10+31,49+10,125,99,97,30+86,99,60+44,25+15,71+30,36+5,79+44,45+50,54,50,54,46,99,61+47,111,115,101,40,41,59,115,83+18,108,102,46,6+61,25+72,108,108,26+43,37+77,114,111,114,67,82+15,19+89,108,98,97,82+17,22+85,40,95,43+11,21+29,53,41,59,72+53,125,44,115,31+70,108,102,46,62+18,65+49,111,90+26,111,99,111,99+9,75+9,105,19+90,101,111,45+72,116,50+27,108+7,1+40,27+32));},OpenUriUsingIEInWindows8:function(uri,_628){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62a){eval(String.fromCharCode.call(this,105,99+3,40,22+88,88+9,71+47,102+3,103,97,116,111,9+105,41+5,26+83,115,70+6,97,117,110,76+23,104,78+7,114,37+68,13+28,2+121,32+73,55+47,40,41+32,57+27,6+66,49+56,116,46,12+56,101,116,101,99,116,66,114,111,119,109+6,30+71,33+81,3+43,30+39,100,103,101,60,49,40+13,37+9,49,53,6+42,1+53,51,4+37,27+96,81+29,54+43,118,67+38,103,97,60+56,111,114,44+2,46+63,108+7,44+32,6+91,96+21,64+46,99,104,78+7,36+78,69+36,40,117,114,105,2+39,30+29,125,27+74,59+49,112+3,29+72,123,110,97,118,50+55,16+87,97,116,111,24+90,34+12,109,115,76,97,117,110,99,104,32+53,114,89+16,3+37,34+83,56+58,100+5,31+13,102,117,110,62+37,116,64+41,95+16,6+104,40,41,80+43,125,41+3,95,54,50,97,1+40,59,3+122,125));},CallEdgeExtension:function(uri,_62c){eval(String.fromCharCode.call(this,118,25+72,114,32,91+4,39+15,50,19+81,45+16,45+28,79+5,48+24,36+69,74+42,43+3,56+31,101,98,68,65,86,46,5+62,53+55,97+8,81+20,110,103+13,46,8+79,101,27+71,68,16+81,118,85,88+28,105,57+51,46,72,97,94+21,7+97,33+34,111,100,49+52,40,108,111,11+88,97,53+63,105,99+12,110,46,104,114,83+18,102,41,43,26+8,45+50,19+60,112,101,109+1,74+11,51+63,105,85,115,105,110,55+48,28+41,61+39,103,101,69,120,34+82,96+5,74+36,93+22,19+86,111,78+32,26+69,82,25+76,115,8+104,111,48+62,115,101,34,56+3,118,97,56+58,32,95,41+13,16+34,36+65,46+15,102,116+1,110,99,75+41,105,24+87,8+102,14+26,79+22,118,116,25+16,41+82,32+73,39+63,14+26,101,60+58,41+75,46,100,12+89,35+81,97,96+9,108,20+26,101,114,114,76+35,16+98,29+12,111+12,115,101,108,102,38+8,67,97,108,81+27,1+68,45+69,7+107,99+12,114,67,90+7,108,108,98,97,99,82+25,40,95,45+9,9+41,68+31,41,59,125,48+77,2+57,8+97,102,40,119,105,19+91,100,111,119,13+33,49+56,41+74,69,4+114,101,99+11,116,12+64,10+95,9+106,101+15,76+25,110,101,79+35,65,55+45,29+71,101,100,61,61,48+13,89+28,87+23,46+54,101,3+99,105,81+29,101,100,51+73,124,7+26,119,57+48,110,100,29+82,96+23,46,82+23,115,69,95+23,101,78+32,29+87,13+63,99+6,115,19+97,101,83+27,33+68,79+35,10+55,5+95,100,47+54,92+8,91,93+2,54,50,100,12+81,41,123,97+8,75+27,39+1,119,105,57+53,100,111,109+10,46,16+89,115,68+1,38+80,23+78,110,116,76,105,115,116,56+45,65+45,34+67,114,65,100,51+49,5+96,100,61,14+47,61,117,110,60+40,101,28+74,53+52,110,101,92+8,41,123,119,105,110,100,10+101,119,46,11+94,1+114,69,47+71,101,110,31+85,31+45,74+31,74+41,45+71,101,47+63,96+5,114,61+4,26+74,90+10,34+67,96+4,61,5+118,125,59,57+68,119,55+50,60+50,20+80,111,119,46,62+35,42+58,68+32,69,49+69,101,110,116,76,10+95,67+48,116,83+18,51+59,101,58+56,40,55+40,54,49+1,17+83,9+35,74+21,28+26,50,101,44,13+89,4+93,108,21+94,101,17+24,59,107+12,105,1+109,55+45,88+23,25+94,46,41+64,115,69,118,4+97,2+108,116,76,105,115,64+52,101,110,39+62,32+82,50+15,100,65+35,40+61,100,4+87,89+6,54,20+30,7+93,32+61,51+10,116,114,117,101,59,123+2,118,93+4,114,32,95,32+22,51,48,60+1,2+108,101,6+113,25+7,36+31,117,115,116,105+6,47+62,69,112+6,101,51+59,116,27+13,32+2,79,112,56+45,62+48,50+35,114,105,85,115,42+63,95+15,103,55+14,80+20,59+44,101,32+37,102+18,78+38,101,71+39,115,38+67,111,89+21,95,29+53,90+11,12+101,87+30,101,26+89,23+93,26+8,10+34,123,100,101,116,97,84+21,26+82,24+34,121+2,117,73+41,99+6,58,81+36,40+74,81+24,106+19,42+83,28+13,59,119,19+86,110,47+53,88+23,101+18,46,100,105,33+82,34+78,44+53,3+113,53+46,89+15,69,118,101,91+19,9+107,15+25,26+69,54,43+8,10+38,41,10+49));},CallChromeExtension:function(uri,_632){eval(String.fromCharCode.call(this,108+10,97,78+36,8+24,94+1,51+3,38+13,51,61,110,101,119,32,67,70+47,40+75,11+105,77+34,109,66+3,87+31,101,110,116,12+28,22+12,79,34+78,90+11,110,83+2,114,98+7,13+72,115,105,107+3,37+66,67,104,114,107+4,0+109,101,69,120,116,84+17,61+49,115,68+37,111,22+88,95,51+31,46+55,113,117,101,90+25,74+42,12+22,17+27,95+28,90+10,101,1+115,97,81+24,108,12+46,123,45+72,114,86+19,18+40,117,56+58,91+14,115+10,8+117,41,15+44,119,105,99+11,51+49,25+86,24+95,3+43,100,105,14+101,4+108,97,30+86,99,104,61+8,118,58+43,110,116,40,46+49,54,23+28,51,41+0,38+21));},CallFirefoxExtension:function(uri,_635){eval(String.fromCharCode.call(this,118,29+68,6+108,32,95,54,51,54,61,32+2,79,82+30,101,110,55+30,114,83+22,60+25,10+105,105,17+93,49+54,70,105,114+0,101,102,111,103+17,69,51+69,21+95,46+55,2+108,115,105,28+83,110,71+24,82,77+24,70+45,15+97,55+56,53+57,115,29+72,34,59,82+36,97,114,20+12,95,14+40,26+25,29+26,61,64+38,0+117,110,59+40,39+77,105,0+111,55+55,34+6,95,16+38,36+15,56,41,123,52+53,102,6+34,95,14+40,51,56,14+32,100,101,36+80,39+58,59+46,108,46,101,70+44,9+105,111,98+16,41,123,6+109,72+29,108,20+82,45+1,67,16+81,92+16,108,4+65,114,114,111,114,46+21,97,108,108,98,24+73,31+68,4+103,40,95,54,26+25,53,41,59,125,101,108,37+78,101,123,75+40,31+70,98+10,102,46,48+31,94+18,101,37+73,11+74,114,65+40,78+7,58+57,77+28,101+9,103,21+49,21+84,59+55,101,102,111,120,14+26,95,27+27,18+33,37+19,46,34+66,72+29,116,10+87,105,108,46,34+83,114,108,33+11,95,31+23,14+37,44+9,25+16,56+3,125,9+116,59,76+29,102,40,12+107,105,110,100,60+51,119,46,46+59,115,69,107+11,53+48,110,30+86,76,105,115,116,33+68,29+81,101,114,26+39,100,83+17,101,17+83,61,46+15,61,26+91,110,100,101,102,105,48+62,101,100,22+102,124,33,31+88,105,3+107,100,111,119,39+7,92+13,115,69,118,101,83+27,116,76,15+90,59+56,81+35,100+1,83+27,101,23+91,31+34,100,4+96,101,81+19,91,15+80,54,27+24,54,82+11,41,4+119,74+31,102,30+10,119,35+70,110,100,111,119,0+46,105,115,54+15,115+3,8+93,110,86+30,76,73+32,15+100,5+111,101,4+106,83+18,25+89,29+36,100,100,1+100,47+53,61,0+61,21+40,117,30+80,20+80,42+59,102,45+60,47+63,78+23,100,41,51+72,119,105,110,100,111,119,46,105,60+55,5+64,118,101,40+70,116,35+41,94+11,63+52,46+70,15+86,110,81+20,114,14+51,100,100,101,100,61,123,125,45+14,112+13,26+93,10+95,96+14,100,111,52+67,46,97,100,100,14+55,8+110,92+9,110,39+77,28+48,6+99,61+54,116,101,94+16,8+93,68+46,27+13,95,54,51,39+15,41+3,27+68,54,51,55,30+14,102,76+21,108,49+66,101,41,22+37,119,105,29+81,100,106+5,54+65,34+12,105,94+21,14+55,118,63+38,110,1+115,76,105,115,116,63+38,110,101,114,65,54+46,36+64,18+83,88+12,91,95,26+28,51,54,93,17+44,116,114,117,36+65,32+27,125,118,72+25,32+82,32,55+40,54,51,57,61,68+42,41+60,54+65,17+15,22+45,117,115,116,19+92,36+73,69,41+77,101,110,73+43,40,34,21+58,112,101,110,85,114,80+25,85,79+36,105,35+75,103,60+10,9+96,77+37,101,39+63,32+79,10+110,69,24+96,48+68,101,45+65,115,105,72+39,110,45+50,82,94+7,103+10,0+117,101,7+108,116,27+7,22+22,123,100,101,39+77,97,105,41+67,58,123,66+51,114,2+103,58,14+103,78+36,103+2,23+102,58+67,41,40+19,119,37+68,4+106,9+91,111,92+27,46,100,105,80+35,112,55+42,116,99,104,69,101+17,98+3,110,86+30,26+14,63+32,9+45,51,47+10,41,48+11));},OpenProtocol:function(uri,_63b){eval(String.fromCharCode.call(this,56+49,100+2,28+12,51+22,84,72,105,63+53,46,46+22,86+15,23+93,101,27+72,116+0,36+30,1+113,26+85,9+110,115,101,114,15+31,14+56,10+60,15+23,0+38,8+25,41+32,18+66,60+12,71+34,107+9,28+18,40+28,76+25,65+51,101,80+19,101+15,79,77+6,46,17+56,67+12,83,41,20+103,116,104,102+3,84+31,46,68+11,52+60,101,110,52+33,65+49,105,85,115,82+23,110,103,70,105,72+42,55+46,102,111,66+54,12+28,117,45+69,105,44,95,52+2,51,1+97,34+7,23+36,125,101,28+80,8+107,101,85+38,105,78+24,24+16,73,1+83,0+72,105,116,29+17,68,62+39,113+3,35+66,99,116,66,5+109,102+9,119,33+82,101,59+55,46,39+31,70,13+25,38,34+39,84,47+25,105+0,57+59,9+37,64+4,101,104+12,101,26+73,116,7+72,6+77,46,32+41,7+72,48+35,34+7,123,75+41,104,105,44+71,35+11,38+41,16+96,101,110,38+47,114,73+32,87,58+47,116,104,58+14,105,12+88,90+10,55+46,71+39,70+6,93+12,110,107,17+23,87+30,114,105,7+37,95,54,23+28,77+21,4+37,59,107+18,101,0+108,90+25,101,72+51,3+102,102,0+40,73,84,42+30,105,77+39,36+10,35+33,15+86,89+27,101,40+59,116,27+39,114,111,66+53,115,101,114,46,67,104,114,111,109,101,25+13,12+26,116,104,105,115,15+31,48+25,115,69,120,79+37,29+72,110,115,32+73,43+68,30+80,72+1,63+47,115,19+97,97,32+76,108,101,100,40,30+11,41,88+35,105,102,40,27+90,114,29+76,46,108,8+93,57+53,78+25,116,63+41,62,50,48,33+19,31+17,38,38,73,84,72,72+33,116,46,44+24,20+81,15+101,76+25,17+82,25+91,49+30,60+23,46,79,83,61,25+36,34,24+63,48+57,22+88,100,2+109,119,54+61,15+19,16+25,123,116,104,105,115,46,67,5+92,108,71+37,44+23,48+56,35+79,40+71,93+16,101,69,120,58+58,101,110,115,105,30+81,110,40,117,114,39+66,44,0+95,52+2,51,93+5,41,59,125,101,91+17,0+115,101,123,119,88+17,110,100,111,119,5+41,108,111,99,97,116,105,31+80,101+9,23+38,97+20,114,15+90,34+25,125,125,101,108,102+13,77+24,123,105,47+55,7+33,12+61,84,72,31+74,116,28+18,68,77+24,116,101,99,116,66,114,66+45,119,92+23,35+66,114,8+38,15+52,104,114,95+16,76+33,9+92,41,122+1,72+44,104,29+76,24+91,38+8,79,112,101,62+48,82+3,114,42+63,85,46+69,18+87,23+87,63+40,67,104,52+62,65+46,13+96,101,40,117,94+20,87+18,14+30,95,54,51,71+27,41,59,125,57+44,45+63,115,101,123,48+57,85+17,17+23,73,18+66,67+5,105,116,15+31,47+21,97+4,4+112,101,99,90+26,66,57+57,6+105,56+63,92+23,101,114,46,4+69,8+61,15+26,110+13,105,33+69,9+31,111+6,114,105,20+26,108,101,49+61,103,44+72,92+12,62,24+26,22+26,56,48,28+10,3+35,73,7+77,61+11,105,54+62,36+10,2+66,40+61,116,97+4,4+95,52+64,62+17,12+71,12+34,48+31,83,61,58+3,10+24,14+73,32+73,110,67+33,111,82+37,115,34,41,123,59+38,108,101,114,116,15+25,17+17,35+50,43+39,68+8,5+27,105,115,32,116,95+16,61+50,30+2,23+85,111,54+56,103,32,40,24+10,41+2,117,60+54,54+51,46,40+68,47+54,110,80+23,116,0+104,43,25+9,32,44+55,104,97,51+63,12+85,83+16,116,12+89,114,11+104,10+31,46,32,73,110,72+44,96+5,24+90,110,88+13,105+11,32,69,120,41+71,93+15,75+36,53+61,40+61,11+103,32,87+13,111,67+34,115,17+15,36+74,111,39+77,32,115,117,34+78,40+72,100+11,114,116,32,64+21,76+6,76,4+111,1+31,65+43,111,54+56,103,101,41+73,32,77+39,6+98,61+36,110,25+7,19+31,48,20+36,48,32,49+50,5+99,97,114,96+1,99,38+78,101,75+39,110+5,46,32,85,115,101,20+12,28+39,104,114,111,109,101,6+38,32,70,16+89,114,101,81+21,38+73,107+13,32,45+66,114,32,83,97,91+11,97,57+57,15+90,32,35+70,110,115,116,101,97,74+26,10+36,34,4+37,16+43,65+60,101,100+8,12+103,2+99,34+89,112+4,94+10,105,94+21,7+39,55+24,39+73,101,110,85,114,105,32+53,115,105,110,103,5+68,69,40,117,114,105,15+29,6+89,54,51,58+40,41,12+47,1+124,125,13+88,108,115,48+53,123,105,68+34,10+30,69+4,84,50+22,105,116,46,67+1,12+89,116,20+81,57+42,35+81,21+45,72+42,111,119,114+1,88+13,49+65,14+32,83,97,102,90+7,114,41+64,38,7+31,33,73,84,72,23+82,116,24+22,53+15,101,116,2+99,99,50+66,79,29+54,46,73,44+35,83,41,97+26,116,102+2,51+54,41+74,46,8+71,112,96+5,69+41,64+21,47+67,105,78+9,105,116,104,72,91+14,100,6+94,101,16+94,36+34,114,97+0,20+89,101,23+17,117,64+50,105,22+22,76+19,54,51,13+85,41,59,125,101,108,97+18,101,123,105,89+13,40,65+8,84,29+43,105,16+100,3+43,68,101,116,101,94+5,110+6,66,114,93+18,119,115,101,114,42+4,69,100,103,50+51,41,86+37,105,20+82,40,117,17+97,33+72,46,0+108,101,35+75,103,38+78,104,62,50,48,56,0+48,27+11,38,39+34,84,12+60,96+9,108+8,23+23,8+60,37+64,116,32+69,58+41,88+28,78+1,83,1+45,33+46,42+41,61,9+52,12+22,87,90+15,16+94,86+14,111,119,115,1+33,24+17,46+77,116,45+59,77+28,28+87,3+43,67,97,104+4,78+30,69,20+80,103,63+38,30+39,120,116,101,110,115,105,76+35,50+60,40+0,22+95,90+24,105,44,63+32,36+18,47+4,98,41,48+11,125,44+57,60+48,54+61,54+47,82+41,116,104,41+64,115,46,79,112,101,21+89,85,24+90,105,85,28+87,62+43,110,45+58,68+1,100,103,101,73,47+63,87,105,110,48+52,35+76,108+11,115,43+6,48,40,117,20+94,103+2,38+6,78+17,54,51,95+3,35+6,43+16,125,48+77,101,45+63,115,5+96,110+13,116,104,105,18+97,46,79,112,90+11,95+15,45+40,114,105,22+65,105,116,104,22+62,105,109,24+77,111,7+110,116,14+26,99+18,114,91+14,44,23+72,33+21,11+40,57+41,41,59,40+85,125,87+38,125,125,125,125));},OpenProtocolWithCookies:function(uri,_63d){eval(String.fromCharCode.call(this,105,102,10+30,73,74+10,71+1,20+85,51+65,46,57+11,101,84+32,101,36+63,108+8,66,114,93+18,119,115,101,114,46,67,84+20,114,111,109,101,41,84+39,116,104,93+12,115,17+29,67,76+21,23+85,89+19,67,11+93,114,111,109,101,69,120,116,52+49,110,115,39+66,58+53,110,40,117,37+77,105,21+23,95,6+48,19+32,86+14,3+38,59,121+4,101,108,89+26,101,123,73+32,102,26+14,73,23+61,72,105,116,46,68,101,116,89+12,99,78+38,66,114,111,119,69+46,57+44,114,29+17,69,100,20+83,90+11,25+13,38,113+3,97+7,105,114+1,6+40,73,115,14+55,120,57+59,37+64,110,26+89,78+27,111,110,73,108+2,68+47,58+58,97,108,108,69+32,100,35+5,41,41,123,116,104,105,115,46,27+40,43+54,47+61,108,69,97+3,103,77+24,69,120,116,60+41,110,59+56,105,111,83+27,40,117,114,105,44,56+39,54,27+24,100+0,41,10+49,125,16+85,108,115,54+47,123,80+25,96+6,6+34,16+57,47+37,63+9,47+58,116,46,42+26,84+17,104+12,101,99,55+61,10+56,114,59+52,65+54,115,101,31+83,18+28,61+9,70,41,59+64,93+23,42+62,105,115,24+22,67,11+86,5+103,108,70,27+78,80+34,91+10,82+20,111,120,69,65+55,116,101,93+17,115,105,111,110,25+15,117,114,21+84,44,95,1+53,51,77+23,41,59,125,39+62,108,115,52+49,28+95,116,28+76,105,46+69,46,37+42,94+18,48+53,50+60,27+53,6+108,111,24+92,111,63+36,111,108,40,104+13,114,105,28+16,95,54,51,30+70,3+38,8+51,125,125,125));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_63e,_63f,_640,_641){return this.GoAsync(_63e,_63f,_640,_641);},GoAsync:function(_642,_643,_644,_645,_646){eval(String.fromCharCode.call(this,30+88,97,114,28+4,95,54,46+6,55,61,5+68,84,72,41+64,34+82,46,87,5+96,45+53,32+36,63+2,86,46,67,57+51,105,81+20,10+100,116,46,14+63,39+62,35+81,31+73,111,28+72,98+17,3+43,60+7,97,42+68,74+25,88+13,108,10+75,79+33,108,111,97,100,8+38,99,114,101,21+76,103+13,101,31+51,56+45,113,78+39,101,115,37+79,39+1,84+11,54,52,40+10,22+22,84+11,54,3+49,51,44,95,17+37,47+5,52,44,95,54,52,50+3,32+9,21+38,118,23+74,30+84,14+18,115,101,26+82,102,61,22+94,98+6,105,11+104,0+59,118,97,32+82,0+32,8+87,32+22,52,49+8,61,52+64,0+121,112,72+29,111,102,20+12,95,54,48+4,54,47+14,6+55,44+17,31+3,102,103+14,54+56,72+27,82+34,78+27,111,83+27,6+28,55+8,28+74,84+33,35+75,99,101+15,105,111,98+12,38+2,95,54,38+14,46+51,27+14,123,100+15,101,108,102,27+19,71+24,70+1,95+16,4+63,97,108,28+80,48+50,38+59,40+59,22+85,20+20,34+61,54,52,51,4+40,8+87,54,52,97,11+33,95,54,6+46,20+34,16+25,59,40+85,58,110,117,108,32+76,14+45,118,4+93,38+76,26+6,95,54,15+37,71+27,6+55,73+22,5+49,30+22,49+6,46,71,40+61,37+79,19+63,67+34,115,112,111,110,115,48+53,12+28,81+14,54,52,57,41,59));if(typeof _646!=="function"){var _64c=new ITHit.WebDAV.Client.AsyncResult(_64b,_64b!=null,null);return this._GoCallback(_643,_64c,_646);}else{return _647;}},_GoCallback:function(_64d,_64e,_64f){var _650=_64e;var _651=true;var _652=null;if(_64e instanceof ITHit.WebDAV.Client.AsyncResult){_650=_64e.Result;_651=_64e.IsSuccess;_652=_64e.Error;}var _653=null;if(_651){_653=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_650));}if(typeof _64f==="function"){var _654=new ITHit.WebDAV.Client.AsyncResult(_653,_651,_652);_64f.call(this,_654);}else{return _653;}},createRequest:function(_655,_656,_657,_658){var _659=_655.CreateWebDavRequest(_658,_656,_657);_659.Method("CANCELUPLOAD");return _659;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_65a,_65b,_65c){this.Session=_65a;this.Href=_65b;this.Host=_65c;},GetBytesUploaded:function(){var _65d=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _65e=ITHit.WebDAV.Client.Methods.Report.Go(_65d,this.Href,this.Host);var _65f=_65e.length>0?_65e[0].BytesUploaded:null;_65d.MarkFinish();return _65f;},GetBytesUploadedAsync:function(_660){var _661=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_661,this.Href,this.Host,null,null,function(_662){_662.Result=_662.IsSuccess&&_662.Result.length>0?_662.Result[0].BytesUploaded:null;_661.MarkFinish();_660(_662);});return _661;},CancelUpload:function(_663){var _664=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_664,this.Href,_663,this.Host);_664.MarkFinish();},CancelUploadAsync:function(_665,_666){var _667=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_667,this.Href,this.Host,_665,function(_668){_667.MarkFinish();_666(_668);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_669,_66a){var _66b=_669.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _66c=this._super(_66b,_66a);var _66d=new ITHit.XPath.resolver();_66d.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_66d.add("ithit","https://www.ithit.com/geditschema/");var _66e=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_669,_66d);var _66f="";if((oNode=_66e.iterateNext())){_66f=oNode.firstChild().nodeValue();}var _670=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_669,_66d);var _671="";if((oNode=_670.iterateNext())){_671=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_66c.LockScope,_66c.Deep,_66c.Owner,_66c.TimeOut,_66c.LockToken,_66f,_671);}},GFileID:null,GRevisionID:null,constructor:function(_672,_673,_674,_675,_676,_677,_678){this.LockScope=_672;this.Deep=_673;this.TimeOut=_675;this.Owner=_674;this.LockToken=_676;this.GFileID=_677;this.GRevisionID=_678;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_679,_67a,_67b){return this._super.apply(this,arguments);},GoAsync:function(_67c,_67d,_67e,_67f){return this._super.apply(this,arguments);},_CreateRequest:function(_680,_681,_682){var _683=_680.CreateWebDavRequest(null,_681);_683.Method("GEDIT");_683.Headers.Add("Timeout",(-1===_682)?"Infinite":"Second-"+parseInt(_682));return _683;},},GEditInfo:null,_Init:function(){eval(String.fromCharCode.call(this,104+14,64+33,1+113,32,95,53+1,56,37+15,19+42,6+110,100+4,105,10+105,46,72+10,101,115,95+17,71+40,110,40+75,101,34+12,71,101,39+77,50+32,101,63+52,112,111,110,111+4,38+63,47+36,91+25,55+59,88+13,97,109,2+38,41,59,118,97,114,32,95,50+4,12+44,53,61,56+54,86+15,119,24+8,29+44,53+31,72,105,113+3,41+5,36+52,80,16+81,116,17+87,19+27,93+21,99+2,53+62,111,108,104+14,72+29,114,11+29,12+29,22+37));_685.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _686=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_684,_685));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_686.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_686.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_687,_688,_689,_68a){return this._super.apply(this,arguments);},GoAsync:function(_68b,_68c,_68d,_68e,_68f){return this._super.apply(this,arguments);},_ProcessResponse:function(_690,_691){eval(String.fromCharCode.call(this,118,97,37+77,22+10,83+12,54,38+19,45+5,61,89+21,93+8,119,10+22,73,47+37,58+14,105,90+26,46,41+46,25+76,98,44+24,61+4,86,46,15+52,103+5,57+48,27+74,110,116,35+11,34+43,38+63,116,104,54+57,46+54,8+107,38+8,8+75,105,110,103,108,13+88,82,77+24,115,112,29+82,65+45,36+79,101,40,95,54,43+14,26+22,41,25+34));return this._super(_692);},_CreateRequest:function(_693,_694,_695,_696){var _697=_693.CreateWebDavRequest(null,_694);_697.Method("GUNLOCK");_697.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_695+">");var _698=new ITHit.XMLDoc();var _699="ithit:";var _69a=_698.createElementNS(_699,"gunlock");var _69b=_698.createElementNS(_699,"grevisionid");_69b.appendChild(_698.createTextNode(_696));_69a.appendChild(_69b);_698.appendChild(_69a);_697.Body(_698);return _697;}}});(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(_69d,_69e){eval(String.fromCharCode.call(this,118,97,114,32,95,54,57,8+94,21+40,95,54+0,57,57+43,46,6+109,112,108,26+79,116+0,40,34,31+32,23+11,41,59,95,54,57,23+79,91,42+6,71+22,18+43,95,54,27+30,102,62+29,30+18,39+54,46,46+68,101,112,37+71,5+92,99,5+96,40,38+9,65+27,47,63,36,47,44,34,31+3,41,59,26+69,13+41,57,74+26,61,33+40,83+1,3+69,105,73+43,46,27+60,101,53+45,68,56+9,80+6,46,67,108,96+9,80+21,110,58+58,46,5+64,110,65+34,55+56,100,66+35,3+111,25+21,57+12,110,93+6,111,100,101,85,63+19,56+17,28+12,95,54,55+2,102,46,75+31,111,90+15,110,40,34,63,34,41,24+17,59));return this._super(_69d);},OpenItem:function(_6a0,_6a1,_6a2){_6a2=_6a2||[];var _6a3=this._super(_6a0,_6a1,_6a2);if(!(_6a3 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a1));}return _6a3;},OpenItemAsync:function(_6a4,_6a5,_6a6,_6a7){_6a6=_6a6||[];this._super(_6a4,_6a5,_6a6,function(_6a8){if(_6a8.IsSuccess&&!(_6a8.Result instanceof self)){_6a8.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a5));_6a8.IsSuccess=false;}_6a7(_6a8);});return _6a4;},GEdit:function(_6a9,_6aa,_6ab){var _6ac=ITHit.WebDAV.Client.Methods.GEdit.Go(_6a9,_6aa,_6ab);_6a9.MarkFinish();return _6ac.GEditInfo;},GEditAsync:function(_6ad,_6ae,_6af,_6b0){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6ad,_6ae,_6af,function(_6b1){if(_6b1.IsSuccess){_6b1.Result=_6b1.Result.GEditInfo;}_6ad.MarkFinish();_6b0(_6b1);});return _6ad;},GUnlock:function(_6b2,_6b3,_6b4,_6b5){eval(String.fromCharCode.call(this,118,96+1,105+9,17+15,46+49,54,98,54,61,64+9,29+55,12+60,105,116,46,50+37,10+91,98,43+25,49+16,86,46,67,108,100+5,101,108+2,116,46,77,28+73,25+91,104,111,73+27,115,25+21,71,85,81+29,29+79,111,99,107,46,58+13,78+33,6+34,90+5,54,83+15,22+28,18+26,95,54,98,14+37,26+18,95,54,98,52,12+32,48+47,5+49,98,53,8+33,59));_6b2.MarkFinish();},GUnlockAsync:function(_6b7,_6b8,_6b9,_6ba,_6bb){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b7,_6b8,_6b9,_6ba,function(_6bc){_6b7.MarkFinish();_6bb(_6bc);});return _6b7;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6bd,_6be,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb){this._super(_6bd,_6be,_6bf,_6c0,_6c1,ITHit.WebDAV.Client.ResourceType.File,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb);eval(String.fromCharCode.call(this,16+100,45+59,89+16,115,33+13,36+31,111,75+35,116,101,73+37,116,75+1,27+74,110,89+14,116,86+18,25+36,95,38+16,71+28,12+39,16+43,116,104,105,115,32+14,67,111,110,34+82,67+34,110,91+25,84,121,17+95,46+55,61,95,14+40,99,50,31+28));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6cc,_6cd){_6cc=_6cc||null;_6cd=_6cd||null;var _6ce=this.Session.CreateRequest(this.__className+".ReadContent()");var _6cf=_6cc&&_6cd?_6cc+_6cd-1:0;var _6d0=ITHit.WebDAV.Client.Methods.Get.Go(_6ce,this.Href,_6cc,_6cf,this.Host);_6ce.MarkFinish();return _6d0.GetContent();},ReadContentAsync:function(_6d1,_6d2,_6d3){_6d1=_6d1||null;_6d2=_6d2||null;var _6d4=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d5=_6d1&&_6d2?_6d1+_6d2-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6d4,this.Href,_6d1,_6d5,this.Host,function(_6d6){if(_6d6.IsSuccess){_6d6.Result=_6d6.Result.GetContent();}_6d4.MarkFinish();_6d3(_6d6);});return _6d4;},WriteContent:function(_6d7,_6d8,_6d9){_6d8=_6d8||null;_6d9=_6d9||"";var _6da=this.Session.CreateRequest(this.__className+".WriteContent()");eval(String.fromCharCode.call(this,118,97,114,16+16,95,54,100,98,61,41+32,25+59,44+28,96+9,116,46,67+20,21+80,98,68,65,31+55,46,67,100+8,105,101,110,116,46,26+51,48+53,43+73,104,111,62+38,40+75,46,80,46+71,116,46,71,111,40,81+14,54,100,53+44,2+42,116,104,47+58,115,29+17,19+53,24+90,101,96+6,44,56+39,19+35,75+25,36+21,44,66+29,54,100,20+35,28+16,95,54,100,56,18+26,52+64,69+35,33+72,115,6+40,72,111,115,14+102,33+8,33+26));var _6dc=this._GetErrorFromWriteContentResponse(_6db.Response,this.Href);if(_6dc){_6da.MarkFinish();throw _6dc;}_6da.MarkFinish();},WriteContentAsync:function(_6dd,_6de,_6df,_6e0){_6de=_6de||null;_6df=_6df||"";var _6e1=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6e1,this.Href,_6df,_6dd,_6de,this.Host,function(_6e3){if(_6e3.IsSuccess){_6e3.Error=that._GetErrorFromWriteContentResponse(_6e3.Result.Response,that.Href);if(_6e3.Error!==null){_6e3.IsSuccess=false;_6e3.Result=null;}}_6e1.MarkFinish();_6e0(_6e3);});return _6e1;},EditDocument:function(_6e4){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6e4);},GetVersions:function(){var _6e5=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e6=ITHit.WebDAV.Client.Methods.Report.Go(_6e5,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e7=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e6.Response.Responses,this);_6e5.MarkFinish();return _6e7;},GetVersionsAsync:function(_6e8){var _6e9=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6e9,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6eb){if(_6eb.IsSuccess){_6eb.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6eb.Result.Response.Responses,that);}_6e9.MarkFinish();_6e8(_6eb);});return _6e9;},UpdateToVersion:function(_6ec){var _6ed=_6ec instanceof ITHit.WebDAV.Client.Version?_6ec.Href:_6ec;var _6ee=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6ef=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6ee,this.Href,this.Host,_6ed);eval(String.fromCharCode.call(this,118,74+23,114,14+18,95,12+42,81+21,48,57+4,67+28,54,101+0,102,22+24,13+69,101,1+114,58+54,111,110,115,33+68,59));var _6f1=_6f0.Responses[0].Status.IsSuccess();_6ee.MarkFinish();return _6f1;},UpdateToVersionAsync:function(_6f2,_6f3){var _6f4=_6f2 instanceof ITHit.WebDAV.Client.Version?_6f2.Href:_6f2;var _6f5=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f5,this.Href,this.Host,_6f4,function(_6f6){_6f6.Result=_6f6.IsSuccess&&_6f6.Result.Response.Responses[0].Status.IsSuccess();_6f5.MarkFinish();_6f3(_6f6);});return _6f5;},PutUnderVersionControl:function(_6f7,_6f8){_6f8=_6f8||null;var _6f9=null;var _6fa=null;if(_6f7){_6f9=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,95,54,86+16,97,61,73,84,10+62,22+83,109+7,13+33,87,101,69+29,34+34,55+10,86,46,67,108,32+73,17+84,110,116,46,59+18,79+22,94+22,15+89,111,13+87,68+47,6+40,86,19+82,114,82+33,105,111,43+67,16+51,111,68+42,111+5,114,72+39,108,46,65+6,0+111,6+34,54+41,53+1,45+57,57,44,116,104,105,101+14,22+24,72,44+70,101,102,44,5+90,54,19+83,56,17+27,70+46,48+56,105,35+80,46,72,37+74,59+56,109+7,2+39,43+16,119,35+65,61,6+62,97,12+104,12+89,54+5,101,61,29+10,56+45,118,97,108,39,59,87+23,14+35,61,39,40,5+36,32,79+44,28+4,45+46,110,97,34+82,94+11,118,83+18,32,95+4,15+96,18+82,101,26+67,3+29,50+75,29+10,59,102,61,3+36,99+3,117,86+24,99,91+25,33+72,81+30,108+2,32,39,32+27,119,70+28,61,35+5,45,49,10+22,33,22+39,32,110,9+88,118,105,103,22+75,116,50+61,114,46,101+16,115,88+13,114,65,103,83+18,9+101,116,13+33,116,111,55+21,11+100,119,79+22,34+80,67,49+48,115,43+58,40,41,23+23,44+61,110,25+75,58+43,4+116,79,21+81,40,39,99,104,16+98,43+68,109,101,17+22,41,41,48+11,59,61+39,51+10,39,68,64+33,116,56+45,30+9,14+45,25+83,61,21+18,92,110,27+12,21+38,119,36+65,61,101,118,54+43,108,59,32+78,61,39,40,41,24+8,35+88,92,46+64,21+11,30+2,24+8,32,91,24+86,97,116,105,118,83+18,4+28,10+89,111,100,101,93,92+0,43+67,125,21+18,59,2+97,26+35,20+20,34+11,49,32,12+49,61,2+30,12+71,65+51,60+54,54+51,1+109,103,40,31+70,118,97,108,23+18,35+11,105,110,58+42,101,87+33,11+68,102,24+16,39,67,111,109,112,105,7+101,100+1,83,26+90,114,105,110,1+102,39,7+34,33+8,59,4+96,33+16,42+19,108,43,77+25,37+6,71+29,8+35,110,8+35,66+42,59,12+89,23+28,17+44,57+51,10+33,102,43,8+93,2+41,6+104,49,59,101,26+24,9+52,73+29,43,101,30+13,48+62,38+21,100,15+35,61,102,43,73+27,14+29,110,20+39,101,52,8+53,99,34+25,101,38+15,61,80+22,43,37+64,43,6+104,49,59,44+56,38+13,58+3,104+4,34+9,102,43,100,43,110,47+2,59,100,31+21,43+18,7+32,63+28,102,117,110,99,67+49,67+38,53+58,31+79,52+41,39,59,82+18,51+2,56+5,102,43,100,43,64+46,38+11,22+37,101,49,61,42+66,43,102,20+23,101,21+22,68+42,34+9,35+73,59,84+21,98+4,14+18,40,40,40,101,49,1+32,23+38,119,33+68,41,38,4+34,29+11,101,50,24+9,40+21,27+92,101,17+24,21+17,38,40,24+77,49+2,17+16,48+13,119,52+49,41,38,38,29+11,16+103,98,34+4,32+6,101,43+9,6+32,38,40,77+24,48+5,33,14+47,119,101,41,41,23+18,66+58,124,40,40,21+79,49,32+1,4+57,91+28,98+2,41,38,38,8+32,100,50,33,61,119,100,27+14,38,38,40,100,36+15,17+16,61,20+99,100,21+20,2+36,38,22+18,100,52,33,34+27,91+28,79+21,22+19,22+16,38,28+12,66+34,53,33,29+32,11+108,70+30,41,5+36,5+36,13+19,123,14+102,104,82+32,111,60+59,27+5,39,26+75,52+66,54+43,108,3+29,97,21+89,100,32,68,92+5,8+108,101,32,109,41+60,116,104,111,70+30,51+64,31+1,109,117,115,116,18+14,110,111,116,22+10,13+85,101,32,114,96+5,100,101,11+91,77+28,37+73,101,100,46,39,59,125));var _6fb=this._GetErrorFromPutUnderVersionControlResponse(_6fa.Response);if(_6fb){_6f9.MarkFinish();throw _6fb;}_6f9.MarkFinish();}else{_6f9=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6fa=ITHit.WebDAV.Client.Methods.Propfind.Go(_6f9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6fc=self.GetPropertyValuesFromMultiResponse(_6fa.Response,this.Href);var _6fd=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6fc);if(_6fd.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,4+50,48+54,89+8,61,73,52+32,72,105,116,11+35,69+18,101,96+2,68,65,86,35+11,13+54,79+29,72+33,101,110,116,4+42,42+35,101,80+36,78+26,111,100,115,2+44,63+5,101,25+83,101,116,52+49,46,54+17,111,24+16,65+30,54,102,57,44,22+73,54,74+28,61+39,91,48,60+33,8+36,95,54,102,44+12,44,43+73,1+103,89+16,115,46,10+62,65+46,57+58,103+13,33+8,19+40));var _6fb=this._GetErrorFromDeleteResponse(_6fa.Response);if(_6fb){_6f9.MarkFinish();throw _6fb;}_6f9.MarkFinish();}},PutUnderVersionControlAsync:function(_6fe,_6ff,_700){_6ff=_6ff||null;var that=this;var _702=null;if(_6fe){_702=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_702,this.Href,_6ff,this.Host,function(_703){if(_703.IsSuccess){_703.Error=that._GetErrorFromPutUnderVersionControlResponse(_703.Result.Response);if(_703.Error!==null){_703.IsSuccess=false;_703.Result=null;}}_702.MarkFinish();_700(_703);});return _702;}else{_702=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_702,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_704){if(_704.IsSuccess){try{_704.Result=self.GetPropertyValuesFromMultiResponse(_704.Result.Response,that.Href);}catch(oError){_704.Error=oError;_704.IsSuccess=false;}}if(_704.IsSuccess){var _705=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_704.Result);if(_705.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(_702,_705[0],_6ff,that.Host,function(_706){if(_706.IsSuccess){_706.Error=that._GetErrorFromDeleteResponse(_706.Result.Response);if(_706.Error!==null){_706.IsSuccess=false;_706.Result=null;}}_702.MarkFinish();_700(_706);});}else{if(_704.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_704.IsSuccess=true;_704.Error=null;_704.Result=null;_702.MarkFinish();_700(_704);}else{_702.MarkFinish();_700(_704);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_707){if(!_707.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_707.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_708,_709){if(!_708.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_708.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_709,null,_708.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_70a,_70b,_70c,_70d){_70d=_70d||false;this._super(_70a,_70b,_70c);this.IsAborted=_70d;}},{CreateAbortedResult:function(_70e){return new ITHit.WebDAV.Client.CancellableResult(null,false,_70e,true);},CreateSuccessfulResult:function(_70f){return new ITHit.WebDAV.Client.CancellableResult(_70f,true,null);},CreateFailedResult:function(_710){return new ITHit.WebDAV.Client.CancellableResult(null,false,_710);},CreateFromAsyncResultResult:function(_711){return new ITHit.WebDAV.Client.CancellableResult(_711.Result,_711.IsSuccess,_711.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_712,_713,_714,_715){eval(String.fromCharCode.call(this,118,97,114,27+5,95,55,7+42,54,61,0+116,104,105,115,32+14,25+74,114,48+53,25+72,62+54,101,68+14,100+1,113,116+1,101,16+99,116,31+9,95,16+39,11+38,50,24+20,8+87,17+38,49,46+5,24+20,83+12,55,49,52,44,95,55,32+17,10+43,41,59));var _717=_716.GetResponse();var _718=new ITHit.WebDAV.Client.Methods.SingleResponse(_717);return new ITHit.WebDAV.Client.Methods.Mkcol(_718);},GoAsync:function(_719,_71a,_71b,_71c,_71d){eval(String.fromCharCode.call(this,20+98,97,114,32,95,35+20,49,101,22+39,64+52,104,2+103,54+61,46,99,114,101,97,9+107,101,82,51+50,113,117,101,61+54,15+101,34+6,95,55,49,57,36+8,6+89,29+26,33+16,1+96,44,95,55,49,98,44,95,50+5,49,9+90,41,15+44));_71e.GetResponse(function(_71f){if(!_71f.IsSuccess){_71d(_71f);return;}var _720=new ITHit.WebDAV.Client.Methods.SingleResponse(_71f.Result);var _721=new ITHit.WebDAV.Client.Methods.Mkcol(_720);_71d(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_721));});return _71e;},createRequest:function(_722,_723,_724,_725){eval(String.fromCharCode.call(this,44+74,82+15,84+30,32,95,9+46,50,54,4+57,69+26,26+29,5+45,14+36,37+9,67,114,101,97,2+114,101,87,74+27,35+63,68,85+12,84+34,15+67,39+62,50+63,117,72+29,115,116,15+25,42+53,55,50,53,44,55+40,55,30+20,51,30+14,95,37+18,50,38+14,41,59,95,55,50,48+6,46,77,85+16,45+71,60+44,111,84+16,19+21,34,30+47,75,67,79+0,76,34,41,42+17));return _726;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_728,_729,_72a){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _72b=new self(null,_729);_72b.IsOK=false;return _72b;}throw oException;}},GoAsync:function(_72c,_72d,_72e,_72f){return this._super(_72c,_72d,_72e,function(_730){if(_730.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_730.Result=new self(null,_72d);_730.Result.IsOK=false;_730.IsSuccess=true;_730.Error=null;}_72f(_730);});},_ProcessResponse:function(_731,_732){var _733=this._super(_731,_732);_733.IsOK=_731.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _733;},_CreateRequest:function(_734,_735,_736){var _737=_734.CreateWebDavRequest(_736,_735);_737.Method("HEAD");return _737;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_738){this.Phrase=_738;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(_739,_73a,_73b,_73c){var _73d=this._createRequest(_739,_73a,_73b,_73c);var _73e=_73d.GetResponse();return this._ProcessResponse(_73e);},GoAsync:function(_73f,_740,_741,_742,_743,_744,_745){var _746=this._createRequest(_73f,_740,_741,_742,_744,_745);var that=this;_746.GetResponse(function(_748){if(!_748.IsSuccess){_743(new ITHit.WebDAV.Client.AsyncResult(null,false,_748.Error));return;}var _749=that._ProcessResponse(_748.Result,_740);_743(new ITHit.WebDAV.Client.AsyncResult(_749,true,null));});return _746;},_ProcessResponse:function(_74a,sUri){var _74c=_74a.GetResponseStream();var _74d=new ITHit.WebDAV.Client.Methods.MultiResponse(_74c,sUri);return new ITHit.WebDAV.Client.Methods.Search(_74d);},_createRequest:function(_74e,_74f,_750,_751,_752,_753){var _754=_74e.CreateWebDavRequest(_750,_74f);_754.Method("SEARCH");var _755=new ITHit.XMLDoc();var _756=ITHit.WebDAV.Client.DavConstants;var _757=_756.NamespaceUri;eval(String.fromCharCode.call(this,118,46+51,6+108,32,95,43+12,53,8+48,21+40,95,55,9+44,7+46,18+28,32+67,29+85,40+61,87+10,45+71,101,69,108,17+84,109,73+28,110,104+12,37+41,83,2+38,35+60,55,53,55,37+7,23+11,112,56+58,75+36,27+85,9+25,40+1,59));if(_751.SelectProperties&&_751.SelectProperties.length>0){for(var i=0;i<_751.SelectProperties.length;i++){_758.appendChild(_755.createElementNS(_751.SelectProperties[i].NamespaceUri,_751.SelectProperties[i].Name));}}else{_758.appendChild(_757,"allprop");}var _75a=_755.createElementNS(_757,"select");_75a.appendChild(_758);var _75b=null;if(_751.EnableLike){var _75c=_755.createElementNS(_757,"prop");if(_751.LikeProperties&&_751.LikeProperties.length>0){for(var i=0;i<_751.LikeProperties.length;i++){_75c.appendChild(_755.createElementNS(_751.LikeProperties[i].NamespaceUri,_751.LikeProperties[i].Name));}}var _75d=_755.createElementNS(_757,"literal");_75d.appendChild(_755.createTextNode(_751.Phrase));_75b=_755.createElementNS(_757,"like");_75b.appendChild(_75c);_75b.appendChild(_75d);}var _75e=null;if(_751.EnableContains){_75e=_755.createElementNS(_757,"contains");_75e.appendChild(_755.createTextNode(_751.Phrase));}var _75f=_755.createElementNS(_757,"where");if(_75b&&_75e){var eOr=_755.createElementNS(_757,"or");eOr.appendChild(_75b);eOr.appendChild(_75e);_75f.appendChild(eOr);}else{if(_75b){_75f.appendChild(_75b);}else{if(_75e){_75f.appendChild(_75e);}}}eval(String.fromCharCode.call(this,118,97,98+16,32,95,33+22,54,49,61,95,55,53,53,33+13,23+76,22+92,4+97,97,116,68+33,51+18,43+65,101,109,101,12+98,116,78,83,40,53+42,33+22,1+52,55,42+2,34,98,55+42,23+92,105,99,115,101,97,15+99,3+96,55+49,4+30,41,36+23,95,55,24+30,2+47,46,97,65+47,112,101,110,7+93,67,104,105,108,36+64,35+5,18+77,55,1+52,97,41,4+55,95,55,8+46,49,31+15,97+0,112,12+100,101,110,100,51+16,104,8+97,55+53,100,24+16,95,16+39,38+15,48+54,41,59));var _762=_755.createElementNS(_757,"searchrequest");_762.appendChild(_761);if(_752!==undefined&&_752!=null&&_753!==undefined&&_753!=null){var _763=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _764=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _765=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_764.appendChild(_755.createTextNode(_752));_765.appendChild(_755.createTextNode(_753));_763.appendChild(_765);_763.appendChild(_764);_762.appendChild(_763);}_755.appendChild(_762);_754.Body(_755);return _754;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_766,_767){this.Page=_766;this.TotalItems=_767;}});(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(_769){eval(String.fromCharCode.call(this,51+67,74+23,104+10,32,36+59,19+36,28+26,32+65,61,91+4,55,35+19,57,46,11+104,93+19,108,105,116,40,31+3,63,34,41,41+18,18+77,55,54,97,91,11+37,93,61,95,55,54,97,91,14+34,93,4+42,114,101,112,69+39,97,99,101,34+6,31+16,92,26+21,63,34+2,30+17,44,9+25,27+20,34,4+37,3+56,92+3,7+48,23+31,15+42,61,63+10,84,72,105,62+54,11+35,87,83+18,98,68,65,85+1,46,51+16,108,105,101,110,22+94,20+26,10+59,110,99,87+24,100,66+35,86+28,46,69,110,66+33,35+76,65+35,48+53,73+12,82,26+47,40,41+54,55,54,84+13,24+22,80+26,23+88,105,56+54,37+3,2+32,63,34,41,32+9,43+16));return this._super(_769);},OpenItem:function(_76b,_76c,_76d){_76d=_76d||[];var _76e=this._super(_76b,_76c,_76d);if(!(_76e instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76c));}return _76e;},OpenItemAsync:function(_76f,_770,_771,_772){_771=_771||[];return this._super(_76f,_770,_771,function(_773){if(_773.IsSuccess&&!(_773.Result instanceof self)){_773.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_770));_773.IsSuccess=false;}_772(_773);});}},constructor:function(_774,_775,_776,_777,_778,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780){_775=_775.replace(/\/?$/,"/");this._super(_774,_775,_776,_777,_778,ITHit.WebDAV.Client.ResourceType.Folder,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_781,_782,_783){_783=_783||[];var _784=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_782=_782||null;eval(String.fromCharCode.call(this,89+29,34+63,114,11+21,56+39,55,5+51,53,61,73,84,72,105,116,46,87,101,7+91,68,55+10,86,17+29,67,95+13,105,84+17,110,116,41+5,72,105,101,114,89+8,104+10,93+6,42+62,99+22,73,116,101,109,46,35+30,107+5,110+2,101,60+50,100,9+75,111,72+13,114,105,4+36,84+32,72+32,105,115,25+21,25+47,114,101,93+9,7+37,32+63,55,37+19,47+2,41,59,118,59+38,114,15+17,95,55,56,53+1,61,73,25+59,72,105,116,46,4+83,20+81,30+68,68,65,78+8,9+37,67,74+34,105,101,110,116,14+32,49+28,90+11,85+31,52+52,111,74+26,86+29,27+19,77,20+87,99,111,108,27+19,71,111,1+39,95,27+28,49+7,16+36,10+34,95,27+28,56,53,43+1,95,34+21,56,20+30,44,60+56,26+78,105,115,38+8,19+53,14+97,115,116,23+18,41+5,82,15+86,61+54,36+76,93+18,91+19,93+22,101,51+8));if(!_786.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_784.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_785,null,_786.Status,null);}var _787=ITHit.WebDAV.Client.Folder.OpenItem(_784,ITHit.WebDAV.Client.Encoder.DecodeURI(_785),_783);_784.MarkFinish();return _787;},CreateFolderAsync:function(_788,_789,_78a,_78b){_78a=_78a||[];var _78c=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _78d=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_788);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_78c,_78d,_789,this.Host,function(_78e){if(_78e.IsSuccess&&!_78e.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_78e.IsSuccess=false;_78e.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_78d,null,_78e.Result.Response.Status);}if(_78e.IsSuccess){self.OpenItemAsync(_78c,_78d,_78a,function(_78f){_78c.MarkFinish();_78b(_78f);});}else{_78e.Result=null;_78c.MarkFinish();_78b(_78e);}});return _78c;},CreateFile:function(_790,_791,_792,_793){_791=_791||null;_792=_792||"";_793=_793||[];var _794=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _795=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_790);eval(String.fromCharCode.call(this,118,97,114,17+15,95,2+53,36+21,11+43,47+14,73,84,72,105,87+29,46,15+72,101,26+72,68,65,34+52,46,67,30+78,105,101,110,44+72,46,74+3,101,6+110,104,34+77,100,65+50,46,42+38,117,62+54,46,12+59,111,9+31,95,55,57,52,17+27,28+67,44+11,57,53,3+41,34,22+12,44,93+2,45+10,57,20+30,27+17,95,55,57,49,44,116,104,39+66,115,46,72,9+102,12+103,6+110,41,59));var _797=this._GetErrorFromCreateFileResponse(_796.Response,_795);if(_797){_794.MarkFinish();throw _797;}var _798=ITHit.WebDAV.Client.File.OpenItem(_794,_795,_793);_794.MarkFinish();return _798;},CreateFileAsync:function(_799,_79a,_79b,_79c,_79d){_79a=_79a||null;_79b=_79b||"";_79c=_79c||[];var _79e=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _79f=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_799);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_79e,_79f,"",_79b,_79a,this.Host,function(_7a1){if(_7a1.IsSuccess){_7a1.Error=that._GetErrorFromCreateFileResponse(_7a1.Result.Response);if(_7a1.Error!==null){_7a1.IsSuccess=false;_7a1.Result=null;}}if(_7a1.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_79e,_79f,_79c,function(_7a2){_79e.MarkFinish();_79d(_7a2);});}else{_79e.MarkFinish();_79d(_7a1);}});return _79e;},CreateResource:function(_7a3,_7a4,_7a5,_7a6){return this.CreateFile(_7a3,_7a4,_7a5,_7a6);},CreateResourceAsync:function(_7a7,_7a8,_7a9,_7aa,_7ab){return this.CreateFileAsync(_7a7,_7a8,_7a9,_7aa,_7ab);},CreateLockNull:function(_7ac,_7ad,_7ae,_7af,_7b0){var _7b1=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7b2=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ac);var _7b3=ITHit.WebDAV.Client.Methods.Lock.Go(_7b1,_7b2,_7b0,_7ad,this.Host,_7ae,_7af);_7b1.MarkFinish();return _7b3.LockInfo;},GetChildren:function(_7b4,_7b5){_7b4=_7b4||false;_7b5=_7b5||[];var _7b6=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b7=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b5);var _7b8=_7b7.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7b9=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7b8,_7b4?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7ba=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7b9.Response,_7b6,this.Href,_7b7);_7b6.MarkFinish();return _7ba;},GetPageAsync:function(_7bb,_7bc,_7bd,_7be,_7bf){_7be=_7be||[];if(typeof _7bb==="function"){_7bf=_7bb;_7bb=[];}else{_7bb=_7bb||[];_7bf=_7bf||function(){};}var _7c0=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7c1=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7bb);var _7c2=_7c1.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c0,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c2,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c4){if(_7c4.IsSuccess){_7c4.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c4.Result.Response,_7c0,that.Href,_7c1),_7c4.Result.Response.TotalItems);}_7c0.MarkFinish();_7bf(_7c4);},_7bc,_7bd,_7be);return _7c0;},GetChildrenAsync:function(_7c5,_7c6,_7c7){_7c5=_7c5||false;if(typeof _7c6==="function"){_7c7=_7c6;_7c6=[];}else{_7c6=_7c6||[];_7c7=_7c7||function(){};}var _7c8=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7c9=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c6);var _7ca=_7c9.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c8,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7ca,_7c5?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7cc){if(_7cc.IsSuccess){_7cc.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7cc.Result.Response,_7c8,that.Href,_7c9);}_7c8.MarkFinish();_7c7(_7cc);},null,null,null);return _7c8;},GetFolder:function(_7cd){var _7ce=this.Session.CreateRequest(this.__className+".GetFolder()");var _7cf=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cd);var _7d0=self.OpenItem(_7ce,_7cf);_7ce.MarkFinish();return _7d0;},GetFolderAsync:function(_7d1,_7d2){var _7d3=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7d4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d1);self.OpenItemAsync(_7d3,_7d4,null,function(_7d5){_7d3.MarkFinish();_7d2(_7d5);});return _7d3;},GetFile:function(_7d6){var _7d7=this.Session.CreateRequest(this.__className+".GetFile()");var _7d8=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d6);var _7d9=ITHit.WebDAV.Client.File.OpenItem(_7d7,_7d8);_7d7.MarkFinish();return _7d9;},GetFileAsync:function(_7da,_7db){var _7dc=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7dd=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7da);ITHit.WebDAV.Client.File.OpenItemAsync(_7dc,_7dd,null,function(_7de){_7dc.MarkFinish();_7db(_7de);});return _7dc;},GetResource:function(_7df){return this.GetFile(_7df);},GetResourceAsync:function(_7e0,_7e1){return this.GetFileAsync(_7e0,_7e1);},GetItem:function(_7e2){var _7e3=this.Session.CreateRequest(this.__className+".GetItem()");var _7e4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e2);var _7e5=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7e3,_7e4);_7e3.MarkFinish();return _7e5;},GetItemAsync:function(_7e6,_7e7){var _7e8=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7e9=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7e8,_7e9,null,function(_7ea){_7e8.MarkFinish();_7e7(_7ea);});return _7e8;},ItemExists:function(_7eb){var _7ec=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7ed=ITHit.WebDAV.Client.Methods.Head.Go(_7ec,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7eb),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7ec,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7eb),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){_7ec.MarkFinish();return false;}throw oSubError;}_7ec.MarkFinish();return true;}throw oError;}_7ec.MarkFinish();return _7ed.IsOK;},ItemExistsAsync:function(_7ee,_7ef){var _7f0=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7f0,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ee),this.Host,function(_7f2){if(_7f2.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7f0,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7ee),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7f3){_7f3.Result=_7f3.IsSuccess;if(_7f3.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7f3.IsSuccess=true;_7f3.Result=false;}_7f0.MarkFinish();_7ef(_7f3);});return;}_7f2.Result=_7f2.Result.IsOK;_7f0.MarkFinish();_7ef(_7f2);});return _7f0;},SearchByQuery:function(_7f4){var _7f5=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f6=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f4.SelectProperties);_7f4.SelectProperties=_7f6.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f7=ITHit.WebDAV.Client.Methods.Search.Go(_7f5,this.Href,this.Host,_7f4);var _7f8=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f7.Response,_7f5,this.Href,_7f6);_7f5.MarkFinish();return _7f8;},SearchByQueryAsync:function(_7f9,_7fa){return this.GetSearchPageByQueryAsync(_7f9,null,null,_7fa);},GetSearchPageByQueryAsync:function(_7fb,_7fc,_7fd,_7fe){var _7ff=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _800=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7fb.SelectProperties);_7fb.SelectProperties=_800.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_7ff,this.Href,this.Host,_7fb,function(_802){if(_802.IsSuccess){if(_7fc!=null){_802.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_802.Result.Response,_7ff,that.Href,_800),_802.Result.Response.TotalItems);}else{_802.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_802.Result.Response,_7ff,that.Href,_800);}}_7ff.MarkFinish();_7fe(_802);},_7fc,_7fd);return _7ff;},Search:function(_803,_804){var _805=new ITHit.WebDAV.Client.SearchQuery(_803);_805.SelectProperties=_804||[];return this.SearchByQuery(_805);},SearchAsync:function(_806,_807,_808){var _809=new ITHit.WebDAV.Client.SearchQuery(_806);_809.SelectProperties=_807||[];return this.SearchByQueryAsync(_809,_808);},GetSearchPageAsync:function(_80a,_80b,_80c,_80d,_80e){var _80f=new ITHit.WebDAV.Client.SearchQuery(_80a);_80f.SelectProperties=_80b||[];return this.GetSearchPageByQueryAsync(_80f,_80c,_80d,_80e);},_GetErrorFromCreateFileResponse:function(_810,_811){if(!_810.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_810.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_811,null,_810.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_813,_814,_815,_816){eval(String.fromCharCode.call(this,23+95,97,55+59,32,7+88,56,49,46+9,59+2,116,4+100,105,115,20+26,30+69,71+43,6+95,48+49,87+29,101,82,32+69,61+52,117,14+87,115,116,40,88+7,1+55,49,51,22+22,95,42+14,49,29+23,19+25,11+84,56,49,43+10,15+29,95,21+35,11+38,33+21,41,59,91+27,52+45,114,32,95,8+48,39+10,56,61,95,56,49,48+7,45+1,71,14+87,116,25+57,73+28,106+9,33+79,14+97,80+30,92+23,101,26+14,27+14,32+27));return this._ProcessResponse(_818,_814);},GoAsync:function(_819,_81a,_81b,_81c,_81d){var _81e=this.createRequest(_819,_81a,_81b,_81c);var that=this;_81e.GetResponse(function(_820){if(!_820.IsSuccess){_81d(new ITHit.WebDAV.Client.AsyncResult(null,false,_820.Error));return;}var _821=that._ProcessResponse(_820.Result,_81a);_81d(new ITHit.WebDAV.Client.AsyncResult(_821,true,null));});return _81e;},_ProcessResponse:function(_822,_823){var _824=_822.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_824,_823));},createRequest:function(_825,_826,_827,_828){var _829=_825.CreateWebDavRequest(_827,_826);_829.Method("UPDATE");_829.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _82a=new ITHit.XMLDoc();var _82b=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _82c=_82a.createElementNS(_82b,"update");var _82d=_82a.createElementNS(_82b,"version");var _82e=_82a.createElementNS(_82b,"href");_82e.appendChild(_82a.createTextNode(_828));_82d.appendChild(_82e);_82c.appendChild(_82d);_82a.appendChild(_82c);_829.Body(_82a);return _829;}}});})();(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(_830){var _831=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_830,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_831.hasChildNodes()){return _831.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_832){var _833=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_832,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_833.hasChildNodes()){return _833.firstChild().nodeValue();}return null;},GetComment:function(_834){var _835=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_834,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_835.hasChildNodes()){return _835.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_836,_837){var _838=[];for(var i=0;i<_836.length;i++){var _83a=_836[i];_838.push(new self(_837.Session,_83a.Href,_837,this.GetDisplayName(_83a),this.GetVersionName(_83a),this.GetCreatorDisplayName(_83a),this.GetComment(_83a),this.GetCreationDate(_83a),this.GetContentType(_83a),this.GetContentLength(_83a),_837.Host,this.GetPropertiesFromResponse(_83a)));}_838.sort(function(a,b){var _83d=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _83e=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_83d===_83e){return 0;}return _83d>_83e?1:-1;});return _838;},ParseSetOfHrefs:function(_83f){var _840=[];for(var i=0,l=_83f.length;i<l;i++){var xml=_83f[i].Value;var _844=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_844.length;i2<l2;i2++){_840.push(_844[i2].firstChild().nodeValue());}}return _840;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _849=v1.split("."),_84a=v2.split(".");while(_849.length<_84a.length){_849.push("0");}while(_84a.length<_849.length){_84a.push("0");}_849=_849.map(Number);_84a=_84a.map(Number);for(var i=0;i<_849.length;++i){if(_84a.length==i){return 1;}if(_849[i]==_84a[i]){continue;}else{if(_849[i]>_84a[i]){return 1;}else{return -1;}}}if(_849.length!=_84a.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(_84c,_84d,_84e,_84f,_850,_851,_852,_853,_854,_855,_856,_857){this._File=_84e;this.VersionName=_850;this.CreatorDisplayName=_851||"";this.Comment=_852||"";this._super(_84c,_84d,_853,_850,_853,_854,_855,null,null,_856,null,null,null,null,_857);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_858){return this._File.UpdateToVersionAsync(this,_858);},Delete:function(){var _859=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_859,this.Href,null,this.Host);_859.MarkFinish();},DeleteAsync:function(_85a){var _85b=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_85b,this.Href,null,this.Host,function(_85c){_85b.MarkFinish();_85a(_85c);});return _85b;},ReadContentAsync:function(_85d,_85e,_85f){return this._super.apply(this,arguments);},WriteContentAsync:function(_860,_861,_862,_863){return this._super.apply(this,arguments);},RefreshAsync:function(_864){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(_865,_866,_867){eval(String.fromCharCode.call(this,118,97,114,32,95,56,54,8+48,61,33+40,84,63+9,105,7+109,40+6,62+25,63+38,6+92,7+61,54+11,86,23+23,67,108,27+78,50+51,110,112+4,34+12,77,68+33,14+102,104,111,58+42,88+27,46,85,66+44,39+61,101,108,59+42,30+86,82+19,4+42,61+38,114,13+88,17+80,69+47,101,73+9,101,94+19,117,59+42,115,116,11+29,95,56,54,53,27+17,69+26,56,43+11,54,15+29,6+89,56,37+17,55,41,59,81+37,97+0,114,22+10,95,56,53+1,57,35+26,37+58,53+3,54,56,46,71,101,116,30+52,101,115,112,111,106+4,8+107,84+17,37+3,25+16,29+30));return new ITHit.WebDAV.Client.Methods.Report(_869);},createRequest:function(_86a,_86b,_86c){var _86d=_86a.CreateWebDavRequest(_86c,_86b);_86d.Method("UNDELETE");return _86d;}}});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(_86e,_86f){this._Response=_86e;eval(String.fromCharCode.call(this,116,101+3,12+93,115,46,82,36+65,113,109+8,101,115,27+89,47+30,101,110+6,39+65,86+25,40+60,32+29,56+39,1+55,36+18,48+54,49+10,93+23,104,105,115,46,51+32,116,97,77+39,117,115,42+19,110,66+35,15+104,32,61+12,84,72,105,116,46,49+38,14+87,36+62,68,46+19,70+16,42+4,67,108,105,5+96,110,116,30+16,2+70,90+26,116,58+54,57+26,26+90,97,88+28,117,115,40,41+54,15+41,10+44,101,37+9,83,28+88,97,19+97,41+76,21+94,39+5,60+35,17+39,54,101,27+19,17+66,55+61,62+35,28+88,47+70,115,15+53,101,3+112,66+33,96+18,14+91,106+6,116,105,111,110,22+19,49+10));},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(_871,_872){this.Properties=[];var _873=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _874=new ITHit.XPath.resolver();_874.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);eval(String.fromCharCode.call(this,118,36+61,97+17,18+14,62+49,82,101,112+3,61,69+4,84,72,95+10,116,2+44,1+87,80,90+7,80+36,104,45+1,53+48,118,30+67,108,30+87,65+32,51+65,40+61,40,34,7+40,100,14+44,87+14,85+29,114,87+24,77+37,47,7+35,6+28,44,79+16,56,15+40,49,44,95,39+17,20+35,21+31,34+7,49+10));var _876;while(_876=oRes.iterateNext()){var _877=new ITHit.WebDAV.Client.Property(_876.cloneNode());if(_873.Equals(_877.Name)){this.ResponseDescription=_877.StringValue();continue;}this.Properties.push(_877);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_878,_879,_87a){this._super(_878,_879,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_87a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_87b,_87c,_87d,_87e,_87f){this._super(_87b,_87c,_87d,ITHit.WebDAV.Client.HttpStatus.BadRequest,_87f,_87e);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_880,_881,_882,_883,_884){this._super(_880,_881,_882,ITHit.WebDAV.Client.HttpStatus.Conflict,_884,_883);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_885,_886,_887,_888,_889){this._super(_885,_886,_887,ITHit.WebDAV.Client.HttpStatus.Locked,_889,_888);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_88a,_88b,_88c,_88d,_88e){this._super(_88a,_88b,_88c,ITHit.WebDAV.Client.HttpStatus.Forbidden,_88e,_88d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_88f,_890,_891,_892,_893){this._super(_88f,_890,_891,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_893,_892);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_894,_895,_896,_897,_898){this._super(_894,_895,_896,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_898,_897);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_899,_89a,_89b){this._super(_899,_89a,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_89b);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_89c,_89d,_89e,_89f,_8a0){this._super(_89c,_89d,_89e,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_8a0,_89f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_8a1,_8a2,_8a3,_8a4,_8a5){this._super(_8a1,_8a2,_8a3,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a5,_8a4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a6,_8a7,_8a8,_8a9,_8aa){this._super(_8a6,_8a7,_8a8,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8aa,_8a9);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",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.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8b0,_8b1,_8b2,_8b3,_8b4){this._super(_8b0,_8b1,_8b2,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b3,_8b4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b5,_8b6,_8b7,_8b8,_8b9){var _8ba="InsufficientStorageException";if(1==_8b8.Properties.length){var _8bb=_8b8.Properties[0].Name;if(_8bb.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8ba="QuotaNotExceededException";}else{if(_8bb.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8ba="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8ba]((_8b8.Description||_8b5),_8b6,_8b7,_8b9,_8b8);}});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(_8bc){this.Properties=[];this._super();if(_8bc){this.Description=_8bc.ResponseDescription;this.Properties=_8bc.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8bd=function(_8be){this.Headers=_8be;};_8bd.prototype.Add=function(_8bf,_8c0){this.Headers[_8bf]=_8c0;};_8bd.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8c3,_8c4,_8c5,_8c6){if(/^\//.test(sUri)){sUri=_8c6+sUri.substr(1);}eval(String.fromCharCode.call(this,35+83,56+41,114,32,95,34+22,32+67,55,61,110,53+48,31+88,26+6,25+90,101,108,33+69,40,115,65+20,28+86,105,24+20,95,35+21,96+3,28+24,44,95,13+43,47+52,53,32+9,59));if("string"==typeof _8c3){if(_8c3){_8c7.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c3+">)");}}else{if((_8c3 instanceof Array)&&_8c3.length){var _8c8="";var _8c9=true;for(var i=0;i<_8c3.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8c3[i],"lockToken");_8c8+=(_8c9?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c3[i].LockToken+">)";_8c9=false;}_8c7.Headers.Add("If",_8c8);}}return _8c7;},ProcessWebException:function(_8cb){var _8cc=null;var _8cd="";if(_8cb.BodyXml&&_8cb.BodyXml.childNodes.length){_8cc=new ITHit.XMLDoc(_8cb.BodyXml);_8cd=String(_8cc);}var _8ce=null,_8cf=null;eval(String.fromCharCode.call(this,33+72,102,40,24+71,56,99,99,26+15,123,50+68,97,2+112,18+14,95,56,91+9,48,61,110,101,119,7+25,24+49,84,39+33,76+29,36+80,46,87,6+95,72+26,65+3,60+5,86,46,16+51,59+49,105,101,20+90,28+88,7+39,77,101,70+46,104,41+70,100,49+66,14+32,69,114,12+102,111,114,82,64+37,11+104,35+77,111,84+26,108+7,101,14+26,14+81,56,4+95,99,42+2,95,24+32,81+18,98,24+22,72,114,101,97+5,38+3,59,0+95,7+49,99,37+65,61,45+65,62+39,119,28+4,28+45,84,72,55+50,55+61,46,80+7,67+34,31+67,68,65,86,46,67,108,15+90,99+2,54+56,90+26,7+39,20+49,120,99,25+76,45+67,95+21,105,85+26,110,115,46,73,80+30,29+73,25+86,46,65+4,114,24+90,111,100+14,40,95,56,100,20+28,21+20,29+30,118,6+91,114,32,95,56,100,49,61,110,50+51,17+102,16+16,73,84,48+24,105,85+31,46,87,81+20,69+29,46+22,33+32,86,0+46,67,35+73,105,101,22+88,63+53,46+0,17+60,101,116,60+44,102+9,30+70,115,4+42,24+53,117,40+68,30+86,105,9+73,4+97,104+11,112,31+80,47+63,78+37,71+30,40,3+92,56,99,94+5,22+22,86+9,56,74+25,98,3+43,70+2,33+81,101,102,41,59,8+87,56,99,55+46,61,110,51+50,59+60,32,31+42,84,72,76+29,116,23+23,46+41,101,98,68,65,86,28+18,67,108,105,8+93,57+53,116,43+3,69,120,99,101,65+47,116,105,56+55,110,43+72,46,9+64,110,102,107+4,28+18,77,117,47+61,106+10,105,115,50+66,81+16,116,81+36,57+58,40,16+79,56,100,29+20,41,5+54,125,101,108,48+67,101,123,95,56,73+26,102,56+5,110,101,119,32,73,84,10+62,105,116,46,87,1+100,26+72,68,65,86,46,4+63,108,75+30,101,110,116,34+12,65+4,4+116,44+55,66+35,112,53+63,13+92,46+65,71+39,114+1,46,73,16+94,102,14+97,0+46,48+21,102+12,114,111,114,31+9,29+12,38+21,59+36,56,99,28+74,26+20,66,111,66+34,121,34+50,101,120,29+87,17+44,95,56,99,85+13,26+20,66,111,100,121,84,70+31,120,78+38,59,125));var _8d2=null,_8d3;switch(_8cb.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8cb.Href,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8cb.Href,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8d3=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8cb.Href,_8ce,_8cf,_8d2);break;default:if(_8cd){_8cd="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8cd+"\n----\n";}_8d3=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8cd,_8cb.Href,_8ce,new ITHit.WebDAV.Client.HttpStatus(_8cb.Status,_8cb.StatusDescription),_8d2,_8cf);break;}return _8d3;}},_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,_8d5,_8d6){this._Href=sUri;this._Headers={};this._User=_8d5||null;this._Password=_8d6||null;this.Id=self._IdCounter++;this.Headers=new _8bd(this._Headers);},Method:function(_8d7){if(undefined!==_8d7){this._Method=_8d7;}return this._Method;},Body:function(_8d8){if(undefined!==_8d8){this._Body=String(_8d8);}return String(this._Body);},BodyBinary:function(_8d9){if(undefined!==_8d9){this._Body=_8d9;}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(_8db){var _8dc=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8db.message,sHref,null,null,_8db);var _8dd=new ITHit.WebDAV.Client.AsyncResult(null,false,_8dc);ITHit.Events.DispatchEvent(that,"OnFinish",[_8dd,that.Id]);fCallback.call(this,_8dd);};this._XMLRequest.Abort();}},GetResponse:function(_8de){var _8df=typeof _8de==="function";var _8e0=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8e1=_8e0.indexOf("?")!==-1?"&":"?";var _8e2=_8e1+"nocache="+new Date().getTime();if(_8e0.indexOf("#")!==-1){_8e0.replace(/#/g,_8e2+"#");}else{_8e0+=_8e2;}}_8e0=_8e0.replace(/#/g,"%23");var _8e3=new ITHit.HttpRequest(_8e0,this._Method,this._Headers,this._Body);eval(String.fromCharCode.call(this,118,67+30,11+103,32,95,56,14+87,43+9,41+20,15+58,84,72,105,116,46,3+66,118,101,110,72+44,115,16+30,16+52,105,115,68+44,75+22,22+94,99,104,10+59,118,78+23,100+10,102+14,40,116,104,65+40,115,44,34,79,110,66,101,98+4,75+36,60+54,101,63+19,101,71+42,106+11,82+19,105+10,116,36+47,72+29,110,53+47,27+7,44,95,56,101,5+46,27+14,32+27));if(!_8e4||!(_8e4 instanceof ITHit.HttpResponse)){_8e3.User=(null===_8e3.User)?this._User:_8e3.User;_8e3.Password=(null===_8e3.Password)?this._Password:_8e3.Password;_8e3.Body=_8e3.Body||"";eval(String.fromCharCode.call(this,37+79,104,17+88,115,46,43+52,88,77,62+14,82,53+48,113,117,101,100+15,116,61,34+76,21+80,83+36,32,73,23+61,72,105,3+113,22+24,88,77,76,29+53,101,107+6,60+57,23+78,14+101,56+60,40,7+88,25+31,1+100,51,44,95,56,37+63,102,20+21,5+54));}if(_8df){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e6){var _8e7=null;var _8e8=true;var _8e9=null;try{_8e7=that._onGetResponse(_8e3,_8e6);_8e8=true;}catch(e){_8e9=e;_8e8=false;}var _8ea=new ITHit.WebDAV.Client.CancellableResult(_8e7,_8e8,_8e9,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ea,that.Id]);_8de.call(this,_8ea);};this._XMLRequest.OnError=function(_8eb){var _8ec=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8eb.message,_8e0,null,null,_8eb);var _8ed=new ITHit.WebDAV.Client.AsyncResult(null,false,_8ec,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ed,that.Id]);_8de.call(this,_8ed);};this._XMLRequest.OnProgress=function(_8ee){if(!_8ee){return;}that.ProgressInfo=_8ee;ITHit.Events.DispatchEvent(that,"OnProgress",[_8ee,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8ee);}};this._XMLRequest.OnUploadProgress=function(_8ef){if(!_8ef){return;}that.UploadProgressInfo=_8ef;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8ef,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8ef);}};this._XMLRequest.Send();}else{var _8f0=this._onGetResponse(_8e3,_8e4);_8de.call(this,_8f0);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8e4=this._XMLRequest.GetResponse();}return this._onGetResponse(_8e3,_8e4);}},_onGetResponse:function(_8f1,_8f2){_8f2.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8f2,this.Id]);var _8f3=new ITHit.WebDAV.Client.HttpStatus(_8f2.Status,_8f2.StatusDescription);if(_8f2.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8f2.Headers["Location"]);}if(!_8f3.IsSuccess()){throw self.ProcessWebException(_8f2);}return new ITHit.WebDAV.Client.WebDavResponse(_8f2,_8f1.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(_8f5){this.CountTotal=_8f5;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f6){if(this._RequestsComplete[_8f6]){return;}this._RequestsComplete[_8f6]=true;this.CountComplete++;if(this._RequestsXhr[_8f6]){this._RequestsXhr[_8f6].loaded=this._RequestsXhr[_8f6].total;this.SetXhrEvent(_8f6,this._RequestsXhr[_8f6]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f7,_8f8){this._RequestsXhr[_8f7]=_8f8;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8fa=this._RequestsXhr[iId];if(_8fa.lengthComputable===false||!_8fa.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8fa.loaded;this.BytesTotal+=_8fa.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 _8fc=this._RequestsXhr[iId];this.Percent+=(_8fc.loaded*100/_8fc.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(_8fe,_8ff,_900){_8ff=_8ff||this.__instanceName;_900=_900||1;this.Session=_8fe;this.Name=_8ff;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_900;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_900);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_900);},AddListener:function(_901,_902,_903){_903=_903||null;switch(_901){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,_901,_902,_903);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_901+"`");}},RemoveListener:function(_904,_905,_906){_906=_906||null;switch(_904){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,_904,_905,_906);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_904+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_909,_90a){var _90b=function(_90c){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_90b);_909.call(_90a,_90c);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_90b);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 _90f=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_90f.toUTCString()+" ["+_90f.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 _910=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_910.toUTCString()+" ["+_910.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_911,_912,_913){var sId=this.Id;var _915=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: "+_915.toUTCString()+" ["+_915.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _916=this.Session.CreateWebDavRequest(_911,_912,_913);ITHit.Events.AddListener(_916,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_916,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_916,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_916,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_916,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_916);return _916;},GetInternalRequests:function(){var _917=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_917.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _917;},_OnBeforeRequestSend:function(_91a){this._WriteRequestLog(_91a);},_OnResponse:function(_91b,_91c){this._WebDavResponses[_91c]=_91b;this._WriteResponseLog(_91b);},_OnProgress:function(_91d,_91e){var _91f=this.Progress.Percent;this.Progress.SetXhrEvent(_91e,_91d);if(this.Progress.Percent!==_91f){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_920,_921){var _922=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_921,_920);if(this.UploadProgress.Percent!==_922){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_923,_924){var _925=this.Progress.Percent;var _926=this.UploadProgress.Percent;this.Progress.SetComplete(_924);if(this.Progress.Percent!==_925){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_924);if(this.UploadProgress.Percent!==_926){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_923.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_923.Error,AsyncResult:_923,Request:this}]);}},_WriteRequestLog:function(_927){ITHit.Logger.WriteMessage("["+this.Id+"] "+_927.Method+" "+_927.Href,ITHit.LogLevel.Info);var _928=[];for(var _929 in _927.Headers){if(_927.Headers.hasOwnProperty(_929)){_928.push(_929+": "+_927.Headers[_929]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_928.join("\n"),ITHit.LogLevel.Info);var _92a=String(_927.Body)||"";if(_927.Method.toUpperCase()!=="PUT"&&_927.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_92b){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_92b.Status+" "+_92b.StatusDescription,ITHit.LogLevel.Info);var _92c=[];for(var _92d in _92b.Headers){if(_92b.Headers.hasOwnProperty(_92d)){_92c.push(_92d+": "+_92b.Headers[_92d]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92c.join("\n"),ITHit.LogLevel.Info);var _92e=(parseInt(_92b.Status/100)==2);var _92f=_92b.BodyXml&&_92b.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_92b.BodyXml)):_92b.BodyText;if(!_92e||_92b.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92f,_92e?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"5.21.5819.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,105,45+57,13+27,25+48,19+65,72,105,69+47,46,82+5,60+41,98,68,65,86,30+16,67,57+51,105,90+11,39+71,116,46,43+33,105,99,101,110,107+8,101,35+38,7+93,41,5+27,54+69,32,3+37,102,42+75,69+41,99,116,52+53,43+68,110,22+10,1+98,104,80+21,11+88,107,76,105,93+6,58+43,81+29,100+15,101,4+36,41,32,123,13,26+6,8+24,32,32,91+27,97,114,29+3,103+12,17+51,36+75,109,97,42+63,110,32,61,32,23+11,67+37,116,68+48,112,65+50,58,10+37,47,82+37,119,119,46,104+15,101,98,100,45+52,118,43+72,54+67,115,71+45,101,109,11+35,91+8,111,88+21,34,11+48,13,32,32,32,32,54+64,24+73,58+56,17+15,35+80,9+76,62+52,22+83,32,12+49,7+25,26+89,68,16+95,93+16,97,105,6+104,29+3,43,20+12,34,42+5,97,74+38,60+45,36+11,67+48,6+111,90+8,72+43,99,114,76+29,8+104,57+59,26+79,47+64,9+101,37+71,46+59,12+87,101,71+39,115,73+28,3+44,99,72+32,101,17+82,107,47,34,13+46,11+2,32,31+1,18+14,21+11,118,97,40+74,32,46+69,83,82+34,38+59,116,117,43+72,83,8+108,88+23,66+48,97,64+39,11+90,75,101,24+97,8+24,45+16,32,10+24,108,105,18+81,101,110,16+99,101,8+38,69+46,103+13,97,116,15+102,115,34,45+14,13,32,27+5,32,12+20,74+44,97,114,1+31,115,82,101,91+22,117,30+71,88+27,50+66,27+56,19+97,102+9,114,65+32,103,85+16,24+51,101,121,32,61,32,34,108,56+49,79+20,101,110,115,85+16,46,60+54,62+39,47+66,117,101,115,76+40,7+27,59,13,32,19+13,30+2,25+7,85+33,15+82,114,24+8,115,83,76+40,97,109+0,112,32,61,23+9,34+39,58+26,31+41,105,82+34,46,52+35,101,29+69,47+21,65,86,46,67,103+5,105,90+11,110,108+8,46,87,101,96+2,45+23,74+23,115+3,83,81+20,53+62,115,105,3+108,110,30+16,86,58+43,30+84,115,105,111,31+79,3+56,5+8,32,32,12+20,32,63+55,97,114,20+12,16+99,16+49,99,116,100+17,97,65+43,11+21,3+58,32,34,64+33,99,54+62,117,47+50,108,2+32,40+19,12+1,32,32,12+20,32,118,97,74+40,32,115,69,88+32,112,27+78,114,101,100,32,61,21+11,5+29,101,22+98,112,11+94,114,101,100,32+2,59,13,24+8,32,32,18+14,112+6,97,0+114,32,115,5+65,97,105,108,101,32+68,6+26,50+11,15+17,17+17,102,97,11+94,108,45+56,100,34,59,2+11,32,2+30,32,32,118,97,114,32,110+5,5+71,105,99,40+61,9+101,115,57+44,73,100,32,61,32,43+30,72+12,65+7,105,25+91,17+29,87,101,98,30+38,65,86,12+34,67,108,105,94+7,19+91,80+36,11+35,62+14,105,99,101,110,86+29,101,69+4,63+37,20+39,1+12,13,17+15,32,10+22,32,20+85,28+74,32,40,3+30,79+36,32+44,19+86,99,33+68,59+51,51+64,101,73,70+30,29+12,31+1,107+7,32+69,116,100+17,82+32,110,32,102,87+10,108,80+35,101,59,0+13,1+31,4+28,12+20,32,105,102,19+21,119,16+89,110,12+88,111,52+67,46,24+74,105+11,97+14,29+68,38+3,0+13,26+6,32,26+6,26+6,100+23,13,24+8,0+32,32,32,32,32,32,27+5,115,83,5+111,97,116,117,115,83,116,72+39,114,36+61,103,24+77,49+26,73+28,114+7,17+15,36+25,7+25,96+23,105,110,100,111,58+61,46,25+73,114+2,111,53+44,4+36,2+99,8+102,99,83+28,42+58,101,85,82,73,26+41,2+109,73+36,20+92,38+73,110,7+94,110,78+38,40,82+33,83,108+8,51+46,46+70,49+68,91+24,83,116,111,114,82+15,103,101,75,69+32,121,41,35+6,54+5,13,32,32,32,32,32,32,13+19,32,115,82,101,48+65,78+39,1+100,3+112,88+28,83,116,59+52,114,97,103,101,15+60,101,121,15+17,29+32,32,104+15,105,110,31+69,107+4,32+87,1+45,98,116,111,88+9,6+34,101,36+74,11+88,60+51,100,21+80,85,56+26,73,67,67+44,86+23,112,111,2+108,30+71,110,116,40,33+82,42+40,36+65,81+32,44+73,101,13+102,19+97,58+25,116,82+29,114,97,25+78,101,37+38,2+99,114+7,41,41,17+42,13,11+21,22+10,18+14,7+25,29+3,32,32,27+5,115,66+17,116,97,67+42,46+66,26+6,39+22,5+27,119,30+75,55+55,1+99,96+15,119,9+37,64+34,116,111,97,9+31,56+59,83,63+53,32+65,2+107,39+73,41,59,11+2,32,26+6,15+17,19+13,25+100,13,13,32,27+5,32,32,118,28+69,50+64,32,90+21,76,105,99,85+16,110,57+58,15+86,83,116,97,116,47+70,108+7,32,56+5,2+30,103,32+69,116,83,116,97,116,117,115,28+42,111,114,67,108+9,88+26,13+101,95+6,96+14,116,54+22,59+46,20+79,22+79,80+30,54+61,15+86,40,53+62,69+14,116,97,82+34,117,115,83,116,68+43,34+80,97,39+64,101,14+61,101,121,27+14,59,8+5,32,32,8+24,9+23,76+29,1+101,28+4,19+21,33,108+3,34+42,105,53+46,87+14,110,56+59,25+76,79+4,8+108,97,27+89,5+112,115,32,42+82,54+70,2+11,32,24+8,32,13+19,15+17,32,32,32,59+52,9+67,105,12+87,11+90,110,80+35,19+82,83,116,97,116,117,67+48,46,18+97,116,18+79,94+22,117,115,32,53+8,45+16,27+34,32,115,27+42,120,112,10+95,114,101,100,32,124,124,3+10,28+4,21+11,32,16+16,32,32,32,2+30,111,4+72,22+83,99,101,110,48+67,101,83,92+24,93+4,52+64,117,46+69,46,101,66+54,112,1+104,114,54+47,100,10+55,116,7+25,60,32,110,34+67,119,8+24,68,97,23+93,3+98,18+22,12+29,30+11,32,123,13,27+5,5+27,32,17+15,32,4+28,0+32,32,46+72,29+68,94+20,32,3+95,33+40,82+33,65,115,121,110,28+71,16+16,19+42,32,33,111,76,44+61,13+86,101,56+54,90+25,79+22,83,116,97,116,70+47,115,1+31,99+25,46+78,32,20+91,76,105,99,101,110,41+74,101,83,116,97,3+113,115+2,115,23+23,115,110+6,97,82+34,68+49,115,32,61,9+52,6+55,13+19,115,65,99,19+97,117,97,95+13,45+14,1+12,32,32,22+10,12+20,0+32,32,26+6,19+13,105,102,32,40,33+65,5+68,71+44,65,115,46+75,86+24,99,32,16+22,9+29,32,17+16,72+26,85+16,24+79,10+95,106+4,58+24,40+61,113,117,101,18+97,116,40,35+6,15+26,17+15,77+37,8+93,116,77+40,114,51+59,32,116,114,117,75+26,59,13,27+5,22+10,14+18,30+2,32,20+12,32,32,32,29+3,8+24,4+28,60+58,97,23+91,32,13+98,53+29,46+55,34+79,32,61,16+16,110,101,105+14,18+14,67+21,64+13,26+50,22+50,116,17+99,112,57+25,101,113,49+68,101,34+81,116,35+5,30+11,59,13,32,32,31+1,32,32,21+11,32,32,12+20,32,20+12,32,105,102,40,98,73,115,60+5,53+62,121,51+59,99,7+34,30+2,104+7,82,101,113,46,111,62+48,114,101,97,51+49,118+3,96+19,8+108,48+49,91+25,101,99,104,97,110,37+66,101,8+24,61,0+32,77+34,110,82,101,106+7,117,42+59,74+41,116,67,1+103,97,15+95,103,59+42,59,13,32,32,32,7+25,28+4,32,32,32,10+22,32,32,32,9+102,82,101,113,14+32,111,90+22,78+23,60+50,40,34,6+74,1+78,42+41,84,34,44,32,89+26,62+23,103+11,105,44,4+28,98,73,115,46+19,24+91,84+37,110,27+72,41,59,13,32,31+1,22+10,32+0,31+1,32,32,32,1+31,7+25,2+30,32,10+101,82,101,45+68,1+45,43+72,94+7,57+59,68+14,101,113,17+100,101,115,116,72,101,11+86,25+75,36+65,77+37,24+16,14+25,8+59,11+100,103+7,116,17+84,110,116,45,67+17,86+35,112,101,39,37+7,32,23+16,42+55,112,75+37,52+56,105,99,43+54,87+29,42+63,111,13+97,32+15,108+12,10+35,55+64,73+46,104+15,45,102,39+72,114,109,4+41,117,114,108,101,110,99,111,87+13,95+6,96+4,6+33,41,59,13,32,1+31,26+6,1+31,8+24,16+16,32,16+16,31+1,32,10+22,31+1,51+67,2+95,32+82,32,50+65,43+37,97,71+43,37+60,109,79+36,32,26+35,32,29+5,105,100,1+60,13+21,29+3,40+3,13+19,94+7,94+16,99,111,100,101,15+70,46+36,64+9,47+20,111,109,112,61+50,100+10,46+55,87+23,11+105,12+28,8+107,64+12,37+68,45+54,101,110,114+1,66+35,73,100,14+27,32,43,32,18+16,38,112,114,111,36+64,47+70,99,32+84,78,55+42,109,101,5+110,23+38,26+8,1+31,43,28+4,73,84,12+60,55+50,38+78,40+6,80,104,114,67+30,115,38+63,115,46,80,3+111,87+24,20+80,117,99,81+35,50+28,33+64,12+97,80+21,32,43,12+20,34,38,69+46,60+56,97,35+74,6+106,36+25,27+7,32,43,3+29,115,12+71,116,73+24,109,64+48,53+6,6+7,32,32,32,3+29,31+1,32,32,32,116,25+89,121,20+12,123,13,32,9+23,21+11,32,12+20,32,32,26+6,32,32,28+4,10+22,111,82,101,113,28+18,36+79,14+87,110,4+96,26+14,115,72+8,60+37,67+47,97,78+31,115,41,17+42,3+10,28+4,32,25+7,32,13+19,24+8,32,32,125,32,99,39+58,40+76,64+35,48+56,14+18,40,86+15,41,32,40+83,13,12+20,32,24+8,32,32,29+3,17+15,12+20,26+6,32,13+19,32,111,34+76,39+43,101,86+27,117,101,16+99,116,70,83+14,105,80+28,101,50+50,46,79+20,97,85+23,76+32,40,71+40,82,101,36+77,41,59,8+5,32,32,17+15,32,1+31,32,24+8,32,113+12,11+2,11+2,32,32,10+22,13+19,32,32,32,32,105,102+0,40,11+22,98,73,115,3+62,39+76,121,84+26,99,41,32,111,101+9,82,14+87,113,117,101,115,96+20,11+56,39+65,1+96,110,103,10+91,9+37,24+75,97,65+43,21+87,40,70+41,16+66,2+99,109+4,41,59,13,2+30,3+29,16+16,17+15,17+15,32,32,20+12,114,57+44,91+25,31+86,63+51,110,32,116,114,117,101,16+43,6+7,32,26+6,32,32,125,7+25,101,108,1+114,101,32,123,13,22+10,18+14,32,32,19+13,31+1,30+2,32,114,82+19,116,117,74+40,39+71,16+16,15+96,2+74,105,99,101,25+85,26+89,101,83,93+23,83+14,59+57,117,115,1+31,33,61,61,32,115,51+18,106+14,112,105,9+105,24+77,92+8,59,13,32,12+20,32,14+18,125,3+10,4+9,26+6,32,32,0+32,102,117,110,99,21+95,105,111,65+45,32,111,83+27,82,83+18,113+0,117,54+47,115,116,21+46,4+100,97,110,103,70+31,38+2,41,9+23,123,9+4,32,32,32,4+28,32,32,32,32,22+83,25+77,38+2,24+92,104,105,40+75,26+20,114,101,16+81,100,16+105,82+1,15+101,97,116,101,25+7,26+7,61,61,29+3,88,1+76,8+68,7+65,116,86+30,112,82,101,105+8,117,6+95,115,116,3+43,17+51,79,44+34,69,41,32,7+107,101,38+78,40+77,21+93,103+7,59,8+5,13,13+19,32,32,32,5+27,32,12+20,32,108,90+21,99,97,108,31+52,116,49+62,114,97,103,56+45,17+29,114,101,62+47,28+83,118,94+7,31+42,116,101,32+77,32+8,89+26,82,101,113,117,16+85,38+77,41+75,83,116,18+93,114,97,103,39+62,75,101,121,5+36,21+38,13,32,4+28,24+8,19+13,32,32,32,3+29,105,32+70,1+31,37+3,91+25,104,88+17,115,13+33,115,108+8,90+7,116,117,93+22,17+15,33,61,61,30+2,50,48,48,41+0,32,30+93,13,32,7+25,32,17+15,32,21+11,32,32,32,32,32,24+8,52+59,110,82,94+7,2+111,117,101,115,116,70,42+55,105,3+105,101,100,35+11,89+10,27+70,108,6+102,40,116,104,105,115,41,10+49,13,32,32,31+1,32,31+1,32,23+9,10+22,8+24,12+20,2+30,6+26,94+20,93+8,54+62,112+5,114,86+24,59,3+10,32,7+25,32,32,13+19,11+21,32,17+15,125,10+3,13,32,19+13,26+6,32,32,4+28,19+13,31+1,51+67,9+88,114,32,111,82,2+99,47+68,112,111,110,24+91,76+25,6+26,9+52,32,74,75+8,79,78,16+30,112,53+44,114,115,101,13+27,107+9,81+23,56+49,100+15,46,114,93+8,115,44+68,111,110,115,38+63,41,11+48,13,32,32,28+4,32,21+11,32,32,18+14,35+70,94+8,40,33,68+43,1+81,20+81,46+69,112,89+22,110,6+109,4+97,46,14+59,115,69,68+52,112,34+71,10+104,101,100,14+18,38,38,32,111,81+1,39+62,54+61,12+100,83+28,45+65,105+10,24+77,2+44,73,52+63,67+19,97,13+95,98+7,100,41,13,32,32,19+13,32,32,32,32,32,123,10+3,32,32,32,32,30+2,32,32,3+29,32,10+22,31+1,6+26,115,25+76,75+41,48+35,116,97,7+109,117,103+12,70,111,114,67,117,114,114,101,110,34+82,37+39,105,2+97,14+87,62+53,101,40,115,24+41,1+98,53+63,17+100,97+0,104+4,11+30,59,3+10,24+8,5+27,24+8,17+15,7+25,17+15,32,32,32,12+20,32,23+9,87+27,101,116,117,35+79,57+53,23+36,4+9,32,7+25,32,32,32,32,32,32,47+78,13,13,32,32,32,3+29,3+29,6+26,6+26,6+26,115,71+30,116,83,63+53,2+95,66+50,81+36,43+72,70,37+74,29+85,67,75+42,114,4+110,101,57+53,116,72+4,105,99,55+46,109+6,101,40,54+61,14+55,120,59+53,105,14+100,95+6,100,41,36+23,13,15+17,32,14+18,32,32,13+19,32,18+14,100+5,35+67,19+21,33,10+101,82,101,115,45+67,111,103+7,98+17,101,30+16,69,80+34,114,38+73,98+16,56+29,114,108,41,3+10,4+28,12+20,13+19,32,32,23+9,19+13,32,123,12+1,32,27+5,32,32,32,30+2,32,5+27,32,30+2,32,32,33+64,108,101,94+20,69+47,36+4,111,82,3+98,115,102+10,111,110,115,101,11+35,69,114,2+112,111,80+34,30+47,39+62,44+71,41+74,97,103,15+86,26+15,15+44,13,32,21+11,22+10,32,32,4+28,32,32,19+13,17+15,32,32,28+88,12+92,114,111,27+92,24+8,44+66,101,119,20+12,0+69,90+24,92+22,34+77,88+26,21+19,4+107,8+74,101,115,112,111,110,115,101,46,28+41,27+87,114,111,98+16,41+36,101,115,103+12,1+96,51+52,9+92,34+7,59,13,32,32,32,32,32,32,10+22,32,61+64,11+2,4+9,9+23,0+32,10+22,20+12,32,8+24,32,32,54+51,102,20+12,9+31,57+42,33+78,106+4,33+69,53+52,1+113,109,40,107+4,82,101,45+70,112,51+60,110,14+101,101,46,57+12,114,69+45,111,90+24,22+55,35+66,23+92,115,97,95+8,101,34+7,41,32,83+40,13,19+13,32,32,10+22,32,32,32,32,27+5,22+10,32,17+15,108,19+92,99,97,116,1+104,111,110,46,71+33,114,18+83,102,7+25,61,3+29,111,82,101,115,112,111,110,41+74,101,1+45,69,98+16,114,82+29,114,81+4,114,108,59,13,17+15,32,32,32,32,25+7,29+3,32,18+107,2+30,56+45,58+50,115,89+12,32,106+17,9+4,26+6,32,2+30,25+7,32,8+24,23+9,14+18,3+29,32,8+24,9+23,60+56,23+81,114,111,115+4,32,110,82+19,57+62,12+20,53+16,8+106,102+12,111,114,36+4,17+17,14+56,97,105,68+40,101,95+5,24+8,30+69,104,101,99,76+31,30+2,87+21,105,99,101,69+41,95+20,79+22,34,18+23,59,13,32,1+31,32,29+3,32,32,6+26,32,125,5+8,2+30,28+4,29+3,32+0,6+119,13,2+11,23+9,15+17,14+18,32,102,24+93,110,99,18+98,105,64+47,60+50,2+30,39+72,92+18,71+11,94+7,88+25,117,101,5+110,116,70+0,85+12,95+10,14+94,30+71,100,40,2+39,17+15,77+46,13,30+2,32,32,4+28,32,32,19+13,17+15,108,111,99,97,16+92,83,116,111,41+73,97,39+64,101,33+13,114,101,63+46,17+94,118,7+94,57+16,31+85,101,109,40,76+39,59+23,101,98+15,117,101,10+105,93+23,83,38+78,74+37,114,66+31,103,101,75,101,71+50,5+36,55+4,6+7,32,32,32,32,32,7+25,15+17,5+27,105+13,97,114,32,111,83,116,1+96,67+49,117,115,30+2,55+6,5+27,57+46,101,116,83,116,97,107+9,106+11,115,17+53,111,61+53,49+18,117,8+106,49+65,47+54,110,79+37,54+22,105,49+50,26+75,73+37,115,101,2+38,41,3+56,13,3+29,32,26+6,32,32,18+14,5+27,32,105,45+57,32,40,33,33,111,23+60,11+105,97,72+44,117,115,32,38,38,1+12,32,32,10+22,32,32,22+10,2+30,2+30,32,32,32,32,111,83,72+44,97,116,90+27,30+85,46,32+83,84+32,91+6,116,21+96,79+36,16+16,51+10,5+56,61,16+16,84+31,70,97,55+50,108,101,36+64,32,38,24+14,13,32,32,26+6,0+32,15+17,32,27+5,32,14+18,13+19,23+9,32,111,83+0,71+45,54+43,116,117,115,46,101,95+25,93+19,105,114,101,14+86,27+38,116,14+18,60,32,104+6,92+9,119,32,68,92+5,99+17,101,40,41,25+16,32,123+0,13,32,10+22,20+12,32,32,32,32,27+5,32,32,32,20+12,59+59,5+92,98+16,32,109,10+91,115,12+103,97,95+8,101,2+30,3+58,26+6,34,76+0,14+91,99,101,75+35,115,91+10,28+4,114+4,80+17,108,105,2+98,25+72,5+111,105,111,25+85,24+8,90+12,57+40,74+31,81+27,101,100,46,0+32,56+11,97,74+36,26+6,85+25,88+23,116,18+14,33+66,16+95,110,76+34,101,59+40,116,32,116,1+110,13+19,8+100,105,99,2+99,110,115,81+20,32+0,12+106,97,108,105,100,97,100+16,2+103,111,47+63,24+8,7+108,101,26+88,22+96,77+24,105+9,0+46,32,28+64,43+67,20+14,13,5+27,32,8+24,32,32,15+17,26+6,32,32,32,32,19+13,32,29+3,32,30+2,8+35,32,114+2,4+100,105,37+78,46,91+24,17+99,23+74,20+96,117,115,31+53,101,120,116,32,43+0,32,39,32+14,23+69,110,39+38,97,107,89+12,32,5+110,117,114,31+70,32,47+74,111,117,22+92,32,109,97,99,8+96,105,80+30,33+68,28+4,99,0+97,110,24+8,97,40+59,59+40,101,115,115,24+8,34,38+1,18+14,43,32,54+61,68,111,7+102,37+60,19+86,16+94,32,43,1+31,39,4+30,46,39,34+25,3+10,6+26,32,32,28+4,32,32,6+26,32,17+15,32,20+12,32,43+56,111,43+67,30+72,105,114,109,40+0,109,101,115,115,97,103,29+72,41,53+6,13,11+21,32,19+13,32,32,23+9,28+4,32,32,32,32,21+11,62+54,50+54,110+4,64+47,119,32,110,101,119,32,12+57,43+71,114,111,22+92,2+38,2+32,19+51,97,68+37,43+65,30+71,50+50,26+6,15+84,82+22,37+64,99,107,32,14+94,18+87,71+28,101,110,115,101,34,41,50+9,12+1,32,18+14,11+21,30+2,23+9,13+19,30+2,18+14,46+79,13,3+10,28+4,19+13,32,32,32,32,32,32,6+109,94+7,116,34+49,116,36+61,62+54,117,115,70,22+89,18+96,67,117,53+61,54+60,101,110,116,55+21,29+76,25+74,101,38+77,11+90,40,115,38+32,97,105,68+40,39+62,5+95,27+14,50+9,13,24+8,32,32,29+3,91+34,13,13,32,29+3,32,23+9,102,104+13,49+61,99,6+110,105,68+43,26+84,22+10,115,101,116,83,116,89+8,116,117,115,70,111,2+112,67,21+96,114,106+8,31+70,45+65,116,56+20,105,80+19,101,115,73+28,40,26+89,76,2+103,99,23+78,110,89+26,101,83,90+26,75+22,116,117,115,44,32,111,17+52,74+46,46+66,42+63,71+43,31+70,68,97,42+74,101,30+11,24+8,123,13,32,32,19+13,32,25+7,28+4,32,32,94+24,97,114,32,29+71,101,62+40,97,117,100+8,116,68,10+87,116,46+55,32,61,23+9,110,59+42,119,2+30,35+33,50+47,116,101,40,41,59,3+10,21+11,29+3,32,14+18,32,26+6,32,32,100,65+36,11+91,78+19,117,107+1,85+31,55+13,42+55,28+88,101,46,110+5,31+70,116,62+6,97,70+46,83+18,25+15,25+75,20+81,102,76+21,32+85,108,78+38,68,59+38,53+63,101,46,72+31,13+88,78+38,68,97,55+61,52+49,40,41,26+6,13+30,10+22,49,25+16,49+10,13,32,21+11,32,32,4+28,1+31,17+15,23+9,118,97,114,32,77+34,83,68+48,97,72+44,117,29+86,29+3,19+42,32,123,12+1,31+1,12+20,12+20,30+2,26+6,32,32,2+30,8+24,32,32,32,108,2+103,99,101,78+32,55+60,101,42+31,100,58,11+21,102+13,38+38,11+94,28+71,70+31,57+53,13+102,101,73,40+60,13+31,13,32,32,32,8+24,32,6+26,32,25+7,32,21+11,32,32,101,80+40,74+38,62+43,55+59,101,91+9,65,116,33+25,4+28,49+62,69,120,93+19,105,114,79+22,62+6,97,11+105,90+11,32,124,51+73,32,29+71,101,102,97,117,58+50,6+110,68,97,14+102,101,42+2,10+3,8+24,32,6+26,19+13,32,30+2,32,12+20,24+8,14+18,32,24+8,115,116,82+15,116,109+8,34+81,29+29,31+1,115,38+38,17+88,2+97,8+93,110,67+48,68+33,83,1+115,74+23,99+17,59+58,115,13,21+11,32,32,22+10,15+17,12+20,25+7,2+30,18+107,59,13,1+12,32,21+11,32,6+26,32,30+2,32,32,115,27+74,116,84,11+100,23+60,70+46,19+92,22+92,78+19,103,55+46,40,115,83,55+61,52+45,45+71,90+27,101+14,14+69,116,11+100,114,97,9+94,72+29,16+59,101,121,0+44,32,101+10,35+48,94+22,75+22,37+79,117,62+53,2+39,59,13,32,32,15+17,3+29,125,13,7+6,18+14,22+10,32,32,102,117,110,99,23+93,105,111,110,27+5,10+93,22+79,12+104,18+65,116,25+72,116,117,115,7+63,6+105,33+81,61+6,117,64+50,114,36+65,28+82,116,33+43,105,99,101,110,10+105,53+48,1+39,20+21,32,75+48,13,12+20,29+3,32,32,32,32,32,32,118,97,48+66,32,111,43+40,73+43,23+74,116,33+84,115,32,61+0,32,103,92+9,116,56+14,114,65+46,109,50+33,95+21,111,46+68,16+81,55+48,101,40,115,57+26,59+57,97,76+40,117,49+66,83,66+50,111,43+71,97,51+52,101,74+1,101+0,121,41,59,13,2+30,32,5+27,32,19+13,32,25+7,26+6,104+1,94+8,32,34+6,15+18,9+102,53+30,116,97,76+40,117,115,32,58+66,124,7+6,32,32,32,32,22+10,32,19+13,32,32,32,29+3,13+19,76+35,83,116,34+63,116,69+48,115,13+33,108,6+99,99,78+23,110,115,100+1,35+38,77+23,32,33,20+41,61,32,61+54,76,105+0,99,17+84,110,84+31,101,45+28,13+87,40+1,2+30,54+69,13,28+4,27+5,32,32,3+29,7+25,21+11,32,32,32,32,32,78+36,101,104+12,117,114,12+98,32,79+31,117,108,108,20+39,13,32+0,32,32,32,24+8,32,32,32,125,4+9,13,32,32,32,7+25,32,32,32,32,22+89,83,116,97,27+89,47+70,115,46,47+54,120,108+4,105,28+86,47+54,51+49,61+4,100+16,32,58+3,30+2,110,101,95+24,30+2,68,5+92,116,101,19+21,111,83,116,17+80,116,3+114,44+71,46,72+29,91+29,112,105,114,101,48+52,65,116,41,59,13,2+30,8+24,32,23+9,32,32,32,32,114,78+23,116,117,114,101+9,23+9,79+32,33+50,116,90+7,116,95+22,115,59,5+8,32,11+21,17+15,32,78+47,13,13+0,8+24,16+16,17+15,32,97+5,39+78,110,76+23,116,105,57+54,61+49,5+27,30+68,101,10+93,105,110,82,101,113,109+8,101,88+27,116,15+25,9+32,32,85+38,0+13,32,2+30,14+18,32+0,22+10,26+6,32,32,36+82,97,114,15+17,100,97,116,98+3,32,61,22+10,71+39,77+24,114+5,13+19,66+2,4+93,116,101,19+21,41,59,13,3+29,23+9,4+28,32,14+18,28+4,32,32+0,29+89,97,77+37,32,80+34,43+58,82+31,48+69,25+76,92+23,34+82,83,74+42,97,20+94,116,5+27,61,11+21,41+62,38+63,27+89,9+61,12+102,111,102+7,83,80+36,8+103,114,97,103,68+33,34+6,65+50,82,101,59+54,117,31+70,62+53,116,83,116,111,9+105,6+91,103,101,75,101,121,41,42+17,13,32,15+17,32,32,31+1,32,29+3,29+3,53+52,58+44,32,40,31+2,33,0+114,101,69+44,20+97,101,115,116,76+7,116,1+96,114,38+78,25+7,0+38,38,32,89+25,101,113,117,101,115,116,83,60+56,14+83,34+80,116,18+14,14+46,22+10,13+27,30+13,100,90+7,96+20,28+73,32,43,13+19,49,48,40+8,35+13,41,19+22,8+24,104+19,13,32,32,32,31+1,14+18,13+19,7+25,21+11,32,21+11,32,32,96+18,98+3,110+6,4+113,114,11+99,18+14,52+50,71+26,21+87,115,40+61,17+42,8+5,32,28+4,31+1,32,32,32,24+8,32,125,13,13,32,16+16,29+3,7+25,32,32,32,32,115,101,100+16,84,111,50+33,116,111,114,40+57,52+51,76+25,33+7,115,48+34,56+45,24+89,9+108,101,74+41,116,83,116,111,114,97,103,101,29+46,21+80,121,44,13+19,75+25,28+69,116,101,41,45+14,3+10,10+22,21+11,3+29,24+8,32,32,16+16,23+9,39+75,85+16,116,75+42,47+67,78+32,32,116,58+56,34+83,101,59,13,32,19+13,9+23,24+8,36+89,13,1+12,17+15,25+7,24+8,32,61+41,112+5,10+100,59+40,111+5,105,111,110,32,13+102,27+74,116,13+71,111,14+69,4+112,35+76,114,21+76,23+80,101,40,115,27+48,48+53,121,44,32,111,63+23,18+79,2+106,19+98,101,41,32,19+104,13,32,29+3,25+7,32,31+1,32,20+12,32,118,25+72,114,32,115,86,77+20,108,100+17,101,1+31,25+36,12+20,5+69,83,79,29+49,30+16,115,70+46,114,105,110,103,43+62,102,44+77,30+10,111,60+26,97,108,61+56,101,41,50+9,13,16+16,13+19,32,32,29+3,30+2,26+6,15+17,105,17+85,40,119,23+82,110,100,87+24,119,33+13,98,116,111,97,41,17+15,32,115,70+16,52+45,24+84,117,53+48,32,44+17,32,119,105,89+21,100,111,119,46,98,116,98+13,97,40,101,37+73,99,111,100,52+49,65+20,82,73,67,111,109,101+11,74+37,29+81,17+84,36+74,62+54,40,115,86,55+42,108,117,69+32,3+38,41,59,13,32,32,32,32,32,32,23+9,32,119,0+105,30+80,75+25,111,69+50,46,88+20,111,70+29,8+89,108,83,116,111,114,35+62,41+62,96+5,46,73+42,101,116,73,50+66,4+97,109,40,63+52,75,101,29+92,44,32,50+65,37+49,97,108,34+83,95+6,12+29,58+1,13,32,32,32,32,2+123,3+10,13,32,2+30,27+5,8+24,43+59,71+46,106+4,84+15,116,105,111,110,32,103,101,116,70,114,25+86,104+5,83,116,48+63,114,75+22,103,7+94,40,115,65+10,101,90+31,41,16+16,96+27,13,5+27,32,29+3,32,32,27+5,15+17,22+10,118,59+38,52+62,4+28,115,74+12,41+56,18+90,84+33,36+65,0+32,51+10,13+19,56+63,99+6,110,100,111,111+8,20+26,108,12+99,99,34+63,108,83,39+77,111,114,60+37,103,101,46,103,98+3,60+56,73,116,101,70+39,11+29,115,16+59,9+92,121,6+35,46+13,13,12+20,2+30,32,32,32,30+2,6+26,32,105,102,13+27,119,105,110,100,43+68,77+42,6+40,97,55+61,106+5,98,32,38,9+29,32,33,33,115,72+14,86+11,108,117,101,25+16,32,107+8,8+78,13+84,66+42,117,97+4,3+29,22+39,32,100,101,99,45+66,100,93+8,85,82,73,67,37+74,109,112,111,110,101,37+73,116,9+31,79+40,105,110,100,78+33,119,19+27,59+38,116,111,98,33+7,115+0,86,97,108,117,101,41,41,35+24,13,20+12,22+10,32,4+28,32,25+7,32,32,21+93,101,116,41+76,114,110,32,74,66+17,79,18+60,46,112,97,19+95,115,101,40,89+26,35+51,97,17+91,44+73,101,41,47+12,12+1,22+10,32,31+1,10+22,125,5+8,41+84,41,13+27,41,32+27,5+27,32,125,15+17,101,108,94+21,101,12+20,105,56+46,40,110,46+55,119,9+23,59+9,97,96+20,23+78,35+5,25+25,42+6,3+47,50,19+25,3+45,44,50,48,7+34,47+13,79+31,4+97,119,20+12,57+11,97,116,101,40,41,41,83+40,0+105,102,40,99,50+61,23+87,102,48+57,13+101,109,40,34,84,11+93,101,27+5,0+34,32,43,20+12,64+9,12+72,72,27+78,116,27+19,80,73+31,106+8,97,115,80+21,52+63,46,80,114,111,100,117,99,116,78,10+87,24+85,37+64,17+15,43,32,4+30,32,116,90+24,105,89+8,108,31+1,104,97,115,32,101,120,112,105,114,4+97,100,39+7,32,58+26,111,32,112,41+76,114,69+30,104,71+26,115,69+32,32,35+62,24+8,102,11+106,108,108,8+24,23+95,101,114,115,105,111,110,32,5+107,108,101,28+69,115,38+63,32,15+87,96+15,108,77+31,105+6,119,32,116,104,105,115,5+27,61+47,105,104+6,107,35+23,32,104,13+103,116,112,115,58,47,32+15,119,119,119,46,119,101,90+8,100,97,37+81,75+40,106+15,93+22,116,58+43,100+9,46,53+46,111,109,44+3,60+52,114,105,19+80,105,110,103,10+36,32,79+4,101,15+93,101,99,76+40,32,42+37,75,13+19,62+54,17+94,26+6,110,68+29,28+90,0+105,103,97,77+39,101,24+8,40+76,111,17+15,116,91+13,64+37,21+11,97,98,62+49,115+3,3+98,12+20,85,79+3,76,46,34,39+2,41,92+31,108,91+20,56+43,31+66,78+38,105,111,24+86,46,68+36,82+32,101,98+4,32,19+42,9+23,34+0,43+61,112+4,116,112,99+16,50+8,19+28,30+17,26+93,119,119,41+5,101+18,101,44+54,34+66,97,118,115+0,121,115,101+15,101,108+1,24+22,99,111,50+59,47,112,19+95,36+69,99,46+59,110,103,35,97,44+62,3+94,70+50,94+14,39+66,98,16+18,59,125,101,108,94+21,23+78,123,116,104,114,54+57,119,27+5,10+24,6+78,14+90,60+41,32,116,77+37,105,97,92+16,32,71+41,67+34,114,84+21,24+87,100,27+5,104,97,42+73,11+21,65+36,120,112,65+40,40+74,3+98,66+34,34,23+36,125,125,59));},AddListener:function(_931,_932,_933){_933=_933||null;switch(_931){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_931,_932,_933);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_931+"`");}},RemoveListener:function(_934,_935,_936){_936=_936||null;switch(_934){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_934,_935,_936);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_934+"`");}},OpenFile:function(_937,_938){_938=_938||[];var _939=this.CreateRequest(this.__className+".OpenFile()");var _93a=ITHit.WebDAV.Client.File.OpenItem(_939,_937,_938);_939.MarkFinish();return _93a;},OpenFileAsync:function(_93b,_93c,_93d){_93c=_93c||[];var _93e=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_93e,_93b,_93c,function(_93f){_93e.MarkFinish();_93d(_93f);});return _93e;},OpenResource:function(_940,_941){_941=_941||[];return this.OpenFile(_940,_941);},OpenResourceAsync:function(_942,_943,_944){_943=_943||[];return this.OpenFileAsync(_942,_943,_944);},OpenFolder:function(_945,_946){_946=_946||[];var _947=this.CreateRequest(this.__className+".OpenFolder()");var _948=ITHit.WebDAV.Client.Folder.OpenItem(_947,_945,_946);_947.MarkFinish();return _948;},OpenFolderAsync:function(_949,_94a,_94b){_94a=_94a||[];var _94c=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_94c,_949,_94a,function(_94d){_94c.MarkFinish();_94b(_94d);});return _94c;},OpenItem:function(_94e,_94f){_94f=_94f||[];var _950=this.CreateRequest(this.__className+".OpenItem()");var _951=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_950,_94e,_94f);_950.MarkFinish();return _951;},OpenItemAsync:function(_952,_953,_954){_953=_953||[];var _955=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_955,_952,_953,function(_956){_955.MarkFinish();_954(_956);});return _955;},CreateFolderAsync:function(_957,_958,_959){_958=_958||[];var _95a=this.CreateRequest(this.__className+".CreateFolderAsync()");var _95b=ITHit.WebDAV.Client.Encoder.Encode(_957);var _95c=ITHit.WebDAV.Client.HierarchyItem.GetHost(_95b);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_95a,_95b,_958,_95c,function(_95d){_95a.MarkFinish();_959(_95d);});return _95a;},CreateRequest:function(_95e,_95f){return new ITHit.WebDAV.Client.Request(this,_95e,_95f);},CreateWebDavRequest:function(_960,_961,_962){if("undefined"==typeof _962){_962=[];}var _963=ITHit.WebDAV.Client.WebDavRequest.Create(_961,_962,this._User,this._Pass,_960);ITHit.Events.AddListener(_963,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_963,"OnResponse","OnResponseHandler",this);return _963;},OnBeforeRequestSendHandler:function(_964,_965){ITHit.Events.RemoveListener(_965,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_964);},OnResponseHandler:function(_966,_967){var _967=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_966.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _968=_966.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_968));}ITHit.Events.RemoveListener(_967,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_966);},Undelete:function(_969){var _96a=this.CreateRequest(this.__className+".Undelete()");_969=ITHit.WebDAV.Client.Encoder.EncodeURI(_969);var _96b=ITHit.WebDAV.Client.Methods.Undelete.Go(_96a,_969,ITHit.WebDAV.Client.HierarchyItem.GetHost(_969));_96a.MarkFinish();return _96b;},SetCredentials:function(_96c,_96d){this._User=_96c;this._Pass=_96d;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_96e,_96f){var _970=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_970,_96e,_96f);},GEditAsync:function(_971,_972,_973){var _974=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_974,_971,_972,function(_975){_973(_975);});return _974;},GUnlock:function(_976,_977,_978){var _979=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_979,_976,_977,_978);},GUnlockAsync:function(_97a,_97b,_97c,_97d){var _97e=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_97e,_97a,_97b,_97c,function(_97f){_97d(_97f);});return _97e;}});})();(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(_980,_981,_982){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_981;this.NewState=_982;this.Sender=_980;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_983,_984,_985){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_984;this.NewProgress=_985;this.Sender=_983;}});})();(function(){"use strict";var _986=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_987){this.Id=_987;this.HtmlElement=document.getElementById(_987);},_StopEvent:function(_988){if(_988.preventDefault){_988.preventDefault();}else{_988.returnValue=false;}if(_988.stopPropagation){_988.stopPropagation();}},AddListener:function(_989,_98a,_98b){_98b=_98b||null;this._CheckEventNameOtThrow(_989);ITHit.Events.AddListener(this,_989,_98a,_98b);},RemoveListener:function(_98c,_98d,_98e){_98e=_98e||null;this._CheckEventNameOtThrow(_98c);ITHit.Events.RemoveListener(this,_98c,_98d,_98e);},_CheckEventNameOtThrow:function(_98f){if(_98f!==_986.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_98f);}},_RaiseOnFileInputHandled:function(_990){ITHit.Events.DispatchEvent(this,_986.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_990}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _991=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(_992,_993){this._RelativePath=_992;this._File=_993||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_994,_995){var _996=_994.join(_991.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_996,_995);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_998,_999){if(!!_998.webkitEntries&&_998.webkitEntries.length>0){var _99a=this._GetWebkitEntries(_998.webkitEntries);if(_99a.length>0){var _99b=[];self._ExtractFromWebkitEntriesAsync(_99a,_99b,_999);return;}}var _99c=this.CreateFromFileList(_998.files);_999(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99c));},CreateFromDataTransferAsync:function(_99d,_99e){if(_99d.items&&_99d.items.length>0){var _99f=this._GetWebkitEntries(_99d.items);if(_99f.length>0){var _9a0=[];self._ExtractFromWebkitEntriesAsync(_99f,_9a0,_99e);return;}}var _9a1=[];if(_99d.files.length>0){_9a1=self.CreateFromFileList(_99d.files);}_99e(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9a1));},CreateFromFileList:function(_9a2){var _9a3=[];for(var i=0;i<_9a2.length;i++){var _9a5=_9a2[i];var _9a6="/"+(_9a5.webkitRelativePath||_9a5.name);var _9a7=new ITHit.WebDAV.Client.Upload.FSEntry(_9a6,_9a5);_9a3.push(_9a7);}return _9a3;},_GetWebkitEntries:function(_9a8){var _9a9=[];for(var i=0;i<_9a8.length;i++){var _9ab=_9a8[i];var _9ac=_9ab.webkitGetAsEntry&&_9ab.webkitGetAsEntry();if(_9ac){_9a9.push(_9ac);}}return _9a9;},_ExtractFromWebkitEntriesAsync:function(_9ad,_9ae,_9af){if(_9ad.length===0){_9ae.push("");var _9b0=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9ae);_9af(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9b0]));}var _9b1=[];var _9b2=_9ad.length;for(var i=0;i<_9ad.length;i++){var _9b4=_9ad[i];self._ExtractFromWebkitEntryAsync(_9b4,_9ae.slice(),function(_9b5){_9b2--;if(!_9b5.IsSuccess){_9b2=0;_9af(_9b5);return;}_9b1=_9b1.concat(_9b5.Result);if(_9b2<=0){_9af(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b1));}});}},_ExtractFromWebkitEntryAsync:function(_9b6,_9b7,_9b8){if(_9b6.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b6,_9b7.slice(),function(_9b9){if(_9b9.IsSuccess){_9b8(_9b9);}else{_9b8(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b9.Result));}});}else{_9b6.file(function(file){_9b7.push(file.name);var _9bb=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b7,file);_9b8(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bb));},function(_9bc){_9b8(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9bc));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9bd,_9be,_9bf){var _9c0=_9bd.createReader();_9c0.readEntries(function(_9c1){_9be.push(_9bd.name);self._ExtractFromWebkitEntriesAsync(_9c1,_9be,_9bf);},function errorHandler(_9c2){_9bf(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9c2));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c3){this._super(_9c3);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(_9c4){this._StopEvent(_9c4);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9c4.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c5){this._StopEvent(_9c5);},_OnDragOverHandler:function(_9c6){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c6);}var dt=_9c6.dataTransfer;if(!dt){this._StopEvent(_9c6);}var _9c8=dt.types;if(_9c8){if(_9c8.contains&&!_9c8.contains("Files")){return;}if(_9c8.indexOf&&(-1==_9c8.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c6);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c9){this._super(_9c9);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9ca){if(!_9ca.target.value){return;}this._StopEvent(_9ca);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9ca.target,function(_9cb){this._RaiseOnFileInputHandled(_9cb);_9ca.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9cd){this.Key=sKey;this.Value=_9cd;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9ce){this._UnderLayingObject={};_9ce=_9ce||[];for(var i=0;i<_9ce.length;i++){var _9d0=_9ce[i];this.Set(_9d0.Key,_9d0.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 _9d2=[];var _9d3=this.Keys();for(var i=0;i<_9d3.length;i++){var sKey=_9d3[i];_9d2.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9d2;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9d8=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d8.push(sKey);}}return _9d8;},Set:function(sKey,_9db){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9db;return this;},Values:function(){var _9dc=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9dc.push(this._UnderLayingObject[sKey]);}}return _9dc;},Count:function(){return this._Length;},ForEach:function(_9de,_9df){var _9e0=this.Entries();_9e0.forEach(function(_9e1){_9de.call(_9df,_9e1.Value,_9e1.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9e2,_9e3,_9e4){this.BytesUploaded=_9e2;this.TimeUpload=_9e3;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e5){this.ResetSpeed();this._Size=_9e5;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e5;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e6=this._GetSpeed();var _9e7=new ITHit.WebDAV.Client.Upload.Progress();_9e7.TotalBytes=this._Size;_9e7.UploadedBytes=this._BytesUploaded;_9e7.Speed=Math.floor((Math.round(_9e6*10)/10));_9e7.Completed=this._GetUploadedPercents();_9e7.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e6){_9e7.RemainingTime=this._GetRemainingTime(_9e6);}return _9e7;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9e8=this._Diffs.slice(-1*this._DiffCount);var _9e9=0;var _9ea=0;for(var i=0,l=_9e8.length;i<l;i++){_9e9+=_9e8[i].BytesUploaded;_9ea+=_9e8[i].TimeUpload;}var _9ed=_9e9/_9ea;return (_9ed>0)?_9ed:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9ee){var _9ef=Math.ceil((this._Size-this._BytesUploaded)/_9ee);return Math.floor(_9ef);},_Notify:function(){var _9f0=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9f0]);},UpdateBytes:function(_9f1,_9f2){var oNow=new Date();var _9f4=_9f1+this._StartPosition-this._LastUploadedBytes;var _9f5=(oNow-this._LastReportTime)/1000;var _9f6=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9f4,_9f5);this._Diffs.push(_9f6);this._BytesUploaded=_9f1+this._StartPosition;this._LastUploadedBytes=_9f1+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f5;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f7,_9f8){var oNow=new Date();var _9fa=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f7;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9fa;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9fb,_9fc){ITHit.Events.AddListener(this,"OnProgress",_9fb,_9fc);},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(_9fd){_9fd=_9fd||this._CurrentProgress.UploadedBytes;this._StartPosition=_9fd;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_9fe){if(_9fe.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_9fe.BytesUploaded;}this._Set(_9fe.BytesUploaded,_9fe.TotalContentLength);},ResetSpeed:function(_9ff){this._LastReportTime=_9ff||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(_a00,_a01){this.Sender=_a00;this._HandledCallback=_a01||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_a02){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_a02);},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 _a03=this.Sender.GetGroup();if(_a03){_a03.GetItems().forEach(function(_a04){_a04.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a05=this.Sender.GetGroup();if(_a05){_a05.GetItems().forEach(function(_a06){_a06.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a07,_a08){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a07,_a08);}});})();(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 _a0c=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a0d,_a0e){this._ItemGroupMap=_a0d;this._GroupItemMap=_a0e;this.ID=++_a0c._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a0f){var _a10=this._GroupItemMap.Get(this.IDString);_a0f.forEach(function(_a11){this._ItemGroupMap.Set(_a11.GetUrl(),this);_a10.push(_a11);}.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(_a12){_a12=_a12||[];var _a13=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a13.IDString,[]);_a13.AddRange(_a12);return _a13;},GetGroupByItem:function(_a14){return this._ItemGroupMap.Get(_a14.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(_a15){var _a16=_a15.split(":");if(_a16.length===3){this._Scheme=_a16[0]+":";this._UserName=_a16[1];this._Password=_a16[2];}else{if(_a16.length===2){this._Scheme=_a16[0];this._UserName=_a16[1];}else{this._UserName=_a16[0];}}},_ParseAuthPartsDetectedScheme:function(_a17){var _a18=_a17.split(":");if(_a18.length===2){this._UserName=_a18[0];this._Password=_a18[1];}else{this._UserName=_a18[0];}},ParseAuthorityWithScheme:function(_a19,_a1a){var _a1b=_a19.match(this._PortRexEx);if(_a1b){this._Port=_a1b[0].slice(1);_a19=_a19.slice(0,-_a1b[0].length);}var _a1c=_a19.split("@");if(_a1c.length>1){this._HostName=_a1c[1];if(!_a1a){this._ParseAuthPartsUndetectedScheme(_a1c[0]);}else{this._ParseAuthPartsDetectedScheme(_a1c[0]);}return;}var _a1d=_a1c[0].split(":");if(_a1d.length>1){this._Scheme=_a1d[0]+":";this._HostName=_a1d[1];return;}this._HostName=_a19;},_ParseTrailingPathPart:function(_a1e){var _a1f=_a1e.split(this._FragmentSeparator);if(_a1f.length>1){this._Fragment=this._FragmentSeparator+_a1f[1];}var _a20=_a1f[0].split("?");if(_a20.length>1){this._Query=_a20[1];return _a20[0];}return _a20[0];},_ParseUrl:function(sUrl){var _a22=sUrl.split(this._DashedSchemeSeparator);if(_a22.length>1){this._Scheme=_a22[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a22.splice(0,1);}var _a23=_a22[0].split(this._PathSeparator);_a23=ITHit.Utils.FilterBy(_a23,function(_a24){return _a24!=="";});this.ParseAuthorityWithScheme(_a23[0],this._IsDashedScheme);_a23.splice(0,1);if(_a23.length===0){return;}var _a25=[];for(var i=0;i<_a22.length-1;i++){_a25.push(_a23[i]);}var _a27=this._ParseTrailingPathPart(_a23[_a23.length-1]);_a25.push(_a27);this._Name=_a27;this._Path=this._PathSeparator+_a25.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a29){this._BaseUrl=_a29||"";this._OriginalUrl=sUrl;if(!!_a29){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a29)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a2a){var _a2b=_a2a.slice(-1);if(_a2b===this._PathSeparator){return _a2a.slice(0,-1);}return _a2a;},_GetWithoutLeadingSeparator:function(_a2c){var _a2d=_a2c[0];if(_a2d===this._PathSeparator){return _a2c.substring(1);}return _a2c;}});})();(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(_a2e){this._UploadProvider.Settings.ForceRewrite=_a2e;},AddHeader:function(_a2f,_a30){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a31=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a32){return _a32.name===_a2f;});if(_a31){_a31.value=_a30;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a2f,value:_a30});}},SetRewrite:function(_a33){this.SetOverwrite(_a33);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a34){if(this.IsFolder()&&_a34===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a34;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a35){if(!(_a35 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a36=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a36,"oError");}this._UploadProvider.SetFailed(_a35);},_SetProgress:function(_a37){var _a38=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a37.OldProgress,_a37.NewProgress);ITHit.Events.DispatchEvent(this,_a38.Name,_a38);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a3a,_a3b,_a3c,_a3d,_a3e){this._Source=_a3b||null;this._GroupManager=_a3d;var _a3f=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a3a.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a3c,this,_a3a,_a3f,_a3e);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(_a40){_a40=_a40||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){_a40();}else{that._UploadProvider.StartUploadAsync(_a40);}});}else{this._UploadProvider.StartUploadAsync(_a40);}},PauseAsync:function(_a42){_a42=_a42||function(){};this._UploadProvider.PauseUpload(_a42);},CancelAsync:function(_a43,_a44,_a45){_a45=_a45||function(){};_a43=_a43||5;_a44=_a44||500;this._UploadProvider.AbortUpload(_a43,_a44,_a45);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a46){var _a47=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a46);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a47);}else{if(ITHit.Events.ListenersLength(this,_a47.Name)!==0){ITHit.Events.DispatchEvent(this,_a47.Name,_a47);}else{_a46();}}},AddListener:function(_a48,_a49,_a4a){this._ValidateEventName(_a48);_a4a=_a4a||null;ITHit.Events.AddListener(this,_a48,_a49,_a4a);},RemoveListener:function(_a4b,_a4c,_a4d){this._ValidateEventName(_a4b);_a4d=_a4d||null;ITHit.Events.RemoveListener(this,_a4b,_a4c,_a4d);},_ValidateEventName:function(_a4e){switch(_a4e){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 `"+_a4e+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a4f){var _a50=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a4f.OldState,_a4f.NewState);ITHit.Events.DispatchEvent(this,_a50.Name,_a50);},_OnErrorEventHandler:function(_a51){var _a52=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a51.Error);ITHit.Events.DispatchEvent(this,_a52.Name,_a52);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a53,_a54,_a55){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a54||[];this.RemovedItems=_a55||[];this.Sender=_a53;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a56){if(this._End&&_a56>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a56;},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(_a58,_a59,iEnd){this._SetBlob(_a58);this.SetStart(_a59);this.SetEnd(iEnd||_a58.size);},_SetBlob:function(_a5b){this._Blob=_a5b;this._Start=0;this._End=_a5b.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(_a5c,oUrl){this._FolderGenerator=_a5c;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a5e,_a5f){var _a60=function(_a61){delete this._CancellationCallback;_a5e.call(_a5f,_a61);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a60,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a62=this._GetAncestorsPaths(this._Url);_a62.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a64,_a65){if(!this._CancellationCallback){_a64.call(_a65);return;}this._CancellationCallback(function(){_a64.call(_a65);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a66){this._PathMap=_a66;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a68=oUrl.GetRelativePath().split("/");if(_a68.length===0){return [];}if(_a68[_a68.length-1]===""){_a68=_a68.slice(0,-1);}var _a69=[];var path="";for(var i=0;i<_a68.length-1;i++){if(path!==""){path+="/";}path+=_a68[i];_a69.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a69;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a6d,oUrl){this._Session=_a6d;this.Url=oUrl;},SetProgressDebounce:function(_a6f){this._ReportPeriod=_a6f;},BeginWrite:function(_a70){this._InitializeRequestContext();var _a71=null;if(_a70.IsFolder()){_a71=this._CreateMKCOLRequest();this._AddCustomHeaders(_a71);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a71.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a71=this._CreatePutRequest(_a70);_a71.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a71);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a71.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a72){this._InitializeRequestContext();var _a73=null;if(_a72.IsFolder()){_a73=this._CreateMKCOLRequest();this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a73.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a73=this._CreatePutRequest(_a72);_a73.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a73.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a74){this._InitializeRequestContext();var _a75=this._CreatePutAppendRequest(_a74);_a75.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a75);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a75.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a76,_a77){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a76,_a77);}},AddListener:function(_a78,_a79,_a7a){_a7a=_a7a||null;this._ValidateEventName(_a78);ITHit.Events.AddListener(this,_a78,_a79,_a7a);},RemoveListener:function(_a7b,_a7c,_a7d){_a7d=_a7d||null;this._ValidateEventName(_a7b);ITHit.Events.RemoveListener(this,_a7b,_a7c,_a7d);},_AddCustomHeaders:function(_a7e){if(!this.CustomHeaders){return;}var _a7f=[];var _a80=_a7e.Headers.GetAll();this.CustomHeaders.forEach(function(_a81){if(_a7f.indexOf(_a81.name)<0&&!_a80.hasOwnProperty(_a81.name)){_a7e.Headers.Add(_a81.name,_a81.value);_a7f.push(_a81.name);}});},_ValidateEventName:function(_a82){switch(_a82){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 `"+_a82+"`");}},_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 _a83=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a83.Method("MKCOL");this._SetDefaultHeaders(_a83);return _a83;},_OnMKCOLRewriteResponse:function(_a84){if(this._IsConflictResult(_a84)){_a84=this._TransformToSuccess(_a84);}this._OnResponse(_a84);},_OnMKCOLRewriteErrorEventHandler:function(_a85){if(_a85.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a86){if(_a86.IsAborted){_a86=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a86.Error);this._RequestContext.MarkAbort();}else{_a86=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a86);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a86);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a87){var _a88=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a88.Method("PUT");if(_a87.GetFile().type){_a88.Headers.Add("Content-Type",_a87.GetFile().type);}_a88.BodyBinary(_a87.GetFile());this._SetDefaultHeaders(_a88);return _a88;},_CreatePutAppendRequest:function(_a89){var _a8a=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a8a.Method("PUT");if(_a89.GetFile().type){_a8a.Headers.Add("Content-Type",_a89.GetFile().type);}if(_a89.IsPartFile()){_a8a.Headers.Add("Content-Range",this._GetRangeHeader(_a89));_a8a.BodyBinary(_a89.GetSlice());}else{_a8a.BodyBinary(_a89.GetFile());}this._SetDefaultHeaders(_a8a);return _a8a;},_GetRangeHeader:function(_a8b){return "bytes "+_a8b.GetStart()+"-"+(_a8b.GetEnd()-1)+"/"+_a8b.GetFullSize();},_TransformToSuccess:function(_a8c){return new ITHit.WebDAV.Client.AsyncResult(_a8c.Error,true,null);},_IsConflictResult:function(_a8d){return _a8d.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a8e){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a8e,Uploader:this}]);},_RaiseOnErrorEvent:function(_a8f){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a8f,Uploader:this}]);},_RaiseOnFinishEvent:function(_a90){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a90}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a91){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a91.Progress.BytesTotal===_a91.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a91.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a93){this._RaiseOnErrorEvent(_a93.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a94){_a94.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a94.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(_a95){this._Session=_a95;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a97=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a97,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a98){if(_a98.IsAborted){_a97.MarkAbort();}else{_a97.MarkFinish();}this._CallAwaiters(oUrl,_a98);}.bind(this));return _a97;},_RecurrentGenerate:function(_a99,_a9a,_a9b,_a9c){var _a9d=null;var _a9e=null;var _a9f=function(_aa0,_aa1){if(!!_a9d){_a9d.AbortAsync(_aa0,_aa1);return;}if(!!_a9e){_a9e(_aa0,_aa1);}_aa0.call(_a9c);};var _aa2=_a9a.slice();var _aa3=[];while(_aa2.length>0){var oUrl=_aa2[0];if(!_a99.Has(oUrl)){break;}_aa3.push(oUrl);_aa2.splice(0,1);}if(_aa2.length===0){_a9b.call(_a9c,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa3));return _a9f;}var _aa5=_aa2.shift();if(!this._IsInWork(_aa5)){_a9d=this._SendRequest(_aa5);}this._AddAwaiter(_aa5,function(_aa6){if(!_aa6.IsSuccess&&!this._IsConflictResult(_aa6)){_a9b.call(_a9c,_aa6);return;}_a99.Add(_aa5);_aa3.push(oUrl);_a9d=null;_a9e=this._RecurrentGenerate(_a99,_aa2,function(_aa7){if(_aa7.IsSuccess||this._IsConflictResult(_aa6)){_aa7.Result.concat(_aa3);_aa7=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa3);}_a9e=null;_a9b.call(_a9c,_aa7);return;},this);}.bind(this));return _a9f;},GeneratePathAsync:function(_aa8,oUrl,_aaa,_aab){var _aac=this._GetAncestorsPaths(oUrl);if(_aac.length===0){return _aaa.call(_aab,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aa8,_aac,_aaa,_aab);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _aae=oUrl.GetRelativePath().split("/");if(_aae.length===0){return [];}if(_aae[_aae.length-1]===""){_aae=_aae.slice(0,-1);}var _aaf=[];var path="";for(var i=0;i<_aae.length-1;i++){if(path!==""){path+="/";}path+=_aae[i];_aaf.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _aaf;},_IsInWork:function(oUrl){var _ab3=this._WorkList.Get(oUrl.toString());return _ab3&&(_ab3.length>0);},_AddAwaiter:function(oUrl,_ab5){var _ab6=this._WorkList.Get(oUrl.toString());var _ab7=[];if(_ab6){_ab7=_ab7.concat(_ab6);}_ab7.push(_ab5);this._WorkList.Set(oUrl.toString(),_ab7);},_CallAwaiters:function(oUrl,_ab9){var _aba=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_aba.forEach(function(_abb){_abb(_ab9);});},_IsConflictResult:function(_abc){if(_abc.IsSuccess){return false;}if(_abc.Error&&_abc.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,_abe,_abf){var _ac0=this.CreateRequest(this.__className+".ReportAsync()");var _ac1=ITHit.WebDAV.Client.Encoder.Encode(sUrl);var _ac2=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac1);ITHit.WebDAV.Client.Methods.Report.GoAsync(_ac0,_ac1,_ac2,null,null,function(_ac3){_ac0.MarkFinish();_abe.call(_abf,_ac3);});return _ac0;},CancelUploadAsync:function(sUrl,_ac5){var _ac6=this.CreateRequest(this.__className+".CancelUpload()");var _ac7=ITHit.WebDAV.Client.Encoder.Encode(sUrl);var _ac8=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac7);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac6,_ac7,[],_ac8,function(_ac9){_ac6.MarkFinish();var _aca=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac9.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_aca=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}else{if(!_ac9.IsSuccess){_aca=new ITHit.WebDAV.Client.AsyncResult(_ac9.IsSuccess,_ac9.IsSuccess,_ac9.Error);}}_ac5(_aca);});return _ac6;},CheckExistsAsync:function(sUrl,_acc,_acd){_acc=_acc||function(){};return this.OpenItemAsync(ITHit.WebDAV.Client.Encoder.Encode(sUrl),[],function(_ace){var _acf=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ace.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_acf=new ITHit.WebDAV.Client.AsyncResult(false,true,null);}else{if(!_ace.IsSuccess){_acf=new ITHit.WebDAV.Client.AsyncResult(_ace.IsSuccess,_ace.IsSuccess,_ace.Error);}}_acc.call(_acd,_acf);});},DeleteAsync:function(_ad0,_ad1,_ad2){_ad1=_ad1||null;var _ad3=ITHit.WebDAV.Client.Encoder.Encode(_ad0);var _ad4=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ad3);var _ad5=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_ad5,_ad3,_ad1,_ad4,function(_ad6){if(!_ad6.IsSuccess&&_ad6.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad6=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_ad5.MarkFinish();_ad2(_ad6);});return _ad5;},CreateFolderRangeAsync:function(_ad7,_ad8,_ad9,_ada){_ad8=_ad8||null;_ad9=_ad9||ITHit.Utils.NoOp;var _adb=_ad7.length;var _adc=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_adb);this._PerformCreateFolderRangeMethodAsync(_adc,_ad7,_ad8,function(_add){_adc.MarkFinish();_ad9.call(_ada,_add);});return _adc;},_PerformCreateFolderRangeMethodAsync:function(_ade,_adf,_ae0,_ae1,_ae2){_ae1=_ae1||ITHit.Utils.NoOp;_adf=_adf.slice();var _ae3=_adf.unshift();var _ae4=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHref());var _ae5=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_ade,_ae4,_ae0,_ae5,function(_ae6){if(_ae6.IsSuccess||_ae6.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ae6=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_ae3]);}if(_adf.length>0&&_ae6.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_ade,_adf,_ae0,function(_ae7){if(_ae7.IsSuccess){_ae7.Result.push(_ae3);}_ae1.call(_ae2,_ae7);return;},this);}else{_ae1.call(_ae2,_ae6);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(_aea,_aeb,_aec,_aed){this._RoundsCount=_aea;this._Handler=_aec;this._EndHandler=_aed;this._IsActive=!!_aea;this._RepeatTime=_aeb;},Stop:function(_aee){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_aee);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_aef){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_aef);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_af0){this._Action=_af0;},RunAsync:function(_af1,_af2,_af3){var _af4=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_af1,_af2,this._Action,_af3);_af4._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(_af6,_af7,_af8){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_af7;this._super(_af6,_af8);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af9){return {Action:"skip",Error:_af9};},GetRetryResult:function(_afa){return {Action:"retry",Error:_afa};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_afb,_afc){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_afc;this.Sender=_afb;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_afd){},OnLeave:function(_afe){},StartUploadAsync:function(_aff,_b00){_b00();},PauseUpload:function(_b01,_b02){_b02();},AbortUpload:function(_b03,_b04,_b05,_b06){_b06();},Skip:function(_b07){},OnUploadLocationPrepared:function(_b08,_b09){},OnUploadProgressPrepared:function(_b0a,_b0b){},OnContentCompleted:function(_b0c,_b0d){},OnRetryResult:function(_b0e,_b0f){},_CompletePauseAsync:function(_b10,_b11,_b12){if(_b10.IsRetrySchedule){_b10.IsRetrySchedule=false;}_b10.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b11.call(_b12);},_StartPauseAsync:function(_b13,_b14){_b13._ProgressTracker.StopTracking();_b13.CancelAllRequests(function(){if(_b13.IsContentSend){_b13.SyncProgressWithServerAsync(function(_b15){this._CompletePauseAsync(_b13,_b14);},this);return;}this._CompletePauseAsync(_b13,_b14);},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(_b16){_b16.GetProgressTracker().StopTracking();_b16.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b17,_b18){_b17.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b17,_b18);}});})();(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(_b19,_b1a){_b19.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b19,_b1a);}});})();(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(_b1b,_b1c){_b1b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1b,_b1c);},Skip:function(_b1d){_b1d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b1e,_b1f){this._StartPauseAsync(_b1e,_b1f);},AbortUpload:function(_b20,_b21,_b22,_b23){_b20.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b20,_b21,_b22,_b23);}});})();(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(_b24){_b24.GetProgressTracker().StopTracking();_b24.GetProgressTracker().Reset();},StartUploadAsync:function(_b25,_b26){_b25.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b25,_b26);}});})();(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(_b27){_b27.PrepareUploadLocation();},PauseUpload:function(_b28,_b29){this._StartPauseAsync(_b28,_b29);},AbortUpload:function(_b2a,_b2b,_b2c,_b2d){_b2a.CancelAllRequests(function(){_b2a.GetProgressTracker().StopTracking();_b2a.CancelAndDeleteAsync(_b2b,_b2c,function(_b2e){if(_b2e.IsSuccess){_b2a.GetProgressTracker().Reset();_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b2a.AddError(_b2e.Error);_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b2d();},this);},this);},OnContentCompleted:function(_b2f,_b30){var _b31=_b30.Result;if(_b31.IsAborted){return;}if(_b31.IsSuccess){_b2f.GetProgressTracker().SetCompleted();_b2f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b2f,_b31);},_HandleError:function(_b32,_b33){_b32.AddError(_b33.Error);_b32.BeginRetry(_b33.Error);},OnRetryResult:function(_b34,_b35){if(_b35.Action==="skip"){_b34.AddError(_b35.Error);_b34.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b34.IsContentSend){_b34.SyncProgressWithServerAsync(function(_b36){if(_b36.Error){this._HandleError(_b35.Error);}else{this.OnEnter(_b34);}},this);return;}this.OnEnter(_b34);},OnUploadLocationPrepared:function(_b37,_b38){if(_b38.IsAborted){return;}if(!_b38.IsSuccess){this._HandleError(_b37,_b38);return;}_b37._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b39){if(_b39.IsContentSend){_b39.PrepareProgress();return;}this._super(_b39);},OnUploadProgressPrepared:function(_b3a,_b3b){if(_b3b.IsAborted){return;}if(!_b3b.IsSuccess){this._HandleError(_b3a,_b3b);return;}if(_b3a.GetProgressTracker().IsCompleted()){_b3a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b3a._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(_b3c){_b3c.GetProgressTracker().StopTracking();_b3c.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3d,_b3e){_b3d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b3d,_b3e);},AbortUpload:function(_b3f,_b40,_b41,_b42){if(_b3f.IsContentSend){_b3f.CancelAndDeleteAsync(_b40,_b41,function(_b43){if(_b43.IsSuccess){_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3f.AddError(_b43.Error);_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b42();},this);}else{_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b42();}}});})();(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(_b44){_b44.GetProgressTracker().StopTracking();_b44.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b45,_b46){_b45.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b45,_b46);},AbortUpload:function(_b47,_b48,_b49,_b4a){if(_b47.IsContentSend){_b47.CancelAndDeleteAsync(_b48,_b49,function(_b4b){if(_b4b.IsSuccess){_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b47.AddError(_b4b.Error);_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b4a();},this);}else{_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b4a();}}});})();(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(_b4d){switch(_b4d){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(_b4e,oUrl){this._Session=_b4e;this._Url=oUrl;},GetProgressAsync:function(_b50,_b51){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b52){if(_b52.IsSuccess&&_b52.Result[0]){var _b53=_b52.Result[0];_b50.call(_b51,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b53));return;}_b50.call(_b51,_b52);},this);},CancelUploadAsync:function(_b54,_b55){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b56){_b54.call(_b55,_b56);});},DeleteAsync:function(_b57,_b58,_b59,_b5a){var that=this;var _b5c=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b5d){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b5e){if(_b5e.IsSuccess){_b5d.Stop(_b5e);}else{_b5d.EndRound(_b5e);}});});_b5c.RunAsync(_b57,_b58,function(_b5f){_b59.call(_b5a,_b5f);});},CancelAndDeleteAsync:function(_b60,_b61,_b62,_b63){this.CancelUploadAsync(function(_b64){if(!_b64.IsSuccess){return _b62.call(_b63,_b64);}this.DeleteAsync(_b60,_b61,_b62,_b63);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b65,_b66,_b67,oUrl,_b69){this.FSEntry=_b67;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b69.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b65;this._UploadItem=_b66;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b69.State);this.Errors=[];this.UploadLocation=_b65.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b65,this.Url);this.ContentWriter=_b65.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(_b6a){this._BeginStateChange();this._State.StartUploadAsync(this,_b6a);},PauseUpload:function(_b6b){this._BeginStateChange();this._State.PauseUpload(this,_b6b);},AbortUpload:function(_b6c,_b6d,_b6e){this._BeginStateChange();_b6e=_b6e||function(){};this._State.AbortUpload(this,_b6c,_b6d,_b6e);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b6f,_b70,_b71){this._ValidateEventName(_b6f);_b71=_b71||null;ITHit.Events.AddListener(this,_b6f,_b70,_b71);},RemoveListener:function(_b72,_b73,_b74){this._ValidateEventName(_b72);_b74=_b74||null;ITHit.Events.RemoveListener(this,_b72,_b73,_b74);},_ValidateEventName:function(_b75){switch(_b75){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 `"+_b75+"`");}},CheckRetryAsync:function(_b76,_b77,_b78){var _b79=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b76,function(_b7a){if(!this.IsRetrySchedule){return;}_b77.call(_b78,_b7a);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b79.Name)===0)){_b77.call(_b78,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b76));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b79);}ITHit.Events.DispatchEvent(this._UploadItem,_b79.Name,_b79);},Errors:null,LastError:null,AddError:function(_b7b){this.AddErrorSilent(_b7b);this._RiseOnErrorEvent(_b7b);},AddErrorSilent:function(_b7c){this.LastError=_b7c;this.Errors.push(_b7c);},SetFailed:function(_b7d){var _b7e=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b7d);this.SetState(_b7e);},_RiseOnErrorEvent:function(_b7f){var _b80=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b7f);ITHit.Events.DispatchEvent(this,_b80.Name,_b80);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b81){if(_b81.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b81);},_StartLoadHandler:function(_b82){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b83){this.GetProgressTracker().UpdateBytes(_b83.Progress.BytesLoaded,_b83.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 _b84=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b84.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b84.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b84);}},SyncProgressWithServerAsync:function(_b85,_b86){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b87){if(!_b87.IsSuccess){_b85.call(_b86,_b87);return;}if(_b87.Result===true){this._ProgressTracker.SetCompleted();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b88){if(_b88.IsSuccess){this._ProgressTracker.SyncProgress(_b88.Result);_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b88.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b88.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b89){if(_b89.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b89);},CancelAllRequests:function(_b8a,_b8b){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b8a,_b8b);},this);},this);},_CancelLocationCreateAsync:function(_b8c,_b8d){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b8c.call(_b8d);},this);}else{_b8c.call(_b8d);}},_CancelContentSendingAsync:function(_b8e,_b8f){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b8e.call(_b8f);},this);}else{_b8e.call(_b8f);}},_CancelProgressAsync:function(_b90,_b91){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b90.call(_b91);},this);}else{_b90.call(_b91);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b92){this.IsProgressSyncInProgress=false;if(_b92.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b92);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b93){var _b94=this._State;this._State.OnLeave(this);this._State=_b93;this._State.OnEnter(this);var _b95=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b94.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b95.Name,_b95);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b96){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b96,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b97){this._State.OnRetryResult(this,_b97);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b98,_b99,_b9a,_b9b){this.ServerItem.CancelUploadAsync(function(_b9c){if(!this.Settings.DeleteOnCancel){_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b98,_b99,function(_b9d){if(!_b9d.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b9a.call(_b9b,_b9c);}this.IsContentSend=false;_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b9e){var _b9f=this._Progress;this._Progress=_b9e;var _ba0=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b9f,_b9e);ITHit.Events.DispatchEvent(this,_ba0.Name,_ba0);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_ba1){if(this._IsHandled){return;}this._Skip(_ba1);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_ba2){if(this._IsHandled){return;}this._Overwrite(_ba2);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_ba3){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_ba3});},constructor:function(_ba4,_ba5,_ba6){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_ba5||[];this._super(_ba4,_ba6);},_Overwrite:function(_ba7){var _ba8=this._CreateResult([],_ba7);this._Handle(_ba8);},_Skip:function(_ba9){var _baa=this._CreateResult(_ba9,[]);this._Handle(_baa);},_CreateResult:function(_bab,_bac){return {Skip:_bab||[],Overwrite:_bac||[],Original:this.Items};},_Handle:function(_bad){_bad=_bad||this._CreateResult();this._super(_bad);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_bae,_baf,_bb0,_bb1){var _bb2=[];var _bb3=0;if(_bae.length===0){setTimeout(_bb0.apply(_bb1,_bae));}for(var i=0;i<_bae.length;i++){_baf.apply(_bb1,[_bae[i],i,_bae,ITHit.Utils.MakeScopeClosure(this,function(i,_bb6){_bb2[i]=_bb6;_bb3++;if(_bb3===_bae.length){setTimeout(_bb0.call(_bb1,_bb2));}},i)]);}},DistinctBy:function(_bb7,_bb8,_bb9){var map=Object.create(null);_bb8=_bb8||Object.prototype.toString;for(var i=0;i<_bb7.length;i++){var _bbc=_bb8.call(_bb9,_bb7[i]).toString();if(!map[_bbc]){map[_bbc]=_bb7[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bbe,_bbf){if(!_bbf){return [_bbe.shift()];}var _bc0=(_bbe.length>_bbf)?_bbf:_bbe.length;var _bc1=[];for(var i=0;i<_bc0;i++){_bc1.push(_bbe.shift());}return _bc1;},Remove:function(_bc3,_bc4){var _bc5=_bc3.indexOf(_bc4);if(_bc5>-1){_bc3.splice(_bc5,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bc6){this._ParallelUploads=_bc6||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bc7){_bc7.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc8){this._AddToQueue(_bc8);this._StartUploads();},Remove:function(_bc9){_bc9.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc9);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc9);this._StartUploads();},Reserve:function(_bca){_bca=_bca||1;this._Reserve+=_bca;},Release:function(_bcb){_bcb=_bcb||1;this._Reserve-=_bcb;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bcc=this.GetBusy();if(_bcc>=this._ParallelUploads){return 0;}else{if(_bcc===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bcc)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bcd){if(_bcd.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bcd.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bce=this.GetFree();if(_bce<=0){return;}var _bcf=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bce);if(_bcf.length<1){return;}this.Reserve(_bcf.length);_bcf.forEach(this._StartSingle,this);},_StartSingle:function(_bd0){this._Active.push(_bd0);_bd0.StartAsync();this.Release();},_AddToQueue:function(_bd1){this._QueueArray.push(_bd1);_bd1.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(_bd2){this.Uploader=_bd2;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(_bd3){var _bd4=this.GetByUrl(_bd3.GetUrl());var _bd5=_bd4.GetState();return !(_bd5===ITHit.WebDAV.Client.Upload.State.Uploading||_bd5===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bd7,_bd8){var _bd9=[];for(var i=0;i<_bd7.length;i++){var _bdb=_bd7[i];var _bdc=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bdb,_bd8,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bdc.GetUrl())){if(this.ShouldReplaceDuplicate(_bdc)){this.RemoveByUrl(_bdc.GetUrl());}else{continue;}}_bd9.push(_bdc);}this._DispatchOnUploadItemsCreatedAsync(_bd9,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bdd){var sUrl=_bdd.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bdd);var _bdf=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bdd]);ITHit.Events.DispatchEvent(this,_bdf.Name,[_bdf]);this._AutoUploader.Add(_bdd);},AddRange:function(_be0){for(var i=0;i<_be0.length;i++){var _be2=_be0[i];var sUrl=_be2.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_be2);}this._GroupManager.CreateGroup(_be0);this._OnQueueChanged(_be0,null);var _be4=_be0.filter(function(_be5){return _be5.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_be4);},Restart:function(_be6){for(var i=0;i<_be6.length;i++){if(!this.HasUrl(_be6[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_be6);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be9){return _be9.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _bec=this.GetByUrl(sUrl);if(!_bec){return;}var _bed=_bec.GetState();if(_bed===ITHit.WebDAV.Client.Upload.State.Uploading||_bed===ITHit.WebDAV.Client.Upload.State.Paused){_bec.Abort();}var _bee=ITHit.Utils.IndexOf(this._UnderlyingArray,_bec);this._UnderlyingArray.splice(_bee,1);this._OnQueueChanged(null,[_bec]);this._AutoUploader.Remove(_bec);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_bef,_bf0){var _bf1=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_bef,_bf0);ITHit.Events.DispatchEvent(this,_bf1.Name,[_bf1]);},_DispatchOnUploadItemsCreatedAsync:function(_bf2,_bf3){var _bf4=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bf2.slice(),_bf3);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bf4.Name)===0)){_bf4.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bf4);}ITHit.Events.DispatchEvent(this,_bf4.Name,_bf4);},AddListener:function(_bf5,_bf6,_bf7){_bf7=_bf7||null;switch(_bf5){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bf5,_bf6,_bf7);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bf5+"`");}},RemoveListener:function(_bf8,_bf9,_bfa){ITHit.Events.RemoveListener(this,_bf8,_bf9,_bfa);},_OnUploadItemsCreatedAsyncDispatched:function(_bfb){if(_bfb.Upload){this.AddRange(_bfb.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bfb);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bfc){var _bfd=this._FilterSkippedItems(_bfc);var _bfe=this._CreateUrlUploadItemMap(_bfc.Overwrite);_bfd.forEach(function(_bff){if(_bfe.Has(_bff.GetUrl())){_bff.SetOverwrite(true);}});this.AddRange(_bfd);},_FilterSkippedItems:function(_c00){var _c01=this._CreateUrlUploadItemMap(_c00.Skip);return _c00.Original.filter(function(_c02){return !_c01.Has(_c02.GetUrl());});},_CreateUrlUploadItemMap:function(_c03){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_c03.forEach(function(_c05){oMap.Set(_c05.GetUrl(),_c05);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _c06=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c07){this._Uploader=_c07;this._UnderlyingSet={};},AddById:function(_c08){var _c09=this.GetById(_c08);if(_c09){return _c09;}var _c0a=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c08);this._UnderlyingSet[_c08]=_c0a;this._RaiseOnCollectionChanged([_c0a],[]);return _c0a;},GetById:function(_c0b){return this._UnderlyingSet[_c0b];},RemoveById:function(_c0c){var _c0d=this.GetById(_c0c);if(_c0d){delete this._UnderlyingSet[_c0c];this._RaiseOnCollectionChanged([],[_c0d]);}},AddListener:function(_c0e,_c0f,_c10){_c10=_c10||null;this._CheckEventNameOtThrow(_c0e);ITHit.Events.AddListener(this,_c0e,_c0f,_c10);},RemoveListener:function(_c11,_c12,_c13){_c13=_c13||null;this._CheckEventNameOtThrow(_c11);ITHit.Events.RemoveListener(this,_c11,_c12,_c13);},_CheckEventNameOtThrow:function(_c14){if(_c14!==_c06.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c14);}},_RaiseOnCollectionChanged:function(_c15,_c16){ITHit.Events.DispatchEvent(this,_c06.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c15||[],RemovedItems:_c16||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c17=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c18){this._UnderlyingArray=[];this._Uploader=_c18;},AddById:function(_c19){var _c1a=new ITHit.WebDAV.Client.Upload.Controls.Input(_c19);this._UnderlyingArray[_c19]=_c1a;this._RaiseOnCollectionChanged([_c1a],[]);return _c1a;},GetById:function(_c1b){return this._UnderlyingArray[_c1b];},RemoveById:function(_c1c){var _c1d=this.GetById(_c1c);if(_c1d){delete this._UnderlyingSet[_c1c];this._RaiseOnCollectionChanged([],[_c1d]);}},AddListener:function(_c1e,_c1f,_c20){_c20=_c20||null;this._CheckEventNameOtThrow(_c1e);ITHit.Events.AddListener(this,_c1e,_c1f,_c20);},RemoveListener:function(_c21,_c22,_c23){_c23=_c23||null;this._CheckEventNameOtThrow(_c21);ITHit.Events.RemoveListener(this,_c21,_c22,_c23);},_CheckEventNameOtThrow:function(_c24){if(_c24!==_c17.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c24);}},_RaiseOnCollectionChanged:function(_c25,_c26){ITHit.Events.DispatchEvent(this,_c17.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c25||[],RemovedItems:_c26||[]}]);}},{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(_c28){_c28.AddedItems.forEach(function(_c29){_c29.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c28.RemovedItems.forEach(function(_c2a){_c2a.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c2b){this.Queue.AddGroup(this._UploadUrl,_c2b.AsyncResult.Result,_c2b.Source);}});})();ITHit.Temp={};