webdav.client 5.21.5970 → 5.21.5971
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.
- package/Help/ClassReference/ITHit.WebDAV.Client.DocManager.html +4 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.File.html +80 -80
- package/Help/ClassReference/ITHit.WebDAV.Client.Folder.html +100 -100
- package/Help/ClassReference/ITHit.WebDAV.Client.HierarchyItem.html +60 -60
- package/Help/ClassReference/ITHit.WebDAV.Client.MsOfficeEditExtensions.html +4 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.Request.html +4 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploaderSession.html +12 -12
- package/Help/ClassReference/ITHit.WebDAV.Client.Version.html +8 -8
- package/Help/ClassReference/ITHit.WebDAV.Client.WebDavSession.html +12 -12
- package/ITHitWebDAVClient.js +2 -2
- package/Plugins/ITHitEditDocumentOpener.deb +0 -0
- package/Plugins/ITHitEditDocumentOpener.msi +0 -0
- package/Plugins/ITHitEditDocumentOpener.pkg +0 -0
- package/Plugins/ITHitEditDocumentOpener.rpm +0 -0
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/ITHitWebDAVClient.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// -----------------------------------------------------------------------
|
|
2
|
-
// IT Hit WebDAV Ajax Library v5.21.
|
|
2
|
+
// IT Hit WebDAV Ajax Library v5.21.5971.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(_101,_102){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_101,_102);};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 _103={};var _104={};var _105={};for(var _106 in ITHit.LogLevel){_103[ITHit.LogLevel[_106]]=[];_105[ITHit.LogLevel[_106]]=[];}var _107=function(_108,_109,iTo,_10b){for(var _10c in ITHit.LogLevel){if(ITHit.LogLevel[_10c]>iTo){continue;}if(!ITHit.LogLevel[_10c]||(_109>=ITHit.LogLevel[_10c])){continue;}if(_108){_105[ITHit.LogLevel[_10c]].push(_10b);}else{for(var i=0;i<_105[ITHit.LogLevel[_10c]].length;i++){if(_105[ITHit.LogLevel[_10c]][i]==_10b){_105[ITHit.LogLevel[_10c]].splice(i,1);}}}}};_107.add=function(iTo,_10f){_107.increase(ITHit.LogLevel.Off,iTo,_10f);};_107.del=function(iTo,_111){_107.decrease(ITHit.LogLevel.Off,iTo,_111);};_107.increase=function(_112,iTo,_114){_107(true,_112,iTo,_114);};_107.decrease=function(_115,iTo,_117){_107(false,_115,iTo,_117);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_118,_119){if(_119==ITHit.LogLevel.Off){this.RemoveListener();}var _11a=0;var _11b=0;outer:for(var _11c in _103){for(var i=0;i<_103[_11c].length;i++){if(_103[_11c][i]==_118){_11a=_11c;_11b=i;break outer;}}}if(!_11a){_103[_119].push(_118);_107.add(_119,_118);}else{if(_119!=_11a){_103[_11a].splice(_11b,1);_103[_119].push(_118);if(_119>_11a){_107.increase(_11a,_119,_118);}else{_107.decrease(_119,_11a,_118);}}}},RemoveListener:function(_11e){outer:for(var _11f in _103){for(var i=0;i<_103[_11f].length;i++){if(_103[_11f][i]==_11e){_103[_11f].splice(i,1);_107.del(_11f,_11e);break outer;}}}return true;},SetLogLevel:function(_121,_122){return this.AddListener(_121,_122,true);},GetLogLevel:function(_123){for(var _124 in _103){for(var i=0;i<_103[_124].length;i++){if(_103[_124][i]==_123){return _124;}}}return false;},GetListenersForLogLevel:function(_126){return _105[_126];},GetCount:function(_127){return _105[_127].length;},WriteResponse:function(_128){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_128 instanceof HttpWebResponse){sStr+="\n"+_128.StatusCode+" "+_128.StatusDescription+"\n";}sStr+=_128.ResponseUri+"\n";for(var _12a in _128.Headers){sStr+=_12a+": "+_128.Headers[_12a]+"\n";}sStr+=_128.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12b,_12c){_12c=("undefined"==typeof _12c)?ITHit.LogLevel.Info:parseInt(_12c);if(ITHit.Logger.GetCount(_12c)){var _12d=this.GetListenersForLogLevel(_12c);var _12b=String(_12b).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12d.length;i++){try{_12d[i](_12b,ITHit.LogLevel.Info);}catch(e){if(!_12d[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12d[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(_12f,_130){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_12f,_130);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _131={};var _132=function(_133){this._arguments=_133;};_132.prototype.Replace=function(_134){var _135=_134.substr(1,_134.length-2);return ("undefined"!=typeof this._arguments[_135])?this._arguments[_135]:_134;};var _136=function(_137){this._phrase=_137;};_136.prototype.toString=function(){return this._phrase;};_136.prototype.Paste=function(){var _138=this._phrase;if(/\{\d+?\}/.test(_138)){var _139=new _132(arguments);_138=_138.replace(/\{(\d+?)\}/g,function(args){return _139.Replace(args);});}return _138;};var _13b=function(){};_13b.prototype.LoadJSON=function(_13c,_13d){var _13e=ITHit.Utils;if(_13d&&!_13e.IsString(_13d)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _13f=this;if(_13d){_13f=ITHit.Declare(_13d);}try{var _140=_13c;if(_13e.IsString(_140)){_140=eval("("+_13c+")");}this._AddPhrases(_140,_13f);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13b.prototype.LoadLocalizedJSON=function(_141,_142,_143){var _144=ITHit.Utils,_145=_144.IsUndefined,_146=_144.IsObject;if(!_141||!_144.IsObjectStrict(_141)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_142&&!_144.IsObjectStrict(_142)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _147;if(_142){_147={};this._MergePhrases(_147,_142);this._MergePhrases(_147,_141);}else{_147=_141;}this.LoadJSON(_147,_143);};_13b.prototype._MergePhrases=function(dest,_149){var _14a=ITHit.Utils,_14b=_14a.IsUndefined,_14c=_14a.IsObject;for(var prop in _149){if(!_149.hasOwnProperty(prop)){continue;}if(_14b(dest[prop])){dest[prop]=_149[prop];}else{if(_14c(dest[prop])){this._MergePhrases(dest[prop],_149[prop]);}}}};_13b.prototype._AddPhrases=function(_14e,_14f){_14f=_14f||this;for(var _150 in _14e){if(("object"!=typeof _14e[_150])||!(_14e[_150] instanceof Object)){switch(_150){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_150+"\" is reserved word.");break;}_14f[_150]=new _136(_14e[_150]);}else{this._AddPhrases(_14e[_150],_14f[_150]?_14f[_150]:(_14f[_150]={}));}}};return new _13b();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_151,_152){ITHit.Exceptions.XPathException.baseConstructor.call(this,_151,_152);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_153,_154,_155,_156,_157){if(("string"!=typeof _153)&&!(_153 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_154 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_155&&!(_155 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(_156&&!(_156 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_155=_155||null;_156=_156||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _158=_154._get();var _159=_158.ownerDocument||_158;if(_156){_159.evaluate(_153,_158,_155,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_156._res);return;}var oRes=new ITHit.XPath.result(_159.evaluate(_153,_158,_155,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_157){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _158=_154._get();var _15b=false;try{_158.getProperty("SelectionNamespaces");_15b=true;}catch(e){}var _15c=false;if(3==ITHit.XMLDoc._version){var sXml=_158.xml.replace(/^\s+|\s+$/g,"");var _15e="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _15f="cutted";if(-1!=sXml.indexOf(_15e)||true){var _160=sXml.replace(_15e,_15f);var _161=new ITHit.XMLDoc();_161.load(_160);if(_155){var oNs=_155.getAll();for(var _163 in oNs){if(_15e==oNs[_163]){oNs.add(_163,_15f);break;}}}_158=_161._get();_15b=true;_15c=true;}}if(_15b&&_155&&_155.length()){var _164=_155.getAll();var aNs=[];for(var _163 in _164){aNs.push("xmlns:"+_163+"='"+_164[_163]+"'");}_158.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15c){_158=_158.documentElement;}try{if(!_157){if(!_156){return new ITHit.XPath.result(_158.selectNodes(_153));}else{_156._res=_158.selectNodes(_153);return;}}else{var mOut=_158.selectSingleNode(_153);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15b&&(-2147467259==e.number)&&_155&&_155.length()){var sEl=new ITHit.XMLDoc(_158).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_158=oEl._get();var _164=_155.getAll();var aNs=[];for(var _163 in _164){aNs.push("xmlns:"+_163+"='"+_164[_163]+"'");}_158.setProperty("SelectionNamespaces",aNs.join(" "));_158=_158.documentElement;if(!_157){if(!_156){return new ITHit.XPath.result(_158.selectNodes(_153));}else{_156._res=_158.selectNodes(_153);return;}}else{var mOut=_158.selectSingleNode(_153);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_153+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_169,_16a,_16b){return ITHit.XPath.evaluate(_169,_16a,_16b,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16c,sNs){this._ns[_16c]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16e){delete this._ns[_16e];this._length--;};ITHit.XPath.resolver.prototype.get=function(_16f){return this._ns[_16f]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _171 in this._ns){oOut[_171]=this._ns[_171];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_172){this._res=_172;this._i=0;this.length=_172.length?_172.length:_172.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(_173){var mOut;if(!_173){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[_173];}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(_175,_176){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_175,_176);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _177;var _178=1;var _179=2;var _17a=3;var _17b=4;var _17c=5;var _17d=6;var _17e=7;var _17f=8;var _180=9;var _181=10;var _182=11;var _183=12;var _184=function(_185){this._xml=null;this._encoding=null;if(null!==_185){if(!_185||("object"!=typeof _185)){if(undefined!==window.ActiveXObject){if(_177){this._xml=new window.ActiveXObject(_177);}else{var _186=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _187=[6,4,3];for(var i=0;i<_186.length;i++){try{this._xml=new window.ActiveXObject(_186[i]);_184._version=_187[i];_177=_186[i];break;}catch(e){if(3==_187[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=_185;}}else{this._xml=null;return null;}};_184._version=0;_184.prototype.contentEncoding=function(_189){if(undefined!==_189){this._encoding=_189;}return this._encoding;};_184.prototype.load=function(_18a){if(!ITHit.Utils.IsString(_18a)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_18a){return new _184();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_184._version){_18a=_18a.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_184._version){_18a=_18a.replace(/<\?.*\?>/,"");this._xml.loadXML(_18a);}else{var _18c=new _184();if(3==_184._version){_18a=_18a.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18c.load(_18a);this._xml=_18c._get();}}catch(e){var _18d=e;}}else{if(document.implementation.createDocument){try{var _18e=new DOMParser();oDoc=_18e.parseFromString(_18a,"text/xml");this._xml=oDoc;}catch(e){var _18d=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18d){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18d);}};_184.prototype.appendChild=function(_18f){if(!_18f instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_18f._get());};_184.prototype.createElement=function(_190){return new _184(this._xml.createElement(_190));};_184.prototype.createElementNS=function(sNS,_192){if(this._xml.createElementNS){var _193=this._xml.createElementNS(sNS,_192);return new ITHit.XMLDoc(_193);}else{try{return new _184(this._xml.createNode(_178,_192,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.");};_184.prototype.createTextNode=function(_194){return new _184(this._xml.createTextNode(_194));};_184.prototype.getElementById=function(sId){return new _184(this._xml.getElementById(sId));};_184.prototype.getElementsByTagName=function(_196){return new _184(this._xml.getElementsByTagName(_196));};_184.prototype.childNodes=function(){var _197=this._xml.childNodes;var _198=[];for(var i=0;i<_197.length;i++){_198.push(new ITHit.XMLDoc(_197[i]));}return _198;};_184.prototype.getElementsByTagNameNS=function(_19a,_19b){if(this._xml.getElementsByTagNameNS){var _19c=this._xml.getElementsByTagNameNS(_19a,_19b);}else{var _19d=this.toString();var _19e=new ITHit.XMLDoc();_19e.load(_19d);var _19f=new ITHit.XPath.resolver();_19f.add("a",_19a);var oRes=ITHit.XPath.evaluate(("//a:"+_19b),_19e,_19f);var _19c=oRes._get();}var aRet=[];for(var i=0;i<_19c.length;i++){var _1a3=new ITHit.XMLDoc(_19c[i]);aRet.push(_1a3);}return aRet;};_184.prototype.setAttribute=function(_1a4,_1a5){this._xml.setAttribute(_1a4,_1a5);};_184.prototype.hasAttribute=function(_1a6){return this._xml.hasAttribute(_1a6);};_184.prototype.getAttribute=function(_1a7){return this._xml.getAttribute(_1a7);};_184.prototype.removeAttribute=function(_1a8){this._xml.removeAttribute(_1a8);};_184.prototype.hasAttributeNS=function(_1a9){return this._xml.hasAttribute(_1a9);};_184.prototype.getAttributeNS=function(_1aa){return this._xml.getAttribute(_1aa);};_184.prototype.removeAttributeNS=function(_1ab){this._xml.removeAttribute(_1ab);};_184.prototype.removeChild=function(_1ac){if(!_1ac instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ac);return new ITHit.XMLDoc(_1ac);};_184.prototype.removeNode=function(_1ad){if(!_1ad instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ad=_1ad._get();if(_1ad.removeNode){return new _184(_1ad.removeNode(true));}else{return new _184(_1ad.parentNode.removeChild(_1ad));}};_184.prototype.cloneNode=function(_1ae){if(undefined===_1ae){_1ae=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1ae));};_184.prototype.getProperty=function(_1af){return this._xml[_1af];};_184.prototype.setProperty=function(_1b0,_1b1){this._xml[_1b0]=_1b1;};_184.prototype.nodeName=function(){return this._xml.nodeName;};_184.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_184.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_184.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_184.prototype.firstChild=function(){return new _184(this._xml.firstChild);};_184.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_184.prototype.nodeValue=function(){var _1b2="";if(this._xml){_1b2=this._xml.nodeValue;}if("object"!=typeof _1b2){return _1b2;}else{return new ITHit.XMLDoc(_1b2);}};_184.prototype.nodeType=function(){return this._xml.nodeType;};_184.prototype._get=function(){return this._xml;};_184.prototype.toString=function(_1b3){return _184.toString(this._xml,this._encoding,_1b3);};_184.toString=function(_1b4,_1b5,_1b6){if(!_1b4){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b7="";var _1b8=true;if(undefined!==_1b4.xml){_1b7=_1b4.xml.replace(/^\s+|\s+$/g,"");_1b8=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b7=new XMLSerializer().serializeToString(_1b4);_1b8=false;}}if(_1b7){if(_1b5){_1b5=" encoding=\""+this._encoding+"\"";}else{_1b5="";}var sOut=((!_1b6)?"<?xml version=\"1.0\""+_1b5+"?>":"")+_1b7.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b8){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b7;};return _184;})();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(_1ba){var _1bb="Variable \""+_1ba+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1bb);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bc,_1bd){if(_1bc===null){throw new ITHit.Exceptions.ArgumentNullException(_1bd);}},VerifyArgumentNotNullOrEmpty:function(_1be,_1bf){if(_1be===null||_1be===""){throw new ITHit.Exceptions.ArgumentNullException(_1bf);}},NormalizeEmptyToNull:function(_1c0){if(_1c0===null||_1c0===""){return null;}return _1c0;},NormalizeEmptyOrNoneToNull:function(_1c1){if(_1c1===null||_1c1===""||_1c1=="None"){return null;}return _1c1;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c5=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c5;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c6,_1c7){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c6,"sName");this.Name=_1c6;this.NamespaceUri=_1c7;},Equals:function(oObj,_1c9){_1c9=_1c9||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1c9?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 _1cb="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1cb,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1cb),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1cb),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1cb),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1cb),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1cb),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1cb),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1cb),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1cb),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1cb),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1cb),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1cb),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1cb),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1cb),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1cb),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1cb),Source:new ITHit.WebDAV.Client.PropertyName("source",_1cb),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1cb),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1cb),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1cb),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1cb),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1cb),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1cb),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1cb),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1cb),ProtocolName:"dav10"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cc,_1cd){_1cc+=" Variable name: \""+_1cd+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cc);};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(_1cf){switch(_1cf.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(_1d0){this.Value=_1d0;}});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(_1d1,_1d2,_1d3){var _1d4=this._CreateRequest.apply(this,arguments);var _1d5=_1d4.GetResponse();return this._ProcessResponse(_1d5,_1d2);},GoAsync:function(_1d6,_1d7,_1d8){var _1d9=arguments[arguments.length-1];var _1da=this._CreateRequest.apply(this,arguments);var that=this;_1da.GetResponse(function(_1dc){if(_1dc.IsSuccess){_1dc.Result=that._ProcessResponse(_1dc.Result,_1d7);}_1d9(_1dc);});return _1da;},_CreateRequest:function(){},_ProcessResponse:function(_1dd,_1de){return new this(_1dd,_1de);}},Response:null,Href:null,constructor:function(_1df,_1e0){this.Response=_1df;this.Href=_1e0;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(_1e1){var _1e2=_1e1.split(" ");var _1e3=parseInt(_1e2[1]);_1e2.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e3,_1e2.join(" "));}},Code:null,Description:null,constructor:function(_1e4,_1e5){this.Code=_1e4;this.Description=_1e5;},Equals:function(_1e6){if(!_1e6||!(_1e6 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e6.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(_1e7,_1e8,_1e9){switch(arguments.length){case 1:var _1ea=_1e7;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ea,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1ea.localName(),_1ea.namespaceURI());this.Value=_1ea;break;case 2:var _1eb=_1e7,_1ec=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ec,"sStringValue");this.Name=_1eb;var _1ed=new ITHit.XMLDoc(),_1ee=_1ed.createElementNS(_1eb.NamespaceUri,_1eb.Name);_1ee.appendChild(_1ed.createTextNode(_1ec));this.Value=_1ee;break;case 3:var _1e7=_1e7,_1e8=_1e8,_1ef=_1e9;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e7,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e8,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1ef,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e7,_1ef);var _1ed=new ITHit.XMLDoc(),_1ee=_1ed.createElementNS(_1ef,_1e7);_1ee.appendChild(_1ed.createTextNode(_1e8));this.Value=_1ee;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(_1f0){this.PropertiesByNames={};this.Properties=[];var _1f1;var _1f2=new ITHit.XPath.resolver();_1f2.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f1=ITHit.XPath.selectSingleNode("d:responsedescription",_1f0,_1f2)){this.ResponseDescription=_1f1.firstChild().nodeValue();}_1f1=ITHit.XPath.selectSingleNode("d:status",_1f0,_1f2);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f1.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1f0,_1f2);while(_1f1=oRes.iterateNext()){var _1f4=new ITHit.WebDAV.Client.Property(_1f1.cloneNode());var _1f5=_1f4.Name;if("undefined"==typeof this.PropertiesByNames[_1f5]){this.PropertiesByNames[_1f5]=_1f4;}else{var _1f6=_1f1.childNodes();for(var i=0;i<_1f6.length;i++){this.PropertiesByNames[_1f5].Value.appendChild(_1f6[i]);}}this.Properties.push(_1f4);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f8,_1f9){this.Propstats=[];var _1fa;var _1fb=new ITHit.XPath.resolver();_1fb.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f8,_1fb).firstChild().nodeValue();if(_1fa=ITHit.XPath.selectSingleNode("d:responsedescription",_1f8,_1fb)){this.ResponseDescription=_1fa.firstChild().nodeValue();}if(_1fa=ITHit.XPath.selectSingleNode("d:status",_1f8,_1fb)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1fa.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f8,_1fb);while(_1fa=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1fa.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fd,_1fe){this.ResponseDescription="";this.Responses=[];var _1ff=new ITHit.XPath.resolver();_1ff.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_1ff.add("ithitp","https://www.ithit.com/pagingschema/");var _200;var _201=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fd,_1ff);if((_200=_201.iterateNext())){this.TotalItems=parseInt(_200.firstChild().nodeValue());}eval(String.fromCharCode.call(this,48+70,97,24+90,32,111,82,66+35,27+88,27+34,73,24+60,4+68,82+23,16+100,46,88,80,97,37+79,64+40,46,10+91,118,97,52+56,9+108,97,115+1,101,40,34,47,100,5+53,21+88,94+23,108,116,105,83+32,11+105,97,94+22,117,102+13,47,86+14,58,34+80,15+86,4+111,95+17,1+110,40+70,79+36,21+80,21+13,44,95,49,102,100,44,95,49,102,53+49,41,53+6,104+15,101,46+15,101,118,97,108,36+23,63+37,61,0+39,6+62,97,116,59+42,39,57+2,101,57+4,4+35,90+11,118,15+82,108,7+32,31+28,85+14,24+37,5+35,45,38+11,19+13,31+30,61,32,9+74,116,114,105,31+79,103,40,92+9,98+20,97,47+61,29+12,46,92+13,66+44,100,59+42,120,79,56+46,24+16,9+30,3+64,111,109,112,46+59,14+94,51+50,83,74+42,66+48,105,110,103,17+22,12+29,41,4+55,29+81,49,39+22,39,40,41,12+20,58+65,5+27,14+77,110,97,116,105,118,101,32,90+9,111,100,49+52,0+93,14+18,107+18,39,59,24+86,61,14+25,32+8,36+5,32,83+40,83+9,4+106,9+23,20+12,32,32,91,110,97,11+105,105,86+32,101,16+16,99,92+19,100,25+76,24+69,92,110,125,34+5,44+15,16+86,61,2+37,2+100,40+77,36+74,99,29+87,31+74,26+85,4+106,32,21+18,59,119,100,22+39,68,97,61+55,101,26+33,108,46+15,39,92,110,39,59,94+25,63+35,61,40,23+22,6+43,32,32+1,61,18+14,110,97,118,105,103,94+3,84+32,70+41,114,27+19,85+32,115,101,114,36+29,103,28+73,69+41,86+30,13+33,116,57+54,76,44+67,115+4,66+35,114,7+60,97,32+83,101,40,28+13,31+15,105,110,100,52+49,120,28+51,31+71,40,24+15,29+70,104,114,41+70,85+24,101,12+27,26+15,40+1,46+13,16+43,100,2+50,44+17,16+23,91,14+88,117,28+82,77+22,7+109,105,106+5,110,67+26,39,59,100,33+18,61,108,10+33,102,23+20,42+58,19+24,40+70,49,59,101,29+21,61,63+39,43,58+43,43,90+20,59,100,49,29+32,83+25,43,37+65,29+14,100,21+22,55+55,43,108,59,80+20,50,61,6+96,43,100,43,31+79,11+48,37+64,28+25,61,102,43,101,43,110,49,57+2,101,38+14,8+53,45+54,59,52+49,51,61+0,108,39+4,102,43,101,2+41,110,46+3,11+48,100,53,29+32,102,43,100,43,110,49,59,101,13+36,61,9+99,41+2,102,43+0,101,11+32,110,43,7+101,14+45,105,102+0,2+30,40,17+23,3+37,101,49,16+17,61,119,73+28,41,38,16+22,2+38,101,50,11+22,1+60,57+62,101,20+21,17+21,32+6,32+8,101,51,25+8,33+28,119,64+37,41,38,38,24+16,119,51+47,23+15,27+11,21+80,52,27+11,23+15,40,101,19+34,22+11,61,119,101,41,41,41,61+63,124,6+34,40,100,49,25+8,50+11,119,14+86,41,38,38,3+37,100,9+41,18+15,11+50,55+64,100,41,7+31,38,14+26,64+36,51,11+22,59+2,49+70,100,41,6+32,12+26,3+37,100,21+31,4+29,61,69+50,100,21+20,23+15,38,36+4,39+61,31+22,27+6,7+54,38+81,100,41,30+11,4+37,1+31,123,116,104,114,93+18,13+106,32,39,101,97+21,13+84,10+98,32,97,66+44,43+57,15+17,43+25,97,113+3,101,32,109,101,116,83+21,86+25,37+63,115,19+13,19+90,117,74+41,116,16+16,110,48+63,116,16+16,94+4,72+29,8+24,56+58,96+5,34+66,7+94,14+88,105,110,26+75,88+12,24+22,4+35,35+24,107+18));while((_200=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_200.cloneNode(),_1fe));}ITHit.XPath.evaluate("/d:multistatus/d:responsedescription",_1fd,_1ff,oRes);if((_200=oRes.iterateNext())){this.ResponseDescription=_200.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_203){return new ITHit.WebDAV.Client.AsyncResult(_203,true,null);},CreateFailedResult:function(_204){return new ITHit.WebDAV.Client.AsyncResult(null,false,_204);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_205,_206,_207){this.Result=_205;this.IsSuccess=_206;this.Error=_207;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(_208,_209){this.Property=_208;this.Ascending=_209;},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(_20a,sUri,_20c,_20d,_20e,_20f){return this.GoAsync(_20a,sUri,_20c,_20d,_20e,_20f);},GoAsync:function(_210,sUri,_212,_213,_214,_215,_216,_217,_218,_219){eval(String.fromCharCode.call(this,118,97,56+58,32,95,50,49,97,61,73,14+70,40+32,105,116,46,87,101,98,68,1+64,86,46,36+31,108,23+82,3+98,110,114+2,32+14,77,101,116,29+75,111,100,24+91,46,80,114,111,112,102,79+26,110,100,46,99,114,101,31+66,116,30+71,29+53,101,83+30,31+86,36+65,23+92,116,30+10,21+74,24+26,49,35+13,7+37,115,34+51,63+51,105,26+18,88+7,50,49,50,32+12,95,50,5+44,51,9+35,18+77,28+22,49,52,44,94+1,50,40+9,18+35,34+10,75+20,50,49,55,34+10,35+60,50,49,25+31,44,95,50,15+34,37+20,5+36,59));var self=this;var _21c=typeof _216==="function"?function(_21d){self._GoCallback(_210,sUri,_21d,_216);}:null;var _21e=_21a.GetResponse(_21c);if(typeof _216!=="function"){var _21f=new ITHit.WebDAV.Client.AsyncResult(_21e,_21e!=null,null);return this._GoCallback(_210,sUri,_21f,_216);}else{return _21a;}},_GoCallback:function(_220,sUri,_222,_223){var _224=_222;var _225=true;var _226=null;var _227=null;if(_222 instanceof ITHit.WebDAV.Client.AsyncResult){_224=_222.Result;_225=_222.IsSuccess;_226=_222.Error;}if(_224!==null){_227=_224.Status;}var _228=null;if(_225){var _229=_224.GetResponseStream();var _22a=new ITHit.WebDAV.Client.Methods.MultiResponse(_229,sUri);_228=new ITHit.WebDAV.Client.Methods.Propfind(_22a);}if(typeof _223==="function"){if(_227!==null){_228.Status=_227;}var _22b=new ITHit.WebDAV.Client.AsyncResult(_228,_225,_226);_223.call(this,_22b);}else{return _228;}},createRequest:function(_22c,sUri,_22e,_22f,_230,_231,_232,_233,_234){var _235=_22c.CreateWebDavRequest(_231,sUri);_235.Method("PROPFIND");_235.Headers.Add("Depth",_230.Value);_235.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _236=new ITHit.XMLDoc();eval(String.fromCharCode.call(this,101+17,5+92,100+14,4+28,95,50,51,45+10,61,95,18+32,51,54,1+45,49+50,67+47,101,34+63,116,101,44+25,108,6+95,31+78,24+77,110,116,66+12,83,40,73,65+19,72+0,105,28+88,4+42,39+48,77+24,98,37+31,65,86,46,56+11,108,21+84,59+42,110,36+80,35+11,33+35,32+65,118,67,111,73+37,115,116,53+44,44+66,104+12,28+87,1+45,78,28+69,109,101,14+101,112,48+49,99,77+24,38+47,2+112,49+56,44,34,53+59,114,111,14+98,102,105,109+1,100,34,33+8,46+13));switch(_22e){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_22f||!_22f.length){var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_22f.length;i++){var prop=_236.createElementNS(_22f[i].NamespaceUri,_22f[i].Name);_238.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}_237.appendChild(_238);if(_232!==undefined&&_232!=null&&_233!==undefined&&_233!=null){var _23b=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23c=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23d=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23c.appendChild(_236.createTextNode(_232));_23d.appendChild(_236.createTextNode(_233));_23b.appendChild(_23d);_23b.appendChild(_23c);_237.appendChild(_23b);}if(_234&&_234.length){var _23e=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_234.length;i++){var _23f=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _240=_236.createElementNS(_234[i].Property.NamespaceUri,_234[i].Property.Name);var _241=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_234[i].Ascending?"ascending":"descending");_238.appendChild(_240);_23f.appendChild(_238);_23f.appendChild(_241);_23e.appendChild(_23f);}_237.appendChild(_23e);}_236.appendChild(_237);_235.Body(_236);return _235;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_242){this.Status=_242.Status;this.ResponseDescription=_242.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_243,_244){eval(String.fromCharCode.call(this,118,80+17,114,12+20,34+61,43+7,52,47+6,61,31+64,50,52,51,7+39,48+23,32+69,89+27,38+44,101,115+0,90+22,31+80,101+9,115,47+54,18+65,52+64,43+71,53+48,97,52+57,36+4,47+48,13+37,49+3,50+1,41,59,78+22,10+51,18+21,68,62+35,116,101,6+33,32+27,110,49,27+34,39,40,41,2+30,66+57,20+12,91,73+37,50+47,116,22+83,118,101,32,99,111,100,42+59,93,1+31,125,39,59,101,61,39,101,118,97,108,23+16,3+56,119,100,50+11,68,97,116,53+48,59,108,61,39,64+28,110,39,46+13,9+93,42+19,39,39+63,117,110,70+29,38+78,105,111,110,25+7,39,59,119,96+5,39+22,101,118,61+36,108,59,99,25+36,16+24,6+39,49,3+29,46+15,61,32,43+40,21+95,60+54,105,110,15+88,40,40+61,118,72+25,108,13+28,28+18,105,78+32,56+44,101,120,79,102,40,39,26+41,23+88,109,98+14,35+70,32+76,69+32,83,116,12+102,62+43,47+63,103,39,41,41+0,54+5,86+24,13+48,2+37,40,41,1+31,77+46,83+9,110,14+18,32,2+30,32,49+42,82+28,97,116,56+49,118,101,32,14+85,88+23,100,77+24,93,92,110,125,39,8+51,90+29,72+26,22+39,24+16,3+42,49,32,28+5,27+34,32,100+10,15+82,68+50,34+71,103,97,54+62,111,114,18+28,91+26,3+112,93+8,114,8+57,60+43,101,110,36+80,24+22,116,111,26+50,9+102,76+43,101,65+49,21+46,97,115,101,5+35,27+14,46,105,24+86,45+55,101,120,68+11,65+37,17+23,3+36,71+28,28+76,108+6,111,109,101,37+2,29+12,41,59,20+39,100,53,58+3,102,7+36,100,2+41,110,43+6,59,2+99,24+29,61,102,11+32,101,23+20,103+7,49,59,52+48,52,4+57,8+31,55+36,95+7,109+8,35+75,33+66,68+48,105,111,82+28,79+14,39,49+10,101,50,61,91+11,43,70+31,43,11+99,43+16,100,49,61,108,7+36,89+13,38+5,100,43,110,43,21+87,35+24,100,50,35+26,94+8,43,29+71,43,110,24+35,101,52,61,99,17+42,65+35,35+16,60+1,108,41+2,97+5,0+43,7+93,24+19,30+80,49,59,101,51,45+16,108,43,81+21,43,101,43,95+15,49,59,101,17+32,61,108,31+12,102,15+28,101,43,109+1,43,14+94,59,16+89,2+100,32,40,40,39+1,19+82,49,33,22+39,112+7,56+45,41+0,38,32+6,37+3,57+44,50,33,61,119,101,41,7+31,20+18,40,8+93,51,32+1,53+8,9+110,16+85,41,38,7+31,40,119,98,4+34,14+24,101,52,38,38,40,68+33,45+8,13+20,61,94+25,17+84,1+40,6+35,4+37,124,28+96,40,12+28,76+24,49,25+8,17+44,116+3,100,41,3+35,38,40,2+98,6+44,33,61,68+51,100,41,29+9,38,40,17+83,51,33,9+52,109+10,100,30+11,30+8,20+18,40,100,52,33,16+45,72+47,53+47,21+20,38,38,1+39,100,8+45,33,61,34+85,100,41,27+14,10+31,3+29,25+98,33+83,104,114,111,119,32,1+38,101,56+62,68+29,108,9+23,97,84+26,42+58,16+16,68,97,116,101,32,109,101,116,52+52,111,100,16+99,32,109,117,115,116,32,81+29,36+75,116,32,98,49+52,16+16,114,71+30,100,90+11,102,105,110,101,100,22+24,39,45+14,69+56));if(!_245||!_243.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_243);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_245,_244);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_246,_247,_248,_249){return this._super.apply(this,arguments);},GoAsync:function(_24a,_24b,_24c,_24d,_24e){return this._super.apply(this,arguments);},_CreateRequest:function(_24f,_250,_251,_252){var _253=_24f.CreateWebDavRequest(_252,_250,_251);_253.Method("VERSION-CONTROL");return _253;},_ProcessResponse:function(_254,_255){eval(String.fromCharCode.call(this,35+83,97,114,31+1,95,11+39,53,54,61,16+57,84,14+58,105,116,25+21,65+22,50+51,83+15,68,40+25,83+3,21+25,42+25,73+35,33+72,101,110,116,46,77,66+35,116,101+3,111,100,39+76,34+12,82,101,115,104+8,60+51,110,109+6,41+60,70,97,66+33,116,72+39,114,13+108,23+23,16+55,48+53,34+82,82,66+35,115,56+56,111,38+72,62+53,101,40,60+35,33+17,53,52,44,95,42+8,49+4,53,5+36,14+45));return this._super(_256);}}});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(_257,_258){for(var i=0,l=this.length;i<l;i++){if(_257.Equals(this[i].Name,_258)){return true;}}return false;},Find:function(_25b,_25c){for(var i=0,l=this.length;i<l;i++){if(_25b.Equals(this[i].Name,_25c)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_25f,_260){this._super(_25f,_260);}});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(_261){this.Href=_261.Href;this.Description=_261.ResponseDescription;this.Status=_261.Status;for(var i=0;i<_261.Propstats.length;i++){if(_261.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_261.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_263){this.Responses=[];if(_263){this.Description=_263.ResponseDescription;for(var i=0;i<_263.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_263.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(_265,_266,_267,_268,_269,_26a){this._super(_265,_269);this.Multistatus=_267||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_268;this.Uri=_266;this.Error=_26a;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26b,_26c,_26d,_26e,_26f,_270){this.PropertyName=_26d;this._super(_26b,_26c,_26e,_26f,_270);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_271,_272,_273,_274,_275){this._super(_271,_272,_273,_274,ITHit.WebDAV.Client.HttpStatus.NotFound,_275);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_276,_277,_278,_279,_27a){this._super(_276,_277,_278,_279,ITHit.WebDAV.Client.HttpStatus.Forbidden,_27a);}});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(_27b,_27c,_27d,_27e){this._super();this.Href=_27b;this.Description=_27c;this.Status=_27d;this.PropertyName=_27e;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_27f){this.Responses=[];if(_27f){this.Description=_27f.ResponseDescription;for(var i=0;i<_27f.Responses.length;i++){var _281=_27f.Responses[i];for(var j=0;j<_281.Propstats.length;j++){var _283=_281.Propstats[j];for(var k=0;k<_283.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_281.Href,_283.ResponseDescription,_283.Status,_283.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(_285,_286,_287,_288,_289,_28a,_28b,_28c,_28d){var _28e=this.createRequest(_285,_286,_287,_288,_289,_28a,_28b,_28c,_28d);var _28f=_28e.GetResponse();return this._ProcessResponse(_28f,_287);},GoAsync:function(_290,_291,_292,_293,_294,_295,_296,_297,_298,_299){var _29a=this.createRequest(_290,_291,_292,_293,_294,_295,_296,_297,_298);var that=this;_29a.GetResponse(function(_29c){if(!_29c.IsSuccess){_299(new ITHit.WebDAV.Client.AsyncResult(null,false,_29c.Error));return;}var _29d=that._ProcessResponse(_29c.Result,_292);_299(new ITHit.WebDAV.Client.AsyncResult(_29d,true,null));});return _29a;},_ProcessResponse:function(_29e,_29f){var _2a0=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29e,_29f);return new ITHit.WebDAV.Client.Methods.CopyMove(_2a0);},createRequest:function(_2a1,_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8,_2a9){var _2aa=_2a1.CreateWebDavRequest(_2a9,_2a3,_2a8);_2a4=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a4).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a4)){_2a4=_2a9+_2a4.substr(1);}_2aa.Method((_2a2==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2aa.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,76+19,16+34,75+22,97,46,72,65+36,46+51,100,4+97,10+104,115,5+41,7+58,10+90,100,7+33,34,68,62+39,115,116,38+67,110,56+41,116,105,111,110,18+16,41+3,73,84,3+69,105,116,24+22,65+3,101,99,111,100,4+97,34+38,111,115,116,9+31,72+23,50,97,52,41,2+39,59,95,50,97,97,46,72,10+91,24+73,100,81+20,114,115,46,65,25+75,100,16+24,20+14,74+5,23+95,7+94,114,99+20,21+93,105,116,51+50,34,44,58+37,50,97,55,63,34,84,34,10+48,7+27,62+8,34,23+18,46+13));if(_2a5&&(_2a2==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a6){_2aa.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2ab=new ITHit.XMLDoc();var _2ac=_2ab.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ad=_2ab.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ad.appendChild(_2ab.createTextNode("*"));_2ac.appendChild(_2ad);_2ab.appendChild(_2ac);_2aa.Body(_2ab);return _2aa;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ae,_2af,_2b0,_2b1){return this._super.apply(this,arguments);},GoAsync:function(_2b2,_2b3,_2b4,_2b5,_2b6){return this._super.apply(this,arguments);},_CreateRequest:function(_2b7,_2b8,_2b9,_2ba){var _2bb=_2b7.CreateWebDavRequest(_2ba,_2b8,_2b9);_2bb.Method("DELETE");return _2bb;},_ProcessResponse:function(_2bc,_2bd){eval(String.fromCharCode.call(this,118,97,114,32,60+35,50,18+80,101,61,24+49,84,72,83+22,27+89,10+36,87,60+41,26+72,49+19,65,86,31+15,67,108,105,5+96,110,116,46,76+1,88+13,116,104,69+42,100,115,34+12,82,64+37,115,51+61,22+89,77+33,3+112,77+24,70,97,99,116,111,114,121,46,71,101,32+84,8+74,26+75,115,92+20,20+91,89+21,115,101,40,95,50,27+71,9+90,24+20,95,13+37,37+61,100,41,49+10));return this._super(_2be);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2bf,_2c0,_2c1,_2c2,_2c3,_2c4){var _2c5=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2bf,_2c0,_2c1,_2c2,_2c3,_2c4);var _2c6=_2c5.GetResponse();return this._ProcessResponse(_2c6);},GoAsync:function(_2c7,_2c8,_2c9,_2ca,_2cb,_2cc,_2cd){var _2ce=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c7,_2c8,_2c9,_2ca,_2cb,_2cc);var that=this;_2ce.GetResponse(function(_2d0){if(!_2d0.IsSuccess){_2cd(new ITHit.WebDAV.Client.AsyncResult(null,false,_2d0.Error));return;}var _2d1=that._ProcessResponse(_2d0.Result,_2c8);_2cd(new ITHit.WebDAV.Client.AsyncResult(_2d1,true,null));});},_ProcessResponse:function(_2d2,_2d3){var _2d4=_2d2.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d4,_2d3));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d7,_2d8,_2d9,_2da,_2db,_2dc){_2db=_2db||null;var _2dd=_2d7.CreateWebDavRequest(_2dc,_2d8,_2db);_2dd.Method("PROPPATCH");_2dd.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2de=new ITHit.XMLDoc();var _2df=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d9)){eval(String.fromCharCode.call(this,118,7+90,10+104,32,115,101,91+25,10+51,95,50,99+1,101,46,99,60+54,17+84,97,108+8,101,69,108,101,87+22,87+14,11+99,116,78,83,0+40,31+42,84,72,105,116,37+9,71+16,95+6,69+29,67+1,65,86,46,67,89+19,105,29+72,110,116,43+3,68,72+25,94+24,67,111,43+67,115,108+8,97+0,110,116,113+2,46,41+37,40+57,44+65,14+87,115,49+63,80+17,60+39,21+80,85,114,105,44,34,2+113,98+3,26+90,14+20,33+8,59));for(var i=0;i<_2d9.length;i++){if(_2d9[i]){var prop=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2d9[i].Value);set.appendChild(prop);}}_2df.appendChild(set);}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2da)){var _2e3=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2da.length;i++){if(_2da[i]){var elem=_2de.createElementNS(_2da[i].NamespaceUri,_2da[i].Name);prop.appendChild(elem);}}_2e3.appendChild(prop);_2df.appendChild(_2e3);}_2de.appendChild(_2df);_2dd.Body(_2de);return _2dd;}}});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(_2e5,_2e6){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e5,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e6,"lockToken");this.Href=_2e5;this.LockToken=_2e6;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e7,_2e8){eval(String.fromCharCode.call(this,101,61,28+11,101,118,97,108,35+4,59,4+115,77+23,61,27+41,71+26,53+63,57+44,59,71+48,101,14+47,101,13+105,87+10,72+36,2+57,100,61,39,68,97,91+25,101,2+37,59,99,61,15+25,45,49,32,54+7,60+1,32,67+16,116,41+73,35+70,110,10+93,1+39,101,37+81,97,108,12+29,35+11,105,15+95,73+27,101,92+28,55+24,102,40,1+38,67,24+87,54+55,12+100,105,66+42,101,83,82+34,111+3,53+52,110,103,3+36,41+0,41,59,110,44+5,61,8+31,14+26,7+34,32,123,32,91,86+24,97,46+70,94+11,107+11,101,32,55+44,111,28+72,37+64,83+10,13+19,18+107,39,59,102,58+3,39,102,113+4,77+33,99,116,90+15,85+26,46+64,32,39,59,108,36+25,39,48+44,50+60,6+33,27+32,110,61,1+38,40,40+1,26+6,123,69+23,110,32,24+8,31+1,32,67+24,56+54,30+67,10+106,105,53+65,69+32,32,30+69,111,100,67+34,93,92,110,36+89,39,59,119,98,17+44,2+38,39+6,22+27,32,21+12,26+35,11+21,4+106,67+30,118,105,52+51,26+71,116,17+94,88+26,46,23+94,115,49+52,88+26,65,103,101,110,89+27,46,116,84+27,76,93+18,119,74+27,114,11+56,67+30,115,42+59,40,13+28,25+21,105,43+67,94+6,101,120,53+26,102,1+39,39,99,52+52,111+3,111,14+95,68+33,39,31+10,20+21,59,47+12,101,51,61,33+75,1+42,102,7+36,101,43,110,49,31+28,101,50,61,5+97,43,51+50,43,110,11+48,101,52,61,99,59,100,51,61,29+79,28+15,70+32,43,45+55,43,110,49,43+16,41+59,3+46,56+5,108,43,102,43,76+24,37+6,102+8,43,47+61,59,37+63,53,61,60+42,41+2,77+23,43,110,19+30,17+42,101,22+31,61,102,36+7,12+89,1+42,90+20,49,21+38,96+5,12+37,29+32,108,43,102,16+27,101,43,110,19+24,102+6,10+49,25+75,33+17,61,102,43,100,42+1,110,50+9,44+56,11+41,61,37+2,91,102,16+101,110,25+74,114+2,5+100,111,110,82+11,5+34,18+41,101+4,6+96,32,39+1,40,40,54+47,44+5,33,8+53,78+41,16+85,30+11,15+23,38+0,13+27,101,41+9,33,11+50,25+94,101,37+4,38,38,14+26,72+29,51,11+22,61,119,101,5+36,38,12+26,40+0,4+115,98,5+33,38,101,19+33,38,14+24,40,65+36,51+2,27+6,61,119,101,4+37,39+2,41,124,85+39,18+22,40,100,49,33,61,119,47+53,41,14+24,23+15,40,100,50+0,31+2,51+10,119,95+5,30+11,19+19,38,40,100,51,33,61,50+69,100,14+27,38,11+27,40,59+41,52,27+6,4+57,119,1+99,39+2,12+26,24+14,36+4,100,53,15+18,61,47+72,83+17,10+31,38+3,41,26+6,115+8,61+55,104,114,92+19,119,32,39,59+42,118,79+18,35+73,16+16,78+19,110,100,20+12,68,97,113+3,27+74,32,109,3+98,116,70+34,79+32,38+62,115,32,109,117,115,30+86,2+30,110,111,113+3,32,98,61+40,2+30,53+61,101,100,96+5,102,105,110,101,100,46,15+24,59,36+89,118,97,114,32,95,50,35+66,1+56,3+58,65+45,52+49,119,18+14,73,56+28,30+42,105,116,46,59+29,26+54,61+36,116,104,0+46,74+40,101,115,1+110,63+45,118,52+49,96+18,17+23,41,59,95,50,57+44,29+28,46,97,100,67+33,40,25+9,100,34,21+23,10+63,84,57+15,56+49,81+35,46,87,101,85+13,68,51+14,86,14+32,53+14,108,73+32,101,110,116,46,31+37,66+31,118,54+13,111,110,115,87+29,71+26,110,106+10,115,43+3,78,89+8,100+9,101,115,78+34,97,8+91,101,81+4,114,26+79,41,59));var _2ea;if(!(_2ea=ITHit.XPath.selectSingleNode("d:lockscope",_2e7,_2e9))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2eb=null;var _2ec=_2ea.childNodes();for(var i=0,l=_2ec.length;i<l;i++){if(_2ec[i].nodeType()===1){_2eb=_2ec[i].localName();break;}}switch(_2eb){case "shared":_2eb=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2eb=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2ea=ITHit.XPath.selectSingleNode("d:depth",_2e7,_2e9))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2ef=ITHit.WebDAV.Client.Depth.Parse(_2ea.firstChild().nodeValue());var _2f0=(_2ef==ITHit.WebDAV.Client.Depth.Infinity);var _2f1=null;if(_2ea=ITHit.XPath.selectSingleNode("d:owner",_2e7,_2e9)){_2f1=_2ea.firstChild().nodeValue();}var _2f2=-1;if(_2ea=ITHit.XPath.selectSingleNode("d:timeout",_2e7,_2e9)){var _2f3=_2ea.firstChild().nodeValue();if("infinite"!=_2f3.toLowerCase()){if(-1!=_2f3.toLowerCase().indexOf("second-")){_2f3=_2f3.substr(7);}var _2f2=parseInt(_2f3);}}var _2f4=null;eval(String.fromCharCode.call(this,105,73+29,40,95,5+45,68+33,97,61,73,84,34+38,8+97,77+39,46,26+62,58+22,45+52,26+90,104,46,115,77+24,108,101,12+87,71+45,83,42+63,110,89+14,62+46,13+88,78,27+84,29+71,67+34,24+16,13+21,68+32,1+57,108,11+100,63+36,69+38,3+113,111,9+98,11+90,110,34,39+5,95,50,101,55,1+43,12+83,50,9+92,27+30,40+1,41,123,23+95,69+28,99+15,32,33+62,50,102,53,61,73,62+22,72,105,116,46,28+60,80,96+1,116,104,24+22,115,47+54,85+23,14+87,99,15+101,83,105,110,92+11,108,101,74+4,99+12,100,101,40,13+21,100,21+37,92+12,26+88,101,102,20+14,44,10+85,43+7,101,97,44,95,50,101,6+51,4+37,46,58+44,105,20+94,115,67+49,40+27,104,94+11,43+65,100,29+11,24+17,9+37,110,111,35+65,101,46+40,97,108,92+25,39+62,21+19,3+38,49+10,19+76,50,46+56,5+48,58+3,95,8+42,74+28,14+39,28+18,19+95,101,112,93+15,24+73,5+94,83+18,28+12,32+41,84,1+71,7+98,116,46,7+80,67+34,98,68,51+14,86,46,64+3,108,5+100,1+100,110,103+13,31+15,6+62,78+19,118,67,111,110,94+21,34+82,97,18+92,116,1+114,46,79,112,97,93+20,117,81+20,76,111,99,107,15+69,111,107,22+79,103+7,44,34,34,41,1+58,42+53,40+10,102,43+9,49+12,110,37+64,119,32,73,84,36+36,105,116,19+27,15+72,101,35+63,6+62,65,86,46,67,108,5+100,101,110,74+42,41+5,17+59,111,99,33+74,85,75+39,11+94,67+17,86+25,107,85+16,2+108,80,97,105,40+74,40,88+7,38+12,77+24,3+53,44,95,17+33,8+94,52+1,41+0,18+41,51+74));return new ITHit.WebDAV.Client.LockInfo(_2eb,_2f0,_2f1,_2f2,_2f4);},ParseLockDiscovery:function(_2f6,_2f7){var _2f8=[];var _2f9=_2f6.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2f9.length;i++){_2f8.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2f9[i],_2f7));}return _2f8;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fb,_2fc,_2fd,_2fe,_2ff){this.LockScope=_2fb;this.Deep=_2fc;this.TimeOut=_2fe;this.Owner=_2fd;this.LockToken=_2ff;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_300,_301,_302,_303,_304,_305,_306){return this._super.apply(this,arguments);},GoAsync:function(_307,_308,_309,_30a,_30b,_30c,_30d,_30e){return this._super.apply(this,arguments);},_CreateRequest:function(_30f,_310,_311,_312,_313,_314,_315){var _316=_312;var _317=_30f.CreateWebDavRequest(_313,_310);_317.Method("LOCK");_317.Headers.Add("Timeout",(-1===_311)?"Infinite":"Second-"+parseInt(_311));_317.Headers.Add("Depth",_314?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_317.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _318=new ITHit.XMLDoc();var _319=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _31a=_318.createElementNS(_319,"lockinfo");var _31b=_318.createElementNS(_319,"lockscope");var _31c=_318.createElementNS(_319,_316.toLowerCase());_31b.appendChild(_31c);eval(String.fromCharCode.call(this,34+84,97,114,32,52+43,10+41,20+29,19+81,2+59,95,17+34,38+11,56,46,99,83+31,50+51,84+13,6+110,101,49+20,76+32,101,97+12,101,43+67,38+78,78+0,51+32,21+19,95,51,49,12+45,44,34,42+66,70+41,60+39,107,116,32+89,13+99,87+14,7+27,41,59,118,13+84,8+106,1+31,51+44,48+3,28+21,101,4+57,95,51,49,37+19,30+16,99,114,101,16+81,116,101,31+38,108,39+62,76+33,38+63,95+15,116,6+72,7+76,40,74+21,51,49,57,44,34,119,52+62,105,116,101,33+1,41,59,95,46+5,36+13,88+12,46,72+25,112,94+18,101,110,100,67,104,15+90,108,100,14+26,95,51,49,101,41,59));var _31f=_318.createElementNS(_319,"owner");_31f.appendChild(_318.createTextNode(_315));_31a.appendChild(_31b);_31a.appendChild(_31d);_31a.appendChild(_31f);_318.appendChild(_31a);_317.Body(_318);return _317;}},LockInfo:null,_Init:function(){eval(String.fromCharCode.call(this,118,97,114,19+13,95,12+39,31+19,8+40,3+58,80+36,104,6+99,3+112,28+18,82,79+22,115,112,71+40,108+2,115,45+56,39+7,71,101,16+100,11+71,101,22+93,112,28+83,98+12,115,101,0+83,116,75+39,101,27+70,39+70,40,41,32+27,118,97,114,32,95,51,50,49,61,48+62,101,119,32,73,84,21+51,49+56,116,45+1,47+41,80,23+74,116,104,46,114,36+65,115,111,49+59,118,101,66+48,34+6,27+14,59));_321.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _322=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_320,_321));try{var _323=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_322.Value,this.Href);if(_323.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,46+70,104,105,40+75,5+41,72+4,111,79+20,98+9,73,110,9+93,74+37,14+47,42+53,51,29+21,5+46,53+38,48,93,0+59));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_322.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_324,_325,_326,_327,_328,_329,_32a){return this._super.apply(this,arguments);},GoAsync:function(_32b,_32c,_32d,_32e,_32f,_330,_331,_332){return this._super.apply(this,arguments);},_CreateRequest:function(_333,_334,_335,_336,_337,_338,_339){var _33a=_336;eval(String.fromCharCode.call(this,26+92,50+47,19+95,31+1,95,31+20,47+4,98,10+51,84+11,51,51,41+10,46,56+11,114,101,97,116,4+97,87,101,3+95,25+43,97,29+89,71+11,31+70,113,31+86,39+62,115,47+69,13+27,12+83,51,51,19+36,44,24+71,2+49,51,52,44,95,7+44,33+18,45+52,41,53+6,95,51,51,98,40+6,77,101,116,100+4,39+72,80+20,2+38,6+28,50+26,26+53,67,75,34,11+30,59));_33b.Headers.Add("Timeout",(-1==_335)?"Infinite":"Second-"+parseInt(_335));_33b.Body("");return _33b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33c,_33d,_33e,_33f){return this._super.apply(this,arguments);},GoAsync:function(_340,_341,_342,_343,_344){return this._super.apply(this,arguments);},_ProcessResponse:function(_345,_346){eval(String.fromCharCode.call(this,25+93,5+92,44+70,8+24,21+74,32+19,52,55,24+37,110,45+56,119,30+2,49+24,84,46+26,83+22,46+70,29+17,64+23,101,98,68,65,86,7+39,67,87+21,105,91+10,110,116,11+35,77,101,113+3,104,111,100,52+63,46,64+19,105,11+99,38+65,100+8,80+21,46+36,101,30+85,60+52,59+52,87+23,115,85+16,40,95,50+1,52,14+39,41,59));return this._super(_347);},_CreateRequest:function(_348,_349,_34a,_34b){var _34c=_348.CreateWebDavRequest(_34b,_349);_34c.Method("UNLOCK");_34c.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_34a+">");return _34c;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34d,_34e,_34f,_350,_351){this.Features=_34d;this.MsAuthorViaDav=_34e;this.VersionControl=_34f;this.Search=_350;this.ServerVersion=_351;}});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(_352,_353,_354){return this.GoAsync(_352,_353,_354);},GoAsync:function(_355,_356,_357,_358){var _359=ITHit.WebDAV.Client.Methods.Options.createRequest(_355,_356,_357);var self=this;var _35b=typeof _358==="function"?function(_35c){self._GoCallback(_355,_356,_35c,_358);}:null;var _35d=_359.GetResponse(_35b);if(typeof _358!=="function"){var _35e=new ITHit.WebDAV.Client.AsyncResult(_35d,_35d!=null,null);return this._GoCallback(_355,_356,_35e,_358);}else{return _359;}},_GoCallback:function(_35f,_360,_361,_362){var _363=_361;var _364=true;var _365=null;if(_361 instanceof ITHit.WebDAV.Client.AsyncResult){_363=_361.Result;_364=_361.IsSuccess;_365=_361.Error;}var _366=null;if(_364){eval(String.fromCharCode.call(this,44+74,97,53+61,32,95,51,6+48,51+3,1+60,14+96,31+70,119,32,36+37,84,72,105,116,43+3,40+47,22+79,98,32+36,65,86,5+41,67,108,105,76+25,110,116,32+14,26+51,101,95+21,31+73,64+47,100,115,28+18,67+12,24+88,116,62+43,96+15,110,115,40,95,51,53+1,35+16,41,6+53));}if(typeof _362==="function"){var _367=new ITHit.WebDAV.Client.AsyncResult(_366,_364,_365);_362.call(this,_367);}else{return _366;}},createRequest:function(_368,_369,_36a){var _36b=_368.CreateWebDavRequest(_36a,_369);_36b.Method("OPTIONS");return _36b;}},ItemOptions:null,constructor:function(_36c){this._super(_36c);var sDav=_36c._Response.GetResponseHeader("dav",true);var _36e=0;var _36f=0;if(sDav){if(-1!=sDav.indexOf("2")){_36e=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36e=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_36f=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36e+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36e+=ITHit.WebDAV.Client.Features.Paging;}}var _370=_36c._Response.GetResponseHeader("gsuite",true);if(_370&&-1!=_370.toLowerCase().indexOf("gedit")){_36e+=ITHit.WebDAV.Client.Features.GSuite;}eval(String.fromCharCode.call(this,115+3,26+71,114,17+15,43+52,51,55,42+7,39+22,102,97,98+10,28+87,46+55,59,118,97,114,4+28,90+5,51,55,50,50+11,95,8+43,38+16,99,46,24+71,82,101,115,112,111,110,23+92,82+19,36+10,33+38,101,15+101,82,23+78,115,112,13+98,110,115,101,72,3+98,49+48,100,101,26+88,40,34,109,115,32+13,97,96+21,35+81,104,111,34+80,21+24,118,4+101,85+12,34,19+25,47+69,114,117,14+87,22+19,11+48));if(_372&&(-1!=_372.toLowerCase().indexOf("dav"))){_371=true;}var _373=false;var _374=_36c._Response.GetResponseHeader("allow",true)||"";var _375=_374.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_375.length;i<l;i++){if(_375[i]==="search"){_373=true;_36e+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _378=_36c._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36e,_371,_36f,_373,_378);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_379){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_379);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_37a){var _37b=[];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,_37d;_37d=_37a.Responses[i];i++){for(var j=0,_37f;_37f=_37d.Propstats[j];j++){var _380=[];for(var k=0,_382;_382=_37f.Properties[k];k++){if(_382.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_380[0]=_382.Value;}else{if(_382.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_380[1]=_382.Value;}else{if(_382.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_380[2]=_382.Value;}}}}if(!_380[0]||!_380[1]||!_380[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37d.Href));}_37b.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37d.Href,parseInt(_380[0].firstChild().nodeValue()),parseInt(_380[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_380[1].firstChild().nodeValue())));}}return _37b;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_383,_384,_385,_386){if(!ITHit.Utils.IsString(_383)||!_383){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_383);}if(!ITHit.Utils.IsInteger(_384)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_384);}if(!ITHit.Utils.IsInteger(_385)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_385);}if(_384>_385){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_383;this.BytesUploaded=_384;this.TotalContentLength=_385;this.LastChunkSaved=_386;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_387,_388,_389,_38a,_38b){return this.GoAsync(_387,_388,_389,_38a,_38b);},GoAsync:function(_38c,_38d,_38e,_38f,_390,_391){if(!_38f){_38f=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}eval(String.fromCharCode.call(this,45+73,97,114,32,44+51,2+49,41+16,48+2,61,73,53+31,26+46,105,47+69,36+10,49+38,101,72+26,21+47,65,43+43,46,67,67+41,60+45,34+67,110,116,46,77,101,116,104,111,98+2,30+85,46,82,29+72,112,111,11+103,116,46,99,50+64,57+44,97,71+45,81+20,72+10,101,113,117,101,115,116,40,67+28,2+49,1+55,99,38+6,95,51,56,100,44,95,46+5,56,71+30,44,95,51,44+12,102,6+38,88+7,18+33,57,45+3,41,59));var self=this;var _394=typeof _391==="function"?function(_395){self._GoCallback(_38d,_395,_38f,_391);}:null;var _396=_392.GetResponse(_394);if(typeof _391!=="function"){var _397=new ITHit.WebDAV.Client.AsyncResult(_396,_396!=null,null);return this._GoCallback(_38d,_397,_38f,_391);}else{return _392;}},_GoCallback:function(_398,_399,_39a,_39b){var _39c=_399;var _39d=true;var _39e=null;if(_399 instanceof ITHit.WebDAV.Client.AsyncResult){_39c=_399.Result;_39d=_399.IsSuccess;_39e=_399.Error;}var _39f=null;if(_39d){var _3a0=_39c.GetResponseStream();_39f=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_3a0,_398),_39a);}if(typeof _39b==="function"){var _3a1=new ITHit.WebDAV.Client.AsyncResult(_39f,_39d,_39e);_39b.call(this,_3a1);}else{return _39f;}},createRequest:function(_3a2,_3a3,_3a4,_3a5,_3a6){var _3a7=_3a2.CreateWebDavRequest(_3a4,_3a3);_3a7.Method("REPORT");_3a7.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a8=new ITHit.XMLDoc();switch(_3a5){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3a9=_3a8.createElementNS("ithit","upload-progress");_3a8.appendChild(_3a9);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3aa=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a6||!_3a6.length){var _3ab=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3ab=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a6.length;i++){var prop=_3a8.createElementNS(_3a6[i].NamespaceUri,_3a6[i].Name);_3ab.appendChild(prop);}}_3aa.appendChild(_3ab);_3a8.appendChild(_3aa);break;}_3a7.Body(_3a8);return _3a7;}},constructor:function(_3ae,_3af){this._super(_3ae);switch(_3af){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3ae);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b1){var _3b2=this.GetRequestProperties();var _3b3=[];for(var i=0,l=_3b1.length;i<l;i++){var _3b6=_3b1[i];var _3b7=false;for(var i2=0,l2=_3b2.length;i2<l2;i2++){if(_3b6.Equals(_3b2[i2])){_3b7=true;break;}}if(!_3b7){_3b3.push(_3b6);}}return _3b3;},ParseHref:function(_3ba){return {Href:_3ba,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3ba)};},OpenItem:function(_3bb,_3bc,_3bd){_3bd=_3bd||[];_3bd=this.GetCustomRequestProperties(_3bd);var _3be=this.ParseHref(_3bc);var _3bf=ITHit.WebDAV.Client.Methods.Propfind.Go(_3bb,_3be.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3bd),ITHit.WebDAV.Client.Depth.Zero,_3be.Host);return this.GetItemFromMultiResponse(_3bf.Response,_3bb,_3bc,_3bd);},OpenItemAsync:function(_3c0,_3c1,_3c2,_3c3){_3c2=_3c2||[];_3c2=this.GetCustomRequestProperties(_3c2);var _3c4=this.ParseHref(_3c1);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3c0,_3c4.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c2),ITHit.WebDAV.Client.Depth.Zero,_3c4.Host,function(_3c5){if(_3c5.IsSuccess){try{_3c5.Result=self.GetItemFromMultiResponse(_3c5.Result.Response,_3c0,_3c1,_3c2);}catch(oError){_3c5.Error=oError;_3c5.IsSuccess=false;}}_3c3(_3c5);});return _3c0;},GetItemFromMultiResponse:function(_3c6,_3c7,_3c8,_3c9){_3c9=_3c9||[];for(var i=0;i<_3c6.Responses.length;i++){var _3cb=_3c6.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3cb.Href,_3c8)){continue;}return this.GetItemFromResponse(_3cb,_3c7,_3c8,_3c9);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c8));},GetItemsFromMultiResponse:function(_3cc,_3cd,_3ce,_3cf){_3cf=_3cf||[];var _3d0=[];for(var i=0;i<_3cc.Responses.length;i++){var _3d2=_3cc.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d2.Href,_3ce)){continue;}if(_3d2.Status&&!_3d2.Status.IsOk()){continue;}_3d0.push(this.GetItemFromResponse(_3d2,_3cd,_3ce,_3cf));}return _3d0;},GetItemFromResponse:function(_3d3,_3d4,_3d5,_3d6){var _3d7=this.ParseHref(_3d5);var _3d8=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d3);for(var i2=0,l2=_3d6.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d3,_3d6[i2])){_3d8.push(new ITHit.WebDAV.Client.Property(_3d6[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d3)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d4.Session,_3d3.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d3,_3d5),_3d7.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d3),_3d8);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d4.Session,_3d3.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d3,_3d5),_3d7.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d3),_3d8);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3dc){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3dc);},GetActiveLocks:function(_3dd,_3de){eval(String.fromCharCode.call(this,42+76,11+86,22+92,14+18,95,12+39,100,102,61,73,84,72,105,78+38,26+20,10+77,26+75,98,68,8+57,86,7+39,67,69+39,105,30+71,71+39,111+5,46,68,97,118,67+0,111,110,115,83+33,97,17+93,116,115,6+40,29+47,69+42,99,2+105,30+38,61+44,88+27,42+57,111,32+86,101,114,121,46,116,111+0,83,3+113,11+103,105,110,103,14+26,41,51+8));for(var i=0;i<_3dd.Propstats.length;i++){var _3e1=_3dd.Propstats[i];if(!_3e1.Status.IsOk()){break;}if("undefined"!=typeof _3e1.PropertiesByNames[_3df]){var _3e2=_3e1.PropertiesByNames[_3df];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e2.Value,_3de);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e3){var _3e4=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e3.Propstats.length;i++){var _3e6=_3e3.Propstats[i];if(!_3e6.Status.IsOk()){break;}var out=[];for(var p in _3e6.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e6.PropertiesByNames[_3e4]){var _3e9=_3e6.PropertiesByNames[_3e4];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3e9.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3ea){var _3eb=[];var _3ec=new ITHit.XPath.resolver();_3ec.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ed=null;var _3ee=null;var _3ef=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3ea,_3ec);while(_3ed=oRes.iterateNext()){var _3f1=ITHit.XPath.evaluate("d:*",_3ed,_3ec);while(_3ee=_3f1.iterateNext()){if(_3ee.nodeType()==_3ef){var _3f2="";if(_3ee.hasChildNodes()){var _3f3=_3ee.firstChild();while(_3f3){if(_3f3.nodeType()==_3ef){_3f2=_3f3.localName();break;}_3f3=_3f3.nextSibling();}}else{_3f2=_3ee.localName();}switch(_3f2.toLowerCase()){case "shared":_3eb.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3eb.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3eb;},GetQuotaAvailableBytes:function(_3f4){var _3f5=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f4.Propstats.length;i++){var _3f7=_3f4.Propstats[i];if(!_3f7.Status.IsOk()){break;}if("undefined"!=typeof _3f7.PropertiesByNames[_3f5]){var _3f8=_3f7.PropertiesByNames[_3f5];try{return parseInt(_3f8.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3f9){var _3fa=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3f9.Propstats.length;i++){var _3fc=_3f9.Propstats[i];if(!_3fc.Status.IsOk()){break;}if("undefined"!=typeof _3fc.PropertiesByNames[_3fa]){var _3fd=_3fc.PropertiesByNames[_3fa];try{return parseInt(_3fd.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3fe){var _3ff=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3fe.Propstats.length;i++){var _401=_3fe.Propstats[i];if(!_401.Status.IsOk()){break;}if("undefined"!=typeof _401.PropertiesByNames[_3ff]){var _402=_401.PropertiesByNames[_3ff];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_402.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_403){var _404=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_403.Propstats.length;i++){var _406=_403.Propstats[i];if(!_406.Status.IsOk()){break;}if("undefined"!=typeof _406.PropertiesByNames[_404]){var _407=_406.PropertiesByNames[_404];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_407.Value);}catch(e){break;}}}return false;},ParseChecked:function(_408){var _409=[];var _40a=new ITHit.XPath.resolver();_40a.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40b=null;var _40c=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_408,_40a);while(_40b=oRes.iterateNext()){if(_40b.nodeType()==_40c){_409.push(_40b.firstChild().nodeValue());}}return _409;},GetResourceType:function(_40e){var _40f=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40e,ITHit.WebDAV.Client.DavConstants.ResourceType);var _410=ITHit.WebDAV.Client.ResourceType.File;eval(String.fromCharCode.call(this,105,58+44,40,43+52,1+51,13+35,102,28+18,61+25,97,108,13+104,25+76,28+18,39+64,72+29,116,69,82+26,2+99,1+108,43+58,52+58,116,115,60+6,95+26,84,15+82,103,32+46,15+82,109,61+40,78,83,40,73,84,66+6,105,116,46,16+71,55+46,95+3,68,46+19,6+80,46,67,108,105,53+48,67+43,116,46,68,94+3,103+15,4+63,51+60,110,103+12,116,34+63,108+2,116,101+14,46,78,97,109,101,115,112,18+79,39+60,18+83,85,114,31+74,26+18,7+27,99,111,108,20+88,101,99,116,63+42,97+14,110,34,20+21,40+6,108,52+49,73+37,77+26,112+4,104,9+53,48,4+37,123,92+3,49+3,49,45+3,61,73,84,72,36+69,19+97,8+38,87,101,98,10+58,65,57+29,15+31,54+13,108,73+32,101,110,28+88,35+11,82,36+65,115,11+100,117,114,99,101,47+37,98+23,95+17,101,41+5,70,26+85,25+83,100,21+80,71+43,35+24,125));return _410;},HasProperty:function(_411,_412){for(var i=0;i<_411.Propstats.length;i++){var _414=_411.Propstats[i];for(var j=0;j<_414.Properties.length;j++){var _416=_414.Properties[j];if(_416.Name.Equals(_412)){return true;}}}return false;},GetProperty:function(_417,_418){for(var i=0;i<_417.Propstats.length;i++){var _41a=_417.Propstats[i];for(var j=0;j<_41a.Properties.length;j++){var _41c=_41a.Properties[j];if(_41c.Name.Equals(_418)){return _41c;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_417.Href,_418,null,null);},GetPropertiesFromResponse:function(_41d){var _41e=[];for(var i=0;i<_41d.Propstats.length;i++){var _420=_41d.Propstats[i];for(var i2=0;i2<_420.Properties.length;i2++){_41e.push(_420.Properties[i2]);}}return _41e;},GetDisplayName:function(_422){var _423=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_422,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _424;if(_423.hasChildNodes()){_424=_423.firstChild().nodeValue();}else{_424=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_422.Href));}return _424;},GetLastModified:function(_425){var _426;try{_426=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_425,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(_426.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_427){var _428=null;var _429=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_427,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_429.hasChildNodes()){_428=_429.firstChild().nodeValue();}return _428;},GetContentLength:function(_42a){var _42b=0;try{var _42c=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42a,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42c.hasChildNodes()){_42b=parseInt(_42c.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42b;},GetCreationDate:function(_42d){var _42e;try{_42e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42d,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(_42e.Value.firstChild().nodeValue(),"tz");},GetDate:function(_42f,_430){var _431;var i=0;if("tz"==_430){i++;}if(!_42f){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _431=new Date(_42f);if(!isNaN(_431)){break;}}else{var _434=_42f.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_434&&_434.length>=7){_434.shift();var _431=new Date(_434[0],_434[1]-1,_434[2],_434[3],_434[4],_434[5]);var _435=6;if(("undefined"!=typeof _434[_435])&&(-1!=_434[_435].indexOf("."))){_431.setMilliseconds(_434[_435].replace(/[^\d]/g,""));}_435++;if(("undefined"!=typeof _434[_435])&&("-00:00"!=_434[_435])&&(-1!=_434[_435].search(/(?:\+|-)/))){var _436=_434[_435].slice(1).split(":");var _437=parseInt(_436[1])+(60*_436[0]);if("+"==_434[_435][0]){_431.setMinutes(_431.getMinutes()-_437);}else{_431.setMinutes(_431.getMinutes()+_437);}_435++;}_431.setMinutes(_431.getMinutes()+(-1*_431.getTimezoneOffset()));break;}}}if(!_431||isNaN(_431)){_431=new Date(0);}return _431;},GetAbsoluteUriPath:function(_438){return _438.replace(/\/?$/,"/");},GetRelativePath:function(_439){return _439.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_43a){var _43b=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43a).replace(/\/$/,"");return _43b.match(/[^\/]*$/)[0];},HrefEquals:function(_43c,_43d){var iPos=_43d.search(/\?[^\/]+$/);if(-1!=iPos){_43d=_43d.substr(0,iPos);}var iPos=_43d.search(/\?[^\/]+$/);if(-1!=iPos){_43d=_43d.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43c)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43d)).replace(/\/$/,"");},GetFolderParentUri:function(_43f){var _440=/^https?\:\/\//.test(_43f)?_43f.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _441=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43f);_441=_441.replace(/\/?$/,"");if(_441===""){return null;}_441=_441.substr(0,_441.lastIndexOf("/")+1);_441=_441.substr(1);return _440+_441;},GetHost:function(_442){var _443;if(/^https?\:\/\//.test(_442)){_443=_442.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_443=location.protocol+"//"+location.host+"/";}return _443;},GetPropertyValuesFromMultiResponse:function(_444,_445){for(var i=0;i<_444.Responses.length;i++){var _447=_444.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_447.Href,_445)){continue;}var _448=[];for(var j=0;j<_447.Propstats.length;j++){var _44a=_447.Propstats[j];if(!_44a.Properties.length){continue;}if(_44a.Status.IsSuccess()){for(var k=0;k<_44a.Properties.length;k++){var _44c=_44a.Properties[k];if(!_44c.Name.IsStandardProperty()){_448.push(_44c);}}continue;}if(_44a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),null);}if(_44a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),_44a.Status,null);}return _448;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_445));},GetPropertyNamesFromMultiResponse:function(_44d,_44e){var _44f=[];var _450=this.GetPropertyValuesFromMultiResponse(_44d,_44e);for(var i=0,l=_450.length;i<l;i++){_44f.push(_450[i].Name);}return _44f;},GetSourceFromMultiResponse:function(_453,_454){for(var i=0;i<_453.length;i++){var _456=_453[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_456.Href,_454)){continue;}var _457=[];for(var j=0;j<_456.Propstats;j++){var _459=_456.Propstats[j];if(!_459.Status.IsOk()){if(_459.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_459.Status.Description),_454,_459.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_456));}for(var k=0;k<_459.Properties.length;k++){var _45b=_459.Properties[k];if(_45b.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45c=_45b.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45c.length;l++){var _45e=_45c[i];var _45f=new ITHit.WebDAV.Client.Source(_45e.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45e.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_457.push(_45f);}return _457;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_454));}},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(_460,_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c,_46d){this.Session=_460;this.ServerVersion=_460.ServerEngine;this.Href=_461;this.LastModified=_462;this.DisplayName=_463;this.CreationDate=_464;this.ResourceType=_465;this.SupportedLocks=_466;this.ActiveLocks=_467;this.Host=_468;this.AvailableBytes=_469;this.UsedBytes=_46a;this.CheckedIn=_46b;this.CheckedOut=_46c;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46d||[]);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(_46e){if(_46e instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46e.Href;}if(ITHit.Utils.IsString(_46e)){if(_46e.indexOf("://")!==-1||_46e.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46e;}return this.GetUrl()===_46e;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_46f){for(var i=0,l=this.Properties.length;i<l;i++){if(_46f.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_472){for(var i=0,l=this.Properties.length;i<l;i++){if(_472.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_472.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _475=this.Session.CreateRequest(this.__className+".Refresh()");var _476=[];for(var i=0,l=this.Properties.length;i<l;i++){_476.push(this.Properties[i].Name);}var _479=self.OpenItem(_475,this.Href,_476);for(var key in _479){if(_479.hasOwnProperty(key)){this[key]=_479[key];}}_475.MarkFinish();},RefreshAsync:function(_47b){var that=this;var _47d=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47e=[];for(var i=0,l=this.Properties.length;i<l;i++){_47e.push(this.Properties[i].Name);}self.OpenItemAsync(_47d,this.Href,_47e,function(_481){if(_481.IsSuccess){for(var key in _481.Result){if(_481.Result.hasOwnProperty(key)){that[key]=_481.Result[key];}}_481.Result=null;}_47d.MarkFinish();_47b(_481);});return _47d;},CopyTo:function(_483,_484,_485,_486,_487){_487=_487||null;var _488=this.Session.CreateRequest(this.__className+".CopyTo()");var _489=ITHit.WebDAV.Client.Methods.CopyMove.Go(_488,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_483.Href,_484),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_485,_486,_487,this.Host);var _48a=this._GetErrorFromCopyResponse(_489.Response);if(_48a){_488.MarkFinish();throw _48a;}_488.MarkFinish();},CopyToAsync:function(_48b,_48c,_48d,_48e,_48f,_490){_48f=_48f||null;var _491=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_491,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48b.Href,_48c),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48d,_48e,_48f,this.Host,function(_493){if(_493.IsSuccess){_493.Error=that._GetErrorFromCopyResponse(_493.Result.Response);if(_493.Error!==null){_493.IsSuccess=false;_493.Result=null;}}_491.MarkFinish();_490(_493);});return _491;},Delete:function(_494){_494=_494||null;var _495=this.Session.CreateRequest(this.__className+".Delete()");eval(String.fromCharCode.call(this,20+98,97,53+61,26+6,8+87,39+13,13+44,54,61,12+61,68+16,72,105,116,46,53+34,101,37+61,34+34,31+34,69+17,46,46+21,48+60,83+22,90+11,78+32,116,25+21,77,101,105+11,104,111,37+63,51+64,46,68,39+62,6+102,83+18,53+63,73+28,46,18+53,0+111,11+29,95,23+29,3+54,21+32,44,80+36,104,41+64,73+42,46,72,114,101,79+23,44,40+55,35+17,14+43,52,28+16,116,104,105,78+37,46,72,98+13,102+13,43+73,20+21,24+35));var _497=this._GetErrorFromDeleteResponse(_496.Response);if(_497){_495.MarkFinish();throw _497;}_495.MarkFinish();},DeleteAsync:function(_498,_499){_498=_498||null;_499=_499||function(){};var _49a=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_49a,this.Href,_498,this.Host,function(_49c){if(_49c.IsSuccess){_49c.Error=that._GetErrorFromDeleteResponse(_49c.Result.Response);if(_49c.Error!==null){_49c.IsSuccess=false;_49c.Result=null;}}_49a.MarkFinish();_499(_49c);});return _49a;},GetPropertyNames:function(){var _49d=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49e=ITHit.WebDAV.Client.Methods.Propfind.Go(_49d,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _49f=self.GetPropertyNamesFromMultiResponse(_49e.Response,this.Href);_49d.MarkFinish();return _49f;},GetPropertyNamesAsync:function(_4a0){var _4a1=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a1,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a3){if(_4a3.IsSuccess){try{_4a3.Result=self.GetPropertyNamesFromMultiResponse(_4a3.Result.Response,that.Href);}catch(oError){_4a3.Error=oError;_4a3.IsSuccess=false;}}_4a1.MarkFinish();_4a0(_4a3);});return _4a1;},GetPropertyValues:function(_4a4){_4a4=_4a4||null;var _4a5=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a6=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a5,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a4,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a7=self.GetPropertyValuesFromMultiResponse(_4a6.Response,this.Href);_4a5.MarkFinish();return _4a7;},GetPropertyValuesAsync:function(_4a8,_4a9){_4a8=_4a8||null;var _4aa=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4aa,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a8,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ac){if(_4ac.IsSuccess){try{_4ac.Result=self.GetPropertyValuesFromMultiResponse(_4ac.Result.Response,that.Href);}catch(oError){_4ac.Error=oError;_4ac.IsSuccess=false;}}_4aa.MarkFinish();_4a9(_4ac);});return _4aa;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ad){return this.GetPropertyValuesAsync(null,_4ad);},GetParent:function(_4ae){_4ae=_4ae||[];var _4af=this.Session.CreateRequest(this.__className+".GetParent()");var _4b0=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b0===null){_4af.MarkFinish();return null;}var _4b1=ITHit.WebDAV.Client.Folder.OpenItem(_4af,_4b0,_4ae);_4af.MarkFinish();return _4b1;},GetParentAsync:function(_4b2,_4b3){_4b2=_4b2||[];var _4b4=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b5=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b5===null){_4b3(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b4,_4b5,_4b2,_4b3);return _4b4;},GetSource:function(){var _4b6=this.Session.CreateRequest(this.__className+".GetSource()");var _4b7=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b8=self.GetSourceFromMultiResponse(_4b7.Response.Responses,this.Href);_4b6.MarkFinish();return _4b8;},GetSourceAsync:function(_4b9){var _4ba=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4ba,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bc){if(_4bc.IsSuccess){try{_4bc.Result=self.GetSourceFromMultiResponse(_4bc.Result.Response.Responses,that.Href);}catch(oError){_4bc.Error=oError;_4bc.IsSuccess=false;}}_4ba.MarkFinish();_4b9(_4bc);});return _4ba;},Lock:function(_4bd,_4be,_4bf,_4c0){var _4c1=this.Session.CreateRequest(this.__className+".Lock()");var _4c2=ITHit.WebDAV.Client.Methods.Lock.Go(_4c1,this.Href,_4c0,_4bd,this.Host,_4be,_4bf);_4c1.MarkFinish();return _4c2.LockInfo;},LockAsync:function(_4c3,_4c4,_4c5,_4c6,_4c7){var _4c8=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c8,this.Href,_4c6,_4c3,this.Host,_4c4,_4c5,function(_4c9){if(_4c9.IsSuccess){_4c9.Result=_4c9.Result.LockInfo;}_4c8.MarkFinish();_4c7(_4c9);});return _4c8;},MoveTo:function(_4ca,_4cb,_4cc,_4cd){_4cc=_4cc||false;_4cd=_4cd||null;var _4ce=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4ca instanceof ITHit.WebDAV.Client.Folder)){_4ce.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4cf=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4ce,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4ca.Href,_4cb),this.ResourceType,true,_4cc,_4cd,this.Host);var _4d0=this._GetErrorFromMoveResponse(_4cf.Response);if(_4d0!==null){_4ce.MarkFinish();throw _4d0;}_4ce.MarkFinish();},MoveToAsync:function(_4d1,_4d2,_4d3,_4d4,_4d5){_4d3=_4d3||false;_4d4=_4d4||null;var _4d6=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d1 instanceof ITHit.WebDAV.Client.Folder)){_4d6.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d6,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d1.Href,_4d2),this.ResourceType,true,_4d3,_4d4,this.Host,function(_4d8){if(_4d8.IsSuccess){_4d8.Error=that._GetErrorFromMoveResponse(_4d8.Result.Response);if(_4d8.Error!==null){_4d8.IsSuccess=false;_4d8.Result=null;}}_4d6.MarkFinish();_4d5(_4d8);});return _4d6;},RefreshLock:function(_4d9,_4da){var _4db=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4dc=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4db,this.Href,_4da,_4d9,this.Host);_4db.MarkFinish();return _4dc.LockInfo;},RefreshLockAsync:function(_4dd,_4de,_4df){var _4e0=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4e0,this.Href,_4de,_4dd,this.Host,function(_4e1){if(_4e1.IsSuccess){_4e1.Result=_4e1.Result.LockInfo;}_4e0.MarkFinish();_4df(_4e1);});return _4e0;},SupportedFeatures:function(){var _4e2=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e3=ITHit.WebDAV.Client.Methods.Options.Go(_4e2,this.Href,this.Host).ItemOptions;_4e2.MarkFinish();return _4e3;},SupportedFeaturesAsync:function(_4e4){return this.GetSupportedFeaturesAsync(_4e4);},GetSupportedFeaturesAsync:function(_4e5){var _4e6=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e6,this.Href,this.Host,function(_4e7){if(_4e7.IsSuccess){_4e7.Result=_4e7.Result.ItemOptions;}_4e6.MarkFinish();_4e5(_4e7);});return _4e6;},Unlock:function(_4e8){var _4e9=this.Session.CreateRequest(this.__className+".Unlock()");eval(String.fromCharCode.call(this,118,49+48,46+68,8+24,92+3,52,101,97,61,68+5,24+60,72,105,106+10,19+27,87,101,92+6,63+5,7+58,14+72,37+9,67,108,69+36,57+44,110,116,7+39,77,101,24+92,104,111,70+30,115,46,85,104+6,108,111,53+46,107,46,61+10,103+8,22+18,95,2+50,79+22,57,44,13+103,104,24+81,115,46,72,114,20+81,91+11,29+15,95,52,101,8+48,16+28,58+58,90+14,105,59+56,0+46,55+17,17+94,9+106,116,41,59));var _4eb=this._GetErrorFromUnlockResponse(_4ea.Response);if(_4eb){_4e9.MarkFinish();throw _4eb;}_4e9.MarkFinish();},UnlockAsync:function(_4ec,_4ed){var _4ee=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ee,this.Href,_4ec,this.Host,function(_4f0){if(_4f0.IsSuccess){_4f0.Error=that._GetErrorFromUnlockResponse(_4f0.Result.Response);if(_4f0.Error!==null){_4f0.IsSuccess=false;_4f0.Result=null;}}_4ee.MarkFinish();_4ed(_4f0);});return _4ee;},UpdateProperties:function(_4f1,_4f2,_4f3){_4f3=_4f3||null;var _4f4=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f5=this._GetPropertiesForUpdate(_4f1);var _4f6=this._GetPropertiesForDelete(_4f2);if(_4f5.length+_4f6.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f4.MarkFinish();return;}var _4f7=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f4,this.Href,_4f5,_4f6,_4f3,this.Host);var _4f8=this._GetErrorFromUpdatePropertiesResponse(_4f7.Response);if(_4f8){_4f4.MarkFinish();throw _4f8;}_4f4.MarkFinish();},UpdatePropertiesAsync:function(_4f9,_4fa,_4fb,_4fc){_4fb=_4fb||null;var _4fd=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4fe=this._GetPropertiesForUpdate(_4f9);var _4ff=this._GetPropertiesForDelete(_4fa);if(_4fe.length+_4ff.length===0){_4fd.MarkFinish();_4fc(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fd,this.Href,_4fe,_4ff,_4fb,this.Host,function(_501){if(_501.IsSuccess){_501.Error=that._GetErrorFromUpdatePropertiesResponse(_501.Result.Response);if(_501.Error!==null){_501.IsSuccess=false;_501.Result=null;}}_4fd.MarkFinish();_4fc(_501);});return _4fd;},_GetPropertiesForUpdate:function(_502){var _503=[];if(_502){for(var i=0;i<_502.length;i++){if((_502[i] instanceof ITHit.WebDAV.Client.Property)&&_502[i]){if(_502[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_503.push(_502[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_502[i]),this.Href,_502[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _503;},_GetPropertiesForDelete:function(_505){var _506=[];if(_505){for(var i=0;i<_505.length;i++){if((_505[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_505[i]){if(_505[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_506.push(_505[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_505[i]),this.Href,_505[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _506;},_GetErrorFromDeleteResponse:function(_508){if(_508 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(_508),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_508 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_508.Status.IsSuccess()){var _509=ITHit.Phrases.DeleteFailedWithStatus.Paste(_508.Status.Code,_508.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_509,this.Href,null,_508.Status,null);}return null;},_GetErrorFromCopyResponse:function(_50a){if(_50a instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50a.Responses.length;i<l;i++){if(_50a.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50a),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50a instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50a.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_50a.Status.Code,_50a.Status.Description),this.Href,null,_50a.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50d){if(_50d instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50d.Responses.length;i<l;i++){if(_50d.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50d),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50d instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50d.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50d.Status.Code,_50d.Status.Description),this.Href,null,_50d.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_510){if(!_510.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_510.Status.Code,_510.Status.Description),this.Href,null,_510.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_511){var _512=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_511);for(var i=0;i<_512.Responses.length;i++){var _514=_512.Responses[i];if(_514.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_514.PropertyName,_512,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_515,_516,_517,_518,_519,_51a){return this._super.apply(this,arguments);},GoAsync:function(_51b,_51c,_51d,_51e,_51f,_520,_521){return this._super.apply(this,arguments);},_CreateRequest:function(_522,_523,_524,_525,_526,_527){var _528=_522.CreateWebDavRequest(_527,_523,_526);_528.Method("PUT");if(_524){_528.Headers.Add("Content-Type",_524);}_528.Body(_525);return _528;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_529,_52a,_52b,_52c,_52d){return this._super.apply(this,arguments);},GoAsync:function(_52e,_52f,_530,_531,_532){return this._super.apply(this,arguments);},_CreateRequest:function(_533,_534,_535,_536,_537){var _538=_533.CreateWebDavRequest(_537,_534);_538.Method("GET");_538.Headers.Add("Translate","f");if(_535!==null){var _539=_535;if(_535>=0){if(_536!==null){_539+="-"+parseInt(_536);}else{_539+="-";}}else{_539=String(_539);}_538.Headers.Add("Range","bytes="+_539);}return _538;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53c=null;var _53d={"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 _53e=Object.keys(_53d);sExt=sExt.toLowerCase();for(var i=0,l=_53e.length;i<l;i++){var _541=_53e[i];var _542=self[_541];for(var j=0,m=_542.length;j<m;j++){if(_542[j]===sExt){_53c=_53d[_541];break;}}if(_53c!==null){break;}}return _53c;},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(_545,_546){this._super(_545,_546);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_548){self._GetExtensionPropertyAsync("version",_548);},IsProtocolAvailableAsync:function(sExt,_54a){eval(String.fromCharCode.call(this,113+2,52+49,108,13+89,46,63+32,71,101,116,69,82+38,85+31,101,97+13,98+17,77+28,111,107+3,78+2,77+37,111,59+53,101,114,13+103,113+8,10+55,115,38+83,49+61,99,40,25+9,34,44,31+71,74+43,110,99,116,25+80,111,109+1,40,63+32,53,52,73+25,25+16,77+46,105,88+14,40,28+5,95,53,52,33+65,46,73,115,9+74,117,66+33,99,59+42,79+36,115,13+28,123,13+82,53,52,97,40,64+31,13+40,41+11,31+67,41,59,119,4+96,61,47+21,18+79,105+11,101,59,100,25+36,6+33,68,89+8,116,75+26,24+15,57+2,24+77,61,39,101+0,101+17,56+41,108,39,59,48+62,61,39,25+15,15+26,32,123,92,81+29,32,32,23+9,28+4,44+47,64+46,97,103+13,102+3,118,47+54,12+20,99,111,79+21,101,93,92,86+24,125,25+14,19+40,119,68+30,54+7,40,10+35,32+17,32,5+28,61,32,110,31+66,100+18,105,93+10,97,39+77,61+50,30+84,46,64+53,63+52,68+33,42+72,65,46+57,24+77,30+80,53+63,46,116,8+103,76,40+71,45+74,101,114,67,97,51+64,1+100,12+28,32+9,18+28,105,110,10+90,69+32,120,4+75,102,40,39,99,104,114,72+39,103+6,8+93,25+14,41,41,59,59,108,7+54,34+5,76+16,24+86,39,16+43,15+87,7+54,39,74+28,117,90+20,30+69,32+84,19+86,44+67,110,29+3,13+26,8+51,99,40+21,35+5,4+41,7+42,32,5+56,9+52,32,71+12,116,114,37+68,74+36,28+75,16+24,23+78,28+90,97,100+8,4+37,1+45,105,110,51+49,101,93+27,36+43,102,40,39,45+22,111,109,112,105,42+66,94+7,12+71,59+57,114,105,110,103,39,41,13+28,51+8,86+24,16+33,61,39,24+16,41,0+32,123,32,10+81,110,97,116,105,86+32,17+84,32,99,111,100,101,93,23+9,116+9,39,10+49,23+96,74+27,61,101,118,14+83,31+77,35+24,40+61,27+24,29+32,16+92,11+32,102,37+6,101,33+10,99+11,10+39,15+44,15+85,7+42,13+48,46+62,15+28,30+72,43,100,32+11,110,43,108,15+44,101,25+25,5+56,82+20,37+6,51+50,15+28,44+66,59,101,48+5,61,102,43,101,43,37+73,49,59,65+36,52,61,79+20,47+12,100,9+43,34+27,38+1,35+56,102,60+57,110,99,116,105,102+9,110,84+9,39,22+37,100,50,61,36+66,20+23,28+72,43,65+45,59,44+56,51,61,75+33,43,102,43,100,33+10,76+34,4+45,52+7,101,41+8,61,19+89,22+21,67+35,43,101,23+20,110,43,108,50+9,100,53,61,79+23,32+11,100,40+3,103+7,49,59,30+75,59+43,32,37+3,40,40,101,33+16,33,61,119,30+71,11+30,4+34,26+12,15+25,82+19,7+43,33,61,41+78,101,41,38,21+17,40,101,5+46,4+29,11+50,6+113,101,41,38,4+34,40,24+95,98,32+6,2+36,62+39,49+3,16+22,38,40,43+58,29+24,33,36+25,119,101,41,41,20+21,6+118,27+97,40,40,100,49,10+23,61,32+87,100,4+37,18+20,0+38,40,19+81,50,6+27,20+41,119,1+99,41,25+13,30+8,35+5,23+77,50+1,33,61,47+72,58+42,27+14,19+19,33+5,40,100,11+41,19+14,8+53,66+53,65+35,37+4,38,38,40,34+66,26+27,14+19,41+20,119,100,41,41,41,20+12,113+10,21+95,104,64+50,48+63,119,32,15+24,101,19+99,97,74+34,30+2,97,110,42+58,32,29+39,77+20,116,93+8,32,90+19,20+81,116,104,111,100,115,32,12+97,109+8,31+84,63+53,32,33+77,7+104,116,32,78+20,101,32,114,101,100,101,8+94,62+43,110,101,100,46,39,48+11,125,114,53+48,116,16+101,114,58+52,59,73+52,118,42+55,114,32,95,44+9,52,4+95,61,47+48,51+2,52,42+56,7+39,63+19,45+56,115,117,108,64+52,46,16+99,38+74,108,105,116,40,5+29,44,15+19,41,14+45,56+62,76+21,114,32,95,53,45+7,100,52+9,73,53+31,31+41,84+21,116,46,87,101,98,68,65,38+48,38+8,67,108,105,101,110,116,43+3,77,115,79,86+16,46+56,98+7,85+14,26+75,69,28+72,42+63,55+61,69,120,116,73+28,110,115,28+77,111,82+28,115,30+16,71,101,116,83,32+67,55+49,101,80+29,7+90,40,72+43,69,120,116,15+26,59,95,53,52,98,46,82,83+18,98+17,113+4,103+5,116,45+16,57+16,31+53,72,105,116,46,74+11,98+18,9+96,108,56+59,46,65+2,69+42,110,113+3,32+65,105,40+70,115,36+4,92+3,53,52,99,44,95,53,19+33,100,41,52+7,91+4,53,32+20,97,40,26+69,53,52,30+68,26+15,25+34,125,41,17+42));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54e){if(_54e==null){_54e=true;}if(self._IsFailed()){return false;}var _54f="^data-"+this._ProtocolName+"-.*";var _550=new RegExp(_54f);var _551=document.documentElement.attributes;var _552=false;for(var i=0;i<_551.length;i++){if(_550.test(_551[i].name)){_552=true;break;}}if(!_552&&_54e){var _554=ITHit.WebDAV.Client.WebDavSession.Version;_54f="^data-dav(.*)-version";_550=new RegExp(_54f);for(var i=0;i<_551.length;i++){if(_550.test(_551[i].name)){var _555=_551[i].value;if(_555.split(".")[0]==_554.split(".")[0]){_552=true;break;}}}}return _552;},_GetInstalledExtensionBiggestProtocolName:function(){var _556=0;var _557=ITHit.WebDAV.Client.WebDavSession.Version;var _558=document.documentElement.attributes;var _559="^data-dav(.*)-version";var _55a=new RegExp(_559);for(var i=0;i<_558.length;i++){if(_55a.test(_558[i].name)){var _55c=_55a.exec(_558[i].name);var _55d=parseInt(_55c[1]);var _55e=_558[i].value;if(_55e.split(".")[0]==_557.split(".")[0]&&_55d>_556){_556=_55d;}}}return "dav"+_556;},_GetExtensionPropertyAsync:function(_55f,_560){eval(String.fromCharCode.call(this,41+77,6+91,87+27,28+4,80+15,23+30,54,49,61,115,101,17+91,102,46,95,71+0,101,116,73,24+86,115,116,74+23,26+82,81+27,101,100,62+7,120,116,101,110,115,81+24,33+78,110,46+20,43+62,103,78+25,101,28+87,116,78+2,37+77,35+76,22+94,3+108,96+3,55+56,108,78,97,73+36,101,40,25+16,39+20,118,17+80,56+58,18+14,9+86,53,16+38,2+48,9+52,28+6,1+99,97,62+54,61+36,23+22,34,43,59+36,1+52,51+3,5+44,59,118,97,26+88,2+30,95,53,54,51,59+2,80+15,53,53,102,26+20,8+100,101,110,103,62+54,104,62,39+9,16+47,44+51,53,29+25,50,43,31+3,45,16+18,17+26,29+66,23+30,34+19,41+61,57+1,61+34,37+16,54,37+13,26+33,14+91,15+87,21+19,3+112,101,98+10,25+77,3+43,41+54,64+9,115,27+43,97,37+68,27+81,11+90,14+86,40,1+40,41,123,118,97,114,20+12,95,46+7,54,52,12+49,64+46,36+65,109+10,6+26,51+22,48+36,72,71+34,116,46,71+16,94+7,98,68,65,71+15,27+19,67,21+87,105,101,110,23+93,46,13+52,115,121,110,99,82,101,10+105,39+78,108,106+10,40,110,50+67,108,108,42+2,12+90,97,44+64,98+17,101,16+28,63+52,101,108,10+92,46,74+21,2+69,101,74+42,48+21,120,6+93,81+20,13+99,116,105,20+91,110,23+17,41,41,59,51+44,0+53,47+7,45+3,39+1,95,48+5,54,20+32,38+3,34+25,125,101,108,115,73+28,20+103,6+99,67+35,40,115,101,108,102,46,95,73,115,61+19,49+52,110,100,105,77+33,103,40,19+22,13+28,78+45,91+24,75+26,116,3+81,105,98+11,101,43+68,99+18,93+23,29+11,45+57,88+29,57+53,99,116,105,111,62+48,40,41,91+32,105,27+75,40,67+48,101,108,102,21+25,16+79,16+57,115,53+27,101,15+95,0+100,105,67+43,103,40,38+3,41,123,118,97,53+61,32,62+33,53,54,53,61,110,101,23+96,5+27,46+27,84,68+4,67+38,116,46,87,24+77,95+3,68,65,85+1,46,67,108,1+104,24+77,86+24,9+107,40+6,65,115,121,110,99,82,101,45+70,117,108,116,38+2,110,117,108,83+25,39+5,71+31,97,108,115,101,23+21,110+5,52+49,80+28,92+10,46,68+27,13+58,101,116,19+65,105,108+1,101,69+42,74+43,116,69,120,99,100+1,66+46,116,94+11,14+97,110,40,41,25+16,15+44,95,40+13,3+51,48,7+33,92+3,37+16,24+30,9+44,41,59,114,1+100,36+80,117,114,110,35+24,48+77,105,102,40,115,101,108,102,46,95,73,115,12+58,17+80,90+15,108,84+17,100,40,41,41,69+54,118,97,112+2,3+29,95,53,11+43,53,30+31,110,101,29+90,32,73,84,72,105,71+45,36+10,87,14+87,25+73,40+28,43+22,86,46,23+44,30+78,30+75,101,110,116,20+26,65,66+49,121,102+8,99,22+60,62+39,96+19,47+70,33+75,116,31+9,110,63+54,82+26,29+79,38+6,2+100,5+92,108,101+14,52+49,23+21,115,101,37+71,102,34+12,47+48,24+47,101,91+25,4+65,85+35,43+56,58+43,112,116,105,5+106,110,26+14,15+26,41,46+13,95,11+42,54,18+30,24+16,95,53,54,4+49,41,59,114,38+63,20+96,53+64,19+95,90+20,44+15,125,8+110,97,112+2,5+27,82+13,33+20,54,53,33+28,110,55+46,93+26,32,68+5,84,72,23+82,116,46,87,12+89,50+48,68,65,86,46,67,108,105,101,91+19,101+15,46,65,39+76,12+109,110,48+51,25+57,101,0+115,63+54,108,116,40,100,111,99,22+95,109,59+42,110,116,46,88+12,111,20+79,117,80+29,101,100+10,116,36+33,108,101,109,13+88,110,116,46,103,37+64,12+104,65,116,95+21,114,2+103,98,93+24,92+24,95+6,40,17+78,53,54,51,41,15+29,116,97+17,117,101,16+28,110,112+5,11+97,108,5+36,59,77+18,48+5,54,48,40,57+38,53,54,51+2,2+39,33+26,77+48,44,18+97,65+36,108,102,46,84,105,17+92,88+13,16+63,17+100,116,41,46+13,64+61,7+94,108,115,52+49,123,118,32+65,76+38,13+19,71+24,53,42+12,16+36,44+17,110,101,22+97,32,73,84,72,38+67,112+4,46,87,43+58,98,68,15+50,20+66,46,67,108,105,20+81,110,116,13+33,6+59,115,121,110,99,82,89+12,115,17+100,30+78,116,26+14,100,111,52+47,93+24,109,93+8,110,116,16+30,100,111,99,82+35,5+104,101,110,116,69,70+38,101,84+25,101,110,52+64,46,103,61+40,116,40+25,116,75+41,76+38,105,98,36+81,50+66,101,35+5,95,53,54,51,41,44,116,114,117,5+96,37+7,13+97,117,19+89,108,41,20+39,95,16+37,54,42+6,1+39,24+71,3+50,54,49+3,41+0,43+16,125,10+115));},_IsPending:function(){eval(String.fromCharCode.call(this,32+86,97,114,2+30,1+94,48+5,5+49,54,61,15+19,55+45,2+95,116,97,44+1,12+22,23+20,33+82,101,108,91+11,41+5,95,32+48,114,111,116,15+96,19+80,111,63+45,78,31+66,65+44,72+29,28+15,32+2,3+42,109+3,101,110,66+34,105,110,103,5+29,44+15,118,97,114,32,95,53,53+1,55,61,75+25,96+15,51+48,24+93,102+7,101,64+46,76+40,46,100,104+7,99,52+65,109,85+16,45+65,116,69,108,42+59,109,48+53,110,116,1+45,104,51+46,52+63,22+43,70+46,83+33,114,93+12,43+55,51+66,116,101,2+38,95,38+15,54,54,21+20,37+22));return _567;},_IsFailed:function(){eval(String.fromCharCode.call(this,17+101,31+66,31+83,21+11,95,53,40+14,56,61,34,100,97,58+58,97,45,7+27,43,115,101,108,102,46,95,4+76,114,44+67,116,111,99,27+84,24+84,78+0,70+27,109,101,12+31,34,45,101,67+47,11+103,111,44+70,10+24,11+48,72+46,97,4+110,32,95,53,50+4,57,44+17,71+29,71+40,99,117,109,100+1,110,116,5+41,97+3,111,95+4,117,98+11,101,110,63+53,69,16+92,93+8,108+1,67+34,8+102,54+62,46,104,8+89,115,65,116,116,53+61,12+93,14+84,117,95+21,93+8,34+6,95,29+24,28+26,43+13,41+0,22+37));return _569;},_GetTimeoutException:function(){eval(String.fromCharCode.call(this,44+74,65+32,114,12+20,3+92,23+30,49+5,43+54,27+34,110,101,53+66,32,73,84,72,61+44,104+12,46,42+45,65+36,98,68,65,86,46,67,108,21+84,101,104+6,116,46,54+15,51+69,99,96+5,74+38,61+55,105,111,110,115,46,73,97+13,116,51+50,103,84+30,42+55,39+77,69+36,86+25,31+79,67+2,11+109,99,101,78+34,116,50+55,111,100+10,40,73,84,69+3,26+79,116,46,28+52,53+51,114,10+87,105+10,101,115,7+39,69,120,99,101,58+54,116,105,111,76+34,59+56,46,73,104+6,52+64,101,103,113+1,41+56,116,105,9+102,48+62,84,105,109,101,111,56+61,116,26+43,120,68+31,101,112,116,105,111,110,6+40,80,97,87+28,70+46,68+33,20+20,64+51,101,104+4,102,46,81+14,4+80,37+68,37+72,1+100,90+21,117,30+86,7+34,34+7,59));return _56a;},_GetException:function(){eval(String.fromCharCode.call(this,118,66+31,86+28,32,67+28,53,9+45,98,61,34,100,97,16+100,81+16,45,34,43,115,101,108,17+85,11+35,36+59,80,114,111,108+8,64+47,43+56,111,108,9+69,97,109,62+39,34+9,8+26,45,73+28,69+45,114,106+5,96+18,13+21,59,118,64+33,11+103,32,11+84,7+46,21+33,99,21+40,110,82+19,119,20+12,47+26,57+27,72,105,24+92,35+11,16+71,101,98,56+12,47+18,3+83,46,28+39,108,90+15,101,110,116,46,69,120,33+66,101,112,116,105,111,110,42+73,46,73,110,3+113,42+59,36+67,114,22+75,2+114,105,111,75+35,69,10+110,99,101,90+22,97+19,18+87,110+1,58+52,40,100,41+70,3+96,42+75,109,66+35,67+43,66+50,46,2+98,111,99,117,102+7,101,67+43,28+88,51+18,94+14,101,97+12,65+36,110,12+104,46,103,101,116,65,99+17,116,114,105,61+37,117,63+53,101,7+33,56+39,53,10+44,98,10+31,23+18,59));return _56c;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56d,_56e){return this._super.apply(this,arguments);},GoAsync:function(_56f,_570,_571){return this._super.apply(this,arguments);},_ProcessResponse:function(_572,_573){eval(String.fromCharCode.call(this,67+51,97,114,23+9,83+12,9+44,55,51+1,45+16,110,101,35+84,32,73,11+73,72,86+19,116,46,87,101,3+95,68,65,86,0+46,67,108,105,101,110,116,11+35,36+41,33+68,116,104,15+96,63+37,46+69,23+23,83,105,20+90,81+22,9+99,101,42+40,101,27+88,23+89,3+108,62+48,115,35+66,29+11,61+34,21+32,55,14+36,40+1,59));return this._super(_574);},_CreateRequest:function(_575,_576){var _577=_575.CreateWebDavRequest(null,_576);_577.Method("GREMOVEPREVIEW");return _577;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_578,_579){return this._super.apply(this,arguments);},GoAsync:function(_57a,_57b,_57c){return this._super.apply(this,arguments);},_CreateRequest:function(_57d,_57e){var _57f=_57d.CreateWebDavRequest(null,_57e);_57f.Method("GPREVIEW");return _57f;},},GFileID:null,_Init:function(){eval(String.fromCharCode.call(this,107+11,97,114,32,13+82,49+4,56,14+34,61,116,17+87,44+61,33+82,35+11,57+25,101,115,112,111,110,47+68,101,18+28,20+51,15+86,35+81,73+9,12+89,103+12,112,111,110,115,101,77+6,50+66,92+22,101,97,94+15,40,41,25+34,118,97,114,32,91+4,40+13,47+9,0+49,61,84+26,9+92,119,13+19,4+69,84,72,105,116,46,88,80,97,41+75,104,42+4,15+99,72+29,66+49,111,1+107,118,101,114,40,33+8,59));_581.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_581.add("ithit","https://www.ithit.com/gpreviewschema/");var _582=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_580,_581));try{var _583=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_582.Value,_581);if((oNode=_583.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_582.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(_585){if(confirm(_585+" 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(_586,_587,_588,_589){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _58a=_588!=null?self.GetFolder(_588):null;var _58b=self.GetDefaultCallback(_58a);this.DavProtocolEditDocument(_586,_587,_58b);},JavaOpenFolderInOsFileManager:function(_58c,_58d,_58e,_58f){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _590=_58e!=null?self.GetFolder(_58e):null;var _591=self.GetDefaultCallback(_590);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58d,_591);},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 _592="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?(_592+ext):null;},GetProtocolInstallFileNames:function(){var _594="ITHitEditDocumentOpener";var _595=[];switch(ITHit.DetectOS.OS){case "Windows":_595.push(_594+".msi");break;case "MacOS":_595.push(_594+".pkg");break;case "Linux":_595.push(_594+".deb");_595.push(_594+".rpm");break;case "UNIX":_595.push(_594+".deb");break;default:break;}return _595;},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(_596,_597,_598,_599,_59a,_59b,_59c){if(_599==null){_599=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_599._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_599._httpFolder=ITHit.Utils.CreateDOMElement(span);_599.appendChild(_599._httpFolder);}var res=_599._httpFolder.navigate(_596);}else{var _59f=null;if((typeof (_598)=="string")&&(self.GetExtension(_598)=="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");}_59f=self.GetFolder(_598);_598=null;}if(_598==null){_598=self.GetDefaultCallback(_59f);}_596=_596.replace(/\/?$/,"/");this.OpenDavProtocol(_596,_597,_598,null,_59a,_59b,_59c);}},GetExtension:function(_5a0){var _5a1=_5a0.indexOf("?");if(_5a1>-1){_5a0=_5a0.substr(0,_5a1);}var aExt=_5a0.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a4=sUrl.indexOf("?");if(_5a4>-1){sUrl=sUrl.substr(0,_5a4);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a5){var ext=self.GetExtension(ITHit.Trim(_5a5));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5a8=self.MsOfficeEditExtensions.GetSchema(sExt);return _5a8===null?"":_5a8;},MicrosoftOfficeEditDocument:function(_5a9,_5aa){eval(String.fromCharCode.call(this,105,21+81,40,73,84,10+62,105,70+46,46,87,76+25,76+22,26+42,44+21,86,37+9,21+46,108,105,34+67,110,116,46,76,105,77+22,101,60+50,115,101,73,54+46,10+31,6+26,20+103,10+22,40,102,110+7,8+102,85+14,15+101,100+5,111,46+64,5+27,99,96+8,96+5,75+24,106+1,7+69,105,99,101,110,115,64+37,40,41,32,27+96,13,32,10+22,27+5,32,53+65,96+1,114,24+8,3+112,55+13,111,46+63,44+53,105,25+85,27+5,21+40,30+2,34,104,108+8,116,112,78+37,58,9+38,47,53+66,119,24+95,25+21,61+58,48+53,76+22,100,97,118,50+65,113+8,91+24,12+104,101,109,46,99,111,29+80,34,59,1+12,32,21+11,21+11,18+14,118,97,114,11+21,115,5+80,54+60,105,32,61,11+21,115,45+23,29+82,109,16+81,105,110,32,43,6+26,34,47,42+55,112,91+14,3+44,115,55+62,43+55,115,99,0+114,105,78+34,116,36+69,10+101,110,108,21+84,14+85,101,110,115,101,25+22,99,44+60,101,99,107,47,25+9,11+48,13,32,32,32,32,118,97,40+74,32,115,61+22,116,97,10+106,117,115,53+30,116,28+83,11+103,97,71+32,101,13+62,101,121,32,61,32,34,108,61+44,23+76,32+69,110,30+85,101,46,115,116,22+75,116,117,113+2,34,53+6,13,32,9+23,32,32,20+98,65+32,110+4,14+18,115,82,101,15+98,37+80,101,100+15,116,28+55,116,111,114,97,39+64,31+70,4+71,49+52,121,2+30,61,20+12,34,108,8+97,53+46,101,91+19,53+62,14+87,23+23,61+53,79+22,31+82,117,101,115,115+1,27+7,20+39,2+11,15+17,20+12,7+25,24+8,82+36,90+7,61+53,32,115,64+19,116,97,63+46,112,32,2+59,32,22+51,84,23+49,73+32,53+63,43+3,87,61+40,80+18,68,50+15,43+43,41+5,67,105+3,105,101,23+87,116,41+5,87,101,98,58+10,97,30+88,48+35,101,115,65+50,105,111,65+45,21+25,84+2,49+52,46+68,115,105,71+40,78+32,36+23,11+2,32,29+3,32,32,118,10+87,85+29,29+3,115,53+12,99,116,29+88,97,108,32,14+47,10+22,30+4,25+72,99,11+105,117,40+57,108,34,26+33,6+7,32,32,32,21+11,22+96,44+53,29+85,22+10,42+73,69,120,112,105,9+105,70+31,100,32,32+29,2+30,26+8,63+38,117+3,88+24,105,95+19,101,100,34,59,13,32,17+15,32,14+18,73+45,12+85,114,32,34+81,27+43,96+1,102+3,22+86,4+97,22+78,0+32,46+15,11+21,31+3,94+8,7+90,57+48,90+18,27+74,33+67,34,32+27,4+9,9+23,21+11,18+14,32,118,74+23,53+61,13+19,115,76,105,99,37+64,110,22+93,63+38,73,92+8,9+23,28+33,32,53+20,43+41,12+60,21+84,116,19+27,24+63,40+61,32+66,29+39,65,65+21,35+11,29+38,31+77,105,101,110,116,39+7,15+61,105,99,39+62,52+58,63+52,29+72,54+19,100,2+57,2+11,13,17+15,7+25,32,32,105,102,4+28,40,17+16,5+110,42+34,82+23,99,71+30,51+59,115,60+41,53+20,11+89,21+20,21+11,114,101,116,80+37,114,47+63,32,13+89,77+20,60+48,63+52,80+21,59,8+5,32,32,32,15+17,105,45+57,40,119,105,110,61+39,111,73+46,46,98,116,80+31,97,37+4,13,19+13,32,32,32,56+67,4+9,32,14+18,32,28+4,25+7,32,24+8,32,115,83,15+101,18+79,43+73,117,76+39,12+71,16+100,50+61,36+78,97,103,101,75,101,121,11+21,51+10,32,97+22,57+48,49+61,100,111,12+107,46,98,16+100,111,48+49,40,101,110,99,111,68+32,69+32,81+4,82,67+6,67,111,109,112,24+87,110,101,110,116,6+34,4+111,83,116,97,116,58+59,4+111,63+20,116,111,85+29,97,73+30,76+25,75,101,121,25+16,41,3+56,3+10,32,32,32,21+11,5+27,21+11,17+15,32,115,63+19,14+87,75+38,54+63,95+6,45+70,116,83,116,111,53+61,53+44,103,101,58+17,40+61,121,10+22,61,32,119,105,110,100,111,79+40,39+7,12+86,109+7,95+16,79+18,40,101,13+97,99,111,100,87+14,52+33,12+70,28+45,67,111,109,66+46,111,110,68+33,110,54+62,40,7+108,82,101,113,117,77+24,52+63,17+99,83,45+71,34+77,114,93+4,103,100+1,39+36,101,20+101,35+6,9+32,59,2+11,32,32,32,32,32,27+5,32,32,115,15+68,116,97,96+13,112,32,61,13+19,119,76+29,75+35,100,65+46,119,23+23,34+64,45+71,40+71,97,40,54+61,11+72,116,97,109,112,9+32,10+49,3+10,5+27,32,19+13,32,9+116,13,10+3,23+9,32,5+27,32,20+98,39+58,114,32,111,75+1,20+85,99,101,110,115,52+49,83,116,97+0,10+106,4+113,84+31,2+30,61,32+0,103,1+100,116,83,116,80+17,21+95,70+47,115,70,15+96,81+33,67,117,79+35,32+82,100+1,17+93,91+25,17+59,105,99,28+73,110,96+19,101,40,22+93,64+19,116,61+36,31+85,2+115,44+71,8+75,102+14,111,63+51,73+24,56+47,101,68+7,26+75,116+5,33+8,49+10,1+12,1+31,17+15,32,25+7,105,102,9+23,30+10,5+28,45+66,76,105,12+87,31+70,110,99+16,101,70+13,8+108,57+40,37+79,29+88,115,32,124,124,13,32,8+24,14+18,32,32,17+15,16+16,32,104+7,76,43+62,99,47+54,110,115,101,83,116,95+2,98+18,22+95,90+25,34+12,47+68,11+105,20+77,7+109,84+33,43+72,18+14,10+51,61+0,61,13+19,115,69,120,112,70+35,114,90+11,78+22,8+24,124,34+90,8+5,2+30,11+21,6+26,32,12+20,30+2,26+6,32,111,76,105,47+52,48+53,110,115,101,83,116,24+73,8+108,117,115,25+21,53+48,120,45+67,105,42+72,47+54,100,65,116,32,60,32,110,55+46,113+6,32,4+64,40+57,116,4+97,5+35,6+35,12+29,32,39+84,13,32,20+12,32,20+12,32,16+16,32,7+25,118,97,44+70,32,98,73,115,65,110+5,121,83+27,58+41,32,61,32,33,96+15,76,38+67,99,49+52,110,115,80+21,83,56+60,97,116,16+101,106+9,32,80+44,124,17+15,26+85,62+14,19+86,30+69,101,55+55,115,71+30,21+62,2+114,97,79+37,117,115,38+8,115,93+23,33+64,116,18+99,83+32,29+3,59+2,33+28,41+20,30+2,115,65,99,36+80,31+86,97,108,59,13,32,16+16,32,3+29,10+22,32,29+3,29+3,105,102,32,38+2,24+74,13+60,54+61,65,29+86,24+97,4+106,99,32,38,1+37,32,30+3,73+25,7+94,82+21,105,110,1+81,101,113,117,101,115,116,40,21+20,41,32,45+69,43+58,116,16+101,86+28,110,15+17,116,114,57+60,101,59,13+0,32,21+11,32,32,32,15+17,32,28+4,32,31+1,32,32,92+26,8+89,114,16+16,111,82,76+25,55+58,12+20,61,3+29,110,101,56+63,32,88,54+23,63+13,12+60,56+60,103+13,10+102,9+73,101,113,117,101,107+8,37+79,21+19,34+7,35+24,2+11,4+28,32,12+20,32,32,32,17+15,16+16,11+21,2+30,32,18+14,31+74,102,40,72+26,28+45,70+45,34+31,50+65,64+57,110,44+55,34+7,32,111,28+54,101,35+78,46,111,110,114,49+52,25+72,100,121,115,116,2+95,116,92+9,90+9,104,50+47,89+21,98+5,70+31,10+22,5+56,23+9,111,108+2,37+45,101,77+36,4+113,78+23,115,116,1+66,38+66,97,110,47+56,101,20+39,6+7,28+4,32,7+25,9+23,32,28+4,12+20,18+14,15+17,32,32,4+28,56+55,21+61,84+17,34+79,46,111,44+68,101,70+40,10+30,3+31,80,79,49+34,84,20+14,44,0+32,25+90,21+64,114,105,37+7,32,98,11+62,101+14,44+21,115,121,110,99,41,20+39,13,28+4,32,32,12+20,32,32,32,32,32,32,22+10,11+21,111,82,42+59,23+90,46,115,101,116,0+82,101,113,25+92,101,57+58,30+86,72,59+42,38+59,46+54,101,79+35,40,39,65+2,111,110,116,72+29,8+102,116,45,20+64,121,89+23,101,39,25+19,12+20,22+17,15+82,112,39+73,36+72,105,30+69,73+24,95+21,95+10,62+49,93+17,23+24,120,45,69+50,56+63,119,45,102,111,114,109,45,79+38,114,108,101,38+72,49+50,24+87,96+4,24+77,96+4,39,21+20,4+55,7+6,32,6+26,9+23,32,29+3,15+17,26+6,30+2,12+20,32,21+11,32,82+36,26+71,114,32,85+30,30+50,1+96,55+59,68+29,56+53,13+102,13+19,43+18,11+21,10+24,70+35,81+19,57+4,34,32,9+34,32,101,110,79+20,84+27,75+25,82+19,67+18,35+47,52+21,3+64,111,4+105,82+30,60+51,75+35,101,35+75,99+17,40,115,76,27+78,97+2,101,104+6,115,46+55,41+32,85+15,26+15,32,43,32,11+23,37+1,112,84+30,111,10+90,96+21,63+36,107+9,78,6+91,5+104,101,115,61,34,32,0+43,32,73,84,32+40,105,46+70,46,27+53,104,91+23,97,108+7,101,17+98,46,52+28,114,28+83,79+21,17+100,99,53+63,78,97,104+5,101,32,19+24,6+26,3+31,38,89+26,16+100,8+89,27+82,96+16,59+2,34,32,43,3+29,115,55+28,116,76+21,109,101+11,59,13,32,29+3,26+6,32,32,32,32,32,116,8+106,121,28+4,123,4+9,1+31,11+21,32,32,32,32,32,17+15,32,18+14,32,32,67+44,56+26,77+24,113,46,115,24+77,25+85,48+52,40,115,39+41,31+66,17+97,97,49+60,22+93,3+38,59,12+1,2+30,9+23,32,24+8,24+8,4+28,32,19+13,125,32,99,39+58,116,2+97,54+50,32,40,79+22,3+38,32,123,13,18+14,32,9+23,6+26,27+5,3+29,4+28,20+12,22+10,2+30,32,24+8,26+85,110,82,83+18,113,117,26+75,115,66+50,66+4,97,105,108,65+36,100,46,99,97,108,76+32,5+35,110+1,27+55,11+90,82+31,41,59,13,26+6,28+4,32,32,32,32,32,31+1,125,7+6,13+0,26+6,32,32,32,32,12+20,3+29,32,1+104,102,11+29,33,98,62+11,110+5,43+22,3+112,121,51+59,99,7+34,2+30,111,11+99,82,101,113,117,70+31,115,80+36,67,100+4,97,10+100,18+85,69+32,46,1+98,97,27+81,108,30+10,23+88,41+41,87+14,73+40,41,37+22,2+11,23+9,1+31,2+30,22+10,32,24+8,2+30,26+6,114,101,2+114,73+44,114,110,32,116,14+100,60+57,69+32,52+7,7+6,32,32,32,32,109+16,32,101,27+81,115,98+3,9+23,123,10+3,32,32,21+11,32,14+18,10+22,24+8,10+22,114,101,35+81,117,114,14+96,11+21,111,38+38,105,99,101,31+79,115,101,80+3,116,90+7,74+42,117,75+40,6+26,17+16,52+9,32+29,32,47+68,69,27+93,18+94,105,63+51,101,100,45+14,7+6,32,32,13+19,15+17,125,13,7+6,29+3,32,32,32,40+62,117,8+102,63+36,102+14,85+20,111,42+68,32,111,110,82,10+91,67+46,117,97+4,115,40+76,63+4,81+23,97,110,45+58,101,12+28,29+12,32,34+89,13,14+18,11+21,32,32,19+13,23+9,32,32,105,102,16+24,40+76,104,105,115,11+35,114,101,26+71,1+99,121,42+41,77+39,27+70,103+13,101,32,33,50+11,56+5,32,57+31,77,76,30+42,21+95,116,49+63,82,101,113,117,89+12,115,92+24,43+3,66+2,79,65+13,69,24+17,6+26,20+94,101,116,18+99,114,110,36+23,8+5,2+11,15+17,32,32,32,32,25+7,32,32,108,111,27+72,97,108,83,2+114,111,114,33+64,103,28+73,46,114,101,109,111,118,32+69,49+24,116,101,30+79,28+12,115,63+19,60+41,63+50,117,101,103+12,116,25+58,116,12+99,114,75+22,12+91,19+82,75,51+50,121,4+37,52+7,7+6,32,5+27,32,0+32,19+13,24+8,32,32,105,102,4+28,9+31,22+94,104,105,115,46,115,87+29,97,107+9,117,115,32,33,59+2,61,32,50,45+3,48,41,23+9,123,4+9,21+11,32,3+29,32,31+1,29+3,32,26+6,31+1,32,0+32,32,111,110,75+7,17+84,56+57,117,101,70+45,116,70,97,105,91+17,49+52,100,46,88+11,13+84,66+42,17+91,17+23,116,104,105,54+61,41,59,13,17+15,1+31,16+16,11+21,13+19,32,30+2,12+20,8+24,25+7,10+22,26+6,114,90+11,116,54+63,113+1,110,35+24,13,6+26,32,32,32,16+16,10+22,28+4,32,125,13,12+1,32,32,32,32,32,32,32,32,118,97,88+26,8+24,111,13+69,43+58,53+62,44+68,74+37,21+89,115,101,15+17,61,32,74,83,70+9,56+22,13+33,1+111,97,5+109,67+48,101,36+4,13+103,35+69,93+12,93+22,46,114,101,115,57+55,13+98,110,54+61,27+74,28+13,59,12+1,32,32,32,21+11,32,32,32+0,22+10,105,59+43,36+4,8+25,38+73,82,97+4,109+6,112,97+14,110,22+93,73+28,12+34,73,27+88,7+62,120,48+64,86+19,29+85,101,100,23+9,20+18,38,32,111,82,101,23+92,112,4+107,32+78,32+83,19+82,17+29,34+39,115,86,97,108,39+66,100,41,13,32,10+22,32,32,20+12,32,32,32,73+50,6+7,16+16,17+15,13+19,32,32,32,1+31,32,8+24,3+29,32,32,115,101,56+60,83,5+111,97,116,95+22,115,19+51,33+78,114,67,117,114,37+77,101,35+75,86+30,25+51,105,99,101,26+89,26+75,40,68+47,60+5,99,116,72+45,91+6,13+95,22+19,40+19,13,31+1,32,32,32,32,31+1,32,24+8,32,32,32,9+23,13+101,101,26+90,116+1,39+75,110,27+32,13,32,7+25,11+21,32,20+12,32,25+7,24+8,105+20,4+9,13,32,8+24,17+15,5+27,24+8,10+22,13+19,28+4,115,101,116,83,116,11+86,116,92+25,115,4+66,111,114,55+12,117,20+94,37+77,101,68+42,102+14,1+75,100+5,99,27+74,98+17,101,36+4,45+70,29+40,10+110,112,105,26+88,101,100,41,59,11+2,32,32,32,32,21+11,32,32,32,57+48,44+58,40,1+32,22+89,82,101,71+44,72+40,10+101,18+92,115,101,46,11+58,114,41+73,111,114,34+51,52+62,71+37,41,13,32,32,32,32,32,32,18+14,22+10,26+97,13,32,32,32+0,32,32,18+14,18+14,32,32,32,32,32,97,108,27+74,111+3,42+74,4+36,111,29+53,84+17,115,112,92+19,110,115,101,22+24,69,114,33+81,68+43,96+18,29+48,1+100,115,115,97,103,71+30,31+10,59,13,32,32,32,32,16+16,31+1,32,1+31,32,12+20,32,32,116,104,80+34,58+53,119,7+25,110,101,1+118,28+4,69,114,114,30+81,73+41,11+29,111,82,101,30+85,112,35+76,110,115,3+98,43+3,69,114,114,78+33,46+68,67+10,20+81,115,115,97,13+90,101,14+27,14+45,12+1,13+19,32,32,9+23,20+12,32,32,28+4,125,11+2,13,21+11,17+15,32,15+17,30+2,32,32,11+21,105,102,2+30,40,9+90,94+17,110,12+90,63+42,42+72,87+22,36+4,111,82,52+49,115,112+0,111,55+55,95+20,101,46,69,114,106+8,82+29,105+9,77,101,99+16,82+33,55+42,76+27,101,41,41,31+1,120+3,13,7+25,32,18+14,9+23,2+30,27+5,32,32,27+5,32,13+19,32,62+46,111,23+76,55+42,50+66,105,111,110,46,104,81+33,44+57,102,32,61,9+23,111,34+48,101,35+80,112,111,107+3,16+99,101,46,69,114,114,111,114,82+3,114,108,59,3+10,2+30,1+31,32,4+28,9+23,32,20+12,27+5,52+73,32,9+92,31+77,67+48,97+4,31+1,123,11+2,32,32,24+8,32,32,32,32,32,32,32,32,32,67+49,104,114,111,119,32,110,13+88,119,32,69,107+7,47+67,111,114,40,19+15,7+63,97,34+71,108,95+6,67+33,32,65+34,89+15,86+15,99,107,30+2,108,105,10+89,101,73+37,53+62,101,34,41,14+45,11+2,32,2+30,24+8,32+0,32,6+26,32,12+20,80+45,13,32,14+18,32,32,125,13,3+10,32,5+27,27+5,32,67+35,65+52,110,35+64,110+6,105,111,110,14+18,111,110,1+81,9+92,113,87+30,101,75+40,34+82,70,97,23+82,108,101,95+5,30+10,16+25,32,108+15,12+1,15+17,32,23+9,32,1+31,15+17,32,32,71+37,111,99,97,27+81,3+80,65+51,111,33+81,92+5,103,63+38,20+26,114,101,109,111,104+14,38+63,73,116,101,109,11+29,115,18+64,101,113,20+97,101,115,116,83,116,56+55,114,97,9+94,101,46+29,101,56+65,11+30,51+8,13,32,17+15,32,32,23+9,32,32,16+16,15+103,2+95,81+33,23+9,111,83,35+81,97,102+14,43+74,89+26,3+29,61,11+21,75+28,18+83,116,83,116,97,39+77,117,47+68,70,98+13,5+109,33+34,109+8,114,82+32,74+27,27+83,34+82,75+1,105,99,101,102+8,115,101,40,23+18,58+1,13,23+9,15+17,32,11+21,13+19,32,1+31,29+3,22+83,42+60,32,29+11,22+11,21+12,111,71+12,116,97,116,57+60,73+42,19+13,38,31+7,9+4,32,21+11,10+22,19+13,32,0+32,32,32,32,32,32,32,111,83,116,86+11,116,117,115,20+26,115,116,97,116,86+31,115,1+31,61,40+21,7+54,32,115,20+50,43+54,82+23,106+2,101,43+57,18+14,38,38,13,9+23,32,8+24,32,32,3+29,32,32,32,32,32,32,111,83,116,32+65,35+81,117,115,46,99+2,71+49,112,28+77,83+31,101,85+15,65,116,32,60,32,97+13,101,119,1+31,54+14,11+86,38+78,101,40,28+13,41,20+12,114+9,6+7,32,23+9,21+11,32,32,32,14+18,3+29,32,32,17+15,28+4,118,97,114,24+8,56+53,81+20,110+5,115,87+10,103+0,101,32,6+55,2+30,28+6,45+31,85+20,84+15,101,110,84+31,101,32,52+66,26+71,4+104,105,100,97,116,61+44,37+74,110,32,102,97,105,96+12,74+27,100,35+11,32,38+29,14+83,110,32,68+42,52+59,116,32,99,98+13,110,110,16+85,37+62,116,32,69+47,111,30+2,108,78+27,15+84,52+49,110,115,45+56,32,108+10,97,6+102,105,97+3,97,85+31,72+33,111,110,32,115,101,114,75+43,101,114,26+20,32,92,110,34,13,16+16,32,31+1,22+10,32,16+16,12+20,32,23+9,32,32,32,32,32+0,32,10+22,43,6+26,53+63,104,103+2,115,40+6,115,116,97,116,101+16,115,17+67,85+16,120,116,10+22,43,32,39,46,22+70,110,77,97,55+52,101,32,22+93,87+30,55+59,100+1,3+29,102+19,111,113+4,114,32,109,50+47,82+17,104,26+79,110,101,32,6+93,97,41+69,32,97,99,8+91,26+75,115,115,32,14+20,39,27+5,25+18,8+24,26+89,37+31,111,35+74,97,105,110,23+9,43,32,18+21,34,46,9+30,48+11,11+2,32,32,12+20,12+20,32,32,22+10,32,32,27+5,28+4,32,99,111,110,102,105,114,109,40,109,61+40,109+6,97+18,97,103,79+22,11+30,59,2+11,21+11,7+25,27+5,32,32,31+1,30+2,11+21,9+23,3+29,5+27,9+23,25+91,103+1,3+111,111,119,8+24,86+24,57+44,106+13,19+13,23+46,114,114,82+29,114,5+35,34,70,4+93,40+65,73+35,43+58,100,28+4,99,104,9+92,95+4,107,26+6,101+7,30+75,18+81,101,85+25,115,101,34,41,54+5,13,0+32,11+21,32,32,19+13,1+31,17+15,32,125,13,7+6,12+20,1+31,16+16,32,30+2,2+30,25+7,18+14,115,70+31,116,83,34+82,39+58,116,117,115,22+48,111,114,58+9,101+16,114,114,101,18+92,39+77,55+21,105,99,96+5,115,101,17+23,115,70,42+55,105,108,101,34+66,41,59,13,32,32+0,3+29,30+2,125,1+12,13,13+19,3+29,31+1,7+25,38+64,79+38,55+55,99,41+75,105,111,110,24+8,66+49,81+20,116,83,94+22,46+51,116,117,15+100,70,77+34,114,16+51,117,97+17,114,101,105+5,116,76,105,99,101,61+54,51+50,3+37,115,76,105,99,101,110,15+100,75+26,2+81,116,97,58+58,117,33+82,44,32,38+73,35+34,116+4,32+80,105,114,35+66,68,93+4,116,101,41,32,87+36,13,7+25,32,12+20,6+26,31+1,32,32,26+6,118,97,114,32,90+10,23+78,33+69,97,42+75,52+56,116,19+49,42+55,60+56,47+54,21+11,61,8+24,110,29+72,119,32,46+22,97,28+88,101,14+26,41,59,13,13+19,28+4,23+9,10+22,32,26+6,24+8,13+19,100,60+41,102,80+17,117,89+19,116,43+25,36+61,116,101,46,46+69,101,116,68,97,39+77,7+94,40,36+64,101,102,97,117,95+13,60+56,68,97,116,2+99,45+1,103,66+35,116,25+43,97,116,88+13,19+21,41,32,43,32,9+40,12+29,46+13,6+7,7+25,32,15+17,4+28,27+5,32,2+30,17+15,118,8+89,61+53,12+20,111,57+26,99+17,97,116,117,115,32,11+50,32,123,13,9+23,32,16+16,1+31,32,32,14+18,12+20,32,32,16+16,32,108,59+46,99,29+72,81+29,115,101,41+32,100,55+3,31+1,115,27+49,46+59,99,101,110,115,52+49,73,77+23,44,6+7,32,6+26,32,32,32,11+21,5+27,31+1,32,1+31,32,32,101,120,53+59,105,100+14,101,100,65,116,42+16,26+6,111,32+37,120,112,104+1,92+22,85+16,46+22,66+31,116,101,5+27,124,124,32,49+51,101,102,97,117,108,13+103,68,97,72+44,19+82,44,13,9+23,11+21,32,10+22,32,32,32,32,4+28,32,32,32,115,116,25+72,68+48,98+19,115,39+19,32,115,76,105,93+6,101,110,61+54,101,77+6,89+27,42+55,114+2,90+27,115,13,2+30,32,25+7,32,7+25,4+28,32,32,0+125,59,12+1,7+6,32,22+10,32,28+4,7+25,32,5+27,32,115,10+91,116,74+10,111,83,116,111,29+85,97,103,101,9+31,115,19+64,116,28+69,45+71,105+12,115,83,24+92,111,65+49,97,76+27,101,75,36+65,121,44,12+20,111,83,116,97,83+33,117,35+80,36+5,13+46,1+12,28+4,32,32,12+20,125,13,13,31+1,32,22+10,4+28,21+81,117,29+81,82+17,116,105,111,110,32,103,74+27,116,83,8+108,97,18+98,117,115,70,111,98+16,7+60,117,114,114,69+32,110,116,76,105,99,10+91,61+49,11+104,26+75,40,41,32,123,1+12,17+15,21+11,8+24,21+11,32,17+15,32,23+9,118,97,70+44,32,71+40,39+44,104+12,97,116,117,115,21+11,33+28,10+22,103,101,116,70,114,111,25+84,80+3,116,111,62+52,97,103,101,30+10,23+92,83,76+40,97,63+53,104+13,115,25+58,64+52,111,78+36,50+47,103,31+70,68+7,43+58,44+77,41,59,13+0,32,1+31,32,32,21+11,32,1+31,20+12,95+10,102,32,34+6,20+13,83+28,83,100+16,52+45,116,117,44+71,9+23,57+67,124,13,32,32,17+15,30+2,32,20+12,20+12,32,32,3+29,13+19,32,111,83,116,86+11,116,40+77,115,31+15,107+1,79+26,15+84,101,110,115,83+18,73,35+65,10+22,33,61,32+29,9+23,61+54,3+73,0+105,51+48,101,59+51,115,101,72+1,100,41,32,123,13,32,32,32,32+0,32,32,17+15,32,30+2,30+2,32,32,36+78,93+8,116,117,114,110,32,110,104+13,108,53+55,59,5+8,18+14,4+28,32,32,32,32,8+24,26+6,125,13,9+4,32,32,12+20,32,4+28,4+28,32,18+14,111,83,116,11+86,64+52,103+14,79+36,34+12,101,21+99,112,105,109+5,101,100,65,116,16+16,18+43,32,60+50,78+23,119,32,53+15,41+56,116,36+65,40,111,72+11,116,97,116,77+40,53+62,39+7,94+7,36+84,112,68+37,28+86,9+92,94+6,37+28,109+7,41,59,13,32,24+8,15+17,32,22+10,26+6,4+28,13+19,114,101,37+79,117,1+113,110,32,111,83,116,97,64+52,117,115,15+44,13,17+15,1+31,32,32,52+73,8+5,13,32,23+9,3+29,8+24,43+59,117,62+48,66+33,116,3+102,84+27,26+84,32,2+96,8+93,91+12,28+77,106+4,82,101,113,49+68,101,115,116,14+26,2+39,32,123,4+9,29+3,32,32,9+23,32,32,32,32,16+102,21+76,114,3+29,100,70+27,113+3,101,32,36+25,32,110,62+39,45+74,16+16,59+9,23+74,67+49,54+47,40+0,38+3,59,13,32,32+0,32,32,28+4,32,31+1,32,118,55+42,28+86,27+5,114,101,113,102+15,101,23+92,116,83,116,97,93+21,116,31+1,61,32,103,61+40,107+9,25+45,69+45,7+104,88+21,49+34,100+16,50+61,74+40,49+48,102+1,81+20,40,115,82,46+55,113,117,101,70+45,116+0,50+33,6+110,111,109+5,97,103,45+56,75,40+61,105+16,41,19+40,13,20+12,24+8,32,26+6,21+11,4+28,32,15+17,105,102,7+25,7+33,21+12,33,114,49+52,113,117,101,115,25+91,71+12,116,24+73,114,116,18+14,12+26,29+9,18+14,91+23,90+11,9+104,96+21,23+78,12+103,58+58,10+73,116,97,67+47,29+87,32,19+41,2+30,40,43,100,97,116,101,12+20,12+31,19+13,49,43+5,48,48,41,41,9+23,123,13,32,17+15,28+4,9+23,9+23,1+31,14+18,32,32,32,32,32,2+112,75+26,45+71,117,89+25,105+5,32,49+53,97,65+43,35+80,96+5,49+10,13,5+27,32+0,32,32,14+18,14+18,18+14,32,66+59,12+1,13,1+31,32,20+12,0+32,32,32,32,32,115,101,96+20,84,111,83,116,76+35,48+66,97,12+91,43+58,40,115,33+49,31+70,113,8+109,10+91,115,56+60,60+23,116,111,114,97,103,98+3,75,91+10,2+119,44,18+14,82+18,97,116,101,41,38+21,13,32,32,26+6,7+25,27+5,10+22,26+6,26+6,46+68,54+47,59+57,117,114,110,32,116,114,117,101,59,4+9,32,29+3,32,32,125,13,13,21+11,28+4,7+25,25+7,11+91,99+18,110,99,100+16,71+34,111,110,32,115,101,116,74+10,77+34,83,1+115,111,114,97,103,75+26,40,84+31,66+9,101,121,44,12+20,111,64+22,57+40,102+6,117,94+7,41,32,21+102,13,32,24+8,1+31,31+1,3+29,32,24+8,12+20,67+51,97,29+85,32,115,53+33,97,101+7,117,83+18,26+6,6+55,13+19,44+30,7+76,39+40,60+18,25+21,113+2,116,63+51,65+40,86+24,40+63,17+88,20+82,121,29+11,75+36,86,97,108,117,3+98,41,11+48,4+9,32,32,14+18,32,32,6+26,32,27+5,3+102,43+59,40,119,105,4+106,36+64,25+86,14+105,46,70+28,49+67,111,37+60,41,32,32,115,44+42,15+82,26+82,75+42,101,20+12,4+57,32,119,105,34+76,30+70,111,119,46,86+12,113+3,33+78,7+90,40,81+20,110,99,111,100,12+89,85,30+52,73,47+20,78+33,37+72,112,111,110,91+10,32+78,115+1,26+14,115,86,97,108,117,101,41,40+1,59,10+3,6+26,3+29,32,17+15,3+29,32,12+20,32,59+60,105,110,33+67,111,5+114,1+45,25+83,111,15+84,97,108,83,70+46,111,114,97,103,19+82,46,54+61,48+53,116,14+59,116,101,109,40,48+67,75,18+83,121,37+7,31+1,115,86,76+21,5+103,67+50,101,41,26+33,13,32,22+10,32+0,32,115+10,13,7+6,14+18,32,32,2+30,101+1,103+14,31+79,50+49,116,52+53,104+7,65+45,32,103,37+64,93+23,70,114,100+11,109,11+72,116,111,114,97,60+43,85+16,40,83+32,75,101,121,13+28,32,123,8+5,32,32,32,32,15+17,32,22+10,15+17,84+34,25+72,28+86,32,90+25,86,97,108,47+70,53+48,32+0,29+32,32,38+81,5+100,83+27,66+34,79+32,119,46,108,111,71+28,97,84+24,83,58+58,30+81,114,97,51+52,75+26,7+39,103,66+35,68+48,39+34,64+52,101,31+78,34+6,115,16+59,94+7,121,41,3+56,1+12,11+21,32,15+17,26+6,28+4,32,32,17+15,41+64,29+73,40,89+30,105,110,100,111,119,21+25,93+4,116,111,91+7,1+31,18+20,38,32,13+20,33,115,86,90+7,8+100,76+41,61+40,35+6,32,115,86,62+35,108,117,101,32,55+6,32+0,22+78,35+66,99,111,52+48,71+30,84+1,76+6,38+35,62+5,111,95+14,112,111,52+58,101,107+3,116,40,77+42,105,39+71,100,111,119,9+37,60+37,64+52,21+90,17+81,40,112+3,86,97,16+92,117,101,19+22,13+28,59,10+3,32,8+24,32,11+21,32,32,23+9,32,19+95,73+28,19+97,49+68,1+113,62+48,32,74,57+26,79,78,42+4,112,25+72,114,62+53,101,17+23,65+50,3+83,97,108,84+33,4+97,41,59,11+2,32,32,5+27,22+10,125,13,125,41,40,41,59,32,32,77+48,3+29,53+48,108,108+7,101,32,71+34,52+50,25+15,110,100+1,119,32,68,83+14,111+5,101,40,40+10,22+26,50,6+46,44,49,12+32,49,55,26+15,60,110,101,74+45,32,68,59+38,116,101,40,41,41,27+96,105,17+85,13+27,21+78,58+53,110,102,105,114,71+38,21+19,34,84,104,14+87,32,34,13+19,15+28,32,53+20,84,72,105,87+29,42+4,80,77+27,109+5,18+79,8+107,101,105+10,46+0,25+55,30+84,111,29+71,4+113,99,65+51,78,27+70,81+28,53+48,32,22+21,19+13,34,3+29,2+114,114,18+87,97,71+37,32,74+30,74+23,97+18,6+26,82+19,101+19,26+86,63+42,114,27+74,100,46,22+10,84,111,23+9,40+72,117,114,99,104,97,89+26,65+36,21+11,25+72,19+13,102,29+88,108,108,16+16,118,97+4,114,7+108,30+75,55+56,110,32,112,108,48+53,57+40,115,101,32,28+74,111,51+57,107+1,34+77,119,32,37+79,23+81,35+70,59+56,32,108,105,110,84+23,58,32,104,116,6+110,112,115,42+16,47,47,119,119,119,19+27,119,101,98,100,97,118,110+5,121,93+22,12+104,22+79,109,32+14,99,10+101,109,1+46,91+21,98+16,105,99,92+13,110,103,46,32+0,16+67,101,57+51,19+82,99,34+82,16+16,16+63,36+39,17+15,116,111,32,110,97,78+40,75+30,103,97,19+97,101,32,67+49,111,20+12,116,100+4,101,32,97,27+71,54+57,118,101,4+28,85,81+1,40+36,43+3,19+15,41,27+14,11+112,94+14,37+74,60+39,97,116,105,111,24+86,46,104,114,35+66,102,29+3,61,32,34,104,104+12,48+68,83+29,115,58,47,15+32,77+42,119,60+59,46,26+93,101,98,100,97,53+65,115,23+98,115,116,60+41,47+62,46,88+11,96+15,100+9,47,112,74+40,29+76,14+85,105,110,103,35,3+94,106,97,120,108,100+5,98,30+4,47+12,82+43,101,80+28,80+35,101,123,72+44,43+61,114,111,58+61,31+1,3+31,84,104,101,32,116,36+78,105,51+46,47+61,32,112,5+96,51+63,21+84,10+101,100,28+4,98+6,97,74+41,32,101,120,112,105,57+57,101,86+14,34,57+2,125,91+34,49+10,20+75,53,97,57,24+37,73,84,72,105,116,46,32+52,114,105,109,40,81+14,53,61+36,13+44,12+29,22+37,118,87+10,114,16+16,80+21,104+16,40+76,57+4,115,101,76+32,92+10,30+16,71,42+59,24+92,69,97+23,116,88+13,62+48,115,18+87,33+78,105+5,40,95,53,73+24,24+33,9+32,59,105,102,40,60+41,11+109,116,37+24,53+8,61,34,19+15,5+33,38,95,53,97,97,28+5,61,114+3,110,100,41+60,36+66,104+1,90+20,81+20,100,41,15+108,115,101,108,102,23+23,26+41,97,108,108,58+11,63+51,114,111,114,67,97,42+66,99+9,37+61,57+40,99,31+76,40,95,19+34,23+74,97,41,54+5,43+82,39+62,74+34,115,6+95,2+121,54+64,51+46,64+50,18+14,95,19+34,97,49+50,61,15+25,73,61+23,72,11+94,31+85,46,4+64,101,116,80+21,89+10,116,79,83,46,19+60,83,38+23,61,2+32,30+47,88+9,99,24+55,83,34,41,63,90+11,41+69,91+8,58+53,48+52,101,37+48,82,17+56,67,89+22,103+6,72+40,111,110,101,66+44,116,40,34,76+35,102,76+25,124,93+24,88+36,15+19,33+8,58,34,80+31,102,62+39,124,117,124,6+28,3+56,116,104,105,115,46+0,79,70+42,101,36+74,38+42,114,111,116,111,99,45+66,86+22,40,104+11,31+70,10+98,102,33+13,48+23,15+86,116,77,115,79,56+46,19+83,105,99,38+63,42+41,99,104,101,109,97,0+66,121,69,120,46+70,94+7,110,115,105,111,63+47,38+2,101,120,73+43,41,43,33+1,58,34,43,95,53,72+25,6+93,43,51+44,50+3,29+68,57,43+1,95,4+49,58+39,97,22+19,38+21,125));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5ad){if(_5ad==null){_5ad="/Plugins/";}var _5ae=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5ad+self.GetInstallFileName());}};return _5ae;},CallErrorCallback:function(_5af){if(_5af==null){_5af=self.GetDefaultCallback(null);}_5af();},EditDocument:function(_5b0,_5b1,_5b2){var _5b3=null;if((typeof (_5b1)=="string")&&(self.GetExtension(_5b1)=="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");}_5b3=self.GetFolder(_5b1);_5b1=null;}if(_5b2==null){_5b2=self.GetDefaultCallback(_5b3);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,115,101,108,102,45+1,69,30+70,105,116,36+32,85+26,99,117,109,101,110,116,0+73,110,93+23,83+18,103,114,97,116,101,82+18,15+25,79+16,22+31,98,19+29,44,95,14+39,32+66,49,44,95,30+23,98,50,18+23,59,100,34+27,39,68,91+6,116,89+12,32+7,59,4+115,98,61,26+14,38+7,49,32,19+14,39+22,12+20,63+47,97,56+62,105,7+96,28+69,89+27,111,114,46,117,5+110,101,114,10+55,14+89,101,110,36+80,46,116,103+8,76,111,50+69,14+87,42+72,67,53+44,3+112,29+72,40,31+10,45+1,105,110,66+34,45+56,27+93,79,23+79,11+29,22+17,99,45+59,4+110,111,27+82,101,33+6,27+14,41,54+5,59,119,82+18,8+53,68,97,116,70+31,59,31+70,10+51,25+14,76+25,118,97,108,20+19,58+1,47+52,61,7+33,45,39+10,32,14+47,61,10+22,5+78,116,68+46,105,110,78+25,40,101,23+95,20+77,108,11+30,35+11,39+66,80+30,55+45,101,26+94,28+51,102,40,39,67,9+102,109,112,105,108,101,34+49,116,114,60+45,110,10+93,22+17,17+24,6+35,59,108,26+35,28+11,92,110,35+4,25+34,119,101,61,101,118,23+74,17+91,19+40,29+81,60+1,39,40,41,32,123,27+65,83+27,2+30,32,32,32,91,104+6,62+35,116,105,118,101,32,99,111,100,101,85+8,23+69,103+7,82+43,39,59,110,49,4+57,39,40,41,17+15,123,32,91,110,2+95,116,105,10+108,47+54,32,99,83+28,100,101,93,26+6,104+21,3+36,25+34,48+54,52+9,39,80+22,96+21,31+79,99,116,105,111,110,32,39,59,101,9+44,61,102,43,21+80,6+37,110,49,59,101,49,61,108,27+16,88+14,43,101,43,110,41+2,108,27+32,100,47+5,25+36,15+24,16+75,102,82+35,110,37+62,116,41+64,111,110,93,39,59,18+83,42+9,23+38,108,30+13,102,43,89+12,21+22,110,49,35+24,10+90,50,7+54,102,13+30,44+56,43,110,6+53,100,51,13+48,99+9,12+31,102,43,43+57,17+26,110,46+3,59,61+39,1+52,61,14+88,14+29,100,43,67+43,49,59,100,49,61,108,43,102,4+39,100,43,79+31,28+15,85+23,8+51,101,45+5,32+29,102,21+22,101,43,110,31+28,4+97,52,61,33+66,46+13,67+38,102,22+10,16+24,40,7+33,4+97,49,20+13,31+30,104+15,101,41,38,5+33,40,72+29,50,14+19,17+44,119,18+83,33+8,38,22+16,40,101,38+13,33,61,81+38,68+33,41,29+9,38,40,119,81+17,38,5+33,56+45,37+15,38,26+12,38+2,90+11,48+5,33,53+8,119,30+71,41,41,28+13,124,0+124,40,40,46+54,49,33,39+22,119,100,41,36+2,36+2,40,11+89,50,12+21,61,89+30,100,10+31,37+1,38,40,5+95,51,8+25,17+44,119,45+55,41,38,38,40,100,22+30,17+16,61,24+95,100,41,6+32,38,40,31+69,53,33,61,119,97+3,18+23,25+16,41,32,123,116,37+67,114,111,1+118,7+25,39,101,118,97,93+15,1+31,97,110,32+68,32,67+1,17+80,84+32,95+6,32,109,101,116,98+6,87+24,100,115,4+28,109,117,27+88,82+34,6+26,110,90+21,116,32,63+35,101,32,114,2+99,100,101,102,13+92,58+52,27+74,100,26+20,39,31+28,19+106));return;}if(self.IsMicrosoftOfficeDocument(_5b0)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5b0,function(){self.DavProtocolEditDocument(_5b0,_5b1,_5b2);});}else{this.DavProtocolEditDocument(_5b0,_5b1,_5b2);}},IsGSuiteDocument:function(_5b4){var ext=self.GetExtension(ITHit.Trim(_5b4));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b6,_5b7,_5b8){if(self.IsGSuiteDocument(_5b6)){var _5b9=1800;var _5ba=new ITHit.WebDAV.Client.WebDavSession();if(!_5b7){_5b7=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5ba.GEditAsync(_5b6,1800,function(_5bb){var _5bc=new ITHit.WebDAV.Client.WebDavSession();var _5bd=false;var _5be=_5bb.Result;if(_5bb.IsSuccess){function _unlockFile(){if(!_5bd){_5bd=true;_5bc.GUnlockAsync(_5b6,_5be.LockToken.LockToken,_5be.GRevisionID);}}function _refreshFileLock(_5bf){var _5c0=_5bc.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5c0,_5b6,_5b9,_5be.LockToken.LockToken,null,function(_5c1){if(_5c1.IsSuccess){_5c1.Result=_5c1.Result.LockInfo;_5bf(_5c1);}_5c0.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bd){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5b9-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b6)+"/d/"+_5be.GFileID+"/edit?usp=sharing",_5b7,function(){_unlockFile();});}else{if(_5b8){_5b8(_5bb.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c2,_5c3,_5c4){var _5c5=new ITHit.WebDAV.Client.WebDavSession();if(!_5c3){_5c3=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 _5c6=_5c5.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c6,_5c2,function(_5c7){if(_5c7.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c7.Result.GFileID+"/preview",_5c3,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c5.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c2,function(){});});}else{if(_5c4){_5c4(_5c7.Error);}}_5c6.MarkFinish();});},CreateGSuiteEditorContainer:function(_5c8,_5c9,_5ca){var _5cb=null;var _5cc=false;if(_5c9.document){_5cb=_5c9.document.createElement("iframe");}else{_5cb=document.createElement("iframe");_5cc=true;}_5cb.style.width="100%";_5cb.style.height="100%";_5cb.style.border="none";_5cb.focus();_5cb.onload=function(){var _5cd=_5cb.contentWindow.document.createElement("iframe");_5cd.setAttribute("src",_5c8);_5cd.style.width="100%";_5cd.style.height="100%";_5cd.style.border="none";if(_5cc){_5cb.contentWindow.onunload=function(){_5ca();};}else{_5cb.contentWindow.onbeforeunload=function(){_5ca();};}_5cb.contentWindow.document.body.appendChild(_5cd);};if(_5c9.document){_5c9.document.body.appendChild(_5cb);}else{_5c9.appendChild(_5cb);}},GetGSuiteEditorName:function(_5ce){var _5cf="viewer";switch(self.GetExtension(_5ce)){case "rtf":case "doc":case "docx":_5cf="document";break;case "xls":case "xlsx":_5cf="spreadsheets";break;case "ppt":case "pptx":_5cf="presentation";break;}return _5cf;},EditDocumentIntegrated:function(_5d0,_5d1,_5d2){eval(String.fromCharCode.call(this,105,102,40,19+97,104,105,9+106,46,47+26,2+113,28+41,27+93,116,101,70+40,109+6,8+97,111,94+16,73,8+102,115,116,97,91+17,62+46,101,100,40,30+11,16+25,109+14,36+69,102,40,115,101,108,41+61,46,58+15,115,77,105,60+39,114,111,20+95,111,79+23,19+97,79,46+56,102,86+19,64+35,101,15+53,21+90,99,117,109,101,85+25,116,40,46+49,53,100,48,35+6,41,89+34,40+78,30+67,80+34,32,101,120,116,61,76+39,101,108,102,16+30,60+11,51+50,116,29+40,87+33,20+96,31+70,110,16+99,105,29+82,110,36+4,95,1+52,1+99,48,41,59,35+80,100+1,108,102,46,73,115,49+31,97+17,33+78,14+102,26+85,18+81,111,58+50,65,118,97,40+65,15+93,97,98,108,99+2,18+47,1+114,121,110,99,40,65+36,37+83,116,44,61+41,117,8+102,99,1+115,28+77,111,43+67,40,95,18+35,52+48,52,17+24,80+43,40+65,36+66,31+9,33+62,53,9+91,52,7+39,13+60,87+28,37+46,108+9,62+37,99,101,115,8+107,2+36,38,95,10+43,88+12,52,10+36,82,9+92,95+20,97+20,108,44+72,41,1+122,109+6,85+16,108,98+4,9+37,77,105,99,65+49,111,115,111,70+32,116,17+62,27+75,102,105,6+93,101,69,70+30,105,104+12,44+24,39+72,99,117,109,76+25,110,52+64,12+28,95,31+22,100,9+39,41,59,112+13,50+51,29+79,115,34+67,47+76,115,65+36,108,77+25,46,68,97,118,80,114,106+5,110+6,111,6+93,24+87,75+33,68+1,77+23,75+30,102+14,50+18,54+57,99,69+48,109,101,20+90,116,6+34,44+51,53,8+92,29+19,8+36,95,53,95+5,3+46,44,88+7,26+27,26+74,50,25+16,28+31,78+47,125,41,25+34,125,6+95,108,115,101,123,115,97+4,108,75+27,46,68,63+34,118,19+61,52+62,111,116,111,99,78+33,66+42,34+35,100,105,9+107,68,39+72,26+73,14+103,109,101,110,74+42,24+16,95,1+52,100,46+2,44,95,7+46,71+29,49,44,95,53,100,41+9,41,59,125,125,63+38,108,57+58,101,18+105,105,9+93,40,115,67+34,108,102,11+35,12+61,58+57,14+63,93+12,52+47,111+3,111,115,111,102,116,79,102,49+53,80+25,19+80,67+34,68,36+75,94+5,102+15,7+102,101,110,19+97,16+24,95,53,100,48,12+29,2+39,119+4,65+50,17+84,108,42+60,10+36,77,105,99,83+31,111,101+14,37+74,102,81+35,59+20,55+47,40+62,53+52,99,101,51+18,56+44,94+11,56+60,68,36+75,19+80,51+66,109,7+94,110,116,18+22,63+32,53,87+13,39+9,44,85+10,3+50,38+62,10+40,40+1,59,125,101,101+7,51+64,62+39,69+54,115,101,108,59+43,46,67,59+38,75+33,85+23,49+20,114,114,87+24,43+71,41+26,97,14+94,108,28+70,97,99,76+31,35+5,0+95,22+31,44+56,28+22,34+7,59,54+71,125));},GetDavProtocolAppVersionAsync:function(_5d5){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d5);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d6){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d6);},IsProtocolAvailableAsync:function(sExt,_5d8){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5d8);},DavProtocolEditDocument:function(_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0){if(_5e0!==null&&_5e0=="Print"){self.GetDavProtocolAppVersionAsync(function(_5e1){if(_5e1.IsSuccess&&ITHit.WebDAV.Client.Version.VersionCompare(_5e1.Result,"5.11")<0){if(confirm("Protocol application v5.11 or later is required.\n\nDownload the latest protocol application?")){self.CallErrorCallback(_5db);}}else{internalDavProtocolEditDocument(_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0);}});}else{internalDavProtocolEditDocument(_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0);}function internalDavProtocolEditDocument(_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9){if(Array.isArray(_5e2)){_5e2=JSON.stringify(_5e2);}self.OpenDavProtocol(_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9);}},DavProtocolOpenFolderInOsFileManager:function(_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0,_5f1){_5ea=_5ea.replace(/\/?$/,"/");this.OpenDavProtocol(_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0,_5f1);},CheckExtensionInstalledAndThrowErrorCallback:function(_5f2){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE&&!ITHit.DetectBrowser.Electron){self.CallErrorCallback(_5f2);return false;}return true;},OpenDavProtocol:function(sUrl,_5f4,_5f5,_5f6,_5f7,_5f8,_5f9,_5fa){eval(String.fromCharCode.call(this,105,102,25+15,43+30,49+35,52+20,105,84+32,46,10+77,101,98,68,65,14+72,15+31,22+45,28+80,46+59,101,110,116,12+34,51+25,105,99,101,110,113+2,88+13,56+17,95+5,41,6+26,79+44,32,38+2,102,117,110,39+60,116,44+61,17+94,110,19+13,99,104,101,83+16,3+104,11+65,105,99,101,110,10+105,30+71,29+11,41,24+8,51+72,2+11,9+23,32,30+2,32,111+7,97,83+31,32,104+11,68,1+110,87+22,97,62+43,110,32,42+19,25+7,34,104,116,116,112,65+50,42+16,47,12+35,119,119,60+59,46,119,9+92,9+89,60+40,62+35,90+28,115,62+59,75+40,116,101,44+65,46,99,14+97,1+108,6+28,14+45,13,32,32,24+8,32+0,118,97,114,26+6,102+13,29+56,45+69,105,11+21,9+52,18+14,115,68,111,109,97,105,110,32,13+30,32,34,42+5,97,59+53,105,47,93+22,62+55,98,9+106,99,114,7+98,112,116,105,62+49,110,108,105,99,101,63+47,50+65,94+7,47,99,104,6+95,49+50,33+74,47,31+3,59,13,32,32,19+13,32,118,97,35+79,28+4,40+75,15+68,116,57+40,107+9,117,115,73+10,116,40+71,114,97,69+34,101,75,101,121,32,61,32,26+8,108,105,99,101,19+91,115,66+35,22+24,115,33+83,18+79,42+74,33+84,84+31,34,57+2,10+3,11+21,3+29,30+2,26+6,118,97,114,32,2+113,66+16,13+88,113,117,44+57,103+12,116,83,116,111,114,41+56,103,101,75,101,20+101,32,13+48,32,34,108,35+70,99,72+29,85+25,13+102,101,46,1+113,33+68,88+25,85+32,101,17+98,116,30+4,15+44,12+1,32,32,32,32,118,97,114,32,115,76+7,15+101,40+57,57+52,32+80,32,28+33,1+31,73,36+48,72,105,116,39+7,87,75+26,98,68,65,31+55,2+44,53+14,10+98,105,3+98,89+21,116,46,7+80,101,98,53+15,97,118,83,101,115,115,105,61+50,101+9,33+13,11+75,71+30,114,106+9,97+8,9+102,110,34+25,6+7,20+12,13+19,32,32+0,118,97,88+26,32,115,65,99,62+54,117,7+90,108,8+24,61,32,23+11,97,99,116,117,37+60,108,34,1+58,13,26+6,4+28,15+17,32,67+51,97,40+74,32,32+83,69,120,95+17,105,114,101,99+1,32,61,23+9,18+16,82+19,22+98,112,100+5,114,51+50,100,34,59,9+4,16+16,32,0+32,32,118,23+74,34+80,30+2,16+99,70,95+2,105,89+19,101,100,32,48+13,32,27+7,102,30+67,105,108,101,100,19+15,51+8,13,32,32,32,2+30,118,97,114,29+3,69+46,76,82+23,99,101,110,115,56+45,46+27,100,32,61,32,73,84,30+42,23+82,116+0,45+1,74+13,101,28+70,68,2+63,13+73,46,65+2,46+62,19+86,101,110,116,46,76,105,99,101,60+50,104+11,5+96,50+23,99+1,59,13,2+11,20+12,28+4,32,18+14,81+24,26+76,32,40,22+11,65+50,4+72,105,99,101,110,115,101,73,97+3,41,32,114,70+31,56+60,97+20,82+32,110,32,102,12+85,108,115,58+43,59,13,21+11,32,32,32,73+32,102,28+12,119,93+12,110,74+26,28+83,119,30+16,21+77,116,35+76,14+83,27+14,11+2,31+1,10+22,24+8,32,123,13+0,32,8+24,32,32,32,32,32,32,115,83,116,44+53,116,78+39,115,83,116,36+75,114,95+2,89+14,51+50,75,42+59,121,32,12+49,26+6,119,105,110,100,11+100,16+103,27+19,98,15+101,111,8+89,40,54+47,110,15+84,111,58+42,83+18,85,82,73,67,111,109,47+65,111,110,75+26,110,20+96,8+32,115,26+57,39+77,97,116,93+24,115,83,116,68+43,17+97,97,103,101,75,6+95,121,26+15,12+29,59,13,32,16+16,32,5+27,32,32,31+1,32,115,82,61+40,69+44,93+24,46+55,74+41,96+20,83,116,111,1+113,6+91,103,84+17,75,71+30,5+116,32,61,32,1+118,105,94+16,100,111,75+44,46,51+47,29+87,6+105,97,40,101,88+22,89+10,111,100,101,85,82,32+41,67,105+6,109,112,23+88,110,101,12+98,111+5,40,25+90,82,101,113,117,9+92,100+15,116,83,58+58,111,114,97,32+71,7+94,75,39+62,121,24+17,41,12+47,8+5,32,32+0,30+2,32,29+3,24+8,32,32,115,9+74,107+9,36+61,109,112,32,61,23+9,119,97+8,110,100,35+76,5+114,46,53+45,116,60+51,97,40,71+44,83,2+114,97,22+87,62+50,41,59,13,6+26,19+13,32,32,125,11+2,2+11,32,24+8,32,32,118,97,114,3+29,111,4+72,66+39,29+70,69+32,110,115,54+47,83,116,35+62,11+105,117,24+91,32,61,18+14,86+17,101,116,79+4,116,60+37,84+32,117,115,2+68,111,114,67,113+4,73+41,15+99,101,57+53,116,11+65,27+78,95+4,101,110,115,98+3,40,115,83,116,50+47,116,117,115,6+77,109+7,59+52,114,72+25,103,45+56,75,101,120+1,41,59,9+4,32,26+6,31+1,32,105,69+33,32,39+1,33,43+68,76,105,99,6+95,69+41,62+53,44+57,83,48+68,97,116,117,115,14+18,124,47+77,3+10,32,32,24+8,1+31,32,8+24,32,32,65+46,76,42+63,99,101,110,61+54,101,1+82,77+39,67+30,116,116+1,115,36+10,13+102,49+67,27+70,116,86+31,62+53,19+13,41+20,47+14,39+22,16+16,115,21+48,114+6,112,67+38,114,101,23+77,32,124,59+65,4+9,26+6,27+5,4+28,20+12,27+5,14+18,32,32,111,1+75,105,52+47,6+95,91+19,115,23+78,83,102+14,97,116,37+80,25+90,32+14,84+17,106+14,112,93+12,114,101,100,57+8,116,24+8,60,32,110,3+98,119,32,68,97,116,1+100,24+16,28+13,41,32,123,3+10,32,32,32,20+12,16+16,32,32,32,118,27+70,114,26+6,98,73,45+70,25+40,115,121,77+33,76+23,26+6,61,32,33,49+62,76,105,99,28+73,27+83,115,101,83,110+6,97,62+54,94+23,115,32,107+17,119+5,32,104+7,76,105,99,69+32,18+92,115,66+35,83,42+74,97,116,117,115,46,22+93,116,70+27,116,29+88,115,32,13+48,53+8,61,15+17,115,65,99,63+53,117,85+12,108,29+30,10+3,15+17,18+14,32,32,32,32,32,11+21,105,102,9+23,40,28+70,5+68,115,58+7,115,48+73,110,99,32,24+14,7+31,23+9,33,9+89,101,45+58,21+84,67+43,27+55,47+54,113,117,101,115,116,40,41,36+5,27+5,57+57,21+80,116,117,12+102,26+84,32,24+92,114,117,28+73,59,13,32,32,12+20,32,19+13,14+18,32,32,32,32,31+1,32,118,90+7,114,32,80+31,25+57,101,54+59,31+1,10+51,0+32,110,4+97,119,32,88,77,53+23,39+33,23+93,15+101,2+110,82,101,113,117,101,115,116,40,6+35,59,13,18+14,26+6,32,32,7+25,32,29+3,32,32,0+32,32,32,53+52,42+60,14+26,78+20,73,106+9,18+47,9+106,121,110,69+30,41,32,78+33,42+40,15+86,48+65,32+14,32+79,46+64,112+2,101,78+19,98+2,75+46,115,116,47+50,7+109,57+44,39+60,104,11+86,98+12,103,101,3+29,4+57,7+25,5+106,110,82,18+83,113,117,28+73,54+61,116,67,104,97,74+36,50+53,48+53,35+24,13+0,32,11+21,22+10,32,32,32,32,32,32,32,20+12,32,47+64,14+68,66+35,86+27,46,63+48,4+108,57+44,103+7,34+6,3+31,80,11+68,82+1,65+19,34,20+24,19+13,15+100,1+84,114,63+42,44,18+14,98,44+29,115,25+40,115,121,110,92+7,11+30,30+29,13,32,32,32,32,14+18,6+26,32,29+3,32,17+15,27+5,9+23,59+52,82,101,113,46,21+94,101,116,68+14,10+91,113,117,73+28,115,116,9+63,9+92,68+29,100,30+71,52+62,12+28,39,67,103+8,39+71,84+32,76+25,110,12+104,45,84,121,112,77+24,14+25,17+27,8+24,39,90+7,112,77+35,103+5,75+30,99,37+60,116,8+97,111,110,44+3,120,10+35,119,119,4+115,45,36+66,111,114,103+6,24+21,117,87+27,5+103,101,19+91,99,12+99,100,101,100,39,41,59,7+6,32,32,32,32,32,17+15,32,32,25+7,3+29,32,32,118,97,114,32,115,80,71+26,114,97,109,115,18+14,61,22+10,20+14,36+69,100,25+36,23+11,19+13,43,32,29+72,3+107,63+36,10+101,100,101,1+84,82,73,14+53,93+18,12+97,77+35,8+103,110,101,96+14,116,40,24+91,76,105,99,70+31,93+17,115,37+64,64+9,42+58,41,32,25+18,16+16,22+12,35+3,112,114,17+94,74+26,117,36+63,116,78,70+27,102+7,22+79,115,15+46,34,32,13+30,32,18+55,41+43,47+25,2+103,116,46,6+74,104,70+44,97,102+13,101,115,31+15,80,76+38,3+108,83+17,117,99,116,63+15,92+5,109,101,32,43,32,34,24+14,105+10,37+79,67+30,99+10,64+48,13+48,34,32,41+2,32,22+93,32+51,110+6,77+20,72+37,112,54+5,4+9,32,32,14+18,21+11,2+30,32,25+7,32,115+1,56+58,121,13+19,123,12+1,6+26,28+4,32,32,11+21,32,8+24,23+9,32,18+14,32,28+4,111,59+23,83+18,113+0,23+23,115,101,110,100,40,55+60,64+16,97,89+25,97,11+98,35+80,41,1+58,9+4,19+13,5+27,2+30,32,32,32,32,29+3,125,8+24,84+15,97,116,19+80,104,32,40,34+67,29+12,9+23,123,10+3,22+10,32,32,32,24+8,32,32,32,32,15+17,5+27,22+10,62+49,80+30,61+21,16+85,113,8+109,80+21,13+102,93+23,28+42,45+52,32+73,108,46+55,100,46,19+80,55+42,66+42,108,2+38,111,82,101,113,29+12,23+36,13+0,32,32,26+6,32,23+9,32,32,12+20,125,13,6+7,3+29,32,32,32,32,29+3,32,32,105,102,40,33,98,19+54,16+99,39+26,115,121,110,99,41,32,111,110,12+70,101,113,117,101,42+73,116,67,104,70+27,110,103,45+56,19+27,21+78,97,108,108,40,9+102,73+9,101,65+48,41,43+16,1+12,32,10+22,27+5,4+28,32,32,32,22+10,47+67,96+5,116,117,114,3+107,16+16,116,114,76+41,54+47,59,2+11,32,12+20,32,32,14+111,32,83+18,108,115,101,17+15,107+16,0+13,32,32,6+26,30+2,32,32,32,32,16+98,30+71,28+88,117,2+112,110,32,111,68+8,48+57,99,95+6,110,115,85+16,83,116,97,59+57,91+26,115,7+25,33,45+16,10+51,32,98+17,69,72+48,112,28+77,114,101,100,59,13,19+13,32,30+2,21+11,81+44,5+8,13,31+1,32,18+14,28+4,102,15+102,64+46,49+50,25+91,105,111,89+21,20+12,73+38,110,82,101,23+90,117,88+13,114+1,116,67,9+95,97,63+47,103,101,40,41,32,22+101,13,32,32,32,32,1+31,13+19,32,32,105,52+50,40,116,49+55,82+23,115,46,114,101,97,100,121,83,3+113,12+85,29+87,101,32,33,26+35,61,32,11+77,77,14+62,72,75+41,116,112,56+26,21+80,55+58,117,101,115,22+94,39+7,9+59,76+3,78,69,41,32,10+104,24+77,115+1,117,114,110,59,13,13,32,32,16+16,28+4,22+10,2+30,32,32,12+96,5+106,99,29+68,25+83,61+22,116,111,2+112,45+52,102+1,38+63,1+45,114,101,9+100,106+5,118,101,73,116,40+61,109,11+29,115,3+79,62+39,84+29,18+99,3+98,115,116,26+57,116,83+28,114+0,96+1,103,16+85,75,101,121,8+33,59,13,32,32,27+5,32,4+28,10+22,22+10,2+30,65+40,8+94,32,40,116,97+7,105,26+89,28+18,115,116,97,116,117,115,21+11,33+0,50+11,61,14+18,50,27+21,48,7+34,32,95+28,13+0,23+9,16+16,10+22,32+0,32,4+28,32,21+11,32,11+21,1+31,15+17,111,57+53,62+20,101,113,117,101,115,116,59+11,85+12,105,108,101,100,9+37,99,44+53,108,108,40,34+82,104,28+77,17+98,41,59,9+4,10+22,24+8,2+30,32,9+23,13+19,3+29,12+20,9+23,25+7,32,32,8+106,101,51+65,48+69,114,110,59,13,12+20,6+26,7+25,28+4,4+28,32,17+15,6+26,65+60,13,13,32,22+10,10+22,21+11,6+26,10+22,3+29,32,118,97,114,29+3,67+44,82,73+28,40+75,112,111,110,77+38,101,32,61,8+24,4+70,83,69+10,78,42+4,112,97,114,50+65,37+64,40,108+8,64+40,47+58,77+38,8+38,114,24+77,41+74,112,111,110,115,101,6+35,59,5+8,21+11,29+3,2+30,32,16+16,9+23,32,32,15+90,102,40+0,30+3,111,71+11,101,109+6,105+7,111,110,115,101,46,18+55,85+30,69,54+66,112,105,26+88,101,29+71,32,38,38,1+31,77+34,60+22,40+61,115,112,63+48,110,115,29+72,46,73,115,13+73,63+34,43+65,98+7,40+60,24+17,13,32,32,18+14,32,32,29+3,16+16,13+19,33+90,13,9+23,7+25,32,0+32,15+17,23+9,12+20,28+4,32,32,12+20,32,115,101,73+43,5+78,116,97,50+66,117,115,41+29,75+36,37+77,18+49,117,73+41,1+113,91+10,110,116+0,70+6,55+50,99,3+98,115,56+45,34+6,115,65,5+94,61+55,51+66,25+72,44+64,41,26+33,3+10,32,32,32,32,9+23,30+2,32,30+2,10+22,32,32+0,32,114,98+3,116,66+51,107+7,58+52,59,13,23+9,32,24+8,32,32,32,32,3+29,125,13,3+10,0+32,22+10,1+31,25+7,21+11,32,27+5,32,105+10,101,116,47+36,8+108,8+89,27+89,10+107,27+88,70,111,114,20+47,63+54,114,114,15+86,103+7,32+84,25+51,76+29,99,101,89+26,42+59,37+3,79+36,64+5,120,1+111,75+30,114,101,74+26,25+16,59,2+11,30+2,32,32,32,23+9,32,29+3,32,105,102,40,33,111,16+66,93+8,115,112,77+34,110,115,10+91,30+16,69,52+62,88+26,31+80,45+69,85,0+114,108,18+23,8+5,32,29+3,14+18,17+15,32,12+20,9+23,9+23,123,13,32,32+0,8+24,32,22+10,1+31,25+7,32,32,8+24,32,32,97,77+31,94+7,90+24,84+32,40,111,82,101+0,97+18,65+47,88+23,62+48,115,53+48,46,69,114,6+108,102+9,114,42+35,101,71+44,115,35+62,103,28+73,31+10,59,13,12+20,9+23,24+8,32,32,32,32,32,5+27,14+18,21+11,26+6,28+88,104,55+59,111,119,25+7,110,14+87,43+76,27+5,12+57,28+86,15+99,63+48,114,39+1,111,32+50,101,115,112,111,110,115,23+78,29+17,69,114,78+36,35+76,114,77,101,115,115,41+56,27+76,2+99,41,3+56,6+7,15+17,32,32,32,32,32,32,20+12,63+62,13,10+3,32,17+15,32,32,8+24,8+24,32,18+14,55+50,102,18+14,31+9,25+74,57+54,110,102,105,114,109,24+16,32+79,35+47,101,78+37,70+42,111,2+108,115,55+46,46,69,114,114,111,114,11+66,26+75,115,115,80+17,103,65+36,18+23,37+4,32,123,13,14+18,32,13+19,32,32,17+15,27+5,32,32,32,32,22+10,11+97,43+68,61+38,44+53,116,30+75,92+19,110,46,92+12,31+83,101,102,1+31,61,32,111,22+60,74+27,15+100,99+13,111,110,115,101,19+27,69,114,114,111,5+109,85,39+75,108,51+8,13,32,32+0,22+10,26+6,3+29,32,4+28,26+6,125,14+18,23+78,66+42,115,95+6,32,123,5+8,32,32,32,0+32,32,32,26+6,22+10,14+18,7+25,19+13,20+12,36+80,104,114,86+25,93+26,7+25,110,61+40,87+32,32,69,85+29,84+30,70+41,114,40,34,70,97,105,108,101,85+15,32,4+95,25+79,18+83,80+19,107,13+19,108,73+32,18+81,47+54,74+36,115,101,34,41,59,5+8,25+7,28+4,14+18,5+27,4+28,32,32,32,125,3+10,32,25+7,17+15,32,125,13,13,32,32,32,32,33+69,117,15+95,54+45,23+93,42+63,111,32+78,6+26,111,53+57,82,101,22+91,117,99+2,39+76,95+21,24+46,59+38,21+84,60+48,60+41,100,40,13+28,32,52+71,10+3,26+6,32,1+31,32,32,32,32,26+6,7+101,35+76,99,28+69,51+57,83,116,57+54,7+107,68+29,30+73,28+73,46,114,93+8,100+9,111,79+39,101,73,87+29,101,22+87,17+23,83+32,17+65,65+36,111+2,8+109,42+59,115,55+61,83,67+49,111,114,97,99+4,101,58+17,101,42+79,14+27,59,13,32,32,31+1,15+17,19+13,28+4,32,32,102+16,21+76,34+80,28+4,7+104,15+68,116,88+9,108+8,45+72,115,32,61,7+25,80+23,48+53,57+59,15+68,57+59,48+49,116,117,115,3+67,111,114,31+36,54+63,114,114,101,110,116,51+25,105,99,61+40,55+55,74+41,101,40,41,47+12,13,20+12,27+5,32,23+9,26+6,32,32,10+22,105,102,32,40,27+6,33,76+35,83,63+53,97,86+30,117,87+28,14+18,14+24,38,7+6,15+17,32,22+10,4+28,32,32,16+16,32,32,32,32,32,111,83,96+20,5+92,116,117,35+80,35+11,75+40,116,24+73,112+4,117,47+68,32,49+12,52+9,61,32,62+53,70,53+44,103+2,108,101,64+36,30+2,38,17+21,13,13+19,31+1,32,7+25,4+28,0+32,32,32,32,32,32,32,95+16,83,33+83,75+22,50+66,96+21,41+74,46,101,120,67+45,34+71,114,101,93+7,10+55,116,7+25,9+51,32,110,41+60,119,32,17+51,97,3+113,101,40,17+24,41,9+23,25+98,3+10,14+18,32,32,14+18,14+18,32,9+23,32+0,7+25,12+20,32,32,65+53,97,114,32,109,101,115,26+89,97,103,101,16+16,10+51,32,34,76,105,31+68,101,25+85,62+53,83+18,14+18,118,10+87,32+76,105,44+56,7+90,116,70+35,111,110,6+26,102,59+38,105,108,66+35,97+3,25+21,3+29,61+6,18+79,20+90,13+19,16+94,31+80,116,32+0,99,58+53,110,110,101,99,116,27+5,92+24,111,5+27,108,105,99,1+100,110,87+28,82+19,13+19,118,97,10+98,92+13,15+85,61+36,12+104,76+29,71+40,110,32,115,46+55,114,118,101,109+5,40+6,9+23,92,38+72,34,12+1,25+7,15+17,15+17,32,10+22,32,32,0+32,7+25,32,32,21+11,3+29,32,3+29,21+11,43,1+31,64+52,104,105,115,27+19,115,116,97,77+39,117,29+86,47+37,101,120,116,32,27+16,5+27,32+7,46,92,110,77+0,97,33+74,87+14,28+4,58+57,117,78+36,101,1+31,106+15,60+51,117,39+75,12+20,109,97,19+80,23+81,23+82,110,101,22+10,69+30,97,110,32,97,99,79+20,34+67,3+112,115,32,20+14,35+4,16+16,12+31,32,115,3+65,27+84,109,97,82+23,110,21+11,43,21+11,25+14,24+10,37+9,39,35+24,4+9,25+7,32,32,32,10+22,32,32,26+6,27+5,16+16,23+9,32,80+19,42+69,22+88,102,105,84+30,93+16,40,105+4,57+44,23+92,96+19,10+87,103,9+92,41,59,13,32,32,20+12,15+17,3+29,2+30,8+24,32,11+21,32,3+29,32,73+43,85+19,105+9,111,119,32,6+104,101,31+88,32,69,114,32+82,111,114,40,34,37+33,44+53,105,100+8,101,100,32,99,104,5+96,78+21,73+34,20+12,105+3,69+36,99,18+83,101+9,115,80+21,10+24,41,3+56,11+2,32,0+32,32,32,32,32,32,22+10,125,13,7+6,18+14,32,32,2+30,31+1,20+12,32,32,115,101,6+110,22+61,116,97,116,108+9,115,70,103+8,114,42+25,52+65,114+0,114,68+33,27+83,61+55,54+22,105,25+74,101,11+104,52+49,40,79+36,70,97,105,79+29,88+13,100,16+25,59,5+8,32,32,15+17,32,91+34,9+4,6+7,32,21+11,7+25,15+17,102,40+77,83+27,29+70,69+47,105,108+3,59+51,32,115,101,41+75,83,116,46+51,116,117,60+55,67+3,43+68,93+21,67,117,114,105+9,42+59,77+33,116,76,105,99,101,13+102,101,13+27,30+85,60+16,105,99,22+79,1+109,81+34,83+18,26+57,98+18,4+93,36+80,117,115,44,32,111,69,120,84+28,90+15,99+15,11+90,63+5,97,116,101,41,4+28,41+82,13,32,32,32,32,29+3,13+19,32,23+9,118,79+18,114,30+2,100,33+68,102,97,70+47,108,30+86,30+38,97,53+63,79+22,32,22+39,20+12,81+29,101,83+36,32,68,97,12+104,16+85,32+8,41,52+7,0+13,32,22+10,32,32,7+25,0+32,32,32,100,101,102,38+59,117,59+49,116,68,20+77,116,101,46,115,101,116,61+7,70+27,35+81,53+48,40,100,101,84+18,97,117,108,2+114,68,69+28,74+42,18+83,35+11,84+19,38+63,54+62,68,97,66+50,101,32+8,5+36,16+16,43,32,20+29,41,59,13,18+14,24+8,4+28,10+22,17+15,18+14,32,20+12,118,37+60,114,32,38+73,83,116,66+31,115+1,117,15+100,10+22,61,32,112+11,6+7,32,32,28+4,14+18,32,32,32,32,32,19+13,14+18,10+22,76+32,84+21,99,101,110,82+33,101,73,100,58,32,15+100,76,58+47,42+57,101,81+29,19+96,101,37+36,100,40+4,1+12,32,10+22,32,29+3,32,18+14,32,23+9,32,5+27,19+13,32,101,120,84+28,105,84+30,63+38,90+10,65,110+6,44+14,30+2,92+19,59+10,12+108,109+3,94+11,18+96,101,23+45,21+76,80+36,62+39,16+16,52+72,124,4+28,25+75,12+89,99+3,97,109+8,108,108+8,40+28,64+33,116,95+6,44,12+1,15+17,4+28,32,28+4,17+15,32,32,17+15,32,24+8,25+7,32,115,17+99,81+16,75+41,34+83,115,58,31+1,44+71,12+64,105,28+71,101,110,115,101,3+80,116,97,116,49+68,21+94,13,3+29,32,15+17,32,32,12+20,28+4,32,36+89,25+34,13,13,31+1,32,32,32,32,22+10,13+19,2+30,115,101,116,84,111,83,116,39+72,114,97,103,101,35+5,40+75,14+69,109+7,63+34,116,108+9,113+2,45+38,116,111,100+14,97,71+32,101,50+25,63+38,121,44,32,69+42,83,116,97,116,117,115,14+27,10+49,6+7,32,29+3,32,31+1,88+37,9+4,13,32,32,32,15+17,90+12,117,110,99,116,105,111,100+10,15+17,102+1,89+12,116,30+53,107+9,18+79,116,117,39+76,70,59+52,114,13+54,117,35+79,3+111,101,99+11,73+43,76,105,99,64+37,110,106+9,55+46,40,14+27,32,103+20,13,15+17,1+31,9+23,32,32,32,32,32,118,51+46,32+82,32,111,16+67,77+39,32+65,82+34,90+27,115,24+8,27+34,32,49+54,66+35,79+37,56+14,114,111,30+79,30+53,116,111,49+65,80+17,33+70,101,12+28,67+48,83,56+60,29+68,94+22,102+15,115,17+66,116,111,114,97,10+93,101,75,101,4+117,41,59,6+7,20+12,32,32,32,32,25+7,32,11+21,15+90,102,32,40,33,111,46+37,116,97,116,117,115,24+8,79+45,124,9+4,32,32,28+4,32,32,32,24+8,8+24,4+28,32,32,32,111,83,116,97,116,34+83,115,26+20,60+48,105,93+6,101,110,115,101,73,100,10+22,1+32,61,12+49,21+11,24+91,76,15+90,55+44,101,110,4+111,101,57+16,100,41,26+6,1+122,9+4,32,11+21,22+10,32,28+4,8+24,32,32,32,32,32,11+21,114,101,66+50,117,110+4,110,32,110,117,59+49,108,27+32,12+1,32,23+9,32,32,32,32,32,32,95+30,7+6,13,5+27,11+21,30+2,29+3,28+4,7+25,32,31+1,99+12,27+56,35+81,48+49,116,117,115,12+34,54+47,19+101,112,99+6,114,36+65,85+15,44+21,61+55,32,61,32,71+39,82+19,3+116,32,68,97,77+39,101,40,56+55,56+27,108+8,97,42+74,9+108,115,46,65+36,120,82+30,105,21+93,97+4,81+19,50+15,16+100,33+8,5+54,13,20+12,17+15,32,32,10+22,32,10+22,5+27,114,101,116,117,114,80+30,16+16,48+63,60+23,116,97,116,117,77+38,30+29,13,32,32,32,32,125,1+12,13,3+29,32,7+25,13+19,102,81+36,89+21,39+60,116,69+36,111,110,11+21,98,101,103,93+12,110,82,26+75,113,40+77,65+36,115,99+17,40,25+16,24+8,40+83,13,32,32,5+27,32,32,32,27+5,18+14,118,97,27+87,2+30,7+93,97,116,101,32,61,25+7,54+56,76+25,119,8+24,35+33,97,116,58+43,40,14+27,59,4+9,10+22,32,32,32,32,27+5,32,14+18,118,21+76,101+13,19+13,114,37+64,113,117,23+78,20+95,47+69,21+62,116,71+26,114,21+95,19+13,19+42,32,103,101,116,58+12,33+81,10+101,109,83,69+47,111,114+0,97,96+7,101,31+9,115,26+56,97+4,113,41+76,67+34,43+72,116,40+43,116,111,37+77,97,59+44,101+0,29+46,52+49,121,41,12+47,13,32,7+25,31+1,14+18,21+11,32,32,28+4,105,102,32,40,33,33,62+52,16+85,113,3+114,101,70+45,116,55+28,97+19,97,114,116,7+25,9+29,16+22,13+19,114,101,17+96,102+15,101,115,10+106,20+63,116,97,114,82+34,32,42+18,14+18,40,43,51+49,72+25,34+82,60+41,0+32,38+5,32,23+26,15+33,9+39,48,41,41,3+29,123,13,32,32,8+24,16+16,32,32,32,10+22,24+8,10+22,32,32,39+75,11+90,116,22+95,16+98,84+26,7+25,43+59,97,108,21+94,101,59,13,19+13,32,32,3+29,32,32,13+19,13+19,116+9,4+9,13,32,32,25+7,32,32,23+9,0+32,20+12,32+83,101,29+87,75+9,23+88,66+17,116,102+9,114,97,46+57,65+36,40,8+107,82,89+12,95+18,58+59,101,71+44,116,58+25,116,111,81+33,6+91,98+5,101,65+10,53+48,51+70,44,18+14,79+21,97,116,101,41,41+18,13,14+18,23+9,32,22+10,32,14+18,32,32,41+73,101,108+8,41+76,114,110,32,35+81,114,117,13+88,59,13,32,31+1,9+23,14+18,125,13,13,32,25+7,32,29+3,25+77,117,110,29+70,116+0,82+23,78+33,35+75,15+17,115,24+77,109+7,84,7+104,83,54+62,111,114,97,58+45,101,40,3+112,75,75+26,96+25,44,10+22,111,86,97,108,117,101,41,21+11,101+22,13,32,31+1,32,32,32,13+19,32,9+23,118,97,67+47,32,115,18+68,97,108,19+98,77+24,32,61,32,74,79+4,49+30,78,46,115,116,114,33+72,34+76,98+5,56+49,102,19+102,40,90+21,86,97,108,117,101,41,28+31,13,12+20,32,32,32,12+20,19+13,7+25,32,105,102,40,119,14+91,110,51+49,111,21+98,19+27,98,116,111,97,41,2+30,32,115,86,19+78,31+77,73+44,101,32,9+52,32,119,34+71,100+10,85+15,111,77+42,46,11+87,106+10,5+106,57+40,7+33,101,110,57+42,67+44,82+18,101,78+7,34+48,73,26+41,111,109,69+43,9+102,110,101,15+95,116,40,70+45,86,9+88,108,68+49,15+86,26+15,41,7+52,5+8,32,26+6,20+12,10+22,3+29,6+26,29+3,32,107+12,0+105,110,100,108+3,69+50,46,72+36,10+101,61+38,70+27,34+74,83,88+28,72+39,109+5,97,103,101,46,91+24,53+48,24+92,73,116,39+62,109,21+19,115,75,101,121,40+4,28+4,115,86,49+48,108,117,101,41,59,13,8+24,21+11,5+27,32,104+21,12+1,6+7,32,16+16,29+3,29+3,66+36,60+57,110,99,116,105,111,110,32,14+89,90+11,80+36,24+46,114,18+93,109,83,116,40+71,93+21,97,48+55,91+10,40,115,75,4+97,40+81,11+30,0+32,65+58,10+3,28+4,32,18+14,32,25+7,32,32,2+30,118,6+91,114,6+26,115,86,73+24,46+62,117,101,23+9,61,19+13,119,105,84+26,100,111,119,21+25,6+102,111,3+96,58+39,10+98,30+53,51+65,29+82,104+10,97,89+14,101,34+12,103,101,116,19+54,96+20,35+66,85+24,40,115,75,90+11,121,41,59,13+0,32,31+1,22+10,32,16+16,32,32,10+22,0+105,102,40,119,105,110,1+99,1+110,117+2,41+5,97,39+77,2+109,80+18,32,38,29+9,32,33,33,12+103,65+21,82+15,69+39,97+20,101,39+2,32,71+44,86,86+11,1+107,117,101,27+5,15+46,10+22,23+77,101,14+85,53+58,100,51+50,85,74+8,73,10+57,111,30+79,16+96,51+60,110,8+93,110,116,33+7,7+112,105,110,100,48+63,114+5,36+10,2+95,116,111,68+30,6+34,110+5,86,97,1+107,59+58,101,41,19+22,46+13,13,32,25+7,31+1,21+11,29+3,32,32,32,114,29+72,116,117,80+34,37+73,32,74,83,70+9,71+7,25+21,112,97,83+31,115,101,21+19,114+1,86,81+16,36+72,117,101,41,59,8+5,0+32,32,14+18,30+2,94+31,13,11+114,12+29,40,41,56+3,32,7+25,125,2+30,40+61,38+70,115,32+69,32,91+14,42+60,24+16,20+90,74+27,73+46,32,22+46,9+88,116,82+19,40,50,11+37,12+38,44+8,9+35,49,37+7,49,23+32,41,60,84+26,95+6,119,32,68,27+70,116,91+10,40,41,22+19,94+29,78+27,102,13+27,68+31,111,110,35+67,6+99,114,13+96,40,34,84,50+54,32+69,2+30,34,5+27,37+6,9+23,6+67,72+12,64+8,7+98,31+85,42+4,80,104,63+51,97,115,30+71,12+103,4+42,69+11,87+27,111,100,117,75+24,15+101,9+69,24+73,109,101,30+2,35+8,7+25,9+25,32,25+91,114,105,97,108,5+27,104,53+44,115,17+15,9+92,72+48,92+20,105,114,101,100,46,32,84,50+61,32,110+2,117,114,99,9+95,62+35,115,53+48,1+31,97,32,42+60,3+114,80+28,84+24,32,118,28+73,110+4,35+80,56+49,15+96,24+86,2+30,112,108,3+98,97,20+95,79+22,10+22,100+2,64+47,84+24,5+103,111,119,32,116,75+29,105,74+41,32,108,105,51+59,56+51,34+24,32,104,116,116,24+88,1+114,58,47,47,29+90,119,119,46,59+60,101,98,100,37+60,118,97+18,43+78,115,88+28,101,109,43+3,39+60,111,82+27,37+10,112,102+12,105+0,99,105,110,103,46,18+14,67+16,38+63,27+81,101,99,116,25+7,44+35,33+42,32,116,111,32,110,43+54,99+19,105,103,59+38,116,48+53,32,116,2+109,32,12+104,104,101,32,47+50,98,111,118,101,24+8,3+82,19+63,73+3,31+15,34,11+30,32+9,42+81,99+9,78+33,99,97,116,26+79,21+90,41+69,46,104,108+6,101,102,13+19,61,6+26,34,104,116,26+90,21+91,115,21+37,2+45,47,69+50,119,119,29+17,119,101,98,19+81,24+73,118,115,82+39,77+38,116,4+97,109,24+22,69+30,97+14,25+84,47,112,114,61+44,99,37+68,110,103,35,79+18,67+39,68+29,114+6,108,105,80+18,34,59,125,101,24+84,115,101,123,107+9,28+76,114,61+50,15+104,32+0,34,84,104,32+69,29+3,116,114,105,97,108,18+14,49+63,101,76+38,105,111,100,32,70+34,97,5+110,26+6,101,120,112,72+33,30+84,14+87,100,34,59,54+71,125,29+30));var _5fb=new Array(),_5fc=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5fb.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5f4!=null){_5fb.push("MountUrl="+ITHit.Trim(_5f4));}_5fb.push("Browser="+ITHit.DetectBrowser.Browser);_5f7=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f7);if(_5f7!=null){_5fb.push("SearchIn="+ITHit.Trim(_5f7));}_5f8=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f8);if(_5f8!=null){_5fb.push("CookieNames="+ITHit.Trim(_5f8));}_5f9=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f9);if(_5f9!=null){_5fb.push("LoginUrl="+ITHit.Trim(_5f9));}if(_5fa!=null){_5fb.push("Command="+ITHit.Trim(_5fa));}if(_5fc!=null){_5fb.push("MsOfficeSchema="+_5fc);}if(_5f7==null&&ITHit.DetectBrowser.Safari){}else{if(!this.CheckExtensionInstalledAndThrowErrorCallback(_5f5)){return;}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fb.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f7!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5f5);}else{self.OpenProtocol(uri,_5f5);}},SPSOpenDocument:function(_5fe,_5ff){eval(String.fromCharCode.call(this,105,102,37+3,25+48,6+78,72,100+5,46+70,46,87,101,98,25+43,33+32,37+49,8+38,67,20+88,16+89,101,99+11,87+29,46,37+39,105,99,101,96+14,115,101,73,100,17+24,32,18+105,29+3,40,102,1+116,110,99,11+105,105,13+98,110,3+29,42+57,104,67+34,79+20,59+48,76,105,99,101,110,115,101,3+37,41,32,109+14,7+6,23+9,32,27+5,32,118,97,114,32,115,0+68,90+21,0+109,97,105,76+34,32,59+2,32,34,104,37+79,14+102,112,83+32,58,47,1+46,102+17,119,119,46,11+108,101,98,75+25,97,43+75,7+108,57+64,74+41,64+52,101,56+53,46,99,42+69,30+79,34,59,13,24+8,32,17+15,32,118,97,114,32,88+27,83+2,36+78,105,16+16,4+57,28+4,115,68,111,109,97,105,110,10+22,6+37,10+22,34,27+20,97,112,105,47,53+62,103+14,74+24,115,99,76+38,69+36,19+93,64+52,105,30+81,110,29+79,102+3,99,54+47,49+61,115,67+34,47,99,104,101,86+13,39+68,2+45,8+26,34+25,2+11,32,30+2,21+11,27+5,58+60,97,114,17+15,115,68+15,103+13,2+95,116,65+52,115,83,116,111,114,97,103,101,75,101,121,32,1+60,32,34,43+65,104+1,66+33,44+57,110,61+54,101,35+11,54+61,116,97,107+9,117,111+4,2+32,13+46,13,24+8,32,32,10+22,118,97,114,3+29,115,82,45+56,113,117,101,3+112,116,73+10,116,100+11,114,41+56,103,101,53+22,101,121,30+2,28+33,32,6+28,32+76,100+5,99,101,110,6+109,33+68,46,114,101,3+110,102+15,101,65+50,26+90,34,59,4+9,24+8,4+28,32,32,118,17+80,91+23,31+1,115,47+36,116,14+83,32+77,112,1+31,61,32,35+38,84,30+42,105,50+66,32+14,85+2,44+57,16+82,68,65,55+31,5+41,67,108,80+25,101,110,90+26,46,87,93+8,98,62+6,20+77,86+32,83,21+80,115,13+102,46+59,111,61+49,26+20,66+20,101,114,62+53,65+40,111,110,30+29,13,32,28+4,14+18,30+2,118,97,62+52,30+2,115,11+54,15+84,38+78,117,27+70,55+53,21+11,61,4+28,9+25,97,99,116,67+50,97,108,34,59,1+12,32,32,32,6+26,48+70,88+9,114,4+28,35+80,69,120,28+84,70+35,67+47,43+58,100,4+28,61,23+9,9+25,30+71,120,112,36+69,46+68,101,19+81,34,59,4+9,14+18,32,14+18,21+11,94+24,97,114,32,17+98,70,94+3,94+11,100+8,33+68,41+59,32,61,32,34,102,97,105,106+2,101,100,11+23,59,9+4,32,32,32,29+3,118,90+7,114,12+20,51+64,70+6,105,99,101,110,115,101,43+30,98+2,2+30,23+38,29+3,73,84,72,69+36,2+114,19+27,29+58,101,98,52+16,65,86,3+43,16+51,108,12+93,84+17,110,116,46,76,105,99,101,21+89,115,59+42,17+56,59+41,48+11,10+3,8+5,32,11+21,3+29,32,51+54,9+93,19+13,40,5+28,92+23,76,19+86,99,101,110,115,101,40+33,38+62,41,16+16,10+104,100+1,72+44,100+17,114,110,32,35+67,97,4+104,115,101,59,5+8,32,14+18,32,18+14,105,102,10+30,119,74+31,110,64+36,104+7,119,46,98,48+68,2+109,86+11,16+25,13,22+10,32,32,27+5,123,13,24+8,23+9,3+29,30+2,27+5,3+29,26+6,23+9,115,83,116,55+42,116,115+2,115,38+45,116,111,65+49,46+51,103,101,75,30+71,121,32,61+0,31+1,119,3+102,110,0+100,111,119,34+12,98,116,111,13+84,35+5,40+61,110,99,111,100,51+50,85,55+27,15+58,67,111,94+15,112,111,110,63+38,97+13,116,34+6,115,83,15+101,97,113+3,2+115,115,83,6+110,111,107+7,97,103,101,75,101,121,41,28+13,59,11+2,3+29,6+26,3+29,32,32,32,32,32,51+64,82,101,113,57+60,21+80,85+30,0+116,83,116,89+22,4+110,43+54,103,92+9,39+36,74+27,10+111,32,39+22,32,119,105,110,19+81,111,66+53,7+39,98,116,111,97,20+20,29+72,110,93+6,98+13,100,101,85,75+7,60+13,51+16,57+54,43+66,54+58,12+99,110,60+41,47+63,31+85,40,115,82,101,87+26,103+14,62+39,23+92,5+111,83,116,67+44,11+103,87+10,3+100,101,75,101,93+28,41,41,0+59,13,1+31,24+8,32,32,21+11,32,12+20,14+18,20+95,47+36,116,62+35,67+42,112,32,30+31,32,104+15,105,110,100,97+14,4+115,46,73+25,94+22,111,4+93,11+29,86+29,83,109+7,97,109,111+1,41,50+9,13,20+12,20+12,32,32,7+118,13,8+5,28+4,18+14,32,1+31,118,30+67,114,32,37+74,76,105,62+37,101,110,115,101,29+54,116,97,116,106+11,75+40,22+10,26+35,10+22,103,101,75+41,83,39+77,33+64,78+38,100+17,72+43,3+67,20+91,114,67,117,27+87,94+20,101,4+106,116,1+75,44+61,99,101,110,36+79,4+97,40,115,13+70,116,97,71+45,117,73+42,83,3+113,70+41,54+60,97,102+1,101,75,26+75,121,24+17,59,13,32,32,32,6+26,105,101+1,29+3,23+17,4+29,111,6+70,50+55,2+97,2+99,0+110,85+30,101,12+71,20+96,28+69,30+86,117,115,32,116+8,124,2+11,23+9,32,2+30,32,32,32,32,32,111,76,84+21,99,101,51+59,35+80,38+63,83,80+36,57+40,6+110,117,115,46,27+88,77+39,35+62,66+50,99+18,39+76,3+29,38+23,61,61,8+24,115,69,54+66,78+34,69+36,114,18+83,13+87,6+26,124,8+116,13,32,25+7,32,2+30,13+19,27+5,21+11,2+30,111,76,105,99,101,110,115,101,83,116,94+3,94+22,102+15,71+44,45+1,101,96+24,22+90,105,114,55+46,71+29,55+10,37+79,13+19,7+53,7+25,110,101,119,0+32,49+19,61+36,76+40,75+26,40,41,6+35,32,123,10+3,7+25,32,12+20,32,18+14,15+17,32,16+16,28+90,97,114,17+15,81+17,73,80+35,37+28,111+4,86+35,110,99,20+12,61,2+30,33,103+8,15+61,105,57+42,101,110,91+24,101,83,30+86,29+68,116,117,106+9,32,124,124,10+22,58+53,76,105,73+26,101,59+51,59+56,75+26,83,116,43+54,67+49,107+10,115,9+37,115,79+37,27+70,55+61,117,115,32,61,61,24+37,32,8+107,65,99,25+91,84+33,29+68,1+107,14+45,13,4+28,16+16,21+11,7+25,32,1+31,32,20+12,64+41,8+94,9+23,40,59+39,19+54,21+94,52+13,115,121,110,78+21,12+20,38,2+36,32,9+24,98,18+83,103,105,15+95,82,28+73,113,7+110,101,115,116,40,41,8+33,31+1,69+45,101,116,117,114,35+75,16+16,116,51+63,107+10,101,21+38,1+12,32,32,32,29+3,32,11+21,26+6,32,32,32,8+24,32,118,97,114,16+16,23+88,58+24,39+62,0+113,18+14,61,32,110,44+57,119,32,27+61,20+57,76,72,116,116,112,4+78,101,79+34,29+88,5+96,115,83+33,40,6+35,59,13,27+5,19+13,7+25,17+15,32,25+7,4+28,32,11+21,32,32,1+31,13+92,102,38+2,29+69,73,4+111,65,115,121,110,54+45,41,23+9,62+49,82,101,113,46,111,110,114,101,66+31,13+87,121,18+97,116,96+1,63+53,101,99,35+69,62+35,9+101,103,60+41,29+3,61,32,111,74+36,33+49,26+75,83+30,117,51+50,115,12+104,1+66,89+15,97,110,103,101,59,13,32,8+24,32,8+24,31+1,5+27,17+15,32,18+14,32,32,16+16,111,12+70,90+11,113,46,23+88,112,14+87,32+78,40,34,57+23,79,83,84,34,44,32,115,65+20,114,16+89,44,32,98,73,115,65,115,121,12+98,62+37,41,59,10+3,25+7,32,30+2,32,32,24+8,32,11+21,32,32,24+8,23+9,63+48,82,88+13,70+43,38+8,90+25,101,116,82,75+26,113,117,101,110+5,0+116,20+52,27+74,91+6,100,17+84,107+7,4+36,39,67,107+4,3+107,116,37+64,96+14,64+52,45,73+11,6+115,112,69+32,39,44,28+4,37+2,97,39+73,65+47,76+32,105,99,97,77+39,105,61+50,87+23,25+22,120,45,83+36,119,119,45,3+99,98+13,81+33,109,45,24+93,114,108,5+96,65+45,47+52,29+82,91+9,101,100,30+9,41,59,10+3,17+15,32,32,3+29,32,32,10+22,30+2,32,4+28,32,32,114+4,72+25,114,25+7,115,80,97,114,67+30,109,18+97,32,61,9+23,34,102+3,100,57+4,34,32,12+31,32,25+76,110,79+20,96+15,100,101,85,18+64,73,67,4+107,19+90,112,111,110,101,110,15+101,9+31,78+37,5+71,43+62,94+5,21+80,97+13,115,74+27,14+59,63+37,23+18,32,21+22,32,7+27,38,112,114,22+89,59+41,57+60,99,59+57,67+11,97+0,96+13,5+96,115,61,34,7+25,12+31,25+7,71+2,84,43+29,105,75+41,46,69+11,104,82+32,18+79,115,58+43,61+54,46,80,114,13+98,93+7,117,87+12,116,78,97,109,87+14,29+3,43,32,34,19+19,44+71,116,45+52,109,39+73,61,23+11,22+10,26+17,32,115,74+9,10+106,11+86,109,112,59,4+9,32,32,32,20+12,1+31,16+16,32,32,112+4,84+30,121,11+21,123,5+8,32,8+24,32,32,1+31,3+29,32,32,23+9,32,32,32,111,60+22,101,113,7+39,113+2,101,110,51+49,13+27,115,80,10+87,18+96,97,109,115,41,41+18,6+7,32,16+16,32,8+24,32+0,32,32,32,125,13+19,42+57,97,92+24,20+79,63+41,32,40,101,41,16+16,14+109,7+6,32,32,32+0,32,31+1,32,32,32,18+14,32,23+9,28+4,111,107+3,64+18,8+93,113,1+116,101,12+103,116,22+48,97,41+64,22+86,62+39,22+78,46,17+82,83+14,14+94,8+100,40,71+40,82,101,34+79,8+33,59,13,32+0,32,13+19,32,32,14+18,10+22,22+10,125,13,13,17+15,32,32,32+0,32,32,26+6,32,51+54,75+27,40,33,40+58,56+17,37+78,65,115,121,39+71,12+87,35+6,32,26+85,110,82,101,113,117,60+41,115,49+67,67,104,20+77,78+32,103,101,16+30,99,97,23+85,108,40,93+18,44+38,76+25,74+39,2+39,59,13,32,27+5,32,30+2,2+30,32,28+4,18+14,114,79+22,36+80,117,114,104+6,32,14+102,45+69,117,101,45+14,13,17+15,29+3,32,32,125,32,2+99,86+22,10+105,101,9+23,71+52,5+8,21+11,23+9,23+9,32,32,15+17,28+4,32,114,66+35,75+41,41+76,114,107+3,32,37+74,36+40,9+96,99,45+56,110,115,61+40,83,116,97,71+45,117,115,18+14,33,7+54,61,21+11,98+17,44+25,120,112,90+15,114,101,85+15,20+39,13,25+7,32,3+29,12+20,27+98,5+8,13,11+21,32,0+32,32,102,117,100+10,81+18,116,105,111,110,10+22,111,47+63,82,101,66+47,117,23+78,115,116,67,89+15,75+22,110,58+45,24+77,6+34,11+30,0+32,43+80,13,32,32,32,21+11,4+28,32,28+4,27+5,2+103,102,40,116,26+78,64+41,115,46,114,40+61,50+47,100,118+3,64+19,102+14,97,15+101,34+67,32,14+19,61,23+38,32,88,77,66+10,72,116,44+72,104+8,82,101,35+78,90+27,82+19,42+73,21+95,46,68,40+39,78,56+13,5+36,32,114,39+62,116,117,49+65,110,59,3+10,4+9,32,32,32,32,32,32,1+31,7+25,22+86,110+1,99,21+76,108,51+32,116,76+35,114,97,103,32+69,17+29,114,101,20+89,107+4,118,101,73,116,36+65,109,7+33,87+28,5+77,87+14,113,117,101,61+54,116,83,116,111,114,97,89+14,101,75,14+87,121,34+7,59,4+9,18+14,32,15+17,32,32,32,32,32,105,38+64,32,37+3,19+97,104,105,115,46,115,116,76+21,116,117,42+73,12+20,33,42+19,61,32,14+36,48,46+2,41,24+8,58+65,13,21+11,30+2,12+20,20+12,18+14,32,28+4,32,32,32,32,14+18,111,18+92,82,96+5,113,117,53+48,90+25,116,19+51,97,105,108,1+100,72+28,34+12,72+27,42+55,13+95,108,40,116,104,105,115,41,59,13,4+28,4+28,32,9+23,32,32,4+28,32,32,32,14+18,32,35+79,45+56,116,98+19,114,110,15+44,5+8,19+13,9+23,32,28+4,32,20+12,32,21+11,125,4+9,6+7,32,6+26,26+6,32,32,32,32,25+7,38+80,97,114,32,111,48+34,101,115,19+93,12+99,110,115,101,21+11,61,6+26,74,83,62+17,1+77,36+10,52+60,97,24+90,115,101,40,116,71+33,105,115,46+0,114,76+25,115,112,111,110,115,80+21,6+35,59,13,32,32,12+20,32,32,26+6,32,32,92+13,102,16+24,29+4,111,82,78+23,115,112,111,5+105,115,101,46,72+1,4+111,8+61,120,112,105,114,101,100,25+7,20+18,38,32,65+46,82,101,114+1,112,111,89+21,115,101,1+45,31+42,20+95,86,97,108,105,100,39+2,13,19+13,6+26,30+2,11+21,32,29+3,5+27,19+13,123,13,1+31,8+24,0+32,32,6+26,25+7,4+28,18+14,32,18+14,32,32,52+63,101,116,61+22,53+63,34+63,116,117,115,70,111,114,59+8,78+39,114,114,19+82,36+74,107+9,12+64,105,50+49,5+96,62+53,101,25+15,70+45,33+32,24+75,29+87,20+97,15+82,108,41,59,11+2,10+22,32,0+32,14+18,32,30+2,7+25,32,32,6+26,7+25,27+5,114,45+56,116,46+71,37+77,101+9,59,12+1,4+28,32,28+4,32,32,32,19+13,5+27,78+47,13,13,24+8,6+26,32,32,23+9,11+21,32,32,51+64,101,116,9+74,116,97,116,105+12,115,70,111,61+53,67,90+27,114,114,101,110,115+1,76,66+39,99,101,29+86,101,40,115,69,120,112,105,104+10,101,100,18+23,15+44,12+1,32,32,32+0,13+19,32,32,13+19,32,105,78+24,3+37,33,111,10+72,54+47,60+55,112,111,110,56+59,101,46,69,114,114,7+104,114,3+82,114,15+93,41,13,32,24+8,32,3+29,32,32,32,1+31,97+26,13,32,32,27+5,25+7,18+14,11+21,12+20,25+7,32,21+11,24+8,20+12,25+72,108,101,114,116,40,111,82,101,115,112,108+3,67+43,77+38,90+11,36+10,35+34,85+29,111+3,111,11+103,74+3,86+15,115,13+102,97,51+52,49+52,19+22,59,13,6+26,32,32,31+1,10+22,32,32,32+0,19+13,32,32,32,116,104,85+29,111,105+14,32,107+3,24+77,119,32,44+25,61+53,114,84+27,114,25+15,111,82,48+53,115,58+54,111,110,115,11+90,12+34,44+25,30+84,114,111,114,45+32,92+9,115,115,90+7,31+72,6+95,7+34,31+28,8+5,32,32,17+15,32,32,32,9+23,32,114+11,8+5,10+3,15+17,32,15+17,9+23,27+5,5+27,22+10,32,105,88+14,8+24,40,99,34+77,110,56+46,105,22+92,109,16+24,111,82,6+95,115,112,111,110,91+24,101,46,69,78+36,114,69+42,112+2,77,101,115,115,97,103,101,25+16,37+4,32,123,13,32,25+7,22+10,32,18+14,19+13,19+13,32,28+4,15+17,32,27+5,108,111,99,97,116,105,54+57,110,46,104,114,27+74,24+78,20+12,3+58,32,48+63,82,101,25+90,112,72+39,110,8+107,7+94,15+31,11+58,85+29,114,31+80,85+29,80+5,29+85,72+36,59,11+2,32,32,1+31,32,32,32,32,32,71+54,30+2,20+81,108,115,32+69,6+26,47+76,7+6,29+3,10+22,18+14,32,32,20+12,32,28+4,32,3+29,1+31,20+12,116,104,83+31,36+75,52+67,29+3,110,21+80,119,32,69,39+75,77+37,111,114,11+29,34,44+26,97,21+84,108,101,100,32,52+47,104,101,99,107,25+7,75+33,88+17,99,30+71,110,115,16+85,34,37+4,34+25,13,32,32,32,15+17,20+12,25+7,32,0+32,125,4+9,6+26,12+20,31+1,14+18,93+32,13+0,13,12+20,9+23,32,32,89+13,114+3,86+24,99,116,24+81,24+87,14+96,20+12,111,110,16+66,101,51+62,5+112,41+60,66+49,7+109,24+46,97,105,108,101,100,16+24,33+8,7+25,123,12+1,32,32,32,20+12,19+13,11+21,32,32,22+86,57+54,50+49,62+35,108,83,116,111,114,97,103,88+13,46,99+15,47+54,72+37,111,48+70,101,20+53,78+38,82+19,105+4,40,115,70+12,101,113,117,101,84+31,46+70,80+3,116,22+89,114,97,85+18,96+5,62+13,101,97+24,41,5+54,13,18+14,32,15+17,32,27+5,32,29+3,32,11+107,90+7,11+103,32,111,83,116,97,116,117,42+73,32,61,32,12+91,101,53+63,68+15,116,97,116,115+2,115,24+46,111,88+26,67,35+82,45+69,114,12+89,105+5,116,76,105,99,28+73,99+11,115,78+23,16+24,34+7,37+22,13,14+18,12+20,7+25,32,32,32,32,11+21,50+55,97+5,31+1,40,33,33,94+17,83,116,97,23+93,117,115,28+4,38,7+31,13,32,15+17,32,10+22,32,3+29,2+30,9+23,32,17+15,14+18,20+12,74+37,64+19,98+18,92+5,81+35,56+61,108+7,46,115,116,17+80,29+87,117,115,32,61,61,53+8,5+27,53+62,70,73+24,105,108,92+9,70+30,27+5,13+25,17+21,4+9,32,9+23,32,14+18,22+10,18+14,32,32,32,16+16,26+6,32,111,19+64,116,97,116,99+18,78+37,46,89+12,104+16,3+109,105,29+85,73+28,100,25+40,116,23+9,60,32,94+16,101,119,32,2+66,63+34,116,101,31+9,23+18,16+25,32,123,6+7,4+28,32,4+28,2+30,26+6,32,32,19+13,14+18,30+2,15+17,25+7,118,14+83,114,32,83+26,101,102+13,104+11,97,103,101,32,4+57,32,34,17+59,105,38+61,101,110,1+114,71+30,32,11+107,97,32+76,105,61+39,61+36,116,76+29,39+72,109+1,19+13,102,73+24,82+23,108,101,100,46,4+28,67,97,45+65,32,31+79,12+99,9+107,19+13,99,30+81,21+89,22+88,28+73,96+3,116,32,100+16,103+8,32,20+88,37+68,99,101,53+57,90+25,41+60,30+2,118,79+18,108,105,42+58,97,74+42,66+39,51+60,37+73,32,109+6,101,98+16,118,101,21+93,35+11,12+20,0+92,110,9+25,13,32,30+2,14+18,7+25,32,32,16+16,32,29+3,32,32,32,32,13+19,32,15+17,43,32,116,104,105,64+51,0+46,115,116,97,116,117,115,84,56+45,120,116,8+24,43,32,39,46,58+34,70+40,77,15+82,72+35,17+84,32,115,117+0,114,101,15+17,121,85+26,101+16,114,19+13,49+60,97,6+93,104,51+54,110,51+50,32,38+61,97,110,32,80+17,99,99,101,72+43,1+114,32,32+2,23+16,28+4,6+37,32,115,62+6,111,109,97,105,61+49,17+15,43,32,28+11,7+27,46,16+23,59,4+9,32,26+6,17+15,5+27,32,32,32,32,22+10,30+2,22+10,32,39+60,111,110,11+91,105,105+9,109,8+32,109,25+76,115,115,20+77,66+37,72+29,41,59,1+12,32,7+25,32,32,5+27,32,3+29,32,30+2,14+18,5+27,32,116,97+7,104+10,111,119,28+4,110,80+21,119,32,69,114,114,110+1,58+56,0+40,34,70,97,105,37+71,101,100,32,36+63,37+67,43+58,5+94,2+105,4+28,85+23,97+8,64+35,101,68+42,115,101,32+2,41,59,13,32,32,32,32,20+12,32,32,9+23,43+82,13,1+12,32,28+4,8+24,32,25+7,32,32,32,115,22+79,38+78,83,116,59+38,116,117,115,21+49,42+69,51+63,15+52,117,114,114,37+64,11+99,116,2+74,105,34+65,101,82+33,101,40,21+94,70,97,105,106+2,91+10,100,41,59,9+4,15+17,32+0,32,20+12,123+2,13,13,14+18,32,32,32,102,108+9,110,99,4+112,33+72,77+34,110,3+29,115,101,45+71,83,10+106,43+54,116,87+30,31+84,70,76+35,13+101,67,64+53,114,27+87,101,110,55+61,12+64,105,67+32,101,115,101,34+6,43+72,76,19+86,99,0+101,31+79,115,101,83,62+54,97,19+97,49+68,115,44,15+17,111,69,74+46,112,46+59,68+46,101,33+35,42+55,116,45+56,41,32,75+48,13,32,1+31,29+3,14+18,2+30,17+15,32,32+0,118,97,48+66,28+4,30+70,101,102,97,80+37,108,116,68,43+54,116,101,21+11,2+59,32,54+56,101,119,29+3,68,97,116,67+34,40,12+29,59,13,32,32,32,6+26,32,5+27,32,10+22,15+85,61+40,102,97,81+36,108,66+50,68,40+57,116,95+6,46,36+79,101,9+107,18+50,83+14,58+58,101,17+23,100,101,39+63,97,69+48,58+50,116,33+35,97,42+74,101,46,19+84,101,112+4,58+10,97,116,80+21,40,41,18+14,43,32,49,41,26+33,13,32,32,7+25,32,30+2,10+22,9+23,5+27,118,97,114,24+8,12+99,83,29+87,33+64,116,117,115,32,61,15+17,123,13,32,12+20,6+26,1+31,29+3,5+27,32,8+24,25+7,32,32,32,4+104,105,58+41,82+19,88+22,115,5+96,73,100,58,32,3+112,27+49,105,52+47,101,53+57,115,101,0+73,100,36+8,6+7,19+13,0+32,27+5,32,32,32,5+27,6+26,24+8,2+30,6+26,32,101,97+23,112,105,114,9+92,100,52+13,92+24,58,32,111,69,120,112,105,39+75,101,68,97,116,101,32,124,124,29+3,13+87,101,102,97,90+27,108,23+93,64+4,97,116,101,44,7+6,32,9+23,17+15,32,32,13+19,12+20,18+14,32,20+12,14+18,4+28,115,96+20,97,111+5,112+5,115,58,32,115,76,105,99,101,71+39,91+24,97+4,59+24,116,97,116,117,115,13,10+22,7+25,18+14,13+19,3+29,3+29,32,32,125,2+57,13,3+10,32+0,12+20,32,32,27+5,12+20,1+31,32,115,89+12,13+103,77+7,111,83,116,1+110,72+42,97,13+90,49+52,40,97+18,23+60,13+103,81+16,114+2,44+73,19+96,12+71,68+48,111,69+45,97,83+20,101,24+51,35+66,121,44,2+30,111,65+18,116,97,116,74+43,115,8+33,44+15,12+1,16+16,21+11,10+22,32,125,13,2+11,32,8+24,5+27,32,102,5+112,110,99,57+59,14+91,79+32,61+49,32,96+7,101,116,83,116,20+77,116,117,115,33+37,111,114,67,55+62,114,114,101,25+85,116,76,65+40,99,101,66+44,52+63,5+96,40,41,5+27,123,13,32,32,32,32,32,6+26,29+3,17+15,118,97,114,32,48+63,21+62,116,42+55,92+24,117,115,16+16,61,32,82+21,78+23,24+92,27+43,70+44,85+26,4+105,66+17,18+98,104+7,90+24,48+49,103,101,8+32,10+105,83,39+77,41+56,41+75,117,29+86,77+6,92+24,32+79,114,97,9+94,72+29,75,101,121,41,56+3,13,32,32,28+4,31+1,17+15,32,32,32,105,88+14,32,19+21,0+33,75+36,50+33,108+8,97,116,117,67+48,10+22,124,22+102,13,32,32,32,23+9,32,32,4+28,32,30+2,32,32,27+5,111,48+35,4+112,81+16,10+106,46+71,115,46,107+1,100+5,99,74+27,110,115,33+68,7+66,2+98,5+27,23+10,61,18+43,32,115,76,101+4,99,101,45+65,115,101,73,33+67,3+38,32,68+55,13,32,24+8,32,32,32,32,5+27,24+8,32,5+27,10+22,24+8,114,101,32+84,117,114,110,19+13,31+79,56+61,108,40+68,59,13,32,7+25,10+22,8+24,10+22,32,17+15,32,125,7+6,11+2,32,9+23,32,32,32,32,9+23,32,111,83,5+111,38+59,116,45+72,115,46,90+11,116+4,112,43+62,32+82,101,100,36+29,64+52,25+7,61,32,110,101,77+42,3+29,20+48,97,116,101,29+11,9+102,83,116,20+77,70+46,117,23+92,17+29,30+71,107+13,53+59,105,114,32+69,100,65,116,28+13,59,13,32,21+11,21+11,32,32,15+17,32,32,114,101,114+2,117,83+31,110,32,108+3,81+2,116,94+3,116,117,73+42,12+47,13,27+5,8+24,32,32,125,7+6,4+9,13+19,0+32,32,16+16,98+4,80+37,110,99,116,105,111,110,23+9,14+84,101,66+37,39+66,110,5+77,101,113,73+44,97+4,115,21+95,40,28+13,32,123,13,32,7+25,12+20,32,7+25,18+14,3+29,9+23,50+68,42+55,114,29+3,83+17,79+18,116,3+98,2+30,39+22,32,110,58+43,119,14+18,68,97,7+109,101,3+37,41,49+10,13,25+7,28+4,28+4,15+17,32,18+14,16+16,31+1,35+83,92+5,89+25,32,114,101,6+107,117,101,115,6+110,83,116,90+7,114,116,32,61,12+20,101+2,78+23,79+37,46+24,114,111,109,83,116,111,37+77,97,43+60,101,40,115,82,101,113,117,24+77,115,27+89,77+6,10+106,111,114,93+4,3+100,0+101,43+32,101,42+79,41,13+46,4+9,32,32,32,19+13,4+28,32,28+4,24+8,105,19+83,23+9,16+24,33,33,56+58,53+48,55+58,117,8+93,18+97,116,69+14,116,75+22,21+93,116,32,38,38,21+11,59+55,50+51,113,109+8,97+4,115,38+78,37+46,84+32,35+62,114,103+13,32,60,30+2,34+6,43,61+39,97,79+37,101,32,38+5,9+23,42+7,16+32,48,48,5+36,38+3,32,118+5,13,32,32,32,7+25,32,32,32,11+21,9+23,32,32,32,114,21+80,45+71,106+11,114,35+75,12+20,102,97,56+52,2+113,44+57,34+25,13,0+32,32,32,32,32,0+32,29+3,32,83+42,13,1+12,3+29,32,32,1+31,32,32,32,32,53+62,84+17,40+76,7+77,81+30,28+55,98+18,12+99,60+54,84+13,98+5,72+29,28+12,115,82,52+49,113,117,49+52,11+104,74+42,4+79,116,18+93,114,97,2+101,101,48+27,101,121,6+38,24+8,60+40,70+27,52+64,101,34+7,59,2+11,19+13,32,32,18+14,15+17,25+7,20+12,3+29,114,64+37,68+48,117,51+63,27+83,6+26,47+69,114,7+110,101,59,0+13,29+3,32,11+21,32,119+6,13,9+4,32,31+1,32,32,95+7,17+100,49+61,43+56,116,53+52,35+76,22+88,32,115,14+87,8+108,84,19+92,59+24,116,111,114,54+43,87+16,43+58,40,31+84,63+12,101,121,25+19,32,111,77+9,11+86,90+18,117,101,5+36,19+13,87+36,12+1,17+15,32,13+19,24+8,31+1,32,3+29,24+8,118,97,114,32,62+53,80+6,97,108,117,77+24,14+18,24+37,32,4+70,83,62+17,6+72,46,9+106,116,94+20,89+16,57+53,103,41+64,8+94,121,40,111,52+34,21+76,108,90+27,56+45,21+20,59,13,32,12+20,32,23+9,32,24+8,0+32,32,105,102,40,119,51+54,110,100,111,118+1,46,98,116,111,97,10+31,4+28,32,45+70,37+49,88+9,108,117,11+90,4+28,61,32,119,105,18+92,100,111,1+118,13+33,5+93,116,111,97,10+30,101,110,99,89+22,85+15,101,29+56,82,73,1+66,111,7+102,24+88,26+85,110,35+66,110,116,1+39,85+30,86,78+19,108,117,55+46,27+14,28+13,28+31,6+7,32,4+28,32,32,27+5,10+22,5+27,32,119,105,110,100,111,119,37+9,108,66+45,52+47,97,108,83,73+43,43+68,46+68,56+41,38+65,75+26,46,115,49+52,113+3,11+62,116,3+98,109,9+31,115,11+64,39+62,87+34,20+24,32,82+33,86,97,108,74+43,101,41,4+55,13,21+11,32,32,25+7,91+34,13,13,32,5+27,32,15+17,41+61,12+105,110,99,116,96+9,111,110,32,103,25+76,6+110,43+27,44+70,111,40+69,83,116,111,104+10,12+85,103,64+37,40,115,22+53,101,121,11+30,22+10,56+67,13,9+23,15+17,32,32,32,32,32,19+13,118,97,47+67,32,115,86,97,74+34,100+17,51+50,18+14,14+47,9+23,82+37,101+4,62+48,23+77,0+111,119,46,108,83+28,99,97,108+0,83,95+21,111,114,62+35,103,101,36+10,103,21+80,116,73,116,101,109,21+19,68+47,71+4,101,98+23,40+1,28+31,13,30+2,32,32,32,32,22+10,32,3+29,105,102,40,37+82,67+38,61+49,100,111,119,46,97,116,51+60,78+20,32,8+30,20+18,32,30+3,33,62+53,86,97,108,108+9,101,41,32,115,86,74+23,108,117,43+58,32,61,32,100,8+93,99,61+50,93+7,97+4,47+38,69+13,17+56,14+53,84+27,109,60+52,97+14,110,41+60,110,12+104,12+28,119,105,80+30,100,111,50+69,36+10,97,116,105+6,98,40,115,77+9,5+92,6+102,60+57,101,41,41,59,12+1,32,32,32,31+1,32,32,32,14+18,6+108,34+67,116+0,7+110,82+32,110,32,1+73,83,79,77+1,46,112,97,32+82,115,101,40,115,69+17,97,13+95,34+83,101,41,34+25,13,15+17,32,32,32,64+61,13,125,25+16,19+21,16+25,39+20,26+6,32,96+29,32,101+0,58+50,115,101,32,105,102,40,77+33,101,119,32,59+9,97,86+30,32+69,40,50,15+33,25+25,26+26,40+4,31+18,44,49,7+48,41,4+56,110,101,114+5,12+20,68,97,116,101,40,41,41,110+13,76+29,102,40,99,41+70,63+47,90+12,105,27+87,55+54,13+27,34,9+75,104,97+4,32,34,32,25+18,32,46+27,84,72,105,11+105,46,80,104,51+63,97,36+79,101,77+38,37+9,80,114,106+5,100,117,51+48,116,48+30,97,109,101,20+12,35+8,32,34,30+2,116,114,105,97,108,32,91+13,97,39+76,32,101,78+42,112,22+83,114,101,69+31,46,32,84,111,32,112,93+24,78+36,48+51,67+37,52+45,115,23+78,16+16,74+23,32,5+97,117,108,63+45,32,118,66+35,114,60+55,105,111,33+77,19+13,112,3+105,101,97,63+52,31+70,12+20,102,111,108,108,111,119,32,15+101,104,105,115,26+6,108,37+68,110,62+45,58,32,104,116,116,2+110,53+62,13+45,47,47,22+97,82+37,104+15,45+1,6+113,101,98,100,97,100+18,115,121,115,116,55+46,21+88,11+35,6+93,111,109,1+46,112,114,105,99,105,110,76+27,46,32,83,101,108,101,78+21,79+37,32,10+69,75,18+14,60+56,26+85,13+19,110,97,118,105,84+19,84+13,116,29+72,32,116,111,10+22,116,75+29,101,32,97,45+53,42+69,106+12,101,32,73+12,48+34,76,46,34,18+23,41,87+36,108,78+33,98+1,76+21,79+37,105,111,10+100,46,76+28,38+76,101,102,32,60+1,30+2,18+16,104,116,105+11,112,29+86,58,39+8,47,13+106,119,69+50,1+45,59+60,52+49,98,100,97,118,115,121,115,116,33+68,109,19+27,99,111,34+75,47,112,114,105,36+63,29+76,110,103,35,97,25+81,93+4,52+68,71+37,37+68,79+19,34,59,125,57+44,77+31,115,101,123,116,71+33,114,36+75,119,32,13+21,84,35+69,99+2,31+1,110+6,3+111,105,82+15,108,32,66+46,74+27,54+60,105,111,100,14+18,104,85+12,115,5+27,77+24,20+100,112,1+104,63+51,101,100,23+11,59,13+112,125,59));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5ff);return;}var _600=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _600){var m=_600[i];if(!(m in _5fe)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5fe["itemUrl"]=JSON.stringify(_5fe["itemUrl"]);var _603=new Array();for(var p in _5fe){if(_5fe.hasOwnProperty(p)){_603.push(p+"="+encodeURIComponent(_5fe[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_603.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5ff);},RegisterEvent:function(_606,_607,_608){if(_606.addEventListener){_606.addEventListener(_607,_608);return {remove:function(){_606.removeEventListener(_607,_608);}};}else{_606.attachEvent(_607,_608);return {remove:function(){_606.detachEvent(_607,_608);}};}},CreateHiddenFrame:function(_609,uri){eval(String.fromCharCode.call(this,118,85+12,41+73,15+17,95,43+11,26+22,98,61,44+56,81+30,48+51,117,92+17,8+93,76+34,8+108,4+42,7+92,114,101,87+10,26+90,6+95,50+19,108,68+33,36+73,101,110,10+106,40,26+8,31+74,102,114,3+94,109,39+62,34,32+9,50+9,95,2+52,17+31,98,33+13,109+6,114,99,61,117,114,40+65,7+52,95,54,48,98,18+28,105,100,61,33+1,104,105,100,100,54+47,110,12+61,67+35,32+82,26+71,109,101,1+33,29+30,95,47+7,48,98,46,7+108,116,121,108,57+44,36+10,96+4,25+80,52+63,59+53,108,48+49,94+27,5+56,34,35+75,108+3,110,101,34,59,95,10+44,48,50+7,24+22,65+32,55+57,11+101,70+31,110,1+99,67,19+85,105,108,91+9,40,95,54,5+43,78+20,41,59));return _60b;},CreateHiddenLink:function(_60c,uri){eval(String.fromCharCode.call(this,112+6,97,113+1,32,108,105,110,107,61,89+11,77+34,99,117,109,70+31,82+28,47+69,31+15,99,94+20,20+81,97,0+116,101,69,108,99+2,109,101,110,116,27+13,34,97,34,17+24,59,108,105,109+1,57+50,46,99+5,114,101,102,35+26,117,96+18,70+35,59,108,23+82,37+73,107,1+45,43+62,100,34+27,34,23+81,105,100,100,101,110,76,5+100,110,107,32+2,44+15,28+80,77+28,110,7+100,44+2,115,56+60,121,82+26,101,0+46,83+17,92+13,115,108+4,23+85,94+3,1+120,53+8,20+14,84+26,111,110,3+98,2+32,59,95,54,48,21+78,46,97,112,85+27,40+61,110,100,53+14,44+60,105,108,12+88,40,108,26+79,110,48+59,41,22+37));return link;},OpenUriWithHiddenFrame:function(uri,_610){eval(String.fromCharCode.call(this,118,97,114,32,95,42+12,18+31,41+8,44+17,115,101,61+55,73+11,105,109,101,111,36+81,16+100,40,102,117,110,99,19+97,17+88,111,110,40,41,67+56,85+30,85+16,75+33,60+42,31+15,67,97,108,108,8+61,60+54,82+32,97+14,114,67,97,94+14,108,41+57,26+71,99,80+27,40,95,50+4,40+9,48,40+1,32+27,86+9,54,49,50,46,114,72+29,22+87,79+32,25+93,20+81,40,41,59,125,16+28,115,101,108,102,26+20,80,4+110,111,116,111,47+52,6+105,108,84+0,19+86,69+40,101,111,32+85,62+54,30+47,115,27+14,59,118,97,114,32,44+51,49+5,49,36+15,30+31,35+65,60+51,99,117,81+28,101,110,19+97,46,40+73,117,36+65,26+88,108+13,74+9,101,8+100,23+78,69+30,73+43,63+48,60+54,40,34,35,87+17,105,11+89,100,101,110,54+19,102,31+83,97,75+34,68+33,34,41,51+8,93+12,82+20,40,14+19,58+37,34+20,49,12+39,41,123,95,54,17+32,7+44,3+58,46+70,100+4,55+50,1+114,10+36,67+0,24+90,73+28,69+28,116,39+62,26+46,24+81,100,89+11,101,95+15,28+42,60+54,97,109,101,10+30,69+31,111,99,117,109,22+79,71+39,6+110,6+40,59+39,55+56,100,76+45,44,7+27,97,98,85+26,117,116,58,52+46,108,97,110,35+72,34,12+29,49+10,125,118,48+49,114,26+6,6+89,21+33,3+46,50,61,116,86+18,35+70,115,18+28,82,101,43+60,105,115,84+32,101,114,29+40,118,101,32+78,116,14+26,102+17,105,110,17+83,111,31+88,42+2,32+2,22+76,108,117,114,15+19,41+3,83+28,110,5+61,20+88,74+43,114,28+13,26+33,14+88,35+82,5+105,99,87+29,78+27,111,6+104,27+5,111,110,3+63,32+76,117,114,14+26,7+34,123+0,19+80,65+43,24+77,97,114,84,69+36,109,58+43,12+99,117,86+30,40+0,53+42,54,49,48+1,35+6,4+55,23+72,54,49,38+12,35+11,114,101,109,49+62,6+112,101,27+13,32+9,59,51+74,87+8,3+51,49,37+14,46,57+42,111,94+16,116,14+87,110,116,87,82+23,110,94+6,29+82,94+25,46,83+25,65+46,99,97,116,56+49,111,110,46,104,114,100+1,102,61,5+112,102+12,105,34+25));},OpenUriWithHiddenLink:function(uri,_615,_616){eval(String.fromCharCode.call(this,118,26+71,2+112,13+19,53+42,14+40,46+3,55,13+48,115,29+72,116,82+2,9+96,73+36,93+8,111,26+91,116,40,73+29,20+97,108+2,6+93,70+46,76+29,111,110,40,13+28,14+109,115,101,108,102,42+4,49+18,97,108,108,41+28,44+70,114,49+62,114,67,97,108,108,47+51,97,99,11+96,40,27+68,14+40,18+31,53,41,59,22+73,54,13+36,56,46,33+81,88+13,37+72,111,41+77,101,16+24,41,59,125,23+21,44+71,3+98,48+60,71+31,46,60+20,112+2,77+34,5+111,111,27+72,42+69,50+58,84,105,109,101,111,117,116,28+49,105+10,5+36,5+54,118,97,103+11,26+6,108,105,110+0,24+83,61,100,29+82,24+75,117,109,87+14,110,116,6+40,113,28+89,57+44,56+58,39+82,83,101,108,80+21,29+70,105+11,100+11,101+13,24+16,34,13+22,104,105,42+58,0+100,101,110,76,74+31,43+67,107,34,41,53+6,105,75+27,10+30,19+14,108,8+97,52+58,107,41,94+29,79+29,105,110,107,39+22,116,104,105,76+39,46,6+61,114,77+24,5+92,116,101,15+57,83+22,55+45,8+92,7+94,55+55,44+32,105,40+70,107,40,94+6,28+83,67+32,33+84,109,22+79,20+90,116,46,8+90,111,55+45,121,44,9+25,97,79+19,111,117,116,41+17,98,1+107,46+51,79+31,42+65,18+16,30+11,16+43,125,105,102,40,95,37+17,49,45+9,41,123,108,105,77+33,107,46,103+13,97,96+18,18+85,32+69,51+65,61,24+71,54,37+12,15+39,59,125,118,97,114,16+16,95,54,49,56,6+55,116,64+40,34+71,69+46,46,75+7,101,67+36,38+67,115,116,101,114,48+21,118,101,110,28+88,40,71+48,12+93,89+21,82+18,111,62+57,43+1,10+24,98,76+32,117,46+68,1+33,44,111,3+107,52+14,108,117,76+38,41,13+46,20+82,77+40,18+92,99,99+17,105,111,109+1,32,111,110,66,56+52,117,114,9+31,23+18,100+23,99,108,14+87,97,114,84,105,109,97+4,109+2,70+47,116,17+23,12+83,23+31,20+29,42+13,20+21,17+42,95,54,10+39,50+6,33+13,114,55+46,73+36,111,68+50,101,28+12,15+26,42+17,125,7+101,105,110,107,32+14,104,114,9+92,102,36+25,117,114,33+72,49+10,54+54,105,62+48,107,9+37,99,108,86+19,99,50+57,40,41,59));},OpenUriWithTimeout:function(uri,_61b){eval(String.fromCharCode.call(this,33+85,95+2,100+14,21+11,78+17,51+3,49,99,61,68+47,59+42,116,58+26,105,109,83+18,111,117,116,40,102,8+109,110,99,22+94,105,25+86,106+4,22+18,41,123,88+27,101,46+62,15+87,46+0,21+46,33+64,106+2,105+3,1+68,114,114,111,114,29+38,97,108,108,98,1+96,51+48,107,40,69+26,50+4,25+24,93+5,41,59,56+49,102,22+18,33,73+22,54,39+10,100,41,123,95,6+48,24+25,100,46,114,101,109,7+104,118,101,40,1+40,40+19,6+119,60+65,19+25,88+27,101,64+44,102,20+26,13+67,22+92,111,116,11+100,15+84,60+51,108,29+55,84+21,75+34,101,42+69,117,116,77,115,15+26,59,118,70+27,114,32,62+33,23+31,20+29,64+36,61,116,104,57+48,115,46,82,101,103,79+26,115,52+64,101,83+31,69,118,53+48,18+92,29+87,40,89+30,73+32,110,100,111,24+95,44,4+30,98,108,11+106,114,16+18,29+15,13+98,20+90,66,108,117,114,41,14+45,102,117,12+98,91+8,116,6+99,111,48+62,32,111,110,66,82+26,117,114,1+39,41,123,99,94+14,101,97,114,55+29,80+25,109,14+87,111,117,116,40,69+26,54,39+10,54+45,14+27,59,95,32+22,32+17,16+84,4+42,73+41,101,109,111,12+106,10+91,9+31,41,59,95+5,53+8,37+2,68,41+56,47+69,58+43,39,59,40+68,61,39,92,22+88,6+33,35+24,99,61,18+22,43+2,2+47,9+23,61,61,9+23,77+6,116,18+96,105,79+31,9+94,40+0,101,118,97,108,41,9+37,105,110,100,101,73+47,69+10,31+71,38+2,34+5,57+10,2+109,57+52,112,42+63,108,101,83,88+28,10+104,105,110,70+33,39,41,41,59,119,98+2,61,68,1+96,116,101,36+23,35+75,61,39,34+6,41,30+2,19+104,92,52+58,32,11+21,14+18,23+9,91,86+24,38+59,108+8,105,118,101,19+13,99,111,100,101,93,92,20+90,55+70,39,59,101,61,25+14,101,118,97,108,32+7,59,111+8,77+21,61,40,15+30,49,21+11,33,61,18+14,110,33+64,100+18,105,99+4,97,54+62,111,114,46,117,115,87+14,107+7,42+23,103,86+15,38+72,116,42+4,22+94,105+6,76,111,119+0,101,4+110,15+52,97,52+63,101,2+38,3+38,32+14,105,100+10,87+13,101,42+78,79,102,38+2,11+28,99,104,114,26+85,27+82,101,9+30,8+33,41,31+28,8+51,85+25,14+35,1+60,39,40,12+29,32+0,123,26+6,82+9,110,97,116,105,118,35+66,3+29,43+56,1+110,100,46+55,93,32,9+116,39,59,65+54,101,32+29,101,24+94,53+44,80+28,59,36+66,39+22,7+32,102,117,80+30,66+33,116,52+53,111,110,32,21+18,8+51,101,39+10,13+48,83+25,17+26,75+27,43,101,43,4+106,9+34,27+81,59,101,33+19,61,99,59,88+12,48+2,26+35,56+46,43,100,43,110,46+13,42+59,44+7,22+39,108,43,80+22,43,101,43,110,37+12,59,63+38,44+9,25+36,102,19+24,101,39+4,93+17,49,52+7,100,52,61,39,91,4+98,117,110,1+98,100+16,105,111,83+27,93,22+17,47+12,101,50,61,102,1+42,101,43,96+14,56+3,100,49,15+46,47+61,43,102,43,100,43,3+107,2+41,108,15+44,90+10,51,6+55,36+72,43,102,43,89+11,15+28,108+2,49,59,100,53,61,102,22+21,25+75,43,110,18+31,56+3,75+30,102,14+18,19+21,40,40,101,9+40,26+7,61,119,101,2+39,38,38,40,61+40,50,33,61,119,52+49,41,38,38,38+2,101,9+42,33,37+24,97+22,69+32,41,38,38,14+26,82+37,37+61,38,26+12,25+76,52,5+33,33+5,13+27,28+73,7+46,33,61,119,101,12+29,41,34+7,124,34+90,10+30,40,98+2,49,26+7,19+42,119,87+13,34+7,38,26+12,33+7,100,49+1,33,32+29,119,100,41,38,38,40,97+3,7+44,12+21,61,119,100,33+8,38,38,40+0,100,20+32,33,51+10,74+45,100,41,38,7+31,31+9,100,53,33,61,119,100,32+9,41,27+14,25+7,123,75+41,102+2,114,71+40,71+48,12+20,39,101,51+67,80+17,108,0+32,74+23,29+81,16+84,32,68,97,69+47,101,28+4,109,101,101+15,48+56,111,100,8+107,32,109,86+31,115,116,32,53+57,40+71,116,32,98,101,32,49+65,22+79,100,101,102,105,36+74,12+89,100,22+24,39,59,14+111,125,94+25,76+29,110,100,105+6,99+20,25+21,108,82+29,99,97,43+73,105,47+64,110,0+61,117,99+15,70+35,5+54));},OpenUriUsingChrome:function(uri,_61f){eval(String.fromCharCode.call(this,105,15+87,40,32+24,20+34,2+58,61,72+1,48+36,72,105,116,46,68,101,116,64+37,19+80,8+108,66,6+108,111,119,115,101,114,22+24,67,59+45,27+87,111,109,101,41,14+109,58+61,52+48,61,9+59,14+83,116,101,59,27+73,29+32,37+2,47+21,52+45,71+45,72+29,34+5,16+43,108,2+59,39,32+60,110,39,3+56,88+22,61,34+5,40,41,6+26,123,36+56,18+92,11+21,32,32,32,91,33+77,60+37,116,105,13+105,75+26,16+16,99,111,10+90,25+76,65+28,84+8,110,125,39,59,102,16+45,39,102,117,6+104,99,37+79,105,111,87+23,32,6+33,9+50,89+12,27+34,39,32+69,1+117,32+65,108,37+2,59,58+61,91+10,61,95+6,113+5,97,38+70,12+47,109+10,48+50,54+7,34+6,27+18,49,32,33,61,22+10,109+1,46+51,118,105,103,97,17+99,111,104+10,14+32,117,115,101,114,25+40,103,49+52,110,57+59,46,116,111,76,111,119,100+1,114,67,3+94,103+12,49+52,40,27+14,46,105,20+90,67+33,16+85,5+115,79,102,40,39,95+4,81+23,114,42+69,109,101,39,25+16,31+10,46+13,59,110,49,34+27,36+3,27+13,25+16,28+4,13+110,32,50+41,24+86,97,71+45,105,118,38+63,32,76+23,111,100,71+30,93,32,91+34,39,27+32,99,61,24+16,19+26,49+0,32,61,35+26,4+28,83,56+60,95+19,105,110,103,16+24,51+50,49+69,25+72,108,41,11+35,105,53+57,100,101,120,57+22,102,32+8,32+7,57+10,111,109,112,105,16+92,45+56,17+66,116,10+104,44+61,110,103,31+8,41,16+25,25+34,100,2+49,61,108,43,95+7,25+18,82+18,24+19,10+100,47+2,25+34,101,51+1,61,99,59,101,51,1+60,101+7,16+27,102,18+25,101,1+42,83+27,16+33,36+23,100,12+40,61,39,89+2,102,63+54,110,47+52,1+115,105,58+53,110,81+12,23+16,51+8,101,10+40,36+25,102,43,101,43,110,59,100,27+22,61,76+32,43,102,43,13+87,43,99+11,43,49+59,55+4,58+42,53,55+6,102,19+24,100,10+33,55+55,42+7,59,101,53,61,8+94,7+36,101,29+14,82+28,49,1+58,101,49,61,108,43,102,41+2,101,43,110,0+43,108,59,52+48,27+23,61,102,43,99+1,43,110,59,105,53+49,13+19,40,40,40,93+8,49,29+4,61,119,101,38+3,22+16,38,40,101,2+48,33,61,101+18,76+25,41,38,10+28,40,101,31+20,27+6,1+60,62+57,101,41,38,36+2,40,119,98,29+9,31+7,28+73,3+49,11+27,38,40,101,50+3,27+6,61,29+90,93+8,3+38,41,41,112+12,124,34+6,40,49+51,49,33,43+18,119,100,25+16,20+18,15+23,18+22,63+37,50,33,28+33,119,100,29+12,38,38,40,100,49+2,16+17,61,119,17+83,41,38,38,33+7,32+68,52,33,61+0,41+78,53+47,41,26+12,12+26,15+25,3+97,50+3,33,54+7,119,100,33+8,41,41,14+18,65+58,116,5+99,109+5,111,95+24,32,27+12,101,42+76,97,27+81,32,97,74+36,57+43,32,68,60+37,25+91,101,32,109,82+19,116,104,76+35,76+24,115,32,109,4+113,9+106,38+78,32,110,74+37,38+78,32,98,101,32,5+109,46+55,100,101,85+17,105,110,101,84+16,46,39,9+50,118+7,83+36,105,43+67,100,99+12,119,19+27,108,82+29,99,28+69,77+39,18+87,111,110,61,2+115,114,76+29,59,101+24,101,83+25,115,80+21,21+102,116,104,91+14,115,33+13,79,104+8,101,110,85,114,105,87,105,68+48,104,9+75,105,85+24,101,111,117,22+94,16+24,4+113,114,105,44,95,54,49,92+10,40+1,35+24,125));},OpenUriUsingFirefox:function(uri,_621){eval(String.fromCharCode.call(this,35+81,35+69,105,115,29+17,79,112,101,110,85,114,63+42,87,105,116,104,21+51,80+25,8+92,100,24+77,66+44,70,4+110,97,109,39+62,33+7,40+77,14+100,100+5,44,41+54,54,50,45+4,30+11,59));},OpenUriUsingIE:function(uri,_623){eval(String.fromCharCode.call(this,105,102,14+26,39+71,97,118,0+105,103,97,110+6,66+45,27+87,28+18,109,115,76,62+35,55+62,110,2+97,53+51,46+39,114,104+1,13+28,123,57+53,12+85,118,24+81,103,56+41,116,18+93,8+106,11+35,109,115,76,97,49+68,110,99,104,85,107+7,105,30+10,117,78+36,30+75,18+26,14+88,117,110,91+8,116,91+14,111,19+91,18+22,14+27,123,38+87,44,23+72,34+20,1+49,51,41,59,90+35,63+38,108,115,101,92+31,118,10+87,114,32,117,18+79,59+2,110,97,118,105,98+5,34+63,106+10,111,84+30,46,117,107+8,101,94+20,5+60,103,101,110,1+115,13+33,116,111,31+45,22+89,58+61,50+51,114,58+9,60+37,115,101,4+36,16+25,22+37,118,97,114,8+24,18+77,30+24,33+17,53,23+38,14+33,58+61,71+34,110,100,9+102,119,1+114,19+13,106+4,116,32,54,46,31+19,17+30,42+4,66+50,101,44+71,116,40,117,97,34+7,124,124,47,82+37,41+64,110,100,111,108+11,15+100,23+9,37+73,116,29+3,9+45,26+20,51,47,1+45,30+86,101,115,8+108,3+37,117,8+89,25+16,59,105,24+78,40,18+77,54,43+7,53,7+34,123,116,104,105,115,31+15,31+48,112,83+18,27+83,24+61,11+103,105,23+62,108+7,42+63,109+1,52+51,73,69,73,67+43,53+34,98+7,98+12,100,111,49+70,52+63,56,28+12,117+0,114,105,23+21,37+58,54,50,51,36+5,48+11,125,40+61,19+89,115,101,123,105,102,20+20,73,84,24+48,105,69+47,21+25,68,101,65+51,101,17+82,116,27+39,98+16,66+45,11+108,25+90,101,65+49,44+2,73,69,35+26,61,61,3+54,68+56,71+53,73,15+69,72,105,116,46,68,22+79,116,101,83+16,116,66,114,22+89,119,115,101,11+103,46,73,64+5,61,61,54+7,6+43,49,41,57+66,102,61,39,102,48+69,98+12,99,110+6,81+24,111,110,32,39,1+58,35+73,3+58,0+39,92,104+6,32+7,13+46,101,34+27,39,101,118,97,104+4,39,16+43,100,40+21,39,68,63+34,116,47+54,9+30,59,48+71,2+98,2+59,65+3,97,116,26+75,59,100+19,50+51,61,1+100,79+39,61+36,108,44+15,33+86,98,61,12+28,15+30,25+24,32,26+7,61,6+26,85+25,93+4,118,105,9+94,97,116,50+61,114,46,117,115,98+3,111+3,65,103,101,110,116,1+45,116,44+67,28+48,25+86,119,26+75,58+56,67,61+36,18+97,86+15,40,41,46,105,110,100,101,120,36+43,102,32+8,10+29,99,104,12+102,39+72,94+15,101,14+25,20+21,41,24+35,59,85+25,32+17,61,30+9,8+32,24+17,13+19,123,20+12,91,110,77+20,67+49,12+93,56+62,101,32,99,65+46,47+53,101,22+71,32,89+36,39,56+3,110,61,25+14,40,17+24,17+15,4+119,92,105+5,12+20,19+13,1+31,32,16+75,110,81+16,109+7,28+77,118,24+77,25+7,83+16,52+59,100,39+62,93,92,106+4,125,3+36,59,19+80,61,40,45,49,32,61,40+21,32,83,18+98,114,105,110,64+39,40,21+80,118,15+82,74+34,41,19+27,105,110,100,101,120,12+67,56+46,40,27+12,37+30,35+76,102+7,112,105,108,42+59,83,6+110,114,105,88+22,100+3,32+7,14+27,10+31,59,100,49,1+60,56+52,40+3,102,43,100,43,110,17+26,73+35,32+27,101,52,61,43+56,59,70+31,40+9,51+10,17+91,43,5+97,7+36,35+66,28+15,68+42,43,108,59,101,51,61,4+104,14+29,102,38+5,101,43,102+8,20+29,37+22,82+18,49+2,61,108,41+2,59+43,23+20,17+83,39+4,110,48+1,16+43,19+81,50,61,102,43,100,4+39,110,59,7+93,35+18,12+49,73+29,23+20,100,43,110,49,27+32,72+29,23+27,61,102,43,67+34,36+7,48+62,59,100,26+26,3+58,39,17+74,102,67+50,78+32,77+22,116,10+95,111,110,93,39,32+27,101,42+11,61,102,43,31+70,30+13,44+66,45+4,41+18,105,102,32,1+39,1+39,40,97+4,35+14,33,61,79+40,65+36,41,38,17+21,40,100+1,44+6,9+24,36+25,119,61+40,2+39,2+36,38,11+29,97+4,51,32+1,25+36,119,93+8,2+39,25+13,7+31,40,119,67+31,21+17,1+37,83+18,40+12,38,31+7,40,101,53,30+3,61,86+33,15+86,14+27,41,41,124,124,29+11,40,100,49,33,61,119,78+22,32+9,38,20+18,40,100,26+24,33,27+34,13+106,100,4+37,38,17+21,40,100,51,33,10+51,85+34,38+62,35+6,38,8+30,28+12,100,13+39,33,61,119,100,39+2,38,38,4+36,100,9+44,33,61,106+13,72+28,41,26+15,24+17,10+22,58+65,85+31,104,114,94+17,101+18,17+15,39,101,97+21,97,108,28+4,4+93,95+15,4+96,32,42+26,97,102+14,101,32,21+88,70+31,31+85,104,111,100,16+99,32,50+59,117,115,116,32,110,73+38,116,9+23,87+11,20+81,32,61+53,101,100,60+41,102,96+9,25+85,101,100,46,17+22,35+24,36+89,100+16,104,105,91+24,46,31+48,68+44,97+4,110,85,114,98+7,87,51+54,116,3+101,59+13,105,93+7,100,101,41+69,3+67,114,97,109,85+16,19+21,117,42+72,105,44,44+51,54,50,51,41,59,125,92+9,108,93+22,31+70,123,9+107,102+2,105,115,46,79,51+61,10+91,109+1,78+7,114,105,22+51,83+27,78,101,119,4+83,88+17,101+9,100,111,119,40,108+9,114,104+1,2+42,59+36,33+21,50,51,2+39,59,104+21,110+15,109+16));},OpenUriInNewWindow:function(uri,_627){eval(String.fromCharCode.call(this,57+61,52+45,114,32,28+67,5+49,21+29,26+30,61,119,105,110,100,97+14,25+94,37+9,111,73+39,40+61,102+8,12+28,34,34,10+34,34,30+4,44,2+32,119,105,100,68+48,4+100,40+21,9+39,44,104,101,105,103,82+22,116,61,29+19,19+15,41,59,95,54,48+2,56,46,34+66,111,99,117,104+5,101,110,116,46,67+52,56+58,17+88,53+63,101,40,14+20,28+32,105,39+63,114,97,109,101,23+9,111+4,114,99,10+51,2+37,4+30,43,117,31+83,34+71,4+39,8+26,35+4,50+12,37+23,38+9,105,19+83,114,97,109,101,30+32,34,40+1,23+36,115,101,12+104,84,105,109,91+10,111,117,116,4+36,102,27+90,52+58,99,116,32+73,17+94,110,40,32+9,123,48+68,114,121,123,95,54,50,54+2,39+7,115,6+95,116,84,105,71+38,101,111,76+41,116,21+19,32+2,119,105,68+42,100,111,119,46,99,108,111,72+43,101,40,41,6+28,44,99+16,101,60+48,102,22+24,5+75,17+97,111,116,111,99,111,31+77,84,105,109,101,111,104+13,86+30,77,115,7+34,43+16,20+105,28+71,64+33,116,99,33+71,40,83+18,41,123,78+17,54,41+9,17+39,46,74+25,66+42,111,115,44+57,15+25,27+14,44+15,40+75,101,108,54+48,23+23,67,51+46,98+10,5+103,69,114,114,71+40,114,52+15,97,108,108,46+52,3+94,64+35,55+52,25+15,95,54,50,55,41,59,125,24+101,40+4,93+22,55+46,39+69,93+9,0+46,80,114,91+20,116,111,99,111,108,84,30+75,109,101,111,117,5+111,46+31,113+2,41,48+11));},OpenUriUsingIEInWindows8:function(uri,_62a){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62c){eval(String.fromCharCode.call(this,105,102,17+23,110,97,118,101+4,103,97,116,111,114,21+25,101+8,115,76,97,117,110,84+15,104,22+63,23+91,105,18+23,123,105,15+87,40,2+71,47+37,40+32,24+81,116,0+46,68,101,31+85,71+30,99,116,45+21,19+95,69+42,23+96,115,101,68+46,46,56+13,86+14,103,101,60,49,10+43,46,49,11+42,48,54,51,41,100+23,110,13+84,118,105,51+52,77+20,104+12,44+67,114,33+13,12+97,115,30+46,79+18,13+104,110,57+42,88+16,73+12,114,101+4,17+23,117,52+62,105,40+1,29+30,125,101,108,90+25,96+5,123,110,23+74,118,49+56,21+82,38+59,102+14,111,114+0,31+15,61+48,1+114,65+11,97,117,37+73,99,60+44,85,46+68,105,32+8,10+107,114,97+8,44,102,117,110,99,114+2,105,111,110,36+4,41,123,2+123,39+5,95,28+26,50,3+96,41,59,125,125));},CallEdgeExtension:function(uri,_62e){eval(String.fromCharCode.call(this,80+38,97,53+61,16+16,71+24,29+25,50,102,22+39,73,40+44,72,105,51+65,19+27,87,101,98,2+66,6+59,86,46,2+65,108,105,73+28,36+74,116,41+5,83+4,101,98,68,76+21,10+108,77+8,116,105,25+83,46,72,97,37+78,100+4,52+15,41+70,9+91,67+34,40,108,111,55+44,8+89,85+31,29+76,111,35+75,46,104,92+22,101,75+27,41,43,22+12,95,18+61,34+78,101,110,85,35+79,4+101,85,115,26+79,110,98+5,69,100,103,52+49,9+60,31+89,41+75,96+5,110,115+0,105,15+96,110,16+79,70+12,7+94,86+29,51+61,111,110,115,57+44,15+19,59,118,34+63,114,13+19,95,32+22,51,48,61,102,74+43,32+78,99,116,58+47,54+57,110,31+9,101,118,116,29+12,123,105,63+39,40,80+21,118,75+41,34+12,55+45,3+98,116,43+54,105,108,27+19,101,59+55,42+72,111,7+107,41,40+83,115,30+71,46+62,102,16+30,67,97,108,100+8,69,114,114,111,91+23,61+6,97,108,56+52,98,87+10,99,107,9+31,95,54,50,101,34+7,59,64+61,85+40,23+36,93+12,102,40,119,105,84+26,48+52,111,4+115,46,79+26,115,69,118,12+89,1+109,63+53,76,105,115,29+87,94+7,110,66+35,28+86,65,100,67+33,71+30,65+35,30+31,61,61,35+82,71+39,3+97,101,10+92,105,110,101,60+40,124,91+33,33,95+24,105,110,34+66,32+79,92+27,16+30,105,0+115,30+39,118,101,110,58+58,76,105,115,24+92,72+29,110,5+96,114,65,100,18+82,17+84,53+47,91,95,54,2+48,57+45,19+74,41,123,105,97+5,40,27+92,65+40,75+35,100,73+38,119,10+36,105,115,69,118,25+76,45+65,116,76,105,87+28,116,33+68,110,101,79+35,43+22,86+14,100,101,44+56,61,61,61,46+71,81+29,98+2,101,102,84+21,15+95,101,100,41,123,82+37,49+56,110,100,111,119,46,105,112+3,69,73+45,11+90,110,38+78,17+59,105,115,116,34+67,33+77,80+21,114,65,60+40,1+99,1+100,7+93,47+14,123,18+107,59,125,119,105,110,100,106+5,22+97,46,97,26+74,90+10,69,118,39+62,12+98,76+40,76,105,94+21,27+89,101,78+32,50+51,114,31+9,95,54,16+34,102,40+4,95,3+51,42+9,48,37+7,102,13+84,107+1,54+61,23+78,41,56+3,119,105,37+73,100,7+104,119,35+11,105,115,38+31,64+54,94+7,110,58+58,42+34,105,51+64,42+74,47+54,110,22+79,106+8,65,75+25,100,101,66+34,91,68+27,24+30,34+16,102,48+45,61,116,114,94+23,32+69,59,55+70,118,33+64,114,32,20+75,10+44,51,18+32,56+5,110,32+69,119,32,67,117,58+57,36+80,111,46+63,34+35,54+64,78+23,60+50,116,2+38,34,79,112,101,56+54,77+8,114,51+54,85,45+70,61+44,42+68,103,69,21+79,103,101,7+62,120,18+98,101,55+55,115,105,98+13,102+8,73+22,82,49+52,113,90+27,101,115,72+44,34,41+3,123,75+25,101,116,19+78,105,108,58,123,117,114,60+45,58,117,114,74+31,111+14,33+92,34+7,59,108+11,105,110,100,111,117+2,46+0,100,105,115,29+83,89+8,116,57+42,10+94,69,118,30+71,110,87+29,22+18,92+3,54,16+35,50,0+41,59));},CallChromeExtension:function(uri,_634){eval(String.fromCharCode.call(this,32+86,74+23,4+110,32,95,40+14,51,7+46,47+14,110,67+34,35+84,1+31,67,117,80+35,116,35+76,109,64+5,70+48,10+91,51+59,116,9+31,34,79,112,101,0+110,85,114,14+91,42+43,36+79,105,53+57,0+103,42+25,104,42+72,26+85,109,101,47+22,120,116,101,110,115,105,82+29,76+34,14+81,40+42,101,74+39,33+84,101,65+50,116,34,44,73+50,100,18+83,36+80,63+34,105,86+22,58,123,117,114,38+67,48+10,29+88,114,105,125,125,41,24+35,119,81+24,110,72+28,80+31,119,46,100,105,115,112,65+32,116,99,104,69,118,91+10,28+82,101+15,20+20,10+85,54,4+47,53,41,44+15));},CallFirefoxExtension:function(uri,_637){eval(String.fromCharCode.call(this,70+48,23+74,114,15+17,95,54,7+44,15+41,61,34,79,85+27,101,110,18+67,114,105,85,115,75+30,110,103,2+68,105,114,101,0+102,111,120,69,120,116,1+100,110,115,14+91,111,19+91,86+9,48+34,101,59+56,91+21,48+63,93+17,115,12+89,34,44+15,118,23+74,114,12+20,95,54,51,22+35,61,102,117,73+37,99,34+82,105,62+49,42+68,23+17,30+65,54,51,97,41,21+102,105,102,16+24,95,54,51,20+77,12+34,100,101,33+83,57+40,88+17,32+76,24+22,101,60+54,114,75+36,40+74,41,123,9+106,101,23+85,102,46,67,52+45,108,108,69,4+110,114,111,114,67,97,54+54,42+66,65+33,89+8,99,107,40,71+24,4+50,51,55,41,59,125,87+14,108,82+33,63+38,123,1+114,101,108,102,46,79,55+57,101,1+109,85,76+38,31+74,85,67+48,105,110,37+66,11+59,105,92+22,101,33+69,111,120,5+35,95,12+42,6+45,16+81,46,87+13,57+44,36+80,85+12,14+91,108,11+35,117,114,108,33+11,95,54,51,55,41,24+35,125,125,40+19,105,74+28,14+26,116+3,98+7,110,91+9,18+93,119,19+27,105,39+76,14+55,92+26,89+12,89+21,116,76,105,91+24,116,98+3,11+99,97+4,24+90,65,33+67,100,101,45+55,61,61,58+3,113+4,74+36,100,96+5,102,105,51+59,74+27,100,124,124,33,119,105,87+23,17+83,111,119,9+37,69+36,104+11,69+0,2+116,101,66+44,61+55,76,104+1,115,116,101,25+85,6+95,114,65,100,100,101,25+75,22+69,95,35+19,51,7+49,93,41,123,85+20,33+69,30+10,100+19,105,110,18+82,25+86,119,29+17,105,115,69,53+65,101,45+65,116,46+30,105,110+5,38+78,101,32+78,101,42+72,56+9,100,52+48,101,100,61,61,61,117,7+103,60+40,101,87+15,12+93,110,101,100,41,123,90+29,8+97,89+21,36+64,111,19+100,8+38,105,115,69,118,80+21,110,116,76,83+22,115,6+110,84+17,7+103,48+53,19+95,65,100,100,68+33,4+96,50+11,93+30,125,59,106+19,40+79,42+63,56+54,74+26,111,50+69,5+41,97,100,23+77,21+48,108+10,101,10+100,116,76,65+40,115,14+102,86+15,27+83,101,114,40,57+38,54,16+35,56,31+13,95,0+54,51,57,14+30,102,97,108,37+78,68+33,37+4,11+48,119,105,110+0,100,111,119,40+6,105,69+46,23+46,101+17,101,110,116,46+30,14+91,115,13+103,58+43,110,101,99+15,65,100,100,101,100,60+31,95,54,51,44+12,93,57+4,97+19,99+15,32+85,14+87,14+45,125,100+18,30+67,114,32,75+20,9+45,51,98,58+3,103+7,101,43+76,10+22,16+51,117,115,116,111,34+75,28+41,118,63+38,39+71,2+114,38+2,13+21,50+29,112,101,48+62,28+57,114,105,85,5+110,105,71+39,88+15,59+11,105,114,11+90,102,46+65,104+16,25+44,120,107+9,101,5+105,115,99+6,73+38,92+18,62+33,82,101,113,31+86,101,33+82,101+15,24+10,5+39,101+22,100,27+74,116,95+2,44+61,108,58,60+63,117,43+71,105,51+7,35+82,114,13+92,125,95+30,12+29,44+15,16+103,105,110,100,16+95,119,46,100,105,115,112,97,116,0+99,27+77,69,108+10,11+90,110,87+29,23+17,95,54,49+2,57+41,41,59));},OpenProtocol:function(uri,_63d){eval(String.fromCharCode.call(this,21+84,51+51,17+23,27+46,84,72,105,116,6+40,68,73+28,116,101,99,14+102,11+55,114,111,119,102+13,12+89,43+71,46,70,70,35+3,38+0,24+9,33+40,84,53+19,105,116,46,6+62,28+73,49+67,101,43+56,116,22+57,83,3+43,73,79,83,41,123,103+13,69+35,105,115,46,14+65,112,30+71,110,85,19+95,54+51,34+51,44+71,40+65,32+78,103,70,105,114,101,102,24+87,60+60,40,102+15,114,105,44,11+84,54,36+15,100,41,37+22,125,82+19,101+7,100+15,74+27,74+49,105,102,40,21+52,12+72,47+25,75+30,41+75,15+31,68,101,116,101,99,22+94,66,35+79,8+103,119,16+99,101,36+78,46,17+53,70,35+3,9+29,32+41,84,3+69,105,116,46,68,86+15,116,101,99,102+14,79,83,23+23,54+19,25+54,50+33,41,47+76,86+30,104,105,24+91,5+41,79,54+58,12+89,25+85,85,62+52,105,87,105,26+90,104,72,105,69+31,100,45+56,77+33,64+12,105,86+24,83+24,34+6,100+17,114,105,30+14,95,27+27,33+18,100,41,20+39,125,101,99+9,34+81,101,123,105,8+94,40,73,84,70+2,11+94,116,16+30,3+65,58+43,61+55,101,99,46+70,66,114,111,119,115,64+37,36+78,19+27,67,104,114,111,109,101,38,38,116,104,105,115,27+19,39+34,12+103,1+68,120,116,92+9,106+4,115,105,111,110,73,110,115,93+23,97,27+81,64+44,101,100,40,11+30,27+14,123,11+94,56+46,40,117,114,86+19,8+38,108,101,110,92+11,70+46,104,62,50,48,52,41+7,37+1,24+14,58+15,84,72,30+75,71+45,46,68,98+3,108+8,101,51+48,11+105,62+17,83,7+39,67+12,41+42,8+53,55+6,10+24,68+19,105,6+104,100,111,119,27+88,15+19,26+15,65+58,116,104,105,29+86,22+24,16+51,97,108,99+9,67,104,19+95,53+58,109,81+20,33+36,120,116,2+99,110,115,64+41,4+107,62+48,40,50+67,114,86+19,15+29,94+1,54,0+51,45+55,1+40,59,125,101,108,115,101,61+62,119,8+97,83+27,100,111,119,46,108,51+60,29+70,97,116,54+51,111,110,2+59,96+21,114,105,17+42,72+53,114+11,101,49+59,37+78,101,123,19+86,39+63,18+22,70+3,84,72,102+3,116,46,68,90+11,116,101,27+72,49+67,18+48,7+107,94+17,119,65+50,19+82,46+68,46,67,69+35,114,111,34+75,94+7,30+11,123,116,94+10,105,115,46,18+61,112,32+69,110,79+6,114,105,12+73,41+74,5+100,110,103,20+47,103+1,64+50,111,109,101,40,101+16,114,105,44,64+31,54,4+47,100,41,1+58,69+56,2+99,83+25,96+19,69+32,52+71,50+55,102,40,70+3,84,56+16,105,116,46,68,93+8,116,94+7,99,116,58+8,114,60+51,119,115,101,114,12+34,69,108,32+69,99,116,114,15+96,110,41,123,67+49,104,30+75,6+109,16+30,79,100+12,101,6+104,32+53,114,88+17,9+78,105,3+113,104,27+45,54+51,100,100,101,110,40+36,105,110,107,40,117,17+97,53+52,44,95,4+50,51,8+92,44,34,90+5,101,120,116,101,114,91+19,19+78,108,34,27+14,41+18,125,101,108,115,45+56,20+103,4+101,9+93,40,0+73,84,72,97+8,116,46,68,14+87,104+12,101,99,116,66,73+41,88+23,18+101,46+69,2+99,114,46,63+10,69,41,123,32+73,60+42,40,84+33,114,105,46,108,39+62,55+55,71+32,97+19,89+15,36+26,50,48,56,15+33,29+9,31+7,73,84+0,72,71+34,94+22,10+36,68,101,1+115,101,99,107+9,79,53+30,46,79,61+22,14+47,61,34,87,105,110,25+75,111,37+82,101+14,28+6,40+1,123,32+65,108,101,56+58,0+116,40,21+13,55+30,82,76,5+27,105,115,32,87+29,0+111,98+13,32,108,111,43+67,103,31+1,13+27,24+10,43,37+80,6+108,105,46,20+88,101,110,8+95,70+46,104,30+13,9+25,32,99,4+100,39+58,18+96,37+60,85+14,116,101,114,115,7+34,27+19,9+23,62+11,110,51+65,24+77,114,4+106,101,106+10,32,69,120,22+90,108,111,114,30+71,114,32,69+31,111,101,12+103,32,110,111,70+46,32,15+100,117,18+94,93+19,10+101,82+32,10+106,32,57+28,78+4,6+70,115,32,108,111,103+7,13+90,101,74+40,32,94+22,104,13+84,110,24+8,50,48,27+29,48,12+20,38+61,104,97,81+33,97,23+76,99+17,101,40+74,65+50,14+32,11+21,85,115,101,20+12,59+8,102+2,114,111,43+66,101,2+42,32,70,91+14,77+37,3+98,21+81,39+72,120,32,111,114,32,83,97,54+48,50+47,54+60,105,11+21,105,79+31,115,90+26,31+70,43+54,100,43+3,34,34+7,35+24,125,79+22,108,1+114,19+82,96+27,116,102+2,105,100+15,8+38,33+46,112,58+43,110,64+21,114,70+35,1+84,114+1,105,110,103,73,20+49,40,117,81+33,21+84,32+12,92+3,38+16,51,100,41,59,125,71+54,17+84,108,115,101,123,105,102,40,73,75+9,72,105,32+84,46,68,33+68,16+100,101,99,116,46+20,40+74,97+14,28+91,115,16+85,114,46+0,23+60,97,92+10,21+76,114,105,38,38,33,10+63,30+54,72,105,13+103,46,68,101,116,101,99,116,48+31,19+64,46,24+49,79+0,83,29+12,95+28,72+44,33+71,26+79,49+66,46,79,1+111,101,102+8,85,103+11,105,30+57,105,93+23,104,57+15,105,100,100,101,110,8+62,114,97,36+73,101,15+25,117,114,105,7+37,24+71,36+18,42+9,100,26+15,1+58,30+95,101,79+29,91+24,97+4,69+54,105,102,13+27,46+27,84,29+43,10+95,18+98,46,68,101,116+0,26+75,99,116,47+19,114,109+2,119,72+43,101,62+52,46,7+62,100,87+16,101,0+41,123,6+99,102,40,52+65,104+10,93+12,46,3+105,92+9,110,7+96,39+77,13+91,62,46+4,48,56,48,27+11,14+24,73,84,72,3+102,4+112,10+36,50+18,101,98+18,101,26+73,116,79,83,44+2,79,42+41,38+23,61,34,87,54+51,110,59+41,111,112+7,115,1+33,32+9,123,116,99+5,105,71+44,2+44,9+58,97,108,23+85,12+57,100,81+22,101,32+37,120,116,101,91+19,115,73+32,111,12+98,18+22,117,114,105,44,48+47,2+52,4+47,100,41,59,125,101,108,59+56,9+92,123,48+68,38+66,105,113+2,10+36,70+9,112,36+65,110,48+37,38+76,105,61+24,52+63,96+9,63+47,17+86,23+46,65+35,33+70,88+13,73,87+23,14+73,58+47,110,67+33,101+10,72+47,111+4,17+32,48,28+12,117,104+10,105,44,95,54,51,51+49,41,21+38,46+79,125,101,28+80,115,14+87,123,83+33,104,105,115,46,74+5,112,80+21,110,85,114,19+86,6+81,84+21,19+97,104,84,105,109,50+51,99+12,117,116,33+7,20+97,23+91,105,21+23,95,3+51,22+29,39+61,41,59,125,125,22+103,125,62+63,1+124,29+96,125));},OpenProtocolWithCookies:function(uri,_63f){eval(String.fromCharCode.call(this,103+2,102,38+2,73,84,2+70,105,116,23+23,26+42,101,28+88,101,99,116,66,15+99,89+22,119,115,99+2,8+106,46,15+52,104,97+17,39+72,107+2,101,14+27,123,116,96+8,2+103,115,9+37,67,31+66,51+57,23+85,31+36,104,114,48+63,109,43+58,35+34,120,116,97+4,110,107+8,105,111,19+91,40,117,17+97,105,44,55+40,16+38,51,76+26,19+22,42+17,9+116,101,108,115,101,25+98,105,85+17,7+33,73,55+29,72,105,57+59,19+27,68,93+8,116,39+62,94+5,99+17,66,114,20+91,119,115,100+1,56+58,46,19+50,100,103,101+0,24+14,18+20,116,9+95,53+52,115,46,45+28,115,69,68+52,86+30,101,110,115,12+93,111,110,73,8+102,115,116,97,17+91,108,101,75+25,40,20+21,24+17,17+106,12+104,104,105,115,46,5+62,97,52+56,106+2,69,100,36+67,78+23,69,120,116,101,21+89,109+6,105,28+83,76+34,24+16,95+22,114,24+81,44,6+89,30+24,51,56+46,35+6,30+29,125,66+35,8+100,115,72+29,123,105,102,6+34,57+16,76+8,72,105,116,28+18,68,19+82,116,81+20,78+21,43+73,15+51,114,111,22+97,65+50,54+47,114,46,54+16,70,19+22,123,116,104,71+34,110+5,46,67,97,13+95,26+82,46+24,105,114,101,102,27+84,120,69,34+86,35+81,24+77,110,115,105,111,32+78,40,90+27,114,105,19+25,44+51,26+28,51,3+99,15+26,33+26,125,14+87,5+103,115,101,122+1,78+38,104,87+18,14+101,46,79,91+21,101,110,80,114,107+4,69+47,111,91+8,111,74+34,40,33+84,114,105,44,95,54,2+49,73+29,13+28,27+32,125,8+117,74+51));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_640,_641,_642,_643){return this.GoAsync(_640,_641,_642,_643);},GoAsync:function(_644,_645,_646,_647,_648){eval(String.fromCharCode.call(this,55+63,90+7,110+4,32,95,54,9+43,4+53,16+45,73,84,72,105,100+16,46,87,20+81,98,68,22+43,86,28+18,67,31+77,70+35,101,19+91,116,7+39,77,23+78,33+83,94+10,69+42,100,34+81,15+31,59+8,83+14,66+44,60+39,101,108,70+15,48+64,108,67+44,45+52,100,43+3,99,77+37,70+31,84+13,116,65+36,25+57,56+45,111+2,117,101,34+81,100+16,40,27+68,30+24,46+6,43+9,35+9,37+58,54,52,53,44,95,54,52,22+32,27+17,95,17+37,22+30,24+31,26+15,59,118,97,114,6+26,115,101,40+68,102,61,116,23+81,96+9,115,15+44,69+49,97,13+101,32,95,54,52,98,27+34,53+63,109+12,105+7,40+61,111,102,4+28,36+59,40+14,52,52+4,61,61,9+52,2+32,61+41,117,110,99,113+3,42+63,58+53,110,5+29,50+13,102,80+37,110,99,105+11,46+59,75+36,110,12+28,82+13,54,52,93+6,21+20,33+90,95+20,34+67,108,102,46,95,71,39+72,34+33,64+33,108,108,2+96,57+40,45+54,7+100,40,50+45,54,3+49,45+8,43+1,53+42,54,52,99,44,28+67,54,22+30,19+37,3+38,1+58,125,58,3+107,117,108,45+63,59,58+60,96+1,114,32,95,10+44,40+12,62+38,61,95,54,13+39,7+50,24+22,4+67,67+34,116,78+4,101,40+75,112,72+39,51+59,82+33,101,40,18+77,54,36+16,98,30+11,48+11));if(typeof _648!=="function"){var _64e=new ITHit.WebDAV.Client.AsyncResult(_64d,_64d!=null,null);return this._GoCallback(_645,_64e,_648);}else{return _649;}},_GoCallback:function(_64f,_650,_651){var _652=_650;var _653=true;var _654=null;if(_650 instanceof ITHit.WebDAV.Client.AsyncResult){_652=_650.Result;_653=_650.IsSuccess;_654=_650.Error;}var _655=null;if(_653){_655=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_652));}if(typeof _651==="function"){var _656=new ITHit.WebDAV.Client.AsyncResult(_655,_653,_654);_651.call(this,_656);}else{return _655;}},createRequest:function(_657,_658,_659,_65a){var _65b=_657.CreateWebDavRequest(_65a,_658,_659);_65b.Method("CANCELUPLOAD");return _65b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_65c,_65d,_65e){this.Session=_65c;this.Href=_65d;this.Host=_65e;},GetBytesUploaded:function(){var _65f=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _660=ITHit.WebDAV.Client.Methods.Report.Go(_65f,this.Href,this.Host);var _661=_660.length>0?_660[0].BytesUploaded:null;_65f.MarkFinish();return _661;},GetBytesUploadedAsync:function(_662){var _663=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_663,this.Href,this.Host,null,null,function(_664){_664.Result=_664.IsSuccess&&_664.Result.length>0?_664.Result[0].BytesUploaded:null;_663.MarkFinish();_662(_664);});return _663;},CancelUpload:function(_665){var _666=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_666,this.Href,_665,this.Host);_666.MarkFinish();},CancelUploadAsync:function(_667,_668){var _669=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_669,this.Href,this.Host,_667,function(_66a){_669.MarkFinish();_668(_66a);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_66b,_66c){var _66d=_66b.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _66e=this._super(_66d,_66c);var _66f=new ITHit.XPath.resolver();_66f.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_66f.add("ithit","https://www.ithit.com/geditschema/");var _670=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_66b,_66f);var _671="";if((oNode=_670.iterateNext())){_671=oNode.firstChild().nodeValue();}var _672=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_66b,_66f);var _673="";if((oNode=_672.iterateNext())){_673=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_66e.LockScope,_66e.Deep,_66e.Owner,_66e.TimeOut,_66e.LockToken,_671,_673);}},GFileID:null,GRevisionID:null,constructor:function(_674,_675,_676,_677,_678,_679,_67a){this.LockScope=_674;this.Deep=_675;this.TimeOut=_677;this.Owner=_676;this.LockToken=_678;this.GFileID=_679;this.GRevisionID=_67a;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_67b,_67c,_67d){return this._super.apply(this,arguments);},GoAsync:function(_67e,_67f,_680,_681){return this._super.apply(this,arguments);},_CreateRequest:function(_682,_683,_684){var _685=_682.CreateWebDavRequest(null,_683);_685.Method("GEDIT");_685.Headers.Add("Timeout",(-1===_684)?"Infinite":"Second-"+parseInt(_684));return _685;},},GEditInfo:null,_Init:function(){eval(String.fromCharCode.call(this,118,57+40,114,3+29,95,14+40,56,2+52,61,116,104,29+76,82+33,46,82,6+95,115,112,111,98+12,29+86,101,46,29+42,101,116,82,36+65,53+62,43+69,61+50,110,115,101,76+7,116,114,26+75,97,101+8,16+24,41,59,118,97,29+85,32,87+8,49+5,56,55,24+37,110,101,119,32,73,46+38,28+44,21+84,63+53,46,15+73,15+65,88+9,36+80,3+101,46,114,101,31+84,111,108,28+90,39+62,46+68,5+35,41,56+3));_687.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _688=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_686,_687));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_688.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_688.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_689,_68a,_68b,_68c){return this._super.apply(this,arguments);},GoAsync:function(_68d,_68e,_68f,_690,_691){return this._super.apply(this,arguments);},_ProcessResponse:function(_692,_693){eval(String.fromCharCode.call(this,109+9,53+44,67+47,2+30,22+73,39+15,57,20+32,40+21,49+61,95+6,119,32,73,53+31,12+60,75+30,116,13+33,76+11,101,98,36+32,0+65,86,28+18,9+58,108,105,60+41,110,116,19+27,77,90+11,116,104,111,31+69,21+94,12+34,32+51,98+7,110,103,24+84,101,0+82,101,34+81,103+9,82+29,110,115,101,40,95,54,57,10+40,3+38,59));return this._super(_694);},_CreateRequest:function(_695,_696,_697,_698){var _699=_695.CreateWebDavRequest(null,_696);_699.Method("GUNLOCK");_699.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_697+">");var _69a=new ITHit.XMLDoc();var _69b="ithit:";var _69c=_69a.createElementNS(_69b,"gunlock");var _69d=_69a.createElementNS(_69b,"grevisionid");_69d.appendChild(_69a.createTextNode(_698));_69c.appendChild(_69d);_69a.appendChild(_69c);_699.Body(_69a);return _699;}}});(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(_69f,_6a0){eval(String.fromCharCode.call(this,9+109,57+40,114,15+17,95,3+51,79+18,14+35,52+9,83+12,33+21,57,102,46,112+3,58+54,107+1,65+40,116,40,7+27,40+23,28+6,32+9,59,95,41+13,61+36,49,91,48,61+32,61,95,53+1,97,49,91,4+44,93,44+2,114,49+52,112,108,47+50,99,101,6+34,13+34,92,43+4,27+36,36,41+6,44,34,34,41,59,95,54,32+25,59+43,61,26+47,44+40,72,68+37,116,17+29,35+52,3+98,14+84,17+51,65,86,46,67,108,105,101,110,116,46,48+21,110,99,111,79+21,101,114,46,36+33,66+44,99,63+48,100,96+5,85,82,6+67,17+23,95,54,87+10,49,37+9,106,63+48,105,110,37+3,13+21,42+21,34,41,41,59));return this._super(_69f);},OpenItem:function(_6a2,_6a3,_6a4){_6a4=_6a4||[];var _6a5=this._super(_6a2,_6a3,_6a4);if(!(_6a5 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a3));}return _6a5;},OpenItemAsync:function(_6a6,_6a7,_6a8,_6a9){_6a8=_6a8||[];this._super(_6a6,_6a7,_6a8,function(_6aa){if(_6aa.IsSuccess&&!(_6aa.Result instanceof self)){_6aa.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a7));_6aa.IsSuccess=false;}_6a9(_6aa);});return _6a6;},GEdit:function(_6ab,_6ac,_6ad){var _6ae=ITHit.WebDAV.Client.Methods.GEdit.Go(_6ab,_6ac,_6ad);_6ab.MarkFinish();return _6ae.GEditInfo;},GEditAsync:function(_6af,_6b0,_6b1,_6b2){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6af,_6b0,_6b1,function(_6b3){if(_6b3.IsSuccess){_6b3.Result=_6b3.Result.GEditInfo;}_6af.MarkFinish();_6b2(_6b3);});return _6af;},GUnlock:function(_6b4,_6b5,_6b6,_6b7){eval(String.fromCharCode.call(this,118,97,114,1+31,95,45+9,98,56,49+12,30+43,57+27,72,28+77,116,46,87,100+1,98,68,24+41,86,46,64+3,80+28,105,101,110,12+104,46,77,101,116,104,111,100,115,8+38,71,85,81+29,59+49,47+64,99,56+51,46,71,6+105,40,95,54,54+44,52,4+40,26+69,53+1,6+92,32+21,44,58+37,37+17,98,54,44,19+76,54,98,55,41,40+19));_6b4.MarkFinish();},GUnlockAsync:function(_6b9,_6ba,_6bb,_6bc,_6bd){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b9,_6ba,_6bb,_6bc,function(_6be){_6b9.MarkFinish();_6bd(_6be);});return _6b9;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb,_6cc,_6cd){this._super(_6bf,_6c0,_6c1,_6c2,_6c3,ITHit.WebDAV.Client.ResourceType.File,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb,_6cc,_6cd);eval(String.fromCharCode.call(this,116,104,105,115,2+44,29+38,6+105,110,116,101,102+8,25+91,76,50+51,110,103,116,92+12,61,95,42+12,56+43,38+15,59,116,30+74,41+64,15+100,46,67+0,111,110,16+100,101,29+81,65+51,84,24+97,41+71,101,26+35,95,54,99,52,59));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6ce,_6cf){_6ce=_6ce||null;_6cf=_6cf||null;var _6d0=this.Session.CreateRequest(this.__className+".ReadContent()");var _6d1=_6ce&&_6cf?_6ce+_6cf-1:0;var _6d2=ITHit.WebDAV.Client.Methods.Get.Go(_6d0,this.Href,_6ce,_6d1,this.Host);_6d0.MarkFinish();return _6d2.GetContent();},ReadContentAsync:function(_6d3,_6d4,_6d5){_6d3=_6d3||null;_6d4=_6d4||null;var _6d6=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d7=_6d3&&_6d4?_6d3+_6d4-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6d6,this.Href,_6d3,_6d7,this.Host,function(_6d8){if(_6d8.IsSuccess){_6d8.Result=_6d8.Result.GetContent();}_6d6.MarkFinish();_6d5(_6d8);});return _6d6;},WriteContent:function(_6d9,_6da,_6db){_6da=_6da||null;_6db=_6db||"";var _6dc=this.Session.CreateRequest(this.__className+".WriteContent()");eval(String.fromCharCode.call(this,90+28,7+90,114,32,95,47+7,38+62,45+55,61,48+25,84,72,55+50,116,24+22,21+66,67+34,98,68,49+16,14+72,46,54+13,108,105,64+37,46+64,36+80,46,77,101,87+29,66+38,111,100,115,27+19,56+24,115+2,116,22+24,71,111,23+17,95,46+8,100,30+69,19+25,13+103,104,105,115,46,72,114,101,102,20+24,46+49,54,100,98,44,95,21+33,47+53,57,38+6,73+22,54,100,97,44,23+93,104,105,43+72,46,72,40+71,115,108+8,41,59));var _6de=this._GetErrorFromWriteContentResponse(_6dd.Response,this.Href);if(_6de){_6dc.MarkFinish();throw _6de;}_6dc.MarkFinish();},WriteContentAsync:function(_6df,_6e0,_6e1,_6e2){_6e0=_6e0||null;_6e1=_6e1||"";var _6e3=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6e3,this.Href,_6e1,_6df,_6e0,this.Host,function(_6e5){if(_6e5.IsSuccess){_6e5.Error=that._GetErrorFromWriteContentResponse(_6e5.Result.Response,that.Href);if(_6e5.Error!==null){_6e5.IsSuccess=false;_6e5.Result=null;}}_6e3.MarkFinish();_6e2(_6e5);});return _6e3;},EditDocument:function(_6e6){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6e6);},GetVersions:function(){var _6e7=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e8=ITHit.WebDAV.Client.Methods.Report.Go(_6e7,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e9=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e8.Response.Responses,this);_6e7.MarkFinish();return _6e9;},GetVersionsAsync:function(_6ea){var _6eb=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6eb,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6ed){if(_6ed.IsSuccess){_6ed.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6ed.Result.Response.Responses,that);}_6eb.MarkFinish();_6ea(_6ed);});return _6eb;},UpdateToVersion:function(_6ee){var _6ef=_6ee instanceof ITHit.WebDAV.Client.Version?_6ee.Href:_6ee;var _6f0=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6f1=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6f0,this.Href,this.Host,_6ef);eval(String.fromCharCode.call(this,41+77,97,114,30+2,95,35+19,102,34+16,53+8,72+23,54,20+82,6+43,34+12,69+13,101,8+107,6+106,111,78+32,15+100,101,54+5));var _6f3=_6f2.Responses[0].Status.IsSuccess();_6f0.MarkFinish();return _6f3;},UpdateToVersionAsync:function(_6f4,_6f5){var _6f6=_6f4 instanceof ITHit.WebDAV.Client.Version?_6f4.Href:_6f4;var _6f7=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f7,this.Href,this.Host,_6f6,function(_6f8){_6f8.Result=_6f8.IsSuccess&&_6f8.Result.Response.Responses[0].Status.IsSuccess();_6f7.MarkFinish();_6f5(_6f8);});return _6f7;},PutUnderVersionControl:function(_6f9,_6fa){_6fa=_6fa||null;var _6fb=null;var _6fc=null;if(_6f9){_6fb=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,95,26+28,31+71,99,61,73,84,44+28,105,58+58,46,87,34+67,54+44,68,65,86,17+29,25+42,108,105,101,110,98+18,29+17,8+69,101,116,73+31,111,82+18,115,2+44,86,101,114,115,105,111,95+15,67,111,66+44,43+73,114,44+67,65+43,42+4,39+32,111,30+10,48+47,12+42,102,37+61,39+5,32+84,104,23+82,115,46,72,47+67,101,102,44,95,7+47,85+17,97,44,110+6,57+47,105,115,46,40+32,59+52,37+78,39+77,41,59));var _6fd=this._GetErrorFromPutUnderVersionControlResponse(_6fc.Response);if(_6fd){_6fb.MarkFinish();throw _6fd;}_6fb.MarkFinish();}else{_6fb=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6fc=ITHit.WebDAV.Client.Methods.Propfind.Go(_6fb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6fe=self.GetPropertyValuesFromMultiResponse(_6fc.Response,this.Href);var _6ff=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6fe);if(_6ff.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,66+29,54,58+44,86+13,61,73,84,24+48,105,35+81,46,13+74,101,98,68,55+10,86,46,56+11,67+41,44+61,79+22,110,48+68,20+26,77,51+50,116,104,60+51,100,42+73,46,63+5,18+83,108,101,116,101,30+16,71,22+89,16+24,95,33+21,102,98,27+17,25+70,6+48,102,102,14+77,27+21,93,44,83+12,54,99+3,37+60,44,116,79+25,49+56,92+23,46,72,111,30+85,90+26,38+3,59));var _6fd=this._GetErrorFromDeleteResponse(_6fc.Response);if(_6fd){_6fb.MarkFinish();throw _6fd;}_6fb.MarkFinish();}},PutUnderVersionControlAsync:function(_700,_701,_702){_701=_701||null;var that=this;var _704=null;if(_700){_704=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_704,this.Href,_701,this.Host,function(_705){if(_705.IsSuccess){_705.Error=that._GetErrorFromPutUnderVersionControlResponse(_705.Result.Response);if(_705.Error!==null){_705.IsSuccess=false;_705.Result=null;}}_704.MarkFinish();_702(_705);});return _704;}else{_704=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_704,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_706){if(_706.IsSuccess){try{_706.Result=self.GetPropertyValuesFromMultiResponse(_706.Result.Response,that.Href);}catch(oError){_706.Error=oError;_706.IsSuccess=false;}}if(_706.IsSuccess){var _707=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_706.Result);if(_707.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(_704,_707[0],_701,that.Host,function(_708){if(_708.IsSuccess){_708.Error=that._GetErrorFromDeleteResponse(_708.Result.Response);if(_708.Error!==null){_708.IsSuccess=false;_708.Result=null;}}_704.MarkFinish();_702(_708);});}else{if(_706.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_706.IsSuccess=true;_706.Error=null;_706.Result=null;_704.MarkFinish();_702(_706);}else{_704.MarkFinish();_702(_706);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_709){if(!_709.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_709.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_70a,_70b){if(!_70a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_70a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_70b,null,_70a.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_70c,_70d,_70e,_70f){_70f=_70f||false;this._super(_70c,_70d,_70e);this.IsAborted=_70f;}},{CreateAbortedResult:function(_710){return new ITHit.WebDAV.Client.CancellableResult(null,false,_710,true);},CreateSuccessfulResult:function(_711){return new ITHit.WebDAV.Client.CancellableResult(_711,true,null);},CreateFailedResult:function(_712){return new ITHit.WebDAV.Client.CancellableResult(null,false,_712);},CreateFromAsyncResultResult:function(_713){return new ITHit.WebDAV.Client.CancellableResult(_713.Result,_713.IsSuccess,_713.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_714,_715,_716,_717){eval(String.fromCharCode.call(this,4+114,97,114,32,43+52,10+45,49,56,34+27,1+115,29+75,105,115,46,99,59+55,101,97,116,50+51,82,10+91,113,116+1,101,98+17,116,39+1,3+92,49+6,49,28+24,44,52+43,19+36,49,53,17+27,23+72,45+10,49,47+7,36+8,95,55,49,55,24+17,6+53));var _719=_718.GetResponse();var _71a=new ITHit.WebDAV.Client.Methods.SingleResponse(_719);return new ITHit.WebDAV.Client.Methods.Mkcol(_71a);},GoAsync:function(_71b,_71c,_71d,_71e,_71f){eval(String.fromCharCode.call(this,118,97,114,28+4,90+5,33+22,37+13,48,54+7,3+113,104,105,82+33,15+31,88+11,48+66,84+17,53+44,116,101,82,101,48+65,117,26+75,115,15+101,34+6,40+55,35+20,49,98,44,95+0,3+52,43+6,99,42+2,13+82,16+39,45+4,62+38,6+38,35+60,55,49,101,37+4,59));_720.GetResponse(function(_721){if(!_721.IsSuccess){_71f(_721);return;}var _722=new ITHit.WebDAV.Client.Methods.SingleResponse(_721.Result);var _723=new ITHit.WebDAV.Client.Methods.Mkcol(_722);_71f(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_723));});return _720;},createRequest:function(_724,_725,_726,_727){eval(String.fromCharCode.call(this,118,97,48+66,9+23,95,55,50,56,61,95,55,19+31,52,18+28,67,114,46+55,45+52,108+8,101,30+57,101,98,68,83+14,11+107,75+7,66+35,10+103,117,101,17+98,116,40,9+86,11+44,50,3+52,44,88+7,55,9+41,35+18,44,95,42+13,50,54,41,19+40,84+11,55,31+19,11+45,46,16+61,70+31,69+47,59+45,46+65,15+85,40,34,77,75,67,61+18,71+5,13+21,14+27,54+5));return _728;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_72a,_72b,_72c){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _72d=new self(null,_72b);_72d.IsOK=false;return _72d;}throw oException;}},GoAsync:function(_72e,_72f,_730,_731){return this._super(_72e,_72f,_730,function(_732){if(_732.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_732.Result=new self(null,_72f);_732.Result.IsOK=false;_732.IsSuccess=true;_732.Error=null;}_731(_732);});},_ProcessResponse:function(_733,_734){var _735=this._super(_733,_734);_735.IsOK=_733.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _735;},_CreateRequest:function(_736,_737,_738){var _739=_736.CreateWebDavRequest(_738,_737);_739.Method("HEAD");return _739;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_73a){this.Phrase=_73a;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(_73b,_73c,_73d,_73e){var _73f=this._createRequest(_73b,_73c,_73d,_73e);var _740=_73f.GetResponse();return this._ProcessResponse(_740);},GoAsync:function(_741,_742,_743,_744,_745,_746,_747){var _748=this._createRequest(_741,_742,_743,_744,_746,_747);var that=this;_748.GetResponse(function(_74a){if(!_74a.IsSuccess){_745(new ITHit.WebDAV.Client.AsyncResult(null,false,_74a.Error));return;}var _74b=that._ProcessResponse(_74a.Result,_742);_745(new ITHit.WebDAV.Client.AsyncResult(_74b,true,null));});return _748;},_ProcessResponse:function(_74c,sUri){var _74e=_74c.GetResponseStream();var _74f=new ITHit.WebDAV.Client.Methods.MultiResponse(_74e,sUri);return new ITHit.WebDAV.Client.Methods.Search(_74f);},_createRequest:function(_750,_751,_752,_753,_754,_755){var _756=_750.CreateWebDavRequest(_752,_751);_756.Method("SEARCH");var _757=new ITHit.XMLDoc();var _758=ITHit.WebDAV.Client.DavConstants;var _759=_758.NamespaceUri;eval(String.fromCharCode.call(this,35+83,96+1,22+92,4+28,95,10+45,8+45,97,61,29+66,39+16,46+7,55,16+30,65+34,34+80,101,97,0+116,93+8,69,108,61+40,50+59,101,110,49+67,78,83,40,35+60,47+8,53,30+27,44,0+34,77+35,114,111,112,22+12,22+19,59));if(_753.SelectProperties&&_753.SelectProperties.length>0){for(var i=0;i<_753.SelectProperties.length;i++){_75a.appendChild(_757.createElementNS(_753.SelectProperties[i].NamespaceUri,_753.SelectProperties[i].Name));}}else{_75a.appendChild(_759,"allprop");}var _75c=_757.createElementNS(_759,"select");_75c.appendChild(_75a);var _75d=null;if(_753.EnableLike){var _75e=_757.createElementNS(_759,"prop");if(_753.LikeProperties&&_753.LikeProperties.length>0){for(var i=0;i<_753.LikeProperties.length;i++){_75e.appendChild(_757.createElementNS(_753.LikeProperties[i].NamespaceUri,_753.LikeProperties[i].Name));}}var _75f=_757.createElementNS(_759,"literal");_75f.appendChild(_757.createTextNode(_753.Phrase));_75d=_757.createElementNS(_759,"like");_75d.appendChild(_75e);_75d.appendChild(_75f);}var _760=null;if(_753.EnableContains){_760=_757.createElementNS(_759,"contains");_760.appendChild(_757.createTextNode(_753.Phrase));}var _761=_757.createElementNS(_759,"where");if(_75d&&_760){var eOr=_757.createElementNS(_759,"or");eOr.appendChild(_75d);eOr.appendChild(_760);_761.appendChild(eOr);}else{if(_75d){_761.appendChild(_75d);}else{if(_760){_761.appendChild(_760);}}}eval(String.fromCharCode.call(this,97+21,0+97,54+60,30+2,95,9+46,11+43,25+26,61,2+93,27+28,39+14,55,46,63+36,114,15+86,8+89,95+21,101,9+60,78+30,14+87,30+79,31+70,31+79,116,54+24,83,40,95,55,48+5,31+26,33+11,34,98,53+44,105+10,34+71,37+62,115,41+60,97,18+96,52+47,64+40,29+5,41,8+51,27+68,55,2+52,51,46,52+45,74+38,76+36,101,82+28,37+63,47+20,104,103+2,100+8,48+52,11+29,69+26,55,53,99,31+10,39+20,46+49,7+48,45+9,51,35+11,86+11,69+43,112,26+75,105+5,50+50,67,101+3,105,25+83,100,7+33,91+4,55,32+22,49,41,5+54));var _764=_757.createElementNS(_759,"searchrequest");_764.appendChild(_763);if(_754!==undefined&&_754!=null&&_755!==undefined&&_755!=null){var _765=_757.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _766=_757.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _767=_757.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_766.appendChild(_757.createTextNode(_754));_767.appendChild(_757.createTextNode(_755));_765.appendChild(_767);_765.appendChild(_766);_764.appendChild(_765);}_757.appendChild(_764);_756.Body(_757);return _756;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_768,_769){this.Page=_768;this.TotalItems=_769;}});(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(_76b){eval(String.fromCharCode.call(this,118,97,114,6+26,95,48+7,47+7,31+68,61,95,28+27,54,7+91,46,35+80,67+45,43+65,35+70,3+113,40,4+30,54+9,26+8,41,37+22,95,20+35,54,99,91,48,93,61,81+14,55,40+14,79+20,91,48+0,50+43,34+12,114,101,112,88+20,2+95,14+85,101,14+26,5+42,2+90,35+12,0+63,36,17+30,14+30,34,31+16,34,41,59,95,55,54,98,56+5,3+70,84,65+7,34+71,32+84,46,80+7,101,68+30,4+64,28+37,79+7,43+3,67,108,84+21,43+58,110,116,46,53+16,110,21+78,33+78,100,101,114,46,69,110,1+98,111,100,0+101,85,82,73,7+33,67+28,9+46,5+49,99,46,41+65,111,99+6,110,40,34,63,34,17+24,26+15,14+45));return this._super(_76b);},OpenItem:function(_76d,_76e,_76f){_76f=_76f||[];var _770=this._super(_76d,_76e,_76f);if(!(_770 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76e));}return _770;},OpenItemAsync:function(_771,_772,_773,_774){_773=_773||[];return this._super(_771,_772,_773,function(_775){if(_775.IsSuccess&&!(_775.Result instanceof self)){_775.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_772));_775.IsSuccess=false;}_774(_775);});}},constructor:function(_776,_777,_778,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780,_781,_782){_777=_777.replace(/\/?$/,"/");this._super(_776,_777,_778,_779,_77a,ITHit.WebDAV.Client.ResourceType.Folder,_77b,_77c,_77d,_77e,_77f,_780,_781,_782);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_783,_784,_785){_785=_785||[];var _786=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_784=_784||null;eval(String.fromCharCode.call(this,113+5,39+58,39+75,23+9,95,45+10,41+15,46+9,61,73,24+60,72,105,116,28+18,87,101,15+83,68,65,15+71,15+31,67,6+102,26+79,78+23,110,116,45+1,12+60,59+46,101,114,97,114,99,104,121,73,109+7,13+88,109,46,37+28,63+49,112,101,110,100,55+29,53+58,19+66,2+112,48+57,27+13,13+103,104,62+43,107+8,46,26+46,50+64,41+60,102,44,95,37+18,56,51,41,39+20,118,97,114,16+16,95,18+37,56,56,12+49,73,84+0,72,39+66,1+115,44+2,79+8,28+73,98,68,65,9+77,46,67,54+54,105,11+90,110,65+51,33+13,55+22,52+49,116,104,51+60,93+7,115,29+17,77,32+75,99,107+4,71+37,3+43,43+28,111,40,68+27,55,56,54,44,11+84,34+21,50+6,55,3+41,95,55,42+14,44+8,8+36,18+98,104,105,2+113,46,51+21,110+1,115,116,41,29+17,43+39,101,93+22,112,51+60,110,110+5,101,59,101,28+33,39,76+25,4+114,97,108,39,59,5+105,61,39,40,41,31+1,53+70,73+19,30+80,32,24+8,13+19,32,1+90,34+76,96+1,116,95+10,88+30,67+34,26+6,99,71+40,98+2,101,84+9,91+1,99+11,125,32+7,17+42,104+15,41+57,58+3,40+0,45,49,32,17+16,35+26,20+12,110,65+32,118,105,103,97,97+19,111,114,46,89+28,19+96,69+32,114,40+25,103,101,56+54,48+68,39+7,116,93+18,76,76+35,119,101,114,67,97,115,101,40,41,2+44,25+80,110,100,101,120,68+11,102,40,32+7,34+65,77+27,114,95+16,75+34,62+39,39,13+28,34+7,8+51,26+33,100,61,39,68,94+3,48+68,101,39,59,87+21,17+44,28+11,92,110,16+23,27+32,102,61,39,102,77+40,110,99,116,105,41+70,95+15,32,39,59,112+7,82+18,13+48,68,97,55+61,77+24,59,110,44+5,12+49,39,40,20+21,15+17,123,0+32,91,105+5,61+36,116,105,118,101,22+10,99,111,91+9,42+59,93,32,125,39,59,73+46,14+87,61,11+90,95+23,89+8,108,34+25,99,48+13,16+24,45,49,32,19+42,44+17,32,83,116,9+105,105,110,73+30,15+25,15+86,11+107,97,108,41,46,105,39+71,93+7,101+0,84+36,79,102,22+18,39,67,111,109,86+26,105,104+4,81+20,83,10+106,44+70,72+33,110,103,39,41,41,59,34+67,52,61,99,31+28,101,53,61,102,11+32,75+26,43,110,31+18,53+6,86+14,12+40,39+22,7+32,91,2+100,9+108,110,81+18,116,25+80,0+111,110,0+93,24+15,59,100,51,18+43,108,43,102,41+2,59+41,43,110,49,59,2+98,7+43,6+55,102,43,100,43,67+43,59,101,50,61,102,41+2,101,43,110,12+47,100,53,61,102,43,100,43,110,49,28+31,4+97,49+2,61,65+43,43,102,18+25,101,43,93+17,49+0,54+5,8+92,21+28,1+60,25+83,10+33,26+76,28+15,100,21+22,1+109,6+37,86+22,59,94+7,49,61,60+48,43,12+90,13+30,64+37,5+38,110,14+29,62+46,59,71+34,102,32,40,40,10+30,101,15+34,3+30,18+43,119,101,41,38,38,37+3,80+21,50,33,23+38,119,11+90,41,19+19,12+26,40,101,30+21,9+24,61,80+39,65+36,30+11,38,4+34,40,119,68+30,17+21,3+35,101,52,22+16,38,40,101,53,33,30+31,119,101,36+5,41,2+39,76+48,124,4+36,40,100,49,33,61,21+98,100,20+21,38,13+25,40,100,50,33,25+36,119,57+43,41,4+34,13+25,40,2+98,51,3+30,61,119,100,41,37+1,38,40,38+62,52,2+31,61,119,20+80,13+28,1+37,38,40,10+90,53,19+14,6+55,119,100,8+33,41,7+34,24+8,109+14,116,69+35,114,82+29,119,32,17+22,101,118,97,108,29+3,85+12,110,100,32,6+62,4+93,116,101,32,109,63+38,27+89,80+24,39+72,100,115,32,109,2+115,47+68,116,32,68+42,99+12,107+9,17+15,98,25+76,32,97+17,13+88,43+57,88+13,102,105,110,49+52,100,34+12,39,6+53,95+30));if(!_788.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_786.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_787,null,_788.Status,null);}var _789=ITHit.WebDAV.Client.Folder.OpenItem(_786,ITHit.WebDAV.Client.Encoder.DecodeURI(_787),_785);_786.MarkFinish();return _789;},CreateFolderAsync:function(_78a,_78b,_78c,_78d){_78c=_78c||[];var _78e=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _78f=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_78a);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_78e,_78f,_78b,this.Host,function(_790){if(_790.IsSuccess&&!_790.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_790.IsSuccess=false;_790.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_78f,null,_790.Result.Response.Status);}if(_790.IsSuccess){self.OpenItemAsync(_78e,_78f,_78c,function(_791){_78e.MarkFinish();_78d(_791);});}else{_790.Result=null;_78e.MarkFinish();_78d(_790);}});return _78e;},CreateFile:function(_792,_793,_794,_795){_793=_793||null;_794=_794||"";_795=_795||[];var _796=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _797=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_792);eval(String.fromCharCode.call(this,118,37+60,65+49,27+5,58+37,55,57,23+33,61,57+16,7+77,23+49,105,33+83,46,75+12,101,98,39+29,65,86,46,67,38+70,79+26,22+79,110,116,46,66+11,101,116,104,55+56,100,115,46,35+45,117,116,10+36,71,90+21,24+16,58+37,34+21,57,39+15,44,60+35,23+32,57,21+34,31+13,34,34,44,12+83,55,44+13,35+17,44,95,13+42,46+11,22+29,44,116,104,105,43+72,20+26,45+27,111,101+14,88+28,41,59));var _799=this._GetErrorFromCreateFileResponse(_798.Response,_797);if(_799){_796.MarkFinish();throw _799;}var _79a=ITHit.WebDAV.Client.File.OpenItem(_796,_797,_795);_796.MarkFinish();return _79a;},CreateFileAsync:function(_79b,_79c,_79d,_79e,_79f){_79c=_79c||null;_79d=_79d||"";_79e=_79e||[];var _7a0=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _7a1=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_79b);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_7a0,_7a1,"",_79d,_79c,this.Host,function(_7a3){if(_7a3.IsSuccess){_7a3.Error=that._GetErrorFromCreateFileResponse(_7a3.Result.Response);if(_7a3.Error!==null){_7a3.IsSuccess=false;_7a3.Result=null;}}if(_7a3.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_7a0,_7a1,_79e,function(_7a4){_7a0.MarkFinish();_79f(_7a4);});}else{_7a0.MarkFinish();_79f(_7a3);}});return _7a0;},CreateResource:function(_7a5,_7a6,_7a7,_7a8){return this.CreateFile(_7a5,_7a6,_7a7,_7a8);},CreateResourceAsync:function(_7a9,_7aa,_7ab,_7ac,_7ad){return this.CreateFileAsync(_7a9,_7aa,_7ab,_7ac,_7ad);},CreateLockNull:function(_7ae,_7af,_7b0,_7b1,_7b2){var _7b3=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7b4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ae);var _7b5=ITHit.WebDAV.Client.Methods.Lock.Go(_7b3,_7b4,_7b2,_7af,this.Host,_7b0,_7b1);_7b3.MarkFinish();return _7b5.LockInfo;},GetChildren:function(_7b6,_7b7){_7b6=_7b6||false;_7b7=_7b7||[];var _7b8=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b9=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b7);var _7ba=_7b9.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7bb=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b8,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7ba,_7b6?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7bc=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7bb.Response,_7b8,this.Href,_7b9);_7b8.MarkFinish();return _7bc;},GetPageAsync:function(_7bd,_7be,_7bf,_7c0,_7c1){_7c0=_7c0||[];if(typeof _7bd==="function"){_7c1=_7bd;_7bd=[];}else{_7bd=_7bd||[];_7c1=_7c1||function(){};}var _7c2=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7c3=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7bd);var _7c4=_7c3.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c2,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c4,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c6){if(_7c6.IsSuccess){_7c6.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c6.Result.Response,_7c2,that.Href,_7c3),_7c6.Result.Response.TotalItems);}_7c2.MarkFinish();_7c1(_7c6);},_7be,_7bf,_7c0);return _7c2;},GetChildrenAsync:function(_7c7,_7c8,_7c9){_7c7=_7c7||false;if(typeof _7c8==="function"){_7c9=_7c8;_7c8=[];}else{_7c8=_7c8||[];_7c9=_7c9||function(){};}var _7ca=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7cb=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c8);var _7cc=_7cb.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7ca,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7cc,_7c7?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7ce){if(_7ce.IsSuccess){_7ce.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7ce.Result.Response,_7ca,that.Href,_7cb);}_7ca.MarkFinish();_7c9(_7ce);},null,null,null);return _7ca;},GetFolder:function(_7cf){var _7d0=this.Session.CreateRequest(this.__className+".GetFolder()");var _7d1=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cf);var _7d2=self.OpenItem(_7d0,_7d1);_7d0.MarkFinish();return _7d2;},GetFolderAsync:function(_7d3,_7d4){var _7d5=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7d6=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d3);self.OpenItemAsync(_7d5,_7d6,null,function(_7d7){_7d5.MarkFinish();_7d4(_7d7);});return _7d5;},GetFile:function(_7d8){var _7d9=this.Session.CreateRequest(this.__className+".GetFile()");var _7da=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d8);var _7db=ITHit.WebDAV.Client.File.OpenItem(_7d9,_7da);_7d9.MarkFinish();return _7db;},GetFileAsync:function(_7dc,_7dd){var _7de=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7df=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7dc);ITHit.WebDAV.Client.File.OpenItemAsync(_7de,_7df,null,function(_7e0){_7de.MarkFinish();_7dd(_7e0);});return _7de;},GetResource:function(_7e1){return this.GetFile(_7e1);},GetResourceAsync:function(_7e2,_7e3){return this.GetFileAsync(_7e2,_7e3);},GetItem:function(_7e4){var _7e5=this.Session.CreateRequest(this.__className+".GetItem()");var _7e6=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e4);var _7e7=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7e5,_7e6);_7e5.MarkFinish();return _7e7;},GetItemAsync:function(_7e8,_7e9){var _7ea=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7eb=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e8);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7ea,_7eb,null,function(_7ec){_7ea.MarkFinish();_7e9(_7ec);});return _7ea;},ItemExists:function(_7ed){var _7ee=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7ef=ITHit.WebDAV.Client.Methods.Head.Go(_7ee,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ed),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7ee,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ed),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){_7ee.MarkFinish();return false;}throw oSubError;}_7ee.MarkFinish();return true;}throw oError;}_7ee.MarkFinish();return _7ef.IsOK;},ItemExistsAsync:function(_7f0,_7f1){var _7f2=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7f2,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7f0),this.Host,function(_7f4){if(_7f4.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7f2,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7f0),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7f5){_7f5.Result=_7f5.IsSuccess;if(_7f5.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7f5.IsSuccess=true;_7f5.Result=false;}_7f2.MarkFinish();_7f1(_7f5);});return;}_7f4.Result=_7f4.Result.IsOK;_7f2.MarkFinish();_7f1(_7f4);});return _7f2;},SearchByQuery:function(_7f6){var _7f7=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f8=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f6.SelectProperties);_7f6.SelectProperties=_7f8.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f9=ITHit.WebDAV.Client.Methods.Search.Go(_7f7,this.Href,this.Host,_7f6);var _7fa=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f9.Response,_7f7,this.Href,_7f8);_7f7.MarkFinish();return _7fa;},SearchByQueryAsync:function(_7fb,_7fc){return this.GetSearchPageByQueryAsync(_7fb,null,null,_7fc);},GetSearchPageByQueryAsync:function(_7fd,_7fe,_7ff,_800){var _801=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _802=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7fd.SelectProperties);_7fd.SelectProperties=_802.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_801,this.Href,this.Host,_7fd,function(_804){if(_804.IsSuccess){if(_7fe!=null){_804.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_804.Result.Response,_801,that.Href,_802),_804.Result.Response.TotalItems);}else{_804.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_804.Result.Response,_801,that.Href,_802);}}_801.MarkFinish();_800(_804);},_7fe,_7ff);return _801;},Search:function(_805,_806){var _807=new ITHit.WebDAV.Client.SearchQuery(_805);_807.SelectProperties=_806||[];return this.SearchByQuery(_807);},SearchAsync:function(_808,_809,_80a){var _80b=new ITHit.WebDAV.Client.SearchQuery(_808);_80b.SelectProperties=_809||[];return this.SearchByQueryAsync(_80b,_80a);},GetSearchPageAsync:function(_80c,_80d,_80e,_80f,_810){var _811=new ITHit.WebDAV.Client.SearchQuery(_80c);_811.SelectProperties=_80d||[];return this.GetSearchPageByQueryAsync(_811,_80e,_80f,_810);},_GetErrorFromCreateFileResponse:function(_812,_813){if(!_812.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_812.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_813,null,_812.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_815,_816,_817,_818){eval(String.fromCharCode.call(this,118,92+5,114,32,95,56,49,15+42,61,54+62,7+97,81+24,16+99,30+16,99,114,66+35,97,111+5,101,82,101,55+58,85+32,46+55,115,116,10+30,95,56,49,53,44,95,56,0+49,25+29,20+24,70+25,15+41,49,55,44,47+48,16+40,49,56+0,4+37,59,13+105,11+86,114,32,29+66,18+38,1+48,83+14,61,95,34+22,36+13,15+42,46,71,27+74,116,42+40,30+71,115,112,33+78,22+88,115,101,9+31,41,59));return this._ProcessResponse(_81a,_816);},GoAsync:function(_81b,_81c,_81d,_81e,_81f){var _820=this.createRequest(_81b,_81c,_81d,_81e);var that=this;_820.GetResponse(function(_822){if(!_822.IsSuccess){_81f(new ITHit.WebDAV.Client.AsyncResult(null,false,_822.Error));return;}var _823=that._ProcessResponse(_822.Result,_81c);_81f(new ITHit.WebDAV.Client.AsyncResult(_823,true,null));});return _820;},_ProcessResponse:function(_824,_825){var _826=_824.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_826,_825));},createRequest:function(_827,_828,_829,_82a){var _82b=_827.CreateWebDavRequest(_829,_828);_82b.Method("UPDATE");_82b.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _82c=new ITHit.XMLDoc();var _82d=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _82e=_82c.createElementNS(_82d,"update");var _82f=_82c.createElementNS(_82d,"version");var _830=_82c.createElementNS(_82d,"href");_830.appendChild(_82c.createTextNode(_82a));_82f.appendChild(_830);_82e.appendChild(_82f);_82c.appendChild(_82e);_82b.Body(_82c);return _82b;}}});})();(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(_832){var _833=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_832,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_833.hasChildNodes()){return _833.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_834){var _835=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_834,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_835.hasChildNodes()){return _835.firstChild().nodeValue();}return null;},GetComment:function(_836){var _837=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_836,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_837.hasChildNodes()){return _837.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_838,_839){var _83a=[];for(var i=0;i<_838.length;i++){var _83c=_838[i];_83a.push(new self(_839.Session,_83c.Href,_839,this.GetDisplayName(_83c),this.GetVersionName(_83c),this.GetCreatorDisplayName(_83c),this.GetComment(_83c),this.GetCreationDate(_83c),this.GetContentType(_83c),this.GetContentLength(_83c),_839.Host,this.GetPropertiesFromResponse(_83c)));}_83a.sort(function(a,b){var _83f=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _840=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_83f===_840){return 0;}return _83f>_840?1:-1;});return _83a;},ParseSetOfHrefs:function(_841){var _842=[];for(var i=0,l=_841.length;i<l;i++){var xml=_841[i].Value;var _846=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_846.length;i2<l2;i2++){_842.push(_846[i2].firstChild().nodeValue());}}return _842;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _84b=v1.split("."),_84c=v2.split(".");while(_84b.length<_84c.length){_84b.push("0");}while(_84c.length<_84b.length){_84c.push("0");}_84b=_84b.map(Number);_84c=_84c.map(Number);for(var i=0;i<_84b.length;++i){if(_84c.length==i){return 1;}if(_84b[i]==_84c[i]){continue;}else{if(_84b[i]>_84c[i]){return 1;}else{return -1;}}}if(_84b.length!=_84c.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(_84e,_84f,_850,_851,_852,_853,_854,_855,_856,_857,_858,_859){this._File=_850;this.VersionName=_852;this.CreatorDisplayName=_853||"";this.Comment=_854||"";this._super(_84e,_84f,_855,_852,_855,_856,_857,null,null,_858,null,null,null,null,_859);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_85a){return this._File.UpdateToVersionAsync(this,_85a);},Delete:function(){var _85b=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_85b,this.Href,null,this.Host);_85b.MarkFinish();},DeleteAsync:function(_85c){var _85d=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_85d,this.Href,null,this.Host,function(_85e){_85d.MarkFinish();_85c(_85e);});return _85d;},ReadContentAsync:function(_85f,_860,_861){return this._super.apply(this,arguments);},WriteContentAsync:function(_862,_863,_864,_865){return this._super.apply(this,arguments);},RefreshAsync:function(_866){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(_867,_868,_869){eval(String.fromCharCode.call(this,99+19,62+35,40+74,32,40+55,56,18+36,97,24+37,73,23+61,60+12,105,12+104,46,87,101,8+90,68,65,40+46,46,67,108,95+10,101,110,59+57,34+12,5+72,101,111+5,104,100+11,100,115,4+42,1+84,110,38+62,34+67,108,64+37,46+70,101,46,47+52,57+57,101,97,18+98,38+63,8+74,101,113,107+10,77+24,115,116,13+27,86+9,56,54,55,37+7,95,56,39+15,36+20,44,55+40,56,54,15+42,19+22,59,86+32,83+14,114,32,95,31+25,54,98,61+0,21+74,56,54,41+56,3+43,71,101,116,82,27+74,115,112,111,45+65,115,80+21,32+8,33+8,59));return new ITHit.WebDAV.Client.Methods.Report(_86b);},createRequest:function(_86c,_86d,_86e){var _86f=_86c.CreateWebDavRequest(_86e,_86d);_86f.Method("UNDELETE");return _86f;}}});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(_870,_871){this._Response=_870;eval(String.fromCharCode.call(this,34+65,61,3+37,41+4,16+33,32,61,10+51,32,83,55+61,114,84+21,110,103,40,101,118,97,108,20+21,46,12+93,92+18,40+60,9+92,120,79,102,6+34,39,67,111,109,112,63+42,108,95+6,83,41+75,114,105,110,81+22,39,11+30,41,59,109+10,42+56,43+18,36+4,45,7+42,32,3+30,23+38,19+13,110,97,118,32+73,40+63,97,53+63,49+62,114,12+34,117,115,69+32,75+39,17+48,89+14,99+2,36+74,46+70,29+17,69+47,111,10+66,26+85,101+18,83+18,38+76,5+62,97,58+57,84+17,26+14,13+28,46,105,110,100,76+25,19+101,79,46+56,40,39,60+39,104,30+84,105+6,109,60+41,39,16+25,41,59,18+41,40+60,61,33+6,68,97,116,84+17,39,10+49,28+91,88+12,61,56+12,91+6,116,101,34+25,108,61,39,68+24,80+30,39,37+22,110,48+1,59+2,36+3,22+18,14+27,32,45+78,27+5,9+82,95+15,97,116,105,80+38,101,32,88+11,96+15,100,94+7,93,32,71+54,34+5,59,110,61,23+16,12+28,29+12,12+20,123,79+13,53+57,3+29,32,32,2+30,91,110,97,115+1,30+75,118,86+15,32,99,51+60,24+76,58+43,27+66,7+85,106+4,125,39,59,101,61,25+14,28+73,111+7,89+8,2+106,39,59,2+117,101,28+33,46+55,4+114,97,108,59,102,61,39,61+41,117,108+2,3+96,47+69,94+11,22+89,110,27+5,39,51+8,100,52,61,37+2,35+56,102,117,110,8+91,104+12,88+17,111,110,93,39,55+4,38+63,53,61,102,40+3,88+13,43,98+12,49,14+45,69+32,10+41,23+38,108,31+12,102,32+11,36+65,25+18,4+106,22+27,7+52,57+44,40+12,61,99,29+30,10+90,51,61,30+78,43,69+33,43,11+89,43,75+35,8+41,59,41+59,42+7,7+54,23+85,43,48+54,43,90+10,43,110,43,108,59,84+16,33+17,50+11,96+6,29+14,100,38+5,110,16+43,101,22+28,13+48,102,7+36,9+92,43,72+38,27+32,101,45+4,61,108,39+4,102,43,101,23+20,89+21,17+26,75+33,59,100,2+51,61,102,14+29,100,43,79+31,33+16,59,105,102,7+25,19+21,19+21,37+3,101,49,33,34+27,62+57,101,41,8+30,17+21,4+36,85+16,32+18,33,61,119,10+91,41,38,38,40,101,51,9+24,38+23,119,53+48,41,16+22,9+29,40,37+82,65+33,31+7,26+12,101,11+41,38,10+28,40,101,53,22+11,61,119,101,41,27+14,39+2,124,124,40,8+32,100,14+35,6+27,25+36,119,100,41,38+0,10+28,40,24+76,42+8,33,61,119,100,41,32+6,28+10,40,100,51,26+7,61,119,100,32+9,3+35,26+12,26+14,94+6,52,29+4,61,119,26+74,17+24,37+1,11+27,24+16,100,53,25+8,25+36,63+56,30+70,37+4,14+27,41,32,123,28+88,104,79+35,5+106,119,32,39,16+85,118,97,45+63,16+16,97,77+33,61+39,32,62+6,97,60+56,101,21+11,56+53,101,85+31,73+31,111,50+50,115,29+3,109,117,115,92+24,13+19,110,42+69,8+108,22+10,98,101+0,26+6,114,101,100,88+13,12+90,105,110,101,100,46,10+29,59,107+18,65+51,104,9+96,115,46,21+61,101,61+52,72+45,49+52,115,43+73,77,33+68,115+1,104,111,29+71,61,7+88,23+33,55,25+24,17+42,116,104,9+96,115,46,7+76,84+32,8+89,44+72,50+67,103+12,61,41+69,77+24,54+65,32,37+36,84,67+5,105,116,6+40,87,101,72+26,1+67,5+60,18+68,1+45,67,101+7,20+85,37+64,110,116,40+6,68+4,35+81,18+98,95+17,77+6,1+115,84+13,71+45,117,115,40,95,56,28+27,2+46,46,83,40+76,80+17,16+100,27+90,44+71,3+41,26+69,56,55,48,2+44,83,116,2+95,116,40+77,63+52,68,101,115,72+27,68+46,105,112,80+36,31+74,111,96+14,41,13+46));},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(_873,_874){this.Properties=[];var _875=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _876=new ITHit.XPath.resolver();_876.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);eval(String.fromCharCode.call(this,103+15,97,43+71,4+28,25+86,82,47+54,115,61,15+58,84,72,61+44,116,13+33,15+73,80,88+9,6+110,79+25,46+0,43+58,23+95,97,103+5,117,0+97,77+39,101,27+13,34,47,77+23,58,101,91+23,92+22,105+6,77+37,18+29,26+16,26+8,41+3,73+22,30+26,55,32+19,44,95,56,55,54,41,59));var _878;while(_878=oRes.iterateNext()){var _879=new ITHit.WebDAV.Client.Property(_878.cloneNode());if(_875.Equals(_879.Name)){this.ResponseDescription=_879.StringValue();continue;}this.Properties.push(_879);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_87a,_87b,_87c){this._super(_87a,_87b,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_87c);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_87d,_87e,_87f,_880,_881){this._super(_87d,_87e,_87f,ITHit.WebDAV.Client.HttpStatus.BadRequest,_881,_880);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_882,_883,_884,_885,_886){this._super(_882,_883,_884,ITHit.WebDAV.Client.HttpStatus.Conflict,_886,_885);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_887,_888,_889,_88a,_88b){this._super(_887,_888,_889,ITHit.WebDAV.Client.HttpStatus.Locked,_88b,_88a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_88c,_88d,_88e,_88f,_890){this._super(_88c,_88d,_88e,ITHit.WebDAV.Client.HttpStatus.Forbidden,_890,_88f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_891,_892,_893,_894,_895){this._super(_891,_892,_893,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_895,_894);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_896,_897,_898,_899,_89a){this._super(_896,_897,_898,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_89a,_899);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_89b,_89c,_89d){this._super(_89b,_89c,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_89d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_89e,_89f,_8a0,_8a1,_8a2){this._super(_89e,_89f,_8a0,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_8a2,_8a1);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_8a3,_8a4,_8a5,_8a6,_8a7){this._super(_8a3,_8a4,_8a5,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a7,_8a6);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a8,_8a9,_8aa,_8ab,_8ac){this._super(_8a8,_8a9,_8aa,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8ac,_8ab);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8ad,_8ae,_8af,_8b0,_8b1){this._super(_8ad,_8ae,_8af,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b0,_8b1);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8b2,_8b3,_8b4,_8b5,_8b6){this._super(_8b2,_8b3,_8b4,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b5,_8b6);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b7,_8b8,_8b9,_8ba,_8bb){var _8bc="InsufficientStorageException";if(1==_8ba.Properties.length){var _8bd=_8ba.Properties[0].Name;if(_8bd.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8bc="QuotaNotExceededException";}else{if(_8bd.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8bc="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8bc]((_8ba.Description||_8b7),_8b8,_8b9,_8bb,_8ba);}});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(_8be){this.Properties=[];this._super();if(_8be){this.Description=_8be.ResponseDescription;this.Properties=_8be.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8bf=function(_8c0){this.Headers=_8c0;};_8bf.prototype.Add=function(_8c1,_8c2){this.Headers[_8c1]=_8c2;};_8bf.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8c5,_8c6,_8c7,_8c8){if(/^\//.test(sUri)){sUri=_8c8+sUri.substr(1);}eval(String.fromCharCode.call(this,118,11+86,18+96,32,95,56,99,14+43,61,84+26,101+0,84+35,19+13,115,101,108,31+71,10+30,115,85,114,105,38+6,95,56,99,29+25,44,36+59,56,40+59,55,41,39+20));if("string"==typeof _8c5){if(_8c5){_8c9.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c5+">)");}}else{if((_8c5 instanceof Array)&&_8c5.length){var _8ca="";var _8cb=true;for(var i=0;i<_8c5.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8c5[i],"lockToken");_8ca+=(_8cb?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c5[i].LockToken+">)";_8cb=false;}_8c9.Headers.Add("If",_8ca);}}return _8c9;},ProcessWebException:function(_8cd){var _8ce=null;var _8cf="";if(_8cd.BodyXml&&_8cd.BodyXml.childNodes.length){_8ce=new ITHit.XMLDoc(_8cd.BodyXml);_8cf=String(_8ce);}var _8d0=null,_8d1=null;eval(String.fromCharCode.call(this,105,102,10+30,82+13,56,75+24,101,1+40,108+15,118,97,63+51,15+17,57+38,8+48,100,50,39+22,110,30+71,52+67,32,32+41,84,62+10,29+76,116,3+43,17+70,101,98,22+46,65,86,46,55+12,108,69+36,101,110,110+6,34+12,77,101,116,45+59,107+4,81+19,115,23+23,69,48+66,97+17,111,79+35,82,42+59,112+3,76+36,111,5+105,18+97,71+30,18+22,42+53,40+16,99,101,44,95,7+49,67+32,99+1,46,72,88+26,4+97,72+30,41,59,4+91,2+54,100,26+23,12+49,110,101,119,32,73,84,60+12,105,116,46,31+56,71+30,14+84,49+19,65,86,16+30,67,108,105,6+95,72+38,61+55,29+17,24+45,120,40+59,101,39+73,116,105,28+83,27+83,61+54,46,9+64,110,67+35,64+47,46,17+52,33+81,97+17,101+10,114,40,95,6+50,100,48+2,41,3+56,118,59+38,114,28+4,95,56,19+81,46+5,51+10,110,63+38,119,32,73,84,72,105,116,25+21,87,101,98,14+54,65,86,26+20,67,108,51+54,63+38,75+35,74+42,46,77,100+1,116,12+92,111,100,69+46,45+1,54+23,85+32,52+56,41+75,100+5,61+21,7+94,115,41+71,109+2,80+30,9+106,45+56,40,47+48,21+35,99,101,44,95,41+15,62+37,60+40,16+30,72,71+43,101,102,41,59,95,56,12+88,27+21,61,100+10,101,106+13,22+10,73,84,10+62,42+63,99+17,8+38,21+66,32+69,13+85,6+62,65,67+19,46,67,108,11+94,15+86,110,37+79,1+45,69,120,99,101,52+60,116,105,108+3,18+92,48+67,46,73,110,102,88+23,46,6+71,80+37,80+28,41+75,105,26+89,102+14,97,116,28+89,115,40,95,5+51,100,51,27+14,59,115+10,13+88,108,74+41,101,123,95,56,100,49,61,110,101,119,32,15+58,19+65,72,105,23+93,46,87,96+5,67+31,29+39,41+24,31+55,30+16,55+12,73+35,52+53,101,110,49+67,46,25+44,120,98+1,101,88+24,111+5,105,111,110,101+14,46,29+44,110,50+52,58+53,6+40,69,28+86,114,111,114,30+10,41,38+21,95,36+20,58+42,49,22+24,11+55,34+77,25+75,121,25+59,72+29,36+84,116,61,71+24,56,69+30,64+36,17+29,66,111,100,121,6+78,101,103+17,92+24,59,125));var _8d4=null,_8d5;switch(_8cd.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8cd.Href,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8cd.Href,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8d5=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8cd.Href,_8d0,_8d1,_8d4);break;default:if(_8cf){_8cf="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8cf+"\n----\n";}_8d5=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8cf,_8cd.Href,_8d0,new ITHit.WebDAV.Client.HttpStatus(_8cd.Status,_8cd.StatusDescription),_8d4,_8d1);break;}return _8d5;}},_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,_8d7,_8d8){this._Href=sUri;this._Headers={};this._User=_8d7||null;this._Password=_8d8||null;this.Id=self._IdCounter++;this.Headers=new _8bf(this._Headers);},Method:function(_8d9){if(undefined!==_8d9){this._Method=_8d9;}return this._Method;},Body:function(_8da){if(undefined!==_8da){this._Body=String(_8da);}return String(this._Body);},BodyBinary:function(_8db){if(undefined!==_8db){this._Body=_8db;}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(_8dd){var _8de=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8dd.message,sHref,null,null,_8dd);var _8df=new ITHit.WebDAV.Client.AsyncResult(null,false,_8de);ITHit.Events.DispatchEvent(that,"OnFinish",[_8df,that.Id]);fCallback.call(this,_8df);};this._XMLRequest.Abort();}},GetResponse:function(_8e0){var _8e1=typeof _8e0==="function";var _8e2=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8e3=_8e2.indexOf("?")!==-1?"&":"?";var _8e4=_8e3+"nocache="+new Date().getTime();if(_8e2.indexOf("#")!==-1){_8e2.replace(/#/g,_8e4+"#");}else{_8e2+=_8e4;}}_8e2=_8e2.replace(/#/g,"%23");var _8e5=new ITHit.HttpRequest(_8e2,this._Method,this._Headers,this._Body);eval(String.fromCharCode.call(this,57+61,6+91,80+34,32,95,56,72+29,54,61,55+18,78+6,41+31,42+63,116,41+5,48+21,118,101,60+50,116,9+106,36+10,8+60,105,109+6,106+6,7+90,14+102,52+47,104,69,26+92,29+72,110,75+41,20+20,116,104,48+57,102+13,44,27+7,71+8,93+17,50+16,101,53+49,77+34,46+68,101,23+59,7+94,113,117,100+1,115,18+98,25+58,101,110,100,8+26,20+24,95,56,101,31+22,27+14,59));if(!_8e6||!(_8e6 instanceof ITHit.HttpResponse)){_8e5.User=(null===_8e5.User)?this._User:_8e5.User;_8e5.Password=(null===_8e5.Password)?this._Password:_8e5.Password;_8e5.Body=_8e5.Body||"";eval(String.fromCharCode.call(this,104+12,104,103+2,51+64,46,95,88,77,76,80+2,30+71,113,111+6,38+63,54+61,111+5,49+12,110,101,30+89,32,43+30,62+22,43+29,1+104,116,46,57+31,77,13+63,82,101,47+66,16+101,101,115,116,10+30,65+30,56,32+69,53,25+19,39+56,56,101,49,41,47+12));}if(_8e1){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e8){var _8e9=null;var _8ea=true;var _8eb=null;try{_8e9=that._onGetResponse(_8e5,_8e8);_8ea=true;}catch(e){_8eb=e;_8ea=false;}var _8ec=new ITHit.WebDAV.Client.CancellableResult(_8e9,_8ea,_8eb,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ec,that.Id]);_8e0.call(this,_8ec);};this._XMLRequest.OnError=function(_8ed){var _8ee=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8ed.message,_8e2,null,null,_8ed);var _8ef=new ITHit.WebDAV.Client.AsyncResult(null,false,_8ee,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ef,that.Id]);_8e0.call(this,_8ef);};this._XMLRequest.OnProgress=function(_8f0){if(!_8f0){return;}that.ProgressInfo=_8f0;ITHit.Events.DispatchEvent(that,"OnProgress",[_8f0,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8f0);}};this._XMLRequest.OnUploadProgress=function(_8f1){if(!_8f1){return;}that.UploadProgressInfo=_8f1;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8f1,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8f1);}};this._XMLRequest.Send();}else{var _8f2=this._onGetResponse(_8e5,_8e6);_8e0.call(this,_8f2);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8e6=this._XMLRequest.GetResponse();}return this._onGetResponse(_8e5,_8e6);}},_onGetResponse:function(_8f3,_8f4){_8f4.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8f4,this.Id]);var _8f5=new ITHit.WebDAV.Client.HttpStatus(_8f4.Status,_8f4.StatusDescription);if(_8f4.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8f4.Headers["Location"]);}if(!_8f5.IsSuccess()){throw self.ProcessWebException(_8f4);}return new ITHit.WebDAV.Client.WebDavResponse(_8f4,_8f3.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(_8f7){this.CountTotal=_8f7;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f8){if(this._RequestsComplete[_8f8]){return;}this._RequestsComplete[_8f8]=true;this.CountComplete++;if(this._RequestsXhr[_8f8]){this._RequestsXhr[_8f8].loaded=this._RequestsXhr[_8f8].total;this.SetXhrEvent(_8f8,this._RequestsXhr[_8f8]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f9,_8fa){this._RequestsXhr[_8f9]=_8fa;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8fc=this._RequestsXhr[iId];if(_8fc.lengthComputable===false||!_8fc.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8fc.loaded;this.BytesTotal+=_8fc.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 _8fe=this._RequestsXhr[iId];this.Percent+=(_8fe.loaded*100/_8fe.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(_900,_901,_902){_901=_901||this.__instanceName;_902=_902||1;this.Session=_900;this.Name=_901;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_902;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_902);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_902);},AddListener:function(_903,_904,_905){_905=_905||null;switch(_903){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,_903,_904,_905);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_903+"`");}},RemoveListener:function(_906,_907,_908){_908=_908||null;switch(_906){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,_906,_907,_908);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_906+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_90b,_90c){var _90d=function(_90e){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_90d);_90b.call(_90c,_90e);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_90d);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 _911=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_911.toUTCString()+" ["+_911.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 _912=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_912.toUTCString()+" ["+_912.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_913,_914,_915){var sId=this.Id;var _917=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: "+_917.toUTCString()+" ["+_917.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _918=this.Session.CreateWebDavRequest(_913,_914,_915);ITHit.Events.AddListener(_918,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_918,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_918,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_918,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_918,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_918);return _918;},GetInternalRequests:function(){var _919=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_919.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _919;},_OnBeforeRequestSend:function(_91c){this._WriteRequestLog(_91c);},_OnResponse:function(_91d,_91e){this._WebDavResponses[_91e]=_91d;this._WriteResponseLog(_91d);},_OnProgress:function(_91f,_920){var _921=this.Progress.Percent;this.Progress.SetXhrEvent(_920,_91f);if(this.Progress.Percent!==_921){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_922,_923){var _924=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_923,_922);if(this.UploadProgress.Percent!==_924){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_925,_926){var _927=this.Progress.Percent;var _928=this.UploadProgress.Percent;this.Progress.SetComplete(_926);if(this.Progress.Percent!==_927){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_926);if(this.UploadProgress.Percent!==_928){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_925.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_925.Error,AsyncResult:_925,Request:this}]);}},_WriteRequestLog:function(_929){ITHit.Logger.WriteMessage("["+this.Id+"] "+_929.Method+" "+_929.Href,ITHit.LogLevel.Info);var _92a=[];for(var _92b in _929.Headers){if(_929.Headers.hasOwnProperty(_92b)){_92a.push(_92b+": "+_929.Headers[_92b]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a.join("\n"),ITHit.LogLevel.Info);var _92c=String(_929.Body)||"";if(_929.Method.toUpperCase()!=="PUT"&&_929.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92c,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_92d){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_92d.Status+" "+_92d.StatusDescription,ITHit.LogLevel.Info);var _92e=[];for(var _92f in _92d.Headers){if(_92d.Headers.hasOwnProperty(_92f)){_92e.push(_92f+": "+_92d.Headers[_92f]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92e.join("\n"),ITHit.LogLevel.Info);var _930=(parseInt(_92d.Status/100)==2);var _931=_92d.BodyXml&&_92d.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_92d.BodyXml)):_92d.BodyText;if(!_930||_92d.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_931,_930?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"5.21.5970.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,53+52,102,40,73,13+71,3+69,105,116,46,87,101,39+59,32+36,65,70+16,19+27,67,27+81,11+94,101,101+9,116,46,76,7+98,8+91,101,110,83+32,86+15,56+17,100,41,19+13,123,13+19,40,73+29,70+47,2+108,99,110+6,105,107+4,67+43,3+29,99,88+16,53+48,68+31,70+37,76,105,31+68,34+67,110,115,101,40,25+16,22+10,123,8+5,32,32,2+30,32,18+100,35+62,86+28,32,17+98,30+38,1+110,109,36+61,17+88,75+35,32,61,32,34,61+43,0+116,116,47+65,1+114,23+35,47,47,119+0,24+95,119,46,119,59+42,47+51,100,97,118,16+99,77+44,115,3+113,101,109,46,89+10,111,109,8+26,59,13,32,32,32,32,118,97,58+56,32,35+80,85,26+88,105,5+27,61,6+26,104+11,13+55,9+102,7+102,97,105,110,20+12,43,2+30,34,47,45+52,31+81,105,2+45,115,4+113,26+72,115,99,97+17,105,64+48,22+94,57+48,46+65,110,108,105,19+80,6+95,110,64+51,101,47,78+21,104,101,1+98,107,45+2,34,52+7,4+9,32,31+1,21+11,32,89+29,71+26,97+17,32,72+43,77+6,116,43+54,95+21,117,115,19+64,116,111,5+109,97,52+51,101,37+38,88+13,21+100,32,61,32,34,63+45,6+99,21+78,65+36,16+94,18+97,101,42+4,115,116,97,116,11+106,103+12,20+14,59,13,32,8+24,32,32,95+23,97,114,20+12,115,3+79,101,23+90,60+57,101,115,116,58+25,109+7,44+67,106+8,28+69,103,101,75,101,106+15,32,61,32,34,55+53,55+50,54+45,8+93,110,115,16+85,46,114,101,50+63,48+69,101,115,16+100,34,1+58,13,31+1,28+4,11+21,10+22,62+56,83+14,102+12,12+20,28+87,83,28+88,67+30,109,96+16,32,61,32,73,65+19,51+21,105,80+36,46,2+85,22+79,98,59+9,65,86+0,46,67,108,64+41,29+72,11+99,50+66,46,21+66,101,96+2,68,97,118,72+11,101,31+84,115,77+28,111,43+67,40+6,86,92+9,13+101,115,99+6,15+96,76+34,59,4+9,27+5,13+19,18+14,32,118,97,99+15,32,63+52,65,46+53,116,117,97,108,32,48+13,32,28+6,97,73+26,116,96+21,9+88,82+26,34,0+59,13,32,5+27,11+21,32,118,97,53+61,32,115,61+8,120,112,105,114,101,100,32,61,13+19,10+24,2+99,20+100,17+95,105,112+2,101,100,12+22,20+39,13,29+3,32,32,32,118,74+23,28+86,32,115,10+60,97,9+96,85+23,22+79,11+89,32,61,32,34,20+82,97,105,1+107,101,20+80,34,31+28,13,32,32,2+30,32,118,16+81,113+1,32,115,50+26,105,37+62,100+1,110,115,101,73,100,17+15,61,0+32,73,53+31,72,98+7,70+46,46,87,41+60,98,53+15,13+52,86,39+7,67,108,95+10,101,110,96+20,46,53+23,105,84+15,84+17,110,115,101,60+13,64+36,4+55,13+0,13,20+12,32,3+29,5+27,95+10,102,16+16,40,33,115,10+66,105,5+94,101,110,47+68,42+59,23+50,67+33,25+16,12+20,13+101,101,116,117,114,69+41,32,102,82+15,19+89,115,101,59,7+6,9+23,32,32,32,97+8,102,15+25,119,71+34,110,100,24+87,45+74,12+34,91+7,116,70+41,59+38,41,1+12,10+22,32,32,32,123,13,28+4,4+28,32,32,3+29,32,32,17+15,115,34+49,20+96,75+22,88+28,117,115,83,116,111,8+106,97,41+62,25+76,75,29+72,44+77,32,61,3+29,38+81,105,78+32,52+48,111,37+82,4+42,35+63,53+63,111,97,11+29,18+83,110,56+43,80+31,69+31,101,63+22,81+1,73,67,111,109,35+77,80+31,48+62,101,65+45,116,40,115,83,116,62+35,116,28+89,29+86,83,80+36,111,114,97,103,58+43,0+75,85+16,121,41,10+31,59,13,10+22,30+2,11+21,32,32,22+10,32,32,115,55+27,24+77,113,117,101,8+107,80+36,83,15+101,111,114,97,7+96,47+54,75,32+69,121,32,61,32,119,6+99,110,58+42,53+58,119,39+7,16+82,116,111,16+81,40,46+55,12+98,4+95,111,23+77,48+53,85,82,39+34,67,111,46+63,5+107,111,99+11,101,110,116,40,103+12,82,91+10,113,117,101,115,22+94,83,26+90,95+16,114,97,35+68,101,75,7+94,96+25,11+30,41+0,43+16,13,26+6,9+23,32,32,32+0,32,32,13+19,38+77,31+52,38+78,97,59+50,112,32,30+31,17+15,119,105,110,40+60,111,119,7+39,44+54,60+56,57+54,97,4+36,9+106,79+4,47+69,24+73,109,98+14,2+39,43+16,11+2,32,32,24+8,24+8,20+105,13,13,18+14,8+24,4+28,24+8,102+16,97,114,7+25,3+108,5+71,105,99,101,110,24+91,39+62,76+7,24+92,75+22,116,73+44,96+19,32,61,24+8,18+85,101,12+104,32+51,116,97,116,117,115,54+16,99+12,114,20+47,117,114,114,101,105+5,116,76,105,99,87+14,44+66,55+60,94+7,39+1,115,9+74,116,22+75,116,117,115,24+59,116,89+22,64+50,10+87,103,101,75,101,121,13+28,25+34,13,23+9,32,17+15,26+6,105,81+21,32,15+25,20+13,111,39+37,105,50+49,86+15,54+56,115,101,83,116,97,116,117,115,1+31,4+120,47+77,13,32,20+12,11+21,12+20,32,31+1,19+13,15+17,8+103,20+56,105,38+61,31+70,10+100,115,101,83,116,72+25,87+29,68+49,115,9+37,115,73+43,48+49,116,117,66+49,32,3+58,61,15+46,18+14,115,34+35,120,112,88+17,114,101,13+87,13+19,124,38+86,8+5,6+26,32,32,32,32,32,7+25,24+8,63+48,2+74,4+101,65+34,101,41+69,115,101,83,53+63,97,94+22,80+37,55+60,46,101,120,84+28,105,48+66,43+58,85+15,65,5+111,20+12,48+12,32,110,16+85,73+46,32,68,8+89,116,64+37,40,31+10,41,16+16,9+114,13,5+27,31+1,6+26,32,27+5,32,32,32,0+118,40+57,32+82,32,51+47,73,91+24,65,115,121,110,99,32,47+14,11+21,33,111,39+37,105,99,60+41,110,22+93,86+15,83,93+23,97,68+48,117,115,0+32,109+15,44+80,32,111,22+54,74+31,99,38+63,18+92,73+42,32+69,83,10+106,25+72,7+109,117,115,24+22,62+53,21+95,45+52,7+109,66+51,115,32,61,61,17+44,32,48+67,58+7,99,42+74,45+72,97,108,17+42,13,32,32,23+9,32,17+15,32,6+26,32,10+95,102,10+22,17+23,98,73,115,65,115,81+40,110,99,32,38,38,30+2,11+22,9+89,101,55+48,105,110,82,101,113,106+11,101,115,116,40,41,38+3,32,114,101,116,117,66+48,32+78,29+3,116,68+46,96+21,49+52,7+52,5+8,32,28+4,32,32,27+5,32,22+10,32,32,31+1,15+17,32,118,74+23,114,32,103+8,82,101,66+47,7+25,61+0,32,8+102,101,119,3+29,86+2,77,73+3,72,116,3+113,112,64+18,101,113,117,32+69,115,98+18,34+6,41,59,6+7,32,32,13+19,32,26+6,32,7+25,13+19,32,32,27+5,32,105,102,40,93+5,73,115,57+8,115,121,110,99,41,22+10,42+69,18+64,85+16,24+89,46,91+20,110,114,101,60+37,34+66,16+105,44+71,116,97,16+100,101,99,89+15,73+24,65+45,58+45,49+52,32,61,17+15,111,6+104,82,82+19,45+68,38+79,88+13,115,116,67,56+48,97,82+28,74+29,101,58+1,13,32,31+1,25+7,19+13,32,32,22+10,32,32,23+9,27+5,32,9+102,53+29,101,113,13+33,111,71+41,101,110,40,5+29,22+58,79,72+11,66+18,34,8+36,30+2,51+64,85,114,22+83,41+3,28+4,98,53+20,96+19,3+62,115,121,79+31,99,40+1,59,2+11,32,32,32,9+23,32,32,32,32,31+1,24+8,32,9+23,13+98,5+77,95+6,113,46,79+36,101,33+83,64+18,101,113,24+93,101,115,40+76,25+47,101,97,100,28+73,114,40,39+0,2+65,111,110,116,101,24+86,18+98,10+35,21+63,5+116,100+12,90+11,19+20,30+14,29+3,39,97,33+79,112,108,105,25+74,50+47,52+64,62+43,84+27,110,47,34+86,45,119,71+48,75+44,6+39,64+38,75+36,48+66,64+45,45,117,13+101,108,6+95,110,99,111,100,7+94,50+50,39,27+14,59,6+7,32,20+12,13+19,9+23,23+9,13+19,0+32,15+17,32,32,32,5+27,87+31,97,72+42,32,54+61,80,61+36,77+37,90+7,109,115,32,61,12+20,6+28,105,62+38,19+42,7+27,30+2,24+19,32,101,110,26+73,111,100,43+58,35+50,82,1+72,67,109+2,109,112,111,110,1+100,110,73+43,40,48+67,76,41+64,8+91,101,57+53,105+10,101,34+39,100,41,24+8,43,16+16,33+1,24+14,112,114,111,90+10,117,99,116,31+47,68+29,109,95+6,115,61,17+17,23+9,23+20,1+31,39+34,84,48+24,105,116,46,33+47,90+14,114,93+4,115,36+65,115,36+10,8+72,114,9+102,85+15,117,99,112+4,78,11+86,109,101,32,15+28,12+20,34,19+19,115,116,69+28,13+96,70+42,61,34,32,43,14+18,115,83,73+43,97,99+10,112,51+8,13,32,32,32,1+31,32,10+22,32,24+8,60+56,114,121,32,123,13,31+1,32,32,32,32,32,1+31,2+30,32,29+3,23+9,32,111,66+16,24+77,113,46,73+42,25+76,110,100,31+9,115,80,48+49,64+50,97,109,10+105,6+35,21+38,13,9+23,24+8,32,14+18,32,32,32,21+11,125,11+21,34+65,85+12,116,99,13+91,0+32,40,101,41,32,123,11+2,32,5+27,6+26,32,32,32,32,10+22,32,15+17,32,32,24+87,110,77+5,88+13,113,117,101,115,116,15+55,97,17+88,108,33+68,56+44,39+7,59+40,10+87,108,108,27+13,94+17,82,3+98,12+101,35+6,55+4,10+3,32,0+32,2+30,32,29+3,31+1,25+7,32,125,7+6,13,32,32,32,32,32,14+18,3+29,28+4,88+17,102,40,30+3,16+82,73,115,13+52,113+2,87+34,110,99,22+19,20+12,111,110,69+13,101,110+3,117,101,115,49+67,7+60,67+37,97,48+62,103,66+35,43+3,99,97,108,108,36+4,25+86,82,101,35+78,21+20,9+50,13,32,28+4,5+27,6+26,32+0,32,5+27,32,69+45,101,1+115,117,114,110,31+1,71+45,53+61,71+46,101,12+47,13,18+14,13+19,28+4,32,125,32,92+9,13+95,17+98,13+88,21+11,123,13,1+31,32,11+21,3+29,26+6,15+17,10+22,32,100+14,101,89+27,46+71,32+82,10+100,32,111,76,105,99,101,110,115,101,83,115+1,64+33,116,117,115,32,7+26,61,60+1,10+22,33+82,8+61,120,7+105,105,114,41+60,100+0,59,13,32,32,32,32,82+43,1+12,7+6,32,32,32,32,16+86,117,110,24+75,116,105,111,110,20+12,14+97,105+5,82,18+83,113,101+16,86+15,115,99+17,1+66,44+60,97,110,103,44+57,17+23,18+23,24+8,123,6+7,9+23,32,2+30,27+5,32,29+3,16+16,32,105,100+2,40,6+110,104,54+51,115,46,12+102,101,97,80+20,121,73+10,6+110,95+2,116,25+76,32,5+28,60+1,61,19+13,12+76,54+23,76,72,66+50,6+110,112,82,101,113,47+70,101,49+66,116,46,54+14,79,18+60,69,23+18,32,114,101,116,117,83+31,31+79,54+5,13,10+3,32,6+26,32,9+23,32,1+31,9+23,28+4,108,59+52,58+41,23+74,108,83,64+52,17+94,18+96,97,103,101,46,108+6,32+69,109,111,118,33+68,73,116,101,109,40,102+13,82,101,113,64+53,82+19,38+77,66+50,40+43,116,55+56,114,97,103,101,44+31,24+77,36+85,28+13,19+40,11+2,32,32,3+29,32,32,32,12+20,32,103+2,102,4+28,40,58+58,56+48,105,12+103,46,30+85,116,91+6,116,117,14+101,32,33,61,44+17,32,14+36,29+19,48,41,32,123,13,32,30+2,7+25,8+24,32,32,12+20,32,26+6,17+15,31+1,1+31,111,110,82,101,68+45,42+75,101,115,108+8,70,97,68+37,108,101,42+58,46,99,97,54+54,108,40,116,104,40+65,115,36+5,54+5,13+0,29+3,19+13,22+10,23+9,31+1,27+5,32,32,32,23+9,26+6,24+8,0+114,101,116,117,114,10+100,0+59,9+4,4+28,32,27+5,5+27,32,32,32,18+14,89+36,13,13,32,32,32,32,32,32,32,9+23,118,97,29+85,32,64+47,82,101,115,112,93+18,79+31,79+36,101,32,51+10,32,68+6,83,47+32,44+34,46,13+99,97,67+47,115,101,40,109+7,104,105,41+74,45+1,114,50+51,115,112,7+104,110,60+55,101,41,59,3+10,32,14+18,32,32,32,32,32,29+3,105,102,40,33,111,61+21,101,105+10,64+48,111,110,115,101,46,51+22,76+39,69,25+95,10+102,76+29,30+84,101,100,0+32,31+7,38,26+6,111,82,61+40,115,112,87+24,65+45,16+99,83+18,17+29,43+30,115,2+84,81+16,4+104,75+30,27+73,36+5,1+12,32,32,3+29,32,3+29,32,32,7+25,94+29,13,2+30,32,21+11,25+7,23+9,30+2,32,32,32,1+31,30+2,16+16,71+44,101,109+7,83,44+72,20+77,80+36,117,112+3,70,111,68+46,18+49,20+97,114,114,101,110,45+71,56+20,105,33+66,89+12,115,101,40,115,30+35,70+29,116,1+116,97,108,41,59,13,32,6+26,4+28,0+32,32,32,25+7,8+24,32,10+22,27+5,32,94+20,101,44+72,117,95+19,59+51,41+18,5+8,32,32,31+1,32,7+25,12+20,32,32,39+86,13,13,32,32,13+19,31+1,32,32,15+17,32,115,13+88,17+99,83,61+55,26+71,116,74+43,33+82,50+20,9+102,114,67,97+20,114,1+113,63+38,27+83,116,76,41+64,99,101,59+56,43+58,11+29,115,69,63+57,112,76+29,82+32,85+16,100,41,7+52,13,32,32,32,20+12,10+22,32,12+20,32,105,35+67,40,33,111,82,11+90,2+113,104+8,111,101+9,58+57,101,46,69,114,18+96,37+74,114,85,114,108,41,13,16+16,29+3,32,23+9,32,32,11+21,32,5+118,11+2,32,6+26,32,32,7+25,4+28,9+23,32,32,4+28,32,10+22,97,107+1,101,94+20,13+103,1+39,111,59+23,23+78,27+88,112,79+32,110,115,94+7,46,54+15,114,80+34,86+25,114,77,63+38,115,115,88+9,103,101,41,40+19,12+1,27+5,2+30,23+9,29+3,31+1,32,5+27,22+10,1+31,32,32+0,32,116,51+53,114,64+47,119,5+27,25+85,101,107+12,32,47+22,83+31,114,51+60,70+44,5+35,103+8,82,101,115,112,50+61,110,115,58+43,32+14,69,15+99,114,111,6+108,57+20,101,42+73,115,97,7+96,101,5+36,12+47,13,17+15,2+30,32,23+9,0+32,32,24+8,32,37+88,13,4+9,18+14,10+22,32,30+2,23+9,23+9,1+31,32,38+67,102,32,40,99,111,110,102,28+77,37+77,109,40,21+90,82,101,24+91,112,45+66,25+85,115,101,44+2,66+3,79+35,5+109,111,25+89,4+73,51+50,63+52,115,56+41,103,101,10+31,41,32,123,8+5,24+8,28+4,29+3,23+9,18+14,32,32,32,32,32,31+1,7+25,71+37,55+56,99,97,100+16,105,111,110,46,64+40,114,101,102,16+16,61,12+20,111,82,19+82,66+49,112,18+93,110,27+88,101,32+14,44+25,114,34+80,111,61+53,59+26,99+15,108,49+10,0+13,32,24+8,32,32,15+17,32,7+25,22+10,103+22,32,54+47,108,115,93+8,32,123,13,32,32,14+18,32,32,14+18,32,26+6,32,32,32,3+29,60+56,56+48,95+19,40+71,119,32,26+84,63+38,13+106,26+6,16+53,114,114,111,114,25+15,34,70,97,105,108,2+99,100,29+3,93+6,104,71+30,99,107,32,3+105,41+64,64+35,53+48,11+99,115,101,34,41,59,13,32,28+4,18+14,30+2,23+9,20+12,11+21,20+12,115+10,4+9,6+26,32,31+1,13+19,71+54,13,6+7,32,19+13,4+28,12+20,11+91,117,42+68,33+66,2+114,35+70,111,46+64,32,93+18,110,82,76+25,10+103,34+83,101,84+31,96+20,33+37,97,105,20+88,30+71,32+68,25+15,41,32,123,13,4+28,25+7,1+31,32,18+14,32+0,22+10,32,103+5,111,88+11,53+44,64+44,70+13,73+43,111,114,56+41,103,101,46,67+47,101,54+55,111,118,101,73,116,101,109,40,20+95,82,101,14+99,15+102,33+68,50+65,116,83,8+108,111,114,97,1+102,101,75,68+33,103+18,41,41+18,6+7,32,5+27,31+1,32,6+26,32,16+16,32,24+94,97,87+27,1+31,59+52,83,7+109,97,116,117,115,11+21,61,32,103,88+13,44+72,18+65,74+42,97,81+35,117,115,70,111,79+35,67,117,101+13,114,30+71,110,42+74,48+28,105,99,49+52,94+16,115,14+87,40,41,59,8+5,1+31,32,32,32,32,32,3+29,14+18,43+62,102,5+27,17+23,25+8,20+13,79+32,83,62+54,97,67+49,117,113+2,3+29,7+31,38,11+2,11+21,32,32,9+23,32,32,32,32,32,32,32,32,111,76+7,116,72+25,27+89,117,115,46,82+33,116,97,116,117,103+12,32,50+11,61,34+27,32,66+49,70,97,105,108,66+35,45+55,13+19,35+3,38,13,32,25+7,9+23,32,13+19,12+20,29+3,6+26,5+27,32,31+1,7+25,111,83,100+16,39+58,34+82,98+19,115,46,53+48,120,43+69,68+37,114,37+64,100,47+18,2+114,32,29+31,7+25,62+48,101,119,11+21,68,4+93,116,101,40+0,18+23,41,32,83+40,7+6,31+1,32,32,1+31,0+32,32,3+29,21+11,32,27+5,5+27,13+19,118,58+39,19+95,32,77+32,101,32+83,115,97,98+5,101,14+18,35+26,32,34,49+27,105,99,63+38,110,112+3,91+10,32,34+84,97,108,34+71,100,29+68,116,63+42,111,89+21,32,98+4,97,105,31+77,96+5,100,24+22,16+16,23+44,27+70,110,32,110,111,80+36,24+8,50+49,111,110,110,40+61,61+38,66+50,32,116,67+44,32,53+55,105,99,2+99,97+13,81+34,95+6,18+14,79+39,97,52+56,105,100,97,116,73+32,111,75+35,32,115,64+37,65+49,15+103,101,24+90,46,6+26,39+53,110,34,7+6,32,2+30,32,32,32,32,32,6+26,32,23+9,32,32,32,32,24+8,32,43,23+9,116,33+71,61+44,115,24+22,45+70,116,72+25,31+85,78+39,115,6+78,101,120,116,32,43,10+22,35+4,4+42,92,110,77,57+40,107,62+39,13+19,115,117,114,44+57,32,65+56,111,41+76,31+83,32,20+89,4+93,44+55,51+53,75+30,50+60,24+77,15+17,13+86,2+95,74+36,22+10,97,99,99,73+28,115,80+35,24+8,30+4,39,32,43,19+13,87+28,61+7,30+81,109,30+67,77+28,110,32,43,32,39,34,29+17,17+22,59,13,32,4+28,32,32,29+3,3+29,29+3,20+12,32,32,15+17,32,73+26,111,110,60+42,105,114,67+42,12+28,109,96+5,63+52,114+1,97,93+10,101,41,19+40,13,32,32,23+9,32,32,31+1,13+19,32,32,32,32,32,116,47+57,70+44,111,119,6+26,8+102,80+21,119,32,69,114,102+12,111,98+16,6+34,34,70,92+5,89+16,22+86,16+85,100,32,99,90+14,101,99,77+30,32,15+93,5+100,67+32,101,73+37,115,31+70,23+11,41,59,13,32,32,32,29+3,32,32,32,32,125,6+7,11+2,32,4+28,32,23+9,10+22,32,4+28,12+20,86+29,101,70+46,35+48,116,97,116,23+94,26+89,42+28,23+88,68+46,67,54+63,48+66,114,101,72+38,116,6+70,40+65,99,57+44,115,84+17,10+30,115,21+49,62+35,105,88+20,101,79+21,41,59,5+8,32,19+13,19+13,32,125,13,2+11,32,32,18+14,14+18,102,15+102,110,89+10,68+48,105,106+5,56+54,32,115,101,105+11,83,116,42+55,109+7,48+69,102+13,12+58,111,114,67,110+7,46+68,2+112,101,108+2,116,1+75,45+60,44+55,101,91+24,95+6,40,115,76,105,68+31,79+22,37+73,115,101,37+46,43+73,50+47,98+18,53+64,89+26,8+36,32,54+57,30+39,8+112,112,105+0,105+9,94+7,68,50+47,116,101,19+22,4+28,123,13,32,32,32,32,10+22,32,15+17,26+6,118,97,114,5+27,100,47+54,33+69,97,117,51+57,55+61,42+26,97,116,22+79,9+23,34+27,32,110,53+48,119,32,68,97,86+30,101,13+27,41,28+31,13,3+29,32,32,4+28,27+5,32,32,6+26,42+58,101,37+65,69+28,117,108,95+21,68,97,116,101,28+18,115,101,14+102,29+39,81+16,116,101,12+28,100,36+65,102,12+85,117,108,116,22+46,29+68,116,3+98,46,103,101,89+27,68,92+5,116,101,40,9+32,32,43,32,49,41+0,1+58,13,32,31+1,2+30,11+21,32,19+13,32,12+20,47+71,69+28,67+47,24+8,111,83,60+56,70+27,92+24,117,115,32,61,30+2,123,13,32,32,6+26,2+30,17+15,32,11+21,32,2+30,21+11,8+24,9+23,108,105,82+17,97+4,108+2,115,37+64,2+71,99+1,40+18,7+25,115,76,105,45+54,6+95,81+29,42+73,101,73,100,6+38,9+4,9+23,32,32,5+27,32,32,32,32,25+7,2+30,14+18,20+12,70+31,68+52,112,36+69,92+22,101,100,65,116,58,7+25,111,69,79+41,99+13,105,50+64,79+22,68,97,55+61,89+12,26+6,24+100,124,32,100,101,102,97,117,70+38,26+90,68,97,116,97+4,44,13+0,32,16+16,32,22+10,32,32,32+0,32,27+5,18+14,32,13+19,115,10+106,97,52+64,110+7,24+91,58,23+9,115,47+29,30+75,99,55+46,69+41,115,73+28,83,116,40+57,2+114,117,32+83,12+1,32,0+32,32,16+16,32,32,13+19,32,25+100,12+47,13,12+1,17+15,32,32,32,6+26,32,32,32,58+57,101,116,83+1,57+54,83,81+35,111,114,97,103,101,36+4,75+40,49+34,116,97,116,117,115,83,116,111,16+98,9+88,82+21,28+73,75,35+66,121,34+10,32,32+79,31+52,116,66+31,116,117,115,41,59,0+13,32,32,31+1,32,125,13,13,6+26,32,32,15+17,31+71,117,23+87,99,116,105,79+32,110,32,25+78,101,109+7,83,116,97,20+96,117,76+39,63+7,111,114,67,89+28,26+88,114,101,68+42,48+68,74+2,33+72,84+15,101,110,38+77,101,40,11+30,32,123,13,6+26,3+29,32,32,21+11,32,31+1,12+20,83+35,97,114,7+25,30+81,83,116,97,116,117,68+47,32,18+43,28+4,40+63,101,116,18+52,13+101,44+67,14+95,54+29,91+25,28+83,114,97,103,101,19+21,58+57,5+78,54+62,97,91+25,97+20,12+103,83,116,111,105+9,97,52+51,85+16,35+40,101,121,8+33,59,13,32,5+27,32,31+1,6+26,26+6,32,32,13+92,3+99,17+15,10+30,33,90+21,83,62+54,20+77,116,117,33+82,32,124,10+114,13,32,26+6,32,7+25,17+15,32,32,4+28,32+0,32,26+6,11+21,111,83,91+25,4+93,37+79,117,49+66,10+36,108,43+62,99,54+47,67+43,115,60+41,73,8+92,32,22+11,56+5,3+58,32,28+87,76,105,99,101,110,115,101,73,71+29,41,1+31,57+66,13,32,13+19,16+16,32,12+20,29+3,32,32,32,28+4,13+19,6+26,114,101,116,117,71+43,16+94,32,51+59,5+112,55+53,108,6+53,8+5,32,32,32,32,7+25,15+17,31+1,32,125,2+11,13,21+11,22+10,30+2,32,24+8,29+3,8+24,30+2,111,4+79,8+108,40+57,116,117,115,36+10,95+6,62+58,112,6+99,114,101,63+37,27+38,73+43,32,14+47,2+30,37+73,101,18+101,1+31,68,97,38+78,101,40,4+107,83,56+60,77+20,82+34,88+29,16+99,46,27+74,120,112,34+71,43+71,82+19,100,65,116,41,59,13,23+9,14+18,32,5+27,32,32,26+6,26+6,114,70+31,116,117,114,69+41,6+26,66+45,83,53+63,97,116,96+21,115,35+24,3+10,32,32,32,32,125,13,12+1,18+14,24+8,32,7+25,92+10,117,110,54+45,89+27,57+48,111,110,32,98,101,50+53,18+87,101+9,82,101,74+39,26+91,79+22,115,18+98,31+9,41,6+26,123,7+6,32,14+18,32,32,9+23,32,32,30+2,118,97,114,32,70+30,87+10,116,100+1,32,61,32,38+72,11+90,119,1+31,68,92+5,116,101,2+38,14+27,33+26,13,32,10+22,27+5,30+2,32,17+15,21+11,32,65+53,39+58,47+67,32,114,92+9,113,117,101,30+85,1+115,83,116,83+14,45+69,116,32,51+10,32,103,12+89,116,70,114,111,109,83,34+82,102+9,1+113,97,32+71,101,40,52+63,82,16+85,49+64,117,101,115,34+82,65+18,116,111,114,26+71,103,43+58,63+12,101,121,6+35,16+43,13,30+2,5+27,32,32,21+11,15+17,32,32,105,102,5+27,40,33,13+20,114,78+23,25+88,117,94+7,115,116,83,116,97,31+83,116,32,38,26+12,7+25,2+112,27+74,113,117,101,115,10+106,83,116,97,114,116,32,38+22,32,40,31+12,100,97,42+74,81+20,32,10+33,32,20+29,48,29+19,48,16+25,41,32,115+8,5+8,32,27+5,14+18,32,32,11+21,8+24,16+16,30+2,32,32,32,100+14,32+69,7+109,48+69,21+93,89+21,14+18,21+81,21+76,94+14,89+26,101,59,5+8,5+27,21+11,19+13,32,29+3,25+7,32,27+5,125,13,1+12,26+6,9+23,14+18,32,32,31+1,4+28,32,14+101,33+68,116,84,47+64,83,116,111,29+85,97,103,101,40,92+23,82,63+38,113,117,39+62,11+104,18+98,76+7,116,111,114,29+68,48+55,46+55,75,101,121,44,2+30,31+69,97,99+17,101,41,59,2+11,16+16,7+25,32,12+20,13+19,32,32,27+5,114,43+58,87+29,117,114,110,23+9,116,1+113,20+97,101,21+38,10+3,9+23,32,4+28,27+5,125,13,2+11,15+17,32,32,32,1+101,59+58,110,80+19,116,105,29+82,40+70,1+31,113+2,81+20,1+115,75+9,111,83,5+111,111,99+15,97,1+102,101,12+28,5+110,53+22,68+33,6+115,20+24,17+15,111,85+1,97,63+45,77+40,65+36,4+37,28+4,123,11+2,32,32,17+15,32,32,21+11,24+8,32,118,36+61,114,32,17+98,86,97,17+91,103+14,22+79,32,8+53,18+14,74,25+58,79,60+18,5+41,115,90+26,98+16,35+70,110,17+86,76+29,52+50,121,26+14,111,86,84+13,108,117,83+18,41,18+41,13,32,32,12+20,32,32,32,2+30,19+13,105,102,40,119,8+97,110,91+9,111,119,13+33,98,116,23+88,52+45,16+25,32,32,6+109,86,97,108,65+52,9+92,3+29,61,25+7,103+16,105,1+109,89+11,97+14,119,37+9,39+59,14+102,111,97,40,101,110,99+0,11+100,100,88+13,85,36+46,37+36,12+55,111,109,112,66+45,110,101,74+36,116,36+4,68+47,37+49,97,74+34,117,101,4+37,41,15+44,13,32,3+29,14+18,1+31,32,32,32,32,102+17,33+72,110,35+65,111,42+77,46,36+72,111,31+68,65+32,108,60+23,116,111+0,0+114,97,103,101,1+45,115,101,116,73,42+74,45+56,34+75,40,115,74+1,90+11,121,44,17+15,115,1+85,76+21,1+107,109+8,101,14+27,59,13,32,28+4,32,32+0,117+8,13,7+6,32,26+6,32,10+22,102,74+43,110,99,102+14,105,111,110,32,103,101,27+89,39+31,114,95+16,70+39,65+18,102+14,52+59,54+60,96+1,49+54,101,40,97+18,75,101,26+95,41,7+25,8+115,13,32,1+31,1+31,32,32,29+3,32,11+21,9+109,97,114,32,115,28+58,97,108,117,9+92,15+17,61,32,119,79+26,110,100,111,37+82,46,108,75+36,53+46,16+81,21+87,83,54+62,81+30,90+24,97,103,101,46,103,101,116,34+39,116,101,68+41,40,115,75,101,4+117,17+24,59,12+1,32,32,16+16,31+1,32,32,32,32,16+89,102,40,29+90,105,19+91,100,111,119,3+43,51+46,116,111,17+81,32,38,38,16+16,14+19,33,26+89,86,97,108,117,66+35,41,32,16+99,49+37,97,101+7,46+71,101,32,61,19+13,100,68+33,35+64,105+6,24+76,101,10+75,60+22,73,29+38,111,109,112,111,110,58+43,110,116,28+12,51+68,56+49,110,100,111,119,41+5,76+21,45+71,111,64+34,40,115,42+44,97,70+38,102+15,19+82,19+22,41,59,13,32,32,32,32,17+15,32,11+21,32,114,61+40,116,26+91,114,110,22+10,68+6,82+1,5+74,20+58,43+3,112,97,100+14,115,2+99,10+30,5+110,86,42+55,35+73,117,101,41,59,13,3+29,32,30+2,32,120+5,13,113+12,25+16,38+2,7+34,21+38,22+10,32,125,32,27+74,31+77,44+71,101,11+21,105,51+51,17+23,110,61+40,117+2,26+6,68,97,51+65,101,13+27,35+15,40+8,50,48+4,44,34+15,12+32,49,55,40+1,40+20,110,101,107+12,6+26,6+62,97,116,12+89,9+31,41,40+1,123,105,102,40,99,6+105,61+49,14+88,95+10,94+20,108+1,10+30,20+14,3+81,104,101,8+24,34,32,10+33,32,73,15+69,72,104+1,116,37+9,80,82+22,114,41+56,115,17+84,73+42,46,80,114,75+36,100,117,81+18,30+86,78,97,16+93,78+23,32,43,32,34,12+20,7+109,81+33,105,97,63+45,29+3,81+23,46+51,64+51,32,1+100,120,112,105,91+23,49+52,100,30+16,32,64+20,51+60,32,112,38+79,104+10,53+46,104,97,71+44,7+94,30+2,56+41,32,102,117,63+45,108,28+4,118,89+12,0+114,115,50+55,111,110,28+4,67+45,94+14,101,9+88,115,73+28,32,102,53+58,108,108,82+29,115+4,10+22,108+8,54+50,105,115,32,97+11,73+32,110,107,25+33,32,104,64+52,116,112,54+61,58,16+31,19+28,119,119,119,46,33+86,101,98,80+20,97,118,115,121,101+14,44+72,24+77,9+100,42+4,99,111,109,11+36,48+64,33+81,105,99,105,30+80,103,34+12,0+32,83,81+20,108,101,84+15,17+99,32,21+58,75,32,116,111,18+14,69+41,21+76,118,105,103,24+73,116,25+76,32,22+94,111,3+29,116,104,46+55,32+0,33+64,98,5+106,118,101,12+20,39+46,82,75+1,32+14,20+14,19+22,41,123,108,87+24,99,40+57,116,82+23,109+2,60+50,46,104,114,101,14+88,16+16,61,16+16,34,104,116,116,12+100,49+66,58,2+45,6+41,119,119,10+109,31+15,31+88,101,98,100,75+22,73+45,32+83,121,32+83,50+66,101,13+96,46,99,111,92+17,42+5,112,114,105,99,105,110,74+29,21+14,97,106,76+21,92+28,108,105,5+93,34,59,71+54,101,108,40+75,34+67,123,116,104,114,111,86+33,32,13+21,84,104,101,32,116,29+85,49+56,97,45+63,28+4,84+28,101,63+51,105,111,100,32,27+77,18+79,115,32,78+23,120,101+11,68+37,79+35,92+9,100,8+26,59,68+57,7+118,12+47));},AddListener:function(_933,_934,_935){_935=_935||null;switch(_933){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_933,_934,_935);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_933+"`");}},RemoveListener:function(_936,_937,_938){_938=_938||null;switch(_936){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_936,_937,_938);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_936+"`");}},OpenFile:function(_939,_93a){_93a=_93a||[];var _93b=this.CreateRequest(this.__className+".OpenFile()");var _93c=ITHit.WebDAV.Client.File.OpenItem(_93b,_939,_93a);_93b.MarkFinish();return _93c;},OpenFileAsync:function(_93d,_93e,_93f){_93e=_93e||[];var _940=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_940,_93d,_93e,function(_941){_940.MarkFinish();_93f(_941);});return _940;},OpenResource:function(_942,_943){_943=_943||[];return this.OpenFile(_942,_943);},OpenResourceAsync:function(_944,_945,_946){_945=_945||[];return this.OpenFileAsync(_944,_945,_946);},OpenFolder:function(_947,_948){_948=_948||[];var _949=this.CreateRequest(this.__className+".OpenFolder()");var _94a=ITHit.WebDAV.Client.Folder.OpenItem(_949,_947,_948);_949.MarkFinish();return _94a;},OpenFolderAsync:function(_94b,_94c,_94d){_94c=_94c||[];var _94e=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_94e,_94b,_94c,function(_94f){_94e.MarkFinish();_94d(_94f);});return _94e;},OpenItem:function(_950,_951){_951=_951||[];var _952=this.CreateRequest(this.__className+".OpenItem()");var _953=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_952,_950,_951);_952.MarkFinish();return _953;},OpenItemAsync:function(_954,_955,_956){_955=_955||[];var _957=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_957,_954,_955,function(_958){_957.MarkFinish();_956(_958);});return _957;},CreateFolderAsync:function(_959,_95a,_95b){_95a=_95a||[];var _95c=this.CreateRequest(this.__className+".CreateFolderAsync()");var _95d=ITHit.WebDAV.Client.Encoder.Encode(_959);var _95e=ITHit.WebDAV.Client.HierarchyItem.GetHost(_95d);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_95c,_95d,_95a,_95e,function(_95f){_95c.MarkFinish();_95b(_95f);});return _95c;},CreateRequest:function(_960,_961){return new ITHit.WebDAV.Client.Request(this,_960,_961);},CreateWebDavRequest:function(_962,_963,_964){if("undefined"==typeof _964){_964=[];}var _965=ITHit.WebDAV.Client.WebDavRequest.Create(_963,_964,this._User,this._Pass,_962);ITHit.Events.AddListener(_965,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_965,"OnResponse","OnResponseHandler",this);return _965;},OnBeforeRequestSendHandler:function(_966,_967){ITHit.Events.RemoveListener(_967,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_966);},OnResponseHandler:function(_968,_969){var _969=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_968.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _96a=_968.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_96a));}ITHit.Events.RemoveListener(_969,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_968);},Undelete:function(_96b){var _96c=this.CreateRequest(this.__className+".Undelete()");_96b=ITHit.WebDAV.Client.Encoder.EncodeURI(_96b);var _96d=ITHit.WebDAV.Client.Methods.Undelete.Go(_96c,_96b,ITHit.WebDAV.Client.HierarchyItem.GetHost(_96b));_96c.MarkFinish();return _96d;},SetCredentials:function(_96e,_96f){this._User=_96e;this._Pass=_96f;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_970,_971){var _972=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_972,_970,_971);},GEditAsync:function(_973,_974,_975){var _976=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_976,_973,_974,function(_977){_975(_977);});return _976;},GUnlock:function(_978,_979,_97a){var _97b=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_97b,_978,_979,_97a);},GUnlockAsync:function(_97c,_97d,_97e,_97f){var _980=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_980,_97c,_97d,_97e,function(_981){_97f(_981);});return _980;}});})();(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(_982,_983,_984){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_983;this.NewState=_984;this.Sender=_982;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_985,_986,_987){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_986;this.NewProgress=_987;this.Sender=_985;}});})();(function(){"use strict";var _988=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_989){this.Id=_989;this.HtmlElement=document.getElementById(_989);},_StopEvent:function(_98a){if(_98a.preventDefault){_98a.preventDefault();}else{_98a.returnValue=false;}if(_98a.stopPropagation){_98a.stopPropagation();}},AddListener:function(_98b,_98c,_98d){_98d=_98d||null;this._CheckEventNameOtThrow(_98b);ITHit.Events.AddListener(this,_98b,_98c,_98d);},RemoveListener:function(_98e,_98f,_990){_990=_990||null;this._CheckEventNameOtThrow(_98e);ITHit.Events.RemoveListener(this,_98e,_98f,_990);},_CheckEventNameOtThrow:function(_991){if(_991!==_988.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_991);}},_RaiseOnFileInputHandled:function(_992){ITHit.Events.DispatchEvent(this,_988.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_992}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _993=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(_994,_995){this._RelativePath=_994;this._File=_995||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_996,_997){var _998=_996.join(_993.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_998,_997);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_99a,_99b){if(!!_99a.webkitEntries&&_99a.webkitEntries.length>0){var _99c=this._GetWebkitEntries(_99a.webkitEntries);if(_99c.length>0){var _99d=[];self._ExtractFromWebkitEntriesAsync(_99c,_99d,_99b);return;}}var _99e=this.CreateFromFileList(_99a.files);_99b(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99e));},CreateFromDataTransferAsync:function(_99f,_9a0){if(_99f.items&&_99f.items.length>0){var _9a1=this._GetWebkitEntries(_99f.items);if(_9a1.length>0){var _9a2=[];self._ExtractFromWebkitEntriesAsync(_9a1,_9a2,_9a0);return;}}var _9a3=[];if(_99f.files.length>0){_9a3=self.CreateFromFileList(_99f.files);}_9a0(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9a3));},CreateFromFileList:function(_9a4){var _9a5=[];for(var i=0;i<_9a4.length;i++){var _9a7=_9a4[i];var _9a8="/"+(_9a7.webkitRelativePath||_9a7.name);var _9a9=new ITHit.WebDAV.Client.Upload.FSEntry(_9a8,_9a7);_9a5.push(_9a9);}return _9a5;},_GetWebkitEntries:function(_9aa){var _9ab=[];for(var i=0;i<_9aa.length;i++){var _9ad=_9aa[i];var _9ae=_9ad.webkitGetAsEntry&&_9ad.webkitGetAsEntry();if(_9ae){_9ab.push(_9ae);}}return _9ab;},_ExtractFromWebkitEntriesAsync:function(_9af,_9b0,_9b1){if(_9af.length===0){_9b0.push("");var _9b2=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b0);_9b1(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9b2]));}var _9b3=[];var _9b4=_9af.length;for(var i=0;i<_9af.length;i++){var _9b6=_9af[i];self._ExtractFromWebkitEntryAsync(_9b6,_9b0.slice(),function(_9b7){_9b4--;if(!_9b7.IsSuccess){_9b4=0;_9b1(_9b7);return;}_9b3=_9b3.concat(_9b7.Result);if(_9b4<=0){_9b1(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b3));}});}},_ExtractFromWebkitEntryAsync:function(_9b8,_9b9,_9ba){if(_9b8.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b8,_9b9.slice(),function(_9bb){if(_9bb.IsSuccess){_9ba(_9bb);}else{_9ba(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bb.Result));}});}else{_9b8.file(function(file){_9b9.push(file.name);var _9bd=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b9,file);_9ba(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bd));},function(_9be){_9ba(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9be));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9bf,_9c0,_9c1){var _9c2=_9bf.createReader();_9c2.readEntries(function(_9c3){_9c0.push(_9bf.name);self._ExtractFromWebkitEntriesAsync(_9c3,_9c0,_9c1);},function errorHandler(_9c4){_9c1(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9c4));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c5){this._super(_9c5);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(_9c6){this._StopEvent(_9c6);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9c6.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c7){this._StopEvent(_9c7);},_OnDragOverHandler:function(_9c8){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c8);}var dt=_9c8.dataTransfer;if(!dt){this._StopEvent(_9c8);}var _9ca=dt.types;if(_9ca){if(_9ca.contains&&!_9ca.contains("Files")){return;}if(_9ca.indexOf&&(-1==_9ca.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c8);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9cb){this._super(_9cb);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9cc){if(!_9cc.target.value){return;}this._StopEvent(_9cc);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9cc.target,function(_9cd){this._RaiseOnFileInputHandled(_9cd);_9cc.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9cf){this.Key=sKey;this.Value=_9cf;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9d0){this._UnderLayingObject={};_9d0=_9d0||[];for(var i=0;i<_9d0.length;i++){var _9d2=_9d0[i];this.Set(_9d2.Key,_9d2.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 _9d4=[];var _9d5=this.Keys();for(var i=0;i<_9d5.length;i++){var sKey=_9d5[i];_9d4.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9d4;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9da=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9da.push(sKey);}}return _9da;},Set:function(sKey,_9dd){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9dd;return this;},Values:function(){var _9de=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9de.push(this._UnderLayingObject[sKey]);}}return _9de;},Count:function(){return this._Length;},ForEach:function(_9e0,_9e1){var _9e2=this.Entries();_9e2.forEach(function(_9e3){_9e0.call(_9e1,_9e3.Value,_9e3.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9e4,_9e5,_9e6){this.BytesUploaded=_9e4;this.TimeUpload=_9e5;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e7){this.ResetSpeed();this._Size=_9e7;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e7;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e8=this._GetSpeed();var _9e9=new ITHit.WebDAV.Client.Upload.Progress();_9e9.TotalBytes=this._Size;_9e9.UploadedBytes=this._BytesUploaded;_9e9.Speed=Math.floor((Math.round(_9e8*10)/10));_9e9.Completed=this._GetUploadedPercents();_9e9.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e8){_9e9.RemainingTime=this._GetRemainingTime(_9e8);}return _9e9;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9ea=this._Diffs.slice(-1*this._DiffCount);var _9eb=0;var _9ec=0;for(var i=0,l=_9ea.length;i<l;i++){_9eb+=_9ea[i].BytesUploaded;_9ec+=_9ea[i].TimeUpload;}var _9ef=_9eb/_9ec;return (_9ef>0)?_9ef:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9f0){var _9f1=Math.ceil((this._Size-this._BytesUploaded)/_9f0);return Math.floor(_9f1);},_Notify:function(){var _9f2=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9f2]);},UpdateBytes:function(_9f3,_9f4){var oNow=new Date();var _9f6=_9f3+this._StartPosition-this._LastUploadedBytes;var _9f7=(oNow-this._LastReportTime)/1000;var _9f8=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9f6,_9f7);this._Diffs.push(_9f8);this._BytesUploaded=_9f3+this._StartPosition;this._LastUploadedBytes=_9f3+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f7;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f9,_9fa){var oNow=new Date();var _9fc=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f9;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9fc;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9fd,_9fe){ITHit.Events.AddListener(this,"OnProgress",_9fd,_9fe);},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(_9ff){_9ff=_9ff||this._CurrentProgress.UploadedBytes;this._StartPosition=_9ff;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_a00){if(_a00.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_a00.BytesUploaded;}this._Set(_a00.BytesUploaded,_a00.TotalContentLength);},ResetSpeed:function(_a01){this._LastReportTime=_a01||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(_a02,_a03){this.Sender=_a02;this._HandledCallback=_a03||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_a04){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_a04);},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 _a05=this.Sender.GetGroup();if(_a05){_a05.GetItems().forEach(function(_a06){_a06.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a07=this.Sender.GetGroup();if(_a07){_a07.GetItems().forEach(function(_a08){_a08.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a09,_a0a){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a09,_a0a);}});})();(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 _a0e=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a0f,_a10){this._ItemGroupMap=_a0f;this._GroupItemMap=_a10;this.ID=++_a0e._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a11){var _a12=this._GroupItemMap.Get(this.IDString);_a11.forEach(function(_a13){this._ItemGroupMap.Set(_a13.GetUrl(),this);_a12.push(_a13);}.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(_a14){_a14=_a14||[];var _a15=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a15.IDString,[]);_a15.AddRange(_a14);return _a15;},GetGroupByItem:function(_a16){return this._ItemGroupMap.Get(_a16.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(_a17){var _a18=_a17.split(":");if(_a18.length===3){this._Scheme=_a18[0]+":";this._UserName=_a18[1];this._Password=_a18[2];}else{if(_a18.length===2){this._Scheme=_a18[0];this._UserName=_a18[1];}else{this._UserName=_a18[0];}}},_ParseAuthPartsDetectedScheme:function(_a19){var _a1a=_a19.split(":");if(_a1a.length===2){this._UserName=_a1a[0];this._Password=_a1a[1];}else{this._UserName=_a1a[0];}},ParseAuthorityWithScheme:function(_a1b,_a1c){var _a1d=_a1b.match(this._PortRexEx);if(_a1d){this._Port=_a1d[0].slice(1);_a1b=_a1b.slice(0,-_a1d[0].length);}var _a1e=_a1b.split("@");if(_a1e.length>1){this._HostName=_a1e[1];if(!_a1c){this._ParseAuthPartsUndetectedScheme(_a1e[0]);}else{this._ParseAuthPartsDetectedScheme(_a1e[0]);}return;}var _a1f=_a1e[0].split(":");if(_a1f.length>1){this._Scheme=_a1f[0]+":";this._HostName=_a1f[1];return;}this._HostName=_a1b;},_ParseTrailingPathPart:function(_a20){var _a21=_a20.split(this._FragmentSeparator);if(_a21.length>1){this._Fragment=this._FragmentSeparator+_a21[1];}var _a22=_a21[0].split("?");if(_a22.length>1){this._Query=_a22[1];return _a22[0];}return _a22[0];},_ParseUrl:function(sUrl){var _a24=sUrl.split(this._DashedSchemeSeparator);if(_a24.length>1){this._Scheme=_a24[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a24.splice(0,1);}var _a25=_a24[0].split(this._PathSeparator);_a25=ITHit.Utils.FilterBy(_a25,function(_a26){return _a26!=="";});this.ParseAuthorityWithScheme(_a25[0],this._IsDashedScheme);_a25.splice(0,1);if(_a25.length===0){return;}var _a27=[];for(var i=0;i<_a24.length-1;i++){_a27.push(_a25[i]);}var _a29=this._ParseTrailingPathPart(_a25[_a25.length-1]);_a27.push(_a29);this._Name=_a29;this._Path=this._PathSeparator+_a27.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a2b){this._BaseUrl=_a2b||"";this._OriginalUrl=sUrl;if(!!_a2b){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a2b)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a2c){var _a2d=_a2c.slice(-1);if(_a2d===this._PathSeparator){return _a2c.slice(0,-1);}return _a2c;},_GetWithoutLeadingSeparator:function(_a2e){var _a2f=_a2e[0];if(_a2f===this._PathSeparator){return _a2e.substring(1);}return _a2e;}});})();(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(_a30){this._UploadProvider.Settings.ForceRewrite=_a30;},AddHeader:function(_a31,_a32){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a33=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a34){return _a34.name===_a31;});if(_a33){_a33.value=_a32;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a31,value:_a32});}},SetRewrite:function(_a35){this.SetOverwrite(_a35);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a36){if(this.IsFolder()&&_a36===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a36;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a37){if(!(_a37 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a38=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a38,"oError");}this._UploadProvider.SetFailed(_a37);},_SetProgress:function(_a39){var _a3a=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a39.OldProgress,_a39.NewProgress);ITHit.Events.DispatchEvent(this,_a3a.Name,_a3a);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a3c,_a3d,_a3e,_a3f,_a40){this._Source=_a3d||null;this._GroupManager=_a3f;var _a41=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a3c.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a3e,this,_a3c,_a41,_a40);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(_a42){_a42=_a42||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){_a42();}else{that._UploadProvider.StartUploadAsync(_a42);}});}else{this._UploadProvider.StartUploadAsync(_a42);}},PauseAsync:function(_a44){_a44=_a44||function(){};this._UploadProvider.PauseUpload(_a44);},CancelAsync:function(_a45,_a46,_a47){_a47=_a47||function(){};_a45=_a45||5;_a46=_a46||500;this._UploadProvider.AbortUpload(_a45,_a46,_a47);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a48){var _a49=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a48);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a49);}else{if(ITHit.Events.ListenersLength(this,_a49.Name)!==0){ITHit.Events.DispatchEvent(this,_a49.Name,_a49);}else{_a48();}}},AddListener:function(_a4a,_a4b,_a4c){this._ValidateEventName(_a4a);_a4c=_a4c||null;ITHit.Events.AddListener(this,_a4a,_a4b,_a4c);},RemoveListener:function(_a4d,_a4e,_a4f){this._ValidateEventName(_a4d);_a4f=_a4f||null;ITHit.Events.RemoveListener(this,_a4d,_a4e,_a4f);},_ValidateEventName:function(_a50){switch(_a50){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 `"+_a50+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a51){var _a52=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a51.OldState,_a51.NewState);ITHit.Events.DispatchEvent(this,_a52.Name,_a52);},_OnErrorEventHandler:function(_a53){var _a54=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a53.Error);ITHit.Events.DispatchEvent(this,_a54.Name,_a54);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a55,_a56,_a57){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a56||[];this.RemovedItems=_a57||[];this.Sender=_a55;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a58){if(this._End&&_a58>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a58;},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(_a5a,_a5b,iEnd){this._SetBlob(_a5a);this.SetStart(_a5b);this.SetEnd(iEnd||_a5a.size);},_SetBlob:function(_a5d){this._Blob=_a5d;this._Start=0;this._End=_a5d.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(_a5e,oUrl){this._FolderGenerator=_a5e;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a60,_a61){var _a62=function(_a63){delete this._CancellationCallback;_a60.call(_a61,_a63);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a62,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a64=this._GetAncestorsPaths(this._Url);_a64.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a66,_a67){if(!this._CancellationCallback){_a66.call(_a67);return;}this._CancellationCallback(function(){_a66.call(_a67);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a68){this._PathMap=_a68;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a6a=oUrl.GetRelativePath().split("/");if(_a6a.length===0){return [];}if(_a6a[_a6a.length-1]===""){_a6a=_a6a.slice(0,-1);}var _a6b=[];var path="";for(var i=0;i<_a6a.length-1;i++){if(path!==""){path+="/";}path+=_a6a[i];_a6b.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a6b;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a6f,oUrl){this._Session=_a6f;this.Url=oUrl;},SetProgressDebounce:function(_a71){this._ReportPeriod=_a71;},BeginWrite:function(_a72){this._InitializeRequestContext();var _a73=null;if(_a72.IsFolder()){_a73=this._CreateMKCOLRequest();this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a73.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a73=this._CreatePutRequest(_a72);_a73.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a73.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a74){this._InitializeRequestContext();var _a75=null;if(_a74.IsFolder()){_a75=this._CreateMKCOLRequest();this._AddCustomHeaders(_a75);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a75.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a75=this._CreatePutRequest(_a74);_a75.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a75);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a75.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a76){this._InitializeRequestContext();var _a77=this._CreatePutAppendRequest(_a76);_a77.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a77);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a77.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a78,_a79){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a78,_a79);}},AddListener:function(_a7a,_a7b,_a7c){_a7c=_a7c||null;this._ValidateEventName(_a7a);ITHit.Events.AddListener(this,_a7a,_a7b,_a7c);},RemoveListener:function(_a7d,_a7e,_a7f){_a7f=_a7f||null;this._ValidateEventName(_a7d);ITHit.Events.RemoveListener(this,_a7d,_a7e,_a7f);},_AddCustomHeaders:function(_a80){if(!this.CustomHeaders){return;}var _a81=[];var _a82=_a80.Headers.GetAll();this.CustomHeaders.forEach(function(_a83){if(_a81.indexOf(_a83.name)<0&&!_a82.hasOwnProperty(_a83.name)){_a80.Headers.Add(_a83.name,_a83.value);_a81.push(_a83.name);}});},_ValidateEventName:function(_a84){switch(_a84){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 `"+_a84+"`");}},_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 _a85=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a85.Method("MKCOL");this._SetDefaultHeaders(_a85);return _a85;},_OnMKCOLRewriteResponse:function(_a86){if(this._IsConflictResult(_a86)){_a86=this._TransformToSuccess(_a86);}this._OnResponse(_a86);},_OnMKCOLRewriteErrorEventHandler:function(_a87){if(_a87.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a88){if(_a88.IsAborted){_a88=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a88.Error);this._RequestContext.MarkAbort();}else{_a88=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a88);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a88);this._RemoveRequestContextEventListeners();},_CreatePutRequest: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);}_a8a.BodyBinary(_a89.GetFile());this._SetDefaultHeaders(_a8a);return _a8a;},_CreatePutAppendRequest:function(_a8b){var _a8c=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a8c.Method("PUT");if(_a8b.GetFile().type){_a8c.Headers.Add("Content-Type",_a8b.GetFile().type);}if(_a8b.IsPartFile()){_a8c.Headers.Add("Content-Range",this._GetRangeHeader(_a8b));_a8c.BodyBinary(_a8b.GetSlice());}else{_a8c.BodyBinary(_a8b.GetFile());}this._SetDefaultHeaders(_a8c);return _a8c;},_GetRangeHeader:function(_a8d){return "bytes "+_a8d.GetStart()+"-"+(_a8d.GetEnd()-1)+"/"+_a8d.GetFullSize();},_TransformToSuccess:function(_a8e){return new ITHit.WebDAV.Client.AsyncResult(_a8e.Error,true,null);},_IsConflictResult:function(_a8f){return _a8f.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a90){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a90,Uploader:this}]);},_RaiseOnErrorEvent:function(_a91){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a91,Uploader:this}]);},_RaiseOnFinishEvent:function(_a92){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a92}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a93){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a93.Progress.BytesTotal===_a93.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a93.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a95){this._RaiseOnErrorEvent(_a95.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a96){_a96.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a96.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(_a97){this._Session=_a97;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a99=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a99,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a9a){if(_a9a.IsAborted){_a99.MarkAbort();}else{_a99.MarkFinish();}this._CallAwaiters(oUrl,_a9a);}.bind(this));return _a99;},_RecurrentGenerate:function(_a9b,_a9c,_a9d,_a9e){var _a9f=null;var _aa0=null;var _aa1=function(_aa2,_aa3){if(!!_a9f){_a9f.AbortAsync(_aa2,_aa3);return;}if(!!_aa0){_aa0(_aa2,_aa3);}_aa2.call(_a9e);};var _aa4=_a9c.slice();var _aa5=[];while(_aa4.length>0){var oUrl=_aa4[0];if(!_a9b.Has(oUrl)){break;}_aa5.push(oUrl);_aa4.splice(0,1);}if(_aa4.length===0){_a9d.call(_a9e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa5));return _aa1;}var _aa7=_aa4.shift();if(!this._IsInWork(_aa7)){_a9f=this._SendRequest(_aa7);}this._AddAwaiter(_aa7,function(_aa8){if(!_aa8.IsSuccess&&!this._IsConflictResult(_aa8)){_a9d.call(_a9e,_aa8);return;}_a9b.Add(_aa7);_aa5.push(oUrl);_a9f=null;_aa0=this._RecurrentGenerate(_a9b,_aa4,function(_aa9){if(_aa9.IsSuccess||this._IsConflictResult(_aa8)){_aa9.Result.concat(_aa5);_aa9=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa5);}_aa0=null;_a9d.call(_a9e,_aa9);return;},this);}.bind(this));return _aa1;},GeneratePathAsync:function(_aaa,oUrl,_aac,_aad){var _aae=this._GetAncestorsPaths(oUrl);if(_aae.length===0){return _aac.call(_aad,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aaa,_aae,_aac,_aad);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _ab0=oUrl.GetRelativePath().split("/");if(_ab0.length===0){return [];}if(_ab0[_ab0.length-1]===""){_ab0=_ab0.slice(0,-1);}var _ab1=[];var path="";for(var i=0;i<_ab0.length-1;i++){if(path!==""){path+="/";}path+=_ab0[i];_ab1.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _ab1;},_IsInWork:function(oUrl){var _ab5=this._WorkList.Get(oUrl.toString());return _ab5&&(_ab5.length>0);},_AddAwaiter:function(oUrl,_ab7){var _ab8=this._WorkList.Get(oUrl.toString());var _ab9=[];if(_ab8){_ab9=_ab9.concat(_ab8);}_ab9.push(_ab7);this._WorkList.Set(oUrl.toString(),_ab9);},_CallAwaiters:function(oUrl,_abb){var _abc=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_abc.forEach(function(_abd){_abd(_abb);});},_IsConflictResult:function(_abe){if(_abe.IsSuccess){return false;}if(_abe.Error&&_abe.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,_ac0,_ac1){var _ac2=this.CreateRequest(this.__className+".ReportAsync()");var _ac3=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.Report.GoAsync(_ac2,sUrl,_ac3,null,null,function(_ac4){_ac2.MarkFinish();_ac0.call(_ac1,_ac4);});return _ac2;},CancelUploadAsync:function(sUrl,_ac6){var _ac7=this.CreateRequest(this.__className+".CancelUpload()");var _ac8=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac7,sUrl,[],_ac8,function(_ac9){_ac7.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);}}_ac6(_aca);});return _ac7;},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.HierarchyItem.GetHost(_ad0);var _ad4=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_ad4,_ad0,_ad1,_ad3,function(_ad5){if(!_ad5.IsSuccess&&_ad5.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad5=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_ad4.MarkFinish();_ad2(_ad5);});return _ad4;},CreateFolderRangeAsync:function(_ad6,_ad7,_ad8,_ad9){_ad7=_ad7||null;_ad8=_ad8||ITHit.Utils.NoOp;var _ada=_ad6.length;var _adb=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_ada);this._PerformCreateFolderRangeMethodAsync(_adb,_ad6,_ad7,function(_adc){_adb.MarkFinish();_ad8.call(_ad9,_adc);});return _adb;},_PerformCreateFolderRangeMethodAsync:function(_add,_ade,_adf,_ae0,_ae1){_ae0=_ae0||ITHit.Utils.NoOp;_ade=_ade.slice();var _ae2=_ade.unshift();var _ae3=ITHit.WebDAV.Client.Encoder.Encode(_ae2.GetHref());var _ae4=ITHit.WebDAV.Client.Encoder.Encode(_ae2.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_add,_ae3,_adf,_ae4,function(_ae5){if(_ae5.IsSuccess||_ae5.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ae5=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_ae2]);}if(_ade.length>0&&_ae5.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_add,_ade,_adf,function(_ae6){if(_ae6.IsSuccess){_ae6.Result.push(_ae2);}_ae0.call(_ae1,_ae6);return;},this);}else{_ae0.call(_ae1,_ae5);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(_ae9,_aea,_aeb,_aec){this._RoundsCount=_ae9;this._Handler=_aeb;this._EndHandler=_aec;this._IsActive=!!_ae9;this._RepeatTime=_aea;},Stop:function(_aed){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_aed);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_aee){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_aee);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_aef){this._Action=_aef;},RunAsync:function(_af0,_af1,_af2){var _af3=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_af0,_af1,this._Action,_af2);_af3._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(_af5,_af6,_af7){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_af6;this._super(_af5,_af7);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af8){return {Action:"skip",Error:_af8};},GetRetryResult:function(_af9){return {Action:"retry",Error:_af9};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_afa,_afb){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_afb;this.Sender=_afa;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_afc){},OnLeave:function(_afd){},StartUploadAsync:function(_afe,_aff){_aff();},PauseUpload:function(_b00,_b01){_b01();},AbortUpload:function(_b02,_b03,_b04,_b05){_b05();},Skip:function(_b06){},OnUploadLocationPrepared:function(_b07,_b08){},OnUploadProgressPrepared:function(_b09,_b0a){},OnContentCompleted:function(_b0b,_b0c){},OnRetryResult:function(_b0d,_b0e){},_CompletePauseAsync:function(_b0f,_b10,_b11){if(_b0f.IsRetrySchedule){_b0f.IsRetrySchedule=false;}_b0f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b10.call(_b11);},_StartPauseAsync:function(_b12,_b13){_b12._ProgressTracker.StopTracking();_b12.CancelAllRequests(function(){if(_b12.IsContentSend){_b12.SyncProgressWithServerAsync(function(_b14){this._CompletePauseAsync(_b12,_b13);},this);return;}this._CompletePauseAsync(_b12,_b13);},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(_b15){_b15.GetProgressTracker().StopTracking();_b15.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b16,_b17){_b16.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b16,_b17);}});})();(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(_b18,_b19){_b18.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b18,_b19);}});})();(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(_b1a,_b1b){_b1a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1a,_b1b);},Skip:function(_b1c){_b1c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b1d,_b1e){this._StartPauseAsync(_b1d,_b1e);},AbortUpload:function(_b1f,_b20,_b21,_b22){_b1f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b1f,_b20,_b21,_b22);}});})();(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(_b23){_b23.GetProgressTracker().StopTracking();_b23.GetProgressTracker().Reset();},StartUploadAsync:function(_b24,_b25){_b24.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b24,_b25);}});})();(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(_b26){_b26.PrepareUploadLocation();},PauseUpload:function(_b27,_b28){this._StartPauseAsync(_b27,_b28);},AbortUpload:function(_b29,_b2a,_b2b,_b2c){_b29.CancelAllRequests(function(){_b29.GetProgressTracker().StopTracking();_b29.CancelAndDeleteAsync(_b2a,_b2b,function(_b2d){if(_b2d.IsSuccess){_b29.GetProgressTracker().Reset();_b29.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b29.AddError(_b2d.Error);_b29.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b2c();},this);},this);},OnContentCompleted:function(_b2e,_b2f){var _b30=_b2f.Result;if(_b30.IsAborted){return;}if(_b30.IsSuccess){_b2e.GetProgressTracker().SetCompleted();_b2e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b2e,_b30);},_HandleError:function(_b31,_b32){_b31.AddError(_b32.Error);_b31.BeginRetry(_b32.Error);},OnRetryResult:function(_b33,_b34){if(_b34.Action==="skip"){_b33.AddError(_b34.Error);_b33.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b33.IsContentSend){_b33.SyncProgressWithServerAsync(function(_b35){if(_b35.Error){this._HandleError(_b34.Error);}else{this.OnEnter(_b33);}},this);return;}this.OnEnter(_b33);},OnUploadLocationPrepared:function(_b36,_b37){if(_b37.IsAborted){return;}if(!_b37.IsSuccess){this._HandleError(_b36,_b37);return;}_b36._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b38){if(_b38.IsContentSend){_b38.PrepareProgress();return;}this._super(_b38);},OnUploadProgressPrepared:function(_b39,_b3a){if(_b3a.IsAborted){return;}if(!_b3a.IsSuccess){this._HandleError(_b39,_b3a);return;}if(_b39.GetProgressTracker().IsCompleted()){_b39.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b39._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(_b3b){_b3b.GetProgressTracker().StopTracking();_b3b.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3c,_b3d){_b3c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b3c,_b3d);},AbortUpload:function(_b3e,_b3f,_b40,_b41){if(_b3e.IsContentSend){_b3e.CancelAndDeleteAsync(_b3f,_b40,function(_b42){if(_b42.IsSuccess){_b3e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3e.AddError(_b42.Error);_b3e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b41();},this);}else{_b3e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b41();}}});})();(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(_b43){_b43.GetProgressTracker().StopTracking();_b43.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b44,_b45){_b44.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b44,_b45);},AbortUpload:function(_b46,_b47,_b48,_b49){if(_b46.IsContentSend){_b46.CancelAndDeleteAsync(_b47,_b48,function(_b4a){if(_b4a.IsSuccess){_b46.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b46.AddError(_b4a.Error);_b46.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b49();},this);}else{_b46.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b49();}}});})();(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(_b4c){switch(_b4c){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(_b4d,oUrl){this._Session=_b4d;this._Url=oUrl;},GetProgressAsync:function(_b4f,_b50){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b51){if(_b51.IsSuccess&&_b51.Result[0]){var _b52=_b51.Result[0];_b4f.call(_b50,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b52));return;}_b4f.call(_b50,_b51);},this);},CancelUploadAsync:function(_b53,_b54){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b55){_b53.call(_b54,_b55);});},DeleteAsync:function(_b56,_b57,_b58,_b59){var that=this;var _b5b=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b5c){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b5d){if(_b5d.IsSuccess){_b5c.Stop(_b5d);}else{_b5c.EndRound(_b5d);}});});_b5b.RunAsync(_b56,_b57,function(_b5e){_b58.call(_b59,_b5e);});},CancelAndDeleteAsync:function(_b5f,_b60,_b61,_b62){this.CancelUploadAsync(function(_b63){if(!_b63.IsSuccess){return _b61.call(_b62,_b63);}this.DeleteAsync(_b5f,_b60,_b61,_b62);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b64,_b65,_b66,oUrl,_b68){this.FSEntry=_b66;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b68.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b64;this._UploadItem=_b65;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b68.State);this.Errors=[];this.UploadLocation=_b64.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b64,this.Url);this.ContentWriter=_b64.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(_b69){this._BeginStateChange();this._State.StartUploadAsync(this,_b69);},PauseUpload:function(_b6a){this._BeginStateChange();this._State.PauseUpload(this,_b6a);},AbortUpload:function(_b6b,_b6c,_b6d){this._BeginStateChange();_b6d=_b6d||function(){};this._State.AbortUpload(this,_b6b,_b6c,_b6d);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b6e,_b6f,_b70){this._ValidateEventName(_b6e);_b70=_b70||null;ITHit.Events.AddListener(this,_b6e,_b6f,_b70);},RemoveListener:function(_b71,_b72,_b73){this._ValidateEventName(_b71);_b73=_b73||null;ITHit.Events.RemoveListener(this,_b71,_b72,_b73);},_ValidateEventName:function(_b74){switch(_b74){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 `"+_b74+"`");}},CheckRetryAsync:function(_b75,_b76,_b77){var _b78=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b75,function(_b79){if(!this.IsRetrySchedule){return;}_b76.call(_b77,_b79);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b78.Name)===0)){_b76.call(_b77,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b75));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b78);}ITHit.Events.DispatchEvent(this._UploadItem,_b78.Name,_b78);},Errors:null,LastError:null,AddError:function(_b7a){this.AddErrorSilent(_b7a);this._RiseOnErrorEvent(_b7a);},AddErrorSilent:function(_b7b){this.LastError=_b7b;this.Errors.push(_b7b);},SetFailed:function(_b7c){var _b7d=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b7c);this.SetState(_b7d);},_RiseOnErrorEvent:function(_b7e){var _b7f=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b7e);ITHit.Events.DispatchEvent(this,_b7f.Name,_b7f);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b80){if(_b80.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b80);},_StartLoadHandler:function(_b81){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b82){this.GetProgressTracker().UpdateBytes(_b82.Progress.BytesLoaded,_b82.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 _b83=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b83.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b83.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b83);}},SyncProgressWithServerAsync:function(_b84,_b85){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b86){if(!_b86.IsSuccess){_b84.call(_b85,_b86);return;}if(_b86.Result===true){this._ProgressTracker.SetCompleted();_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b87){if(_b87.IsSuccess){this._ProgressTracker.SyncProgress(_b87.Result);_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b87.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b87.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b88){if(_b88.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b88);},CancelAllRequests:function(_b89,_b8a){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b89,_b8a);},this);},this);},_CancelLocationCreateAsync:function(_b8b,_b8c){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b8b.call(_b8c);},this);}else{_b8b.call(_b8c);}},_CancelContentSendingAsync:function(_b8d,_b8e){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b8d.call(_b8e);},this);}else{_b8d.call(_b8e);}},_CancelProgressAsync:function(_b8f,_b90){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b8f.call(_b90);},this);}else{_b8f.call(_b90);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b91){this.IsProgressSyncInProgress=false;if(_b91.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b91);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b92){var _b93=this._State;this._State.OnLeave(this);this._State=_b92;this._State.OnEnter(this);var _b94=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b93.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b94.Name,_b94);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b95){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b95,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b96){this._State.OnRetryResult(this,_b96);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b97,_b98,_b99,_b9a){this.ServerItem.CancelUploadAsync(function(_b9b){if(!this.Settings.DeleteOnCancel){_b99.call(_b9a,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b97,_b98,function(_b9c){if(!_b9c.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b99.call(_b9a,_b9b);}this.IsContentSend=false;_b99.call(_b9a,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b9d){var _b9e=this._Progress;this._Progress=_b9d;var _b9f=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b9e,_b9d);ITHit.Events.DispatchEvent(this,_b9f.Name,_b9f);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_ba0){if(this._IsHandled){return;}this._Skip(_ba0);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_ba1){if(this._IsHandled){return;}this._Overwrite(_ba1);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_ba2){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_ba2});},constructor:function(_ba3,_ba4,_ba5){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_ba4||[];this._super(_ba3,_ba5);},_Overwrite:function(_ba6){var _ba7=this._CreateResult([],_ba6);this._Handle(_ba7);},_Skip:function(_ba8){var _ba9=this._CreateResult(_ba8,[]);this._Handle(_ba9);},_CreateResult:function(_baa,_bab){return {Skip:_baa||[],Overwrite:_bab||[],Original:this.Items};},_Handle:function(_bac){_bac=_bac||this._CreateResult();this._super(_bac);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_bad,_bae,_baf,_bb0){var _bb1=[];var _bb2=0;if(_bad.length===0){setTimeout(_baf.apply(_bb0,_bad));}for(var i=0;i<_bad.length;i++){_bae.apply(_bb0,[_bad[i],i,_bad,ITHit.Utils.MakeScopeClosure(this,function(i,_bb5){_bb1[i]=_bb5;_bb2++;if(_bb2===_bad.length){setTimeout(_baf.call(_bb0,_bb1));}},i)]);}},DistinctBy:function(_bb6,_bb7,_bb8){var map=Object.create(null);_bb7=_bb7||Object.prototype.toString;for(var i=0;i<_bb6.length;i++){var _bbb=_bb7.call(_bb8,_bb6[i]).toString();if(!map[_bbb]){map[_bbb]=_bb6[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bbd,_bbe){if(!_bbe){return [_bbd.shift()];}var _bbf=(_bbd.length>_bbe)?_bbe:_bbd.length;var _bc0=[];for(var i=0;i<_bbf;i++){_bc0.push(_bbd.shift());}return _bc0;},Remove:function(_bc2,_bc3){var _bc4=_bc2.indexOf(_bc3);if(_bc4>-1){_bc2.splice(_bc4,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bc5){this._ParallelUploads=_bc5||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bc6){_bc6.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc7){this._AddToQueue(_bc7);this._StartUploads();},Remove:function(_bc8){_bc8.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc8);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc8);this._StartUploads();},Reserve:function(_bc9){_bc9=_bc9||1;this._Reserve+=_bc9;},Release:function(_bca){_bca=_bca||1;this._Reserve-=_bca;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bcb=this.GetBusy();if(_bcb>=this._ParallelUploads){return 0;}else{if(_bcb===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bcb)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bcc){if(_bcc.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bcc.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bcd=this.GetFree();if(_bcd<=0){return;}var _bce=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bcd);if(_bce.length<1){return;}this.Reserve(_bce.length);_bce.forEach(this._StartSingle,this);},_StartSingle:function(_bcf){this._Active.push(_bcf);_bcf.StartAsync();this.Release();},_AddToQueue:function(_bd0){this._QueueArray.push(_bd0);_bd0.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(_bd1){this.Uploader=_bd1;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(_bd2){var _bd3=this.GetByUrl(_bd2.GetUrl());var _bd4=_bd3.GetState();return !(_bd4===ITHit.WebDAV.Client.Upload.State.Uploading||_bd4===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bd6,_bd7){var _bd8=[];for(var i=0;i<_bd6.length;i++){var _bda=_bd6[i];var _bdb=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bda,_bd7,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bdb.GetUrl())){if(this.ShouldReplaceDuplicate(_bdb)){this.RemoveByUrl(_bdb.GetUrl());}else{continue;}}_bd8.push(_bdb);}this._DispatchOnUploadItemsCreatedAsync(_bd8,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bdc){var sUrl=_bdc.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bdc);var _bde=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bdc]);ITHit.Events.DispatchEvent(this,_bde.Name,[_bde]);this._AutoUploader.Add(_bdc);},AddRange:function(_bdf){for(var i=0;i<_bdf.length;i++){var _be1=_bdf[i];var sUrl=_be1.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_be1);}this._GroupManager.CreateGroup(_bdf);this._OnQueueChanged(_bdf,null);var _be3=_bdf.filter(function(_be4){return _be4.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_be3);},Restart:function(_be5){for(var i=0;i<_be5.length;i++){if(!this.HasUrl(_be5[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_be5);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be8){return _be8.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _beb=this.GetByUrl(sUrl);if(!_beb){return;}var _bec=_beb.GetState();if(_bec===ITHit.WebDAV.Client.Upload.State.Uploading||_bec===ITHit.WebDAV.Client.Upload.State.Paused){_beb.Abort();}var _bed=ITHit.Utils.IndexOf(this._UnderlyingArray,_beb);this._UnderlyingArray.splice(_bed,1);this._OnQueueChanged(null,[_beb]);this._AutoUploader.Remove(_beb);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_bee,_bef){var _bf0=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_bee,_bef);ITHit.Events.DispatchEvent(this,_bf0.Name,[_bf0]);},_DispatchOnUploadItemsCreatedAsync:function(_bf1,_bf2){var _bf3=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bf1.slice(),_bf2);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bf3.Name)===0)){_bf3.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bf3);}ITHit.Events.DispatchEvent(this,_bf3.Name,_bf3);},AddListener:function(_bf4,_bf5,_bf6){_bf6=_bf6||null;switch(_bf4){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bf4,_bf5,_bf6);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bf4+"`");}},RemoveListener:function(_bf7,_bf8,_bf9){ITHit.Events.RemoveListener(this,_bf7,_bf8,_bf9);},_OnUploadItemsCreatedAsyncDispatched:function(_bfa){if(_bfa.Upload){this.AddRange(_bfa.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bfa);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bfb){var _bfc=this._FilterSkippedItems(_bfb);var _bfd=this._CreateUrlUploadItemMap(_bfb.Overwrite);_bfc.forEach(function(_bfe){if(_bfd.Has(_bfe.GetUrl())){_bfe.SetOverwrite(true);}});this.AddRange(_bfc);},_FilterSkippedItems:function(_bff){var _c00=this._CreateUrlUploadItemMap(_bff.Skip);return _bff.Original.filter(function(_c01){return !_c00.Has(_c01.GetUrl());});},_CreateUrlUploadItemMap:function(_c02){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_c02.forEach(function(_c04){oMap.Set(_c04.GetUrl(),_c04);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _c05=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c06){this._Uploader=_c06;this._UnderlyingSet={};},AddById:function(_c07){var _c08=this.GetById(_c07);if(_c08){return _c08;}var _c09=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c07);this._UnderlyingSet[_c07]=_c09;this._RaiseOnCollectionChanged([_c09],[]);return _c09;},GetById:function(_c0a){return this._UnderlyingSet[_c0a];},RemoveById:function(_c0b){var _c0c=this.GetById(_c0b);if(_c0c){delete this._UnderlyingSet[_c0b];this._RaiseOnCollectionChanged([],[_c0c]);}},AddListener:function(_c0d,_c0e,_c0f){_c0f=_c0f||null;this._CheckEventNameOtThrow(_c0d);ITHit.Events.AddListener(this,_c0d,_c0e,_c0f);},RemoveListener:function(_c10,_c11,_c12){_c12=_c12||null;this._CheckEventNameOtThrow(_c10);ITHit.Events.RemoveListener(this,_c10,_c11,_c12);},_CheckEventNameOtThrow:function(_c13){if(_c13!==_c05.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c13);}},_RaiseOnCollectionChanged:function(_c14,_c15){ITHit.Events.DispatchEvent(this,_c05.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c14||[],RemovedItems:_c15||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c16=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c17){this._UnderlyingArray=[];this._Uploader=_c17;},AddById:function(_c18){var _c19=new ITHit.WebDAV.Client.Upload.Controls.Input(_c18);this._UnderlyingArray[_c18]=_c19;this._RaiseOnCollectionChanged([_c19],[]);return _c19;},GetById:function(_c1a){return this._UnderlyingArray[_c1a];},RemoveById:function(_c1b){var _c1c=this.GetById(_c1b);if(_c1c){delete this._UnderlyingSet[_c1b];this._RaiseOnCollectionChanged([],[_c1c]);}},AddListener:function(_c1d,_c1e,_c1f){_c1f=_c1f||null;this._CheckEventNameOtThrow(_c1d);ITHit.Events.AddListener(this,_c1d,_c1e,_c1f);},RemoveListener:function(_c20,_c21,_c22){_c22=_c22||null;this._CheckEventNameOtThrow(_c20);ITHit.Events.RemoveListener(this,_c20,_c21,_c22);},_CheckEventNameOtThrow:function(_c23){if(_c23!==_c16.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c23);}},_RaiseOnCollectionChanged:function(_c24,_c25){ITHit.Events.DispatchEvent(this,_c16.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c24||[],RemovedItems:_c25||[]}]);}},{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(_c27){_c27.AddedItems.forEach(function(_c28){_c28.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c27.RemovedItems.forEach(function(_c29){_c29.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c2a){this.Queue.AddGroup(this._UploadUrl,_c2a.AsyncResult.Result,_c2a.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(_101,_102){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_101,_102);};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 _103={};var _104={};var _105={};for(var _106 in ITHit.LogLevel){_103[ITHit.LogLevel[_106]]=[];_105[ITHit.LogLevel[_106]]=[];}var _107=function(_108,_109,iTo,_10b){for(var _10c in ITHit.LogLevel){if(ITHit.LogLevel[_10c]>iTo){continue;}if(!ITHit.LogLevel[_10c]||(_109>=ITHit.LogLevel[_10c])){continue;}if(_108){_105[ITHit.LogLevel[_10c]].push(_10b);}else{for(var i=0;i<_105[ITHit.LogLevel[_10c]].length;i++){if(_105[ITHit.LogLevel[_10c]][i]==_10b){_105[ITHit.LogLevel[_10c]].splice(i,1);}}}}};_107.add=function(iTo,_10f){_107.increase(ITHit.LogLevel.Off,iTo,_10f);};_107.del=function(iTo,_111){_107.decrease(ITHit.LogLevel.Off,iTo,_111);};_107.increase=function(_112,iTo,_114){_107(true,_112,iTo,_114);};_107.decrease=function(_115,iTo,_117){_107(false,_115,iTo,_117);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_118,_119){if(_119==ITHit.LogLevel.Off){this.RemoveListener();}var _11a=0;var _11b=0;outer:for(var _11c in _103){for(var i=0;i<_103[_11c].length;i++){if(_103[_11c][i]==_118){_11a=_11c;_11b=i;break outer;}}}if(!_11a){_103[_119].push(_118);_107.add(_119,_118);}else{if(_119!=_11a){_103[_11a].splice(_11b,1);_103[_119].push(_118);if(_119>_11a){_107.increase(_11a,_119,_118);}else{_107.decrease(_119,_11a,_118);}}}},RemoveListener:function(_11e){outer:for(var _11f in _103){for(var i=0;i<_103[_11f].length;i++){if(_103[_11f][i]==_11e){_103[_11f].splice(i,1);_107.del(_11f,_11e);break outer;}}}return true;},SetLogLevel:function(_121,_122){return this.AddListener(_121,_122,true);},GetLogLevel:function(_123){for(var _124 in _103){for(var i=0;i<_103[_124].length;i++){if(_103[_124][i]==_123){return _124;}}}return false;},GetListenersForLogLevel:function(_126){return _105[_126];},GetCount:function(_127){return _105[_127].length;},WriteResponse:function(_128){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_128 instanceof HttpWebResponse){sStr+="\n"+_128.StatusCode+" "+_128.StatusDescription+"\n";}sStr+=_128.ResponseUri+"\n";for(var _12a in _128.Headers){sStr+=_12a+": "+_128.Headers[_12a]+"\n";}sStr+=_128.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12b,_12c){_12c=("undefined"==typeof _12c)?ITHit.LogLevel.Info:parseInt(_12c);if(ITHit.Logger.GetCount(_12c)){var _12d=this.GetListenersForLogLevel(_12c);var _12b=String(_12b).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12d.length;i++){try{_12d[i](_12b,ITHit.LogLevel.Info);}catch(e){if(!_12d[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12d[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(_12f,_130){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_12f,_130);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _131={};var _132=function(_133){this._arguments=_133;};_132.prototype.Replace=function(_134){var _135=_134.substr(1,_134.length-2);return ("undefined"!=typeof this._arguments[_135])?this._arguments[_135]:_134;};var _136=function(_137){this._phrase=_137;};_136.prototype.toString=function(){return this._phrase;};_136.prototype.Paste=function(){var _138=this._phrase;if(/\{\d+?\}/.test(_138)){var _139=new _132(arguments);_138=_138.replace(/\{(\d+?)\}/g,function(args){return _139.Replace(args);});}return _138;};var _13b=function(){};_13b.prototype.LoadJSON=function(_13c,_13d){var _13e=ITHit.Utils;if(_13d&&!_13e.IsString(_13d)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _13f=this;if(_13d){_13f=ITHit.Declare(_13d);}try{var _140=_13c;if(_13e.IsString(_140)){_140=eval("("+_13c+")");}this._AddPhrases(_140,_13f);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13b.prototype.LoadLocalizedJSON=function(_141,_142,_143){var _144=ITHit.Utils,_145=_144.IsUndefined,_146=_144.IsObject;if(!_141||!_144.IsObjectStrict(_141)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_142&&!_144.IsObjectStrict(_142)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _147;if(_142){_147={};this._MergePhrases(_147,_142);this._MergePhrases(_147,_141);}else{_147=_141;}this.LoadJSON(_147,_143);};_13b.prototype._MergePhrases=function(dest,_149){var _14a=ITHit.Utils,_14b=_14a.IsUndefined,_14c=_14a.IsObject;for(var prop in _149){if(!_149.hasOwnProperty(prop)){continue;}if(_14b(dest[prop])){dest[prop]=_149[prop];}else{if(_14c(dest[prop])){this._MergePhrases(dest[prop],_149[prop]);}}}};_13b.prototype._AddPhrases=function(_14e,_14f){_14f=_14f||this;for(var _150 in _14e){if(("object"!=typeof _14e[_150])||!(_14e[_150] instanceof Object)){switch(_150){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_150+"\" is reserved word.");break;}_14f[_150]=new _136(_14e[_150]);}else{this._AddPhrases(_14e[_150],_14f[_150]?_14f[_150]:(_14f[_150]={}));}}};return new _13b();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_151,_152){ITHit.Exceptions.XPathException.baseConstructor.call(this,_151,_152);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_153,_154,_155,_156,_157){if(("string"!=typeof _153)&&!(_153 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_154 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_155&&!(_155 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(_156&&!(_156 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_155=_155||null;_156=_156||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _158=_154._get();var _159=_158.ownerDocument||_158;if(_156){_159.evaluate(_153,_158,_155,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_156._res);return;}var oRes=new ITHit.XPath.result(_159.evaluate(_153,_158,_155,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_157){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _158=_154._get();var _15b=false;try{_158.getProperty("SelectionNamespaces");_15b=true;}catch(e){}var _15c=false;if(3==ITHit.XMLDoc._version){var sXml=_158.xml.replace(/^\s+|\s+$/g,"");var _15e="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _15f="cutted";if(-1!=sXml.indexOf(_15e)||true){var _160=sXml.replace(_15e,_15f);var _161=new ITHit.XMLDoc();_161.load(_160);if(_155){var oNs=_155.getAll();for(var _163 in oNs){if(_15e==oNs[_163]){oNs.add(_163,_15f);break;}}}_158=_161._get();_15b=true;_15c=true;}}if(_15b&&_155&&_155.length()){var _164=_155.getAll();var aNs=[];for(var _163 in _164){aNs.push("xmlns:"+_163+"='"+_164[_163]+"'");}_158.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15c){_158=_158.documentElement;}try{if(!_157){if(!_156){return new ITHit.XPath.result(_158.selectNodes(_153));}else{_156._res=_158.selectNodes(_153);return;}}else{var mOut=_158.selectSingleNode(_153);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15b&&(-2147467259==e.number)&&_155&&_155.length()){var sEl=new ITHit.XMLDoc(_158).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_158=oEl._get();var _164=_155.getAll();var aNs=[];for(var _163 in _164){aNs.push("xmlns:"+_163+"='"+_164[_163]+"'");}_158.setProperty("SelectionNamespaces",aNs.join(" "));_158=_158.documentElement;if(!_157){if(!_156){return new ITHit.XPath.result(_158.selectNodes(_153));}else{_156._res=_158.selectNodes(_153);return;}}else{var mOut=_158.selectSingleNode(_153);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_153+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_169,_16a,_16b){return ITHit.XPath.evaluate(_169,_16a,_16b,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16c,sNs){this._ns[_16c]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16e){delete this._ns[_16e];this._length--;};ITHit.XPath.resolver.prototype.get=function(_16f){return this._ns[_16f]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _171 in this._ns){oOut[_171]=this._ns[_171];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_172){this._res=_172;this._i=0;this.length=_172.length?_172.length:_172.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(_173){var mOut;if(!_173){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[_173];}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(_175,_176){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_175,_176);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _177;var _178=1;var _179=2;var _17a=3;var _17b=4;var _17c=5;var _17d=6;var _17e=7;var _17f=8;var _180=9;var _181=10;var _182=11;var _183=12;var _184=function(_185){this._xml=null;this._encoding=null;if(null!==_185){if(!_185||("object"!=typeof _185)){if(undefined!==window.ActiveXObject){if(_177){this._xml=new window.ActiveXObject(_177);}else{var _186=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _187=[6,4,3];for(var i=0;i<_186.length;i++){try{this._xml=new window.ActiveXObject(_186[i]);_184._version=_187[i];_177=_186[i];break;}catch(e){if(3==_187[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=_185;}}else{this._xml=null;return null;}};_184._version=0;_184.prototype.contentEncoding=function(_189){if(undefined!==_189){this._encoding=_189;}return this._encoding;};_184.prototype.load=function(_18a){if(!ITHit.Utils.IsString(_18a)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_18a){return new _184();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_184._version){_18a=_18a.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_184._version){_18a=_18a.replace(/<\?.*\?>/,"");this._xml.loadXML(_18a);}else{var _18c=new _184();if(3==_184._version){_18a=_18a.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18c.load(_18a);this._xml=_18c._get();}}catch(e){var _18d=e;}}else{if(document.implementation.createDocument){try{var _18e=new DOMParser();oDoc=_18e.parseFromString(_18a,"text/xml");this._xml=oDoc;}catch(e){var _18d=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18d){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18d);}};_184.prototype.appendChild=function(_18f){if(!_18f instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_18f._get());};_184.prototype.createElement=function(_190){return new _184(this._xml.createElement(_190));};_184.prototype.createElementNS=function(sNS,_192){if(this._xml.createElementNS){var _193=this._xml.createElementNS(sNS,_192);return new ITHit.XMLDoc(_193);}else{try{return new _184(this._xml.createNode(_178,_192,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.");};_184.prototype.createTextNode=function(_194){return new _184(this._xml.createTextNode(_194));};_184.prototype.getElementById=function(sId){return new _184(this._xml.getElementById(sId));};_184.prototype.getElementsByTagName=function(_196){return new _184(this._xml.getElementsByTagName(_196));};_184.prototype.childNodes=function(){var _197=this._xml.childNodes;var _198=[];for(var i=0;i<_197.length;i++){_198.push(new ITHit.XMLDoc(_197[i]));}return _198;};_184.prototype.getElementsByTagNameNS=function(_19a,_19b){if(this._xml.getElementsByTagNameNS){var _19c=this._xml.getElementsByTagNameNS(_19a,_19b);}else{var _19d=this.toString();var _19e=new ITHit.XMLDoc();_19e.load(_19d);var _19f=new ITHit.XPath.resolver();_19f.add("a",_19a);var oRes=ITHit.XPath.evaluate(("//a:"+_19b),_19e,_19f);var _19c=oRes._get();}var aRet=[];for(var i=0;i<_19c.length;i++){var _1a3=new ITHit.XMLDoc(_19c[i]);aRet.push(_1a3);}return aRet;};_184.prototype.setAttribute=function(_1a4,_1a5){this._xml.setAttribute(_1a4,_1a5);};_184.prototype.hasAttribute=function(_1a6){return this._xml.hasAttribute(_1a6);};_184.prototype.getAttribute=function(_1a7){return this._xml.getAttribute(_1a7);};_184.prototype.removeAttribute=function(_1a8){this._xml.removeAttribute(_1a8);};_184.prototype.hasAttributeNS=function(_1a9){return this._xml.hasAttribute(_1a9);};_184.prototype.getAttributeNS=function(_1aa){return this._xml.getAttribute(_1aa);};_184.prototype.removeAttributeNS=function(_1ab){this._xml.removeAttribute(_1ab);};_184.prototype.removeChild=function(_1ac){if(!_1ac instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ac);return new ITHit.XMLDoc(_1ac);};_184.prototype.removeNode=function(_1ad){if(!_1ad instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ad=_1ad._get();if(_1ad.removeNode){return new _184(_1ad.removeNode(true));}else{return new _184(_1ad.parentNode.removeChild(_1ad));}};_184.prototype.cloneNode=function(_1ae){if(undefined===_1ae){_1ae=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1ae));};_184.prototype.getProperty=function(_1af){return this._xml[_1af];};_184.prototype.setProperty=function(_1b0,_1b1){this._xml[_1b0]=_1b1;};_184.prototype.nodeName=function(){return this._xml.nodeName;};_184.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_184.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_184.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_184.prototype.firstChild=function(){return new _184(this._xml.firstChild);};_184.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_184.prototype.nodeValue=function(){var _1b2="";if(this._xml){_1b2=this._xml.nodeValue;}if("object"!=typeof _1b2){return _1b2;}else{return new ITHit.XMLDoc(_1b2);}};_184.prototype.nodeType=function(){return this._xml.nodeType;};_184.prototype._get=function(){return this._xml;};_184.prototype.toString=function(_1b3){return _184.toString(this._xml,this._encoding,_1b3);};_184.toString=function(_1b4,_1b5,_1b6){if(!_1b4){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b7="";var _1b8=true;if(undefined!==_1b4.xml){_1b7=_1b4.xml.replace(/^\s+|\s+$/g,"");_1b8=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b7=new XMLSerializer().serializeToString(_1b4);_1b8=false;}}if(_1b7){if(_1b5){_1b5=" encoding=\""+this._encoding+"\"";}else{_1b5="";}var sOut=((!_1b6)?"<?xml version=\"1.0\""+_1b5+"?>":"")+_1b7.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b8){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b7;};return _184;})();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(_1ba){var _1bb="Variable \""+_1ba+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1bb);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bc,_1bd){if(_1bc===null){throw new ITHit.Exceptions.ArgumentNullException(_1bd);}},VerifyArgumentNotNullOrEmpty:function(_1be,_1bf){if(_1be===null||_1be===""){throw new ITHit.Exceptions.ArgumentNullException(_1bf);}},NormalizeEmptyToNull:function(_1c0){if(_1c0===null||_1c0===""){return null;}return _1c0;},NormalizeEmptyOrNoneToNull:function(_1c1){if(_1c1===null||_1c1===""||_1c1=="None"){return null;}return _1c1;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c5=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c5;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c6,_1c7){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c6,"sName");this.Name=_1c6;this.NamespaceUri=_1c7;},Equals:function(oObj,_1c9){_1c9=_1c9||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1c9?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 _1cb="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1cb,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1cb),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1cb),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1cb),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1cb),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1cb),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1cb),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1cb),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1cb),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1cb),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1cb),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1cb),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1cb),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1cb),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1cb),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1cb),Source:new ITHit.WebDAV.Client.PropertyName("source",_1cb),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1cb),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1cb),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1cb),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1cb),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1cb),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1cb),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1cb),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1cb),ProtocolName:"dav10"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cc,_1cd){_1cc+=" Variable name: \""+_1cd+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cc);};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(_1cf){switch(_1cf.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(_1d0){this.Value=_1d0;}});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(_1d1,_1d2,_1d3){var _1d4=this._CreateRequest.apply(this,arguments);var _1d5=_1d4.GetResponse();return this._ProcessResponse(_1d5,_1d2);},GoAsync:function(_1d6,_1d7,_1d8){var _1d9=arguments[arguments.length-1];var _1da=this._CreateRequest.apply(this,arguments);var that=this;_1da.GetResponse(function(_1dc){if(_1dc.IsSuccess){_1dc.Result=that._ProcessResponse(_1dc.Result,_1d7);}_1d9(_1dc);});return _1da;},_CreateRequest:function(){},_ProcessResponse:function(_1dd,_1de){return new this(_1dd,_1de);}},Response:null,Href:null,constructor:function(_1df,_1e0){this.Response=_1df;this.Href=_1e0;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(_1e1){var _1e2=_1e1.split(" ");var _1e3=parseInt(_1e2[1]);_1e2.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e3,_1e2.join(" "));}},Code:null,Description:null,constructor:function(_1e4,_1e5){this.Code=_1e4;this.Description=_1e5;},Equals:function(_1e6){if(!_1e6||!(_1e6 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e6.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(_1e7,_1e8,_1e9){switch(arguments.length){case 1:var _1ea=_1e7;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ea,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1ea.localName(),_1ea.namespaceURI());this.Value=_1ea;break;case 2:var _1eb=_1e7,_1ec=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ec,"sStringValue");this.Name=_1eb;var _1ed=new ITHit.XMLDoc(),_1ee=_1ed.createElementNS(_1eb.NamespaceUri,_1eb.Name);_1ee.appendChild(_1ed.createTextNode(_1ec));this.Value=_1ee;break;case 3:var _1e7=_1e7,_1e8=_1e8,_1ef=_1e9;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e7,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e8,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1ef,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e7,_1ef);var _1ed=new ITHit.XMLDoc(),_1ee=_1ed.createElementNS(_1ef,_1e7);_1ee.appendChild(_1ed.createTextNode(_1e8));this.Value=_1ee;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(_1f0){this.PropertiesByNames={};this.Properties=[];var _1f1;var _1f2=new ITHit.XPath.resolver();_1f2.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f1=ITHit.XPath.selectSingleNode("d:responsedescription",_1f0,_1f2)){this.ResponseDescription=_1f1.firstChild().nodeValue();}_1f1=ITHit.XPath.selectSingleNode("d:status",_1f0,_1f2);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f1.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1f0,_1f2);while(_1f1=oRes.iterateNext()){var _1f4=new ITHit.WebDAV.Client.Property(_1f1.cloneNode());var _1f5=_1f4.Name;if("undefined"==typeof this.PropertiesByNames[_1f5]){this.PropertiesByNames[_1f5]=_1f4;}else{var _1f6=_1f1.childNodes();for(var i=0;i<_1f6.length;i++){this.PropertiesByNames[_1f5].Value.appendChild(_1f6[i]);}}this.Properties.push(_1f4);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f8,_1f9){this.Propstats=[];var _1fa;var _1fb=new ITHit.XPath.resolver();_1fb.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f8,_1fb).firstChild().nodeValue();if(_1fa=ITHit.XPath.selectSingleNode("d:responsedescription",_1f8,_1fb)){this.ResponseDescription=_1fa.firstChild().nodeValue();}if(_1fa=ITHit.XPath.selectSingleNode("d:status",_1f8,_1fb)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1fa.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f8,_1fb);while(_1fa=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1fa.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fd,_1fe){this.ResponseDescription="";this.Responses=[];var _1ff=new ITHit.XPath.resolver();_1ff.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_1ff.add("ithitp","https://www.ithit.com/pagingschema/");var _200;var _201=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fd,_1ff);if((_200=_201.iterateNext())){this.TotalItems=parseInt(_200.firstChild().nodeValue());}eval(String.fromCharCode.call(this,7+111,97,46+68,32,1+110,15+67,101,106+9,49+12,73,48+36,72,91+14,116,46,0+88,80,97,12+104,104,5+41,101,116+2,97,108,31+86,89+8,116,101,19+21,15+19,47,20+80,52+6,52+57,117,22+86,116,105,115,95+21,64+33,116,117,115,47,30+70,58,110+4,101,23+92,54+58,99+12,4+106,111+4,90+11,34,22+22,57+38,7+42,102,34+66,10+34,59+36,49,45+57,83+19,16+25,59));while((_200=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_200.cloneNode(),_1fe));}ITHit.XPath.evaluate("/d:multistatus/d:responsedescription",_1fd,_1ff,oRes);if((_200=oRes.iterateNext())){this.ResponseDescription=_200.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_203){return new ITHit.WebDAV.Client.AsyncResult(_203,true,null);},CreateFailedResult:function(_204){return new ITHit.WebDAV.Client.AsyncResult(null,false,_204);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_205,_206,_207){this.Result=_205;this.IsSuccess=_206;this.Error=_207;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(_208,_209){this.Property=_208;this.Ascending=_209;},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(_20a,sUri,_20c,_20d,_20e,_20f){return this.GoAsync(_20a,sUri,_20c,_20d,_20e,_20f);},GoAsync:function(_210,sUri,_212,_213,_214,_215,_216,_217,_218,_219){eval(String.fromCharCode.call(this,118,97,114,15+17,14+81,50,19+30,97,61,23+50,84,72,92+13,75+41,11+35,84+3,101,57+41,68,24+41,86,46,11+56,50+58,43+62,101,110,116,22+24,77,48+53,116,104,9+102,100,41+74,46,60+20,114,75+36,112,102,105,18+92,100,46,99,114,55+46,44+53,79+37,23+78,82,25+76,113,117,1+100,115,17+99,40,51+44,50,12+37,16+32,29+15,115,85,18+96,3+102,37+7,43+52,38+12,49,50,44,50+45,42+8,34+15,51,41+3,95,50,40+9,52,44,95,50,41+8,35+18,44,95,50,44+5,55,27+17,64+31,50,19+30,56,44,95,23+27,49,9+48,24+17,10+49));var self=this;var _21c=typeof _216==="function"?function(_21d){self._GoCallback(_210,sUri,_21d,_216);}:null;var _21e=_21a.GetResponse(_21c);if(typeof _216!=="function"){var _21f=new ITHit.WebDAV.Client.AsyncResult(_21e,_21e!=null,null);return this._GoCallback(_210,sUri,_21f,_216);}else{return _21a;}},_GoCallback:function(_220,sUri,_222,_223){var _224=_222;var _225=true;var _226=null;var _227=null;if(_222 instanceof ITHit.WebDAV.Client.AsyncResult){_224=_222.Result;_225=_222.IsSuccess;_226=_222.Error;}if(_224!==null){_227=_224.Status;}var _228=null;if(_225){var _229=_224.GetResponseStream();var _22a=new ITHit.WebDAV.Client.Methods.MultiResponse(_229,sUri);_228=new ITHit.WebDAV.Client.Methods.Propfind(_22a);}if(typeof _223==="function"){if(_227!==null){_228.Status=_227;}var _22b=new ITHit.WebDAV.Client.AsyncResult(_228,_225,_226);_223.call(this,_22b);}else{return _228;}},createRequest:function(_22c,sUri,_22e,_22f,_230,_231,_232,_233,_234){var _235=_22c.CreateWebDavRequest(_231,sUri);_235.Method("PROPFIND");_235.Headers.Add("Depth",_230.Value);_235.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _236=new ITHit.XMLDoc();eval(String.fromCharCode.call(this,29+89,97,114,32,19+76,50,9+42,55,52+9,95,13+37,51,12+42,46,10+89,105+9,82+19,52+45,43+73,101,63+6,108,101,9+100,31+70,110,10+106,78,73+10,22+18,73,84,7+65,13+92,9+107,2+44,87,101,35+63,68,65,38+48,46,53+14,108,71+34,74+27,110,116,12+34,11+57,97,98+20,67+0,111,12+98,115,116,83+14,108+2,39+77,115,20+26,71+7,55+42,109,101,54+61,112,40+57,99,91+10,85,4+110,5+100,0+44,10+24,112,114,111,98+14,14+88,105,110,100,34,21+20,59));switch(_22e){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_22f||!_22f.length){var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_22f.length;i++){var prop=_236.createElementNS(_22f[i].NamespaceUri,_22f[i].Name);_238.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}_237.appendChild(_238);if(_232!==undefined&&_232!=null&&_233!==undefined&&_233!=null){var _23b=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23c=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23d=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23c.appendChild(_236.createTextNode(_232));_23d.appendChild(_236.createTextNode(_233));_23b.appendChild(_23d);_23b.appendChild(_23c);_237.appendChild(_23b);}if(_234&&_234.length){var _23e=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_234.length;i++){var _23f=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _240=_236.createElementNS(_234[i].Property.NamespaceUri,_234[i].Property.Name);var _241=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_234[i].Ascending?"ascending":"descending");_238.appendChild(_240);_23f.appendChild(_238);_23f.appendChild(_241);_23e.appendChild(_23f);}_237.appendChild(_23e);}_236.appendChild(_237);_235.Body(_236);return _235;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_242){this.Status=_242.Status;this.ResponseDescription=_242.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_243,_244){eval(String.fromCharCode.call(this,28+90,46+51,114,7+25,95,50,46+6,18+35,54+7,95,13+37,40+12,51,46,71,43+58,116,82,53+48,115,62+50,99+12,110,66+49,70+31,83,47+69,52+62,36+65,62+35,109,40,25+70,2+48,50+2,24+27,41,59));if(!_245||!_243.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_243);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_245,_244);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_246,_247,_248,_249){return this._super.apply(this,arguments);},GoAsync:function(_24a,_24b,_24c,_24d,_24e){return this._super.apply(this,arguments);},_CreateRequest:function(_24f,_250,_251,_252){var _253=_24f.CreateWebDavRequest(_252,_250,_251);_253.Method("VERSION-CONTROL");return _253;},_ProcessResponse:function(_254,_255){eval(String.fromCharCode.call(this,16+102,50+47,114,18+14,21+74,50,22+31,54,61,52+21,84,72,62+43,93+23,46,77+10,101,98,63+5,31+34,63+23,46,67,7+101,65+40,75+26,74+36,102+14,46,51+26,20+81,116,50+54,79+32,10+90,115,45+1,82,101,113+2,112,25+86,42+68,115,90+11,60+10,97,40+59,116,12+99,114,45+76,1+45,37+34,101,116,79+3,101,115,112,111,110,115,68+33,40,48+47,50,3+50,20+32,34+10,95,50,53,52+1,41,48+11));return this._super(_256);}}});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(_257,_258){for(var i=0,l=this.length;i<l;i++){if(_257.Equals(this[i].Name,_258)){return true;}}return false;},Find:function(_25b,_25c){for(var i=0,l=this.length;i<l;i++){if(_25b.Equals(this[i].Name,_25c)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_25f,_260){this._super(_25f,_260);}});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(_261){this.Href=_261.Href;this.Description=_261.ResponseDescription;this.Status=_261.Status;for(var i=0;i<_261.Propstats.length;i++){if(_261.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_261.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_263){this.Responses=[];if(_263){this.Description=_263.ResponseDescription;for(var i=0;i<_263.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_263.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(_265,_266,_267,_268,_269,_26a){this._super(_265,_269);this.Multistatus=_267||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_268;this.Uri=_266;this.Error=_26a;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26b,_26c,_26d,_26e,_26f,_270){this.PropertyName=_26d;this._super(_26b,_26c,_26e,_26f,_270);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_271,_272,_273,_274,_275){this._super(_271,_272,_273,_274,ITHit.WebDAV.Client.HttpStatus.NotFound,_275);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_276,_277,_278,_279,_27a){this._super(_276,_277,_278,_279,ITHit.WebDAV.Client.HttpStatus.Forbidden,_27a);}});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(_27b,_27c,_27d,_27e){this._super();this.Href=_27b;this.Description=_27c;this.Status=_27d;this.PropertyName=_27e;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_27f){this.Responses=[];if(_27f){this.Description=_27f.ResponseDescription;for(var i=0;i<_27f.Responses.length;i++){var _281=_27f.Responses[i];for(var j=0;j<_281.Propstats.length;j++){var _283=_281.Propstats[j];for(var k=0;k<_283.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_281.Href,_283.ResponseDescription,_283.Status,_283.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(_285,_286,_287,_288,_289,_28a,_28b,_28c,_28d){var _28e=this.createRequest(_285,_286,_287,_288,_289,_28a,_28b,_28c,_28d);var _28f=_28e.GetResponse();return this._ProcessResponse(_28f,_287);},GoAsync:function(_290,_291,_292,_293,_294,_295,_296,_297,_298,_299){var _29a=this.createRequest(_290,_291,_292,_293,_294,_295,_296,_297,_298);var that=this;_29a.GetResponse(function(_29c){if(!_29c.IsSuccess){_299(new ITHit.WebDAV.Client.AsyncResult(null,false,_29c.Error));return;}var _29d=that._ProcessResponse(_29c.Result,_292);_299(new ITHit.WebDAV.Client.AsyncResult(_29d,true,null));});return _29a;},_ProcessResponse:function(_29e,_29f){var _2a0=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29e,_29f);return new ITHit.WebDAV.Client.Methods.CopyMove(_2a0);},createRequest:function(_2a1,_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8,_2a9){var _2aa=_2a1.CreateWebDavRequest(_2a9,_2a3,_2a8);_2a4=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a4).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a4)){_2a4=_2a9+_2a4.substr(1);}_2aa.Method((_2a2==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2aa.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,95,40+10,79+18,11+86,46,5+67,101,1+96,100,96+5,106+8,54+61,46,65,100,100,40,34,68,101,48+67,37+79,105,26+84,97,81+35,105,34+77,90+20,32+2,44,38+35,18+66,72,105,61+55,46,19+49,89+12,99,65+46,84+16,101,37+35,111,115,107+9,40,95,42+8,72+25,52,41,27+14,48+11,95,31+19,97,97,46,72,36+65,5+92,100,48+53,93+21,63+52,46,65,100,100,40,34,16+63,118,101,114,119,84+30,76+29,116,95+6,15+19,2+42,95,35+15,97,22+33,15+48,34,84,17+17,58,34,70,34,41,20+39));if(_2a5&&(_2a2==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a6){_2aa.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2ab=new ITHit.XMLDoc();var _2ac=_2ab.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ad=_2ab.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ad.appendChild(_2ab.createTextNode("*"));_2ac.appendChild(_2ad);_2ab.appendChild(_2ac);_2aa.Body(_2ab);return _2aa;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ae,_2af,_2b0,_2b1){return this._super.apply(this,arguments);},GoAsync:function(_2b2,_2b3,_2b4,_2b5,_2b6){return this._super.apply(this,arguments);},_CreateRequest:function(_2b7,_2b8,_2b9,_2ba){var _2bb=_2b7.CreateWebDavRequest(_2ba,_2b8,_2b9);_2bb.Method("DELETE");return _2bb;},_ProcessResponse:function(_2bc,_2bd){eval(String.fromCharCode.call(this,82+36,97,114,32,15+80,38+12,86+12,71+30,61,37+36,21+63,72,105,69+47,46,3+84,101,33+65,67+1,60+5,55+31,33+13,67,106+2,11+94,71+30,110,116,14+32,40+37,33+68,69+47,99+5,111,100,29+86,46,5+77,55+46,26+89,112,111,110,115,101,47+23,88+9,99,102+14,4+107,114,42+79,22+24,6+65,101,12+104,46+36,101,115,112,111,110,66+49,26+75,40,95,33+17,48+50,99,44,95,1+49,98,12+88,27+14,59));return this._super(_2be);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2bf,_2c0,_2c1,_2c2,_2c3,_2c4){var _2c5=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2bf,_2c0,_2c1,_2c2,_2c3,_2c4);var _2c6=_2c5.GetResponse();return this._ProcessResponse(_2c6);},GoAsync:function(_2c7,_2c8,_2c9,_2ca,_2cb,_2cc,_2cd){var _2ce=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c7,_2c8,_2c9,_2ca,_2cb,_2cc);var that=this;_2ce.GetResponse(function(_2d0){if(!_2d0.IsSuccess){_2cd(new ITHit.WebDAV.Client.AsyncResult(null,false,_2d0.Error));return;}var _2d1=that._ProcessResponse(_2d0.Result,_2c8);_2cd(new ITHit.WebDAV.Client.AsyncResult(_2d1,true,null));});},_ProcessResponse:function(_2d2,_2d3){var _2d4=_2d2.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d4,_2d3));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d7,_2d8,_2d9,_2da,_2db,_2dc){_2db=_2db||null;var _2dd=_2d7.CreateWebDavRequest(_2dc,_2d8,_2db);_2dd.Method("PROPPATCH");_2dd.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2de=new ITHit.XMLDoc();var _2df=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d9)){eval(String.fromCharCode.call(this,118,97,114,6+26,115,18+83,116,61,95,19+31,100,101,46,99,114,30+71,97,116,101,69,28+80,94+7,52+57,80+21,20+90,23+93,72+6,38+45,14+26,73,19+65,38+34,105,33+83,46,86+1,101,98,0+68,65,85+1,46,53+14,108,105,101,60+50,116,46,17+51,97,34+84,67,111,91+19,115,116,97,53+57,43+73,115,46,78,97,109,101,72+43,37+75,54+43,38+61,82+19,85,44+70,95+10,1+43,34,115,27+74,116,34,41,12+47));for(var i=0;i<_2d9.length;i++){if(_2d9[i]){var prop=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2d9[i].Value);set.appendChild(prop);}}_2df.appendChild(set);}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2da)){var _2e3=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2da.length;i++){if(_2da[i]){var elem=_2de.createElementNS(_2da[i].NamespaceUri,_2da[i].Name);prop.appendChild(elem);}}_2e3.appendChild(prop);_2df.appendChild(_2e3);}_2de.appendChild(_2df);_2dd.Body(_2de);return _2dd;}}});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(_2e5,_2e6){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e5,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e6,"lockToken");this.Href=_2e5;this.LockToken=_2e6;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e7,_2e8){eval(String.fromCharCode.call(this,118,93+4,39+75,0+32,86+9,3+47,101,11+46,61,68+42,101,119,32,52+21,83+1,72,105,79+37,46,88,80,97,116,8+96,23+23,114,101,115,111,108,118,71+30,74+40,29+11,41,29+30,95,50,71+30,25+32,46,97,4+96,94+6,13+27,34,20+80,7+27,44,73,84,19+53,11+94,116,24+22,87,1+100,98,68,65,61+25,46,39+28,108,105,101,52+58,116,30+16,21+47,6+91,60+58,67,111,42+68,115,6+110,97,79+31,63+53,115,46,78,97,44+65,101,77+38,53+59,97,99,61+40,72+13,101+13,105,8+33,59));var _2ea;if(!(_2ea=ITHit.XPath.selectSingleNode("d:lockscope",_2e7,_2e9))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2eb=null;var _2ec=_2ea.childNodes();for(var i=0,l=_2ec.length;i<l;i++){if(_2ec[i].nodeType()===1){_2eb=_2ec[i].localName();break;}}switch(_2eb){case "shared":_2eb=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2eb=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2ea=ITHit.XPath.selectSingleNode("d:depth",_2e7,_2e9))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2ef=ITHit.WebDAV.Client.Depth.Parse(_2ea.firstChild().nodeValue());var _2f0=(_2ef==ITHit.WebDAV.Client.Depth.Infinity);var _2f1=null;if(_2ea=ITHit.XPath.selectSingleNode("d:owner",_2e7,_2e9)){_2f1=_2ea.firstChild().nodeValue();}var _2f2=-1;if(_2ea=ITHit.XPath.selectSingleNode("d:timeout",_2e7,_2e9)){var _2f3=_2ea.firstChild().nodeValue();if("infinite"!=_2f3.toLowerCase()){if(-1!=_2f3.toLowerCase().indexOf("second-")){_2f3=_2f3.substr(7);}var _2f2=parseInt(_2f3);}}var _2f4=null;eval(String.fromCharCode.call(this,105,30+72,40,80+15,50,101,97,61,73,84,72,60+45,60+56,7+39,88,80,97,116,101+3,46,115,101,108,51+50,99,111+5,83,67+38,110,103,76+32,34+67,78,111,100,101,40,34,100,15+43,108,99+12,87+12,107,13+103,66+45,107,101,110,34,39+5,95,50,45+56,5+50,16+28,95,50,45+56,57,41,16+25,63+60,118,97,114,32,95,38+12,70+32,53,61,73,84,72,81+24,116,4+42,27+61,11+69,47+50,32+84,28+76,33+13,9+106,101,108,24+77,99,23+93,76+7,105,10+100,103,108,101,55+23,48+63,100,29+72,8+32,34,100,34+24,104,114,74+27,30+72,34,40+4,95,50,101,97,44,95,50,3+98,50+7,41,46,102,65+40,37+77,115,49+67,67,95+9,105,23+85,26+74,40,38+3,46,110,111,100,101,22+64,81+16,108,117,18+83,40,41,16+43,95,40+10,93+9,53,9+52,95,20+30,102,53,35+11,114,5+96,112,108,87+10,76+23,101,31+9,26+47,63+21,72,105,48+68,38+8,87,101,84+14,27+41,65,86,42+4,67,108,105,101,6+104,116,14+32,68,97,25+93,67,32+79,110,112+3,116,97,110,60+56,115,46,4+75,105+7,47+50,113,33+84,45+56,55+21,106+5,75+24,71+36,11+73,111,8+99,101,94+16,44,8+26,17+17,17+24,59,95,22+28,102,18+34,61,110,101,45+74,15+17,16+57,84,72,105,116,46,87,44+57,79+19,68,65,53+33,46,67,108,105,101,18+92,116,17+29,56+20,111,99,107,85,50+64,82+23,32+52,111,88+19,101,110,41+39,49+48,5+100,88+26,38+2,95,5+45,101,17+39,44,95,50,102,40+13,30+11,40+19,4+121));return new ITHit.WebDAV.Client.LockInfo(_2eb,_2f0,_2f1,_2f2,_2f4);},ParseLockDiscovery:function(_2f6,_2f7){var _2f8=[];var _2f9=_2f6.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2f9.length;i++){_2f8.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2f9[i],_2f7));}return _2f8;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fb,_2fc,_2fd,_2fe,_2ff){this.LockScope=_2fb;this.Deep=_2fc;this.TimeOut=_2fe;this.Owner=_2fd;this.LockToken=_2ff;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_300,_301,_302,_303,_304,_305,_306){return this._super.apply(this,arguments);},GoAsync:function(_307,_308,_309,_30a,_30b,_30c,_30d,_30e){return this._super.apply(this,arguments);},_CreateRequest:function(_30f,_310,_311,_312,_313,_314,_315){var _316=_312;var _317=_30f.CreateWebDavRequest(_313,_310);_317.Method("LOCK");_317.Headers.Add("Timeout",(-1===_311)?"Infinite":"Second-"+parseInt(_311));_317.Headers.Add("Depth",_314?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_317.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _318=new ITHit.XMLDoc();var _319=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _31a=_318.createElementNS(_319,"lockinfo");var _31b=_318.createElementNS(_319,"lockscope");var _31c=_318.createElementNS(_319,_316.toLowerCase());_31b.appendChild(_31c);eval(String.fromCharCode.call(this,30+88,97,114,32,11+84,51,11+38,100,61,95,38+13,42+7,56,12+34,99,17+97,101,16+81,111+5,101,69,57+51,101,93+16,71+30,59+51,72+44,78,83,40,46+49,51,23+26,23+34,19+25,34,27+81,91+20,99,62+45,102+14,121,112,101,20+14,41,36+23,63+55,36+61,114,20+12,64+31,33+18,5+44,6+95,61,75+20,15+36,49,25+31,17+29,99,18+96,70+31,49+48,116,12+89,1+68,108,23+78,109,101,31+79,116,78,83,7+33,47+48,51,49,20+37,5+39,34,46+73,24+90,93+12,64+52,31+70,5+29,41,59,95,28+23,15+34,100,42+4,97,112,112,49+52,39+71,100,47+20,59+45,105,108,96+4,9+31,42+53,51,45+4,52+49,24+17,59));var _31f=_318.createElementNS(_319,"owner");_31f.appendChild(_318.createTextNode(_315));_31a.appendChild(_31b);_31a.appendChild(_31d);_31a.appendChild(_31f);_318.appendChild(_31a);_317.Body(_318);return _317;}},LockInfo:null,_Init:function(){eval(String.fromCharCode.call(this,118,97,30+84,32+0,2+93,36+15,15+35,48,8+53,27+89,104,39+66,91+24,24+22,82,101,105+10,103+9,40+71,110,115,101,1+45,63+8,48+53,116,82,35+66,115,112,46+65,110,102+13,51+50,83,116,114,86+15,27+70,109,32+8,41,36+23,118,68+29,73+41,13+19,24+71,5+46,1+49,13+36,24+37,83+27,35+66,119,24+8,65+8,42+42,72,95+10,116,29+17,85+3,80,97,50+66,60+44,46,26+88,53+48,103+12,111,108,118,28+73,114,40,5+36,59,52+67,56+44,2+59,64+4,97,116,25+76,11+48,99,43+18,22+18,31+14,49,32,61,25+36,32,42+41,116,34+80,29+76,110,103,40,101,60+58,65+32,1+107,41,46,105,88+22,88+12,12+89,94+26,79,102,40,18+21,67,111,109,112,105,75+33,101,83,116,17+97,105,110,103,21+18,5+36,41,59,119,87+11,61,40,2+43,49,2+30,16+17,61,1+31,88+22,97,5+113,51+54,103,34+63,36+80,111,9+105,46,26+91,113+2,101,114,65,71+32,101,110,116,17+29,80+36,111,14+62,83+28,119,101,65+49,41+26,97,115,6+95,18+22,35+6,46+0,102+3,110,100,20+81,120,79,5+97,22+18,34+5,77+22,104,94+20,94+17,96+13,101,9+30,41,41,38+21,59,119,8+93,61,37+64,118,1+96,108,8+51,12+89,61,39,101,56+62,97,108,39,41+18,100,61,39,68,97,116,101,39,52+7,60+50,61,39,14+26,22+19,32,123,92,53+57,22+10,12+20,15+17,32,91,110,93+4,18+98,105,28+90,101,32,99,70+41,100,89+12,93,92,55+55,125,39,7+52,108+2,43+6,61,39,20+20,1+40,2+30,83+40,18+14,91,48+62,97,107+9,60+45,117+1,101,32,99,71+40,100,40+61,44+49,4+28,125,24+15,16+43,102,33+28,30+9,80+22,41+76,110,99,113+3,7+98,109+2,47+63,32,39,59,63+45,61,39,92,110,39,35+24,18+83,52,34+27,97+2,59,85+15,51,61,108,12+31,71+31,43,21+79,43,68+42,48+1,59,68+32,12+40,52+9,39,91,47+55,117,110,99,114+2,105,82+29,40+70,38+55,2+37,43+16,82+18,34+19,36+25,102,43,100,43,110,15+34,59,101,53,44+17,46+56,43,101,43,70+40,22+27,37+22,101,50,61,102,43,91+10,22+21,110,43+16,101,49,42+19,63+45,43,102,31+12,101,7+36,110,43,108,51+8,101,51,61,102+6,32+11,22+80,43,101+0,43,110,49,19+40,100,11+39,61,102,17+26,81+19,28+15,31+79,34+25,46+54,40+9,55+6,50+58,32+11,73+29,43,100,43,110,20+23,108,17+42,105,16+86,7+25,40,40,24+16,100+1,49,27+6,56+5,72+47,83+18,41,38,38,37+3,101,19+31,16+17,29+32,119,91+10,15+26,29+9,21+17,32+8,101,51,33,12+49,119,71+30,9+32,15+23,38,40,119,98,16+22,21+17,81+20,9+43,11+27,37+1,40,101,53,33,14+47,119,10+91,38+3,37+4,32+9,124,35+89,40,40,100,49,33,61,119,76+24,15+26,37+1,34+4,40,100,29+21,33,12+49,119,88+12,7+34,38,38,40,84+16,43+8,33,45+16,110+9,74+26,16+25,38,38,40,100,40+12,3+30,60+1,12+107,100,2+39,34+4,38,40,64+36,53,18+15,61,119,100,41,41,21+20,22+10,111+12,102+14,39+65,114,111,119,12+20,39,6+95,112+6,45+52,108,32,97,2+108,100,32,3+65,97,116,40+61,3+29,71+38,101,59+57,104,72+39,34+66,115,20+12,2+107,11+106,115,1+115,32,110,111,100+16,20+12,98,4+97,6+26,50+64,15+86,74+26,101,102,77+28,92+18,27+74,100,38+8,39,59,125));_321.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _322=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_320,_321));try{var _323=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_322.Value,this.Href);if(_323.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,116,26+78,1+104,115,46,76,111,99,21+86,23+50,63+47,102,38+73,61,87+8,51,50,14+37,91,48,93,59));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_322.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_324,_325,_326,_327,_328,_329,_32a){return this._super.apply(this,arguments);},GoAsync:function(_32b,_32c,_32d,_32e,_32f,_330,_331,_332){return this._super.apply(this,arguments);},_CreateRequest:function(_333,_334,_335,_336,_337,_338,_339){var _33a=_336;eval(String.fromCharCode.call(this,91+27,97,114,32,55+40,28+23,51,98,61,34+61,50+1,1+50,26+25,46,34+33,114,101,35+62,92+24,34+67,4+83,101,98,62+6,97,118,23+59,16+85,38+75,117,101,115,116,40,72+23,51,43+8,55,44,95,32+19,31+20,16+36,43+1,95,37+14,27+24,97,32+9,48+11,95,28+23,51,13+85,36+10,77,101,28+88,93+11,51+60,19+81,40,18+16,76,46+33,54+13,75,34,41,59));_33b.Headers.Add("Timeout",(-1==_335)?"Infinite":"Second-"+parseInt(_335));_33b.Body("");return _33b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33c,_33d,_33e,_33f){return this._super.apply(this,arguments);},GoAsync:function(_340,_341,_342,_343,_344){return this._super.apply(this,arguments);},_ProcessResponse:function(_345,_346){eval(String.fromCharCode.call(this,118,97,18+96,32,85+10,51,52,37+18,58+3,76+34,63+38,119,32,73,69+15,72,105,90+26,12+34,87,101,98,62+6,4+61,86,46,67,108,105,88+13,33+77,116,46,33+44,101,116,104,111,100,115,27+19,35+48,88+17,41+69,103,5+103,60+41,82,40+61,115,112,33+78,110,52+63,101,40,44+51,51,52,53,41,45+14));return this._super(_347);},_CreateRequest:function(_348,_349,_34a,_34b){var _34c=_348.CreateWebDavRequest(_34b,_349);_34c.Method("UNLOCK");_34c.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_34a+">");return _34c;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34d,_34e,_34f,_350,_351){this.Features=_34d;this.MsAuthorViaDav=_34e;this.VersionControl=_34f;this.Search=_350;this.ServerVersion=_351;}});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(_352,_353,_354){return this.GoAsync(_352,_353,_354);},GoAsync:function(_355,_356,_357,_358){var _359=ITHit.WebDAV.Client.Methods.Options.createRequest(_355,_356,_357);var self=this;var _35b=typeof _358==="function"?function(_35c){self._GoCallback(_355,_356,_35c,_358);}:null;var _35d=_359.GetResponse(_35b);if(typeof _358!=="function"){var _35e=new ITHit.WebDAV.Client.AsyncResult(_35d,_35d!=null,null);return this._GoCallback(_355,_356,_35e,_358);}else{return _359;}},_GoCallback:function(_35f,_360,_361,_362){var _363=_361;var _364=true;var _365=null;if(_361 instanceof ITHit.WebDAV.Client.AsyncResult){_363=_361.Result;_364=_361.IsSuccess;_365=_361.Error;}var _366=null;if(_364){eval(String.fromCharCode.call(this,118,97,114,19+13,48+47,51,54,5+49,13+48,85+25,74+27,119,29+3,73,17+67,68+4,37+68,90+26,16+30,57+30,101,98,46+22,47+18,69+17,33+13,67,96+12,105,57+44,71+39,116,46,48+29,87+14,96+20,100+4,111,20+80,115,13+33,25+54,112,87+29,105,89+22,34+76,115,26+14,68+27,51,48+6,51,41,18+41));}if(typeof _362==="function"){var _367=new ITHit.WebDAV.Client.AsyncResult(_366,_364,_365);_362.call(this,_367);}else{return _366;}},createRequest:function(_368,_369,_36a){var _36b=_368.CreateWebDavRequest(_36a,_369);_36b.Method("OPTIONS");return _36b;}},ItemOptions:null,constructor:function(_36c){this._super(_36c);var sDav=_36c._Response.GetResponseHeader("dav",true);var _36e=0;var _36f=0;if(sDav){if(-1!=sDav.indexOf("2")){_36e=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36e=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_36f=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36e+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36e+=ITHit.WebDAV.Client.Features.Paging;}}var _370=_36c._Response.GetResponseHeader("gsuite",true);if(_370&&-1!=_370.toLowerCase().indexOf("gedit")){_36e+=ITHit.WebDAV.Client.Features.GSuite;}eval(String.fromCharCode.call(this,84+34,97,41+73,32,95,51,13+42,36+13,61,102,8+89,98+10,115,101,59,30+88,31+66,114,4+28,95,5+46,51+4,13+37,49+12,72+23,33+18,54,69+30,46,12+83,82,101,115,83+29,110+1,23+87,115,40+61,46,46+25,101,116,64+18,101,26+89,112,46+65,49+61,20+95,101,66+6,101,97,100,101,34+80,40,1+33,3+106,18+97,17+28,97,109+8,116,93+11,111+0,17+97,30+15,118,20+85,97,24+10,44,0+116,114,51+66,101,41,59));if(_372&&(-1!=_372.toLowerCase().indexOf("dav"))){_371=true;}var _373=false;var _374=_36c._Response.GetResponseHeader("allow",true)||"";var _375=_374.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_375.length;i<l;i++){if(_375[i]==="search"){_373=true;_36e+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _378=_36c._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36e,_371,_36f,_373,_378);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_379){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_379);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_37a){var _37b=[];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,_37d;_37d=_37a.Responses[i];i++){for(var j=0,_37f;_37f=_37d.Propstats[j];j++){var _380=[];for(var k=0,_382;_382=_37f.Properties[k];k++){if(_382.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_380[0]=_382.Value;}else{if(_382.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_380[1]=_382.Value;}else{if(_382.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_380[2]=_382.Value;}}}}if(!_380[0]||!_380[1]||!_380[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37d.Href));}_37b.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37d.Href,parseInt(_380[0].firstChild().nodeValue()),parseInt(_380[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_380[1].firstChild().nodeValue())));}}return _37b;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_383,_384,_385,_386){if(!ITHit.Utils.IsString(_383)||!_383){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_383);}if(!ITHit.Utils.IsInteger(_384)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_384);}if(!ITHit.Utils.IsInteger(_385)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_385);}if(_384>_385){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_383;this.BytesUploaded=_384;this.TotalContentLength=_385;this.LastChunkSaved=_386;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_387,_388,_389,_38a,_38b){return this.GoAsync(_387,_388,_389,_38a,_38b);},GoAsync:function(_38c,_38d,_38e,_38f,_390,_391){if(!_38f){_38f=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}eval(String.fromCharCode.call(this,118,44+53,63+51,16+16,95,51,57,50,24+37,62+11,79+5,61+11,15+90,7+109,40+6,87,9+92,98,66+2,65,70+16,42+4,67,51+57,10+95,3+98,13+97,116,46,56+21,101,79+37,5+99,111,96+4,115,46,82,101,112,28+83,82+32,116,16+30,63+36,114,45+56,97,59+57,101,30+52,73+28,113,117,101,115,51+65,17+23,42+53,20+31,36+20,99,15+29,23+72,29+22,36+20,62+38,16+28,91+4,18+33,42+14,101,44,58+37,1+50,49+7,87+15,26+18,95,51,57,48,23+18,4+55,44+75,80+20,1+60,36+32,79+18,76+40,101,59,110,8+41,61,27+12,40,20+21,28+4,52+71,32,91,41+69,69+28,116,105,118,48+53,28+4,81+18,44+67,73+27,101,60+33,32,125,9+30,35+24,66+44,61,39,40,41,32,123,2+90,93+17,21+11,32,8+24,32,91,44+66,97,116,97+8,118,101,2+30,66+33,98+13,0+100,101,93,92,110,125,5+34,59,52+56,61,30+9,3+89,23+87,39,2+57,100,32+29,4+35,53+15,97,116,101,30+9,59,65+36,38+23,39,54+47,118,47+50,22+86,39,43+16,68+51,58+43,41+20,101,118,97,94+14,59,86+16,28+33,36+3,102,117,37+73,99,116,78+27,83+28,51+59,19+13,39,12+47,92+27,97+1,1+60,40,45,28+21,6+26,29+4,19+42,9+23,110,96+1,118,98+7,6+97,37+60,116,29+82,114,46,31+86,115,101,13+101,31+34,88+15,11+90,82+28,79+37,24+22,116,111,21+55,95+16,119,101,114,16+51,18+79,115,101,15+25,17+24,46,51+54,50+60,12+88,101,120,79,36+66,40,39,74+25,92+12,114,111,109,101,10+29,41,22+19,59,59,99,59+2,38+2,45,49,7+25,61,25+36,32,11+72,116,109+5,105,110,103,40,75+26,63+55,97,17+91,26+15,46,86+19,110,100,72+29,120,49+30,102,40,39,67,95+16,109,112,105,11+97,39+62,36+47,13+103,85+29,105,9+101,93+10,27+12,41,37+4,15+44,38+62,51,28+33,108,37+6,102,43,45+55,19+24,7+103,49,59,100,49,61,108,43,102,19+24,76+24,43,89+21,43,108,59,69+31,52,14+47,21+18,91,19+83,117,33+77,78+21,24+92,54+51,5+106,81+29,93,39,59,6+95,11+38,10+51,108,43,102,43,78+23,43,110,43,40+68,59,59+42,43+10,61,102,43,34+67,43,84+26,19+30,41+18,101,50,30+31,102,41+2,101,20+23,90+20,59,36+64,53,23+38,21+81,11+32,100,34+9,110,20+29,59,68+33,51,4+57,17+91,25+18,76+26,43,42+59,36+7,110,20+29,59,82+18,25+25,19+42,65+37,26+17,100,3+40,110,59,101,52,61,99,40+19,105,102,20+12,30+10,2+38,40,101,44+5,33,48+13,59+60,101,41,38,38,9+31,101,50,33,3+58,119,98+3,41,13+25,17+21,40,101,51,33,23+38,119,42+59,41,5+33,38,27+13,119,27+71,26+12,32+6,20+81,52,38,26+12,40,6+95,53,7+26,61,74+45,101,21+20,5+36,35+6,124,116+8,20+20,40,100,49,33,61,119,100,22+19,38,38,20+20,100,50,33,61,47+72,57+43,41,36+2,18+20,40,83+17,51,33,61,78+41,100,17+24,26+12,36+2,15+25,24+76,52+0,29+4,61+0,90+29,100,41,38,31+7,40,56+44,49+4,33,54+7,119,16+84,41+0,41,2+39,13+19,123,81+35,104,21+93,111,8+111,26+6,3+36,52+49,118,93+4,39+69,32,97,110,97+3,32,68,46+51,6+110,101,32,109,101,77+39,3+101,60+51,63+37,115,14+18,109,84+33,97+18,103+13,32,75+35,111,116,32+0,98,2+99,32,39+75,45+56,89+11,72+29,76+26,105,56+54,12+89,22+78,46,39,49+10,125));var self=this;var _394=typeof _391==="function"?function(_395){self._GoCallback(_38d,_395,_38f,_391);}:null;var _396=_392.GetResponse(_394);if(typeof _391!=="function"){var _397=new ITHit.WebDAV.Client.AsyncResult(_396,_396!=null,null);return this._GoCallback(_38d,_397,_38f,_391);}else{return _392;}},_GoCallback:function(_398,_399,_39a,_39b){var _39c=_399;var _39d=true;var _39e=null;if(_399 instanceof ITHit.WebDAV.Client.AsyncResult){_39c=_399.Result;_39d=_399.IsSuccess;_39e=_399.Error;}var _39f=null;if(_39d){var _3a0=_39c.GetResponseStream();_39f=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_3a0,_398),_39a);}if(typeof _39b==="function"){var _3a1=new ITHit.WebDAV.Client.AsyncResult(_39f,_39d,_39e);_39b.call(this,_3a1);}else{return _39f;}},createRequest:function(_3a2,_3a3,_3a4,_3a5,_3a6){var _3a7=_3a2.CreateWebDavRequest(_3a4,_3a3);_3a7.Method("REPORT");_3a7.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a8=new ITHit.XMLDoc();switch(_3a5){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3a9=_3a8.createElementNS("ithit","upload-progress");_3a8.appendChild(_3a9);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3aa=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a6||!_3a6.length){var _3ab=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3ab=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a6.length;i++){var prop=_3a8.createElementNS(_3a6[i].NamespaceUri,_3a6[i].Name);_3ab.appendChild(prop);}}_3aa.appendChild(_3ab);_3a8.appendChild(_3aa);break;}_3a7.Body(_3a8);return _3a7;}},constructor:function(_3ae,_3af){this._super(_3ae);switch(_3af){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3ae);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b1){var _3b2=this.GetRequestProperties();var _3b3=[];for(var i=0,l=_3b1.length;i<l;i++){var _3b6=_3b1[i];var _3b7=false;for(var i2=0,l2=_3b2.length;i2<l2;i2++){if(_3b6.Equals(_3b2[i2])){_3b7=true;break;}}if(!_3b7){_3b3.push(_3b6);}}return _3b3;},ParseHref:function(_3ba){return {Href:_3ba,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3ba)};},OpenItem:function(_3bb,_3bc,_3bd){_3bd=_3bd||[];_3bd=this.GetCustomRequestProperties(_3bd);var _3be=this.ParseHref(_3bc);var _3bf=ITHit.WebDAV.Client.Methods.Propfind.Go(_3bb,_3be.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3bd),ITHit.WebDAV.Client.Depth.Zero,_3be.Host);return this.GetItemFromMultiResponse(_3bf.Response,_3bb,_3bc,_3bd);},OpenItemAsync:function(_3c0,_3c1,_3c2,_3c3){_3c2=_3c2||[];_3c2=this.GetCustomRequestProperties(_3c2);var _3c4=this.ParseHref(_3c1);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3c0,_3c4.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c2),ITHit.WebDAV.Client.Depth.Zero,_3c4.Host,function(_3c5){if(_3c5.IsSuccess){try{_3c5.Result=self.GetItemFromMultiResponse(_3c5.Result.Response,_3c0,_3c1,_3c2);}catch(oError){_3c5.Error=oError;_3c5.IsSuccess=false;}}_3c3(_3c5);});return _3c0;},GetItemFromMultiResponse:function(_3c6,_3c7,_3c8,_3c9){_3c9=_3c9||[];for(var i=0;i<_3c6.Responses.length;i++){var _3cb=_3c6.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3cb.Href,_3c8)){continue;}return this.GetItemFromResponse(_3cb,_3c7,_3c8,_3c9);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c8));},GetItemsFromMultiResponse:function(_3cc,_3cd,_3ce,_3cf){_3cf=_3cf||[];var _3d0=[];for(var i=0;i<_3cc.Responses.length;i++){var _3d2=_3cc.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d2.Href,_3ce)){continue;}if(_3d2.Status&&!_3d2.Status.IsOk()){continue;}_3d0.push(this.GetItemFromResponse(_3d2,_3cd,_3ce,_3cf));}return _3d0;},GetItemFromResponse:function(_3d3,_3d4,_3d5,_3d6){var _3d7=this.ParseHref(_3d5);var _3d8=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d3);for(var i2=0,l2=_3d6.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d3,_3d6[i2])){_3d8.push(new ITHit.WebDAV.Client.Property(_3d6[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d3)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d4.Session,_3d3.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d3,_3d5),_3d7.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d3),_3d8);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d4.Session,_3d3.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d3,_3d5),_3d7.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d3),_3d8);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3dc){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3dc);},GetActiveLocks:function(_3dd,_3de){eval(String.fromCharCode.call(this,55+63,36+61,114,32,95,38+13,66+34,27+75,5+56,73,84,72,13+92,116,46,69+18,101,98,56+12,65,86,46,32+35,108,105,2+99,51+59,28+88,46,68,66+31,118,35+32,111,52+58,115,55+61,70+27,110,116,115,37+9,76,49+62,48+51,48+59,68,37+68,107+8,99,94+17,95+23,101,114,77+44,46,116,111,9+74,46+70,114,105,79+31,103,40,8+33,59));for(var i=0;i<_3dd.Propstats.length;i++){var _3e1=_3dd.Propstats[i];if(!_3e1.Status.IsOk()){break;}if("undefined"!=typeof _3e1.PropertiesByNames[_3df]){var _3e2=_3e1.PropertiesByNames[_3df];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e2.Value,_3de);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e3){var _3e4=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e3.Propstats.length;i++){var _3e6=_3e3.Propstats[i];if(!_3e6.Status.IsOk()){break;}var out=[];for(var p in _3e6.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e6.PropertiesByNames[_3e4]){var _3e9=_3e6.PropertiesByNames[_3e4];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3e9.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3ea){var _3eb=[];var _3ec=new ITHit.XPath.resolver();_3ec.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ed=null;var _3ee=null;var _3ef=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3ea,_3ec);while(_3ed=oRes.iterateNext()){var _3f1=ITHit.XPath.evaluate("d:*",_3ed,_3ec);while(_3ee=_3f1.iterateNext()){if(_3ee.nodeType()==_3ef){var _3f2="";if(_3ee.hasChildNodes()){var _3f3=_3ee.firstChild();while(_3f3){if(_3f3.nodeType()==_3ef){_3f2=_3f3.localName();break;}_3f3=_3f3.nextSibling();}}else{_3f2=_3ee.localName();}switch(_3f2.toLowerCase()){case "shared":_3eb.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3eb.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3eb;},GetQuotaAvailableBytes:function(_3f4){var _3f5=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f4.Propstats.length;i++){var _3f7=_3f4.Propstats[i];if(!_3f7.Status.IsOk()){break;}if("undefined"!=typeof _3f7.PropertiesByNames[_3f5]){var _3f8=_3f7.PropertiesByNames[_3f5];try{return parseInt(_3f8.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3f9){var _3fa=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3f9.Propstats.length;i++){var _3fc=_3f9.Propstats[i];if(!_3fc.Status.IsOk()){break;}if("undefined"!=typeof _3fc.PropertiesByNames[_3fa]){var _3fd=_3fc.PropertiesByNames[_3fa];try{return parseInt(_3fd.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3fe){var _3ff=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3fe.Propstats.length;i++){var _401=_3fe.Propstats[i];if(!_401.Status.IsOk()){break;}if("undefined"!=typeof _401.PropertiesByNames[_3ff]){var _402=_401.PropertiesByNames[_3ff];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_402.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_403){var _404=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_403.Propstats.length;i++){var _406=_403.Propstats[i];if(!_406.Status.IsOk()){break;}if("undefined"!=typeof _406.PropertiesByNames[_404]){var _407=_406.PropertiesByNames[_404];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_407.Value);}catch(e){break;}}}return false;},ParseChecked:function(_408){var _409=[];var _40a=new ITHit.XPath.resolver();_40a.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40b=null;var _40c=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_408,_40a);while(_40b=oRes.iterateNext()){if(_40b.nodeType()==_40c){_409.push(_40b.firstChild().nodeValue());}}return _409;},GetResourceType:function(_40e){var _40f=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40e,ITHit.WebDAV.Client.DavConstants.ResourceType);var _410=ITHit.WebDAV.Client.ResourceType.File;eval(String.fromCharCode.call(this,26+79,102,40,62+33,47+5,48,89+13,28+18,58+28,97,81+27,117,101,46,103,74+27,108+8,69,108,85+16,109,62+39,110,91+25,115,53+13,121,84,97,103,78,56+41,109,94+7,62+16,14+69,40,73,27+57,72,105,32+84,43+3,32+55,101,31+67,68,53+12,30+56,46,66+1,107+1,94+11,24+77,110,16+100,46,21+47,21+76,118,67,24+87,71+39,27+88,116,95+2,34+76,106+10,115,18+28,57+21,97,6+103,55+46,115,112,68+29,99,11+90,85,91+23,105,44,34,99,54+57,7+101,37+71,89+12,24+75,15+101,105,111,29+81,34,37+4,46,108,101,2+108,103,116,99+5,16+46,48,28+13,123,67+28,52,5+44,4+44,26+35,73,84,38+34,93+12,116,40+6,87,101,74+24,64+4,61+4,2+84,8+38,29+38,86+22,105,101,110,102+14,16+30,82,101,115,34+77,8+109,114,99,56+45,8+76,26+95,51+61,101,17+29,70,56+55,68+40,100,101,114,59,125));return _410;},HasProperty:function(_411,_412){for(var i=0;i<_411.Propstats.length;i++){var _414=_411.Propstats[i];for(var j=0;j<_414.Properties.length;j++){var _416=_414.Properties[j];if(_416.Name.Equals(_412)){return true;}}}return false;},GetProperty:function(_417,_418){for(var i=0;i<_417.Propstats.length;i++){var _41a=_417.Propstats[i];for(var j=0;j<_41a.Properties.length;j++){var _41c=_41a.Properties[j];if(_41c.Name.Equals(_418)){return _41c;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_417.Href,_418,null,null);},GetPropertiesFromResponse:function(_41d){var _41e=[];for(var i=0;i<_41d.Propstats.length;i++){var _420=_41d.Propstats[i];for(var i2=0;i2<_420.Properties.length;i2++){_41e.push(_420.Properties[i2]);}}return _41e;},GetDisplayName:function(_422){var _423=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_422,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _424;if(_423.hasChildNodes()){_424=_423.firstChild().nodeValue();}else{_424=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_422.Href));}return _424;},GetLastModified:function(_425){var _426;try{_426=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_425,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(_426.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_427){var _428=null;var _429=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_427,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_429.hasChildNodes()){_428=_429.firstChild().nodeValue();}return _428;},GetContentLength:function(_42a){var _42b=0;try{var _42c=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42a,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42c.hasChildNodes()){_42b=parseInt(_42c.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42b;},GetCreationDate:function(_42d){var _42e;try{_42e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42d,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(_42e.Value.firstChild().nodeValue(),"tz");},GetDate:function(_42f,_430){var _431;var i=0;if("tz"==_430){i++;}if(!_42f){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _431=new Date(_42f);if(!isNaN(_431)){break;}}else{var _434=_42f.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_434&&_434.length>=7){_434.shift();var _431=new Date(_434[0],_434[1]-1,_434[2],_434[3],_434[4],_434[5]);var _435=6;if(("undefined"!=typeof _434[_435])&&(-1!=_434[_435].indexOf("."))){_431.setMilliseconds(_434[_435].replace(/[^\d]/g,""));}_435++;if(("undefined"!=typeof _434[_435])&&("-00:00"!=_434[_435])&&(-1!=_434[_435].search(/(?:\+|-)/))){var _436=_434[_435].slice(1).split(":");var _437=parseInt(_436[1])+(60*_436[0]);if("+"==_434[_435][0]){_431.setMinutes(_431.getMinutes()-_437);}else{_431.setMinutes(_431.getMinutes()+_437);}_435++;}_431.setMinutes(_431.getMinutes()+(-1*_431.getTimezoneOffset()));break;}}}if(!_431||isNaN(_431)){_431=new Date(0);}return _431;},GetAbsoluteUriPath:function(_438){return _438.replace(/\/?$/,"/");},GetRelativePath:function(_439){return _439.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_43a){var _43b=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43a).replace(/\/$/,"");return _43b.match(/[^\/]*$/)[0];},HrefEquals:function(_43c,_43d){var iPos=_43d.search(/\?[^\/]+$/);if(-1!=iPos){_43d=_43d.substr(0,iPos);}var iPos=_43d.search(/\?[^\/]+$/);if(-1!=iPos){_43d=_43d.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43c)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43d)).replace(/\/$/,"");},GetFolderParentUri:function(_43f){var _440=/^https?\:\/\//.test(_43f)?_43f.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _441=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43f);_441=_441.replace(/\/?$/,"");if(_441===""){return null;}_441=_441.substr(0,_441.lastIndexOf("/")+1);_441=_441.substr(1);return _440+_441;},GetHost:function(_442){var _443;if(/^https?\:\/\//.test(_442)){_443=_442.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_443=location.protocol+"//"+location.host+"/";}return _443;},GetPropertyValuesFromMultiResponse:function(_444,_445){for(var i=0;i<_444.Responses.length;i++){var _447=_444.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_447.Href,_445)){continue;}var _448=[];for(var j=0;j<_447.Propstats.length;j++){var _44a=_447.Propstats[j];if(!_44a.Properties.length){continue;}if(_44a.Status.IsSuccess()){for(var k=0;k<_44a.Properties.length;k++){var _44c=_44a.Properties[k];if(!_44c.Name.IsStandardProperty()){_448.push(_44c);}}continue;}if(_44a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),null);}if(_44a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),_44a.Status,null);}return _448;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_445));},GetPropertyNamesFromMultiResponse:function(_44d,_44e){var _44f=[];var _450=this.GetPropertyValuesFromMultiResponse(_44d,_44e);for(var i=0,l=_450.length;i<l;i++){_44f.push(_450[i].Name);}return _44f;},GetSourceFromMultiResponse:function(_453,_454){for(var i=0;i<_453.length;i++){var _456=_453[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_456.Href,_454)){continue;}var _457=[];for(var j=0;j<_456.Propstats;j++){var _459=_456.Propstats[j];if(!_459.Status.IsOk()){if(_459.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_459.Status.Description),_454,_459.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_456));}for(var k=0;k<_459.Properties.length;k++){var _45b=_459.Properties[k];if(_45b.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45c=_45b.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45c.length;l++){var _45e=_45c[i];var _45f=new ITHit.WebDAV.Client.Source(_45e.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45e.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_457.push(_45f);}return _457;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_454));}},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(_460,_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c,_46d){this.Session=_460;this.ServerVersion=_460.ServerEngine;this.Href=_461;this.LastModified=_462;this.DisplayName=_463;this.CreationDate=_464;this.ResourceType=_465;this.SupportedLocks=_466;this.ActiveLocks=_467;this.Host=_468;this.AvailableBytes=_469;this.UsedBytes=_46a;this.CheckedIn=_46b;this.CheckedOut=_46c;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46d||[]);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(_46e){if(_46e instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46e.Href;}if(ITHit.Utils.IsString(_46e)){if(_46e.indexOf("://")!==-1||_46e.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46e;}return this.GetUrl()===_46e;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_46f){for(var i=0,l=this.Properties.length;i<l;i++){if(_46f.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_472){for(var i=0,l=this.Properties.length;i<l;i++){if(_472.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_472.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _475=this.Session.CreateRequest(this.__className+".Refresh()");var _476=[];for(var i=0,l=this.Properties.length;i<l;i++){_476.push(this.Properties[i].Name);}var _479=self.OpenItem(_475,this.Href,_476);for(var key in _479){if(_479.hasOwnProperty(key)){this[key]=_479[key];}}_475.MarkFinish();},RefreshAsync:function(_47b){var that=this;var _47d=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47e=[];for(var i=0,l=this.Properties.length;i<l;i++){_47e.push(this.Properties[i].Name);}self.OpenItemAsync(_47d,this.Href,_47e,function(_481){if(_481.IsSuccess){for(var key in _481.Result){if(_481.Result.hasOwnProperty(key)){that[key]=_481.Result[key];}}_481.Result=null;}_47d.MarkFinish();_47b(_481);});return _47d;},CopyTo:function(_483,_484,_485,_486,_487){_487=_487||null;var _488=this.Session.CreateRequest(this.__className+".CopyTo()");var _489=ITHit.WebDAV.Client.Methods.CopyMove.Go(_488,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_483.Href,_484),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_485,_486,_487,this.Host);var _48a=this._GetErrorFromCopyResponse(_489.Response);if(_48a){_488.MarkFinish();throw _48a;}_488.MarkFinish();},CopyToAsync:function(_48b,_48c,_48d,_48e,_48f,_490){_48f=_48f||null;var _491=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_491,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48b.Href,_48c),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48d,_48e,_48f,this.Host,function(_493){if(_493.IsSuccess){_493.Error=that._GetErrorFromCopyResponse(_493.Result.Response);if(_493.Error!==null){_493.IsSuccess=false;_493.Result=null;}}_491.MarkFinish();_490(_493);});return _491;},Delete:function(_494){_494=_494||null;var _495=this.Session.CreateRequest(this.__className+".Delete()");eval(String.fromCharCode.call(this,118,97,114,32,95,52,18+39,54,61,73,84,72,22+83,116,46,69+18,13+88,98,16+52,22+43,86,46,67,108,80+25,101,110,8+108,14+32,77,101,116,46+58,48+63,95+5,115,1+45,68,101,8+100,13+88,16+100,4+97,46,40+31,70+41,40,95,6+46,15+42,7+46,41+3,58+58,100+4,102+3,115,10+36,72,73+41,101,33+69,25+19,95,52,2+55,52,28+16,116,34+70,105,115,37+9,72,49+62,115,25+91,26+15,59));var _497=this._GetErrorFromDeleteResponse(_496.Response);if(_497){_495.MarkFinish();throw _497;}_495.MarkFinish();},DeleteAsync:function(_498,_499){_498=_498||null;_499=_499||function(){};var _49a=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_49a,this.Href,_498,this.Host,function(_49c){if(_49c.IsSuccess){_49c.Error=that._GetErrorFromDeleteResponse(_49c.Result.Response);if(_49c.Error!==null){_49c.IsSuccess=false;_49c.Result=null;}}_49a.MarkFinish();_499(_49c);});return _49a;},GetPropertyNames:function(){var _49d=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49e=ITHit.WebDAV.Client.Methods.Propfind.Go(_49d,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _49f=self.GetPropertyNamesFromMultiResponse(_49e.Response,this.Href);_49d.MarkFinish();return _49f;},GetPropertyNamesAsync:function(_4a0){var _4a1=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a1,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a3){if(_4a3.IsSuccess){try{_4a3.Result=self.GetPropertyNamesFromMultiResponse(_4a3.Result.Response,that.Href);}catch(oError){_4a3.Error=oError;_4a3.IsSuccess=false;}}_4a1.MarkFinish();_4a0(_4a3);});return _4a1;},GetPropertyValues:function(_4a4){_4a4=_4a4||null;var _4a5=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a6=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a5,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a4,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a7=self.GetPropertyValuesFromMultiResponse(_4a6.Response,this.Href);_4a5.MarkFinish();return _4a7;},GetPropertyValuesAsync:function(_4a8,_4a9){_4a8=_4a8||null;var _4aa=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4aa,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a8,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ac){if(_4ac.IsSuccess){try{_4ac.Result=self.GetPropertyValuesFromMultiResponse(_4ac.Result.Response,that.Href);}catch(oError){_4ac.Error=oError;_4ac.IsSuccess=false;}}_4aa.MarkFinish();_4a9(_4ac);});return _4aa;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ad){return this.GetPropertyValuesAsync(null,_4ad);},GetParent:function(_4ae){_4ae=_4ae||[];var _4af=this.Session.CreateRequest(this.__className+".GetParent()");var _4b0=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b0===null){_4af.MarkFinish();return null;}var _4b1=ITHit.WebDAV.Client.Folder.OpenItem(_4af,_4b0,_4ae);_4af.MarkFinish();return _4b1;},GetParentAsync:function(_4b2,_4b3){_4b2=_4b2||[];var _4b4=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b5=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b5===null){_4b3(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b4,_4b5,_4b2,_4b3);return _4b4;},GetSource:function(){var _4b6=this.Session.CreateRequest(this.__className+".GetSource()");var _4b7=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b8=self.GetSourceFromMultiResponse(_4b7.Response.Responses,this.Href);_4b6.MarkFinish();return _4b8;},GetSourceAsync:function(_4b9){var _4ba=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4ba,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bc){if(_4bc.IsSuccess){try{_4bc.Result=self.GetSourceFromMultiResponse(_4bc.Result.Response.Responses,that.Href);}catch(oError){_4bc.Error=oError;_4bc.IsSuccess=false;}}_4ba.MarkFinish();_4b9(_4bc);});return _4ba;},Lock:function(_4bd,_4be,_4bf,_4c0){var _4c1=this.Session.CreateRequest(this.__className+".Lock()");var _4c2=ITHit.WebDAV.Client.Methods.Lock.Go(_4c1,this.Href,_4c0,_4bd,this.Host,_4be,_4bf);_4c1.MarkFinish();return _4c2.LockInfo;},LockAsync:function(_4c3,_4c4,_4c5,_4c6,_4c7){var _4c8=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c8,this.Href,_4c6,_4c3,this.Host,_4c4,_4c5,function(_4c9){if(_4c9.IsSuccess){_4c9.Result=_4c9.Result.LockInfo;}_4c8.MarkFinish();_4c7(_4c9);});return _4c8;},MoveTo:function(_4ca,_4cb,_4cc,_4cd){_4cc=_4cc||false;_4cd=_4cd||null;var _4ce=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4ca instanceof ITHit.WebDAV.Client.Folder)){_4ce.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4cf=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4ce,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4ca.Href,_4cb),this.ResourceType,true,_4cc,_4cd,this.Host);var _4d0=this._GetErrorFromMoveResponse(_4cf.Response);if(_4d0!==null){_4ce.MarkFinish();throw _4d0;}_4ce.MarkFinish();},MoveToAsync:function(_4d1,_4d2,_4d3,_4d4,_4d5){_4d3=_4d3||false;_4d4=_4d4||null;var _4d6=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d1 instanceof ITHit.WebDAV.Client.Folder)){_4d6.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d6,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d1.Href,_4d2),this.ResourceType,true,_4d3,_4d4,this.Host,function(_4d8){if(_4d8.IsSuccess){_4d8.Error=that._GetErrorFromMoveResponse(_4d8.Result.Response);if(_4d8.Error!==null){_4d8.IsSuccess=false;_4d8.Result=null;}}_4d6.MarkFinish();_4d5(_4d8);});return _4d6;},RefreshLock:function(_4d9,_4da){var _4db=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4dc=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4db,this.Href,_4da,_4d9,this.Host);_4db.MarkFinish();return _4dc.LockInfo;},RefreshLockAsync:function(_4dd,_4de,_4df){var _4e0=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4e0,this.Href,_4de,_4dd,this.Host,function(_4e1){if(_4e1.IsSuccess){_4e1.Result=_4e1.Result.LockInfo;}_4e0.MarkFinish();_4df(_4e1);});return _4e0;},SupportedFeatures:function(){var _4e2=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e3=ITHit.WebDAV.Client.Methods.Options.Go(_4e2,this.Href,this.Host).ItemOptions;_4e2.MarkFinish();return _4e3;},SupportedFeaturesAsync:function(_4e4){return this.GetSupportedFeaturesAsync(_4e4);},GetSupportedFeaturesAsync:function(_4e5){var _4e6=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e6,this.Href,this.Host,function(_4e7){if(_4e7.IsSuccess){_4e7.Result=_4e7.Result.ItemOptions;}_4e6.MarkFinish();_4e5(_4e7);});return _4e6;},Unlock:function(_4e8){var _4e9=this.Session.CreateRequest(this.__className+".Unlock()");eval(String.fromCharCode.call(this,118,27+70,114,32+0,2+93,52,101,97,61,73,46+38,31+41,105,67+49,46,29+58,29+72,98,68,65,86,46,12+55,108,92+13,101,110,116,46,55+22,84+17,3+113,104,111,100,115,46,85,110,44+64,89+22,99,107,46,45+26,42+69,40,29+66,28+24,71+30,16+41,44,116,104,87+18,98+17,10+36,68+4,114,101,102,44,95,2+50,90+11,37+19,18+26,92+24,104,105,115,44+2,69+3,111,112+3,116,13+28,59));var _4eb=this._GetErrorFromUnlockResponse(_4ea.Response);if(_4eb){_4e9.MarkFinish();throw _4eb;}_4e9.MarkFinish();},UnlockAsync:function(_4ec,_4ed){var _4ee=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ee,this.Href,_4ec,this.Host,function(_4f0){if(_4f0.IsSuccess){_4f0.Error=that._GetErrorFromUnlockResponse(_4f0.Result.Response);if(_4f0.Error!==null){_4f0.IsSuccess=false;_4f0.Result=null;}}_4ee.MarkFinish();_4ed(_4f0);});return _4ee;},UpdateProperties:function(_4f1,_4f2,_4f3){_4f3=_4f3||null;var _4f4=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f5=this._GetPropertiesForUpdate(_4f1);var _4f6=this._GetPropertiesForDelete(_4f2);if(_4f5.length+_4f6.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f4.MarkFinish();return;}var _4f7=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f4,this.Href,_4f5,_4f6,_4f3,this.Host);var _4f8=this._GetErrorFromUpdatePropertiesResponse(_4f7.Response);if(_4f8){_4f4.MarkFinish();throw _4f8;}_4f4.MarkFinish();},UpdatePropertiesAsync:function(_4f9,_4fa,_4fb,_4fc){_4fb=_4fb||null;var _4fd=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4fe=this._GetPropertiesForUpdate(_4f9);var _4ff=this._GetPropertiesForDelete(_4fa);if(_4fe.length+_4ff.length===0){_4fd.MarkFinish();_4fc(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fd,this.Href,_4fe,_4ff,_4fb,this.Host,function(_501){if(_501.IsSuccess){_501.Error=that._GetErrorFromUpdatePropertiesResponse(_501.Result.Response);if(_501.Error!==null){_501.IsSuccess=false;_501.Result=null;}}_4fd.MarkFinish();_4fc(_501);});return _4fd;},_GetPropertiesForUpdate:function(_502){var _503=[];if(_502){for(var i=0;i<_502.length;i++){if((_502[i] instanceof ITHit.WebDAV.Client.Property)&&_502[i]){if(_502[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_503.push(_502[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_502[i]),this.Href,_502[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _503;},_GetPropertiesForDelete:function(_505){var _506=[];if(_505){for(var i=0;i<_505.length;i++){if((_505[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_505[i]){if(_505[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_506.push(_505[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_505[i]),this.Href,_505[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _506;},_GetErrorFromDeleteResponse:function(_508){if(_508 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(_508),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_508 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_508.Status.IsSuccess()){var _509=ITHit.Phrases.DeleteFailedWithStatus.Paste(_508.Status.Code,_508.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_509,this.Href,null,_508.Status,null);}return null;},_GetErrorFromCopyResponse:function(_50a){if(_50a instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50a.Responses.length;i<l;i++){if(_50a.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50a),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50a instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50a.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_50a.Status.Code,_50a.Status.Description),this.Href,null,_50a.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50d){if(_50d instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50d.Responses.length;i<l;i++){if(_50d.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50d),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50d instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50d.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50d.Status.Code,_50d.Status.Description),this.Href,null,_50d.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_510){if(!_510.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_510.Status.Code,_510.Status.Description),this.Href,null,_510.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_511){var _512=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_511);for(var i=0;i<_512.Responses.length;i++){var _514=_512.Responses[i];if(_514.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_514.PropertyName,_512,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_515,_516,_517,_518,_519,_51a){return this._super.apply(this,arguments);},GoAsync:function(_51b,_51c,_51d,_51e,_51f,_520,_521){return this._super.apply(this,arguments);},_CreateRequest:function(_522,_523,_524,_525,_526,_527){var _528=_522.CreateWebDavRequest(_527,_523,_526);_528.Method("PUT");if(_524){_528.Headers.Add("Content-Type",_524);}_528.Body(_525);return _528;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_529,_52a,_52b,_52c,_52d){return this._super.apply(this,arguments);},GoAsync:function(_52e,_52f,_530,_531,_532){return this._super.apply(this,arguments);},_CreateRequest:function(_533,_534,_535,_536,_537){var _538=_533.CreateWebDavRequest(_537,_534);_538.Method("GET");_538.Headers.Add("Translate","f");if(_535!==null){var _539=_535;if(_535>=0){if(_536!==null){_539+="-"+parseInt(_536);}else{_539+="-";}}else{_539=String(_539);}_538.Headers.Add("Range","bytes="+_539);}return _538;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53c=null;var _53d={"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 _53e=Object.keys(_53d);sExt=sExt.toLowerCase();for(var i=0,l=_53e.length;i<l;i++){var _541=_53e[i];var _542=self[_541];for(var j=0,m=_542.length;j<m;j++){if(_542[j]===sExt){_53c=_53d[_541];break;}}if(_53c!==null){break;}}return _53c;},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(_545,_546){this._super(_545,_546);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_548){self._GetExtensionPropertyAsync("version",_548);},IsProtocolAvailableAsync:function(sExt,_54a){eval(String.fromCharCode.call(this,115,101,108,102,18+28,68+27,71,39+62,116,67+2,16+104,39+77,101,110,72+43,105,74+37,110,80,105+9,111,70+42,59+42,114,116,121,65,112+3,73+48,99+11,39+60,36+4,27+7,22+12,23+21,102,60+57,110,99,116,105,96+15,110,40,95,38+15,1+51,98,17+24,123,119,27+74,61,5+96,91+27,67+30,108,59,110,61,15+24,40,41,5+27,57+66,92,110,5+27,32,32,29+3,91,50+60,53+44,116,105,118,94+7,28+4,40+59,111,100,52+49,11+82,60+32,36+74,125,35+4,59,88+13,23+38,39,70+31,91+27,54+43,12+96,39,27+32,48+71,100,48+13,47+21,97,116,75+26,41+18,87+13,8+53,39,68,97,14+102,25+76,39,59,102,61,39,102,117,44+66,99,72+44,105,71+40,84+26,28+4,39,59,110,49,61,39,40,41,32,20+103,24+8,80+11,8+102,97,115+1,27+78,118,101,32,84+15,102+9,100,101,11+82,26+6,125,37+2,36+23,108,61,15+24,92,38+72,33+6,26+33,70+29,45+16,40,0+45,3+46,32,61,61,32,41+42,62+54,57+57,105,110,103,40,12+89,118,97,75+33,7+34,46,36+69,67+43,61+39,33+68,6+114,42+37,102,40,39,67,80+31,21+88,78+34,70+35,108,33+68,83,45+71,114,105,47+63,103,19+20,6+35,41,19+40,103+16,94+4,20+41,40,21+24,49,32,27+6,61,32,50+60,97,95+23,17+88,103,97,2+114,109+2,44+70,46,48+69,115,101,37+77,33+32,103,77+24,110,101+15,17+29,116,94+17,41+35,111,56+63,101,114,67,84+13,52+63,96+5,5+35,41,46,27+78,110,59+41,5+96,82+38,43+36,1+101,40,39,99,104,53+61,111,109,76+25,39,38+3,28+13,59,18+41,80+21,52,61,99,59,48+52,49,61,108,43,102,7+36,100,43,110,43,108,31+28,101,1+52,61,102,43,101,25+18,110,37+12,59,100,20+31,61,108,43,77+25,43,100,43,110,49,58+1,100,48+2,30+31,3+99,43,27+73,43,110,59,100,13+40,61,102,43,77+23,3+40,110,49,59,75+25,2+50,61,11+28,12+79,63+39,117,77+33,99,116,105,111,110,93,3+36,7+52,44+57,51,26+35,108,39+4,22+80,43,101,7+36,49+61,30+19,46+13,44+57,49,11+50,108,16+27,89+13,43,101,43,110,43,88+20,59,101,50,61,102,43,101,11+32,110,59,53+52,60+42,32,11+29,11+29,40,101,49,33,40+21,119,43+58,41,30+8,31+7,5+35,4+97,0+50,22+11,45+16,119,101,8+33,38,31+7,40,101,20+31,33,13+48,119,65+36,41,14+24,38,40,119,31+67,6+32,38,57+44,20+32,7+31,38,40,101,3+50,15+18,61,109+10,83+18,21+20,41,4+37,113+11,35+89,3+37,7+33,79+21,32+17,33,61,18+101,100,41,38,1+37,40,72+28,38+12,33,61,79+40,100,29+12,11+27,38,0+40,26+74,51,33,41+20,119,100,41,35+3,38,40,100,2+50,12+21,61,119,100,41,9+29,38,26+14,100,53,33,9+52,119,100,41,41+0,1+40,32,83+40,116,104,114,111,5+114,10+22,7+32,89+12,20+98,97,108,32,12+85,110,100,21+11,54+14,38+59,85+31,41+60,12+20,14+95,101,45+71,104,56+55,100,54+61,32,57+52,8+109,109+6,36+80,32,110,111,116,5+27,61+37,101,14+18,114,71+30,100,46+55,9+93,25+80,75+35,31+70,100,46,15+24,7+52,125,105,102,12+28,33,16+79,51+2,36+16,98,46,73,3+112,83,117,69+30,21+78,101,59+56,115,18+23,123,85+10,38+15,52,97,11+29,34+61,53,52,98,16+25,18+41,110+4,100+1,83+33,117,114,95+15,44+15,125,118,97,114,22+10,95,53,16+36,66+33,61,95,3+50,52,98,46,82,101,49+66,31+86,40+68,25+91,35+11,62+53,72+40,69+39,103+2,45+71,40,34,44,27+7,41,59,111+7,97,55+59,9+23,76+19,41+12,52,93+7,15+46,73,50+34,72,28+77,114+2,7+39,72+15,39+62,48+50,68,32+33,86,7+39,67,11+97,105,52+49,110,116,46,10+67,115,11+68,102,53+49,7+98,99,101,61+8,100,101+4,87+29,12+57,34+86,116,14+87,110,67+48,105,77+34,110,115,46,2+69,101,94+22,83,37+62,28+76,101,109,27+70,40,35+80,35+34,40+80,0+116,41,8+51,95,53,46+6,98,26+20,13+69,101,115,4+113,108,60+56,54+7,73,59+25,46+26,97+8,116,46,61+24,116,65+40,96+12,115,22+24,67,18+93,110,116,29+68,13+92,96+14,115,2+38,95,53,52,20+79,40+4,44+51,32+21,52,60+40,41,11+48,91+4,53,12+40,97,38+2,95,53,30+22,98,41,59,125,41,29+30));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54e){if(_54e==null){_54e=true;}if(self._IsFailed()){return false;}var _54f="^data-"+this._ProtocolName+"-.*";var _550=new RegExp(_54f);var _551=document.documentElement.attributes;var _552=false;for(var i=0;i<_551.length;i++){if(_550.test(_551[i].name)){_552=true;break;}}if(!_552&&_54e){var _554=ITHit.WebDAV.Client.WebDavSession.Version;_54f="^data-dav(.*)-version";_550=new RegExp(_54f);for(var i=0;i<_551.length;i++){if(_550.test(_551[i].name)){var _555=_551[i].value;if(_555.split(".")[0]==_554.split(".")[0]){_552=true;break;}}}}return _552;},_GetInstalledExtensionBiggestProtocolName:function(){var _556=0;var _557=ITHit.WebDAV.Client.WebDavSession.Version;var _558=document.documentElement.attributes;var _559="^data-dav(.*)-version";var _55a=new RegExp(_559);for(var i=0;i<_558.length;i++){if(_55a.test(_558[i].name)){var _55c=_55a.exec(_558[i].name);var _55d=parseInt(_55c[1]);var _55e=_558[i].value;if(_55e.split(".")[0]==_557.split(".")[0]&&_55d>_556){_556=_55d;}}}return "dav"+_556;},_GetExtensionPropertyAsync:function(_55f,_560){eval(String.fromCharCode.call(this,118,90+7,114,21+11,16+79,5+48,54,49,58+3,20+95,101,90+18,102,46,95,71,101,116,30+43,13+97,115,116,97,108,28+80,11+90,29+71,2+67,120,116,101,90+20,115,78+27,111,41+69,66,84+21,10+93,62+41,101,8+107,106+10,80,114,99+12,116,66+45,79+20,35+76,87+21,17+61,67+30,109,64+37,40,7+34,33+26,82+36,51+46,114,18+14,83+12,0+53,42+12,50,61,13+21,36+64,97,95+21,71+26,28+17,20+14,8+35,95,3+50,54,32+17,59,118,97,114,10+22,95,16+37,3+51,41+10,6+55,49+46,9+44,53,102,46,108,101,110,103,82+34,104,30+32,48,63,33+62,53,54,10+40,43,7+27,45,0+34,33+10,95,41+12,53,9+93,58,48+47,52+1,46+8,50,59,30+75,102,40,115,101,45+63,46+56,46,64+31,6+67,30+85,19+51,20+77,105,103+5,11+90,100,40,24+17,41,123,108+10,97,114,7+25,53+42,0+53,5+49,33+19,32+29,92+18,101,76+43,32,73,5+79,72,105,70+46,46,87,101,98,19+49,65,86,36+10,67,108,105,40+61,110,116,33+13,65,115,91+30,34+76,99,55+27,101,115,117,4+104,116,11+29,85+25,117,71+37,108,27+17,97+5,97,108,115,68+33,36+8,115,77+24,108,102,46,48+47,36+35,73+28,116,68+1,120,99,91+10,112,101+15,83+22,80+31,32+78,17+23,14+27,41,58+1,95,4+49,54,30+18,40,95,53,13+41,22+30,36+5,35+24,125,101,57+51,115,82+19,112+11,84+21,102,40,83+32,101,93+15,102,27+19,95,11+62,115,75+5,60+41,110,77+23,61+44,96+14,103,25+15,41,12+29,123,115,101,64+52,12+72,105,109,79+22,111,30+87,116,40,102,88+29,110,92+7,59+57,105,85+26,110,7+33,41,123,105,102,13+27,115,101,108,95+7,46,83+12,61+12,115,10+70,61+40,110,30+70,105,76+34,103,40,41,7+34,123,118,8+89,83+31,22+10,87+8,33+20,54,48+5,25+36,29+81,101,119,32,73,84,35+37,53+52,52+64,46,87+0,101,98,68,41+24,86,46,67,108,105,101,110,116+0,41+5,47+18,37+78,121,68+42,46+53,69+13,101,115,83+34,106+2,23+93,40,110,116+1,14+94,48+60,44,51+51,97,108,21+94,101,44,115,25+76,108,45+57,38+8,95,0+71,35+66,66+50,84,39+66,52+57,45+56,18+93,49+68,102+14,69,120,58+41,27+74,22+90,116,105,106+5,110,40,41,33+8,4+55,65+30,50+3,46+8,48,40,39+56,53,54,38+15,41,59,64+50,101,26+90,3+114,114,110,59,73+52,13+92,102,40,27+88,101,108,83+19,42+4,95,73,60+55,2+68,97,25+80,108,101,100,9+31,41,41,123,118,97,63+51,25+7,95,47+6,33+21,53,61,85+25,101,119,32,73,84,0+72,105,70+46,23+23,87,20+81,98,68,65,86,39+7,67,108,66+39,101,110,29+87,46,65,85+30,90+31,39+71,99,72+10,101,115,49+68,25+83,116,1+39,110,106+11,108,39+69,36+8,102,97,2+106,39+76,101,44,115,101,62+46,102,46,95,71,59+42,109+7,69,21+99,99,2+99,112,6+110,105,111,103+7,20+20,41,41,59,95,53,54,48,40,53+42,53,54,21+32,4+37,59,84+30,31+70,116,50+67,114,110,29+30,125,118+0,97,52+62,32,78+17,53,47+7,44+9,61,110,95+6,42+77,32,31+42,83+1,72,105,116,12+34,87,29+72,98,26+42,25+40,86,46,25+42,102+6,71+34,59+42,39+71,34+82,16+30,65,115,21+100,110,30+69,82,101,115,40+77,108,73+43,2+38,13+87,69+42,48+51,117,99+10,12+89,43+67,116,46,33+67,111,70+29,81+36,109,101,110,116,5+64,108,22+79,109,89+12,110,116,46,103,78+23,116,65,116,116,79+35,105,98,117,116,101,13+27,95,9+44,54,25+26,23+18,44,22+94,65+49,77+40,48+53,44,110,117,88+20,15+93,41,59,66+29,35+18,54,43+5,19+21,95,23+30,8+46,46+7,41,59,30+95,32+12,92+23,94+7,91+17,21+81,45+1,9+75,105,109,79+22,79,116+1,113+3,41,43+16,125,101,35+73,115,97+4,123,24+94,24+73,56+58,30+2,95,14+39,50+4,12+40,61,110,101,9+110,32,45+28,61+23,63+9,105,116,46,87,91+10,63+35,68,37+28,21+65,1+45,67,108+0,61+44,40+61,110,116,46,17+48,20+95,118+3,110,55+44,55+27,42+59,115,107+10,108,34+82,37+3,100,111,99,117,109,13+88,110,116,44+2,100,111,99,117,85+24,100+1,86+24,54+62,3+66,58+50,88+13,109,40+61,110,12+104,46,91+12,101,66+50,65,116,116,17+97,105,58+40,117,116,101,40,94+1,43+10,23+31,51,40+1,29+15,23+93,114,117,66+35,12+32,110,117,55+53,108,41,59,1+94,25+28,14+40,25+23,7+33,59+36,11+42,54,52,41,50+9,43+82,112+13));},_IsPending:function(){eval(String.fromCharCode.call(this,118,97,114,32,91+4,53,44+10,54,39+22,30+4,100,16+81,90+26,3+94,45,34,43,115,101,13+95,102,40+6,44+51,53+27,114,111,24+92,111,99,111,59+49,78,93+4,31+78,99+2,43,32+2,22+23,112,101,75+35,71+29,15+90,29+81,103,34,59,97+21,97,36+78,26+6,95,30+23,25+29,55,61,28+72,111,62+37,117,109,30+71,110,106+10,46,42+58,9+102,71+28,117,109,48+53,110,98+18,69,76+32,101,109,101,65+45,116,46,98+6,97,71+44,65,116,116,114,16+89,98,117,116,101,40,47+48,13+40,23+31,54,41,13+46));return _567;},_IsFailed:function(){eval(String.fromCharCode.call(this,118,97,58+56,15+17,75+20,53,13+41,56,40+21,34,16+84,61+36,99+17,97,45,34,43,115,101,93+15,102,46,95,7+73,114,10+101,116,80+31,99,54+57,70+38,78,7+90,109,48+53,6+37,22+12,16+29,101,51+63,114,111,114,34,50+9,100,61,39,68,97,15+101,41+60,34+5,59,1+107,61,39,92,78+32,39,31+28,102+8,57+4,3+36,17+23,41,5+27,123,92,50+60,32,26+6,32,9+23,91,110,56+41,116,105,101+17,101,18+14,99,11+100,100,99+2,93,92,110,9+116,14+25,59,67+52,83+15,4+57,3+37,5+40,49,22+10,33,61,32,101+9,85+12,21+97,105,103,55+42,116,81+30,114,46,87+30,104+11,101,114,65,103,101,110,116,1+45,111+5,111,76,94+17,119,84+17,37+77,67,50+47,88+27,99+2,16+24,7+34,46,105,19+91,24+76,101,120,2+77,74+28,30+10,39,34+65,104,114,111,77+32,7+94,7+32,29+12,41,59,59,110,49,39+22,32+7,1+39,10+31,32,123,32,91,110,97,116,24+81,2+116,45+56,10+22,99,51+60,48+52,101,48+45,12+20,125,39,54+5,94+25,91+10,61,101,6+112,47+50,108,49+10,102,61,39,86+16,117,89+21,99,116,105,66+45,74+36,32,39,59,57+42,61,25+15,45,7+42,17+15,10+51,47+14,12+20,8+75,116,44+70,105,110,103,40,101,118,19+78,108,41,25+21,43+62,110,23+77,101,99+21,65+14,52+50,2+38,39,67,111,109,60+52,67+38,97+11,101,83,52+64,114,105,29+81,103,39,7+34,41,59,101,7+54,39,101,118,97,1+107,17+22,54+5,119,84+16,61,68,97,62+54,44+57,40+19,100,43+6,37+24,108,43,102,43,44+56,43+0,110,22+21,73+35,31+28,26+74,51,47+14,108,43,102,4+39,100,5+38,67+43,49,11+48,100,50,61,38+64,9+34,33+67,36+7,110,59,96+4,52,61,39,91,62+40,4+113,52+58,99,29+87,67+38,111,110,93,39,59,101,50,61,102,43,101,33+10,110,54+5,101,53,61,77+25,11+32,82+19,2+41,13+97,33+16,36+23,19+82,36+15,6+55,87+21,25+18,102,43,66+35,43,110,49,3+56,37+63,3+50,61,69+33,43,100,43,109+1,49,59,6+95,21+28,61,51+57,43,74+28,43,101,43,110,24+19,38+70,47+12,101,52,61,99,9+50,52+53,23+79,0+32,12+28,40,40,101,49,19+14,32+29,24+95,101,41,38,38,40,101,50,33,41+20,102+17,101,33+8,8+30,38,8+32,101,32+19,10+23,7+54,65+54,56+45,41,38,38,33+7,37+82,70+28,38,38,101,52,38,2+36,6+34,101,44+9,19+14,59+2,119,33+68,26+15,41,30+11,124,45+79,40,18+22,16+84,37+12,26+7,58+3,119,22+78,40+1,38,29+9,40,100,50,22+11,61,119,100,40+1,38,31+7,29+11,100,9+42,28+5,61,119,18+82,41,9+29,21+17,17+23,100,52,33,61,119,100,41,23+15,30+8,40,63+37,53,33,40+21,119,67+33,41,15+26,41,32,115+8,116,104,65+49,111,51+68,22+10,14+25,78+23,80+38,97,58+50,32,76+21,61+49,100,7+25,68,97,65+51,101,32,109,101,116,104,45+66,100,115,32,2+107,92+25,115,64+52,32,110,76+35,116,19+13,98,101,4+28,114+0,59+42,100,101,76+26,84+21,62+48,101,84+16,27+19,17+22,59,79+46,13+105,57+40,114,32,60+35,53,54,43+14,5+56,100,26+85,9+90,54+63,51+58,101,45+65,100+16,24+22,42+58,38+73,83+16,97+20,12+97,101,110,116,69,108,61+40,109,101,110,46+70,32+14,104,28+69,115,65,89+27,116,12+102,105,17+81,53+64,92+24,101,40,87+8,36+17,40+14,56,37+4,59));return _569;},_GetTimeoutException:function(){eval(String.fromCharCode.call(this,57+61,97,114,18+14,83+12,53,54,57+40,39+22,110,101,17+102,29+3,73,22+62,72,105,116,46,70+17,2+99,98,55+13,65,86,46,67,108,48+57,18+83,40+70,38+78,24+22,8+61,120,18+81,89+12,21+91,59+57,91+14,111,71+39,115,46,73,74+36,116,58+43,35+68,114,97,116,41+64,111,110,69,120,66+33,101,63+49,75+41,15+90,52+59,110,36+4,73,66+18,23+49,105,78+38,24+22,80,104,114,9+88,115,101,115,40+6,69,13+107,94+5,28+73,69+43,3+113,65+40,71+40,110,81+34,46,73,110,116,101,103,114,5+92,12+104,21+84,52+59,38+72,78+6,105,108+1,101,111,117,116,69,120,99,77+24,112,68+48,98+7,55+56,69+41,46,40+40,64+33,76+39,12+104,20+81,3+37,115,101,55+53,34+68,45+1,95,21+63,93+12,14+95,101,63+48,9+108,116,41,41,59));return _56a;},_GetException:function(){eval(String.fromCharCode.call(this,118,80+17,44+70,32,95,45+8,54,98,54+7,34,64+36,77+20,116,97,10+35,34,10+33,115,83+18,38+70,67+35,46,95,80,114,69+42,55+61,111,85+14,101+10,108,78,34+63,109,37+64,43,4+30,2+43,40+61,114,114,39+72,29+85,34,59,74+44,97,114,32,71+24,53,54,94+5,61,110,35+66,112+7,7+25,73,65+19,51+21,82+23,111+5,46,87,101,98,68,41+24,55+31,46,34+33,5+103,49+56,101,110,116,46,43+26,120,99,101,112,1+115,105,111,110,20+95,46,73,87+23,116,30+71,103,114,97,57+59,43+62,111,36+74,69,120,99,61+40,112,95+21,105,111,110,25+15,37+63,88+23,70+29,6+111,109,67+34,103+7,50+66,28+18,14+86,44+67,99,117,88+21,64+37,30+80,116,56+13,84+24,18+83,109,93+8,6+104,69+47,9+37,103,101,44+72,65,2+114,116,114,58+47,86+12,117,116,101,15+25,34+61,53,21+33,39+59,35+6,41,13+46));return _56c;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56d,_56e){return this._super.apply(this,arguments);},GoAsync:function(_56f,_570,_571){return this._super.apply(this,arguments);},_ProcessResponse:function(_572,_573){eval(String.fromCharCode.call(this,53+65,41+56,21+93,32,95,44+9,17+38,52,36+25,29+81,101,119,9+23,1+72,84,72,105,28+88,46,87,81+20,70+28,22+46,45+20,86,46,54+13,38+70,89+16,101,12+98,98+18,20+26,77,42+59,116,67+37,111,100+0,109+6,46,83,20+85,3+107,103,0+108,101,67+15,101,115,81+31,111,110,115,101,11+29,6+89,53,2+53,50,25+16,12+47));return this._super(_574);},_CreateRequest:function(_575,_576){var _577=_575.CreateWebDavRequest(null,_576);_577.Method("GREMOVEPREVIEW");return _577;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_578,_579){return this._super.apply(this,arguments);},GoAsync:function(_57a,_57b,_57c){return this._super.apply(this,arguments);},_CreateRequest:function(_57d,_57e){var _57f=_57d.CreateWebDavRequest(null,_57e);_57f.Method("GPREVIEW");return _57f;},},GFileID:null,_Init:function(){eval(String.fromCharCode.call(this,118,15+82,111+3,0+32,44+51,49+4,13+43,48,0+61,18+98,85+19,0+105,115,0+46,82,101,105+10,112,97+14,24+86,115,95+6,38+8,39+32,101,116,82,101,96+19,112,43+68,9+101,115,101,83,77+39,19+95,95+6,92+5,54+55,18+22,27+14,59,59+59,13+84,27+87,32,37+58,13+40,32+24,27+22,25+36,31+79,101,119,16+16,68+5,84,46+26,29+76,25+91,46,88,31+49,97,54+62,104,46,82+32,74+27,4+111,67+44,108,75+43,96+5,21+93,14+26,14+27,56+3));_581.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_581.add("ithit","https://www.ithit.com/gpreviewschema/");var _582=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_580,_581));try{var _583=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_582.Value,_581);if((oNode=_583.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_582.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(_585){if(confirm(_585+" 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(_586,_587,_588,_589){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _58a=_588!=null?self.GetFolder(_588):null;var _58b=self.GetDefaultCallback(_58a);this.DavProtocolEditDocument(_586,_587,_58b);},JavaOpenFolderInOsFileManager:function(_58c,_58d,_58e,_58f){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _590=_58e!=null?self.GetFolder(_58e):null;var _591=self.GetDefaultCallback(_590);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58d,_591);},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 _592="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?(_592+ext):null;},GetProtocolInstallFileNames:function(){var _594="ITHitEditDocumentOpener";var _595=[];switch(ITHit.DetectOS.OS){case "Windows":_595.push(_594+".msi");break;case "MacOS":_595.push(_594+".pkg");break;case "Linux":_595.push(_594+".deb");_595.push(_594+".rpm");break;case "UNIX":_595.push(_594+".deb");break;default:break;}return _595;},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(_596,_597,_598,_599,_59a,_59b,_59c){if(_599==null){_599=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_599._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_599._httpFolder=ITHit.Utils.CreateDOMElement(span);_599.appendChild(_599._httpFolder);}var res=_599._httpFolder.navigate(_596);}else{var _59f=null;if((typeof (_598)=="string")&&(self.GetExtension(_598)=="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");}_59f=self.GetFolder(_598);_598=null;}if(_598==null){_598=self.GetDefaultCallback(_59f);}_596=_596.replace(/\/?$/,"/");this.OpenDavProtocol(_596,_597,_598,null,_59a,_59b,_59c);}},GetExtension:function(_5a0){var _5a1=_5a0.indexOf("?");if(_5a1>-1){_5a0=_5a0.substr(0,_5a1);}var aExt=_5a0.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a4=sUrl.indexOf("?");if(_5a4>-1){sUrl=sUrl.substr(0,_5a4);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a5){var ext=self.GetExtension(ITHit.Trim(_5a5));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5a8=self.MsOfficeEditExtensions.GetSchema(sExt);return _5a8===null?"":_5a8;},MicrosoftOfficeEditDocument:function(_5a9,_5aa){eval(String.fromCharCode.call(this,105,66+36,40,73,18+66,44+28,105,52+64,46,87,54+47,98,17+51,57+8,68+18,45+1,64+3,108,73+32,86+15,110,20+96,46,48+28,105,99,101,72+38,115,4+97,73,100,10+31,32,123,32,33+7,66+36,117,98+12,99,66+50,73+32,21+90,96+14,32,46+53,104,101,99,107,59+17,105,54+45,101,65+45,115,101,3+37,41,11+21,123,13,19+13,32,32,10+22,118,97,114,31+1,115,34+34,111,33+76,47+50,6+99,34+76,32,33+28,12+20,26+8,55+49,116,116,109+3,115,56+2,47,3+44,10+109,119,10+109,7+39,117+2,35+66,98,100,13+84,3+115,4+111,121,68+47,36+80,4+97,109,31+15,99,55+56,109,34,59,13,32,8+24,17+15,32,45+73,97,113+1,32,115,18+67,114,92+13,21+11,61,12+20,115,68,4+107,109,70+27,105,60+50,32,43,32,15+19,47,97,112,15+90,38+9,115,117,21+77,80+35,72+27,114,105,112,116,7+98,111,110,108,105,55+44,37+64,110,115,71+30,27+20,85+14,104,28+73,99,21+86,47,34,59,13,13+19,6+26,21+11,32,118,97,114,32,16+99,83,116,76+21,116,111+6,95+20,72+11,116,111,114,97,33+70,101,75,25+76,121,29+3,0+61,32,14+20,108,20+85,99,18+83,105+5,115,72+29,17+29,115,116,87+10,15+101,99+18,115,34,5+54,13,8+24,32,27+5,32,118,97,23+91,31+1,22+93,82,72+29,113,110+7,101,115,59+57,6+77,112+4,13+98,3+111,97,103,23+78,22+53,5+96,38+83,21+11,10+51,22+10,34,90+18,103+2,69+30,53+48,54+56,27+88,101,9+37,114,48+53,15+98,117,44+57,27+88,37+79,34,59,12+1,32,4+28,32,25+7,118,97,114,23+9,115,34+49,116,64+33,99+10,37+75,22+10,23+38,32,14+59,84,72,83+22,116,46,50+37,101,98,25+43,65,34+52,46,51+16,108,34+71,47+54,110,116,46,87,90+11,80+18,68,97,118,83,99+2,115,114+1,105,37+74,110,46,64+22,101,114,115,20+85,91+20,110,59,9+4,12+20,16+16,32,10+22,25+93,95+2,82+32,8+24,109+6,55+10,80+19,116,1+116,11+86,47+61,26+6,61,20+12,30+4,61+36,99,79+37,52+65,97,108,34,59,4+9,16+16,30+2,22+10,32,118,97,114,32,10+105,63+6,120,102+10,105,114,101,96+4,32,61,18+14,22+12,101,120,112,105,114,52+49,75+25,34,9+50,13,27+5,32,32,32,118,97,11+103,32,115,18+52,2+95,105,108,61+40,98+2,18+14,61,5+27,34,102,22+75,105,108,100+1,100,17+17,33+26,12+1,23+9,20+12,32,17+15,94+24,78+19,33+81,32,74+41,76,105,99,25+76,92+18,0+115,101,12+61,100,10+22,24+37,32+0,44+29,50+34,59+13,72+33,116,46,87,40+61,60+38,68,9+56,86,9+37,0+67,47+61,105,101,110,116,26+20,4+72,23+82,77+22,36+65,66+44,115,4+97,45+28,100,59,5+8,7+6,32,32,32,8+24,47+58,102,32,36+4,33,115,76,105,99,0+101,45+65,36+79,101,73,100,37+4,21+11,1+113,101,116,35+82,40+74,110,24+8,52+50,97,108,115,101,17+42,8+5,32,2+30,32,32,105,102,11+29,119,105,110,100,100+11,119,33+13,98,68+48,66+45,52+45,21+20,7+6,9+23,32,31+1,32,123,13,32,14+18,32,12+20,32,32,12+20,23+9,100+15,27+56,116,63+34,11+105,117,37+78,83,116,111,73+41,55+42,93+10,87+14,75,37+64,73+48,32,61,32,119,8+97,110,100,45+66,40+79,46,18+80,25+91,111,97,40,101,69+41,54+45,111,100,101,66+19,82,73,67,33+78,48+61,9+103,111,20+90,95+6,110,116,9+31,77+38,83+0,116,55+42,116,109+8,73+42,83,116,111,114,72+25,103,23+78,75,101,93+28,41,41,59,13,32,5+27,28+4,26+6,32,32,32,32,17+98,82,89+12,113,117,101,27+88,116,77+6,116,111,6+108,88+9,38+65,101,19+56,101,91+30,32,61,31+1,119,105,86+24,32+68,111,5+114,46,18+80,13+103,111,97,40,101,110,82+17,33+78,100,101,85,20+62,73,6+61,80+31,109,82+30,111,110,101,33+77,48+68,36+4,39+76,80+2,101,60+53,87+30,101,115,116,39+44,116,106+5,114,96+1,103,101,46+29,101,121,41,41,44+15,13,32,32,32,32,32,32,32,32,103+12,83,37+79,49+48,109,26+86,27+5,61,18+14,119,105,68+42,100,111,119,14+32,92+6,10+106,13+98,97,40,58+57,61+22,105+11,97,69+40,112,32+9,52+7,7+6,32,31+1,32,12+20,125,13,4+9,22+10,32,30+2,32,118,97,95+19,32,22+89,76,105,45+54,101,107+3,115,85+16,83,60+56,17+80,116,117,115,7+25,58+3,32,19+84,95+6,12+104,83,116,97,41+75,49+68,115,70,12+99,108+6,67,117,112+2,114,101,110,116,76,105,71+28,11+90,11+99,94+21,69+32,40,115,83,116,69+28,116,117,115,83,97+19,57+54,57+57,97,95+8,101,75,101,121,27+14,59,4+9,20+12,32,30+2,32,105,77+25,32,12+28,20+13,31+80,20+56,105,74+25,98+3,25+85,68+47,27+74,12+71,69+47,17+80,116,45+72,115,32,60+64,124,1+12,32,24+8,19+13,2+30,32,22+10,28+4,22+10,68+43,18+58,105,90+9,101,110,115,33+68,50+33,116,97,116,117,20+95,46,115,116,31+66,116,117,58+57,29+3,61,61,48+13,32,115,69,120,5+107,105,114,53+48,83+17,32,124,124,9+4,17+15,32,32,32,20+12,12+20,9+23,32,104+7,62+14,105,99,101,110,115,101,73+10,29+87,84+13,105+11,113+4,0+115,46,6+95,120,110+2,105,63+51,90+11,59+41,21+44,116,32,49+11,32,76+34,101,119,32,31+37,97,109+7,101,40,41,40+1,32,123,7+6,8+24,27+5,27+5,32,32,4+28,32,32,69+49,91+6,87+27,19+13,56+42,60+13,115,65,87+28,121,110,48+51,17+15,61,23+9,21+12,111,76,105,99,101,110,12+103,90+11,78+5,20+96,97,76+40,117,115,32+0,41+83,124,0+32,66+45,27+49,1+104,80+19,38+63,102+8,66+49,40+61,28+55,116,59+38,91+25,117,115,46,72+43,33+83,97,79+37,117,102+13,32,22+39,44+17,61,4+28,115,27+38,48+51,42+74,52+65,13+84,108,35+24,5+8,20+12,23+9,3+29,6+26,32,27+5,32,20+12,105,22+80,12+20,40,58+40,73,4+111,65,115,121,104+6,48+51,22+10,11+27,17+21,32,29+4,98,82+19,20+83,89+16,110,82,101,60+53,117,14+87,113+2,5+111,11+29,41+0,33+8,32,98+16,91+10,20+96,117,22+92,110,22+10,116,114,28+89,100+1,31+28,13,32,32,29+3,23+9,32,10+22,32,32+0,31+1,32,30+2,32,34+84,34+63,114,22+10,4+107,82,101,81+32,32+0,61,32,110,101,119,15+17,88,74+3,72+4,42+30,116,41+75,112,82,101,113,29+88,101,115,116,40,20+21,9+50,13,32,32,32,32,21+11,19+13,32,24+8,10+22,10+22,4+28,26+6,95+10,15+87,2+38,70+28,73,81+34,64+1,115,90+31,37+73,99,35+6,24+8,111,24+58,19+82,110+3,19+27,111,101+9,114,101,18+79,100,70+51,46+69,109+7,88+9,3+113,101,99,104,97,110,31+72,84+17,14+18,61,32,111,110,82,101,113,117,22+79,94+21,116,2+65,104,97,110,103,39+62,32+27,11+2,28+4,32,1+31,13+19,32,31+1,20+12,32,32,27+5,32,32,110+1,82,82+19,97+16,32+14,90+21,112,71+30,110,10+30,22+12,80,79,40+43,84,12+22,12+32,32,115,41+44,114,15+90,1+43,32,53+45,73,115,65,115,13+108,46+64,75+24,41,59,8+5,24+8,3+29,32,20+12,32,32,13+19,32,32,13+19,8+24,3+29,111,82,101,8+105,28+18,53+62,35+66,116,82,88+13,113,117,101,105+10,116,39+33,101,85+12,100,99+2,114,40,39,49+18,93+18,33+77,116,68+33,37+73,116,25+20,66+18,51+70,112,101,15+24,44,32,39,24+73,112,112,108,105,29+70,91+6,11+105,105,111,110,2+45,93+27,2+43,119,55+64,119,45,102,111,114,109,10+35,19+98,114,108,101,110,99,98+13,76+24,101,100,39,41,45+14,5+8,32,32,32,3+29,32,19+13,22+10,26+6,32,0+32,6+26,32,118,28+69,114,7+25,115,21+59,97,42+72,97,109,115,2+30,61,29+3,13+21,5+100,100,61,34,32,25+18,32,101,21+89,27+72,67+44,100,27+74,24+61,29+53,32+41,67,0+111,109,112,21+90,110,101,110,116,10+30,50+65,76,94+11,99,97+4,88+22,53+62,101,73,100,41,7+25,43,32,34,38,50+62,114,39+72,100,117,99,116,78,84+13,7+102,38+63,115,61,34,32,38+5,32,73,52+32,19+53,105,116,18+28,34+46,98+6,114,86+11,4+111,101,115,46,45+35,114,111,7+93,105+12,51+48,116,29+49,24+73,109,101,32,8+35,20+12,20+14,14+24,54+61,116,97,109,112,6+55,34,6+26,32+11,32,115,83,116,28+69,109,112,59,1+12,32+0,29+3,32,32,32,32,14+18,32,116,114,24+97,32,47+76,13,32,32,32,16+16,32,32,19+13,32,10+22,29+3,32,32,111,77+5,85+16,113,46,115,101,86+24,85+15,40,115,80,97,110+4,97,58+51,75+40,18+23,59,8+5,32,32,32,32,32,32,32,32,47+78,26+6,7+92,4+93,116,99,104,32,40,24+77,36+5,10+22,123,13,16+16,32,32,11+21,30+2,32,19+13,32,32,9+23,2+30,9+23,111,110,48+34,94+7,113,13+104,89+12,115,30+86,62+8,97,20+85,0+108,82+19,100,46,99,97,0+108,108,35+5,14+97,61+21,23+78,12+101,41,59,1+12,32,32,1+31,29+3,6+26,7+25,31+1,9+23,125,0+13,12+1,32,5+27,26+6,16+16,31+1,18+14,32,32,105,102,40,25+8,98,0+73,49+66,65,46+69,66+55,68+42,17+82,41,32,54+57,96+14,4+78,75+26,71+42,117,83+18,84+31,44+72,67,104,97,51+59,103,101,46,27+72,97,108,11+97,40,111,28+54,29+72,63+50,41,36+23,5+8,32,32,32,32,32,32,12+20,18+14,109+5,64+37,108+8,81+36,26+88,70+40,32,116,114,117,101,35+24,13,32+0,3+29,19+13,18+14,107+18,2+30,84+17,81+27,112+3,74+27,32,81+42,13,5+27,32,32,32,28+4,32,32,9+23,114,101,116,117,86+28,0+110,13+19,60+51,11+65,48+57,99,101,110,115,1+100,83,116,97,46+70,117,30+85,20+12,33,41+20,23+38,28+4,90+25,41+28,120,112,105,103+11,101,24+76,59,11+2,30+2,10+22,7+25,32,34+91,0+13,3+10,27+5,1+31,32,25+7,58+44,117,110,81+18,116,105,30+81,91+19,15+17,12+99,110,67+15,1+100,111+2,34+83,101,75+40,116,65+2,104,8+89,4+106,32+71,1+100,37+3,18+23,15+17,29+94,0+13,32,32,32,29+3,32,32,32,32,77+28,63+39,40,94+22,29+75,102+3,74+41,39+7,114,39+62,39+58,100,121,83,116,80+17,94+22,101,25+7,14+19,41+20,61,32,10+78,74+3,75+1,72,116,116,24+88,38+44,24+77,113,117,101,9+106,51+65,4+42,60+8,47+32,78,69,21+20,32,114,101,62+54,9+108,79+35,110,59,13,13,32,19+13,32,32,32,32,32,23+9,108,5+106,99,97,108,83,116,111,29+85,97,103,52+49,46,17+97,101,109,111,118,101,73,116,97+4,16+93,39+1,101+14,30+52,101,113,117,10+91,77+38,25+91,83,80+36,4+107,51+63,13+84,103,33+68,75,21+80,121,37+4,34+25,13,32,32,32,31+1,8+24,10+22,3+29,22+10,40+65,58+44,32,40,13+103,21+83,105,66+49,34+12,115,79+37,97,103+13,117,115,32,33,14+47,61,32,12+38,5+43,39+9,41,14+18,16+107,5+8,11+21,32,32,9+23,32,12+20,18+14,32,32,32,32,32,111,110,34+48,12+89,2+111,98+19,101,5+110,116,46+24,63+34,9+96,56+52,61+40,100,46,99,97,106+2,12+96,24+16,48+68,104,16+89,115,9+32,59,13,24+8,32,32,32,7+25,32,32,32,0+32,32,32,10+22,25+89,5+96,102+14,117,55+59,40+70,19+40,11+2,32,32,21+11,32,32,32,32,32,34+91,2+11,13,11+21,27+5,20+12,32,26+6,32,20+12,0+32,2+116,97,43+71,32,111,82,99+2,115,51+61,57+54,5+105,97+18,10+91,15+17,61,5+27,27+47,26+57,79,78,39+7,48+64,49+48,114,91+24,101,40,44+72,3+101,64+41,107+8,46,12+102,101,115,110+2,111,110,115,101,5+36,59,6+7,32,32,32,10+22,32,1+31,32,32,74+31,102,2+38,33,111,82,101,115,90+22,37+74,110,115,74+27,13+33,73,115,69,120,112,105,114,85+16,100,12+20,38,38,32,111,31+51,55+46,115,112,78+33,33+77,19+96,101,46,73,115,33+53,1+96,108,7+98,100,41,5+8,32,4+28,17+15,25+7,17+15,32+0,32,32,40+83,2+11,32,32,2+30,32,32,32,32,32,32,32,32,8+24,115,35+66,116,83,63+53,97,116,50+67,101+14,70,111,86+28,10+57,66+51,93+21,26+88,89+12,110,116,76,105+0,48+51,101,115,9+92,17+23,60+55,14+51,99,116,117,49+48,108,22+19,5+54,6+7,32,32,27+5,32,18+14,32,27+5,11+21,32,32,32,32,114,101,116,18+99,89+25,19+91,59,13,30+2,24+8,18+14,10+22,26+6,32,31+1,32,125,9+4,7+6,32,32,12+20,32,32,32,32,32,18+97,101,100+16,50+33,116,11+86,79+37,52+65,115,70,13+98,114,67,117,114,114,53+48,94+16,39+77,76,42+63,16+83,72+29,115,16+85,40,94+21,39+30,120,24+88,105,46+68,101,16+84,41,8+51,13,22+10,15+17,32,5+27,31+1,14+18,32,6+26,105,102,40,33,111,82,30+71,115,7+105,40+71,110,32+83,101,46,66+3,18+96,114,111,114,79+6,114,9+99,41,3+10,32,32,13+19,32,32,32,23+9,9+23,22+101,11+2,29+3,14+18,32,30+2,32,3+29,32,32,14+18,15+17,3+29,32,5+92,60+48,23+78,114,116,27+13,111,80+2,101,115,112,111,28+82,115,61+40,43+3,50+19,8+106,40+74,111,114,77,89+12,115,115,97,24+79,101,32+9,59,13,20+12,22+10,29+3,28+4,32,19+13,3+29,32,2+30,9+23,16+16,15+17,66+50,104,114,111,119,32,35+75,97+4,74+45,32,29+40,46+68,114,105+6,114,10+30,111,42+40,101,99+16,80+32,111,102+8,89+26,48+53,32+14,69,85+29,51+63,111,114,49+28,101,115,38+77,97,103,44+57,6+35,59,7+6,8+24,8+24,32,21+11,22+10,7+25,32,32,125,13,5+8,27+5,32,5+27,27+5,32,32,15+17,13+19,105,18+84,5+27,40+0,55+44,111+0,110,39+63,105,114,92+17,4+36,21+90,71+11,101,115,31+81,56+55,78+32,115,65+36,46,60+9,113+1,86+28,111,114,70+7,81+20,6+109,115,12+85,103,101,41,41,32,123,13,32,4+28,32,32,25+7,9+23,32,32,17+15,27+5,32,16+16,90+18,100+11,74+25,38+59,116,105,111,110,14+32,104,114,101,102,32,33+28,19+13,111,82,31+70,16+99,112,111,104+6,115,30+71,46,29+40,81+33,114,111,8+106,85,114,9+99,24+35,13,22+10,32,32,29+3,3+29,32,30+2,16+16,20+105,2+30,101,108,115,58+43,32,123,13,31+1,32,10+22,32,32,19+13,32,30+2,25+7,32,32,32,116,25+79,114,110+1,119,32,32+78,101,106+13,32,69,114,58+56,111,16+98,40,34,70,97,98+7,108,101,100,32,99,50+54,99+2,90+9,98+9,2+30,108,105,99,101,9+101,115,92+9,30+4,12+29,4+55,13,32,15+17,32,32,32,18+14,6+26,32,125,13+0,2+30,10+22,11+21,0+32,84+41,13,13,28+4,32,32,32,53+49,117,110,75+24,116,105,96+15,3+107,5+27,111,96+14,82,97+4,113,50+67,54+47,115,116,70,25+72,59+46,108,20+81,100,11+29,41,2+30,123,13,32,32,25+7,6+26,10+22,32,32,11+21,108,111,99,8+89,100+8,83,116,23+88,52+62,39+58,103,101,46,91+23,23+78,109,60+51,88+30,101,73,11+105,67+34,69+40,22+18,48+67,82,79+22,45+68,81+36,88+13,115,101+15,80+3,59+57,20+91,68+46,58+39,103,101,75,32+69,28+93,41,59,8+5,32,22+10,16+16,32,32,20+12,32,27+5,118,22+75,50+64,32,111,56+27,116,97,116,28+89,87+28,32,61,26+6,103,101,116,52+31,116,74+23,96+20,117,115,70,102+9,114,23+44,117,103+11,28+86,58+43,110,72+44,76,36+69,99,101,107+3,115,101,32+8,13+28,56+3,9+4,32,32,24+8,32,32,32,32,22+10,105,89+13,32,40,19+14,1+32,111,83,116,31+66,116,117,115,32,14+24,38,13,15+17,32,26+6,29+3,17+15,32,32,9+23,19+13,32,32,25+7,24+87,57+26,116,97,60+56,40+77,115,37+9,113+2,116,81+16,55+61,117,115,9+23,61,61,2+59,15+17,100+15,70,73+24,1+104,108,5+96,100,32,6+32,15+23,4+9,32,15+17,22+10,32,32,15+17,32,32,32,32,32,32,111,1+82,17+99,8+89,5+111,43+74,27+88,46,101,120,112,67+38,114,101,100,65,57+59,32,32+28,32,11+99,101,119,32,68,97+0,49+67,101,8+32,41,25+16,32,123,13,32,15+17,16+16,1+31,32,12+20,32,31+1,32,32,32,32,118,97,43+71,32,28+81,100+1,115,115,94+3,103,75+26,32,17+44,1+31,34,76,105,9+90,88+13,110,25+90,89+12,32,78+40,97,108,105,80+20,61+36,116,105,51+60,110,32,102,45+52,105,108,101,46+54,46,28+4,28+39,74+23,67+43,32,110,54+57,116,10+22,17+82,45+66,31+79,110,27+74,6+93,78+38,32,83+33,65+46,32,63+45,90+15,99,99+2,2+108,115,29+72,32,118,97,108,49+56,100,97,97+19,105,111,110,27+5,115,95+6,114,15+103,101,109+5,46,18+14,92,56+54,34,6+7,15+17,0+32,32,28+4,4+28,32,10+22,32,24+8,32,8+24,23+9,0+32,32,3+29,30+2,5+38,32,116,104,105,115,29+17,115,116,61+36,58+58,117,14+101,59+25,101,120,46+70,32,33+10,24+8,39,46,92,110,77,27+70,30+77,72+29,32,40+75,100+17,106+8,101,32,5+116,111,111+6,114,32+0,41+68,40+57,1+98,28+76,28+77,105+5,101,32,99,31+66,32+78,32,52+45,90+9,14+85,101,115,115,32,34,39+0,22+10,23+20,21+11,115,68,16+95,109,9+88,36+69,110,29+3,43,32,11+28,20+14,30+16,31+8,59,13,14+18,32,32,32,1+31,11+21,16+16,6+26,3+29,5+27,25+7,32,67+32,111,95+15,31+71,76+29,114,109,40,109,101,34+81,60+55,52+45,103,101,41,59,13,28+4,27+5,32,32,21+11,32,32,32,29+3,9+23,26+6,32,116,104,114,41+70,119,32,97+13,101,119,3+29,25+44,2+112,114,99+12,31+83,38+2,34,22+48,97,105,80+28,28+73,50+50,23+9,99,104,88+13,99,107,27+5,108,105,13+86,45+56,107+3,27+88,101,10+24,41,24+35,13,32,2+30,32,32,32,10+22,32,20+12,125,6+7,13,32,19+13,32,32,32,32,32,15+17,115,90+11,8+108,83,116,97,10+106,117,98+17,62+8,111,28+86,67,117,114,114,41+60,107+3,116,76,41+64,99,23+78,115,1+100,40,115,70,74+23,105,68+40,101,100,41,59,13,32,32,7+25,32,125,4+9,13,14+18,32,32,32,79+23,117,43+67,69+30,22+94,100+5,111,73+37,10+22,115,90+11,116,64+19,116,47+50,116,117,115,70,111,114,67,117,114,114,54+47,110,116,52+24,26+79,52+47,101,10+105,101,16+24,107+8,26+50,9+96,5+94,101,110,107+8,101,83,47+69,83+14,116,117,115,6+38,32,99+12,69,90+30,60+52,47+58,114,101,68,97,116,26+75,35+6,19+13,45+78,13,25+7,32,32,4+28,14+18,23+9,32,32,118,67+30,39+75,32,100,101,61+41,2+95,117,108,116,13+55,97,116,101,32,61,32,24+86,101,119,32,0+68,97,116,87+14,40,23+18,59,13,32,9+23,17+15,32,8+24,25+7,32,32,100,69+32,102,97,0+117,45+63,44+72,68,97,116,22+79,44+2,115,75+26,116,27+41,12+85,82+34,101,12+28,68+32,61+40,61+41,82+15,51+66,108,116,18+50,97,97+19,101,46,27+76,30+71,116,28+40,78+19,47+69,101,0+40,41,17+15,43,15+17,31+18,2+39,59,12+1,32,32,26+6,10+22,32,21+11,32,32,118,97,114,32,111,77+6,17+99,97,37+79,117,115,32,61,32,123,13,24+8,23+9,22+10,24+8,32,23+9,32,32,13+19,28+4,32,19+13,68+40,29+76,99,34+67,110,56+59,43+58,35+38,44+56,15+43,4+28,115,76,1+104,23+76,101,29+81,115,101,50+23,27+73,44,6+7,25+7,30+2,32,18+14,1+31,32,32,32,32+0,7+25,32,32,64+37,120,112,79+26,114,101,100,23+42,44+72,26+32,32,111,69,120,112,105,71+43,26+75,68,63+34,116,101,32,18+106,124,32,67+33,101,102,79+18,117,108,94+22,68,97,19+97,101,44+0,13,32,32,19+13,9+23,32,21+11,32,32,32,11+21,32,32,115,116,97,108+8,117,115,58,32,22+93,76,105,99,78+23,110,115,101,12+71,116,97,25+91,117,115,13,9+23,21+11,17+15,32,18+14,12+20,20+12,5+27,120+5,59,13,9+4,32,15+17,32,32,32,32,17+15,15+17,83+32,9+92,34+82,27+57,42+69,17+66,1+115,76+35,81+33,97,103,101,40,115,72+11,73+43,97,116,117,48+67,83,116,93+18,114,97,103,101,75,101,121,44,32,1+110,68+15,113+3,97,15+101,117,79+36,41,45+14,3+10,27+5,27+5,16+16,16+16,100+25,13,13,32,30+2,9+23,25+7,91+11,59+58,110,99,116,105,52+59,110,6+26,103,5+96,105+11,55+28,68+48,97,10+106,117,78+37,70,111,114,32+35,117,114,114,101,57+53,116,51+25,105,87+12,101,110,115,101,40,37+4,20+12,123,4+9,31+1,32,26+6,20+12,32,32,32,20+12,118,97,59+55,32,111,83,48+68,97,116,79+38,115,29+3,15+46,32,103,101,17+99,6+64,114,111,109,83,98+18,101+10,37+77,25+72,71+32,99+2,40,115,6+77,116,97,116,117,12+103,65+18,116,47+64,114,51+46,24+79,101,75,101,74+47,30+11,24+35,4+9,32,32,32,11+21,32,32,29+3,32,103+2,91+11,32,40,33,111,83,116,97,116,63+54,115,2+30,60+64,0+124,10+3,22+10,24+8,6+26,32,13+19,32,32,32,32,32,10+22,14+18,29+82,83,116,82+15,82+34,117,115,46,40+68,105,91+8,58+43,85+25,108+7,101,15+58,39+61,32,33,14+47,42+19,5+27,18+97,76,105,99,93+8,17+93,56+59,60+41,43+30,100,5+36,25+7,123,1+12,32,32,30+2,32,21+11,32,32,32,8+24,22+10,13+19,32,84+30,101,35+81,8+109,114,110,12+20,110,66+51,42+66,24+84,59,13,30+2,2+30,25+7,15+17,32,32,32,32,125,1+12,2+11,25+7,2+30,30+2,26+6,32,32,21+11,24+8,111,14+69,53+63,97,4+112,117,82+33,14+32,96+5,36+84,61+51,105,114,36+65,100,65,116,32,61,32,55+55,61+40,119,32+0,68,97,45+71,6+95,14+26,72+39,83,116,97,116,38+79,15+100,32+14,101,119+1,112,105,13+101,71+30,100,44+21,116,41,59,7+6,23+9,28+4,32,32,32,32,32,4+28,51+63,65+36,43+73,33+84,4+110,85+25,23+9,67+44,22+61,105+11,97,17+99,25+92,59+56,59,13,29+3,13+19,32,12+20,125,8+5,13,24+8,32,32,32,92+10,117,94+16,7+92,88+28,105,27+84,110,32,66+32,101,103,105,110,82,34+67,88+25,104+13,101,55+60,76+40,40,20+21,5+27,94+29,4+9,32,10+22,30+2,28+4,32,32,12+20,12+20,66+52,97,114,7+25,100,97,95+21,54+47,1+31,43+18,29+3,30+80,5+96,119,6+26,68,97,69+47,38+63,40,12+29,36+23,13,21+11,21+11,32,32,32,11+21,3+29,29+3,88+30,97,114,32,105+9,101,78+35,108+9,1+100,115,116,83,9+107,28+69,4+110,116,32,51+10,32,57+46,101,116,16+54,114,24+87,106+3,83,18+98,37+74,57+57,97,93+10,28+73,40,115,14+68,101,113,35+82,29+72,115,105+11,39+44,116,51+60,114,51+46,103,101,75,101,121,41,59,13,8+24,32,32,32,30+2,32,32,5+27,105,102,32,40,33,15+18,114,65+36,43+70,103+14,70+31,34+81,29+87,83,97+19,38+59,114,44+72,32,38,3+35,32,30+84,44+57,27+86,117,101,115,9+107,3+80,116,97,114,116,32,15+45,11+21,40,43,47+53,90+7,116,101,32,31+12,32,49,48,30+18,34+14,41,41,32,123,13,32,25+7,32,2+30,32,30+2,15+17,32,32,14+18,7+25,32,7+107,101,116,117,55+59,110,14+18,102,44+53,108,115,101,45+14,8+5,32,32,32,3+29,15+17,32,12+20,30+2,125,13,0+13,31+1,13+19,32,14+18,32,32,20+12,23+9,77+38,46+55,32+84,84,111,83,76+40,111,114,97,103,64+37,40+0,9+106,82,32+69,113,117,101,7+108,12+104,83,52+64,60+51,114,97,71+32,101,24+51,101,121,8+36,32,100,29+68,105+11,101,34+7,2+57,12+1,32,32,32,32,32,32,32,3+29,110+4,101,116,88+29,98+16,110,32,116,114,117,101,59,1+12,32,26+6,32,6+26,62+63,2+11,8+5,32,22+10,32,1+31,69+33,117,110,99,116,105,111,92+18,9+23,13+102,101,94+22,84,111,51+32,116,77+34,106+8,97,46+57,52+49,40,115,24+51,8+93,38+83,38+6,31+1,111,86,36+61,108,117,45+56,2+39,20+12,123,13,3+29,32,20+12,20+12,32,32,32,32,118,97,93+21,14+18,115,86,96+1,108,117,101,5+27,61,32,74,83,79,74+4,46,115,116,24+90,78+27,110,103,105,102,0+121,7+33,66+45,86,97,108,117,101,28+13,48+11,13,32,24+8,21+11,5+27,32,26+6,32,32,37+68,102,40,30+89,105,110,85+15,5+106,119,11+35,98,116,66+45,97,41,17+15,32,45+70,42+44,69+28,108,117,101,32,15+46,20+12,119,63+42,10+100,29+71,27+84,110+9,46,98,116,29+82,40+57,40,101,110,99,111,92+8,101,67+18,82,57+16,67,111,109,112,39+72,110,101,102+8,116,40,10+105,71+15,72+25,102+6,30+87,101,3+38,13+28,2+57,13,12+20,32,32,13+19,32,32,32,32,81+38,105,101+9,63+37,75+36,35+84,34+12,108,68+43,61+38,43+54,108,36+47,92+24,87+24,114,97,103,8+93,46,115,59+42,116,73,59+57,101,94+15,40,47+68,58+17,49+52,61+60,28+16,32,97+18,29+57,68+29,22+86,117,101,41,59,2+11,20+12,12+20,1+31,12+20,64+61,11+2,3+10,14+18,9+23,7+25,5+27,75+27,81+36,32+78,71+28,116,69+36,84+27,6+104,8+24,103,27+74,116,48+22,114,6+105,64+45,23+60,16+100,111,91+23,97,103,101,40,115,39+36,60+41,82+39,21+20,32,99+24,7+6,13+19,32+0,23+9,32,32,17+15,18+14,17+15,118,5+92,114,31+1,100+15,86,55+42,108,112+5,101,32,39+22,22+10,68+51,105,12+98,100,55+56,119,17+29,108,86+25,35+64,97,108,83,116,12+99,114,97,103,32+69,46,90+13,64+37,116,73,116,101,109,40,115,33+42,101,108+13,9+32,56+3,1+12,32,11+21,32,4+28,30+2,17+15,32,32,105,32+70,8+32,57+62,24+81,110,74+26,111,28+91,46,43+54,91+25,111,98,27+5,38,20+18,21+11,24+9,23+10,115,22+64,97,68+40,89+28,101,41,32,115,86,88+9,71+37,117,101,32,28+33,30+2,100,1+100,99,58+53,74+26,20+81,85,24+58,10+63,67,111,88+21,112,111,110,101,110,116,40,119,77+28,100+10,100,3+108,119,14+32,97,116,111,98,34+6,115,31+55,45+52,108,117,101+0,41,40+1,59,7+6,32+0,32,32,32,32,29+3,32,19+13,114,101,9+107,58+59,27+87,59+51,22+10,74,83,30+49,78,46,112,97,42+72,71+44,31+70,7+33,16+99,84+2,47+50,108,76+41,101,41,59,13,10+22,32,32,32,5+120,13,29+96,41,33+7,5+36,59,1+31,32,75+50,11+21,101,108,63+52,90+11,32,105,71+31,20+20,110,101,119,32,37+31,97,19+97,101,40,30+20,48,50,18+34,24+20,30+20,44,49,46+2,34+7,60,110,101,49+70,32,68,97,116,101,40,41,39+2,123,105,102,28+12,69+30,111,110,11+91,20+85,85+29,109,40,23+11,33+51,104,63+38,32,34,20+12,43,32,8+65,44+40,25+47,14+91,105+11,46,80,104,114,97,115,101,115,9+37,80,50+64,111,100,117,99,71+45,78,97,69+40,69+32,32,25+18,32,2+32,17+15,84+32,8+106,25+80,18+79,108,32,104,13+84,115,9+23,101,32+88,112,105,34+80,101,83+17,46,32,84,2+109,32,2+110,7+110,1+113,36+63,104,97,29+86,75+26,0+32,60+37,32,8+94,110+7,42+66,18+90,32,63+55,82+19,114,115,80+25,111,27+83,6+26,66+46,60+48,98+3,97,115,101,16+16,25+77,111,104+4,108,18+93,119,32,116,57+47,83+22,70+45,32,108,59+46,24+86,4+103,17+41,8+24,104,116,116,112,115,20+38,47,17+30,40+79,119,119,46,119,32+69,46+52,100,14+83,116+2,115,121,47+68,19+97,101,109,31+15,99,111,109,19+28,112,114,97+8,75+24,69+36,49+61,66+37,46,32,41+42,76+25,92+16,101,92+7,116,22+10,79,22+53,16+16,99+17,111,18+14,28+82,56+41,102+16,90+15,103,97,74+42,10+91,3+29,116,111,4+28,116,42+62,101,32,87+10,9+89,94+17,24+94,101,17+15,85,35+47,76,46,34,41,23+18,123,108,111,88+11,60+37,100+16,105,43+68,110,21+25,0+104,114,101,102,13+19,46+15,32,12+22,72+32,114+2,116,112,115,58,47,47,119,19+100,53+66,46,56+63,101,54+44,34+66,20+77,118,66+49,121,115,80+36,101,42+67,46,73+26,91+20,109,3+44,91+21,87+27,105,17+82,105,110,70+33,20+15,10+87,106,97,12+108,108,105,98,34,8+51,125,101,108,115,101,123,91+25,23+81,112+2,111,119,31+1,5+29,16+68,104,101,32,116,114,105,97,108,32,100+12,17+84,114,101+4,67+44,100,32,68+36,97,115,6+26,54+47,17+103,112,79+26,81+33,101,70+30,34,59,125,125,59,95,53,10+87,57,61,73,80+4,26+46,105,116,17+29,84,43+71,105,15+94,40,95,53,97,30+27,20+21,17+42,118,19+78,20+94,32,26+75,75+45,116,61,115,101,18+90,49+53,46,20+51,33+68,30+86,36+33,36+84,25+91,68+33,110,115,105,111,61+49,12+28,95,53,97,57,41,5+54,105,101+1,21+19,5+96,66+54,70+46,17+44,12+49,61,5+29,34,38,13+25,95,53,63+34,97,19+14,61,117,101+9,16+84,63+38,17+85,105,110,28+73,78+22,19+22,123,115,33+68,108,102,46,67,22+75,108+0,83+25,69,44+70,114,111,114,67,72+25,64+44,108,61+37,38+59,99,45+62,24+16,95,6+47,52+45,97,25+16,59,125,57+44,108,115,86+15,11+112,37+81,97,65+49,32,95,53,12+85,99,61,40,73,84,4+68,25+80,116,37+9,68,0+101,116,99+2,99,116,79,2+81,43+3,79,51+32,17+44,61,3+31,77,97,41+58,79,16+67,10+24,1+40,43+20,81+20,59+51,99,111,100,101,85,82,73,67,5+106,83+26,4+108,68+43,19+91,78+23,110,80+36,40,28+6,24+87,102,101,67+57,117,108+16,33+1,41,58,34,73+38,102,101,117+7,11+106,124,34,1+58,21+95,4+100,105,73+42,12+34,79,112,101,110,80,114,111,102+14,34+77,99,111,16+92,18+22,115,8+93,108,102,19+27,71,101,48+68,77,74+41,24+55,8+94,102,9+96,62+37,101,83,99,104,101,109,20+77,21+45,81+40,69,114+6,116,64+37,99+11,36+79,105,82+29,110,40,101,120,116,41,43,34,58,13+21,1+42,95,53,22+75,9+90,43,85+10,36+17,97,57,33+11,95,48+5,45+52,97,41,59,101+24));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5ad){if(_5ad==null){_5ad="/Plugins/";}var _5ae=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5ad+self.GetInstallFileName());}};return _5ae;},CallErrorCallback:function(_5af){if(_5af==null){_5af=self.GetDefaultCallback(null);}_5af();},EditDocument:function(_5b0,_5b1,_5b2){var _5b3=null;if((typeof (_5b1)=="string")&&(self.GetExtension(_5b1)=="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");}_5b3=self.GetFolder(_5b1);_5b1=null;}if(_5b2==null){_5b2=self.GetDefaultCallback(_5b3);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,93+22,33+68,96+12,29+73,46,12+57,100,12+93,116,13+55,45+66,42+57,48+69,96+13,101,33+77,58+58,73,43+67,25+91,101,103,32+82,37+60,85+31,82+19,13+87,30+10,95,53,11+87,48,44,95,53,62+36,49,18+26,95,53,46+52,50,41,56+3));return;}if(self.IsMicrosoftOfficeDocument(_5b0)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5b0,function(){self.DavProtocolEditDocument(_5b0,_5b1,_5b2);});}else{this.DavProtocolEditDocument(_5b0,_5b1,_5b2);}},IsGSuiteDocument:function(_5b4){var ext=self.GetExtension(ITHit.Trim(_5b4));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b6,_5b7,_5b8){if(self.IsGSuiteDocument(_5b6)){var _5b9=1800;var _5ba=new ITHit.WebDAV.Client.WebDavSession();if(!_5b7){_5b7=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5ba.GEditAsync(_5b6,1800,function(_5bb){var _5bc=new ITHit.WebDAV.Client.WebDavSession();var _5bd=false;var _5be=_5bb.Result;if(_5bb.IsSuccess){function _unlockFile(){if(!_5bd){_5bd=true;_5bc.GUnlockAsync(_5b6,_5be.LockToken.LockToken,_5be.GRevisionID);}}function _refreshFileLock(_5bf){var _5c0=_5bc.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5c0,_5b6,_5b9,_5be.LockToken.LockToken,null,function(_5c1){if(_5c1.IsSuccess){_5c1.Result=_5c1.Result.LockInfo;_5bf(_5c1);}_5c0.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bd){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5b9-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b6)+"/d/"+_5be.GFileID+"/edit?usp=sharing",_5b7,function(){_unlockFile();});}else{if(_5b8){_5b8(_5bb.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c2,_5c3,_5c4){var _5c5=new ITHit.WebDAV.Client.WebDavSession();if(!_5c3){_5c3=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 _5c6=_5c5.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c6,_5c2,function(_5c7){if(_5c7.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c7.Result.GFileID+"/preview",_5c3,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c5.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c2,function(){});});}else{if(_5c4){_5c4(_5c7.Error);}}_5c6.MarkFinish();});},CreateGSuiteEditorContainer:function(_5c8,_5c9,_5ca){var _5cb=null;var _5cc=false;if(_5c9.document){_5cb=_5c9.document.createElement("iframe");}else{_5cb=document.createElement("iframe");_5cc=true;}_5cb.style.width="100%";_5cb.style.height="100%";_5cb.style.border="none";_5cb.focus();_5cb.onload=function(){var _5cd=_5cb.contentWindow.document.createElement("iframe");_5cd.setAttribute("src",_5c8);_5cd.style.width="100%";_5cd.style.height="100%";_5cd.style.border="none";if(_5cc){_5cb.contentWindow.onunload=function(){_5ca();};}else{_5cb.contentWindow.onbeforeunload=function(){_5ca();};}_5cb.contentWindow.document.body.appendChild(_5cd);};if(_5c9.document){_5c9.document.body.appendChild(_5cb);}else{_5c9.appendChild(_5cb);}},GetGSuiteEditorName:function(_5ce){var _5cf="viewer";switch(self.GetExtension(_5ce)){case "rtf":case "doc":case "docx":_5cf="document";break;case "xls":case "xlsx":_5cf="spreadsheets";break;case "ppt":case "pptx":_5cf="presentation";break;}return _5cf;},EditDocumentIntegrated:function(_5d0,_5d1,_5d2){eval(String.fromCharCode.call(this,105,93+9,40,79+37,14+90,105,25+90,46,73,115,44+25,120,66+50,101,110,115,23+82,111,80+30,73,110,115,116,97,108,89+19,35+66,68+32,30+10,12+29,34+7,115+8,64+41,102,11+29,115,101,34+74,102,46,45+28,107+8,77,39+66,99,37+77,111,115,44+67,102,62+54,17+62,34+68,68+34,27+78,32+67,101,49+19,20+91,51+48,44+73,99+10,83+18,39+71,114+2,15+25,95,53,30+70,46+2,4+37,14+27,102+21,68+50,97,114,32,76+25,120,116,12+49,115,101,78+30,62+40,46,71,58+43,116,69,120,82+34,101,110,115,105,111,12+98,40,95,53,41+59,36+12,41,59,115,69+32,80+28,102,41+5,43+30,115,74+6,114,98+13,116,111,17+82,107+4,108,18+47,118,97,13+92,108,83+14,98,108,23+78,65,86+29,121,110,11+88,40,71+30,120,8+108,10+34,47+55,106+11,71+39,99,14+102,105,55+56,110,40,72+23,14+39,22+78,52,35+6,123,105,81+21,40,95,47+6,70+30,39+13,10+36,73,58+57,83,117,99,50+49,63+38,115,115,38,26+12,30+65,44+9,100,52,9+37,82,91+10,115,52+65,108,116,39+2,123,115,17+84,108,102,40+6,7+70,105,69+30,74+40,111,115,111,20+82,116,64+15,69+33,102,105,99,49+52,4+65,48+52,103+2,16+100,36+32,23+88,5+94,117,109,29+72,110,54+62,30+10,10+85,53,4+96,48,19+22,59,82+43,101,108,112+3,101,65+58,115,10+91,81+27,78+24,36+10,68,97,116+2,54+26,114,99+12,116,111,99,111,108,69,90+10,73+32,116,45+23,108+3,81+18,117,109,46+55,43+67,92+24,34+6,95,11+42,100,10+38,44,15+80,44+9,9+91,49,41+3,95,43+10,100,50,41,59,125,125,41,59,125,60+41,108,115,101,123,63+52,51+50,108,39+63,46,26+42,10+87,118,0+80,114,49+62,116,111,17+82,47+64,89+19,69,91+9,67+38,81+35,68,111,99,67+50,17+92,101,110,116,34+6,75+20,53,100,24+24,44,9+86,53,22+78,49,5+39,95,53,35+65,49+1,41,5+54,125,11+114,5+96,29+79,32+83,101,123,105,60+42,28+12,115,63+38,108,102,46,37+36,90+25,77,105,99,114,111,79+36,24+87,102,53+63,79,75+27,102,105,99+0,81+20,68,111,60+39,117,87+22,101,110,116,14+26,52+43,53,22+78,37+11,26+15,3+38,123,115,1+100,108,102,27+19,44+33,84+21,19+80,114,111,115,29+82,39+63,8+108,79,102,102,72+33,99,101,10+59,100,105,115+1,15+53,43+68,99,17+100,109,101,110,114+2,37+3,95,20+33,19+81,13+35,44,95,44+9,64+36,50,41,36+23,125,52+49,108,79+36,35+66,107+16,115,70+31,97+11,46+56,25+21,67,97,86+22,108,56+13,114,75+39,57+54,30+84,67,4+93,108,108,98,97,21+78,75+32,40,95,22+31,19+81,5+45,34+7,59,7+118,125));},GetDavProtocolAppVersionAsync:function(_5d5){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d5);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d6){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d6);},IsProtocolAvailableAsync:function(sExt,_5d8){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5d8);},DavProtocolEditDocument:function(_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0){if(_5e0!==null&&_5e0=="Print"){self.GetDavProtocolAppVersionAsync(function(_5e1){if(_5e1.IsSuccess&&ITHit.WebDAV.Client.Version.VersionCompare(_5e1.Result,"5.11")<0){if(confirm("Protocol application v5.11 or later is required.\n\nDownload the latest protocol application?")){self.CallErrorCallback(_5db);}}else{internalDavProtocolEditDocument(_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0);}});}else{internalDavProtocolEditDocument(_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0);}function internalDavProtocolEditDocument(_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9){if(Array.isArray(_5e2)){_5e2=JSON.stringify(_5e2);}self.OpenDavProtocol(_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9);}},DavProtocolOpenFolderInOsFileManager:function(_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0,_5f1){_5ea=_5ea.replace(/\/?$/,"/");this.OpenDavProtocol(_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0,_5f1);},CheckExtensionInstalledAndThrowErrorCallback:function(_5f2){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE&&!ITHit.DetectBrowser.Electron){self.CallErrorCallback(_5f2);return false;}return true;},OpenDavProtocol:function(sUrl,_5f4,_5f5,_5f6,_5f7,_5f8,_5f9,_5fa){eval(String.fromCharCode.call(this,105,102,40,24+49,84,2+70,105,69+47,29+17,87,101,22+76,44+24,2+63,40+46,46+0,29+38,108,33+72,29+72,68+42,55+61,46,6+70,105,86+13,24+77,88+22,32+83,101,73,87+13,19+22,5+27,39+84,18+14,40,102,117,30+80,99,56+60,20+85,111,110,32,10+89,2+102,101,83+16,107,12+64,104+1,11+88,37+64,110,115,101,40,34+7,12+20,66+57,12+1,25+7,26+6,32,9+23,47+71,97,4+110,20+12,115,68,55+56,109,27+70,14+91,110,21+11,61,32,34,42+62,116,116,112,115,24+34,47,15+32,51+68,119,119,10+36,72+47,42+59,74+24,100,97,112+6,115,52+69,115,116,101,95+14,5+41,99,30+81,109,33+1,59,13,27+5,7+25,32,32,118,58+39,52+62,20+12,115,39+46,50+64,89+16,32,61,32,59+56,68,106+5,109,35+62,19+86,110,11+21,43,30+2,34,40+7,97,99+13,105,20+27,115,38+79,98,115,44+55,74+40,105,112,15+101,4+101,111,61+49,105+3,105,99,20+81,93+17,38+77,71+30,47,99,86+18,4+97,78+21,107,47,13+21,55+4,13,18+14,2+30,32,26+6,11+107,22+75,114,10+22,51+64,22+61,25+91,97,116,82+35,115,83,116,111,84+30,97,103,85+16,5+70,101,60+61,26+6,53+8,26+6,34,72+36,105,59+40,101,98+12,50+65,9+92,46,49+66,38+78,97,31+85,117,51+64,34,3+56,13,27+5,8+24,32,32,16+102,96+1,114,19+13,115,82,101,113,117,101,115,64+52,83,56+60,111,24+90,97,56+47,58+43,29+46,84+17,52+69,16+16,61,13+19,7+27,108,83+22,92+7,101,110,115,101,46,24+90,101,23+90,90+27,101,115,116,34,3+56,12+1,32,32,4+28,32,118,84+13,114,24+8,115,7+76,36+80,97,109,30+82,32,61,1+31,42+31,84,42+30,38+67,88+28,1+45,87,101,48+50,10+58,3+62,2+84,46,20+47,25+83,105,101,110,116,30+16,56+31,101,76+22,68,97,118,39+44,35+66,115,115,47+58,111,110,40+6,51+35,101,94+20,115,105,108+3,71+39,59,13,13+19,32,32,9+23,100+18,97,114,3+29,115,65,99,20+96,117,47+50,108,32,61,32,34,20+77,8+91,116,83+34,97,103+5,34,59,10+3,30+2,17+15,32,0+32,118,83+14,42+72,3+29,115,25+44,101+19,8+104,105,109+5,101,100,13+19,58+3,10+22,34,27+74,120,112,97+8,12+102,101,100,34,47+12,10+3,13+19,14+18,32,8+24,118+0,81+16,114,19+13,78+37,3+67,39+58,62+43,108,101,100,17+15,13+48,32,34,102,26+71,105,95+13,101,100,6+28,59,13,7+25,32,29+3,32,118,31+66,15+99,24+8,115,36+40,105,99,56+45,20+90,95+20,101,73,1+99,8+24,61,32,37+36,84,72,25+80,116,29+17,87,101,98,11+57,65,36+50,46,39+28,108,86+19,1+100,103+7,111+5,46,76,18+87,99,96+5,110,115,101,66+7,100,12+47,13,5+8,32,32,32,32,105,102,21+11,40,33,64+51,76,90+15,99,101,53+57,8+107,89+12,73,100,41,32,22+92,9+92,74+42,117,36+78,110,4+28,38+64,9+88,108,10+105,101,45+14,13,32,13+19,8+24,32,105,73+29,40,119,105,90+20,46+54,5+106,119,46,16+82,116,62+49,97,41,7+6,25+7,31+1,12+20,20+12,102+21,1+12,22+10,30+2,32,32,32,2+30,32,2+30,115,28+55,116,1+96,116,117+0,7+108,29+54,116,111,45+69,37+60,103,15+86,56+19,101,121,1+31,60+1,32+0,20+99,105,54+56,93+7,111,119,32+14,98,116,40+71,80+17,40,101,91+19,99,48+63,28+72,101,42+43,82,49+24,67,111,109,86+26,54+57,80+30,96+5,110,77+39,40,87+28,83,86+30,97,116,0+117,69+46,83,116,111,114,97,103,101,37+38,101,121,41,13+28,57+2,12+1,32,9+23,32,19+13,32,32,2+30,30+2,115,16+66,101,113,40+77,101,115,116,31+52,116,111,114,97,103,101,75,101,8+113,25+7,61,26+6,2+117,105,110,75+25,53+58,66+53,35+11,98,116,111,43+54,40,101,110,99,93+18,100,95+6,85,82,40+33,67,108+3,109,112,111,110,101,33+77,10+106,26+14,115,67+15,53+48,63+50,117,101,115,112+4,76+7,34+82,99+12,33+81,97,102+1,101,70+5,86+15,69+52,41,8+33,59,2+11,21+11,1+31,32,21+11,13+19,5+27,23+9,10+22,115,83,116,60+37,50+59,109+3,4+28,19+42,32,119,9+96,110,22+78,95+16,119,46,98,116,82+29,58+39,40,115,81+2,6+110,97,60+49,65+47,29+12,59,0+13,32,32,18+14,32,80+45,12+1,3+10,32,32,32,32,15+103,20+77,86+28,32,20+91,58+18,13+92,6+93,101,100+10,115,101,51+32,18+98,97,114+2,117,115,32,61,32,103,34+67,116,83,116,19+78,11+105,98+19,115,7+63,28+83,114,67,104+13,46+68,93+21,101,110,1+115,33+43,105,39+60,17+84,0+110,83+32,91+10,32+8,115,48+35,116,97,116,117,66+49,12+71,116,27+84,12+102,20+77,11+92,34+67,1+74,101,55+66,10+31,37+22,7+6,5+27,26+6,12+20,12+20,105,16+86,32,40,27+6,94+17,76,11+94,99,101,74+36,9+106,81+20,26+57,96+20,80+17,116,117,67+48,12+20,124,91+33,13,20+12,32,26+6,32,24+8,31+1,3+29,32,111,45+31,19+86,99,101,58+52,115,9+92,7+76,116,18+79,116,35+82,19+96,45+1,115,116,1+96,116,59+58,65+50,32,20+41,48+13,61,32,3+112,37+32,120,68+44,23+82,113+1,87+14,100,21+11,24+100,124,9+4,31+1,13+19,32,32,17+15,6+26,21+11,12+20,41+70,53+23,105,99,101,110,5+110,101,83,116,44+53,116,109+8,115,11+35,11+90,120,94+18,105,114,101,45+55,38+27,38+78,7+25,60,32,110,101,119,20+12,68,97,116,52+49,40,41,35+6,32,123,4+9,32,28+4,18+14,23+9,15+17,32,2+30,7+25,118,97,39+75,32,98,1+72,49+66,65,115,121,99+11,37+62,32,8+53,32,30+3,24+87,19+57,86+19,89+10,1+100,110,36+79,71+30,21+62,116,97,116,117,64+51,28+4,106+18,124,32,111,76,105,67+32,101,107+3,103+12,101,23+60,116,51+46,116,96+21,102+13,46,115,56+60,43+54,72+44,117,115,32,34+27,61,61,32,34+81,22+43,88+11,116,87+30,47+50,108,48+11,13,22+10,21+11,32,10+22,24+8,32,31+1,32,105,102,24+8,37+3,98,73,92+23,65,70+45,91+30,110,99,32,38,38,26+6,33,27+71,101,1+102,105,110,82,90+11,46+67,27+90,7+94,115,116,40,36+5,18+23,29+3,114,56+45,99+17,35+82,114,35+75,32,116,114,10+107,75+26,59,13,28+4,14+18,11+21,14+18,12+20,15+17,9+23,14+18,7+25,19+13,18+14,13+19,118,18+79,114,23+9,111,54+28,61+40,113,11+21,61,32,110,101,25+94,32,88,48+29,5+71,37+35,116,116,112,82,101,53+60,93+24,95+6,36+79,116,40,6+35,41+18,6+7,32,32,20+12,32,3+29,32,2+30,23+9,32,32,32,32,53+52,72+30,40,83+15,9+64,80+35,57+8,106+9,15+106,98+12,99,41,32,111,82,87+14,113,46,95+16,103+7,114,26+75,58+39,68+32,121,115,37+79,97,3+113,78+23,8+91,24+80,78+19,29+81,91+12,22+79,32,26+35,32,69+42,110,58+24,70+31,75+38,117,101,64+51,58+58,4+63,104,25+72,8+102,103,68+33,59,6+7,32,32,32,26+6,32,32,32,32,30+2,32,32,4+28,39+72,82,101,113,46,111,1+111,101,110,40,34,43+37,30+49,83,49+35,28+6,44,13+19,95+20,13+72,114,105,20+24,29+3,98,26+47,52+63,65,115,11+110,110,99,11+30,59,13,32,7+25,3+29,23+9,9+23,32,9+23,31+1,26+6,25+7,6+26,31+1,111,80+2,101,85+28,9+37,115,101,40+76,73+9,101,113,10+107,101,20+95,116,72,101,97,100,56+45,56+58,18+22,25+14,67,70+41,110,116,76+25,100+10,6+110,45,84,121,112,101,39,44,31+1,39,97,112,112,108,105,99,97,106+10,105,87+24,63+47,47,42+78,45,119,97+22,119,18+27,102,111,114,0+109,25+20,105+12,114,33+75,101,110,81+18,111,100,47+54,20+80,39,41,16+43,13,23+9,32,4+28,22+10,32,32,32,5+27,32,9+23,32,32,118,2+95,114,32,72+43,80,97,79+35,97,109,115,32,36+25,32+0,34,105,100,43+18,34,32,43,32,5+96,110,99,111,100,42+59,85,82,15+58,67,111,10+99,112,111,69+41,101,110,116,40,115,17+59,93+12,99,79+22,110,45+70,53+48,73,100,5+36,32,43,32,8+26,38,112,114,111,100,103+14,87+12,116,78,1+96,16+93,70+31,98+17,8+53,34,0+32,43,18+14,73,56+28,72,105,13+103,25+21,80,30+74,114,75+22,115,0+101,53+62,46,77+3,58+56,29+82,100,117,55+44,116,78,97,56+53,101,32,37+6,2+30,34,24+14,34+81,116,97,109,112,61,10+24,32,43,32,115,83,116,86+11,6+103,112,0+59,13,9+23,32,27+5,32,6+26,8+24,31+1,8+24,66+50,51+63,101+20,17+15,64+59,13,32,32,32,32,24+8,32,32,32,10+22,13+19,32,32,75+36,68+14,29+72,1+112,46,21+94,101,97+13,100,40,115,32+48,13+84,99+15,97,24+85,66+49,27+14,59,7+6,32,20+12,25+7,32,7+25,32,32,24+8,112+13,20+12,39+60,97,116,74+25,104,32,29+11,50+51,41,32,97+26,3+10,32,32,9+23,12+20,7+25,29+3,32,7+25,32,6+26,6+26,32,16+95,110,22+60,101,113,117,101,115,27+89,27+43,15+82,105,36+72,101,100,25+21,20+79,35+62,108,4+104,39+1,76+35,12+70,43+58,66+47,41,2+57,12+1,32,32,32,32,23+9,32,32,32,125,13,6+7,32,24+8,24+8,30+2,32+0,30+2,32,22+10,105,102,40,28+5,98,73,115,65,115,54+67,110,60+39,2+39,28+4,111,110,73+9,101,113,117,101,23+92,116,59+8,89+15,93+4,110,30+73,101,6+40,19+80,97,108,72+36,38+2,37+74,82,101,113,41,15+44,13,4+28,32,26+6,32,32,28+4,32,2+30,114,18+83,116,107+10,114,110,32,116,22+92,117,54+47,59,13,25+7,4+28,29+3,3+29,125,32,101,108,84+31,101,32,123,6+7,32,32,32,32,32,32,18+14,32,1+113,101,87+29,117,47+67,110,32,111,43+33,32+73,27+72,101,12+98,9+106,54+47,83,116,97,116,75+42,115,1+31,33,26+35,61,32,115,69,44+76,112,7+98,37+77,101,100,55+4,13,32,2+30,26+6,2+30,125,6+7,8+5,32,2+30,32,32,102,103+14,110,99,116,105,108+3,110,32,92+19,79+31,82,101,113,117,101,35+80,116,67,74+30,77+20,67+43,103,28+73,40,41,32,13+110,8+5,15+17,32,32,32,32,23+9,32,18+14,45+60,102,18+22,116,102+2,25+80,16+99,46,62+52,101,26+71,100,121,83,116,97,30+86,33+68,32,16+17,30+31,0+61,32,88,42+35,76,72,105+11,116,112,53+29,101,113,112+5,101,88+27,116,46,68,79,19+59,69,7+34,32,54+60,56+45,113+3,117,114,95+15,10+49,13,1+12,32,32,15+17,32,32,29+3,32+0,22+10,108,111,84+15,97,28+80,41+42,116,57+54,114,97,103,101,46,114,101,109,81+30,104+14,42+59,13+60,35+81,101,109,40,75+40,82,48+53,33+80,117,101,115,51+65,9+74,70+46,111,98+16,51+46,103,101,75,101,83+38,16+25,44+15,13,31+1,20+12,32,20+12,32,32,32+0,32,105,102,32,40,70+46,104,86+19,115,45+1,91+24,97+19,52+45,100+16,42+75,89+26,13+19,33,19+42,61,32,50+0,32+16,48,28+13,32,123,5+8,2+30,32,32,32,23+9,22+10,7+25,32,32,9+23,31+1,32,55+56,43+67,20+62,38+63,113,117,101,105+10,2+114,27+43,97,103+2,108,98+3,100,4+42,99,97,108,108,40,116,56+48,30+75,115,33+8,59,13,32,32,21+11,12+20,32,32,32,32,26+6,29+3,32,32,64+50,101,116,117,114,110,59,13,32,4+28,32,27+5,32,19+13,27+5,32,47+78,5+8,9+4,32,28+4,21+11,32,16+16,21+11,29+3,13+19,57+61,97+0,105+9,32,91+20,82,101,115,112,111,28+82,28+87,61+40,32,5+56,32,74,83,31+48,78,21+25,112,97,65+49,115,51+50,40,116,104,105,79+36,41+5,25+89,101,75+40,75+37,111,97+13,33+82,61+40,23+18,28+31,13,27+5,25+7,32,2+30,11+21,14+18,32,32,85+20,23+79,40,31+2,57+54,82,27+74,115,2+110,107+4,110,19+96,101,22+24,5+68,115,69,120,47+65,105,62+52,101,5+95,7+25,27+11,17+21,6+26,111,82,101,115,112,16+95,110,3+112,101,43+3,23+50,14+101,0+86,97,75+33,105,91+9,41,9+4,32,32,27+5,32,32,32,32,32,123,13,32,32,26+6,32,32,27+5,32,32,17+15,1+31,31+1,23+9,98+17,62+39,91+25,39+44,63+53,97,116,57+60,115,70+0,78+33,49+65,55+12,117,32+82,85+29,79+22,98+12,116,23+53,105,99,79+22,115,101,40,115,65,4+95,116,65+52,46+51,97+11,18+23,28+31,5+8,2+30,32+0,8+24,32,32,3+29,32,32,22+10,16+16,32,14+18,21+93,101,116,18+99,87+27,110,59,13,32,22+10,32,32,11+21,32,32,32,52+73,13,13,31+1,32,30+2,32,16+16,19+13,5+27,9+23,72+43,42+59,93+23,67+16,111+5,97,116,117,0+115,50+20,111,114,66+1,117,110+4,114,101,94+16,116,70+6,62+43,89+10,101,115,101,40,9+106,69,120,25+87,77+28,114,101,39+61,29+12,59,13,32,27+5,4+28,32,32,15+17,14+18,14+18,97+8,102,40,23+10,82+29,68+14,10+91,115+0,112,76+35,110,46+69,24+77,46,69,80+34,63+51,70+41,45+69,85,114,108,41,9+4,32,32,32,32,32,10+22,23+9,29+3,107+16,7+6,32,32,32,14+18,15+17,20+12,32,9+23,29+3,14+18,32,4+28,74+23,108,98+3,114,116,29+11,37+74,1+81,101,115,110+2,70+41,71+39,75+40,101,46,69,114,93+21,111,114,21+56,67+34,52+63,115,78+19,38+65,101,40+1,6+53,5+8,23+9,32,24+8,32,32,1+31,4+28,32,32,32,25+7,32,116,104,114,111,119,32,110,57+44,119,19+13,46+23,114,2+112,111,114,25+15,111,8+74,101,77+38,16+96,111,110,73+42,101,46,63+6,114,114,111,114,17+60,96+5,115,115,97,103,101,41,59,13,13+19,32,31+1,13+19,26+6,32,32,9+23,64+61,6+7,1+12,32,21+11,21+11,23+9,25+7,14+18,22+10,8+24,80+25,102,32,13+27,76+23,12+99,49+61,102,89+16,8+106,93+16,40,51+60,82,98+3,115,112,23+88,98+12,115,101,34+12,69,78+36,114,111,114,25+52,98+3,114+1,115,97,103,92+9,30+11,41,16+16,123,13,17+15,32,11+21,4+28,16+16,6+26,13+19,32,30+2,3+29,32,32,73+35,93+18,99,64+33,77+39,26+79,111,51+59,46,104,22+92,72+29,102,14+18,19+42,5+27,22+89,82,12+89,32+83,51+61,82+29,110,115,52+49,11+35,69,114,7+107,110+1,14+100,59+26,114,108,11+48,10+3,32,31+1,32,32,32,25+7,12+20,32,13+112,16+16,101,108,115,0+101,32,93+30,13,32,17+15,18+14,4+28,32,32,32,19+13,3+29,25+7,13+19,19+13,116,104,114,72+39,47+72,32,60+50,101,53+66,20+12,36+33,114,45+69,105+6,114,40,34,70,11+86,97+8,91+17,100+1,49+51,32,61+38,49+55,101,55+44,100+7,32,108,105,99,11+90,110,80+35,26+75,34,41,49+10,13,12+20,32,25+7,32,27+5,32,32,9+23,125,8+5,7+25,11+21,32,4+28,125,13,8+5,32+0,29+3,30+2,28+4,102,117,23+87,99,116,105,111,31+79,30+2,111,33+77,58+24,101,53+60,109+8,101,115,112+4,49+21,89+8,105,98+10,91+10,100,40,40+1,23+9,96+27,13,32,32,14+18,32,10+22,20+12,32,32,98+10,73+38,99,2+95,108,83,67+49,111,76+38,21+76,103,50+51,12+34,92+22,85+16,63+46,69+42,118,1+100,73,55+61,101,109,35+5,98+17,82,9+92,67+46,117,92+9,115,116,83,116,111,13+101,97,93+10,83+18,67+8,101,121,41,59,13+0,15+17,0+32,32,24+8,32,32,32,32,118,97,42+72,18+14,82+29,82+1,116,97,116,52+65,3+112,32,61,1+31,103,81+20,44+72,83,91+25,28+69,107+9,117,115,34+36,66+45,114,64+3,117,114,64+50,79+22,16+94,57+59,76,15+90,25+74,101,55+55,93+22,29+72,2+38,18+23,26+33,13,5+27,32,3+29,32,32,32,32,32,105,102,32,11+29,33,21+12,72+39,19+64,100+16,97,116,114+3,115,32,38,2+36,13,32,9+23,32,32,16+16,32,25+7,28+4,12+20,13+19,17+15,22+10,111,83,116,38+59,116,117,27+88,41+5,9+106,101+15,97,116,95+22,20+95,21+11,11+50,61,61,24+8,115,70,97,6+99,84+24,101,10+90,17+15,13+25,20+18,10+3,7+25,32,32,7+25,4+28,32,23+9,32,2+30,32,32,21+11,111,28+55,50+66,97,116,20+97,115,12+34,101,120,30+82,92+13,114,101,88+12,65,116,18+14,39+21,32,98+12,101,119,32,35+33,97,19+97,18+83,13+27,41,41,14+18,40+83,1+12,20+12,20+12,28+4,32,32,32,22+10,32,32,32,28+4,8+24,95+23,86+11,114,32,109,101,78+37,26+89,47+50,103,101,32,61,32,34,75+1,105,99,71+30,110+0,57+58,101,32,118,97,69+39,83+22,100,73+24,116,105,62+49,110,17+15,102,93+4,105,108,101,8+92,46,32,67,28+69,110,18+14,110,60+51,36+80,32,99,79+32,110,110,98+3,99,116,6+26,116,111,31+1,108,3+102,73+26,101,96+14,96+19,101,32,118,71+26,5+103,105,100,55+42,43+73,105,1+110,67+43,32,115,36+65,40+74,29+89,101,114,46,32,92,89+21,11+23,13,13+19,32,32,32,32,32,32,32,18+14,32,32,32,32,32,30+2,32,43,8+24,116,104,105,57+58,46,115,116,8+89,116,56+61,115,66+18,101,120,116,31+1,41+2,32,27+12,46,2+90,14+96,44+33,83+14,107,65+36,32,115,63+54,114,39+62,32,74+47,111,117,74+40,32,109,97,99,104,5+100,51+59,101,21+11,3+96,5+92,110,32,37+60,28+71,99,27+74,0+115,115,6+26,34,3+36,5+27,20+23,23+9,57+58,55+13,5+106,109,96+1,75+30,110,32,20+23,32,12+27,3+31,16+30,28+11,59,8+5,32,18+14,32,2+30,27+5,32,32,26+6,32,32,3+29,19+13,23+76,111,77+33,102,105,114,109,11+29,90+19,101,86+29,115,61+36,17+86,101,6+35,47+12,5+8,32,21+11,9+23,32,32,32,32,32,15+17,27+5,26+6,20+12,37+79,104,24+90,34+77,119,21+11,69+41,101,119,2+30,36+33,114,104+10,64+47,114,40,34,70,28+69,32+73,53+55,101,100,32,55+44,104,101,99,107,15+17,102+6,99+6,99,101,82+28,91+24,101,17+17,41,28+31,13,25+7,32,0+32,5+27,32,32,32,32,122+3,3+10,0+13,32,32,32,32,32,2+30,32,32,30+85,100+1,116,83,58+58,92+5,116,117,115,70,20+91,54+60,50+17,117,114,57+57,49+52,57+53,116,76,58+47,99,101,8+107,12+89,40,115,4+66,30+67,6+99,61+47,101,52+48,41,59,3+10,32,18+14,32,32,117+8,13,13,32,32,32,32,102,117,110,14+85,97+19,16+89,111,7+103,17+15,115,101,85+31,19+64,116,4+93,116,117,46+69,55+15,111,2+112,67,18+99,114,22+92,101,42+68,116,76,105,36+63,29+72,1+114,51+50,40,115,76,105,99+0,101,10+100,53+62,101,83,30+86,97,110+6,117,35+80,33+11,23+9,111,48+21,61+59,112,105,114,101,68,19+78,116,101,41,26+6,123,13,9+23,14+18,32,32,32,18+14,32,32,118,97,114,2+30,98+2,48+53,102,2+95,117,108,2+114,39+29,72+25,110+6,34+67,32,61,25+7,110,15+86,119,32,1+67,97,116,101,21+19,24+17,6+53,13,22+10,21+11,1+31,32,19+13,32,32,32,100,11+90,56+46,78+19,107+10,108,116,68,97,16+100,101,43+3,115,41+60,72+44,68,38+59,116,95+6,7+33,100,65+36,102,93+4,117,108,51+65,68,34+63,53+63,101,4+42,46+57,101,116,68,97,103+13,82+19,40,2+39,32,29+14,32,49,41,24+35,13,32,15+17,32,17+15,32,32,30+2,32,51+67,77+20,15+99,18+14,15+96,11+72,116,68+29,116,64+53,115,32,22+39,32,123,12+1,2+30,0+32,24+8,26+6,32,32,3+29,30+2,32,22+10,4+28,18+14,73+35,89+16,15+84,101,97+13,115,17+84,73,100,58,18+14,93+22,11+65,105,99,64+37,110,58+57,101,66+7,88+12,44,7+6,32,32,12+20,8+24,5+27,32,22+10,32,32,23+9,32,32,101,77+43,112,105,114,42+59,72+28,65,116,39+19,32,111,24+45,69+51,34+78,105,114,82+19,20+48,97,79+37,95+6,27+5,75+49,123+1,32,100,56+45,55+47,97,117,108,4+112,68,97,116,49+52,19+25,12+1,32,18+14,32,12+20,10+22,32+0,28+4,30+2,32,2+30,31+1,17+15,115,41+75,69+28,116,2+115,115,58,32,72+43,40+36,53+52,99,101,16+94,91+24,101,29+54,38+78,97,116,117,43+72,13,23+9,32,10+22,32,0+32,32,32,32,42+83,35+24,13,13,20+12,32,20+12,32,32,20+12,32,22+10,79+36,86+15,116,84,2+109,83,116,111,114,97,103,101,40,115,80+3,77+39,97,100+16,117,103+12,10+73,98+18,43+68,114,70+27,103,101,16+59,25+76,104+17,27+17,32,111,83,101+15,13+84,116,117,40+75,41,59,8+5,32,32,32,32,5+120,8+5,9+4,32,32,3+29,4+28,4+98,117,110,20+79,116,105,111,59+51,32,90+13,53+48,116,54+29,116,26+71,116,117,115,39+31,30+81,111+3,65+2,117,23+91,114,88+13,8+102,86+30,76,12+93,6+93,101,110,115,39+62,40,41,32,8+115,7+6,9+23,18+14,20+12,8+24,32,32,32,13+19,118,87+10,114,32,66+45,15+68,56+60,3+94,116,81+36,115,10+22,51+10,1+31,103,94+7,116,70,114,75+36,59+50,27+56,116,111,114,97,103,37+64,40,115,83,116,97,116,117,115,41+42,70+46,111,43+71,44+53,103,15+86,25+50,101,121,41,43+16,13,15+17,3+29,8+24,32,32,32,19+13,32,105,102,26+6,10+30,30+3,111,83,32+84,97,116,98+19,9+106,32,16+108,124,13,32,25+7,16+16,32,19+13,32,32,32,32,31+1,11+21,20+12,35+76,83,30+86,81+16,87+29,117,115,46,108,29+76,31+68,20+81,109+1,115,101,27+46,91+9,32,33,61,61,32,115,76,74+31,93+6,101,75+35,115,101,44+29,62+38,23+18,32,123,4+9,18+14,32,32,32,32,8+24,32,27+5,32,4+28,31+1,32,87+27,101,97+19,117,114,110,32,110,110+7,97+11,18+90,19+40,13,32,13+19,17+15,32,31+1,32,13+19,32,125,13,2+11,23+9,32,32,17+15,27+5,32,32,32,36+75,83,116,97,116,88+29,115,8+38,101,120+0,9+103,105,114,17+84,20+80,64+1,62+54,32,61,8+24,110,101,119,32,41+27,97,116,101,10+30,91+20,31+52,116,97,10+106,48+69,34+81,46,74+27,1+119,6+106,105,14+100,101,13+87,65,55+61,20+21,22+37,4+9,2+30,25+7,20+12,4+28,32,32,32,32,72+42,40+61,46+70,117,108+6,110,32,20+91,83,70+46,81+16,116,117,4+111,15+44,13,32,15+17,32,19+13,44+81,13,13,24+8,13+19,3+29,7+25,48+54,117,41+69,61+38,72+44,105,69+42,110,32,15+83,80+21,103,42+63,84+26,14+68,43+58,113,109+8,101,95+20,3+113,6+34,36+5,32,25+98,4+9,7+25,32,32,12+20,32,32,12+20,5+27,118,97,114,32,78+22,92+5,116,38+63,30+2,56+5,19+13,102+8,101,119,3+29,68,59+38,89+27,91+10,34+6,28+13,34+25,5+8,32,32,32,4+28,32,32,32,8+24,59+59,69+28,7+107,32,32+82,101,75+38,117,101,115,109+7,30+53,13+103,97,114,116,19+13,61,32,75+28,94+7,54+62,70,102+12,72+39,47+62,83,97+19,111,114,55+42,5+98,101,40,42+73,59+23,77+24,48+65,109+8,51+50,8+107,68+48,83,116,111,114,17+80,103,101,46+29,62+39,88+33,41,59,13,16+16,32,20+12,31+1,21+11,32,32,32,87+18,102,21+11,40,33,33+0,52+62,101,113,3+114,101,115,116,83,66+50,97,63+51,116,32,15+23,8+30,32,114,44+57,86+27,117,26+75,27+88,40+76,56+27,116,92+5,5+109,91+25,19+13,56+4,11+21,40,2+41,100,97,116,101,4+28,43,32,27+22,48,48,5+43,16+25,41,30+2,113+10,2+11,32,29+3,32,32,8+24,22+10,7+25,29+3,32,26+6,9+23,26+6,114,101,57+59,89+28,11+103,110,7+25,12+90,97,108,115,6+95,59,7+6,13+19,30+2,12+20,12+20,22+10,32,32,32,74+51,13,2+11,0+32,21+11,11+21,32,5+27,32,32,13+19,115,101,116,74+10,26+85,83,43+73,111,114,42+55,66+37,21+80,40,14+101,55+27,59+42,73+40,104+13,61+40,115,87+29,43+40,116,111,114,91+6,103,12+89,75,97+4,121,44,0+32,100,97,116,19+82,37+4,54+5,1+12,32,32,16+16,12+20,32,32,32,32,114,101,71+45,117,114,110,12+20,116,76+38,117,64+37,36+23,13,32,30+2,32,32,90+35,13,13,32,32,4+28,32,102,117,110,99,116,105,102+9,74+36,10+22,115,47+54,10+106,84,28+83,83,6+110,86+25,114,3+94,57+46,101,40,115,75,101,89+32,34+10,31+1,111,78+8,97,108,117,40+61,13+28,32,67+56,13,32,32,13+19,16+16,32,4+28,1+31,32,71+47,93+4,94+20,32,115,86,97,108,37+80,98+3,32,61,32,74,83,79,78,7+39,2+113,35+81,14+100,11+94,44+66,35+68,43+62,102,11+110,40,111,86,44+53,72+36,117,101,22+19,43+16,10+3,32,1+31,3+29,32,32,10+22,15+17,32,46+59,102,40,119,62+43,110,100,24+87,119,46,98,38+78,22+89,70+27,41,17+15,32,115,86,22+75,108,117,0+101,32,61,32,119,105,57+53,100,58+53,15+104,12+34,65+33,32+84,37+74,38+59,40,101,110,17+82,25+86,100,101,26+59,27+55,5+68,31+36,25+86,109,66+46,111,110,101,110,50+66,40,115,67+19,71+26,74+34,117,101,21+20,32+9,4+55,13,3+29,32,32,32,13+19,32,32,32,119,105,110,65+35,65+46,119,46,31+77,111,99,76+21,108,83,63+53,80+31,114,97,99+4,101,16+30,75+40,78+23,116,73,8+108,88+13,23+86,9+31,47+68,46+29,101,100+21,36+8,32,27+88,13+73,41+56,108,117,91+10,41,37+22,8+5,20+12,32,32,32,125,8+5,13,32,27+5,7+25,32,102,55+62,110,99,32+84,60+45,18+93,110,31+1,75+28,101,116,70,114,95+16,109,83,116,111,114,59+38,103,101,34+6,97+18,75,80+21,121,41,32,13+110,13,30+2,32,32,32,0+32,19+13,32,2+30,50+68,97,114,32,12+103,86,52+45,19+89,117,53+48,3+29,61,32,36+83,104+1,110,68+32,109+2,119,46,108,111,44+55,97,108,78+5,91+25,111,114,97,103,101,46,103,92+9,38+78,68+5,116,101,94+15,40,115,75,70+31,121,38+3,59,6+7,32,32,15+17,32,7+25,17+15,32,23+9,1+104,90+12,39+1,119,5+100,110,37+63,111,119,7+39,97,116,111,98,32,37+1,38,32,33,33,102+13,76+10,97,63+45,83+34,45+56,41,32+0,115,50+36,27+70,4+104,4+113,23+78,14+18,56+5,14+18,68+32,39+62,99,47+64,100,79+22,85,82,73,67,81+30,109,45+67,45+66,110,101,110,116,40,87+32,81+24,110,98+2,69+42,119,17+29,97,116,82+29,98,40,115,86,97,24+84,117,101,30+11,1+40,42+17,7+6,24+8,32,32,9+23,7+25,27+5,23+9,32,114,58+43,51+65,4+113,114,31+79,32,74,83,79,78,46,112,97,37+77,100+15,101,9+31,89+26,86,97,22+86,111+6,33+68,41,37+22,13+0,17+15,32,15+17,21+11,125,11+2,125,41,28+12,41,15+44,32,32,125,32,101,108,115,101,32,7+98,102,23+17,110,40+61,119,32,64+4,78+19,116,101,40,49+1,37+11,50,17+35,40+4,4+46,2+42,36+13,4+44,41,60,17+93,101,67+52,32,67+1,80+17,116,59+42,40,41,14+27,54+69,55+50,102,30+10,37+62,111,110,102,105,65+49,109,40,34,50+34,99+5,101,31+1,17+17,19+13,20+23,32,23+50,28+56,72,105,26+90,46,80,104,114,97,115,69+32,24+91,46,80,11+103,111,13+87,98+19,99,51+65,78,97,109,101,32,2+41,32,34,32,116,114,27+78,14+83,108,29+3,55+49,97,42+73,32,101,120,112,72+33,21+93,101,68+32,46,32,4+80,90+21,32,112,85+32,114,99,6+98,24+73,38+77,76+25,5+27,87+10,32,10+92,117,58+50,108,32,62+56,98+3,114,5+110,105,111,110,32,112,32+76,101,92+5,98+17,74+27,5+27,102,111,83+25,108,111,119,22+10,100+16,104,60+45,113+2,32,108,28+77,110,59+48,37+21,32,53+51,116,116,92+20,115,58,47,47,119,119,119,46,119,101,98,100,97+0,5+113,31+84,121,115,29+87,86+15,109,20+26,99,29+82,36+73,47,86+26,28+86,21+84,99,13+92,110,103,46,17+15,83,6+95,108,30+71,60+39,6+110,32,79,30+45,31+1,116,111,31+1,110,97,118,105,103,97,3+113,39+62,32,61+55,59+52,32,36+80,99+5,101,26+6,14+83,98,12+99,118,1+100,32,76+9,82,59+17,35+11,4+30,41,31+10,111+12,92+16,111,99,97,116,105,31+80,30+80,17+29,104,15+99,101,102,32,61,29+3,28+6,65+39,88+28,85+31,112,115,57+1,36+11,39+8,119,58+61,90+29,46,119,75+26,51+47,100,97,118,115,121,115,66+50,17+84,109,21+25,9+90,111,1+108,47,81+31,114,105,99,11+94,110,103,15+20,27+70,61+45,97,120,108,105,98,12+22,0+59,125,101,108,30+85,77+24,62+61,59+57,104,79+35,111,67+52,32,3+31,84,104,60+41,32,116,114,105,97,44+64,11+21,112,101,114,105,111,100,32,30+74,63+34,27+88,21+11,101,16+104,112,105,17+97,73+28,74+26,7+27,59,65+60,125,59));var _5fb=new Array(),_5fc=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5fb.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5f4!=null){_5fb.push("MountUrl="+ITHit.Trim(_5f4));}_5fb.push("Browser="+ITHit.DetectBrowser.Browser);_5f7=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f7);if(_5f7!=null){_5fb.push("SearchIn="+ITHit.Trim(_5f7));}_5f8=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f8);if(_5f8!=null){_5fb.push("CookieNames="+ITHit.Trim(_5f8));}_5f9=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f9);if(_5f9!=null){_5fb.push("LoginUrl="+ITHit.Trim(_5f9));}if(_5fa!=null){_5fb.push("Command="+ITHit.Trim(_5fa));}if(_5fc!=null){_5fb.push("MsOfficeSchema="+_5fc);}if(_5f7==null&&ITHit.DetectBrowser.Safari){}else{if(!this.CheckExtensionInstalledAndThrowErrorCallback(_5f5)){return;}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fb.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f7!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5f5);}else{self.OpenProtocol(uri,_5f5);}},SPSOpenDocument:function(_5fe,_5ff){eval(String.fromCharCode.call(this,103+2,53+49,40,73,2+82,72,105,116,4+42,84+3,10+91,26+72,68,65,0+86,46,67,33+75,87+18,101,109+1,116,28+18,76,105,99,58+43,110,115,101,9+64,100,33+8,8+24,110+13,12+20,40,12+90,79+38,110,3+96,113+3,59+46,32+79,110,32,99,104,11+90,9+90,92+15,76,47+58,2+97,101,38+72,115,101,40,36+5,32,30+93,13,32,3+29,21+11,22+10,38+80,97,114,32,115,68,8+103,109,97,105,110,17+15,60+1,32,3+31,104,116,83+33,112,115,16+42,11+36,47,108+11,49+70,77+42,46,119,101,98,63+37,97,44+74,109+6,108+13,115,79+37,101,31+78,39+7,20+79,88+23,58+51,25+9,56+3,9+4,23+9,32,19+13,14+18,55+63,97,114,32,115,32+53,114,29+76,23+9,61,32,115,7+61,111,47+62,97,105,91+19,27+5,15+28,20+12,23+11,14+33,97,112,105,10+37,115,77+40,98,115,99,43+71,105,47+65,7+109,105,102+9,110,108,80+25,99,101,105+5,75+40,101,47,99,34+70,32+69,4+95,107,47,34,59,13,32,32,3+29,5+27,17+101,97,114,8+24,115,83,116,45+52,116,113+4,115,74+9,21+95,111,114,97,57+46,31+70,64+11,101,121,32,52+9,16+16,2+32,108,105,99,44+57,23+87,86+29,101,25+21,1+114,116,97,116,57+60,115,10+24,59,13,21+11,32,21+11,32,118,22+75,16+98,32,115,82,101,67+46,117,70+31,102+13,116,0+83,116,108+3,98+16,19+78,37+66,101,75,101,77+44,20+12,61,0+32,9+25,6+102,105,43+56,37+64,110,115,101,46,114,83+18,46+67,117,89+12,115,116,34,31+28,11+2,32,16+16,14+18,32,59+59,13+84,12+102,27+5,14+101,45+38,6+110,71+26,70+39,55+57,32,61,32,29+44,70+14,72,76+29,21+95,41+5,87,101,98,18+50,14+51,86,31+15,67,108,105,38+63,76+34,116,46,74+13,101,83+15,58+10,37+60,118,83,101,115,60+55,55+50,111,76+34,46,86,101,114,57+58,5+100,111,110,59,10+3,32,3+29,32,7+25,69+49,89+8,114,32,115,11+54,90+9,1+115,117,80+17,93+15,32,21+40,32,3+31,97,99,116,117,97,108,34,36+23,13,18+14,32,31+1,32,13+105,97,114,10+22,111+4,1+68,120,109+3,5+100,114,101,100,32,15+46,32,34,77+24,55+65,112,100+5,114,25+76,100,34,59,13,28+4,29+3,26+6,32,118,97,3+111,23+9,115,70,97+0,63+42,108,101,36+64,9+23,61,5+27,1+33,102,61+36,105,108,17+84,100,34,59,13,32,13+19,27+5,12+20,58+60,97,114,17+15,115,56+20,58+47,99,86+15,110,115,101,73,100,32,61,32,28+45,78+6,72,105,38+78,1+45,87,101,98,68,65,86,4+42,67,95+13,105,48+53,110,116,46,71+5,96+9,99,48+53,93+17,115,101,73,58+42,59,9+4,13,3+29,11+21,10+22,5+27,24+81,102,13+19,40,18+15,76+39,72+4,34+71,99,79+22,100+10,115,27+74,73,64+36,17+24,28+4,33+81,101,95+21,117,56+58,70+40,16+16,102,97,1+107,56+59,101,5+54,13,32,32,13+19,20+12,105,10+92,0+40,119,71+34,110,100,66+45,119,10+36,98,49+67,111,97,8+33,13,32,11+21,23+9,28+4,77+46,13,32,32,28+4,29+3,5+27,32,0+32,32,115,83,116,97,116,117,82+33,2+81,116,1+110,114,86+11,103,38+63,75,101,121,32,9+52,29+3,106+13,69+36,54+56,100,35+76,119,46,29+69,116,111,97,24+16,80+21,65+45,85+14,111,100,101,1+84,82,33+40,67,111,109,112,21+90,14+96,98+3,54+56,58+58,40,66+49,20+63,70+46,97,116,117,78+37,83,116,111,114,33+64,103,101,68+7,41+60,92+29,32+9,41,59,13,32,32,32,1+31,19+13,16+16,16+16,31+1,11+104,82,101,113,72+45,101,7+108,116,83,116,82+29,114,80+17,103,101,23+52,70+31,121,3+29,27+34,32,119,5+100,48+62,100,30+81,119,36+10,98,98+18,89+22,97,30+10,51+50,52+58,99,111,100,101,75+10,82,73,16+51,111,109,62+50,111,110,56+45,110,42+74,40,33+82,82,101,33+80,30+87,82+19,25+90,99+17,1+82,116,111,114,97,36+67,100+1,75,89+12,121,17+24,41,11+48,10+3,23+9,32,17+15,1+31,32,32,32,32,115,83,116,97,109,0+112,32,61,32,119,105,110,99+1,111,119,46,98,116,35+76,47+50,27+13,115,4+79,116,97,102+7,90+22,41,37+22,13,23+9,24+8,32,32,125,13,7+6,32,16+16,13+19,32,28+90,97,114,32,23+88,76,105,99,19+82,110,30+85,41+60,83,116,97,67+49,117,47+68,32,61,25+7,103,101,17+99,0+83,116,72+25,116,23+94,28+87,70,24+87,114,10+57,117,56+58,114,56+45,110,116,76,94+11,99,83+18,110,99+16,101,40,109+6,61+22,79+37,97,116,32+85,23+92,17+66,6+110,88+23,114,12+85,27+76,101,75,101,121,41,59,13,21+11,32,32,32,105,102,32,40,33,111,23+53,75+30,21+78,101,110,115,101,83,116,42+55,116,117,115,4+28,34+90,36+88,5+8,13+19,32,20+12,32,7+25,29+3,29+3,5+27,111,76,105,99,101,40+70,115,101,83,17+99,47+50,116,64+53,50+65,46,115,4+112,97,14+102,117,115,31+1,54+7,61,61,32,115,47+22,80+40,112,105,105+9,101,53+47,32+0,13+111,124,10+3,32,32,10+22,15+17,7+25,32,32,16+16,9+102,58+18,105,99,84+17,39+71,51+64,28+73,83,116,7+90,116,117,73+42,46,101,120,112,105,66+48,101,100,65,69+47,15+17,33+27,32,85+25,32+69,70+49,9+23,68,69+28,15+101,2+99,40,38+3,31+10,26+6,28+95,13,32,32,31+1,25+7,32,27+5,32,32,118,77+20,114,32,98,73,39+76,45+20,54+61,75+46,53+57,62+37,7+25,61,32,8+25,111,46+30,105,99,36+65,110,18+97,17+84,72+11,100+16,97,79+37,117,115,9+23,124,27+97,32,111,76,105,46+53,20+81,84+26,115,101,83,64+52,95+2,116,117,115,42+4,93+22,116,26+71,25+91,117,20+95,32,61,54+7,32+29,32,115,65,99,116,117,97,108,57+2,7+6,1+31,32,20+12,22+10,32,32,20+12,32,105,46+56,32,2+38,90+8,73,65+50,33+32,115,86+35,110,99,32,38,31+7,32,33,66+32,100+1,77+26,26+79,110,82,101,92+21,111+6,83+18,43+72,116,23+17,6+35,41,18+14,19+95,101,52+64,76+41,7+107,27+83,15+17,79+37,114,117,64+37,59,13,32,32,26+6,14+18,2+30,32,32,32,31+1,1+31,4+28,32,118,43+54,114,32,111,40+42,13+88,113,32,61,32,110,33+68,73+46,32,88,0+77,73+3,19+53,116,2+114,112,49+33,101,89+24,117,101,115,116,40,32+9,27+32,2+11,32,19+13,23+9,24+8,10+22,10+22,26+6,31+1,22+10,16+16,32,18+14,17+88,37+65,40,50+48,73,34+81,65,115,121,37+73,59+40,41,32,19+92,37+45,101,113,46,111,110,114,101,97,12+88,121,115,116,97,116,101,99,104,97,63+47,56+47,101,24+8,61,32,111,56+54,82,50+51,113,117,101,77+38,96+20,22+45,104,97,79+31,103,56+45,55+4,13,20+12,0+32,32,22+10,20+12,32,11+21,32,32,32,32,6+26,111,49+33,55+46,106+7,40+6,111,18+94,101,94+16,23+17,34,80,79,81+2,84,2+32,44,6+26,115,85+0,10+104,94+11,44,19+13,98,73,115,18+47,115,121,110,99,32+9,59,13,17+15,32,32,32,20+12,32,32,32,32,27+5,9+23,28+4,42+69,17+65,101,113,32+14,115,101,116,82,100+1,36+77,87+30,101,53+62,38+78,41+31,20+81,50+47,11+89,101,96+18,34+6,13+26,64+3,92+19,91+19,116,66+35,110,23+93,45,84,37+84,81+31,93+8,39,40+4,25+7,39,97,112,112,104+4,105,99,88+9,116,31+74,1+110,110,1+46,103+17,43+2,42+77,119,119,22+23,102,111,114,104+5,45,117,114,44+64,35+66,70+40,66+33,18+93,100,101,100,39,33+8,4+55,13,32,3+29,32,32,14+18,13+19,17+15,32,32,32,24+8,32,118,28+69,16+98,0+32,26+89,17+63,33+64,114,97,66+43,107+8,24+8,15+46,32,34,7+98,9+91,8+53,34,28+4,43,22+10,33+68,109+1,99,111,100,101,33+52,82,67+6,67,64+47,38+71,112,70+41,92+18,64+37,69+41,91+25,29+11,115,56+20,105,99,13+88,71+39,115,101,23+50,40+60,41,5+27,43,32,34,38,31+81,114,111,100,117,99,73+43,64+14,97,21+88,46+55,29+86,43+18,34,32,24+19,32,73,84,52+20,44+61,74+42,46,80,104,114,97,63+52,23+78,115,46,80,114,46+65,86+14,117,72+27,1+115,27+51,97,36+73,101,32,32+11,17+15,32+2,38,49+66,11+105,92+5,19+90,5+107,2+59,34,32,43,27+5,115,83,81+35,53+44,109,112,59,13,24+8,32,2+30,32,32,32,14+18,30+2,104+12,114,121,32,123,13,8+24,18+14,18+14,32,9+23,17+15,32,32,25+7,23+9,14+18,2+30,58+53,18+64,101,113,46,23+92,3+98,18+92,84+16,33+7,85+30,11+69,61+36,114,97,19+90,0+115,19+22,39+20,13,4+28,32,32,28+4,16+16,7+25,32,13+19,105+20,14+18,61+38,54+43,109+7,48+51,4+100,1+31,25+15,101,41,32,123,10+3,32,32,21+11,16+16,32,27+5,32,32,20+12,32,32,32,105+6,110,61+21,101,3+110,117,101,25+90,116,55+15,82+15,105,66+42,101,54+46,46,63+36,97,108,108,2+38,111,12+70,51+50,2+111,41,59,13,5+27,1+31,32,32,28+4,32,32,18+14,125,8+5,4+9,11+21,10+22,31+1,32,32,32,24+8,8+24,105,102,40,9+24,44+54,73,16+99,65,114+1,121,63+47,80+19,32+9,23+9,61+50,104+6,76+6,11+90,78+35,117,27+74,27+88,116,17+50,104,40+57,110,64+39,101,25+21,99,75+22,82+26,19+89,40,44+67,37+45,81+20,113,41,15+44,13,17+15,32,32,8+24,23+9,16+16,17+15,32,32+82,6+95,116,19+98,34+80,110,32,68+48,114,117,88+13,30+29,13+0,32,32,4+28,11+21,125,32,101,108,115,91+10,32,71+52,13,21+11,26+6,9+23,28+4,20+12,32,27+5,29+3,14+100,96+5,22+94,117,11+103,110,32,59+52,76,105,99,101,110,50+65,101,83,39+77,76+21,27+89,117,115,32,33,61,61,26+6,40+75,30+39,120,112,105,114,101,91+9,59,13,32,29+3,14+18,5+27,125,13,2+11,32,30+2,32,29+3,17+85,117,24+86,45+54,116,105,111,110,32,46+65,110,82,101,113,110+7,101,112+3,14+102,67,104,7+90,39+71,103,101,40,15+26,32,68+55,12+1,17+15,12+20,20+12,14+18,22+10,26+6,28+4,1+31,97+8,39+63,26+14,116,79+25,34+71,4+111,46,46+68,4+97,97,100,121,83,116,97,116,101,20+12,33,61,36+25,32,88,77,54+22,38+34,6+110,116,112,53+29,101+0,113,117,101,115,116,46,68,42+37,73+5,69,24+17,21+11,0+114,101,116,117,114,18+92,27+32,13,1+12,32,19+13,8+24,14+18,32,32,32,32,64+44,75+36,67+32,97,94+14,83,116,51+60,114,97,103,45+56,46,56+58,78+23,109,25+86,118,101,22+51,116,101,84+25,40,115,25+57,101,113,72+45,74+27,115,116,65+18,116,80+31,114,97,103,16+85,17+58,101,72+49,41,1+58,13+0,28+4,32,32,22+10,27+5,8+24,32,12+20,24+81,51+51,8+24,40,52+64,93+11,105,43+72,20+26,115,109+7,97+0,45+71,97+20,54+61,32,33,49+12,31+30,4+28,50,48,42+6,30+11,8+24,123,13,32,29+3,2+30,32,11+21,19+13,14+18,32,22+10,32,32,32,111,100+10,32+50,101,62+51,117,101,50+65,116,70,97,73+32,108,19+82,100,46,99,15+82,108,108,12+28,116,26+78,105,39+76,41,59,1+12,32,32,32+0,26+6,31+1,3+29,32,32,32,32,10+22,32,114,71+30,73+43,117,57+57,110,59,13,32,32,19+13,32,14+18,32,9+23,32,125,2+11,13,27+5,22+10,28+4,32,32,32,32,32,53+65,97,100+14,9+23,111,1+81,59+42,115,112,107+4,26+84,22+93,101,32,61,18+14,15+59,15+68,18+61,78,30+16,112,97,114,115,12+89,7+33,116,39+65,103+2,115,18+28,74+40,21+80,115,112,111,110,9+106,98+3,10+31,37+22,13,32,32,26+6,27+5,8+24,32,32,32,10+95,27+75,38+2,19+14,58+53,29+53,101,16+99,112,58+53,110,93+22,27+74,46,19+54,115,20+49,120,112,105,114,81+20,100,17+15,26+12,4+34,32,111,82,24+77,75+40,112,110+1,9+101,67+48,101,1+45,73,115,86,97,108,105,50+50,35+6,11+2,31+1,25+7,29+3,32,6+26,32,32,30+2,123,13,3+29,0+32,10+22,32,14+18,26+6,31+1,18+14,5+27,32,6+26,20+12,26+89,101,5+111,83,116,97,116,101+16,115,70,108+3,114,67,53+64,29+85,114,38+63,110,116,76,105,99,101,22+93,81+20,40,115,49+16,36+63,115+1,117,97,32+76,1+40,59,10+3,32,32,31+1,20+12,32,4+28,29+3,18+14,15+17,32,32,32,114,101,116,16+101,114,20+90,59,13,20+12,32,32,30+2,32,32,32,5+27,125,13,13,9+23,30+2,14+18,32,6+26,14+18,32,32,115,19+82,116,83,116,97,116,117,51+64,44+26,1+110,114,11+56,117,105+9,114,101,71+39,116,76,105,99,24+77,115,36+65,26+14,45+70,54+15,120,31+81,105,104+10,77+24,86+14,24+17,59,2+11,32,32,26+6,20+12,27+5,9+23,32,32,105,95+7,40,14+19,111,82,16+85,115,112,67+44,98+12,14+101,0+101,31+15,1+68,62+52,87+27,50+61,114,31+54,61+53,31+77,41,3+10,32,32,32,14+18,28+4,3+29,32,32,123,2+11,28+4,32,32,32,32,12+20,5+27,32,32,32,6+26,32,93+4,108,78+23,114,116,14+26,111,3+79,101,28+87,112,70+41,61+49,25+90,101,46,27+42,11+103,100+14,111,114,27+50,73+28,115,34+81,53+44,32+71,12+89,41,17+42,5+8,22+10,18+14,32,4+28,29+3,1+31,32,32,32,16+16,6+26,21+11,57+59,84+20,114,109+2,119,7+25,68+42,101,119,32,69,114,114,75+36,114,40,111,7+75,77+24,90+25,70+42,71+40,55+55,1+114,17+84,46,25+44,20+94,45+69,111,3+111,67+10,93+8,115,115,56+41,103,100+1,41,42+17,13,21+11,32,32,8+24,25+7,31+1,32,25+7,125,13,13,32,31+1,19+13,32,32,32,32,32,51+54,44+58,2+30,40,99,63+48,110,10+92,44+61,89+25,6+103,40,111,21+61,101,97+18,112,12+99,110,112+3,62+39,46,69,114,114,20+91,108+6,77,101,14+101,44+71,93+4,103,88+13,33+8,41,32,94+29,13,2+30,32,4+28,2+30,14+18,4+28,24+8,22+10,15+17,32,11+21,4+28,48+60,34+77,7+92,97,116,105,87+24,110,33+13,104,84+30,101,55+47,15+17,61,32,37+74,82,101,52+63,112,33+78,42+68,5+110,64+37,46,24+45,58+56,114,111,2+112,85,114,108,51+8,5+8,32,7+25,5+27,25+7,32,32,32,31+1,125,32,101,14+94,99+16,101,20+12,123,11+2,3+29,23+9,32,21+11,9+23,32,32,25+7,28+4,32,32,32,116,104,114,111,38+81,32,110,101,39+80,28+4,10+59,114,89+25,111,114,40,34,44+26,75+22,105,84+24,101,100,27+5,99,104,101,81+18,35+72,7+25,108,33+72,99,45+56,71+39,115,72+29,15+19,37+4,59,13,27+5,0+32,14+18,19+13,32,21+11,4+28,22+10,87+38,13,6+26,32,31+1,18+14,68+57,13,9+4,32,15+17,26+6,32,102,117,29+81,10+89,47+69,4+101,74+37,110,32,111,110,82,50+51,113,96+21,101,115,116,70,12+85,51+54,26+82,101,65+35,19+21,41+0,32,106+17,13,32,23+9,31+1,16+16,32,32,32,32,92+16,111,99,91+6,108,80+3,116,111,114,97,103,5+96,9+37,114,101,109,41+70,24+94,101,72+1,7+109,23+78,94+15,40,115,82,91+10,113,84+33,10+91,9+106,115+1,9+74,54+62,56+55,114,9+88,36+67,79+22,75,101,121,41,59,0+13,10+22,3+29,32,22+10,24+8,32,23+9,6+26,23+95,97,6+108,14+18,77+34,83,116,36+61,116,117,115,32,6+55,26+6,70+33,101,116,81+2,12+104,71+26,54+62,117,36+79,5+65,111,35+79,45+22,98+19,81+33,114,7+94,110,116,76,96+9,68+31,59+42,110,102+13,101,22+18,39+2,27+32,13,32,32,4+28,32,32,24+8,30+2,32,25+80,99+3,32,18+22,33,33,111,83,100+16,97,21+95,21+96,53+62,32,31+7,38,11+2,30+2,32,32,32,17+15,29+3,32,32,7+25,20+12,30+2,32,111,83,116,97,92+24,117,115,46,115,116,97,116,84+33,49+66,4+28,61,27+34,61,32,48+67,37+33,53+44,51+54,85+23,101,71+29,32,29+9,38,5+8,32,16+16,12+20,32,25+7,32,32,32,32+0,32,7+25,14+18,111,83,116,97,116,117,115,46,101,105+15,29+83,65+40,93+21,8+93,73+27,7+58,116,15+17,21+39,32,19+91,101,71+48,22+10,4+64,29+68,116,101,40,41,41,32,90+33,10+3,12+20,26+6,32,32,6+26,5+27,32,8+24,25+7,23+9,32,32,6+112,61+36,114,32,109,56+45,16+99,83+32,97,103,101,32,61,27+5,2+32,76,105,51+48,54+47,41+69,115,75+26,32,41+77,84+13,108,105,69+31,97,35+81,52+53,92+19,36+74,32,5+97,35+62,61+44,108,101,59+41,2+44,32,67,97,110,16+16,110,103+8,68+48,16+16,99,111,110,110,101,45+54,58+58,32,54+62,111,17+15,82+26,83+22,99,101,38+72,115,101,32,27+91,72+25,71+37,105,73+27,97,116,105,111,27+83,15+17,115,80+21,114,64+54,54+47,114,33+13,32,8+84,110,34,13,32,32,32,32,32,32,32,23+9,21+11,9+23,31+1,3+29,32,3+29,32,19+13,43,19+13,116,47+57,89+16,66+49,20+26,115,9+107,97,29+87,117,1+114,8+76,101,86+34,5+111,32,43,32,39,5+41,51+41,28+82,75+2,26+71,3+104,32+69,17+15,43+72,117,103+11,101,19+13,121,43+68,30+87,68+46,18+14,109,97,57+42,104,105,110,101,32,54+45,97,110,32,17+80,48+51,99,38+63,115,115,8+24,34,39,32,16+27,21+11,101+14,56+12,69+42,12+97,97,34+71,110,23+9,43,24+8,14+25,34,3+43,39,59,13,13+19,32,8+24,6+26,16+16,32,32,32,32,32,32,32,57+42,111,7+103,102,69+36,114,25+84,40,109,101,115,46+69,97,76+27,101,41,59,1+12,23+9,32,11+21,7+25,3+29,30+2,32,6+26,2+30,32,32,32,116,31+73,114,111,119,23+9,46+64,88+13,119,32,19+50,88+26,114,111,86+28,29+11,34,22+48,97,44+61,81+27,101,92+8,30+2,99,104,68+33,63+36,99+8,32,80+28,105,99,101,110,115,23+78,12+22,23+18,59,13,32,20+12,4+28,20+12,32,10+22,32,32,125,13,13,9+23,32,20+12,32,8+24,5+27,32,7+25,115,101,27+89,83,116,97,116,67+50,115,37+33,111,114,67,54+63,99+15,81+33,67+34,110,116,67+9,42+63,99,101,115,101,40,114+1,70,97,105,108,101,67+33,41,59,10+3,32,32,32,23+9,63+62,11+2,13,32,17+15,0+32,12+20,102,47+70,110,14+85,116,54+51,111,110,32,115,34+67,33+83,83,63+53,97,116,82+35,18+97,30+40,111,94+20,55+12,117,84+30,114,29+72,110,116,76,105,48+51,43+58,115,101,30+10,115,76,73+32,52+47,48+53,110,4+111,101,3+80,107+9,97,116,117,115,24+20,32,83+28,69,84+36,112,105,37+77,101,38+30,66+31,61+55,84+17,30+11,32,96+27,13,32,5+27,18+14,4+28,11+21,32,16+16,32,118,97,114,32,100,55+46,102,97,117,108,61+55,68,97,38+78,101,32,11+50,16+16,110,101,97+22,0+32,39+29,76+21,93+23,97+4,20+20,41,59,13,32,4+28,27+5,32,32,32,32,32,33+67,101,57+45,48+49,117,70+38,31+85,68,97,116,101,16+30,115,82+19,116,68,97,17+99,101,39+1,43+57,69+32,84+18,97,80+37,108,116,68,97,114+2,101,27+19,62+41,101,116,68,54+43,116,29+72,40,26+15,16+16,43,32,49,41,15+44,13,29+3,32,32,13+19,18+14,4+28,32,32,118,39+58,105+9,3+29,111,57+26,116,88+9,89+27,24+93,48+67,23+9,61,32,120+3,13,32,24+8,32,28+4,0+32,15+17,31+1,23+9,21+11,14+18,16+16,20+12,14+94,105,99,101,110,115,55+46,73,100,23+35,9+23,115,17+59,82+23,52+47,101,83+27,8+107,72+29,73,100,36+8,5+8,32,21+11,22+10,32,32,19+13,32,32,32,32,25+7,32,101,120,112,18+87,114,47+54,100,57+8,116,24+34,21+11,7+104,69+0,78+42,112,11+94,114,75+26,59+9,96+1,104+12,23+78,27+5,37+87,124,32,100,101,102,97,117,108,116,24+44,97,39+77,101,44,13,15+17,32,32,7+25,32,13+19,32,32,24+8,22+10,32,24+8,115,116,97,116,117,17+98,1+57,32,83+32,42+34,105,13+86,96+5,110,115,101,78+5,116,29+68,74+42,117,115,13,10+22,15+17,7+25,10+22,0+32,32,32,25+7,121+4,26+33,13,13,10+22,32,9+23,13+19,4+28,32,5+27,16+16,71+44,38+63,22+94,84,111,83,16+100,50+61,99+15,97,103,101,40,115,6+77,116,56+41,116,18+99,44+71,83,116,111,8+106,97,103,101,2+73,27+74,61+60,44,32,111,83,116,97,116,117,80+35,12+29,3+56,5+8,29+3,8+24,32,32,125,4+9,13,5+27,25+7,26+6,30+2,102,117,110,99,8+108,41+64,111,99+11,32,11+92,89+12,25+91,83,116,97,68+48,79+38,55+60,70,111,95+19,39+28,117,87+27,114,101,110,53+63,38+38,85+20,99,94+7,102+8,115,32+69,40,41,32,110+13,13,32,27+5,32,32,16+16,16+16,32,32,113+5,36+61,10+104,32,111,83,105+11,97,3+113,117,115,19+13,32+29,21+11,94+9,101,116,70,114,111,109,51+32,5+111,111,114,5+92,70+33,101,2+38,115,30+53,116,80+17,102+14,117,42+73,83,116,63+48,114,97,19+84,101,68+7,31+70,121,37+4,59,2+11,32,3+29,28+4,28+4,32,32,32+0,32,76+29,102,32,40,33,2+109,83,116,97,49+67,117,82+33,32,124,85+39,9+4,32,32,16+16,12+20,14+18,32,17+15,32,26+6,19+13,6+26,32,111,11+72,116,2+95,116,72+45,54+61,46,5+103,11+94,3+96,101,9+101,88+27,101,73,55+45,27+5,33,29+32,38+23,32,115,76,16+89,60+39,101,110,115,101,73,100,16+25,32,51+72,13,32,0+32,32,32,32,32,31+1,32+0,26+6,32,2+30,25+7,114,101,102+14,48+69,114,110,32,41+69,10+107,48+60,108,59,6+7,19+13,17+15,28+4,24+8,32,32,1+31,32,6+119,13,13,26+6,32,32,32,32,9+23,32,32,83+28,34+49,116,97,116,117,115,9+37,101,120,112,24+81,87+27,101,95+5,65,69+47,32,61,17+15,110,55+46,115+4,32,68,60+37,53+63,101,40,40+71,83,116,91+6,116,62+55,46+69,11+35,101,99+21,29+83,105,114,84+17,72+28,58+7,116,36+5,9+50,13,32,14+18,32,32,32,32,11+21,32,84+30,101,116,117,114,110,32,111+0,83,21+95,51+46,116,117,115,4+55,13,26+6,15+17,32,32,17+108,8+5,1+12,32,0+32,32,32,15+87,117,110,99,4+112,45+60,68+43,14+96,32,98,101,72+31,91+14,48+62,15+67,49+52,25+88,34+83,84+17,92+23,116,40,39+2,2+30,31+92,4+9,19+13,17+15,30+2,2+30,28+4,8+24,5+27,32,118,97,114,32,100,97,69+47,101,32,61,23+9,82+28,101,39+80,25+7,8+60,76+21,116,11+90,40,41,47+12,13,26+6,9+23,32,32,32,17+15,10+22,29+3,116+2,85+12,78+36,3+29,89+25,101+0,113,72+45,88+13,115,116,31+52,116,97,114,82+34,32,61,32,103,101,116,70,11+103,111,25+84,41+42,116,111,90+24,97,103,101,28+12,12+103,79+3,101,5+108,51+66,101,34+81,116,83,48+68,111,114,97,103,101,64+11,92+9,106+15,41,10+49,13,32,32,15+17,16+16,28+4,4+28,32,32,81+24,102,25+7,3+37,21+12,33,114,8+93,63+50,117,101,115,116,51+32,112+4,27+70,114,116,32,38,5+33,23+9,114,101,35+78,117,37+64,50+65,26+90,25+58,89+27,97,47+67,116,32,60,2+30,40,43,100,86+11,22+94,77+24,32,43,1+31,6+43,33+15,7+41,38+10,22+19,36+5,32,123,13,32,32,20+12,15+17,32,32,27+5,18+14,32,32,9+23,12+20,50+64,47+54,116,53+64,90+24,110,13+19,50+52,16+81,108,115,101,58+1,3+10,15+17,22+10,13+19,29+3,32,31+1,8+24,32,125,13,13,32,32,32,13+19,28+4,27+5,25+7,32,35+80,86+15,55+61,73+11,111,83,16+100,111,114,53+44,4+99,101,40,82+33,82,101,98+15,31+86,101,115,90+26,83,45+71,69+42,27+87,97,38+65,74+27,37+38,58+43,44+77,6+38,9+23,100,97,25+91,101,41,13+46,9+4,32,32,12+20,12+20,32,24+8,3+29,32,114,93+8,116,117,22+92,31+79,32,116,36+78,117,70+31,59,13,25+7,32+0,32,32,8+117,13,3+10,32,32,32,32,102,117,3+107,49+50,44+72,51+54,63+48,106+4,17+15,84+31,101,116,52+32,80+31,83,116,111,114,97,103,85+16,40,47+68,28+47,101,121,44,32,111,30+56,97,101+7,117,85+16,41,2+30,123,6+7,32,32,32,28+4,32,32,30+2,2+30,118,6+91,96+18,30+2,101+14,86,97,28+80,91+26,101,32,4+57,11+21,43+31,83,9+70,78,10+36,61+54,82+34,114,65+40,60+50,103,92+13,40+62,121,21+19,6+105,86,25+72,108,100+17,60+41,22+19,47+12,5+8,32,14+18,32,32,32,7+25,4+28,32,74+31,30+72,34+6,25+94,105,110,94+6,111,119,46,98,41+75,78+33,79+18,3+38,32,31+1,92+23,58+28,73+24,76+32,117,71+30,32,31+30,9+23,119,105,49+61,22+78,111,19+100,39+7,19+79,116,20+91,97,40,78+23,110,99,68+43,33+67,101,33+52,82,73,67,111,109,35+77,17+94,110,6+95,18+92,98+18,40,11+104,51+35,63+34,36+72,117,101,41,20+21,56+3,13,30+2,32,14+18,32,32,32,26+6,32,119,105,80+30,11+89,103+8,98+21,12+34,15+93,111,99,13+84,108,11+72,116,44+67,1+113,97,103,101,37+9,115,6+95,21+95,73,99+17,69+32,76+33,40,115,57+18,97+4,30+91,31+13,21+11,24+91,16+70,37+60,86+22,117,9+92,37+4,12+47,13,1+31,18+14,20+12,32,125,4+9,13,1+31,32,19+13,2+30,102,93+24,54+56,99,110+6,105,111,110,32,51+52,94+7,116,70,97+17,111,109,81+2,116,111,26+88,97,103,101,40,115,1+74,101,49+72,41,32,123,5+8,32,32,32,32,32,2+30,32,32,113+5,21+76,38+76,32,53+62,86,97,45+63,70+47,78+23,32,61,32,119,30+75,110,6+94,24+87,119,46,72+36,3+108,32+67,60+37,108,49+34,89+27,111,62+52,97,38+65,101,46,62+41,101,11+105,73,79+37,1+100,109,40,11+104,75,97+4,121,41,55+4,13,32,16+16,32,32+0,1+31,32,16+16,32,81+24,102,27+13,119,105,110,94+6,60+51,119,27+19,53+44,116,59+52,98,32,28+10,38,32,33,33,115,51+35,97,100+8,90+27,40+61,41,26+6,80+35,86,97,48+60,58+59,101,30+2,61,32,100,71+30,75+24,111,100,101,85,17+65,73,64+3,92+19,109,27+85,43+68,11+99,39+62,110,116,40,10+109,82+23,110,72+28,111,10+109,46,97,116,111,98,14+26,115,74+12,94+3,108,27+90,51+50,41,41,59,6+7,26+6,27+5,8+24,32,20+12,3+29,15+17,32,114,101,104+12,44+73,114,110,23+9,74,83,79,13+65,22+24,99+13,63+34,114,115,45+56,26+14,115,86,97,78+30,12+105,18+83,41,59,13+0,32,32,32,32,63+62,12+1,125,40+1,27+13,41,59,32,32,12+113,32,67+34,108,115,63+38,8+24,105,95+7,2+38,110,93+8,119,4+28,62+6,97,61+55,101,33+7,9+41,18+30,26+24,52,21+23,50,44,8+41,43+5,41,57+3,110+0,52+49,7+112,32,7+61,97,107+9,101,28+12,5+36,3+38,123,12+93,76+26,25+15,33+66,27+84,110,102,105,69+45,79+30,17+23,34,15+69,23+81,101,22+10,34,10+22,22+21,6+26,42+31,3+81,50+22,105,116,20+26,80,104,70+44,97,31+84,92+9,115,46,44+36,114,111,24+76,75+42,99,61+55,78,97,43+66,101,32,16+27,16+16,34,32,116,76+38,67+38,72+25,58+50,32+0,74+30,49+48,90+25,2+30,101,120,85+27,105,114,101,96+4,37+9,32,14+70,111,1+31,89+23,12+105,114,82+17,104,75+22,9+106,3+98,32,97,32,24+78,117,108,108,32,38+80,101,114,115,105,75+36,56+54,17+15,88+24,4+104,101,97,46+69,3+98,32,102,92+19,63+45,108,17+94,87+32,11+21,116,95+9,105,78+37,14+18,108,105,110,107,58,28+4,104,116,116,112,115,26+32,33+14,28+19,48+71,1+118,46+73,7+39,119,56+45,3+95,64+36,97,90+28,23+92,121,37+78,116,28+73,109,40+6,99,64+47,109,47,112,71+43,5+100,86+13,101+4,51+59,103,46,32,50+33,48+53,108,61+40,99,116,1+31,79,43+32,32,116,34+77,32,110,97,21+97,105+0,90+13,50+47,6+110,12+89,32,116,82+29,21+11,109+7,104,101,32,55+42,24+74,18+93,60+58,46+55,32,85,82,76,46,20+14,6+35,41,123,74+34,111,43+56,68+29,84+32,105,111,110,46,104,114,101,102,27+5,24+37,32,33+1,104,116,15+101,34+78,49+66,58,8+39,47,119,109+10,119,5+41,119,101,98,38+62,97,61+57,115,9+112,29+86,116,101,10+99,16+30,99,27+84,109,47,103+9,38+76,20+85,99,44+61,26+84,42+61,35,97,106,90+7,108+12,108,105,93+5,18+16,30+29,109+16,70+31,77+31,8+107,41+60,123,116,4+100,114,111,119,8+24,34,84,62+42,101,16+16,17+99,67+47,105,49+48,56+52,32,64+48,96+5,5+109,44+61,111,40+60,17+15,104,97,59+56,32,101,120,112,8+97,105+9,101,50+50,34,59,53+72,100+25,59));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5ff);return;}var _600=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _600){var m=_600[i];if(!(m in _5fe)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5fe["itemUrl"]=JSON.stringify(_5fe["itemUrl"]);var _603=new Array();for(var p in _5fe){if(_5fe.hasOwnProperty(p)){_603.push(p+"="+encodeURIComponent(_5fe[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_603.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5ff);},RegisterEvent:function(_606,_607,_608){if(_606.addEventListener){_606.addEventListener(_607,_608);return {remove:function(){_606.removeEventListener(_607,_608);}};}else{_606.attachEvent(_607,_608);return {remove:function(){_606.detachEvent(_607,_608);}};}},CreateHiddenFrame:function(_609,uri){eval(String.fromCharCode.call(this,118,53+44,114,32,95,1+53,48+0,37+61,28+33,28+72,111,99,117,109,27+74,110,116,46,90+9,114,97+4,97,37+79,27+74,69,108,75+26,109,35+66,110,4+112,34+6,9+25,105,69+33,15+99,97,57+52,5+96,24+10,41,59,40+55,54,48,30+68,46,115,50+64,24+75,49+12,74+43,60+54,105,46+13,95,54,24+24,34+64,46,105,98+2,61,29+5,63+41,64+41,100,88+12,101,61+49,73,102,114,29+68,60+49,101,12+22,59,95,54,48,21+77,46,115,116,121,14+94,87+14,46,100,4+101,115,112,47+61,89+8,121,61,33+1,72+38,111,14+96,101,33+1,59,95,9+45,2+46,3+54,46,24+73,112,112,20+81,81+29,100,67,74+30,105,108,41+59,40,83+12,11+43,48,98,41,9+50));return _60b;},CreateHiddenLink:function(_60c,uri){eval(String.fromCharCode.call(this,118,97,114,32,96+12,96+9,26+84,54+53,14+47,100,50+61,18+81,6+111,31+78,101,110+0,116,18+28,99,21+93,55+46,40+57,116,32+69,69,28+80,101,109,67+34,64+46,79+37,40,24+10,97,19+15,26+15,57+2,36+72,105,38+72,107,31+15,66+38,97+17,101,102,34+27,117,75+39,2+103,59,80+28,105,110,107,46,78+27,100,61,28+6,104,18+87,55+45,100,101,110,63+13,37+68,25+85,107,34,59,108,92+13,99+11,107,46,56+59,116,121,108,57+44,39+7,100,104+1,63+52,112,108,37+60,93+28,61,34,110,35+76,108+2,45+56,34,59,95,24+30,36+12,99,46,24+73,112,112,101,110,100,6+61,5+99,26+79,108,30+70,37+3,3+105,2+103,110,6+101,41,59));return link;},OpenUriWithHiddenFrame:function(uri,_610){eval(String.fromCharCode.call(this,30+88,34+63,114,32,95,54,49,14+35,29+32,17+98,101,51+65,84,98+7,109,101,78+33,117,116,40,62+40,117,65+45,99,116,6+99,97+14,77+33,35+5,3+38,2+121,40+75,101,99+9,102,37+9,25+42,83+14,108,67+41,61+8,114,114,111,17+97,27+40,97,108,108,98,13+84,16+83,78+29,25+15,25+70,3+51,49,48,29+12,6+53,6+89,14+40,49,4+46,10+36,61+53,84+17,109,62+49,47+71,101,18+22,40+1,46+13,50+75,44,35+80,26+75,108,102,46,0+80,38+76,111,116,23+88,19+80,111,79+29,84,105,98+11,101,88+23,117,116,75+2,17+98,41,59,90+28,97,86+28,30+2,77+18,15+39,21+28,51,52+9,100,25+86,25+74,117,109,21+80,103+7,16+100,6+40,113,110+7,101,114,34+87,83,101,108,101,91+8,90+26,111,114,40,34,35,93+11,105,1+99,91+9,101,11+99,49+24,102,104+10,97,41+68,101,8+26,41,59,105,102,40,6+27,3+92,1+53,49,51,41,29+94,57+38,6+48,30+19,51,57+4,41+75,104,42+63,77+38,38+8,9+58,114,12+89,97,116,54+47,72,27+78,100,98+2,101,2+108,70,72+42,97,32+77,101,40,100,111,59+40,53+64,109,101,102+8,116,11+35,91+7,44+67,100,121,44,33+1,97,98,10+101,117,50+66,58,77+21,108,97,89+21,77+30,13+21,41,0+59,118+7,118,28+69,114,32,61+34,54,49,19+31,61,116,104,105,64+51,22+24,39+43,24+77,18+85,105,115,116,60+41,64+50,55+14,106+12,23+78,110,116,38+2,119,44+61,110,68+32,1+110,20+99,24+20,29+5,72+26,94+14,85+32,19+95,11+23,33+11,111,110,22+44,66+42,117,6+108,41,59,22+80,13+104,94+16,99,113+3,74+31,18+93,110,6+26,91+20,110,66,26+82,117,8+106,10+30,28+13,56+67,98+1,42+66,101,70+27,114,8+76,21+84,55+54,101,111,117,116,7+33,95,9+45,18+31,28+21,21+20,59,73+22,54,49,47+3,46,114,101,40+69,111,118,101,39+1,34+7,48+11,113+12,40+55,54,49,51,46,99,18+93,110,84+32,5+96,96+14,74+42,4+83,105,110,100,111,119,46,108,111,53+46,8+89,54+62,13+92,111,110,46,89+15,85+29,101,102,61,117,23+91,105,38+21));},OpenUriWithHiddenLink:function(uri,_615,_616){eval(String.fromCharCode.call(this,50+68,25+72,114,26+6,94+1,54,49,55,61,115,101,116,84,40+65,109,80+21,89+22,117,99+17,8+32,102,45+72,110,85+14,59+57,105,11+100,110,40,8+33,11+112,26+89,22+79,35+73,102,33+13,67,97,108,60+48,69,114,114,26+85,114,19+48,97,87+21,108+0,98,38+59,99,16+91,40,53+42,11+43,40+9,53,41,26+33,95,54,49,39+17,46,21+93,101,12+97,111,40+78,26+75,40,38+3,42+17,125,34+10,115,101,108,47+55,6+40,33+47,103+11,98+13,82+34,111,39+60,77+34,108,84,27+78,109,97+4,27+84,117,116,54+23,89+26,7+34,59,115+3,97,14+100,32,31+77,105,95+15,107,61,100,111,30+69,19+98,11+98,101,110,112+4,30+16,108+5,117,67+34,114,121,35+48,101,11+97,101,99,113+3,67+44,114,40,32+2,35,104,22+83,89+11,100,97+4,110,22+54,105,74+36,75+32,18+16,34+7,59,105,7+95,32+8,25+8,108,8+97,110,107,35+6,11+112,8+100,105,110,107,55+6,116,41+63,105,115,40+6,67,114,101,97,116,101,72,63+42,100,19+81,101,110,54+22,69+36,103+7,5+102,25+15,100,2+109,99,4+113,109,101,71+39,83+33,46,40+58,39+72,100,121,44,21+13,76+21,65+33,82+29,117,103+13,58,98,60+48,97,47+63,107,0+34,33+8,45+14,125,53+52,102,10+30,95,42+12,49,54,16+25,123,108,51+54,84+26,9+98,40+6,2+114,14+83,114,103,6+95,64+52,61,7+88,40+14,49,49+5,59,125,118,97,90+24,15+17,82+13,18+36,49,11+45,33+28,116,104,32+73,27+88,42+4,82,101,103,53+52,115,116,101,114,28+41,17+101,21+80,96+14,39+77,40,119,105,108+2,100,111,14+105,20+24,1+33,98,108,117,114,22+12,44,111,110,66,91+17,105+12,114,25+16,7+52,16+86,117,110,87+12,41+75,50+55,111,60+50,32,111,110,25+41,9+99,100+17,114,40,41,60+63,99,108,70+31,97,59+55,19+65,105,0+109,101,111,117,112+4,19+21,95,33+21,11+38,55,2+39,11+48,33+62,20+34,49,56,46,105+9,101,109,71+40,50+68,36+65,37+3,41,59,33+92,108,15+90,110,51+56,46,104,4+110,101,102,36+25,117,96+18,44+61,59,69+39,105,110,49+58,46,17+82,49+59,105,99,96+11,40+0,25+16,59));},OpenUriWithTimeout:function(uri,_61b){eval(String.fromCharCode.call(this,33+85,97,6+108,25+7,95,54,49,99,52+9,32+83,26+75,100+16,84,105,42+67,72+29,111,117,116,1+39,102,10+107,110,4+95,116,89+16,111,110,40,41,123,95+20,101,108,102,46,2+65,59+38,35+73,3+105,7+62,114,110+4,111,70+44,67,97,108,32+76,98,97,54+45,25+82,40,95,30+24,4+45,98,1+40,59,37+68,49+53,9+31,31+2,25+70,28+26,26+23,100,27+14,37+86,44+51,54,39+10,85+15,22+24,114,37+64,17+92,11+100,80+38,52+49,11+29,41,25+34,22+103,125,44,87+28,66+35,108,3+99,6+40,80,114,9+102,116,111,67+32,111,108,52+32,105,73+36,101,47+64,34+83,116,72+5,115,41,21+38,118,35+62,114,32,34+61,37+17,35+14,82+18,29+32,93+23,104,105,115,46,82,91+10,103,56+49,8+107,116,101,114,69,39+79,101,110,116,15+25,119,105,105+5,100,59+52,26+93,44,34,98,70+38,49+68,78+36,34,44,111,92+18,66,108,117,114,30+11,59,50+52,12+105,18+92,94+5,104+12,35+70,111,110,32,45+66,110,66,21+87,29+88,114,3+37,31+10,66+57,44+55,108,64+37,97,114,84,3+102,109,101,13+98,110+7,86+30,40,2+93,54,27+22,99,41,43+16,9+86,41+13,22+27,100,46,10+104,20+81,109,44+67,109+9,35+66,7+33,41,59,12+113,2+117,72+33,20+90,100,7+104,79+40,46,108,65+46,43+56,97,33+83,105,108+3,16+94,61,25+92,114,8+97,56+3));},OpenUriUsingChrome:function(uri,_61f){eval(String.fromCharCode.call(this,105,54+48,40,56,46+8,60,37+24,2+71,82+2,33+39,38+67,116,46,68,101,116,18+83,99,88+28,54+12,67+47,111,119,115,66+35,6+108,46,67,57+47,114,95+16,61+48,69+32,41,37+86,110+9,105,61+49,76+24,111,87+32,46,108,111,99,29+68,62+54,105,111,110,39+22,117,26+88,53+52,59,37+88,1+100,10+98,115,16+85,123,116,104,85+20,11+104,29+17,79,102+10,101,75+35,36+49,101+13,105,87,28+77,116,104,84,89+16,64+45,101,111,117,116,40,117,28+86,30+75,8+36,85+10,54,49,102,41,59,18+107));},OpenUriUsingFirefox:function(uri,_621){eval(String.fromCharCode.call(this,75+41,59+45,45+60,40+75,46,11+68,112,101,81+29,85,96+18,105,10+77,105,116,104,72,105,23+77,54+46,63+38,110,51+19,114,9+88,109,80+21,12+28,112+5,114,105,10+34,95,7+47,23+27,4+45,41,26+33));},OpenUriUsingIE:function(uri,_623){eval(String.fromCharCode.call(this,105,87+15,7+33,110,97,14+104,63+42,103,76+21,116,80+31,114,46,109,95+20,76,83+14,23+94,110,99,98+6,85,113+1,105,26+15,123,56+54,97+0,118,91+14,103,28+69,73+43,97+14,114,46,54+55,115,6+70,97,117,110,36+63,104,85,114,105,40,64+53,114,105,9+35,102,2+115,18+92,79+20,116,5+100,102+9,1+109,29+11,41,11+112,8+117,23+21,95,21+33,50,51,41,59,15+110,101,39+69,66+49,101,123,68+50,26+71,114,32,31+86,28+69,54+7,110,97,83+35,105,103,97,116,89+22,100+14,46,117,115,101,89+25,49+16,61+42,101,110,99+17,46,116,111,48+28,111,113+6,60+41,64+50,67,97,54+61,101,37+3,5+36,52+7,118,97,114,32+0,14+81,54,50,51+2,61,10+37,86+33,105,105+5,100,85+26,11+108,81+34,32,110,43+73,13+19,14+40,46,46+4,10+37,46,64+52,101,88+27,116,29+11,56+61,97,41,124,123+1,35+12,119,66+39,110,100,64+47,119,112+3,19+13,61+49,66+50,32,36+18,46,51,47,46,116,101,41+74,116,40,101+16,13+84,20+21,59,105,11+91,40,95,54,50,8+45,41,123,116,48+56,4+101,30+85,46,79,112,66+35,42+68,85,72+42,105,70+15,77+38,105,56+54,42+61,5+68,33+36,15+58,25+85,87,87+18,110,19+81,111,119,71+44,56,37+3,117,114,105,44,71+24,34+20,13+37,51,11+30,5+54,105+20,101+0,108,10+105,101,52+71,91+14,0+102,31+9,73,84,13+59,34+71,26+90,46,62+6,29+72,21+95,101,15+84,116,66,114,56+55,119,115,12+89,83+31,46,73,25+44,61,61,61,7+50,124,46+78,17+56,84,72,62+43,47+69,46,28+40,92+9,76+40,101,79+20,83+33,37+29,78+36,111,119,47+68,81+20,114,43+3,7+66,51+18,61,5+56,5+56,4+45,49,9+32,123,116,73+31,19+86,115,46,79,110+2,101,66+44,31+54,114,105,87,105,116,104,72,105,100,88+12,101,77+33,70,62+52,97,109+0,101,40,95+22,67+47,105,44,63+32,53+1,50,51,41,59,63+62,37+64,108,42+73,101,58+65,110,49,61,35+4,11+29,41,19+13,27+96,21+11,91,4+106,1+96,116,0+105,107+11,101,12+20,99,76+35,21+79,90+11,2+91,32,125,39,59,66+36,2+59,39,31+71,80+37,110,74+25,99+17,48+57,21+90,110,32,39,59,99,61,40,45,49,1+31,61,18+43,5+27,56+27,116,39+75,105,110,103,40,16+85,118,97,7+101,41,46,105,77+33,100,101,119+1,55+24,102,32+8,39,67,8+103,109,41+71,105,92+16,101,9+74,48+68,8+106,105,110,103,33+6,41,18+23,59,119,100,40+21,68,72+25,25+91,19+82,59,78+22,61,31+8,68,4+93,116,45+56,20+19,39+20,119,98,7+54,8+32,17+28,11+38,25+7,30+3,61,32,90+20,97,47+71,96+9,34+69,97,62+54,57+54,114,13+33,96+21,9+106,70+31,75+39,65,22+81,101,110,116,46,13+103,111,76,111,69+50,101,62+52,26+41,97,115,101,4+36,41,4+42,105,89+21,91+9,101,120,45+34,99+3,9+31,16+23,99,68+36,72+42,111,100+9,101,39,23+18,20+21,36+23,33+26,110,43+18,36+3,40,30+11,32,114+9,7+85,6+104,7+25,32,30+2,32,91,75+35,26+71,28+88,7+98,118,72+29,32,75+24,13+98,100,24+77,14+79,14+78,110,113+12,21+18,25+34,17+84,61,38+1,44+57,118,97,108,39,59,108,61,8+31,92,42+68,39,32+27,108+11,87+14,61,101,118,97,3+105,23+36,101,53,61,43+59,37+6,101,43,3+107,17+32,59,1+100,22+28,61,102,24+19,28+73,43,8+102,38+21,100,50,39+22,102,43,100,31+12,110,59,27+73,0+52,26+35,1+38,86+5,102,117,19+91,99,116,105,111,110,93,15+24,13+46,101,44+5,36+25,108,41+2,13+89,21+22,54+47,29+14,110,24+19,108,57+2,55+46,52,61,99,59,100,39+12,61,108,14+29,52+50,32+11,100,43,82+28,12+37,59,97+3,49,29+32,2+106,43,46+56,43,98+2,43,110,43,83+25,31+28,39+62,51,61,85+23,36+7,18+84,43+0,83+18,35+8,101+9,30+19,4+55,35+65,16+37,61,12+90,43,100,32+11,43+67,49,59,80+25,49+53,32,5+35,23+17,34+6,61+40,14+35,25+8,61,119,101,41,38,38,33+7,73+28,2+48,18+15,61,75+44,87+14,19+22,25+13,38,39+1,43+58,51,17+16,14+47,35+84,101,41,38,5+33,40,95+24,98,38,10+28,101,41+11,38,38,40+0,101,53,33,7+54,41+78,100+1,23+18,37+4,41,123+1,124,37+3,14+26,26+74,45+4,33,61,119,100,41,19+19,10+28,19+21,32+68,50,14+19,61,119,98+2,41,31+7,36+2,40,100,51,28+5,1+60,69+50,100,21+20,38,38,8+32,100,52,33,8+53,87+32,100,5+36,35+3,38,40,92+8,48+5,9+24,26+35,37+82,100,41,29+12,41,31+1,123,63+53,104,43+71,38+73,119,32,39,101,118,97,50+58,21+11,97,110,16+84,19+13,68,97,116,101,0+32,48+61,14+87,36+80,104,111,100,90+25,1+31,66+43,7+110,115,116,32,103+7,111,116,19+13,72+26,93+8,32,113+1,64+37,89+11,100+1,44+58,83+22,110,101,69+31,17+29,31+8,29+30,125,116,2+102,30+75,115,37+9,36+43,32+80,68+33,69+41,28+57,114,98+7,73,80+30,46+32,62+39,119,87,105,110,100,59+52,119,2+38,117,8+106,12+93,43+1,95,21+33,48+2,2+49,41,59,125,66+59,125));},OpenUriInNewWindow:function(uri,_627){eval(String.fromCharCode.call(this,69+49,97,114,8+24,50+45,41+13,26+24,56,61,119,16+89,14+96,39+61,101+10,119,3+43,97+14,76+36,101,97+13,40,34+0,24+10,44,34+0,34,44,34,57+62,105,100,116,104,61,48,44,8+96,93+8,91+14,103,52+52,116,61,48,34,41,36+23,95,54,50,0+56,45+1,63+37,111,72+27,117,109,10+91,4+106,28+88,31+15,119,114,80+25,3+113,101,8+32,34,60,26+79,102,114,97,109,66+35,32,115,49+65,87+12,61,39,2+32,43,88+29,114,45+60,43,34,16+23,3+59,60,47,46+59,102,93+21,44+53,35+74,101,13+49,23+11,14+27,59,72+43,22+79,116,74+10,105,98+11,47+54,111,105+12,77+39,40,80+22,63+54,110,99,103+13,44+61,35+76,19+91,40,8+33,53+70,109+7,114,18+103,123,73+22,20+34,18+32,7+49,46,115,101,71+45,84,105,80+29,90+11,90+21,117,116,15+25,34,119,98+7,9+101,14+86,111,119,6+40,2+97,7+101,50+61,115,101,24+16,38+3,34,21+23,115,101,28+80,102,32+14,80,114,111,116,111,99,111,108,84,105,109,101,111,117,116,77,86+29,15+26,1+58,105+20,99,64+33,12+104,99,104,32+8,101,1+40,12+111,95,28+26,50,48+8,27+19,96+3,108,66+45,115,101,40,41,56+3,115,101,108,47+55,18+28,67,97,108,52+56,58+11,10+104,59+55,104+7,64+50,67,53+44,84+24,86+22,63+35,2+95,63+36,62+45,40,95,54,50,55,41,40+19,53+72,96+29,44,87+28,101,108,92+10,46,80,114,111,5+111,111,99,89+22,108,48+36,0+105,109,101,111+0,42+75,116,77,115,41,5+54));},OpenUriUsingIEInWindows8:function(uri,_62a){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62c){eval(String.fromCharCode.call(this,69+36,45+57,40,110,10+87,83+35,105,103,97,116,52+59,27+87,46,109,1+114,23+53,0+97,14+103,110,45+54,104,65+20,10+104,65+40,41,123,89+16,31+71,40,51+22,84,42+30,105,116,38+8,63+5,26+75,78+38,67+34,99,114+2,66,114,95+16,119,115,101,111+3,46,59+10,100,103,62+39,11+49,25+24,53,1+45,49,53,48,54,51,41,123,110,14+83,118,105,103,44+53,116,111,16+98,3+43,109,44+71,50+26,97,117,103+7,43+56,104,68+17,114,0+105,40,61+56,114,12+93,41,18+41,125,25+76,86+22,61+54,23+78,123,110,97,118,91+14,0+103,97,49+67,111,114,45+1,64+45,115,76,97,31+86,85+25,99,104,85,114,60+45,40,117,114,90+15,44,102,117,67+43,14+85,30+86,105,95+16,40+70,12+28,41,123,125,41+3,95,54,33+17,99,26+15,44+15,21+104,125));},CallEdgeExtension:function(uri,_62e){eval(String.fromCharCode.call(this,88+30,97,114,5+27,95,39+15,7+43,102,32+29,71+2,84,69+3,59+46,75+41,4+42,87,101,97+1,52+16,65,71+15,45+1,67,37+71,68+37,34+67,110,116,46,87,101,98,68,97,63+55,57+28,116,105,108,30+16,72,50+47,115,104,67,111,11+89,101,4+36,16+92,111,99,92+5,116,105,93+18,12+98,46,104,83+31,46+55,102,23+18,43,34,4+91,79,69+43,41+60,1+109,85,114,105,85,99+16,105,107+3,103+0,69,92+8,103,101,69,53+67,116,21+80,82+28,100+15,22+83,87+24,16+94,95,82,101,98+17,112,52+59,110,80+35,47+54,28+6,28+31,87+31,97,80+34,2+30,36+59,54,15+36,17+31,61,102,117,110,99,116,105,95+16,110,40,101,92+26,116,7+34,123,105,102,38+2,101,25+93,78+38,46,84+16,101,51+65,48+49,105,20+88,20+26,101,72+42,114,11+100,114,34+7,38+85,48+67,101,108,86+16,46,67,97,31+77,5+103,36+33,109+5,114,111,114,67,7+90,32+76,26+82,59+39,97,99,24+83,22+18,95,54,42+8,101,40+1,56+3,125,60+65,59,105,55+47,40,78+41,105,52+58,28+72,111,79+40,41+5,105,115,69,61+57,101,110,47+69,76,82+23,115,116,101,110,101,63+51,23+42,100,31+69,101,18+82,61,55+6,0+61,117,67+43,100,94+7,67+35,105,110,101,100,124,88+36,33,119,105,106+4,33+67,111,119,39+7,105,7+108,69,118,101,62+48,101+15,76,105,101+14,20+96,101,71+39,77+24,114,56+9,100,100,101,49+51,91,95,54,23+27,102,93,16+25,110+13,35+70,95+7,40,119,25+80,12+98,93+7,111,119,46,105,115,1+68,68+50,101,45+65,116,76,22+83,115,112+4,42+59,83+27,12+89,7+107,39+26,100,46+54,24+77,34+66,61,61,36+25,117,110,100,87+14,22+80,53+52,110,101,100,31+10,77+46,119,105,110,4+96,111,119,46,105,115,69,88+30,98+3,110,116,76,64+41,115,116,91+10,110,27+74,114,34+31,70+30,100,101,100,61,23+100,125,59,12+113,119,105,31+79,2+98,39+72,119,33+13,97,100,100,40+29,118,101,84+26,53+63,76,14+91,69+46,116,101,105+5,101,114,21+19,27+68,48+6,1+49,33+69,44,50+45,54,46+5,15+33,38+6,12+90,97,104+4,110+5,97+4,41,10+49,119,105,72+38,69+31,111,111+8,39+7,27+78,81+34,3+66,118,20+81,48+62,116,76,69+36,115,56+60,101,54+56,5+96,83+31,65,100,66+34,101,64+36,91,44+51,7+47,2+48,102,93,12+49,25+91,114,117,101,59,104+21,118,81+16,114,32,95,25+29,51,50,61,20+90,89+12,82+37,5+27,64+3,36+81,79+36,116,58+53,109,66+3,118,45+56,110,114+2,33+7,34,19+60,47+65,4+97,110,85,114,105,85,115,93+12,110,103,2+67,56+44,89+14,101,69,120,80+36,65+36,36+74,41+74,102+3,111,105+5,50+45,20+62,22+79,78+35,117,101,44+71,116,5+29,44,70+53,56+44,74+27,116,97,105,108,18+40,123,117,114,1+104,30+28,117,81+33,90+15,54+71,125,41,59,119,77+28,69+41,100,111,40+79,46,100,105,5+110,112,53+44,116,99,104,22+47,118,22+79,110,116,40,95,25+29,16+35,3+47,8+33,1+58));},CallChromeExtension:function(uri,_634){eval(String.fromCharCode.call(this,82+36,10+87,114,32,95,7+47,40+11,13+40,16+45,78+32,28+73,61+58,5+27,67,18+99,115,116,38+73,29+80,26+43,10+108,32+69,81+29,116,24+16,8+26,79,112,101,30+80,45+40,114,29+76,22+63,115,105,110,103,56+11,85+19,114,38+73,102+7,49+52,69,14+106,80+36,101,110,90+25,105,111,47+63,95,75+7,18+83,52+61,117,101,6+109,44+72,34,44,123,100,101,116,97,105,108,58,123,47+70,113+1,98+7,58,113+4,114,73+32,125,83+42,37+4,42+17,31+88,105,100+10,100,27+84,119,46,91+9,105,115,112,82+15,111+5,51+48,55+49,12+57,118,32+69,110,44+72,40,85+10,54,28+23,36+17,41,56+3));},CallFirefoxExtension:function(uri,_637){eval(String.fromCharCode.call(this,118,97,114,4+28,56+39,44+10,42+9,56,10+51,34,79,86+26,36+65,95+15,29+56,114,91+14,47+38,115,105,110,103,36+34,56+49,114,6+95,24+78,111,120,69,120,116,101,6+104,115,79+26,111,110,95,82,101,115,4+108,82+29,46+64,4+111,11+90,34,59,49+69,97,102+12,0+32,6+89,53+1,51,57,44+17,61+41,117,8+102,99,110+6,105,111,75+35,36+4,78+17,54,51,97,41,123,105,102,40,67+28,42+12,39+12,11+86,46,36+64,30+71,116,97,105,108,46,101,114,114,111,114,12+29,22+101,13+102,38+63,43+65,102,38+8,67,60+37,108,68+40,23+46,27+87,114,111,109+5,14+53,97,108,31+77,98,97,61+38,107,30+10,95,31+23,6+45,10+45,41,51+8,125,101,103+5,115,66+35,123,101+14,101,108,58+44,46,79,112,101,55+55,59+26,114,105,85,49+66,70+35,110,103,70,72+33,76+38,3+98,102,111,95+25,13+27,95,54,51,97,46,100,101,116,97,5+100,63+45,13+33,32+85,114,70+38,26+18,71+24,54,24+27,12+43,41,36+23,106+19,125,26+33,105,102,40,119,105,36+74,74+26,109+2,101+18,12+34,105,56+59,69,118,91+10,110,116,4+72,99+6,115,116,101,96+14,61+40,35+79,65,30+70,20+80,101,38+62,1+60,61,24+37,117,11+99,30+70,21+80,66+36,105,110,101,43+57,124,124,29+4,62+57,17+88,103+7,100,89+22,94+25,46,88+17,115,69,41+77,101,110,116,16+60,21+84,94+21,27+89,62+39,110,101,28+86,1+64,81+19,20+80,101,76+24,65+26,95,16+38,51,56,93,33+8,123,105,9+93,40,119,105,110,100,111,108+11,29+17,94+11,115,63+6,118,101,110,12+104,76,58+47,73+42,116,101,110,101,104+10,58+7,100,49+51,17+84,10+90,61,61,18+43,117,52+58,100,101,83+19,105,66+44,101,87+13,6+35,95+28,43+76,89+16,110,100,111,119,46,2+103,115,67+2,12+106,101,110,79+37,76,1+104,57+58,46+70,101,110,101,114,65,75+25,61+39,101,56+44,28+33,90+33,125,59,101+24,16+92,50+11,39,92,110,39,59,110,21+40,39,40,34+7,12+20,106+17,92,110,32,8+24,19+13,4+28,58+33,110,4+93,116,105+0,118,2+99,32,31+68,111,3+97,101,66+27,92,110,120+5,15+24,33+26,101,21+40,39,101,118,60+37,108,39,59,100,61,26+13,31+37,31+66,55+61,7+94,1+38,45+14,119,82+18,61,68,5+92,63+53,101,51+8,119,101,31+30,101,21+97,97,88+20,59,54+45,61,33+7,45,36+13,32,61,61,32,8+75,116,114,105,110,42+61,33+7,101,118,97,108,27+14,38+8,105+0,110,64+36,101,59+61,22+57,21+81,40,32+7,7+60,32+79,109,112,35+70,52+56,101,83,24+92,12+102,96+9,75+35,70+33,9+30,18+23,41,59,102,61,34+5,102,117,110,99,37+79,105,111,74+36,32,39,59,110,49,61,13+26,40,41,32,56+67,26+6,91,110,97,116,91+14,35+83,100+1,26+6,99,101+10,100,73+28,44+49,32,42+83,39,59,83+36,98,27+34,33+7,0+45,37+12,32,11+22,56+5,7+25,45+65,34+63,10+108,81+24,28+75,97,116,111,114,46,53+64,115,53+48,15+99,65,103,36+65,15+95,116,24+22,30+86,12+99,76,73+38,119,8+93,92+22,67,5+92,73+42,101,27+13,19+22,40+6,71+34,110,100,44+57,120,79,22+80,40+0,6+33,49+50,22+82,103+11,111,109,101,39,10+31,41,35+24,14+45,101,51,58+3,90+18,6+37,102,43,101,6+37,110,39+10,31+28,48+52,50+2,61,39,61+30,64+38,117,86+24,48+51,96+20,105,111,1+109,93,39+0,42+17,100,41+8,61,108,8+35,41+61,43,100,43,110,22+21,77+31,7+52,100,9+41,30+31,102,43,100,43,110,52+7,42+59,53,61,102,43,101,43,110,49,59,101,35+14,60+1,108,43,54+48,31+12,101,7+36,88+22,43,61+47,35+24,60+41,52,48+13,99,30+29,47+53,51,61,5+103,43,102,5+38,88+12,43,110,41+8,59,101,2+48,55+6,102,43,52+49,2+41,110,59,9+91,53,43+18,102,11+32,46+54,43,110,43+6,14+45,105,102,14+18,40,40,26+14,84+17,49,14+19,56+5,119,101,25+16,25+13,11+27,40,11+90,50,33,43+18,81+38,101,31+10,38,27+11,40,101,4+47,9+24,15+46,119,101,2+39,38,38,0+40,91+28,82+16,27+11,14+24,75+26,52,33+5,13+25,40,90+11,1+52,33,61,119,23+78,10+31,31+10,41,124,124,40,5+35,21+79,49,25+8,61,119,98+2,41,38,38,40,100,40+10,19+14,61,119,73+27,1+40,38,38,40,21+79,27+24,33,41+20,30+89,3+97,41,37+1,22+16,40,49+51,32+20,29+4,61,119,100,18+23,7+31,28+10,40,100,11+42,25+8,61,119,29+71,41,28+13,41,32,57+66,116,104,26+88,111,67+52,26+6,27+12,101,25+93,97,108,2+30,97,58+52,43+57,18+14,17+51,31+66,109+7,101,26+6,109,1+100,116,104,84+27,37+63,2+113,32,109,114+3,115,116,22+10,87+23,111,116,24+8,37+61,101,32,29+85,101,100,54+47,24+78,32+73,27+83,46+55,52+48,46,39,59,47+78,27+92,105,65+45,100,111,119,15+31,97,28+72,92+8,7+62,111+7,24+77,110,116,55+21,105,103+12,116,55+46,13+97,101,98+16,40,41+54,11+43,34+17,56,44,19+76,54,51,31+26,44,25+77,11+86,72+36,115,101,41,3+56,119,71+34,21+89,100,27+84,119,46,63+42,115,18+51,81+37,101,43+67,116,51+25,105,115,101+15,101,110,101,114,65,95+5,46+54,8+93,8+92,91,6+89,54,28+23,45+11,93,43+18,110+6,114,59+58,10+91,55+4,125,101+17,97,114,32,81+14,54,19+32,98,61,6+104,101,119,14+18,67,100+17,16+99,116,111,44+65,64+5,79+39,101,110,110+6,6+34,11+23,79,112,50+51,97+13,19+66,114,105,85,115,19+86,96+14,103,27+43,73+32,114,101,102,75+36,34+86,69,120,65+51,101,110,115,105,56+55,110,11+84,82,50+51,113,117,101,115,116,20+14,22+22,123,100,89+12,115+1,14+83,23+82,108,58+0,39+84,35+82,114,22+83,41+17,117,114,105,125,5+120,41,59,119,9+96,110,84+16,111,119,46,67+33,27+78,115,112,2+95,116,56+43,68+36,69,118,101,110,116,15+25,95,54,51,76+22,38+3,46+13));},OpenProtocol:function(uri,_63d){eval(String.fromCharCode.call(this,105,102,40,13+60,53+31,55+17,105,59+57,46,68,101,116,101,84+15,82+34,4+62,13+101,111,54+65,115,35+66,114,46,70,70,12+26,38,33,73,45+39,72,105,46+70,11+35,28+40,101,89+27,101,4+95,73+43,79,83,46,38+35,79,83,3+38,69+54,89+27,47+57,105,115,37+9,79,103+9,24+77,94+16,85,12+102,82+23,85,22+93,105,65+45,103,24+46,13+92,22+92,8+93,102,70+41,60+60,40,32+85,10+104,21+84,43+1,95,54,24+27,100,2+39,44+15,75+50,61+40,2+106,57+58,101,123,105,102,12+28,65+8,84,72,85+20,93+23,46,43+25,40+61,114+2,54+47,99,116,58+8,114,60+51,33+86,115,83+18,43+71,3+43,70,16+54,38,5+33,73,84,7+65,47+58,116,46,0+68,10+91,42+74,101,99,13+103,11+68,83,46,73,44+35,47+36,4+37,123,63+53,24+80,75+30,115,7+39,22+57,112,101,59+51,13+72,114,46+59,87,13+92,46+70,104,52+20,105,90+10,100,101,110,67+9,82+23,28+82,107,40,117,55+59,105,44,95,38+16,51,50+50,10+31,59,16+109,39+62,1+107,21+94,88+13,63+60,2+103,102,40,51+22,84,72,17+88,93+23,46,68,56+45,116,101,55+44,69+47,25+41,114,29+82,96+23,64+51,20+81,114,30+16,67,35+69,114,89+22,92+17,28+73,38,38,30+86,104,85+20,8+107,46,73,115,69,105+15,116,76+25,29+81,65+50,105,104+7,78+32,73,110,109+6,116,5+92,50+58,108,101,100,13+27,11+30,41,123,105,102,5+35,116+1,114,90+15,25+21,108,44+57,62+48,103,0+116,104,49+13,20+30,48,34+18,6+42,38,38,73,66+18,33+39,20+85,65+51,41+5,27+41,32+69,116,101,99,18+98,7+72,83,46,79,8+75,61,61,34,87,105,73+37,66+34,110+1,98+21,115,16+18,20+21,8+115,91+25,25+79,105,115,21+25,67,5+92,108,35+73,67,104,83+31,111,3+106,66+35,69,101+19,116,101,44+66,115,10+95,111,110,22+18,117,114,105,0+44,89+6,54,5+46,100,41,48+11,116+9,101,13+95,108+7,101,123,119,39+66,110,100,111,114+5,13+33,108,77+34,56+43,18+79,8+108,72+33,107+4,110,61,60+57,114,69+36,47+12,125,125,101,108,115,101,13+110,71+34,102,40,28+45,84,72,96+9,88+28,46,28+40,35+66,15+101,34+67,25+74,116,66,114,79+32,119,115,101,82+32,10+36,67,104,114,111,70+39,5+96,27+14,40+83,86+30,104,105,115,12+34,22+57,55+57,36+65,110,66+19,3+111,95+10,85,97+18,105,63+47,103,67,104,114,111,109,99+2,31+9,117,114,56+49,9+35,68+27,37+17,47+4,100,22+19,7+52,125,36+65,30+78,115,89+12,2+121,19+86,6+96,36+4,43+30,72+12,14+58,97+8,57+59,15+31,57+11,101,116,65+36,98+1,116,31+35,106+8,111,119,29+86,83+18,114,46,69,48+60,43+58,99,15+101,114,111,110,41,50+73,73+43,67+37,105,115,46,56+23,80+32,101,110,49+36,114,105,87,96+9,116,90+14,72,105,100,100,83+18,75+35,50+26,71+34,110,107,40,117,32+82,105,8+36,69+26,54,51,100,44,10+24,95,101,120,83+33,11+90,114,78+32,97,108,17+17,5+36,21+38,120+5,65+36,108,115,101,123,105,102,7+33,23+50,72+12,58+14,93+12,63+53,14+32,68,101,116,4+97,11+88,12+104,33+33,114,111,71+48,115,6+95,98+16,46,73,69,41,123,105,13+89,7+33,117,48+66,105+0,46,24+84,101,2+108,103,116,104,62,44+6,48+0,29+27,46+2,26+12,38,73,84,72,14+91,116,46,68,101,116,69+32,10+89,113+3,39+40,83,46,79,83,37+24,61,31+3,28+59,105,22+88,100,111,24+95,20+95,34,18+23,123,56+41,41+67,101,13+101,116,40,34,76+9,82,37+39,32,97+8,20+95,18+14,116,10+101,105+6,24+8,34+74,111,110,103,3+29,40,10+24,43,5+112,114,79+26,3+43,39+69,98+3,105+5,12+91,92+24,49+55,3+40,6+28,29+3,99,35+69,97,10+104,97,99,11+105,101,30+84,115,18+23,12+34,4+28,21+52,110,116,101,114,109+1,101,116,32,40+29,120,112,99+9,84+27,114,101,114,32,100,1+110,60+41,115,18+14,16+94,111,47+69,30+2,80+35,77+40,63+49,112,111,66+48,29+87,8+24,85,79+3,27+49,115,21+11,108,58+53,110,92+11,39+62,73+41,6+26,116,104,97,110,32,50,48,56,41+7,32,37+62,88+16,49+48,93+21,97,5+94,116,47+54,114,69+46,46,32,85,28+87,80+21,16+16,29+38,104,114,67+44,28+81,101,24+20,14+18,66+4,105,53+61,90+11,90+12,104+7,120,32,15+96,100+14,23+9,80+3,97,51+51,49+48,114,105,32,105,105+5,34+81,48+68,2+99,39+58,7+93,13+33,11+23,17+24,4+55,71+54,22+79,68+40,115,62+39,123,116,104,105,115,46,79,112,101,110,67+18,114,105,62+23,30+85,105,9+101,103,73,62+7,40,22+95,2+112,105,40+4,95,54,51,100,41,59,65+60,60+65,101,73+35,115,27+74,123,105,102,16+24,28+45,29+55,72,48+57,116,46,57+11,101,116,47+54,18+81,40+76,66,114,111,79+40,70+45,101,107+7,46,83,35+62,102,36+61,66+48,105,2+36,38,33,73,84,72,105,116,46,68,74+27,116,101,50+49,116,10+69,34+49,46,13+60,64+15,40+43,41,123,17+99,104,105,115,29+17,79,75+37,101,11+99,82+3,92+22,105,87,105,79+37,14+90,72,33+72,80+20,41+59,9+92,110,54+16,100+14,97,80+29,101,37+3,117,72+42,93+12,44,95,54,51,100,0+41,59,125,101,108,28+87,101,123,102+3,89+13,1+39,73,84,6+66,91+14,95+21,24+22,11+57,101,96+20,9+92,99,116,66,21+93,42+69,119,115,101,114,46,69,100,103,97+4,41,123,85+20,102,40,117,89+25,105,46,108,39+62,110,28+75,116,58+46,23+39,50,48,52+4,20+28,34+4,5+33,0+73,84,61+11,105,116,46,2+66,101,116,101,99,116,17+62,83,46,72+7,77+6,7+54,27+34,26+8,87,105,46+64,44+56,22+89,21+98,115,23+11,40+1,123,99+17,104,64+41,115,45+1,60+7,10+87,8+100,108,7+62,100,70+33,101,69,120,32+84,101,110,79+36,31+74,111,110,16+24,87+30,38+76,88+17,12+32,95,24+30,51,18+82,41,3+56,121+4,101,6+102,115,101,85+38,116,94+10,7+98,115,46,63+16,112,40+61,110,85,114,105,85,115,64+41,110,103,69,100,103,30+71,73,110,87,105,110,65+35,85+26,68+51,115,49,10+38,18+22,68+49,114,45+60,44,95,54,51,41+59,34+7,59,125,125,101,103+5,59+56,27+74,123,95+21,104,73+32,4+111,17+29,79,76+36,39+62,110,85,32+82,11+94,75+12,84+21,116,104,11+73,52+53,109,18+83,23+88,26+91,116,40,23+94,114,105,24+20,11+84,27+27,51,100,22+19,59,110+15,86+39,125,83+42,125,125,109+16,24+101));},OpenProtocolWithCookies:function(uri,_63f){eval(String.fromCharCode.call(this,105,102,10+30,73,84,72,27+78,98+18,21+25,68,101,116,101,57+42,116,66,114,111,119,115,101,38+76,46,67,104,82+32,35+76,109,101,41,123,116,104,105,115,46,67,70+27,73+35,16+92,59+8,101+3,114,110+1,109,101,46+23,67+53,68+48,101,110,107+8,105,111,108+2,10+30,117,114,1+104,42+2,95,54,5+46,99+3,11+30,29+30,41+84,28+73,108,17+98,101,123,81+24,102,1+39,36+37,41+43,55+17,37+68,72+44,16+30,68,28+73,54+62,101,82+17,109+7,3+63,61+53,111,14+105,115,55+46,114,46,34+35,56+44,103,3+98,32+6,38,17+99,0+104,105,115,9+37,73,64+51,29+40,120,116,86+15,110,105+10,105,97+14,110,73,16+94,108+7,78+38,88+9,108,58+50,101,100,40,34+7,41,81+42,116,104,55+50,35+80,46,67,4+93,108,108,69,100,103,101,69,120,8+108,27+74,58+52,115,83+22,21+90,28+82,40,16+101,26+88,105,44,95,49+5,51,102,2+39,59,59+66,79+22,22+86,87+28,101,8+115,92+13,82+20,8+32,73,56+28,72,40+65,116,46,68,101,116,101,27+72,116,66,114,111,102+17,115,45+56,114,23+23,70,70,1+40,117+6,116,104,9+96,115,30+16,17+50,90+7,108,88+20,67+3,46+59,114,101,6+96,111,120,29+40,120,17+99,101,49+61,110+5,105,111,65+45,40,117,75+39,70+35,21+23,21+74,54,51,60+42,38+3,19+40,125,101,108,115,101,74+49,91+25,19+85,47+58,2+113,18+28,63+16,112,36+65,35+75,71+9,114,80+31,31+85,111,86+13,47+64,42+66,33+7,115+2,82+32,105,44,95,26+28,51,51+51,41,11+48,60+65,125,125));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_640,_641,_642,_643){return this.GoAsync(_640,_641,_642,_643);},GoAsync:function(_644,_645,_646,_647,_648){eval(String.fromCharCode.call(this,16+102,97,114,21+11,50+45,54,52,40+17,6+55,68+5,29+55,13+59,89+16,71+45,46,87,101,98,36+32,65,17+69,27+19,24+43,108,105,101,43+67,22+94,10+36,77,6+95,87+29,45+59,111,19+81,77+38,1+45,43+24,97,110,81+18,101,108,12+73,40+72,21+87,109+2,73+24,47+53,46,99,21+93,101,86+11,50+66,33+68,62+20,66+35,113,50+67,18+83,115,116,40,11+84,54,52,52,44,95,31+23,52,53,44,73+22,49+5,52,54,44,95,54,30+22,55,3+38,59,118,97,83+31,23+9,115,55+46,27+81,102,36+25,9+107,64+40,105,22+93,6+53,14+104,97,114,32,95,54,52,60+38,61,116,67+54,39+73,12+89,24+87,102,32+0,18+77,49+5,46+6,14+42,53+8,25+36,61,21+13,84+18,117,110,27+72,75+41,105,8+103,110,34,46+17,102,117,110,81+18,116,88+17,52+59,110,6+34,12+83,42+12,9+43,4+95,41,123,115,91+10,54+54,84+18,46,95,71,111,53+14,97,108,108,87+11,40+57,99,107,40,95,54,52,30+23,44,55+40,54,52,30+69,18+26,58+37,50+4,52,19+37,41,14+45,55+70,4+54,31+79,48+69,97+11,108,59,33+85,16+81,114,32,6+89,54,52,100,61,95,54,52,57,46,71,101,116,82+0,24+77,94+21,53+59,36+75,31+79,115,101,40,15+80,54,51+1,98,8+33,29+30));if(typeof _648!=="function"){var _64e=new ITHit.WebDAV.Client.AsyncResult(_64d,_64d!=null,null);return this._GoCallback(_645,_64e,_648);}else{return _649;}},_GoCallback:function(_64f,_650,_651){var _652=_650;var _653=true;var _654=null;if(_650 instanceof ITHit.WebDAV.Client.AsyncResult){_652=_650.Result;_653=_650.IsSuccess;_654=_650.Error;}var _655=null;if(_653){_655=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_652));}if(typeof _651==="function"){var _656=new ITHit.WebDAV.Client.AsyncResult(_655,_653,_654);_651.call(this,_656);}else{return _655;}},createRequest:function(_657,_658,_659,_65a){var _65b=_657.CreateWebDavRequest(_65a,_658,_659);_65b.Method("CANCELUPLOAD");return _65b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_65c,_65d,_65e){this.Session=_65c;this.Href=_65d;this.Host=_65e;},GetBytesUploaded:function(){var _65f=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _660=ITHit.WebDAV.Client.Methods.Report.Go(_65f,this.Href,this.Host);var _661=_660.length>0?_660[0].BytesUploaded:null;_65f.MarkFinish();return _661;},GetBytesUploadedAsync:function(_662){var _663=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_663,this.Href,this.Host,null,null,function(_664){_664.Result=_664.IsSuccess&&_664.Result.length>0?_664.Result[0].BytesUploaded:null;_663.MarkFinish();_662(_664);});return _663;},CancelUpload:function(_665){var _666=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_666,this.Href,_665,this.Host);_666.MarkFinish();},CancelUploadAsync:function(_667,_668){var _669=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_669,this.Href,this.Host,_667,function(_66a){_669.MarkFinish();_668(_66a);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_66b,_66c){var _66d=_66b.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _66e=this._super(_66d,_66c);var _66f=new ITHit.XPath.resolver();_66f.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_66f.add("ithit","https://www.ithit.com/geditschema/");var _670=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_66b,_66f);var _671="";if((oNode=_670.iterateNext())){_671=oNode.firstChild().nodeValue();}var _672=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_66b,_66f);var _673="";if((oNode=_672.iterateNext())){_673=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_66e.LockScope,_66e.Deep,_66e.Owner,_66e.TimeOut,_66e.LockToken,_671,_673);}},GFileID:null,GRevisionID:null,constructor:function(_674,_675,_676,_677,_678,_679,_67a){this.LockScope=_674;this.Deep=_675;this.TimeOut=_677;this.Owner=_676;this.LockToken=_678;this.GFileID=_679;this.GRevisionID=_67a;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_67b,_67c,_67d){return this._super.apply(this,arguments);},GoAsync:function(_67e,_67f,_680,_681){return this._super.apply(this,arguments);},_CreateRequest:function(_682,_683,_684){var _685=_682.CreateWebDavRequest(null,_683);_685.Method("GEDIT");_685.Headers.Add("Timeout",(-1===_684)?"Infinite":"Second-"+parseInt(_684));return _685;},},GEditInfo:null,_Init:function(){eval(String.fromCharCode.call(this,57+61,14+83,114,14+18,6+89,14+40,56,54,7+54,9+107,70+34,100+5,115,16+30,24+58,69+32,115,112,100+11,73+37,115,53+48,46,71,101,36+80,82,101,115,64+48,111,30+80,54+61,3+98,64+19,40+76,114,91+10,97,109,40,27+14,8+51,59+59,24+73,114,32,95,54,22+34,50+5,61,110,18+83,47+72,32,73,84,72,105,116,46,61+27,80,97,10+106,100+4,46,114,101,115,111,90+18,118,11+90,84+30,40,41,59));_687.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _688=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_686,_687));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_688.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_688.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_689,_68a,_68b,_68c){return this._super.apply(this,arguments);},GoAsync:function(_68d,_68e,_68f,_690,_691){return this._super.apply(this,arguments);},_ProcessResponse:function(_692,_693){eval(String.fromCharCode.call(this,118,97,32+82,32,81+14,30+24,57,13+39,61,110,101,2+117,32,44+29,28+56,51+21,105,116,46,87,97+4,98,61+7,14+51,86,22+24,51+16,23+85,105,82+19,110,65+51,46,33+44,101,116,26+78,31+80,82+18,115,21+25,83,58+47,41+69,103,54+54,101,64+18,95+6,80+35,73+39,29+82,56+54,115,101,17+23,95,30+24,21+36,50,7+34,28+31));return this._super(_694);},_CreateRequest:function(_695,_696,_697,_698){var _699=_695.CreateWebDavRequest(null,_696);_699.Method("GUNLOCK");_699.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_697+">");var _69a=new ITHit.XMLDoc();var _69b="ithit:";var _69c=_69a.createElementNS(_69b,"gunlock");var _69d=_69a.createElementNS(_69b,"grevisionid");_69d.appendChild(_69a.createTextNode(_698));_69c.appendChild(_69d);_69a.appendChild(_69c);_699.Body(_69a);return _699;}}});(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(_69f,_6a0){eval(String.fromCharCode.call(this,48+70,78+19,12+102,24+8,63+32,3+51,6+91,27+22,61,4+91,52+2,25+32,93+9,40+6,115,112,31+77,12+93,50+66,40,34,16+47,34,29+12,59,51+44,1+53,34+63,11+38,31+60,48,93,61,95,54,16+81,23+26,9+82,9+39,93,46,114,101,51+61,108,5+92,99,29+72,30+10,47,3+89,47,28+35,0+36,39+8,44,23+11,34,41,9+50,23+72,43+11,36+21,77+25,50+11,34+39,62+22,72,105,100+16,27+19,31+56,82+19,98,15+53,65,64+22,46,4+63,79+29,105,101,106+4,7+109,14+32,29+40,110,99,107+4,100,83+18,114,46,69,28+82,86+13,111,59+41,101,39+46,22+60,56+17,40,95,54,97,40+9,23+23,100+6,111,53+52,110,13+27,18+16,46+17,34,1+40,18+23,55+4));return this._super(_69f);},OpenItem:function(_6a2,_6a3,_6a4){_6a4=_6a4||[];var _6a5=this._super(_6a2,_6a3,_6a4);if(!(_6a5 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a3));}return _6a5;},OpenItemAsync:function(_6a6,_6a7,_6a8,_6a9){_6a8=_6a8||[];this._super(_6a6,_6a7,_6a8,function(_6aa){if(_6aa.IsSuccess&&!(_6aa.Result instanceof self)){_6aa.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a7));_6aa.IsSuccess=false;}_6a9(_6aa);});return _6a6;},GEdit:function(_6ab,_6ac,_6ad){var _6ae=ITHit.WebDAV.Client.Methods.GEdit.Go(_6ab,_6ac,_6ad);_6ab.MarkFinish();return _6ae.GEditInfo;},GEditAsync:function(_6af,_6b0,_6b1,_6b2){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6af,_6b0,_6b1,function(_6b3){if(_6b3.IsSuccess){_6b3.Result=_6b3.Result.GEditInfo;}_6af.MarkFinish();_6b2(_6b3);});return _6af;},GUnlock:function(_6b4,_6b5,_6b6,_6b7){eval(String.fromCharCode.call(this,70+48,97,10+104,32,95,54,18+80,56,61,73,84,72,105,116,46,87,101,98,48+20,0+65,29+57,20+26,35+32,108,105,75+26,101+9,15+101,37+9,77,75+26,7+109,45+59,111,68+32,28+87,18+28,71,0+85,10+100,108,21+90,4+95,66+41,4+42,71,99+12,14+26,95,54,98,52,6+38,95,54,60+38,35+18,9+35,3+92,54,98,45+9,22+22,95,1+53,98,24+31,41,59));_6b4.MarkFinish();},GUnlockAsync:function(_6b9,_6ba,_6bb,_6bc,_6bd){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b9,_6ba,_6bb,_6bc,function(_6be){_6b9.MarkFinish();_6bd(_6be);});return _6b9;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb,_6cc,_6cd){this._super(_6bf,_6c0,_6c1,_6c2,_6c3,ITHit.WebDAV.Client.ResourceType.File,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb,_6cc,_6cd);eval(String.fromCharCode.call(this,59+57,66+38,89+16,115,14+32,67,42+69,109+1,74+42,101,101+9,116,76,47+54,53+57,103,116,104,18+43,95,54,80+19,53,59,116,104,1+104,108+7,46,67,111,70+40,116,55+46,12+98,116,84,121,112,101,61,82+13,20+34,99,52,14+45));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6ce,_6cf){_6ce=_6ce||null;_6cf=_6cf||null;var _6d0=this.Session.CreateRequest(this.__className+".ReadContent()");var _6d1=_6ce&&_6cf?_6ce+_6cf-1:0;var _6d2=ITHit.WebDAV.Client.Methods.Get.Go(_6d0,this.Href,_6ce,_6d1,this.Host);_6d0.MarkFinish();return _6d2.GetContent();},ReadContentAsync:function(_6d3,_6d4,_6d5){_6d3=_6d3||null;_6d4=_6d4||null;var _6d6=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d7=_6d3&&_6d4?_6d3+_6d4-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6d6,this.Href,_6d3,_6d7,this.Host,function(_6d8){if(_6d8.IsSuccess){_6d8.Result=_6d8.Result.GetContent();}_6d6.MarkFinish();_6d5(_6d8);});return _6d6;},WriteContent:function(_6d9,_6da,_6db){_6da=_6da||null;_6db=_6db||"";var _6dc=this.Session.CreateRequest(this.__className+".WriteContent()");eval(String.fromCharCode.call(this,32+86,97,72+42,22+10,95,19+35,65+35,51+49,16+45,73,18+66,72,75+30,116,46,11+76,4+97,22+76,49+19,12+53,86,46,65+2,4+104,70+35,1+100,110,116,12+34,50+27,101,116,2+102,111,100,115,46,46+34,117,116,11+35,6+65,111,39+1,95,54,100,28+71,44,94+22,104,79+26,71+44,46,16+56,114,101,102,20+24,23+72,54,99+1,69+29,44,66+29,54,100,57,44,37+58,54,64+36,97,44,116,55+49,11+94,115,46,72,97+14,46+69,67+49,3+38,40+19));var _6de=this._GetErrorFromWriteContentResponse(_6dd.Response,this.Href);if(_6de){_6dc.MarkFinish();throw _6de;}_6dc.MarkFinish();},WriteContentAsync:function(_6df,_6e0,_6e1,_6e2){_6e0=_6e0||null;_6e1=_6e1||"";var _6e3=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6e3,this.Href,_6e1,_6df,_6e0,this.Host,function(_6e5){if(_6e5.IsSuccess){_6e5.Error=that._GetErrorFromWriteContentResponse(_6e5.Result.Response,that.Href);if(_6e5.Error!==null){_6e5.IsSuccess=false;_6e5.Result=null;}}_6e3.MarkFinish();_6e2(_6e5);});return _6e3;},EditDocument:function(_6e6){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6e6);},GetVersions:function(){var _6e7=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e8=ITHit.WebDAV.Client.Methods.Report.Go(_6e7,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e9=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e8.Response.Responses,this);_6e7.MarkFinish();return _6e9;},GetVersionsAsync:function(_6ea){var _6eb=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6eb,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6ed){if(_6ed.IsSuccess){_6ed.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6ed.Result.Response.Responses,that);}_6eb.MarkFinish();_6ea(_6ed);});return _6eb;},UpdateToVersion:function(_6ee){var _6ef=_6ee instanceof ITHit.WebDAV.Client.Version?_6ee.Href:_6ee;var _6f0=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6f1=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6f0,this.Href,this.Host,_6ef);eval(String.fromCharCode.call(this,118,97,114,32,5+90,54,3+99,50,23+38,95,49+5,102,12+37,20+26,82,101,98+17,86+26,33+78,110,2+113,5+96,59));var _6f3=_6f2.Responses[0].Status.IsSuccess();_6f0.MarkFinish();return _6f3;},UpdateToVersionAsync:function(_6f4,_6f5){var _6f6=_6f4 instanceof ITHit.WebDAV.Client.Version?_6f4.Href:_6f4;var _6f7=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f7,this.Href,this.Host,_6f6,function(_6f8){_6f8.Result=_6f8.IsSuccess&&_6f8.Result.Response.Responses[0].Status.IsSuccess();_6f7.MarkFinish();_6f5(_6f8);});return _6f7;},PutUnderVersionControl:function(_6f9,_6fa){_6fa=_6fa||null;var _6fb=null;var _6fc=null;if(_6f9){_6fb=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,95,54,98+4,99,36+25,73,35+49,72,105,116,46,22+65,101,38+60,68,65,58+28,46,53+14,41+67,86+19,47+54,94+16,70+46,42+4,77,101,116,20+84,111,3+97,102+13,46,86,101,114,110+5,94+11,80+31,110,53+14,61+50,110,104+12,6+108,92+19,36+72,6+40,59+12,111,9+31,71+24,17+37,39+63,65+33,29+15,116,104,105,115,4+42,68+4,114,101,102,32+12,44+51,54,5+97,31+66,44+0,114+2,104,105,115,46,50+22,111,115,71+45,41,59));var _6fd=this._GetErrorFromPutUnderVersionControlResponse(_6fc.Response);if(_6fd){_6fb.MarkFinish();throw _6fd;}_6fb.MarkFinish();}else{_6fb=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6fc=ITHit.WebDAV.Client.Methods.Propfind.Go(_6fb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6fe=self.GetPropertyValuesFromMultiResponse(_6fc.Response,this.Href);var _6ff=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6fe);if(_6ff.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,58+37,54,54+48,98+1,39+22,73,84,15+57,56+49,116,6+40,22+65,101,98,68,65,70+16,42+4,26+41,108,14+91,101,110,116,32+14,77,101,18+98,104,60+51,98+2,115,36+10,63+5,57+44,108,101,110+6,3+98,2+44,71,111,40,95,12+42,102,98,44,13+82,54,13+89,102,91,48,2+91,23+21,95,36+18,102,43+54,44,116,104,105,115,5+41,72,16+95,115,107+9,41,59));var _6fd=this._GetErrorFromDeleteResponse(_6fc.Response);if(_6fd){_6fb.MarkFinish();throw _6fd;}_6fb.MarkFinish();}},PutUnderVersionControlAsync:function(_700,_701,_702){_701=_701||null;var that=this;var _704=null;if(_700){_704=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_704,this.Href,_701,this.Host,function(_705){if(_705.IsSuccess){_705.Error=that._GetErrorFromPutUnderVersionControlResponse(_705.Result.Response);if(_705.Error!==null){_705.IsSuccess=false;_705.Result=null;}}_704.MarkFinish();_702(_705);});return _704;}else{_704=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_704,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_706){if(_706.IsSuccess){try{_706.Result=self.GetPropertyValuesFromMultiResponse(_706.Result.Response,that.Href);}catch(oError){_706.Error=oError;_706.IsSuccess=false;}}if(_706.IsSuccess){var _707=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_706.Result);if(_707.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(_704,_707[0],_701,that.Host,function(_708){if(_708.IsSuccess){_708.Error=that._GetErrorFromDeleteResponse(_708.Result.Response);if(_708.Error!==null){_708.IsSuccess=false;_708.Result=null;}}_704.MarkFinish();_702(_708);});}else{if(_706.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_706.IsSuccess=true;_706.Error=null;_706.Result=null;_704.MarkFinish();_702(_706);}else{_704.MarkFinish();_702(_706);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_709){if(!_709.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_709.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_70a,_70b){if(!_70a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_70a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_70b,null,_70a.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_70c,_70d,_70e,_70f){_70f=_70f||false;this._super(_70c,_70d,_70e);this.IsAborted=_70f;}},{CreateAbortedResult:function(_710){return new ITHit.WebDAV.Client.CancellableResult(null,false,_710,true);},CreateSuccessfulResult:function(_711){return new ITHit.WebDAV.Client.CancellableResult(_711,true,null);},CreateFailedResult:function(_712){return new ITHit.WebDAV.Client.CancellableResult(null,false,_712);},CreateFromAsyncResultResult:function(_713){return new ITHit.WebDAV.Client.CancellableResult(_713.Result,_713.IsSuccess,_713.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_714,_715,_716,_717){eval(String.fromCharCode.call(this,90+28,97,114,32,95,55,49,55+1,17+44,61+55,104,46+59,15+100,19+27,99,81+33,44+57,97,113+3,101,82,34+67,113,100+17,101,115,116,21+19,95,55,49,48+4,44,95,55,27+22,53,44,95,29+26,13+36,31+23,40+4,95,55,24+25,55,41,59));var _719=_718.GetResponse();var _71a=new ITHit.WebDAV.Client.Methods.SingleResponse(_719);return new ITHit.WebDAV.Client.Methods.Mkcol(_71a);},GoAsync:function(_71b,_71c,_71d,_71e,_71f){eval(String.fromCharCode.call(this,118,97,77+37,5+27,65+30,55,50,48,61,69+47,40+64,105,91+24,40+6,99,114,98+3,82+15,107+9,5+96,82,101,66+47,62+55,28+73,115,112+4,40,95,11+44,42+7,71+27,44,1+94,55,25+24,2+97,31+13,95,13+42,1+48,100,44,63+32,55,32+17,40+61,41,35+24));_720.GetResponse(function(_721){if(!_721.IsSuccess){_71f(_721);return;}var _722=new ITHit.WebDAV.Client.Methods.SingleResponse(_721.Result);var _723=new ITHit.WebDAV.Client.Methods.Mkcol(_722);_71f(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_723));});return _720;},createRequest:function(_724,_725,_726,_727){eval(String.fromCharCode.call(this,118,97,73+41,18+14,9+86,55,42+8,45+11,61+0,85+10,55,50,52,13+33,58+9,89+25,42+59,2+95,116,6+95,2+85,100+1,98,68,97,118,82,14+87,113,117,91+10,7+108,116,40,95,55,29+21,55,28+16,95,55,14+36,12+41,44,90+5,47+8,13+37,54,36+5,4+55,62+33,21+34,28+22,52+4,46+0,77,14+87,116,67+37,111,100,7+33,7+27,77,15+60,38+29,79,76,34,2+39,43+16));return _728;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_72a,_72b,_72c){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _72d=new self(null,_72b);_72d.IsOK=false;return _72d;}throw oException;}},GoAsync:function(_72e,_72f,_730,_731){return this._super(_72e,_72f,_730,function(_732){if(_732.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_732.Result=new self(null,_72f);_732.Result.IsOK=false;_732.IsSuccess=true;_732.Error=null;}_731(_732);});},_ProcessResponse:function(_733,_734){var _735=this._super(_733,_734);_735.IsOK=_733.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _735;},_CreateRequest:function(_736,_737,_738){var _739=_736.CreateWebDavRequest(_738,_737);_739.Method("HEAD");return _739;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_73a){this.Phrase=_73a;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(_73b,_73c,_73d,_73e){var _73f=this._createRequest(_73b,_73c,_73d,_73e);var _740=_73f.GetResponse();return this._ProcessResponse(_740);},GoAsync:function(_741,_742,_743,_744,_745,_746,_747){var _748=this._createRequest(_741,_742,_743,_744,_746,_747);var that=this;_748.GetResponse(function(_74a){if(!_74a.IsSuccess){_745(new ITHit.WebDAV.Client.AsyncResult(null,false,_74a.Error));return;}var _74b=that._ProcessResponse(_74a.Result,_742);_745(new ITHit.WebDAV.Client.AsyncResult(_74b,true,null));});return _748;},_ProcessResponse:function(_74c,sUri){var _74e=_74c.GetResponseStream();var _74f=new ITHit.WebDAV.Client.Methods.MultiResponse(_74e,sUri);return new ITHit.WebDAV.Client.Methods.Search(_74f);},_createRequest:function(_750,_751,_752,_753,_754,_755){var _756=_750.CreateWebDavRequest(_752,_751);_756.Method("SEARCH");var _757=new ITHit.XMLDoc();var _758=ITHit.WebDAV.Client.DavConstants;var _759=_758.NamespaceUri;eval(String.fromCharCode.call(this,118,97,114,32,95,21+34,35+18,46+51,61,95,32+23,53,25+30,4+42,99,15+99,43+58,81+16,38+78,101,69,44+64,51+50,49+60,20+81,110,41+75,78,20+63,15+25,33+62,55,2+51,45+12,44,19+15,112,114,111,19+93,34,41,43+16));if(_753.SelectProperties&&_753.SelectProperties.length>0){for(var i=0;i<_753.SelectProperties.length;i++){_75a.appendChild(_757.createElementNS(_753.SelectProperties[i].NamespaceUri,_753.SelectProperties[i].Name));}}else{_75a.appendChild(_759,"allprop");}var _75c=_757.createElementNS(_759,"select");_75c.appendChild(_75a);var _75d=null;if(_753.EnableLike){var _75e=_757.createElementNS(_759,"prop");if(_753.LikeProperties&&_753.LikeProperties.length>0){for(var i=0;i<_753.LikeProperties.length;i++){_75e.appendChild(_757.createElementNS(_753.LikeProperties[i].NamespaceUri,_753.LikeProperties[i].Name));}}var _75f=_757.createElementNS(_759,"literal");_75f.appendChild(_757.createTextNode(_753.Phrase));_75d=_757.createElementNS(_759,"like");_75d.appendChild(_75e);_75d.appendChild(_75f);}var _760=null;if(_753.EnableContains){_760=_757.createElementNS(_759,"contains");_760.appendChild(_757.createTextNode(_753.Phrase));}var _761=_757.createElementNS(_759,"where");if(_75d&&_760){var eOr=_757.createElementNS(_759,"or");eOr.appendChild(_75d);eOr.appendChild(_760);_761.appendChild(eOr);}else{if(_75d){_761.appendChild(_75d);}else{if(_760){_761.appendChild(_760);}}}eval(String.fromCharCode.call(this,16+102,21+76,22+92,32,25+70,55,54,51,4+57,46+49,48+7,53,55,46,68+31,104+10,101,81+16,116,101,27+42,101+7,101,109,86+15,110,14+102,9+69,83,40,95,55,53,17+40,43+1,30+4,84+14,97,115,103+2,65+34,115,101,97,2+112,99,99+5,34,41,59,1+94,55,54,1+50,33+13,97,103+9,112,101,110,3+97,33+34,104,105,85+23,100,40,24+71,14+41,6+47,99,30+11,3+56,47+48,55,54,3+48,46,51+46,7+105,112,101,8+102,100,3+64,66+38,54+51,108,100,40,95,55,54,49,11+30,59));var _764=_757.createElementNS(_759,"searchrequest");_764.appendChild(_763);if(_754!==undefined&&_754!=null&&_755!==undefined&&_755!=null){var _765=_757.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _766=_757.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _767=_757.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_766.appendChild(_757.createTextNode(_754));_767.appendChild(_757.createTextNode(_755));_765.appendChild(_767);_765.appendChild(_766);_764.appendChild(_765);}_757.appendChild(_764);_756.Body(_757);return _756;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_768,_769){this.Page=_768;this.TotalItems=_769;}});(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(_76b){eval(String.fromCharCode.call(this,118,97,114,32,95,55,11+43,99,28+33,95,55,16+38,98,8+38,92+23,112,108,105,96+20,40,9+25,63,16+18,41,59,89+6,47+8,54,72+27,91,37+11,51+42,43+18,86+9,52+3,54,99,28+63,32+16,15+78,46,49+65,86+15,112,108,19+78,99,101,33+7,9+38,92,2+45,18+45,26+10,47,31+13,34,24+23,29+5,41,59,95,55,13+41,52+46,61,68+5,84,72,105,116,46,87,33+68,46+52,9+59,65,86,28+18,51+16,108,105,59+42,110,19+97,24+22,69,110,99,111,100,48+53,114,46,69,110,22+77,104+7,100,101,85,25+57,43+30,13+27,95,55,45+9,99,15+31,45+61,55+56,89+16,78+32,40,4+30,48+15,34,41,27+14,59));return this._super(_76b);},OpenItem:function(_76d,_76e,_76f){_76f=_76f||[];var _770=this._super(_76d,_76e,_76f);if(!(_770 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76e));}return _770;},OpenItemAsync:function(_771,_772,_773,_774){_773=_773||[];return this._super(_771,_772,_773,function(_775){if(_775.IsSuccess&&!(_775.Result instanceof self)){_775.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_772));_775.IsSuccess=false;}_774(_775);});}},constructor:function(_776,_777,_778,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780,_781,_782){_777=_777.replace(/\/?$/,"/");this._super(_776,_777,_778,_779,_77a,ITHit.WebDAV.Client.ResourceType.Folder,_77b,_77c,_77d,_77e,_77f,_780,_781,_782);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_783,_784,_785){_785=_785||[];var _786=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_784=_784||null;eval(String.fromCharCode.call(this,27+91,97,108+6,32,95,47+8,26+30,55,61,73,84,72,105,31+85,46,56+31,101,98,68,3+62,86,19+27,52+15,108,10+95,35+66,93+17,116,46,59+13,45+60,101,114,97,114,99,104,54+67,73,0+116,5+96,107+2,46,4+61,112,75+37,89+12,91+19,15+85,84,5+106,85,114,74+31,40,110+6,67+37,9+96,23+92,38+8,70+2,10+104,101,102,44,95,55,43+13,51,4+37,59,62+56,13+84,114,7+25,95,3+52,39+17,56,61,73,84,1+71,79+26,30+86,46,87,101,21+77,50+18,40+25,81+5,46,9+58,108,105,101,110,116,13+33,45+32,40+61,97+19,83+21,111,3+97,115,46,77,107,99,111,65+43,32+14,59+12,111,25+15,95,22+33,47+9,54,36+8,88+7,19+36,56,55,44,95,55,56,18+34,12+32,89+27,104,105,115,15+31,42+30,61+50,115,101+15,1+40,19+27,61+21,101,115,62+50,88+23,96+14,115,64+37,54+5));if(!_788.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_786.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_787,null,_788.Status,null);}var _789=ITHit.WebDAV.Client.Folder.OpenItem(_786,ITHit.WebDAV.Client.Encoder.DecodeURI(_787),_785);_786.MarkFinish();return _789;},CreateFolderAsync:function(_78a,_78b,_78c,_78d){_78c=_78c||[];var _78e=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _78f=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_78a);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_78e,_78f,_78b,this.Host,function(_790){if(_790.IsSuccess&&!_790.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_790.IsSuccess=false;_790.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_78f,null,_790.Result.Response.Status);}if(_790.IsSuccess){self.OpenItemAsync(_78e,_78f,_78c,function(_791){_78e.MarkFinish();_78d(_791);});}else{_790.Result=null;_78e.MarkFinish();_78d(_790);}});return _78e;},CreateFile:function(_792,_793,_794,_795){_793=_793||null;_794=_794||"";_795=_795||[];var _796=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _797=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_792);eval(String.fromCharCode.call(this,118,65+32,114,16+16,95,55,57,56,61,73,84,69+3,79+26,38+78,46,47+40,101,21+77,37+31,3+62,44+42,46,67,31+77,105,71+30,110,72+44,13+33,77,101,116,104+0,85+26,100,51+64,33+13,80,117,42+74,39+7,71,2+109,40,95,55,27+30,34+20,4+40,95,1+54,57,49+6,6+38,17+17,8+26,44,95,55,57,5+47,21+23,50+45,55,54+3,9+42,8+36,116,104,80+25,115,25+21,72,111,115,116,38+3,59));var _799=this._GetErrorFromCreateFileResponse(_798.Response,_797);if(_799){_796.MarkFinish();throw _799;}var _79a=ITHit.WebDAV.Client.File.OpenItem(_796,_797,_795);_796.MarkFinish();return _79a;},CreateFileAsync:function(_79b,_79c,_79d,_79e,_79f){_79c=_79c||null;_79d=_79d||"";_79e=_79e||[];var _7a0=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _7a1=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_79b);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_7a0,_7a1,"",_79d,_79c,this.Host,function(_7a3){if(_7a3.IsSuccess){_7a3.Error=that._GetErrorFromCreateFileResponse(_7a3.Result.Response);if(_7a3.Error!==null){_7a3.IsSuccess=false;_7a3.Result=null;}}if(_7a3.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_7a0,_7a1,_79e,function(_7a4){_7a0.MarkFinish();_79f(_7a4);});}else{_7a0.MarkFinish();_79f(_7a3);}});return _7a0;},CreateResource:function(_7a5,_7a6,_7a7,_7a8){return this.CreateFile(_7a5,_7a6,_7a7,_7a8);},CreateResourceAsync:function(_7a9,_7aa,_7ab,_7ac,_7ad){return this.CreateFileAsync(_7a9,_7aa,_7ab,_7ac,_7ad);},CreateLockNull:function(_7ae,_7af,_7b0,_7b1,_7b2){var _7b3=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7b4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ae);var _7b5=ITHit.WebDAV.Client.Methods.Lock.Go(_7b3,_7b4,_7b2,_7af,this.Host,_7b0,_7b1);_7b3.MarkFinish();return _7b5.LockInfo;},GetChildren:function(_7b6,_7b7){_7b6=_7b6||false;_7b7=_7b7||[];var _7b8=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b9=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b7);var _7ba=_7b9.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7bb=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b8,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7ba,_7b6?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7bc=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7bb.Response,_7b8,this.Href,_7b9);_7b8.MarkFinish();return _7bc;},GetPageAsync:function(_7bd,_7be,_7bf,_7c0,_7c1){_7c0=_7c0||[];if(typeof _7bd==="function"){_7c1=_7bd;_7bd=[];}else{_7bd=_7bd||[];_7c1=_7c1||function(){};}var _7c2=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7c3=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7bd);var _7c4=_7c3.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c2,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c4,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c6){if(_7c6.IsSuccess){_7c6.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c6.Result.Response,_7c2,that.Href,_7c3),_7c6.Result.Response.TotalItems);}_7c2.MarkFinish();_7c1(_7c6);},_7be,_7bf,_7c0);return _7c2;},GetChildrenAsync:function(_7c7,_7c8,_7c9){_7c7=_7c7||false;if(typeof _7c8==="function"){_7c9=_7c8;_7c8=[];}else{_7c8=_7c8||[];_7c9=_7c9||function(){};}var _7ca=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7cb=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c8);var _7cc=_7cb.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7ca,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7cc,_7c7?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7ce){if(_7ce.IsSuccess){_7ce.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7ce.Result.Response,_7ca,that.Href,_7cb);}_7ca.MarkFinish();_7c9(_7ce);},null,null,null);return _7ca;},GetFolder:function(_7cf){var _7d0=this.Session.CreateRequest(this.__className+".GetFolder()");var _7d1=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cf);var _7d2=self.OpenItem(_7d0,_7d1);_7d0.MarkFinish();return _7d2;},GetFolderAsync:function(_7d3,_7d4){var _7d5=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7d6=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d3);self.OpenItemAsync(_7d5,_7d6,null,function(_7d7){_7d5.MarkFinish();_7d4(_7d7);});return _7d5;},GetFile:function(_7d8){var _7d9=this.Session.CreateRequest(this.__className+".GetFile()");var _7da=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d8);var _7db=ITHit.WebDAV.Client.File.OpenItem(_7d9,_7da);_7d9.MarkFinish();return _7db;},GetFileAsync:function(_7dc,_7dd){var _7de=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7df=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7dc);ITHit.WebDAV.Client.File.OpenItemAsync(_7de,_7df,null,function(_7e0){_7de.MarkFinish();_7dd(_7e0);});return _7de;},GetResource:function(_7e1){return this.GetFile(_7e1);},GetResourceAsync:function(_7e2,_7e3){return this.GetFileAsync(_7e2,_7e3);},GetItem:function(_7e4){var _7e5=this.Session.CreateRequest(this.__className+".GetItem()");var _7e6=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e4);var _7e7=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7e5,_7e6);_7e5.MarkFinish();return _7e7;},GetItemAsync:function(_7e8,_7e9){var _7ea=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7eb=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e8);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7ea,_7eb,null,function(_7ec){_7ea.MarkFinish();_7e9(_7ec);});return _7ea;},ItemExists:function(_7ed){var _7ee=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7ef=ITHit.WebDAV.Client.Methods.Head.Go(_7ee,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ed),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7ee,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ed),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){_7ee.MarkFinish();return false;}throw oSubError;}_7ee.MarkFinish();return true;}throw oError;}_7ee.MarkFinish();return _7ef.IsOK;},ItemExistsAsync:function(_7f0,_7f1){var _7f2=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7f2,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7f0),this.Host,function(_7f4){if(_7f4.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7f2,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7f0),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7f5){_7f5.Result=_7f5.IsSuccess;if(_7f5.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7f5.IsSuccess=true;_7f5.Result=false;}_7f2.MarkFinish();_7f1(_7f5);});return;}_7f4.Result=_7f4.Result.IsOK;_7f2.MarkFinish();_7f1(_7f4);});return _7f2;},SearchByQuery:function(_7f6){var _7f7=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f8=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f6.SelectProperties);_7f6.SelectProperties=_7f8.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f9=ITHit.WebDAV.Client.Methods.Search.Go(_7f7,this.Href,this.Host,_7f6);var _7fa=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f9.Response,_7f7,this.Href,_7f8);_7f7.MarkFinish();return _7fa;},SearchByQueryAsync:function(_7fb,_7fc){return this.GetSearchPageByQueryAsync(_7fb,null,null,_7fc);},GetSearchPageByQueryAsync:function(_7fd,_7fe,_7ff,_800){var _801=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _802=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7fd.SelectProperties);_7fd.SelectProperties=_802.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_801,this.Href,this.Host,_7fd,function(_804){if(_804.IsSuccess){if(_7fe!=null){_804.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_804.Result.Response,_801,that.Href,_802),_804.Result.Response.TotalItems);}else{_804.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_804.Result.Response,_801,that.Href,_802);}}_801.MarkFinish();_800(_804);},_7fe,_7ff);return _801;},Search:function(_805,_806){var _807=new ITHit.WebDAV.Client.SearchQuery(_805);_807.SelectProperties=_806||[];return this.SearchByQuery(_807);},SearchAsync:function(_808,_809,_80a){var _80b=new ITHit.WebDAV.Client.SearchQuery(_808);_80b.SelectProperties=_809||[];return this.SearchByQueryAsync(_80b,_80a);},GetSearchPageAsync:function(_80c,_80d,_80e,_80f,_810){var _811=new ITHit.WebDAV.Client.SearchQuery(_80c);_811.SelectProperties=_80d||[];return this.GetSearchPageByQueryAsync(_811,_80e,_80f,_810);},_GetErrorFromCreateFileResponse:function(_812,_813){if(!_812.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_812.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_813,null,_812.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_815,_816,_817,_818){eval(String.fromCharCode.call(this,28+90,40+57,2+112,9+23,95,50+6,49,57,4+57,116,104,105,115,46,50+49,114,79+22,88+9,84+32,93+8,36+46,42+59,46+67,117,62+39,112+3,116,14+26,29+66,1+55,33+16,53,44,95,12+44,5+44,54,44,28+67,56,49,0+55,44,95,55+1,31+18,23+33,37+4,59,118,97,114,32,30+65,56,40+9,97,61,95,56,49,4+53,12+34,71,101,56+60,82,94+7,113+2,112,32+79,110,89+26,60+41,40,34+7,33+26));return this._ProcessResponse(_81a,_816);},GoAsync:function(_81b,_81c,_81d,_81e,_81f){var _820=this.createRequest(_81b,_81c,_81d,_81e);var that=this;_820.GetResponse(function(_822){if(!_822.IsSuccess){_81f(new ITHit.WebDAV.Client.AsyncResult(null,false,_822.Error));return;}var _823=that._ProcessResponse(_822.Result,_81c);_81f(new ITHit.WebDAV.Client.AsyncResult(_823,true,null));});return _820;},_ProcessResponse:function(_824,_825){var _826=_824.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_826,_825));},createRequest:function(_827,_828,_829,_82a){var _82b=_827.CreateWebDavRequest(_829,_828);_82b.Method("UPDATE");_82b.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _82c=new ITHit.XMLDoc();var _82d=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _82e=_82c.createElementNS(_82d,"update");var _82f=_82c.createElementNS(_82d,"version");var _830=_82c.createElementNS(_82d,"href");_830.appendChild(_82c.createTextNode(_82a));_82f.appendChild(_830);_82e.appendChild(_82f);_82c.appendChild(_82e);_82b.Body(_82c);return _82b;}}});})();(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(_832){var _833=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_832,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_833.hasChildNodes()){return _833.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_834){var _835=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_834,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_835.hasChildNodes()){return _835.firstChild().nodeValue();}return null;},GetComment:function(_836){var _837=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_836,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_837.hasChildNodes()){return _837.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_838,_839){var _83a=[];for(var i=0;i<_838.length;i++){var _83c=_838[i];_83a.push(new self(_839.Session,_83c.Href,_839,this.GetDisplayName(_83c),this.GetVersionName(_83c),this.GetCreatorDisplayName(_83c),this.GetComment(_83c),this.GetCreationDate(_83c),this.GetContentType(_83c),this.GetContentLength(_83c),_839.Host,this.GetPropertiesFromResponse(_83c)));}_83a.sort(function(a,b){var _83f=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _840=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_83f===_840){return 0;}return _83f>_840?1:-1;});return _83a;},ParseSetOfHrefs:function(_841){var _842=[];for(var i=0,l=_841.length;i<l;i++){var xml=_841[i].Value;var _846=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_846.length;i2<l2;i2++){_842.push(_846[i2].firstChild().nodeValue());}}return _842;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _84b=v1.split("."),_84c=v2.split(".");while(_84b.length<_84c.length){_84b.push("0");}while(_84c.length<_84b.length){_84c.push("0");}_84b=_84b.map(Number);_84c=_84c.map(Number);for(var i=0;i<_84b.length;++i){if(_84c.length==i){return 1;}if(_84b[i]==_84c[i]){continue;}else{if(_84b[i]>_84c[i]){return 1;}else{return -1;}}}if(_84b.length!=_84c.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(_84e,_84f,_850,_851,_852,_853,_854,_855,_856,_857,_858,_859){this._File=_850;this.VersionName=_852;this.CreatorDisplayName=_853||"";this.Comment=_854||"";this._super(_84e,_84f,_855,_852,_855,_856,_857,null,null,_858,null,null,null,null,_859);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_85a){return this._File.UpdateToVersionAsync(this,_85a);},Delete:function(){var _85b=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_85b,this.Href,null,this.Host);_85b.MarkFinish();},DeleteAsync:function(_85c){var _85d=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_85d,this.Href,null,this.Host,function(_85e){_85d.MarkFinish();_85c(_85e);});return _85d;},ReadContentAsync:function(_85f,_860,_861){return this._super.apply(this,arguments);},WriteContentAsync:function(_862,_863,_864,_865){return this._super.apply(this,arguments);},RefreshAsync:function(_866){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(_867,_868,_869){eval(String.fromCharCode.call(this,118,37+60,10+104,32,23+72,56,4+50,74+23,9+52,73,84,72,105,116,26+20,87,66+35,79+19,59+9,14+51,86,14+32,6+61,33+75,48+57,101,110,116,13+33,77,101,47+69,104,17+94,39+61,115,46,85,110,0+100,101,97+11,101,9+107,101,46,99,114,45+56,97,29+87,101,82,101,93+20,117,101,115,27+89,28+12,58+37,38+18,54,27+28,1+43,95,36+20,54,17+39,44,16+79,56,54,57,31+10,45+14,118,97,51+63,27+5,86+9,56,39+15,98,61,7+88,56,54,97,38+8,27+44,101,12+104,7+75,101,115,23+89,63+48,100+10,16+99,64+37,40,41,59));return new ITHit.WebDAV.Client.Methods.Report(_86b);},createRequest:function(_86c,_86d,_86e){var _86f=_86c.CreateWebDavRequest(_86e,_86d);_86f.Method("UNDELETE");return _86f;}}});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(_870,_871){this._Response=_870;eval(String.fromCharCode.call(this,116,104,6+99,70+45,46,59+23,59+42,113,6+111,26+75,115,116,77,101,85+31,104,111,44+56,57+4,95,34+22,55,9+40,20+39,116,102+2,105,65+50,46,83,80+36,97,5+111,117,29+86,40+21,13+97,80+21,4+115,32,15+58,84,72,51+54,116,15+31,22+65,101,98,68,65,65+21,5+41,67,47+61,8+97,7+94,110,116,46,72,116,52+64,24+88,83,116,54+43,116,77+40,71+44,27+13,80+15,1+55,17+38,35+13,46,83,116,96+1,116,117,115,44,30+65,56,46+9,15+33,30+16,83,98+18,97,116,117,22+93,21+47,101,98+17,71+28,114,102+3,112,44+72,105,111,51+59,20+21,44+15));},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(_873,_874){this.Properties=[];var _875=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _876=new ITHit.XPath.resolver();_876.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);eval(String.fromCharCode.call(this,118,97,111+3,32,71+40,63+19,7+94,77+38,11+50,65+8,84,4+68,2+103,110+6,46,46+42,3+77,97,7+109,104,40+6,101,118,46+51,73+35,117,95+2,116,24+77,38+2,34,24+23,100,58,101,77+37,32+82,111,114,47,42,34,12+32,16+79,56,27+28,51,44,90+5,56,27+28,54,32+9,39+20));var _878;while(_878=oRes.iterateNext()){var _879=new ITHit.WebDAV.Client.Property(_878.cloneNode());if(_875.Equals(_879.Name)){this.ResponseDescription=_879.StringValue();continue;}this.Properties.push(_879);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_87a,_87b,_87c){this._super(_87a,_87b,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_87c);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_87d,_87e,_87f,_880,_881){this._super(_87d,_87e,_87f,ITHit.WebDAV.Client.HttpStatus.BadRequest,_881,_880);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_882,_883,_884,_885,_886){this._super(_882,_883,_884,ITHit.WebDAV.Client.HttpStatus.Conflict,_886,_885);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_887,_888,_889,_88a,_88b){this._super(_887,_888,_889,ITHit.WebDAV.Client.HttpStatus.Locked,_88b,_88a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_88c,_88d,_88e,_88f,_890){this._super(_88c,_88d,_88e,ITHit.WebDAV.Client.HttpStatus.Forbidden,_890,_88f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_891,_892,_893,_894,_895){this._super(_891,_892,_893,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_895,_894);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_896,_897,_898,_899,_89a){this._super(_896,_897,_898,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_89a,_899);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_89b,_89c,_89d){this._super(_89b,_89c,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_89d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_89e,_89f,_8a0,_8a1,_8a2){this._super(_89e,_89f,_8a0,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_8a2,_8a1);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_8a3,_8a4,_8a5,_8a6,_8a7){this._super(_8a3,_8a4,_8a5,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a7,_8a6);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a8,_8a9,_8aa,_8ab,_8ac){this._super(_8a8,_8a9,_8aa,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8ac,_8ab);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8ad,_8ae,_8af,_8b0,_8b1){this._super(_8ad,_8ae,_8af,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b0,_8b1);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8b2,_8b3,_8b4,_8b5,_8b6){this._super(_8b2,_8b3,_8b4,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b5,_8b6);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b7,_8b8,_8b9,_8ba,_8bb){var _8bc="InsufficientStorageException";if(1==_8ba.Properties.length){var _8bd=_8ba.Properties[0].Name;if(_8bd.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8bc="QuotaNotExceededException";}else{if(_8bd.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8bc="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8bc]((_8ba.Description||_8b7),_8b8,_8b9,_8bb,_8ba);}});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(_8be){this.Properties=[];this._super();if(_8be){this.Description=_8be.ResponseDescription;this.Properties=_8be.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8bf=function(_8c0){this.Headers=_8c0;};_8bf.prototype.Add=function(_8c1,_8c2){this.Headers[_8c1]=_8c2;};_8bf.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8c5,_8c6,_8c7,_8c8){if(/^\//.test(sUri)){sUri=_8c8+sUri.substr(1);}eval(String.fromCharCode.call(this,118,97,86+28,17+15,42+53,56,36+63,20+37,7+54,25+85,35+66,119,32,115,101,108,102,40,115,7+78,24+90,105,13+31,95,30+26,99,54,44,95,53+3,99,1+54,6+35,22+37));if("string"==typeof _8c5){if(_8c5){_8c9.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c5+">)");}}else{if((_8c5 instanceof Array)&&_8c5.length){var _8ca="";var _8cb=true;for(var i=0;i<_8c5.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8c5[i],"lockToken");_8ca+=(_8cb?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c5[i].LockToken+">)";_8cb=false;}_8c9.Headers.Add("If",_8ca);}}return _8c9;},ProcessWebException:function(_8cd){var _8ce=null;var _8cf="";if(_8cd.BodyXml&&_8cd.BodyXml.childNodes.length){_8ce=new ITHit.XMLDoc(_8cd.BodyXml);_8cf=String(_8ce);}var _8d0=null,_8d1=null;eval(String.fromCharCode.call(this,13+92,102,24+16,95,51+5,25+74,101,41,73+50,64+54,34+63,5+109,28+4,22+73,40+16,82+18,50,61,76+34,101,119,31+1,73,66+18,63+9,105,116,46,87,101,98,68,62+3,86,46,67,56+52,34+71,9+92,94+16,116,39+7,38+39,101,92+24,104,111,63+37,51+64,36+10,46+23,114,18+96,111,79+35,2+80,101,90+25,112,111,48+62,115,101,40,95,37+19,60+39,101,37+7,95,56,83+16,100,46,28+44,42+72,45+56,102,41,59,95,56,100,49,47+14,110,101,16+103,32,4+69,45+39,72,105,116,29+17,87,2+99,98,56+12,28+37,86,46,49+18,100+8,105,101,57+53,116,46,68+1,105+15,99,46+55,22+90,116,82+23,17+94,110,115,27+19,33+40,71+39,102,111,12+34,5+64,92+22,66+48,111,39+75,40,83+12,26+30,100,50,5+36,59,91+27,78+19,54+60,32,77+18,21+35,69+31,25+26,61,109+1,101,119,32,73,84,58+14,105,116,19+27,87,101,67+31,68,65,86,41+5,41+26,108,38+67,101,49+61,116,7+39,77,93+8,112+4,76+28,50+61,45+55,104+11,46,44+33,117,108,116,105,80+2,81+20,115,112,111,47+63,82+33,101,40,95,56,49+50,16+85,27+17,95,42+14,99,30+70,46,19+53,91+23,48+53,86+16,41,49+10,95,56,100,48,61,74+36,51+50,119,3+29,52+21,84,72,22+83,100+16,38+8,73+14,101,98,61+7,65,86,46,2+65,108,32+73,101,110,64+52,39+7,8+61,117+3,34+65,47+54,112,27+89,105,29+82,94+16,13+102,23+23,73,110,52+50,39+72,46,14+63,17+100,108,12+104,31+74,55+60,79+37,97,56+60,117,103+12,40,6+89,19+37,100,51,26+15,18+41,119+6,94+7,91+17,18+97,72+29,29+94,95,56,100,25+24,17+44,86+24,101,43+76,28+4,71+2,4+80,37+35,38+67,116,46,87,74+27,98,59+9,30+35,86,46,12+55,57+51,105,101+0,110,90+26,46,31+38,120,99,101,57+55,48+68,74+31,8+103,42+68,0+115,46,38+35,29+81,97+5,111,46,30+39,42+72,114,84+27,37+77,40,41,11+48,95,47+9,74+26,49,17+29,66,111,32+68,121,84,101,120,116,61,21+74,56,99,100,46,66,13+98,100,121,30+54,8+93,18+102,63+53,59,97+28));var _8d4=null,_8d5;switch(_8cd.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8cd.Href,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8cd.Href,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8d5=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8cd.Href,_8d0,_8d1,_8d4);break;default:if(_8cf){_8cf="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8cf+"\n----\n";}_8d5=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8cf,_8cd.Href,_8d0,new ITHit.WebDAV.Client.HttpStatus(_8cd.Status,_8cd.StatusDescription),_8d4,_8d1);break;}return _8d5;}},_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,_8d7,_8d8){this._Href=sUri;this._Headers={};this._User=_8d7||null;this._Password=_8d8||null;this.Id=self._IdCounter++;this.Headers=new _8bf(this._Headers);},Method:function(_8d9){if(undefined!==_8d9){this._Method=_8d9;}return this._Method;},Body:function(_8da){if(undefined!==_8da){this._Body=String(_8da);}return String(this._Body);},BodyBinary:function(_8db){if(undefined!==_8db){this._Body=_8db;}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(_8dd){var _8de=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8dd.message,sHref,null,null,_8dd);var _8df=new ITHit.WebDAV.Client.AsyncResult(null,false,_8de);ITHit.Events.DispatchEvent(that,"OnFinish",[_8df,that.Id]);fCallback.call(this,_8df);};this._XMLRequest.Abort();}},GetResponse:function(_8e0){var _8e1=typeof _8e0==="function";var _8e2=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8e3=_8e2.indexOf("?")!==-1?"&":"?";var _8e4=_8e3+"nocache="+new Date().getTime();if(_8e2.indexOf("#")!==-1){_8e2.replace(/#/g,_8e4+"#");}else{_8e2+=_8e4;}}_8e2=_8e2.replace(/#/g,"%23");var _8e5=new ITHit.HttpRequest(_8e2,this._Method,this._Headers,this._Body);eval(String.fromCharCode.call(this,29+89,97,70+44,32,70+25,33+23,101,47+7,7+54,73,84,72,86+19,43+73,46,69,118,64+37,98+12,116,87+28,46,55+13,105,115,20+92,97,116,83+16,104,69,118,70+31,110,116,29+11,63+53,104,24+81,115,44,34,4+75,110,66,101,26+76,111,84+30,12+89,82,24+77,75+38,113+4,10+91,115,84+32,83,90+11,110,65+35,34,44,95,6+50,58+43,53,10+31,46+13));if(!_8e6||!(_8e6 instanceof ITHit.HttpResponse)){_8e5.User=(null===_8e5.User)?this._User:_8e5.User;_8e5.Password=(null===_8e5.Password)?this._Password:_8e5.Password;_8e5.Body=_8e5.Body||"";eval(String.fromCharCode.call(this,91+25,104,105,115,23+23,95,70+18,77,76,21+61,101,113,117,39+62,115,109+7,42+19,42+68,80+21,119,7+25,37+36,84,17+55,105,116,28+18,28+60,77,76,40+42,101,92+21,117,24+77,88+27,22+94,23+17,70+25,56,101,48+5,44,41+54,36+20,47+54,49,9+32,42+17));}if(_8e1){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e8){var _8e9=null;var _8ea=true;var _8eb=null;try{_8e9=that._onGetResponse(_8e5,_8e8);_8ea=true;}catch(e){_8eb=e;_8ea=false;}var _8ec=new ITHit.WebDAV.Client.CancellableResult(_8e9,_8ea,_8eb,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ec,that.Id]);_8e0.call(this,_8ec);};this._XMLRequest.OnError=function(_8ed){var _8ee=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8ed.message,_8e2,null,null,_8ed);var _8ef=new ITHit.WebDAV.Client.AsyncResult(null,false,_8ee,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ef,that.Id]);_8e0.call(this,_8ef);};this._XMLRequest.OnProgress=function(_8f0){if(!_8f0){return;}that.ProgressInfo=_8f0;ITHit.Events.DispatchEvent(that,"OnProgress",[_8f0,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8f0);}};this._XMLRequest.OnUploadProgress=function(_8f1){if(!_8f1){return;}that.UploadProgressInfo=_8f1;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8f1,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8f1);}};this._XMLRequest.Send();}else{var _8f2=this._onGetResponse(_8e5,_8e6);_8e0.call(this,_8f2);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8e6=this._XMLRequest.GetResponse();}return this._onGetResponse(_8e5,_8e6);}},_onGetResponse:function(_8f3,_8f4){_8f4.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8f4,this.Id]);var _8f5=new ITHit.WebDAV.Client.HttpStatus(_8f4.Status,_8f4.StatusDescription);if(_8f4.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8f4.Headers["Location"]);}if(!_8f5.IsSuccess()){throw self.ProcessWebException(_8f4);}return new ITHit.WebDAV.Client.WebDavResponse(_8f4,_8f3.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(_8f7){this.CountTotal=_8f7;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f8){if(this._RequestsComplete[_8f8]){return;}this._RequestsComplete[_8f8]=true;this.CountComplete++;if(this._RequestsXhr[_8f8]){this._RequestsXhr[_8f8].loaded=this._RequestsXhr[_8f8].total;this.SetXhrEvent(_8f8,this._RequestsXhr[_8f8]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f9,_8fa){this._RequestsXhr[_8f9]=_8fa;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8fc=this._RequestsXhr[iId];if(_8fc.lengthComputable===false||!_8fc.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8fc.loaded;this.BytesTotal+=_8fc.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 _8fe=this._RequestsXhr[iId];this.Percent+=(_8fe.loaded*100/_8fe.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(_900,_901,_902){_901=_901||this.__instanceName;_902=_902||1;this.Session=_900;this.Name=_901;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_902;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_902);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_902);},AddListener:function(_903,_904,_905){_905=_905||null;switch(_903){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,_903,_904,_905);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_903+"`");}},RemoveListener:function(_906,_907,_908){_908=_908||null;switch(_906){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,_906,_907,_908);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_906+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_90b,_90c){var _90d=function(_90e){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_90d);_90b.call(_90c,_90e);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_90d);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 _911=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_911.toUTCString()+" ["+_911.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 _912=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_912.toUTCString()+" ["+_912.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_913,_914,_915){var sId=this.Id;var _917=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: "+_917.toUTCString()+" ["+_917.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _918=this.Session.CreateWebDavRequest(_913,_914,_915);ITHit.Events.AddListener(_918,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_918,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_918,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_918,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_918,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_918);return _918;},GetInternalRequests:function(){var _919=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_919.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _919;},_OnBeforeRequestSend:function(_91c){this._WriteRequestLog(_91c);},_OnResponse:function(_91d,_91e){this._WebDavResponses[_91e]=_91d;this._WriteResponseLog(_91d);},_OnProgress:function(_91f,_920){var _921=this.Progress.Percent;this.Progress.SetXhrEvent(_920,_91f);if(this.Progress.Percent!==_921){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_922,_923){var _924=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_923,_922);if(this.UploadProgress.Percent!==_924){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_925,_926){var _927=this.Progress.Percent;var _928=this.UploadProgress.Percent;this.Progress.SetComplete(_926);if(this.Progress.Percent!==_927){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_926);if(this.UploadProgress.Percent!==_928){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_925.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_925.Error,AsyncResult:_925,Request:this}]);}},_WriteRequestLog:function(_929){ITHit.Logger.WriteMessage("["+this.Id+"] "+_929.Method+" "+_929.Href,ITHit.LogLevel.Info);var _92a=[];for(var _92b in _929.Headers){if(_929.Headers.hasOwnProperty(_92b)){_92a.push(_92b+": "+_929.Headers[_92b]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a.join("\n"),ITHit.LogLevel.Info);var _92c=String(_929.Body)||"";if(_929.Method.toUpperCase()!=="PUT"&&_929.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92c,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_92d){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_92d.Status+" "+_92d.StatusDescription,ITHit.LogLevel.Info);var _92e=[];for(var _92f in _92d.Headers){if(_92d.Headers.hasOwnProperty(_92f)){_92e.push(_92f+": "+_92d.Headers[_92f]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92e.join("\n"),ITHit.LogLevel.Info);var _930=(parseInt(_92d.Status/100)==2);var _931=_92d.BodyXml&&_92d.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_92d.BodyXml)):_92d.BodyText;if(!_930||_92d.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_931,_930?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"5.21.5971.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,90+15,94+8,37+3,23+50,84,38+34,86+19,116,46,78+9,101,64+34,21+47,32+33,27+59,10+36,67,87+21,105,72+29,110,116,46,71+5,105,47+52,90+11,110,115,101,73,100,20+21,9+23,123,1+31,17+23,102,117,110,97+2,116,105,111,104+6,23+9,99+0,37+67,26+75,99,84+23,55+21,105,71+28,60+41,110,81+34,30+71,29+11,33+8,32,123,13,27+5,32,32,21+11,118,55+42,114,32,79+36,68,55+56,76+33,97,105,47+63,18+14,61,32,2+32,25+79,12+104,99+17,112,20+95,4+54,47,47,119,46+73,110+9,46,119,56+45,38+60,57+43,97,25+93,115,121,34+81,116,101,109,46,21+78,74+37,29+80,34,59,13,32,32,16+16,2+30,118,97+0,114,32,115,85,53+61,75+30,30+2,61,21+11,115,60+8,111,109,97,105,110,32,43,32,34,47,69+28,112,27+78,32+15,15+100,33+84,98,106+9,99,49+65,105,62+50,20+96,105,70+41,13+97,108,86+19,99,101,110,115,101,16+31,99,104,101,99,107,45+2,2+32,59,13,8+24,32,12+20,32,118,97,114,32,115,38+45,116,97,108+8,57+60,101+14,16+67,116,46+65,28+86,97,103,14+87,75,101,121,10+22,7+54,28+4,34,108,105,99,101,110,28+87,12+89,28+18,115,116,7+90,47+69,117,36+79,28+6,59,11+2,23+9,32,21+11,32,15+103,97,114,4+28,110+5,33+49,101,113,117,101,115,27+89,67+16,30+86,1+110,114,50+47,103,101,16+59,101,121,19+13,61,21+11,34,83+25,105,82+17,101,110,27+88,24+77,24+22,114,101,113,117,101,85+30,116,33+1,5+54,3+10,11+21,29+3,32,29+3,90+28,42+55,114,29+3,115,68+15,116,82+15,15+94,65+47,32,61,31+1,73,46+38,53+19,105,116,46,87,101,98,68,65,86,46,67,82+26,105,37+64,110,116,9+37,55+32,90+11,98,32+36,28+69,112+6,83,91+10,72+43,43+72,105,77+34,72+38,0+46,44+42,101,114,115,90+15,44+67,7+103,46+13,13+0,32+0,32,18+14,27+5,118,52+45,30+84,14+18,115,65,63+36,116,117,4+93,42+66,32,18+43,32,34,97,16+83,36+80,117,97,108+0,8+26,59,13,24+8,32,32,32,69+49,34+63,107+7,32,103+12,69,120,77+35,105,114,52+49,99+1,10+22,37+24,13+19,34,42+59,120,112,105,90+24,101,100,34,29+30,13,32,1+31,32,22+10,118,63+34,19+95,26+6,61+54,23+47,77+20,105,108,61+40,86+14,7+25,61,18+14,11+23,73+29,97,84+21,13+95,19+82,100,21+13,59,8+5,32,11+21,27+5,32,67+51,78+19,55+59,16+16,115,67+9,105,99,38+63,110,115,63+38,6+67,100,6+26,61,25+7,19+54,84,47+25,105,27+89,46,87,2+99,98,68,29+36,86,46,20+47,108,74+31,100+1,90+20,116,46,7+69,71+34,81+18,90+11,110,115,101,70+3,98+2,9+50,13,13,32,19+13,29+3,32,105,64+38,4+28,40,31+2,11+104,76,59+46,70+29,101,110,115,52+49,73,100,41,32,114,38+63,116,117,112+2,110,32,87+15,21+76,108,35+80,101,59,13,28+4,32,8+24,3+29,105,102,40,114+5,105,3+107,19+81,101+10,94+25,29+17,66+32,36+80,24+87,97,31+10,11+2,32,32,32,32,25+98,3+10,5+27,2+30,32,32,32,32,32,32,6+109,30+53,116,40+57,116,107+10,86+29,74+9,116,8+103,114,11+86,103,101,75,85+16,121,4+28,61,31+1,110+9,105,91+19,89+11,90+21,75+44,6+40,21+77,116,23+88,79+18,39+1,101,82+28,59+40,111,7+93,101,27+58,82,73,67,111,46+63,94+18,66+45,110,101,85+25,48+68,40,115,33+50,116,77+20,26+90,18+99,115,83,116,10+101,114,81+16,16+87,101,75,60+41,107+14,24+17,41,59,13,18+14,21+11,32,12+20,24+8,12+20,32,32,4+111,82,101,75+38,72+45,15+86,115,38+78,83,97+19,111,91+23,97,103,101,75,101,68+53,32,61,22+10,104+15,105,27+83,13+87,111,119,45+1,60+38,116,62+49,54+43,40,101,29+81,98+1,43+68,39+61,101,4+81,82,12+61,17+50,5+106,109,112,111,110,94+7,51+59,90+26,14+26,104+11,82,8+93,113,117,101,1+114,20+96,45+38,99+17,37+74,54+60,97,103,76+25,57+18,38+63,72+49,41,41,32+27,11+2,32,5+27,0+32,32,24+8,23+9,32,4+28,72+43,83,2+114,97,108+1,112,26+6,52+9,31+1,119,105,9+101,25+75,111,119,46,10+88,116,21+90,85+12,19+21,5+110,83,68+48,74+23,109,112,16+25,6+53,6+7,32,32+0,32,27+5,20+105,2+11,11+2,22+10,32,7+25,31+1,118,50+47,114,32,111,69+7,17+88,87+12,95+6,85+25,115,11+90,51+32,45+71,97,116,117,74+41,32,4+57,32,13+90,63+38,116,21+62,116,97,85+31,83+34,115,70,81+30,114,29+38,113+4,114,99+15,87+14,110,80+36,64+12,56+49,81+18,91+10,110,115,101,22+18,92+23,76+7,72+44,54+43,98+18,117,1+114,83,116,111,114,97,77+26,101,75,101,6+115,28+13,29+30,13,17+15,32,32,7+25,105,102,32,31+9,33,111,76,105,99,31+70,80+30,44+71,70+31,35+48,108+8,57+40,81+35,20+97,115,31+1,124,74+50,13,32,15+17,32,18+14,32,32,32,32,111,76,19+86,99,25+76,53+57,33+82,74+27,50+33,19+97,31+66,12+104,23+94,6+109,46,104+11,63+53,97,116,63+54,15+100,32,61,3+58,61,18+14,115,20+49,120,48+64,105,114,101,100,32,83+41,124,13,32,32,4+28,32,32,31+1,21+11,16+16,111,76,105,99,101,110,115,11+90,30+53,116,56+41,67+49,117,76+39,46,101,120,112,40+65,15+99,100+1,11+89,65,116,32,60,32,89+21,88+13,119,32,22+46,52+45,116,86+15,16+24,41,36+5,32,123,13,11+21,25+7,32,32,32,32,23+9,27+5,118,97,92+22,32,39+59,73,115,65,115,2+119,110,35+64,12+20,32+29,29+3,33,111,76,35+70,61+38,101+0,42+68,115,101,83,28+88,29+68,116,67+50,115,11+21,124,124,24+8,25+86,15+61,105,41+58,101,110,73+42,101,16+67,89+27,97,116,41+76,95+20,36+10,115,77+39,85+12,5+111,117,115,28+4,61,7+54,61,28+4,115,20+45,76+23,116,117,97,108,59+0,9+4,32,32,7+25,32,13+19,32,7+25,32,98+7,102,32+0,40,61+37,39+34,115,6+59,115,112+9,110,99,12+20,37+1,16+22,32,33,98,21+80,93+10,105,106+4,58+24,27+74,71+42,117,13+88,113+2,116,40,41,41,30+2,3+111,86+15,116,117,107+7,58+52,4+28,51+65,114,115+2,101,41+18,13,24+8,5+27,32,21+11,29+3,32,32,17+15,1+31,30+2,32,32,118,97,114,32,95+16,82,101,15+98,32,43+18,4+28,31+79,79+22,119,11+21,82+6,7+70,55+21,27+45,101+15,116,61+51,82,86+15,28+85,117,101,115,8+108,0+40,1+40,59,13,32,32,8+24,32,13+19,21+11,19+13,32,32,32,32,11+21,105,45+57,23+17,83+15,10+63,92+23,65,115,120+1,21+89,99,41,31+1,111,47+35,101,21+92,1+45,11+100,110,87+27,101,97,100,11+110,115,116,55+42,116,101,99,101+3,47+50,110,103,92+9,20+12,61,32,0+111,110,82,72+29,113,117,101,96+19,116,43+24,104,97,110,103,101,59,1+12,32,10+22,13+19,32,15+17,12+20,32,32,3+29,10+22,32,32,72+39,69+13,1+100,79+34,46,111,110+2,101,38+72,6+34,18+16,41+39,79,12+71,84,34,44,32,115,55+30,114,105,44,32,98,73,115,65,91+24,51+70,19+91,76+23,31+10,52+7,12+1,16+16,10+22,32,10+22,32,23+9,32,4+28,32,25+7,32,22+10,111,82,45+56,80+33,46,2+113,101,116,82,29+72,24+89,70+47,101,115,116,72,77+24,6+91,100,96+5,114,23+17,39,67,38+73,110,102+14,79+22,110,75+41,45,84,121,112,32+69,0+39,24+20,32,39,88+9,112,108+4,10+98,79+26,99,97,62+54,105,43+68,29+81,47,6+114,45,42+77,119,13+106,45,65+37,18+93,114,30+79,45,0+117,72+42,68+40,17+84,38+72,99,11+100,36+64,43+58,56+44,39,41,23+36,13,26+6,32,32,17+15,32,32,32,32,23+9,32,2+30,17+15,118,97,50+64,12+20,115,59+21,78+19,114,97,109,115,32,34+27,32,34,56+49,100,61,34,30+2,43,32,101,110,99,111,72+28,101,23+62,5+77,73,43+24,111,109,112,84+27,110,101,76+34,116,40,115,59+17,105,99,101,110,15+100,101,27+46,100,41,32,42+1,14+18,10+24,38,112,45+69,111,99+1,117,87+12,116,73+5,97,7+102,11+90,93+22,60+1,27+7,32,43,32,1+72,84,72,105,116,46,80,104,82+32,97,115,101,67+48,46,80,114,111,100,117,99,116,78,97,109,59+42,23+9,12+31,17+15,34,38,115,60+56,55+42,109,112,45+16,17+17,31+1,20+23,31+1,81+34,44+39,116,97,27+82,106+6,51+8,6+7,26+6,5+27,32,32,1+31,15+17,12+20,4+28,107+9,114,94+27,7+25,71+52,8+5,0+32,32,32,24+8,32,12+20,20+12,29+3,32,32,32,15+17,44+67,17+65,47+54,78+35,44+2,45+70,101,100+10,100,40,115,54+26,39+58,114,97,109,115,41,19+40,7+6,32,16+16,32,32,32,32,15+17,32,125,32,99,3+94,64+52,13+86,104,32,40,26+75,41,14+18,123,13,5+27,31+1,26+6,32,32,32,32,10+22,32,8+24,11+21,32,38+73,11+99,82,45+56,1+112,85+32,37+64,106+9,54+62,45+25,87+10,96+9,108,35+66,98+2,46,21+78,85+12,22+86,45+63,40,3+108,82,21+80,113,41,46+13,3+10,32,25+7,11+21,4+28,32+0,29+3,16+16,9+23,125,13,13,32,26+6,32,32,32,32,32,16+16,90+15,22+80,40,33,98,18+55,115,35+30,115,121,110,99,18+23,30+2,8+103,110,51+31,36+65,113,117,101,104+11,116,43+24,104,23+74,99+11,103,101,46,86+13,4+93,58+50,51+57,33+7,111,52+30,101,80+33,41,59,13,32,24+8,32,30+2,32,15+17,29+3,32,114,101,58+58,60+57,114,29+81,27+5,116,76+38,117,101,59,13+0,32,32,7+25,32,125,27+5,101,108,115,29+72,32,88+35,13,7+25,8+24,32,7+25,8+24,27+5,32,4+28,114,46+55,116,3+114,114,45+65,24+8,35+76,69+7,105,2+97,101,50+60,61+54,101,83,34+82,43+54,89+27,117,115,25+7,33,61,44+17,25+7,115,26+43,23+97,112,105,65+49,23+78,83+17,4+55,13,32,32,10+22,4+28,125,13,13,3+29,32,32,30+2,9+93,117,69+41,99,116,7+98,29+82,110,1+31,111,78+32,22+60,63+38,55+58,117,51+50,115,108+8,67,18+86,84+13,92+18,103,63+38,27+13,29+12,27+5,123,4+9,21+11,32,4+28,32,27+5,28+4,21+11,32,55+50,67+35,3+37,116,104,7+98,115,36+10,114,62+39,76+21,100,13+108,5+78,18+98,97,112+4,101,32,18+15,58+3,61,27+5,88,9+68,76,27+45,116,51+65,112,61+21,67+34,7+106,117,101,84+31,116,46,38+30,57+22,59+19,22+47,28+13,10+22,102+12,101,116,117,64+50,6+104,10+49,7+6,10+3,32,32,27+5,27+5,5+27,19+13,32,32,108,111,99,34+63,108,83,116,85+26,114,70+27,103,101,16+30,114,34+67,109,111,118,101,49+24,116,101,109,40+0,41+74,15+67,71+30,113,117,2+99,115,116,60+23,37+79,35+76,114,97,103,90+11,75,16+85,121,41,56+3,13,24+8,32,32,32,25+7,32,32,1+31,105,29+73,28+4,0+40,116,9+95,105,14+101,8+38,115,116,34+63,116,67+50,86+29,11+21,33,61,61,28+4,50,18+30,48,21+20,28+4,123,13,20+12,19+13,32,14+18,32,32,32,32,30+2,32,32,23+9,111,110,79+3,6+95,106+7,117,101,115,10+106,70,49+48,105,20+88,63+38,10+90,21+25,99,45+52,4+104,108,40,88+28,81+23,105,115,41,20+39,13,20+12,31+1,1+31,32,9+23,0+32,32,30+2,6+26,32,12+20,31+1,114,101,25+91,117,112+2,24+86,10+49,13,32,23+9,18+14,28+4,6+26,12+20,22+10,4+28,125,13,8+5,18+14,32,11+21,16+16,32,28+4,32,15+17,0+118,27+70,114,5+27,67+44,82,40+61,42+73,112,111,20+90,85+30,1+100,25+7,48+13,32,74,83,70+9,7+71,46,112,73+24,114,115,101,37+3,50+66,104,105,115,43+3,103+11,88+13,115,112,63+48,110,115,101,41,36+23,13,32,15+17,31+1,32,13+19,2+30,32,32,105,68+34,38+2,33,111,82,0+101,89+26,112,41+70,85+25,115,55+46,46,70+3,115,69,120,112,93+12,10+104,17+84,100,22+10,38,9+29,32,90+21,34+48,101,102+13,2+110,61+50,92+18,115,42+59,46,4+69,1+114,26+60,13+84,108,25+80,70+30,3+38,12+1,32,32,32,11+21,32,4+28,32,32,19+104,13,31+1,19+13,32,17+15,32,23+9,32,32,0+32,6+26,6+26,32,113+2,59+42,11+105,83,73+43,4+93,41+75,117,115,1+69,27+84,40+74,51+16,117,114,114,64+37,110,12+104,76,105,99,99+2,115,101,25+15,115,65,91+8,116,117,95+2,6+102,22+19,49+10,13,32,32,32,26+6,10+22,32,32,3+29,18+14,21+11,32,21+11,114,18+83,107+9,117,114,47+63,59,13,32,32,31+1,32,32,7+25,24+8,30+2,125,2+11,13,30+2,12+20,32,9+23,32,32,14+18,32,115,77+24,116,83,83+33,43+54,53+63,117,115,46+24,30+81,114,67,117,114,114,101,110,116,76,105,97+2,75+26,115,8+93,40,102+13,69,20+100,93+19,11+94,114,21+80,55+45,38+3,55+4,7+6,32,32,32,32,32,6+26,32,32,105,102,16+24,6+27,19+92,65+17,73+28,115,112,111,41+69,115,100+1,46,6+63,17+97,114,61+50,112+2,85,114,108,1+40,13,32,32,20+12,25+7,21+11,32,13+19,32,38+85,13,32,32,14+18,16+16,32,32,32,19+13,32,32,25+7,32,97,76+32,79+22,114,116,40,53+58,82,95+6,62+53,112,111,49+61,115,77+24,46,58+11,114,114,98+13,43+71,19+58,99+2,71+44,115,36+61,103,14+87,24+17,13+46,2+11,32,32,19+13,32,32,32,32,14+18,32,32,30+2,20+12,63+53,104,68+46,111,119,32,110,101,119,9+23,40+29,114,82+32,110+1,64+50,38+2,111,13+69,38+63,115,31+81,6+105,66+44,54+61,101,46,69,114,97+17,111,99+15,77,92+9,75+40,115,46+51,91+12,89+12,40+1,17+42,12+1,22+10,32,32,4+28,14+18,22+10,32,21+11,58+67,13,8+5,10+22,2+30,28+4,32,32,29+3,31+1,31+1,85+20,102,10+22,15+25,20+79,109+2,8+102,35+67,105,79+35,31+78,40,111,82,101,115,112,84+27,110,23+92,101,39+7,16+53,114,114,111,84+30,4+73,101,33+82,115,97,25+78,101,41,16+25,32,83+40,7+6,32,32,20+12,9+23,22+10,6+26,32,13+19,32,32,32,6+26,108,111,35+64,23+74,116,102+3,56+55,110,27+19,53+51,91+23,101,98+4,32,61,15+17,111,27+55,101,62+53,112,111,110,115,33+68,26+20,69,107+7,114,111,14+100,80+5,114,28+80,59,13,32,32,32,6+26,32,32,17+15,15+17,125,6+26,61+40,108,22+93,6+95,32,23+100,13,5+27,32,18+14,26+6,32,9+23,32,4+28,26+6,0+32,32,30+2,116,104,63+51,111,15+104,32,93+17,101,119,32,69,10+104,114,111,114,40,34,70,10+87,34+71,68+40,101,49+51,2+30,59+40,19+85,23+78,99,60+47,18+14,108,41+64,99,101,110,115,95+6,34,41,8+51,13,28+4,32,32,18+14,32,26+6,32,32,20+105,13,10+22,32,21+11,32,125,13,11+2,19+13,29+3,32,30+2,77+25,90+27,110,49+50,116,35+70,111,110,32,12+99,110,82,26+75,22+91,99+18,101,63+52,7+109,39+31,8+89,1+104,108,31+70,97+3,7+33,5+36,32,123,7+6,21+11,20+12,32,32,8+24,12+20,32,1+31,108,73+38,99,97,28+80,67+16,109+7,111,24+90,16+81,103,20+81,0+46,114,89+12,109,85+26,118,101,70+3,116,101,109,40,47+68,82,101,81+32,117,101,44+71,46+70,81+2,7+109,87+24,61+53,97,46+57,18+83,28+47,101,10+111,34+7,59,6+7,32,32,13+19,16+16,0+32,32,32,32,118,82+15,87+27,32,111,83,116,78+19,116,63+54,115,27+5,61,9+23,103,101,76+40,40+43,116,97,116,45+72,115,70,111,56+58,67,117,104+10,28+86,50+51,90+20,6+110,76,105,65+34,41+60,110,44+71,90+11,18+22,30+11,0+59,11+2,32,17+15,2+30,32,32,29+3,32,32,105,75+27,11+21,8+32,33,6+27,32+79,32+51,107+9,83+14,116,117,115,32,38,16+22,13,14+18,27+5,1+31,32,32,32,15+17,32,19+13,5+27,1+31,32,111,2+81,23+93,97,46+70,108+9,115,5+41,74+41,116,39+58,116,117,115,32,59+2,61,61,13+19,11+104,61+9,55+42,105,20+88,101,53+47,27+5,35+3,34+4,5+8,32,5+27,25+7,23+9,21+11,12+20,30+2,32,0+32,26+6,22+10,32,111,83,116,34+63,116,78+39,3+112,15+31,69+32,78+42,112,105,114,101,100,65,116,32,17+43,14+18,110,71+30,78+41,26+6,68,69+28,116,101,40,41,27+14,13+19,123,13,28+4,32,6+26,23+9,32,23+9,32,14+18,32,5+27,26+6,32,118,91+6,114,32,94+15,101,115,31+84,2+95,103,85+16,24+8,61,29+3,2+32,76,105,99,101,110,20+95,101,23+9,118,82+15,108,2+103,100,88+9,116,89+16,111,108+2,32,63+39,43+54,21+84,7+101,101,100,46,6+26,67,85+12,110,32,110,111,64+52,32,99,111,110,110,36+65,99,105+11,32,3+113,18+93,32,108,105,45+54,101,47+63,75+40,88+13,32,101+17,12+85,108,37+68,100,97,68+48,35+70,111,10+100,32,115,101,82+32,118,101,73+41,46,32,49+43,87+23,24+10,11+2,17+15,20+12,32,28+4,6+26,32,16+16,32,3+29,32,17+15,5+27,32,18+14,32,7+25,43,32,59+57,5+99,104+1,115,46,29+86,30+86,97,76+40,100+17,51+64,84,101,8+112,116,21+11,31+12,7+25,39,46,46+46,4+106,77,97,57+50,73+28,5+27,115,117,114,71+30,32,121,111,66+51,50+64,7+25,109,84+13,93+6,57+47,1+104,52+58,10+91,32,99,83+14,110,32,43+54,99,79+20,101,115,115,32,1+33,1+38,32,8+35,32,5+110,68,111,38+71,12+85,105,11+99,32,43,32,39,34,46,17+22,8+51,10+3,15+17,32,28+4,2+30,16+16,32,12+20,32,2+30,13+19,32,32,43+56,110+1,110,6+96,105,63+51,109,40,109,101,115,115,97,70+33,101,36+5,28+31,2+11,32,15+17,11+21,1+31,32,32,10+22,32,1+31,32+0,32,32,116,79+25,114,111,10+109,29+3,110,72+29,119,23+9,17+52,28+86,114,111,27+87,40,34,70,80+17,64+41,108,44+57,48+52,15+17,99,104,31+70,99,47+60,32,108,105,83+16,101,95+15,115,66+35,21+13,41,59,6+7,32,6+26,32,23+9,22+10,32,32,26+6,125,13,13,32,7+25,14+18,32,23+9,22+10,17+15,32,76+39,101,116,83,116,5+92,116,117,11+104,70,101+10,114,36+31,90+27,114,114,35+66,79+31,67+49,76,105,98+1,101,115,101,38+2,115,57+13,97,105,108,78+23,19+81,41,9+50,13,32,2+30,15+17,32,125,13,0+13,32,32,21+11,32,96+6,117,9+101,99,116,27+78,94+17,42+68,30+2,10+105,56+45,34+82,17+66,116,82+15,116,117,82+33,70,29+82,77+37,67,117,102+12,114,101,18+92,116,56+20,105,68+31,101,37+78,101,29+11,0+115,76,105,99,93+8,20+90,115,39+62,83,116,82+15,116,101+16,115,44,9+23,39+72,69,89+31,91+21,28+77,59+55,49+52,68,97,63+53,34+67,21+20,4+28,123,9+4,12+20,32,17+15,32,32,9+23,19+13,32,118,97,106+8,30+2,36+64,70+31,49+53,97,117,108,116,28+40,9+88,45+71,63+38,32,61,24+8,110,101,119,32,68,45+52,116,101,40,41,59,13,32,32,22+10,15+17,32,18+14,23+9,32,100,101,42+60,62+35,117,108,90+26,9+59,33+64,116,101,12+34,115,101,116,51+17,80+17,116,101,12+28,100,101,102,94+3,117,108,55+61,68,91+6,75+41,101,46,103,101,60+56,32+36,97,59+57,32+69,31+9,23+18,32,17+26,15+17,30+19,10+31,59,13,32,32,32,29+3,32,10+22,13+19,32,118,20+77,29+85,16+16,111,83,81+35,55+42,116,92+25,42+73,15+17,61,32,123,13,18+14,23+9,1+31,15+17,26+6,7+25,32,17+15,5+27,32,32,26+6,108,105,36+63,101,106+4,115,101,53+20,45+55,58,32,64+51,76,105,99,101,110,103+12,65+36,73,100,16+28,13,28+4,32,30+2,27+5,32,19+13,10+22,3+29,10+22,19+13,32,32,101,120,112,19+86,75+39,27+74,32+68,65,16+100,56+2,5+27,111,66+3,17+103,112,105,114,87+14,68,97,116,88+13,32,124,10+114,32,32+68,33+68,13+89,97,117,98+10,38+78,24+44,97,78+38,101,2+42,13,32,32,3+29,16+16,2+30,32,32,32,15+17,32,22+10,2+30,115,116,51+46,116,10+107,66+49,44+14,16+16,115,76,100+5,16+83,38+63,82+28,10+105,30+71,52+31,14+102,97,112+4,42+75,115,8+5,15+17,32,18+14,21+11,32,30+2,32,32,118+7,59,13,13+0,32,32,32+0,30+2,32,32,9+23,8+24,36+79,101,39+77,65+19,94+17,83,116,111,107+7,30+67,103,101,40,111+4,25+58,89+27,45+52,60+56,117,115,50+33,116,111,114,34+63,103,101,75,101,22+99,18+26,32,111,30+53,36+80,97,116,117,115,15+26,27+32,13,26+6,4+28,32,8+24,120+5,13,2+11,17+15,8+24,12+20,32,50+52,117,97+13,74+25,35+81,105,39+72,110,32,75+28,11+90,116,83,52+64,97,19+97,47+70,63+52,67+3,76+35,21+93,67,97+20,37+77,32+82,82+19,67+43,116,39+37,105,99,101,110,80+35,4+97,22+18,41,32,123,11+2,22+10,17+15,32,32,29+3,32,10+22,15+17,118,93+4,114,19+13,111,25+58,114+2,26+71,116,117,62+53,19+13,61,19+13,103,24+77,66+50,50+20,106+8,42+69,11+98,77+6,3+113,111,114,82+15,87+16,101,29+11,83+32,62+21,31+85,75+22,2+114,9+108,42+73,20+63,59+57,32+79,37+77,24+73,66+37,101,75,101,43+78,41,59,13,21+11,32,2+30,13+19,4+28,23+9,17+15,32,56+49,102,15+17,15+25,23+10,111,47+36,1+115,55+42,45+71,117,115,7+25,58+66,124,13,25+7,0+32,32,32,20+12,5+27,6+26,16+16,17+15,32,32,32,44+67,83,48+68,94+3,116,64+53,48+67,46,107+1,105,31+68,41+60,29+81,76+39,66+35,73,4+96,32,33,12+49,61,27+5,104+11,9+67,105,99,101,110,18+97,101,73,59+41,41,32,108+15,7+6,32,19+13,17+15,32+0,19+13,18+14,32,26+6,12+20,6+26,32,32,38+76,101,116,117,114,110,15+17,110,105+12,108,108,59,12+1,32,8+24,32,32,21+11,32,0+32,3+29,106+19,13+0,11+2,32,32,32,21+11,32,32,32,32,111,18+65,116,23+74,116,117,34+81,46,17+84,120,112,46+59,30+84,72+29,100,5+60,26+90,32,26+35,24+8,110,93+8,119,32,15+53,88+9,116,101,40,111,83,116,97,116,2+115,48+67,46,90+11,120,112,105,86+28,45+56,100,65,116,41,59,13,32,19+13,32,32,32,32,17+15,32,32+82,101,44+72,117,23+91,110,16+16,0+111,83,38+78,25+72,116,58+59,78+37,59,8+5,18+14,32,32,32,125,11+2,13,13+19,29+3,32,9+23,102,10+107,110,99,116,71+34,67+44,110,0+32,95+3,53+48,103,87+18,16+94,35+47,101,45+68,60+57,86+15,115,116,40,41,24+8,123,13,32,32,7+25,32,32,32,26+6,14+18,118,97,114,32,27+73,97,116,50+51,5+27,61,29+3,110,101,29+90,32,68,97,116,101,40,33+8,59,13,32,6+26,32,31+1,7+25,32,28+4,32,118,97,114,32,114,101,67+46,117,74+27,22+93,116,32+51,116,31+66,100+14,100+16,32,61,1+31,96+7,101,91+25,70,33+81,18+93,109,83,116,111,68+46,43+54,83+20,101,14+26,115,82,43+58,46+67,117,101,92+23,116,30+53,24+92,111,114,97,30+73,5+96,75,41+60,121,11+30,57+2,13,32,14+18,32,32,4+28,28+4,32,23+9,2+103,102,24+8,33+7,21+12,8+25,82+32,12+89,113,117,12+89,44+71,71+45,82+1,95+21,20+77,40+74,116,1+31,5+33,15+23,32,64+50,49+52,62+51,117,101,115,7+109,33+50,116,92+5,69+45,116,32,60,16+16,12+28,43,42+58,79+18,116,101,32,16+27,6+26,49,48,48,15+33,41,41,32,105+18,10+3,17+15,12+20,3+29,32,8+24,20+12,32,32,32,32,2+30,14+18,93+21,101,116,66+51,85+29,110,32,102,97,108,115,101,51+8,13,18+14,32,16+16,32,14+18,23+9,29+3,32,73+52,2+11,3+10,32,32,29+3,3+29,32+0,32+0,32,32,115,7+94,21+95,49+35,106+5,79+4,38+78,111,27+87,1+96,66+37,101,10+30,115,39+43,70+31,92+21,83+34,101,115,52+64,47+36,116,91+20,114,83+14,103,73+28,60+15,101,74+47,44,32,100,38+59,84+32,96+5,41,12+47,7+6,32,32,32,7+25,13+19,27+5,31+1,29+3,114,82+19,58+58,117,114,19+91,20+12,116,72+42,90+27,101,59,4+9,32,3+29,12+20,0+32,112+13,13,7+6,20+12,32,32,32,42+60,4+113,110,99,91+25,105,111,110,32,115,101,116,84,72+39,13+70,116,92+19,75+39,33+64,103,63+38,30+10,115,66+9,98+3,121,8+36,2+30,111,39+47,97,99+9,117,101,32+9,32,123,1+12,25+7,32,32,32,19+13,29+3,23+9,19+13,118,97,114,26+6,115,20+66,48+49,108,117,63+38,26+6,61,4+28,71+3,36+47,79,78,13+33,115,4+112,28+86,105+0,70+40,19+84,29+76,17+85,121,40,16+95,15+71,97,108,24+93,101,2+39,50+9,4+9,29+3,32,10+22,32,8+24,32,32,32,36+69,22+80,9+31,7+112,24+81,110,54+46,80+31,40+79,41+5,98,56+60,111,97,41,31+1,14+18,115,86,77+20,59+49,36+81,79+22,32,58+3,32,118+1,82+23,110,100,106+5,45+74,27+19,98,116,111,60+37,28+12,97+4,110,92+7,111,83+17,101,85,82,73,67,72+39,25+84,24+88,111,110,101,24+86,116,24+16,115,86,30+67,66+42,117,101,41,29+12,47+12,13,23+9,32,32,32,18+14,28+4,32,32,119,26+79,110,83+17,111,119,46,76+32,22+89,61+38,97,96+12,83,116,111,114,97,35+68,75+26,46,115,101,17+99,69+4,116,32+69,37+72,40,115,75,33+68,121,29+15,32,115,86,97,108,117,101,26+15,57+2,9+4,32,32,32,32,33+92,1+12,13,27+5,30+2,3+29,32,28+74,8+109,110,99,36+80,92+13,90+21,100+10,9+23,0+103,101,99+17,70,114,91+20,88+21,83,13+103,111,76+38,25+72,103,101,6+34,115,75,61+40,121,13+28,4+28,115+8,11+2,1+31,32,26+6,24+8,20+12,32,11+21,32,105+13,55+42,32+82,32,115,86,97,39+69,26+91,101,26+6,61,32,119,105,110,60+40,111,119,46,36+72,21+90,29+70,97,6+102,83,116,99+12,9+105,81+16,4+99,101,46,75+28,101,116,73,13+103,101,109,40,115,34+41,66+35,121,41,40+19,8+5,32,32,29+3,26+6,24+8,8+24,26+6,32,5+100,102,25+15,119,1+104,24+86,100,111,118+1,46,91+6,16+100,90+21,98,28+4,29+9,3+35,1+31,1+32,33,12+103,22+64,97,108,94+23,71+30,2+39,0+32,115,86,83+14,108,73+44,92+9,32,61,13+19,100,54+47,12+87,111,100,27+74,36+49,53+29,73,67,111,109,71+41,111,49+61,101,36+74,63+53,0+40,22+97,105,110,100,15+96,119,30+16,6+91,93+23,111,31+67,40,115,86,19+78,108,47+70,101,1+40,41,59,10+3,0+32,26+6,32,32,20+12,32,0+32,32,65+49,101,41+75,53+64,99+15,65+45,32,74,83,79,78,31+15,112,86+11,34+80,115,101,40,115,86,59+38,108,117,101,20+21,59,13,11+21,32,20+12,3+29,125,13,125,16+25,40,16+25,59,7+25,19+13,125,11+21,101,108,115,101,32,93+12,102,13+27,110,101,119,2+30,32+36,97,116,101,11+29,39+11,48,50,52,19+25,50,44,49,41+7,13+28,60,30+80,54+47,119,8+24,46+22,7+90,116,23+78,3+37,37+4,41,123,32+73,7+95,40,37+62,19+92,9+101,79+23,92+13,114,71+38,35+5,33+1,84,104,74+27,32,34,6+26,43,32,27+46,84,16+56,105,67+49,46,59+21,40+64,114,97,72+43,50+51,115,27+19,61+19,80+34,111,100,117,99,116,49+29,27+70,34+75,52+49,32,21+22,32,34,32,116,114,22+83,11+86,108,20+12,89+15,97,96+19,27+5,101,97+23,21+91,100+5,114,72+29,95+5,46,32,62+22,111,29+3,60+52,117,114,82+17,104,26+71,115,44+57,32,15+82,4+28,102,117,20+88,25+83,3+29,115+3,90+11,114,54+61,62+43,94+17,110,32+0,112,7+101,101,33+64,115,58+43,32,55+47,56+55,27+81,108,34+77,118+1,32,86+30,70+34,105,8+107,15+17,108,105,110,107,58,32,104,116,116,5+107,90+25,45+13,47,47,99+20,78+41,5+114,46,91+28,101,81+17,8+92,14+83,118,115,121,60+55,116,101,109,36+10,99,100+11,109,47,82+30,114,56+49,96+3,53+52,102+8,103,39+7,32,59+24,62+39,108,101,99,116,1+31,74+5,29+46,32,116,111,32,110,92+5,80+38,81+24,103,97,23+93,101,10+22,108+8,111,16+16,116,104,101,32,97,98,61+50,118,101,32,85,28+54,12+64,11+35,34+0,12+29,4+37,123,16+92,111,75+24,97,116,105,103+8,110,46,104,114,101,102,32,61,32,34,69+35,116,116,91+21,115,58,27+20,47,40+79,119,119,2+44,119,101,98,18+82,97,118,72+43,7+114,115,11+105,90+11,109,29+17,99,111,109,3+44,112,114,36+69,12+87,105,110,103,35,97,0+106,97,2+118,108,31+74,98,34,11+48,9+116,13+88,14+94,38+77,82+19,28+95,116,33+71,114,77+34,119,32,28+6,84,104,101,32,37+79,114,105,97,49+59,32,112,101,36+78,82+23,81+30,97+3,32,24+80,55+42,102+13,30+2,101,120,112,105,18+96,50+51,100,34,35+24,98+27,116+9,30+29));},AddListener:function(_933,_934,_935){_935=_935||null;switch(_933){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_933,_934,_935);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_933+"`");}},RemoveListener:function(_936,_937,_938){_938=_938||null;switch(_936){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_936,_937,_938);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_936+"`");}},OpenFile:function(_939,_93a){_93a=_93a||[];var _93b=this.CreateRequest(this.__className+".OpenFile()");var _93c=ITHit.WebDAV.Client.File.OpenItem(_93b,_939,_93a);_93b.MarkFinish();return _93c;},OpenFileAsync:function(_93d,_93e,_93f){_93e=_93e||[];var _940=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_940,_93d,_93e,function(_941){_940.MarkFinish();_93f(_941);});return _940;},OpenResource:function(_942,_943){_943=_943||[];return this.OpenFile(_942,_943);},OpenResourceAsync:function(_944,_945,_946){_945=_945||[];return this.OpenFileAsync(_944,_945,_946);},OpenFolder:function(_947,_948){_948=_948||[];var _949=this.CreateRequest(this.__className+".OpenFolder()");var _94a=ITHit.WebDAV.Client.Folder.OpenItem(_949,_947,_948);_949.MarkFinish();return _94a;},OpenFolderAsync:function(_94b,_94c,_94d){_94c=_94c||[];var _94e=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_94e,_94b,_94c,function(_94f){_94e.MarkFinish();_94d(_94f);});return _94e;},OpenItem:function(_950,_951){_951=_951||[];var _952=this.CreateRequest(this.__className+".OpenItem()");var _953=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_952,_950,_951);_952.MarkFinish();return _953;},OpenItemAsync:function(_954,_955,_956){_955=_955||[];var _957=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_957,_954,_955,function(_958){_957.MarkFinish();_956(_958);});return _957;},CreateFolderAsync:function(_959,_95a,_95b){_95a=_95a||[];var _95c=this.CreateRequest(this.__className+".CreateFolderAsync()");var _95d=ITHit.WebDAV.Client.Encoder.Encode(_959);var _95e=ITHit.WebDAV.Client.HierarchyItem.GetHost(_95d);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_95c,_95d,_95a,_95e,function(_95f){_95c.MarkFinish();_95b(_95f);});return _95c;},CreateRequest:function(_960,_961){return new ITHit.WebDAV.Client.Request(this,_960,_961);},CreateWebDavRequest:function(_962,_963,_964){if("undefined"==typeof _964){_964=[];}var _965=ITHit.WebDAV.Client.WebDavRequest.Create(_963,_964,this._User,this._Pass,_962);ITHit.Events.AddListener(_965,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_965,"OnResponse","OnResponseHandler",this);return _965;},OnBeforeRequestSendHandler:function(_966,_967){ITHit.Events.RemoveListener(_967,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_966);},OnResponseHandler:function(_968,_969){var _969=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_968.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _96a=_968.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_96a));}ITHit.Events.RemoveListener(_969,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_968);},Undelete:function(_96b){var _96c=this.CreateRequest(this.__className+".Undelete()");_96b=ITHit.WebDAV.Client.Encoder.EncodeURI(_96b);var _96d=ITHit.WebDAV.Client.Methods.Undelete.Go(_96c,_96b,ITHit.WebDAV.Client.HierarchyItem.GetHost(_96b));_96c.MarkFinish();return _96d;},SetCredentials:function(_96e,_96f){this._User=_96e;this._Pass=_96f;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_970,_971){var _972=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_972,_970,_971);},GEditAsync:function(_973,_974,_975){var _976=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_976,_973,_974,function(_977){_975(_977);});return _976;},GUnlock:function(_978,_979,_97a){var _97b=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_97b,_978,_979,_97a);},GUnlockAsync:function(_97c,_97d,_97e,_97f){var _980=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_980,_97c,_97d,_97e,function(_981){_97f(_981);});return _980;}});})();(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(_982,_983,_984){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_983;this.NewState=_984;this.Sender=_982;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_985,_986,_987){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_986;this.NewProgress=_987;this.Sender=_985;}});})();(function(){"use strict";var _988=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_989){this.Id=_989;this.HtmlElement=document.getElementById(_989);},_StopEvent:function(_98a){if(_98a.preventDefault){_98a.preventDefault();}else{_98a.returnValue=false;}if(_98a.stopPropagation){_98a.stopPropagation();}},AddListener:function(_98b,_98c,_98d){_98d=_98d||null;this._CheckEventNameOtThrow(_98b);ITHit.Events.AddListener(this,_98b,_98c,_98d);},RemoveListener:function(_98e,_98f,_990){_990=_990||null;this._CheckEventNameOtThrow(_98e);ITHit.Events.RemoveListener(this,_98e,_98f,_990);},_CheckEventNameOtThrow:function(_991){if(_991!==_988.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_991);}},_RaiseOnFileInputHandled:function(_992){ITHit.Events.DispatchEvent(this,_988.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_992}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _993=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(_994,_995){this._RelativePath=_994;this._File=_995||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_996,_997){var _998=_996.join(_993.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_998,_997);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_99a,_99b){if(!!_99a.webkitEntries&&_99a.webkitEntries.length>0){var _99c=this._GetWebkitEntries(_99a.webkitEntries);if(_99c.length>0){var _99d=[];self._ExtractFromWebkitEntriesAsync(_99c,_99d,_99b);return;}}var _99e=this.CreateFromFileList(_99a.files);_99b(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99e));},CreateFromDataTransferAsync:function(_99f,_9a0){if(_99f.items&&_99f.items.length>0){var _9a1=this._GetWebkitEntries(_99f.items);if(_9a1.length>0){var _9a2=[];self._ExtractFromWebkitEntriesAsync(_9a1,_9a2,_9a0);return;}}var _9a3=[];if(_99f.files.length>0){_9a3=self.CreateFromFileList(_99f.files);}_9a0(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9a3));},CreateFromFileList:function(_9a4){var _9a5=[];for(var i=0;i<_9a4.length;i++){var _9a7=_9a4[i];var _9a8="/"+(_9a7.webkitRelativePath||_9a7.name);var _9a9=new ITHit.WebDAV.Client.Upload.FSEntry(_9a8,_9a7);_9a5.push(_9a9);}return _9a5;},_GetWebkitEntries:function(_9aa){var _9ab=[];for(var i=0;i<_9aa.length;i++){var _9ad=_9aa[i];var _9ae=_9ad.webkitGetAsEntry&&_9ad.webkitGetAsEntry();if(_9ae){_9ab.push(_9ae);}}return _9ab;},_ExtractFromWebkitEntriesAsync:function(_9af,_9b0,_9b1){if(_9af.length===0){_9b0.push("");var _9b2=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b0);_9b1(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9b2]));}var _9b3=[];var _9b4=_9af.length;for(var i=0;i<_9af.length;i++){var _9b6=_9af[i];self._ExtractFromWebkitEntryAsync(_9b6,_9b0.slice(),function(_9b7){_9b4--;if(!_9b7.IsSuccess){_9b4=0;_9b1(_9b7);return;}_9b3=_9b3.concat(_9b7.Result);if(_9b4<=0){_9b1(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b3));}});}},_ExtractFromWebkitEntryAsync:function(_9b8,_9b9,_9ba){if(_9b8.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b8,_9b9.slice(),function(_9bb){if(_9bb.IsSuccess){_9ba(_9bb);}else{_9ba(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bb.Result));}});}else{_9b8.file(function(file){_9b9.push(file.name);var _9bd=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b9,file);_9ba(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bd));},function(_9be){_9ba(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9be));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9bf,_9c0,_9c1){var _9c2=_9bf.createReader();_9c2.readEntries(function(_9c3){_9c0.push(_9bf.name);self._ExtractFromWebkitEntriesAsync(_9c3,_9c0,_9c1);},function errorHandler(_9c4){_9c1(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9c4));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c5){this._super(_9c5);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(_9c6){this._StopEvent(_9c6);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9c6.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c7){this._StopEvent(_9c7);},_OnDragOverHandler:function(_9c8){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c8);}var dt=_9c8.dataTransfer;if(!dt){this._StopEvent(_9c8);}var _9ca=dt.types;if(_9ca){if(_9ca.contains&&!_9ca.contains("Files")){return;}if(_9ca.indexOf&&(-1==_9ca.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c8);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9cb){this._super(_9cb);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9cc){if(!_9cc.target.value){return;}this._StopEvent(_9cc);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9cc.target,function(_9cd){this._RaiseOnFileInputHandled(_9cd);_9cc.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9cf){this.Key=sKey;this.Value=_9cf;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9d0){this._UnderLayingObject={};_9d0=_9d0||[];for(var i=0;i<_9d0.length;i++){var _9d2=_9d0[i];this.Set(_9d2.Key,_9d2.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 _9d4=[];var _9d5=this.Keys();for(var i=0;i<_9d5.length;i++){var sKey=_9d5[i];_9d4.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9d4;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9da=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9da.push(sKey);}}return _9da;},Set:function(sKey,_9dd){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9dd;return this;},Values:function(){var _9de=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9de.push(this._UnderLayingObject[sKey]);}}return _9de;},Count:function(){return this._Length;},ForEach:function(_9e0,_9e1){var _9e2=this.Entries();_9e2.forEach(function(_9e3){_9e0.call(_9e1,_9e3.Value,_9e3.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9e4,_9e5,_9e6){this.BytesUploaded=_9e4;this.TimeUpload=_9e5;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e7){this.ResetSpeed();this._Size=_9e7;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e7;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e8=this._GetSpeed();var _9e9=new ITHit.WebDAV.Client.Upload.Progress();_9e9.TotalBytes=this._Size;_9e9.UploadedBytes=this._BytesUploaded;_9e9.Speed=Math.floor((Math.round(_9e8*10)/10));_9e9.Completed=this._GetUploadedPercents();_9e9.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e8){_9e9.RemainingTime=this._GetRemainingTime(_9e8);}return _9e9;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9ea=this._Diffs.slice(-1*this._DiffCount);var _9eb=0;var _9ec=0;for(var i=0,l=_9ea.length;i<l;i++){_9eb+=_9ea[i].BytesUploaded;_9ec+=_9ea[i].TimeUpload;}var _9ef=_9eb/_9ec;return (_9ef>0)?_9ef:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9f0){var _9f1=Math.ceil((this._Size-this._BytesUploaded)/_9f0);return Math.floor(_9f1);},_Notify:function(){var _9f2=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9f2]);},UpdateBytes:function(_9f3,_9f4){var oNow=new Date();var _9f6=_9f3+this._StartPosition-this._LastUploadedBytes;var _9f7=(oNow-this._LastReportTime)/1000;var _9f8=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9f6,_9f7);this._Diffs.push(_9f8);this._BytesUploaded=_9f3+this._StartPosition;this._LastUploadedBytes=_9f3+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f7;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f9,_9fa){var oNow=new Date();var _9fc=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f9;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9fc;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9fd,_9fe){ITHit.Events.AddListener(this,"OnProgress",_9fd,_9fe);},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(_9ff){_9ff=_9ff||this._CurrentProgress.UploadedBytes;this._StartPosition=_9ff;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_a00){if(_a00.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_a00.BytesUploaded;}this._Set(_a00.BytesUploaded,_a00.TotalContentLength);},ResetSpeed:function(_a01){this._LastReportTime=_a01||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(_a02,_a03){this.Sender=_a02;this._HandledCallback=_a03||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_a04){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_a04);},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 _a05=this.Sender.GetGroup();if(_a05){_a05.GetItems().forEach(function(_a06){_a06.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a07=this.Sender.GetGroup();if(_a07){_a07.GetItems().forEach(function(_a08){_a08.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a09,_a0a){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a09,_a0a);}});})();(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 _a0e=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a0f,_a10){this._ItemGroupMap=_a0f;this._GroupItemMap=_a10;this.ID=++_a0e._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a11){var _a12=this._GroupItemMap.Get(this.IDString);_a11.forEach(function(_a13){this._ItemGroupMap.Set(_a13.GetUrl(),this);_a12.push(_a13);}.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(_a14){_a14=_a14||[];var _a15=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a15.IDString,[]);_a15.AddRange(_a14);return _a15;},GetGroupByItem:function(_a16){return this._ItemGroupMap.Get(_a16.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(_a17){var _a18=_a17.split(":");if(_a18.length===3){this._Scheme=_a18[0]+":";this._UserName=_a18[1];this._Password=_a18[2];}else{if(_a18.length===2){this._Scheme=_a18[0];this._UserName=_a18[1];}else{this._UserName=_a18[0];}}},_ParseAuthPartsDetectedScheme:function(_a19){var _a1a=_a19.split(":");if(_a1a.length===2){this._UserName=_a1a[0];this._Password=_a1a[1];}else{this._UserName=_a1a[0];}},ParseAuthorityWithScheme:function(_a1b,_a1c){var _a1d=_a1b.match(this._PortRexEx);if(_a1d){this._Port=_a1d[0].slice(1);_a1b=_a1b.slice(0,-_a1d[0].length);}var _a1e=_a1b.split("@");if(_a1e.length>1){this._HostName=_a1e[1];if(!_a1c){this._ParseAuthPartsUndetectedScheme(_a1e[0]);}else{this._ParseAuthPartsDetectedScheme(_a1e[0]);}return;}var _a1f=_a1e[0].split(":");if(_a1f.length>1){this._Scheme=_a1f[0]+":";this._HostName=_a1f[1];return;}this._HostName=_a1b;},_ParseTrailingPathPart:function(_a20){var _a21=_a20.split(this._FragmentSeparator);if(_a21.length>1){this._Fragment=this._FragmentSeparator+_a21[1];}var _a22=_a21[0].split("?");if(_a22.length>1){this._Query=_a22[1];return _a22[0];}return _a22[0];},_ParseUrl:function(sUrl){var _a24=sUrl.split(this._DashedSchemeSeparator);if(_a24.length>1){this._Scheme=_a24[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a24.splice(0,1);}var _a25=_a24[0].split(this._PathSeparator);_a25=ITHit.Utils.FilterBy(_a25,function(_a26){return _a26!=="";});this.ParseAuthorityWithScheme(_a25[0],this._IsDashedScheme);_a25.splice(0,1);if(_a25.length===0){return;}var _a27=[];for(var i=0;i<_a24.length-1;i++){_a27.push(_a25[i]);}var _a29=this._ParseTrailingPathPart(_a25[_a25.length-1]);_a27.push(_a29);this._Name=_a29;this._Path=this._PathSeparator+_a27.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a2b){this._BaseUrl=_a2b||"";this._OriginalUrl=sUrl;if(!!_a2b){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a2b)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a2c){var _a2d=_a2c.slice(-1);if(_a2d===this._PathSeparator){return _a2c.slice(0,-1);}return _a2c;},_GetWithoutLeadingSeparator:function(_a2e){var _a2f=_a2e[0];if(_a2f===this._PathSeparator){return _a2e.substring(1);}return _a2e;}});})();(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(_a30){this._UploadProvider.Settings.ForceRewrite=_a30;},AddHeader:function(_a31,_a32){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a33=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a34){return _a34.name===_a31;});if(_a33){_a33.value=_a32;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a31,value:_a32});}},SetRewrite:function(_a35){this.SetOverwrite(_a35);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a36){if(this.IsFolder()&&_a36===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a36;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a37){if(!(_a37 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a38=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a38,"oError");}this._UploadProvider.SetFailed(_a37);},_SetProgress:function(_a39){var _a3a=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a39.OldProgress,_a39.NewProgress);ITHit.Events.DispatchEvent(this,_a3a.Name,_a3a);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a3c,_a3d,_a3e,_a3f,_a40){this._Source=_a3d||null;this._GroupManager=_a3f;var _a41=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a3c.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a3e,this,_a3c,_a41,_a40);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(_a42){_a42=_a42||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){_a42();}else{that._UploadProvider.StartUploadAsync(_a42);}});}else{this._UploadProvider.StartUploadAsync(_a42);}},PauseAsync:function(_a44){_a44=_a44||function(){};this._UploadProvider.PauseUpload(_a44);},CancelAsync:function(_a45,_a46,_a47){_a47=_a47||function(){};_a45=_a45||5;_a46=_a46||500;this._UploadProvider.AbortUpload(_a45,_a46,_a47);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a48){var _a49=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a48);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a49);}else{if(ITHit.Events.ListenersLength(this,_a49.Name)!==0){ITHit.Events.DispatchEvent(this,_a49.Name,_a49);}else{_a48();}}},AddListener:function(_a4a,_a4b,_a4c){this._ValidateEventName(_a4a);_a4c=_a4c||null;ITHit.Events.AddListener(this,_a4a,_a4b,_a4c);},RemoveListener:function(_a4d,_a4e,_a4f){this._ValidateEventName(_a4d);_a4f=_a4f||null;ITHit.Events.RemoveListener(this,_a4d,_a4e,_a4f);},_ValidateEventName:function(_a50){switch(_a50){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 `"+_a50+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a51){var _a52=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a51.OldState,_a51.NewState);ITHit.Events.DispatchEvent(this,_a52.Name,_a52);},_OnErrorEventHandler:function(_a53){var _a54=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a53.Error);ITHit.Events.DispatchEvent(this,_a54.Name,_a54);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a55,_a56,_a57){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a56||[];this.RemovedItems=_a57||[];this.Sender=_a55;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a58){if(this._End&&_a58>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a58;},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(_a5a,_a5b,iEnd){this._SetBlob(_a5a);this.SetStart(_a5b);this.SetEnd(iEnd||_a5a.size);},_SetBlob:function(_a5d){this._Blob=_a5d;this._Start=0;this._End=_a5d.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(_a5e,oUrl){this._FolderGenerator=_a5e;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a60,_a61){var _a62=function(_a63){delete this._CancellationCallback;_a60.call(_a61,_a63);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a62,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a64=this._GetAncestorsPaths(this._Url);_a64.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a66,_a67){if(!this._CancellationCallback){_a66.call(_a67);return;}this._CancellationCallback(function(){_a66.call(_a67);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a68){this._PathMap=_a68;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a6a=oUrl.GetRelativePath().split("/");if(_a6a.length===0){return [];}if(_a6a[_a6a.length-1]===""){_a6a=_a6a.slice(0,-1);}var _a6b=[];var path="";for(var i=0;i<_a6a.length-1;i++){if(path!==""){path+="/";}path+=_a6a[i];_a6b.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a6b;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a6f,oUrl){this._Session=_a6f;this.Url=oUrl;},SetProgressDebounce:function(_a71){this._ReportPeriod=_a71;},BeginWrite:function(_a72){this._InitializeRequestContext();var _a73=null;if(_a72.IsFolder()){_a73=this._CreateMKCOLRequest();this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a73.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a73=this._CreatePutRequest(_a72);_a73.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a73.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a74){this._InitializeRequestContext();var _a75=null;if(_a74.IsFolder()){_a75=this._CreateMKCOLRequest();this._AddCustomHeaders(_a75);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a75.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a75=this._CreatePutRequest(_a74);_a75.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a75);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a75.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a76){this._InitializeRequestContext();var _a77=this._CreatePutAppendRequest(_a76);_a77.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a77);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a77.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a78,_a79){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a78,_a79);}},AddListener:function(_a7a,_a7b,_a7c){_a7c=_a7c||null;this._ValidateEventName(_a7a);ITHit.Events.AddListener(this,_a7a,_a7b,_a7c);},RemoveListener:function(_a7d,_a7e,_a7f){_a7f=_a7f||null;this._ValidateEventName(_a7d);ITHit.Events.RemoveListener(this,_a7d,_a7e,_a7f);},_AddCustomHeaders:function(_a80){if(!this.CustomHeaders){return;}var _a81=[];var _a82=_a80.Headers.GetAll();this.CustomHeaders.forEach(function(_a83){if(_a81.indexOf(_a83.name)<0&&!_a82.hasOwnProperty(_a83.name)){_a80.Headers.Add(_a83.name,_a83.value);_a81.push(_a83.name);}});},_ValidateEventName:function(_a84){switch(_a84){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 `"+_a84+"`");}},_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 _a85=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a85.Method("MKCOL");this._SetDefaultHeaders(_a85);return _a85;},_OnMKCOLRewriteResponse:function(_a86){if(this._IsConflictResult(_a86)){_a86=this._TransformToSuccess(_a86);}this._OnResponse(_a86);},_OnMKCOLRewriteErrorEventHandler:function(_a87){if(_a87.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a88){if(_a88.IsAborted){_a88=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a88.Error);this._RequestContext.MarkAbort();}else{_a88=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a88);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a88);this._RemoveRequestContextEventListeners();},_CreatePutRequest: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);}_a8a.BodyBinary(_a89.GetFile());this._SetDefaultHeaders(_a8a);return _a8a;},_CreatePutAppendRequest:function(_a8b){var _a8c=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a8c.Method("PUT");if(_a8b.GetFile().type){_a8c.Headers.Add("Content-Type",_a8b.GetFile().type);}if(_a8b.IsPartFile()){_a8c.Headers.Add("Content-Range",this._GetRangeHeader(_a8b));_a8c.BodyBinary(_a8b.GetSlice());}else{_a8c.BodyBinary(_a8b.GetFile());}this._SetDefaultHeaders(_a8c);return _a8c;},_GetRangeHeader:function(_a8d){return "bytes "+_a8d.GetStart()+"-"+(_a8d.GetEnd()-1)+"/"+_a8d.GetFullSize();},_TransformToSuccess:function(_a8e){return new ITHit.WebDAV.Client.AsyncResult(_a8e.Error,true,null);},_IsConflictResult:function(_a8f){return _a8f.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a90){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a90,Uploader:this}]);},_RaiseOnErrorEvent:function(_a91){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a91,Uploader:this}]);},_RaiseOnFinishEvent:function(_a92){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a92}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a93){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a93.Progress.BytesTotal===_a93.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a93.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a95){this._RaiseOnErrorEvent(_a95.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a96){_a96.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a96.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(_a97){this._Session=_a97;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a99=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a99,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a9a){if(_a9a.IsAborted){_a99.MarkAbort();}else{_a99.MarkFinish();}this._CallAwaiters(oUrl,_a9a);}.bind(this));return _a99;},_RecurrentGenerate:function(_a9b,_a9c,_a9d,_a9e){var _a9f=null;var _aa0=null;var _aa1=function(_aa2,_aa3){if(!!_a9f){_a9f.AbortAsync(_aa2,_aa3);return;}if(!!_aa0){_aa0(_aa2,_aa3);}_aa2.call(_a9e);};var _aa4=_a9c.slice();var _aa5=[];while(_aa4.length>0){var oUrl=_aa4[0];if(!_a9b.Has(oUrl)){break;}_aa5.push(oUrl);_aa4.splice(0,1);}if(_aa4.length===0){_a9d.call(_a9e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa5));return _aa1;}var _aa7=_aa4.shift();if(!this._IsInWork(_aa7)){_a9f=this._SendRequest(_aa7);}this._AddAwaiter(_aa7,function(_aa8){if(!_aa8.IsSuccess&&!this._IsConflictResult(_aa8)){_a9d.call(_a9e,_aa8);return;}_a9b.Add(_aa7);_aa5.push(oUrl);_a9f=null;_aa0=this._RecurrentGenerate(_a9b,_aa4,function(_aa9){if(_aa9.IsSuccess||this._IsConflictResult(_aa8)){_aa9.Result.concat(_aa5);_aa9=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa5);}_aa0=null;_a9d.call(_a9e,_aa9);return;},this);}.bind(this));return _aa1;},GeneratePathAsync:function(_aaa,oUrl,_aac,_aad){var _aae=this._GetAncestorsPaths(oUrl);if(_aae.length===0){return _aac.call(_aad,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aaa,_aae,_aac,_aad);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _ab0=oUrl.GetRelativePath().split("/");if(_ab0.length===0){return [];}if(_ab0[_ab0.length-1]===""){_ab0=_ab0.slice(0,-1);}var _ab1=[];var path="";for(var i=0;i<_ab0.length-1;i++){if(path!==""){path+="/";}path+=_ab0[i];_ab1.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _ab1;},_IsInWork:function(oUrl){var _ab5=this._WorkList.Get(oUrl.toString());return _ab5&&(_ab5.length>0);},_AddAwaiter:function(oUrl,_ab7){var _ab8=this._WorkList.Get(oUrl.toString());var _ab9=[];if(_ab8){_ab9=_ab9.concat(_ab8);}_ab9.push(_ab7);this._WorkList.Set(oUrl.toString(),_ab9);},_CallAwaiters:function(oUrl,_abb){var _abc=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_abc.forEach(function(_abd){_abd(_abb);});},_IsConflictResult:function(_abe){if(_abe.IsSuccess){return false;}if(_abe.Error&&_abe.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,_ac0,_ac1){var _ac2=this.CreateRequest(this.__className+".ReportAsync()");var _ac3=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.Report.GoAsync(_ac2,sUrl,_ac3,null,null,function(_ac4){_ac2.MarkFinish();_ac0.call(_ac1,_ac4);});return _ac2;},CancelUploadAsync:function(sUrl,_ac6){var _ac7=this.CreateRequest(this.__className+".CancelUpload()");var _ac8=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac7,sUrl,[],_ac8,function(_ac9){_ac7.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);}}_ac6(_aca);});return _ac7;},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.HierarchyItem.GetHost(_ad0);var _ad4=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_ad4,_ad0,_ad1,_ad3,function(_ad5){if(!_ad5.IsSuccess&&_ad5.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad5=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_ad4.MarkFinish();_ad2(_ad5);});return _ad4;},CreateFolderRangeAsync:function(_ad6,_ad7,_ad8,_ad9){_ad7=_ad7||null;_ad8=_ad8||ITHit.Utils.NoOp;var _ada=_ad6.length;var _adb=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_ada);this._PerformCreateFolderRangeMethodAsync(_adb,_ad6,_ad7,function(_adc){_adb.MarkFinish();_ad8.call(_ad9,_adc);});return _adb;},_PerformCreateFolderRangeMethodAsync:function(_add,_ade,_adf,_ae0,_ae1){_ae0=_ae0||ITHit.Utils.NoOp;_ade=_ade.slice();var _ae2=_ade.unshift();var _ae3=ITHit.WebDAV.Client.Encoder.Encode(_ae2.GetHref());var _ae4=ITHit.WebDAV.Client.Encoder.Encode(_ae2.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_add,_ae3,_adf,_ae4,function(_ae5){if(_ae5.IsSuccess||_ae5.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ae5=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_ae2]);}if(_ade.length>0&&_ae5.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_add,_ade,_adf,function(_ae6){if(_ae6.IsSuccess){_ae6.Result.push(_ae2);}_ae0.call(_ae1,_ae6);return;},this);}else{_ae0.call(_ae1,_ae5);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(_ae9,_aea,_aeb,_aec){this._RoundsCount=_ae9;this._Handler=_aeb;this._EndHandler=_aec;this._IsActive=!!_ae9;this._RepeatTime=_aea;},Stop:function(_aed){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_aed);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_aee){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_aee);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_aef){this._Action=_aef;},RunAsync:function(_af0,_af1,_af2){var _af3=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_af0,_af1,this._Action,_af2);_af3._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(_af5,_af6,_af7){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_af6;this._super(_af5,_af7);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af8){return {Action:"skip",Error:_af8};},GetRetryResult:function(_af9){return {Action:"retry",Error:_af9};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_afa,_afb){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_afb;this.Sender=_afa;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_afc){},OnLeave:function(_afd){},StartUploadAsync:function(_afe,_aff){_aff();},PauseUpload:function(_b00,_b01){_b01();},AbortUpload:function(_b02,_b03,_b04,_b05){_b05();},Skip:function(_b06){},OnUploadLocationPrepared:function(_b07,_b08){},OnUploadProgressPrepared:function(_b09,_b0a){},OnContentCompleted:function(_b0b,_b0c){},OnRetryResult:function(_b0d,_b0e){},_CompletePauseAsync:function(_b0f,_b10,_b11){if(_b0f.IsRetrySchedule){_b0f.IsRetrySchedule=false;}_b0f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b10.call(_b11);},_StartPauseAsync:function(_b12,_b13){_b12._ProgressTracker.StopTracking();_b12.CancelAllRequests(function(){if(_b12.IsContentSend){_b12.SyncProgressWithServerAsync(function(_b14){this._CompletePauseAsync(_b12,_b13);},this);return;}this._CompletePauseAsync(_b12,_b13);},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(_b15){_b15.GetProgressTracker().StopTracking();_b15.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b16,_b17){_b16.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b16,_b17);}});})();(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(_b18,_b19){_b18.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b18,_b19);}});})();(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(_b1a,_b1b){_b1a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1a,_b1b);},Skip:function(_b1c){_b1c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b1d,_b1e){this._StartPauseAsync(_b1d,_b1e);},AbortUpload:function(_b1f,_b20,_b21,_b22){_b1f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b1f,_b20,_b21,_b22);}});})();(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(_b23){_b23.GetProgressTracker().StopTracking();_b23.GetProgressTracker().Reset();},StartUploadAsync:function(_b24,_b25){_b24.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b24,_b25);}});})();(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(_b26){_b26.PrepareUploadLocation();},PauseUpload:function(_b27,_b28){this._StartPauseAsync(_b27,_b28);},AbortUpload:function(_b29,_b2a,_b2b,_b2c){_b29.CancelAllRequests(function(){_b29.GetProgressTracker().StopTracking();_b29.CancelAndDeleteAsync(_b2a,_b2b,function(_b2d){if(_b2d.IsSuccess){_b29.GetProgressTracker().Reset();_b29.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b29.AddError(_b2d.Error);_b29.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b2c();},this);},this);},OnContentCompleted:function(_b2e,_b2f){var _b30=_b2f.Result;if(_b30.IsAborted){return;}if(_b30.IsSuccess){_b2e.GetProgressTracker().SetCompleted();_b2e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b2e,_b30);},_HandleError:function(_b31,_b32){_b31.AddError(_b32.Error);_b31.BeginRetry(_b32.Error);},OnRetryResult:function(_b33,_b34){if(_b34.Action==="skip"){_b33.AddError(_b34.Error);_b33.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b33.IsContentSend){_b33.SyncProgressWithServerAsync(function(_b35){if(_b35.Error){this._HandleError(_b34.Error);}else{this.OnEnter(_b33);}},this);return;}this.OnEnter(_b33);},OnUploadLocationPrepared:function(_b36,_b37){if(_b37.IsAborted){return;}if(!_b37.IsSuccess){this._HandleError(_b36,_b37);return;}_b36._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b38){if(_b38.IsContentSend){_b38.PrepareProgress();return;}this._super(_b38);},OnUploadProgressPrepared:function(_b39,_b3a){if(_b3a.IsAborted){return;}if(!_b3a.IsSuccess){this._HandleError(_b39,_b3a);return;}if(_b39.GetProgressTracker().IsCompleted()){_b39.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b39._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(_b3b){_b3b.GetProgressTracker().StopTracking();_b3b.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3c,_b3d){_b3c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b3c,_b3d);},AbortUpload:function(_b3e,_b3f,_b40,_b41){if(_b3e.IsContentSend){_b3e.CancelAndDeleteAsync(_b3f,_b40,function(_b42){if(_b42.IsSuccess){_b3e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3e.AddError(_b42.Error);_b3e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b41();},this);}else{_b3e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b41();}}});})();(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(_b43){_b43.GetProgressTracker().StopTracking();_b43.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b44,_b45){_b44.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b44,_b45);},AbortUpload:function(_b46,_b47,_b48,_b49){if(_b46.IsContentSend){_b46.CancelAndDeleteAsync(_b47,_b48,function(_b4a){if(_b4a.IsSuccess){_b46.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b46.AddError(_b4a.Error);_b46.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b49();},this);}else{_b46.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b49();}}});})();(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(_b4c){switch(_b4c){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(_b4d,oUrl){this._Session=_b4d;this._Url=oUrl;},GetProgressAsync:function(_b4f,_b50){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b51){if(_b51.IsSuccess&&_b51.Result[0]){var _b52=_b51.Result[0];_b4f.call(_b50,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b52));return;}_b4f.call(_b50,_b51);},this);},CancelUploadAsync:function(_b53,_b54){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b55){_b53.call(_b54,_b55);});},DeleteAsync:function(_b56,_b57,_b58,_b59){var that=this;var _b5b=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b5c){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b5d){if(_b5d.IsSuccess){_b5c.Stop(_b5d);}else{_b5c.EndRound(_b5d);}});});_b5b.RunAsync(_b56,_b57,function(_b5e){_b58.call(_b59,_b5e);});},CancelAndDeleteAsync:function(_b5f,_b60,_b61,_b62){this.CancelUploadAsync(function(_b63){if(!_b63.IsSuccess){return _b61.call(_b62,_b63);}this.DeleteAsync(_b5f,_b60,_b61,_b62);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b64,_b65,_b66,oUrl,_b68){this.FSEntry=_b66;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b68.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b64;this._UploadItem=_b65;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b68.State);this.Errors=[];this.UploadLocation=_b64.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b64,this.Url);this.ContentWriter=_b64.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(_b69){this._BeginStateChange();this._State.StartUploadAsync(this,_b69);},PauseUpload:function(_b6a){this._BeginStateChange();this._State.PauseUpload(this,_b6a);},AbortUpload:function(_b6b,_b6c,_b6d){this._BeginStateChange();_b6d=_b6d||function(){};this._State.AbortUpload(this,_b6b,_b6c,_b6d);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b6e,_b6f,_b70){this._ValidateEventName(_b6e);_b70=_b70||null;ITHit.Events.AddListener(this,_b6e,_b6f,_b70);},RemoveListener:function(_b71,_b72,_b73){this._ValidateEventName(_b71);_b73=_b73||null;ITHit.Events.RemoveListener(this,_b71,_b72,_b73);},_ValidateEventName:function(_b74){switch(_b74){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 `"+_b74+"`");}},CheckRetryAsync:function(_b75,_b76,_b77){var _b78=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b75,function(_b79){if(!this.IsRetrySchedule){return;}_b76.call(_b77,_b79);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b78.Name)===0)){_b76.call(_b77,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b75));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b78);}ITHit.Events.DispatchEvent(this._UploadItem,_b78.Name,_b78);},Errors:null,LastError:null,AddError:function(_b7a){this.AddErrorSilent(_b7a);this._RiseOnErrorEvent(_b7a);},AddErrorSilent:function(_b7b){this.LastError=_b7b;this.Errors.push(_b7b);},SetFailed:function(_b7c){var _b7d=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b7c);this.SetState(_b7d);},_RiseOnErrorEvent:function(_b7e){var _b7f=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b7e);ITHit.Events.DispatchEvent(this,_b7f.Name,_b7f);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b80){if(_b80.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b80);},_StartLoadHandler:function(_b81){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b82){this.GetProgressTracker().UpdateBytes(_b82.Progress.BytesLoaded,_b82.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 _b83=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b83.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b83.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b83);}},SyncProgressWithServerAsync:function(_b84,_b85){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b86){if(!_b86.IsSuccess){_b84.call(_b85,_b86);return;}if(_b86.Result===true){this._ProgressTracker.SetCompleted();_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b87){if(_b87.IsSuccess){this._ProgressTracker.SyncProgress(_b87.Result);_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b87.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b87.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b88){if(_b88.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b88);},CancelAllRequests:function(_b89,_b8a){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b89,_b8a);},this);},this);},_CancelLocationCreateAsync:function(_b8b,_b8c){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b8b.call(_b8c);},this);}else{_b8b.call(_b8c);}},_CancelContentSendingAsync:function(_b8d,_b8e){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b8d.call(_b8e);},this);}else{_b8d.call(_b8e);}},_CancelProgressAsync:function(_b8f,_b90){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b8f.call(_b90);},this);}else{_b8f.call(_b90);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b91){this.IsProgressSyncInProgress=false;if(_b91.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b91);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b92){var _b93=this._State;this._State.OnLeave(this);this._State=_b92;this._State.OnEnter(this);var _b94=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b93.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b94.Name,_b94);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b95){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b95,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b96){this._State.OnRetryResult(this,_b96);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b97,_b98,_b99,_b9a){this.ServerItem.CancelUploadAsync(function(_b9b){if(!this.Settings.DeleteOnCancel){_b99.call(_b9a,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b97,_b98,function(_b9c){if(!_b9c.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b99.call(_b9a,_b9b);}this.IsContentSend=false;_b99.call(_b9a,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b9d){var _b9e=this._Progress;this._Progress=_b9d;var _b9f=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b9e,_b9d);ITHit.Events.DispatchEvent(this,_b9f.Name,_b9f);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_ba0){if(this._IsHandled){return;}this._Skip(_ba0);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_ba1){if(this._IsHandled){return;}this._Overwrite(_ba1);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_ba2){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_ba2});},constructor:function(_ba3,_ba4,_ba5){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_ba4||[];this._super(_ba3,_ba5);},_Overwrite:function(_ba6){var _ba7=this._CreateResult([],_ba6);this._Handle(_ba7);},_Skip:function(_ba8){var _ba9=this._CreateResult(_ba8,[]);this._Handle(_ba9);},_CreateResult:function(_baa,_bab){return {Skip:_baa||[],Overwrite:_bab||[],Original:this.Items};},_Handle:function(_bac){_bac=_bac||this._CreateResult();this._super(_bac);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_bad,_bae,_baf,_bb0){var _bb1=[];var _bb2=0;if(_bad.length===0){setTimeout(_baf.apply(_bb0,_bad));}for(var i=0;i<_bad.length;i++){_bae.apply(_bb0,[_bad[i],i,_bad,ITHit.Utils.MakeScopeClosure(this,function(i,_bb5){_bb1[i]=_bb5;_bb2++;if(_bb2===_bad.length){setTimeout(_baf.call(_bb0,_bb1));}},i)]);}},DistinctBy:function(_bb6,_bb7,_bb8){var map=Object.create(null);_bb7=_bb7||Object.prototype.toString;for(var i=0;i<_bb6.length;i++){var _bbb=_bb7.call(_bb8,_bb6[i]).toString();if(!map[_bbb]){map[_bbb]=_bb6[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bbd,_bbe){if(!_bbe){return [_bbd.shift()];}var _bbf=(_bbd.length>_bbe)?_bbe:_bbd.length;var _bc0=[];for(var i=0;i<_bbf;i++){_bc0.push(_bbd.shift());}return _bc0;},Remove:function(_bc2,_bc3){var _bc4=_bc2.indexOf(_bc3);if(_bc4>-1){_bc2.splice(_bc4,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bc5){this._ParallelUploads=_bc5||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bc6){_bc6.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc7){this._AddToQueue(_bc7);this._StartUploads();},Remove:function(_bc8){_bc8.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc8);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc8);this._StartUploads();},Reserve:function(_bc9){_bc9=_bc9||1;this._Reserve+=_bc9;},Release:function(_bca){_bca=_bca||1;this._Reserve-=_bca;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bcb=this.GetBusy();if(_bcb>=this._ParallelUploads){return 0;}else{if(_bcb===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bcb)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bcc){if(_bcc.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bcc.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bcd=this.GetFree();if(_bcd<=0){return;}var _bce=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bcd);if(_bce.length<1){return;}this.Reserve(_bce.length);_bce.forEach(this._StartSingle,this);},_StartSingle:function(_bcf){this._Active.push(_bcf);_bcf.StartAsync();this.Release();},_AddToQueue:function(_bd0){this._QueueArray.push(_bd0);_bd0.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(_bd1){this.Uploader=_bd1;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(_bd2){var _bd3=this.GetByUrl(_bd2.GetUrl());var _bd4=_bd3.GetState();return !(_bd4===ITHit.WebDAV.Client.Upload.State.Uploading||_bd4===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bd6,_bd7){var _bd8=[];for(var i=0;i<_bd6.length;i++){var _bda=_bd6[i];var _bdb=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bda,_bd7,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bdb.GetUrl())){if(this.ShouldReplaceDuplicate(_bdb)){this.RemoveByUrl(_bdb.GetUrl());}else{continue;}}_bd8.push(_bdb);}this._DispatchOnUploadItemsCreatedAsync(_bd8,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bdc){var sUrl=_bdc.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bdc);var _bde=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bdc]);ITHit.Events.DispatchEvent(this,_bde.Name,[_bde]);this._AutoUploader.Add(_bdc);},AddRange:function(_bdf){for(var i=0;i<_bdf.length;i++){var _be1=_bdf[i];var sUrl=_be1.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_be1);}this._GroupManager.CreateGroup(_bdf);this._OnQueueChanged(_bdf,null);var _be3=_bdf.filter(function(_be4){return _be4.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_be3);},Restart:function(_be5){for(var i=0;i<_be5.length;i++){if(!this.HasUrl(_be5[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_be5);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be8){return _be8.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _beb=this.GetByUrl(sUrl);if(!_beb){return;}var _bec=_beb.GetState();if(_bec===ITHit.WebDAV.Client.Upload.State.Uploading||_bec===ITHit.WebDAV.Client.Upload.State.Paused){_beb.Abort();}var _bed=ITHit.Utils.IndexOf(this._UnderlyingArray,_beb);this._UnderlyingArray.splice(_bed,1);this._OnQueueChanged(null,[_beb]);this._AutoUploader.Remove(_beb);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_bee,_bef){var _bf0=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_bee,_bef);ITHit.Events.DispatchEvent(this,_bf0.Name,[_bf0]);},_DispatchOnUploadItemsCreatedAsync:function(_bf1,_bf2){var _bf3=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bf1.slice(),_bf2);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bf3.Name)===0)){_bf3.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bf3);}ITHit.Events.DispatchEvent(this,_bf3.Name,_bf3);},AddListener:function(_bf4,_bf5,_bf6){_bf6=_bf6||null;switch(_bf4){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bf4,_bf5,_bf6);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bf4+"`");}},RemoveListener:function(_bf7,_bf8,_bf9){ITHit.Events.RemoveListener(this,_bf7,_bf8,_bf9);},_OnUploadItemsCreatedAsyncDispatched:function(_bfa){if(_bfa.Upload){this.AddRange(_bfa.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bfa);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bfb){var _bfc=this._FilterSkippedItems(_bfb);var _bfd=this._CreateUrlUploadItemMap(_bfb.Overwrite);_bfc.forEach(function(_bfe){if(_bfd.Has(_bfe.GetUrl())){_bfe.SetOverwrite(true);}});this.AddRange(_bfc);},_FilterSkippedItems:function(_bff){var _c00=this._CreateUrlUploadItemMap(_bff.Skip);return _bff.Original.filter(function(_c01){return !_c00.Has(_c01.GetUrl());});},_CreateUrlUploadItemMap:function(_c02){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_c02.forEach(function(_c04){oMap.Set(_c04.GetUrl(),_c04);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _c05=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c06){this._Uploader=_c06;this._UnderlyingSet={};},AddById:function(_c07){var _c08=this.GetById(_c07);if(_c08){return _c08;}var _c09=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c07);this._UnderlyingSet[_c07]=_c09;this._RaiseOnCollectionChanged([_c09],[]);return _c09;},GetById:function(_c0a){return this._UnderlyingSet[_c0a];},RemoveById:function(_c0b){var _c0c=this.GetById(_c0b);if(_c0c){delete this._UnderlyingSet[_c0b];this._RaiseOnCollectionChanged([],[_c0c]);}},AddListener:function(_c0d,_c0e,_c0f){_c0f=_c0f||null;this._CheckEventNameOtThrow(_c0d);ITHit.Events.AddListener(this,_c0d,_c0e,_c0f);},RemoveListener:function(_c10,_c11,_c12){_c12=_c12||null;this._CheckEventNameOtThrow(_c10);ITHit.Events.RemoveListener(this,_c10,_c11,_c12);},_CheckEventNameOtThrow:function(_c13){if(_c13!==_c05.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c13);}},_RaiseOnCollectionChanged:function(_c14,_c15){ITHit.Events.DispatchEvent(this,_c05.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c14||[],RemovedItems:_c15||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c16=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c17){this._UnderlyingArray=[];this._Uploader=_c17;},AddById:function(_c18){var _c19=new ITHit.WebDAV.Client.Upload.Controls.Input(_c18);this._UnderlyingArray[_c18]=_c19;this._RaiseOnCollectionChanged([_c19],[]);return _c19;},GetById:function(_c1a){return this._UnderlyingArray[_c1a];},RemoveById:function(_c1b){var _c1c=this.GetById(_c1b);if(_c1c){delete this._UnderlyingSet[_c1b];this._RaiseOnCollectionChanged([],[_c1c]);}},AddListener:function(_c1d,_c1e,_c1f){_c1f=_c1f||null;this._CheckEventNameOtThrow(_c1d);ITHit.Events.AddListener(this,_c1d,_c1e,_c1f);},RemoveListener:function(_c20,_c21,_c22){_c22=_c22||null;this._CheckEventNameOtThrow(_c20);ITHit.Events.RemoveListener(this,_c20,_c21,_c22);},_CheckEventNameOtThrow:function(_c23){if(_c23!==_c16.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c23);}},_RaiseOnCollectionChanged:function(_c24,_c25){ITHit.Events.DispatchEvent(this,_c16.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c24||[],RemovedItems:_c25||[]}]);}},{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(_c27){_c27.AddedItems.forEach(function(_c28){_c28.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c27.RemovedItems.forEach(function(_c29){_c29.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c2a){this.Queue.AddGroup(this._UploadUrl,_c2a.AsyncResult.Result,_c2a.Source);}});})();ITHit.Temp={};
|