Your IP : 172.28.240.42


Current Path : /var/www/html/clients/nsmk.e-nk.ru/application/maxsite/plugins/file_manager/js/
Upload File :
Current File : /var/www/html/clients/nsmk.e-nk.ru/application/maxsite/plugins/file_manager/js/storage.js

Storage={engines:["WhatWG","userData","Flash8"],swfUrl:"/storage.swf",init:function(A){for(var B=0;B<this.engines.length;B++){try{this[this.engines[B]](function(){Storage.active=true;A&&A()});break}catch(C){}}}};Storage.WhatWG=function(A){var B=globalStorage[location.hostname];Storage={put:function(C,D){B[C]=D},get:function(C){return String(B[C])},remove:function(C){delete B[C]},getKeys:function(){var C=[];for(i in B){C.push(i)}return C},clear:function(){for(i in B){delete B[i]}}};A()};Storage.userData=function(A){var B="data";if(!document.body.addBehavior){throw new Error("No addBehavior available")}var C=document.getElementById("storageElement");if(!C){C=document.createElement("span");document.body.appendChild(C);C.addBehavior("#default#userData");C.load(B)}Storage={put:function(D,E){C.setAttribute(D,E);C.save(B)},get:function(D){return C.getAttribute(D)},remove:function(D){C.removeAttribute(D);C.save(B)},getKeys:function(){var F=[];var D=C.XMLDocument.documentElement.attributes;for(var E=0;E<D.length;E++){F.push(D[E].name)}return F},clear:function(){var D=C.XMLDocument.documentElement.attributes;for(var E=0;E<D.length;E++){C.removeAttribute(D[E].name)}C.save(B)}};A()};Storage.Flash8=function(B){var A;var C="StorageMovie";while(document.getElementById(C)){C="_"+C}var F=Storage.swfUrl;Storage={put:function(I,J){A.put(I,J)},get:function(I){return A.get(I)},remove:function(I){A.remove(I)},getKeys:function(){return A.getkeys()},clear:function(){A.clear()},ready:function(){A=document[C];B()}};var G=window.location.protocol=="https"?"https":"http";var D="width:0; height:0; position: absolute; z-index: 10000; top: -1000px; left: -1000px;";var E='<embed src="'+F+'"  bgcolor="#ffffff" width="0" height="0" id="'+C+'" name="'+C+'" swLiveConnect="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="'+G+'://www.macromedia.com/go/getflashplayer" ></embed>';var H=document.createElement("div");H.setAttribute("id",C+"Container");H.setAttribute("style",D);H.innerHTML=E;document.body.appendChild(H)};