window.pfx||(pfx={});pfx.net||(pfx.net={});var _browser;window.opera?_browser="opera":"string"==typeof navigator.vendor&&"KDE"==navigator.vendor?_browser="khtml":"string"==typeof navigator.product&&"Gecko"==navigator.product?_browser="gecko":/msie/i.test(navigator.userAgent)&&(_browser="mshtml");_isMshtml="mshtml"==_browser;_isGecko="gecko"==_browser;_isOpera="opera"==_browser;_isKhtml="khtml"==_browser;
pfx.net.HTTPRequest=function(c,b,d,a,k){this.method=c;this.url=b;this.callback=d;this.context=a;this.errorCallback=k;!this.errorCallback&&pfx.net.HTTPRequest.errorCallback&&(this.errorCallback=pfx.net.HTTPRequest.errorCallback);this.headers=[];this.errors=[];this.status=0;this.statusText="";var l=this;this.customOnReadyStateChange=function(){l._customOnReadyStateChange()};this.cancelOnReadyStateChange=function(a,b){l._cancelOnReadyStateChange(a,b)}};pfx.net.HTTPRequest._xml=[];
pfx.net.HTTPRequest._xmlThis=[];pfx.net.HTTPRequest._xmlTimer=[];pfx.net.HTTPRequest._xmlTimerCount=[];pfx.net.HTTPRequest._xmlTimerCountMax=1E3;pfx.net.HTTPRequest._xmlTimerInterval=5;pfx.net.HTTPRequest.builtin=window.XMLHttpRequest?!0:!1;pfx.net.HTTPRequest.IFRAMES_NEVER=-1;pfx.net.HTTPRequest.IFRAMES_FALLBACK=0;pfx.net.HTTPRequest.IFRAMES_ONLY=1;pfx.net.HTTPRequest.prototype.iframes=pfx.net.HTTPRequest.IFRAMES_FALLBACK;pfx.net.HTTPRequest.msXmlHttp=null;
if(!pfx.net.HTTPRequest.builtin&&!_isOpera&&window.ActiveXObject)for(var msXmlHttpList="MSXML2.XMLHTTP.5.0 MSXML2.XMLHTTP.4.0 MSXML2.XMLHTTP.3.0 MSXML2.XMLHTTP MICROSOFT.XMLHTTP.1.0 MICROSOFT.XMLHTTP.1 MICROSOFT.XMLHTTP".split(" "),obj,j=0;j<msXmlHttpList.length;j++)try{obj=new ActiveXObject(msXmlHttpList[j]);pfx.net.HTTPRequest.msXmlHttp=msXmlHttpList[j];break}catch(e){}pfx.net.HTTPRequest.activeX="string"==typeof pfx.net.HTTPRequest.msXmlHttp;
pfx.net.HTTPRequest.prototype.start=function(c,b,d){var a=pfx.net.HTTPRequest._xml.length;if(this.iframes!=pfx.net.HTTPRequest.IFRAMES_ONLY){if(pfx.net.HTTPRequest.builtin)try{pfx.net.HTTPRequest._xml[a]=new XMLHttpRequest}catch(k){if(pfx.net.HTTPRequest._xml[a]=null,this.iframes==pfx.net.HTTPRequest.IFRAMES_NEVER)throw Error("HTTP_Request: Could not create XMLHttpRequest");}else if(pfx.net.HTTPRequest.activeX)try{pfx.net.HTTPRequest._xml[a]=new ActiveXObject(pfx.net.HTTPRequest.msXmlHttp)}catch(l){if(pfx.net.HTTPRequest._xml[a]=
null,this.iframes==pfx.net.HTTPRequest.IFRAMES_NEVER)throw Error("HTTP_Request: Could not create ActiveXObject "+pfx.net.HTTPRequest.msXmlHttp);}if("undefined"!=typeof pfx.net.HTTPRequest._xml[a]){if(this.callback)try{var f=this;pfx.net.HTTPRequest._xml[a].onreadystatechange=pfx.net.HTTPRequest.activeX?function(){if(4==pfx.net.HTTPRequest._xml[a].readyState){var b,c={};try{b=pfx.net.HTTPRequest._xml[a].getResponseHeader("Request-Id");var g=pfx.net.HTTPRequest._xml[a].getResponseHeader("x-pfx-reuse");
g&&(c.reuse=g)}catch(d){}g=f._getResponse(pfx.net.HTTPRequest._xml[a]);if(null!=g)f.callback.call(f.context,g,b,c);else if(!pfx.net.HTTPRequest._xml[a].aborted)throw Error("Empty response");pfx.net.HTTPRequest._xml[a]=null}}:function(){if(4==pfx.net.HTTPRequest._xml[a].readyState){try{f.status=pfx.net.HTTPRequest._xml[a].status,f.statusText=pfx.net.HTTPRequest._xml[a].statusText}catch(b){}if(f.status&&400<=f.status){if(f.errorCallback){f.errorCallback.call(f.context,{status:f.status,statusText:f.statusText});
return}throw Error("HTTP_Request: Asynchronous call failed (status "+f.status+", "+f.statusText+")");}var c,g={};try{c=pfx.net.HTTPRequest._xml[a].getResponseHeader("Request-Id");var d=pfx.net.HTTPRequest._xml[a].getResponseHeader("x-pfx-reuse");d&&(g.reuse=d)}catch(h){}d=f._getResponse(pfx.net.HTTPRequest._xml[a]);if(null!=d)f.callback.call(f.context,d,c,g);else if(!pfx.net.HTTPRequest._xml[a].aborted)throw Error("Empty response");pfx.net.HTTPRequest._xml[a]=null}}}catch(n){throw pfx.net.HTTPRequest._xml[a]=
null,Error("HTTP_Request: Onreadystatechange failed");}try{pfx.net.HTTPRequest._xml[a].open(this.method,this.url,this.callback?!0:!1);if(this.headers)for(var h=0;h<this.headers.length;h++)try{pfx.net.HTTPRequest._xml[a].setRequestHeader(this.headers[h][0],this.headers[h][1])}catch(r){}if(b)for(h=0;h<b.length;h++)try{pfx.net.HTTPRequest._xml[a].setRequestHeader(b[h][0],b[h][1])}catch(s){}if(this.callback&&"undefined"!=typeof d)try{pfx.net.HTTPRequest._xml[a].setRequestHeader("Request-Id",d.toString())}catch(t){}pfx.net.HTTPRequest._xml[a].send(c);
if(this.callback)return!0;this.status=pfx.net.HTTPRequest._xml[a].status;this.statusText=pfx.net.HTTPRequest._xml[a].statusText;return this._getResponse(pfx.net.HTTPRequest._xml[a])}catch(p){throw pfx.net.HTTPRequest._xml[a]=null,Error("HTTP_Request: Call failed [Cause: "+p+"]");}}}if(this.iframes!=pfx.net.HTTPRequest.IFRAMES_NEVER&&!pfx.net.HTTPRequest._xml[a]&&document.createElement){if(!this.callback)throw Error("HTTP_Request: Synchronous call by iframe not supported");try{var g;_isMshtml||_isOpera?
(g=document.createElement("div"),g.style.display="none",g.id="pfxreqdiv"+a,document.body.appendChild(g),document.getElementById("pfxreqdiv"+a).innerHTML='\x3ciframe id\x3d"pfxreqiframe'+a+'" name\x3d"pfxreqiframe'+a+'" style\x3d"display:block"\x3e\x3c/iframe\x3e'):(g=document.createElement("iframe"),g.style.display="none",g.name="pfxreqiframe"+a,g.id="pfxreqiframe"+a,document.body.appendChild(g));var m=this.url;d&&(m=this.setQueryParameter(m,"PFX_Request_ID",d));if("get"==this.method.toLowerCase())g.src=
m,document.body.appendChild(g),f=this,pfx.net.HTTPRequest._xmlTimer[a]=window.setInterval(f.customOnReadyStateChange,pfx.net.HTTPRequest._xmlTimerInterval);else if("post"==this.method.toLowerCase())g=document.createElement("div"),g.style.display="none",g.id="pfxreqformdiv"+a,pfx.net.HTTPRequest._xml[a]=this.callback,pfx.net.HTTPRequest._xmlThis[a]=this,pfx.net.HTTPRequest._xmlTimer[a]=!0,pfx.net.HTTPRequest._xmlTimerCount[a]=0,f=this,window.setTimeout(function(){var b=document.createElement("form");
b.action=m;b.target="pfxreqiframe"+a;b.method=f.method;b.id="pfxreqform"+a;var d=document.createElement("textarea");d.name="message";d.value=c;b.appendChild(d);for(var h=0;h<f.headers.length;h++)d=document.createElement("input"),d.type="hidden",d.name=f.headers[h][0],d.value=f.headers[h][1],b.appendChild(d);_isMshtml&&(d=document.createElement("input"),d.type="hidden",d.name="insertpi",d.value="1",b.appendChild(d));g.appendChild(b);document.body.appendChild(g);document.getElementById("pfxreqform"+
a).target="pfxreqiframe"+a;window.setTimeout(function(){document.getElementById("pfxreqform"+a).submit()},1)},1),pfx.net.HTTPRequest._xmlTimer[a]=window.setInterval(f.customOnReadyStateChange,pfx.net.HTTPRequest._xmlTimerInterval);else throw Error("HTTP_Request: Iframes do not support method "+this.method);return"iframe"}catch(q){throw Error("HTTP_Request: Iframes failed"+q);}}throw Error("HTTP_Request: Failure");};
pfx.net.HTTPRequest.prototype.setRequestHeader=function(c,b){this.headers.push([c,b])};pfx.net.HTTPRequest.prototype.setQueryParameter=function(c,b,d){return c+=(c.indexOf("?")+1?"\x26":"?")+b+"\x3d"+encodeURI(d)};pfx.net.HTTPRequest.prototype.getQueryParameter=function(c,b){for(var d=c.substr(c.indexOf("?")+1).split("\x26"),a,k=0;k<d.length;k++)if(a=d[k].split("\x3d"),a[0]==b)return a[1];return null};
pfx.net.HTTPRequest.prototype._getResponse=function(c){var b=c.getResponseHeader("Content-Type");if(null==b){if(0==c.status)return c.aborted=!0,null;throw Error("Missing response content type");}if(0==b.indexOf("text/plain")||0==b.indexOf("text/html"))return c.responseText;if(0==b.indexOf("text/xml"))return c.responseXML;throw Error("Illegal response content type: "+b);};
pfx.net.HTTPRequest.prototype._customOnReadyStateChange=function(){for(var c=null,b=0;b<pfx.net.HTTPRequest._xml.length;b++)if(pfx.net.HTTPRequest._xmlTimer[b]&&pfx.net.HTTPRequest._xml[b])try{if(pfx.net.HTTPRequest._xmlTimerCount[b]<pfx.net.HTTPRequest._xmlTimerCountMax)if((c=window.frames["pfxreqiframe"+b])&&c.document&&"about:blank"!=c.location.href&&(_isMshtml?"complete"==c.document.readyState:1)){var d=(_isMshtml?c.document.body:c.document).getElementsByTagName("pre")[0].firstChild.nodeValue;
pfx.net.HTTPRequest._xml[b].call(pfx.net.HTTPRequest._xmlThis[b].context,d,pfx.net.HTTPRequest._xmlThis[b].getQueryParameter(c.location.href,"PFX_Request_ID"));this.cancelOnReadyStateChange(b)}else pfx.net.HTTPRequest._xmlTimerCount[b]++;else this.cancelOnReadyStateChange(b,"too many intervals "+b+", "+pfx.net.HTTPRequest._xmlTimerCount[b])}catch(a){this.cancelOnReadyStateChange(b,"Exception:"+a)}};
pfx.net.HTTPRequest.prototype._cancelOnReadyStateChange=function(c,b){try{window.clearInterval(pfx.net.HTTPRequest._xmlTimer[c]),pfx.net.HTTPRequest._xmlTimer[c]=null,pfx.net.HTTPRequest._xml[c]=null,pfx.net.HTTPRequest._xmlThis[c]=null,pfx.net.HTTPRequest._xmlTimerCount[c]=0}catch(d){b="Could not cancel"}var a;try{(a=document.getElementById("pfxreqiframe"+c))&&document.body.removeChild(a)}catch(k){}try{(a=document.getElementById("pfxreqdiv"+c))&&document.body.removeChild(a)}catch(l){}try{(a=document.getElementById("pfxreqform"+
c))&&document.body.removeChild(a)}catch(f){}try{(a=document.getElementById("pfxreqformdiv"+c))&&document.body.removeChild(a)}catch(n){}if(b)throw Error("HTTP_Request: "+b);};
//### zip:baseLib-1.0.5.jar/PUSTEFIX-INF/script/bootstrap-min.js
(function(){var b=window.qx={};window.qui||(window.qui={});window.baselib||(window.baselib={});b.$$environment||(b.$$environment={});var h={"baselib.deprecated.stacktrace":!1,"baselib.revision":"eaaa44b","baselib.version":"1.0.5","module.logger":!1,phonegap:!1,"qx.application":"baselib.Application","qx.debug":!1,"qx.debug.databinding":!1,"qx.debug.dispose":!1,"qx.debug.io":!1,"qx.debug.ui.queue":!1,"qx.globalErrorHandling":!1,"qx.mobile.nativescroll":!0,"qx.optimization.basecalls":!0,"qx.optimization.comments":!0,
"qx.optimization.privates":!0,"qx.optimization.strings":!0,"qx.optimization.variables":!0,"qx.optimization.variants":!0,"qx.optimization.whitespace":!0,"qx.revision":"f64b487390335032561128a6038ca95112704183","qx.theme":"qx.theme.Modern","qx.version":"4.2"},k;for(k in h)b.$$environment[k]=h[k];b.$$libraries||(b.$$libraries={});h={__out__:{sourceUri:"script"},qx:{resourceUri:"/modules/frontend-qooxdoo/img",sourceUri:"script"}};for(k in h)b.$$libraries[k]=h[k];b.$$resources={"qx/static/blank.gif":[1,
1,"gif","qx"]};b.$$packageData={};b.$$loader={scriptLoaded:!0};b.$$packageData["0"]={locales:{},resources:{},translations:{C:{},en:{}}};(function(){window.qx||(window.qx={});b.Bootstrap={genericToString:function(){return"[Class "+this.classname+"]"},createNamespace:function(a,e){for(var c=a.split("."),d=c[0],g=b.$$namespaceRoot&&b.$$namespaceRoot[d]?b.$$namespaceRoot:window,f=0,m=c.length-1;f<m;f++,d=c[f])g=g[d]?g[d]:g[d]={};g[d]=e;return d},setDisplayName:function(a,b,c){a.displayName=b+"."+c+"()"},
setDisplayNames:function(a,b){for(var c in a){var d=a[c];d instanceof Function&&(d.displayName=b+"."+c+"()")}},base:function(a,e){if(b.Bootstrap.DEBUG&&!b.Bootstrap.isFunction(a.callee.base))throw Error("Cannot call super class. Method is not derived: "+a.callee.displayName);return 1===arguments.length?a.callee.base.call(this):a.callee.base.apply(this,Array.prototype.slice.call(arguments,1))},define:function(a,e){e||(e={statics:{}});var c,d=null;b.Bootstrap.setDisplayNames(e.statics,a);if(e.members||
e.extend){b.Bootstrap.setDisplayNames(e.members,a+".prototype");c=e.construct||new Function;e.extend&&this.extendClass(c,c,e.extend,a,f);for(var d=e.statics||{},g=0,f=b.Bootstrap.keys(d),m=f.length;g<m;g++){var l=f[g];c[l]=d[l]}d=c.prototype;d.base=b.Bootstrap.base;d.name=d.classname=a;for(var k=e.members||{},h,g=0,f=b.Bootstrap.keys(k),m=f.length;g<m;g++)l=f[g],h=k[l],h instanceof Function&&d[l]&&(h.base=d[l]),d[l]=h}else if(c=e.statics||{},b.Bootstrap.$$registry&&b.Bootstrap.$$registry[a]&&(f=b.Bootstrap.$$registry[a],
0!==this.keys(c).length)){e.defer&&e.defer(c,d);for(g in c)f[g]=c[g];return f}c.$$type="Class";c.hasOwnProperty("toString")||(c.toString=this.genericToString);var f=a?this.createNamespace(a,c):"";c.name=c.classname=a;c.basename=f;c.$$events=e.events;e.defer&&e.defer(c,d);null!=a&&(b.Bootstrap.$$registry[a]=c);return c}};b.Bootstrap.define("qx.Bootstrap",{statics:{LOADSTART:b.$$start||new Date,DEBUG:function(){var a=!0;b.$$environment&&!1===b.$$environment["qx.debug"]&&(a=!1);return a}(),getEnvironmentSetting:function(a){if(b.$$environment)return b.$$environment[a]},
setEnvironmentSetting:function(a,e){b.$$environment||(b.$$environment={});void 0===b.$$environment[a]&&(b.$$environment[a]=e)},createNamespace:b.Bootstrap.createNamespace,setRoot:function(a){b.$$namespaceRoot=a},base:b.Bootstrap.base,define:b.Bootstrap.define,setDisplayName:b.Bootstrap.setDisplayName,setDisplayNames:b.Bootstrap.setDisplayNames,genericToString:b.Bootstrap.genericToString,extendClass:function(a,b,c,d,g){var f=c.prototype,h=new Function;h.prototype=f;f=new h;a.prototype=f;f.name=f.classname=
d;f.basename=g;b.base=c;a.superclass=c;b.self=a.constructor=f.constructor=a},getByName:function(a){return b.Bootstrap.$$registry[a]},$$registry:{},objectGetLength:function(a){return b.Bootstrap.keys(a).length},objectMergeWith:function(a,b,c){void 0===c&&(c=!0);for(var d in b)if(c||void 0===a[d])a[d]=b[d];return a},__kz:"isPrototypeOf hasOwnProperty toLocaleString toString valueOf propertyIsEnumerable constructor".split(" "),keys:{ES5:Object.keys,BROKEN_IE:function(a){if(null===a||"object"!=typeof a&&
"function"!=typeof a)throw new TypeError("Object.keys requires an object as argument.");var e=[],c=Object.prototype.hasOwnProperty,d;for(d in a)c.call(a,d)&&e.push(d);d=0;for(var g=b.Bootstrap.__kz,f=g.length;d<f;d++)c.call(a,g[d])&&e.push(g[d]);return e},"default":function(a){if(null===a||"object"!=typeof a&&"function"!=typeof a)throw new TypeError("Object.keys requires an object as argument.");var b=[],c=Object.prototype.hasOwnProperty,d;for(d in a)c.call(a,d)&&b.push(d);return b}}["function"==
typeof Object.keys?"ES5":"toString"!==function(){for(var a in{toString:1})return a}()?"BROKEN_IE":"default"],__kA:{"[object String]":"String","[object Array]":"Array","[object Object]":"Object","[object RegExp]":"RegExp","[object Number]":"Number","[object Boolean]":"Boolean","[object Date]":"Date","[object Function]":"Function","[object Error]":"Error"},bind:function(a,b,c){var d=Array.prototype.slice.call(arguments,2,arguments.length);return function(){var c=Array.prototype.slice.call(arguments,
0,arguments.length);return a.apply(b,d.concat(c))}},firstUp:function(a){return a.charAt(0).toUpperCase()+a.substr(1)},firstLow:function(a){return a.charAt(0).toLowerCase()+a.substr(1)},getClass:function(a){if(void 0===a)return"Undefined";if(null===a)return"Null";a=Object.prototype.toString.call(a);return b.Bootstrap.__kA[a]||a.slice(8,-1)},isString:function(a){return null!==a&&("string"===typeof a||"String"==b.Bootstrap.getClass(a)||a instanceof String||!!a&&!!a.$$isString)},isArray:function(a){return null!==
a&&(a instanceof Array||a&&b.data&&b.data.IListData&&b.util.OOUtil.hasInterface(a.constructor,b.data.IListData)||"Array"==b.Bootstrap.getClass(a)||!!a&&!!a.$$isArray)},isObject:function(a){return void 0!==a&&null!==a&&"Object"==b.Bootstrap.getClass(a)},isFunction:function(a){return"Function"==b.Bootstrap.getClass(a)},$$logs:[],debug:function(a,e){b.Bootstrap.$$logs.push(["debug",arguments])},info:function(a,e){b.Bootstrap.$$logs.push(["info",arguments])},warn:function(a,e){b.Bootstrap.$$logs.push(["warn",
arguments])},error:function(a,e){b.Bootstrap.$$logs.push(["error",arguments])},trace:function(a){}}})})();window.$$__qx=b;window.qx=void 0;try{delete window.qx}catch(n){}})();

//### zip:baseLib-1.0.5.jar/PUSTEFIX-INF/script/base-min.js
(function(){var c=window.qx=window.$$__qx;window.qxWeb=void 0;window.$q=void 0;window.q=void 0;try{delete window.qxWeb,delete window.q,delete window.$q}catch(Ia){}c.$$packageData["0"]={locales:{},resources:{},translations:{C:{},en:{}}};(function(){c.Bootstrap.define("qx.core.Environment",{statics:{_checks:{},_asyncChecks:{},__iS:{},_checksMap:{},_defaults:{"true":!0,"qx.allowUrlSettings":!1,"qx.allowUrlVariants":!1,"qx.debug.property.level":0,"qx.debug":!0,"qx.debug.ui.queue":!0,"qx.aspects":!1,"qx.dynlocale":!0,
"qx.dyntheme":!0,"qx.blankpage":"qx/static/blank.html","qx.debug.databinding":!1,"qx.debug.dispose":!1,"qx.optimization.basecalls":!1,"qx.optimization.comments":!1,"qx.optimization.privates":!1,"qx.optimization.strings":!1,"qx.optimization.variables":!1,"qx.optimization.variants":!1,"module.databinding":!0,"module.logger":!0,"module.property":!0,"module.events":!0,"qx.nativeScrollBars":!1},get:function(a){if(void 0!=this.__iS[a])return this.__iS[a];var b=this._checks[a];if(b)return b=b(),this.__iS[a]=
b;b=this._getClassNameFromEnvKey(a);if(void 0!=b[0])return b=b[0][b[1]](),this.__iS[a]=b;c.Bootstrap.DEBUG&&(c.Bootstrap.warn(a+" is not a valid key. Please see the API-doc of qx.core.Environment for a list of predefined keys."),c.Bootstrap.trace(this))},_getClassNameFromEnvKey:function(a){var b=this._checksMap;if(void 0!=b[a]){var b=b[a],d=b.lastIndexOf(".");if(-1<d&&(a=b.slice(0,d),b=b.slice(d+1),a=c.Bootstrap.getByName(a),void 0!=a))return[a,b]}return[void 0,void 0]},select:function(a,b){return this.__kB(this.get(a),
b)},__kB:function(a,b){var d=b[a];if(b.hasOwnProperty(a))return d;for(var f in b)if(-1!=f.indexOf("|"))for(var d=f.split("|"),e=0;e<d.length;e++)if(d[e]==a)return b[f];if(void 0!==b["default"])return b["default"];if(c.Bootstrap.DEBUG)throw Error('No match for variant "'+a+'" ('+typeof a+" type) in variants ["+c.Bootstrap.keys(b)+'] found, and no default ("default") given');},add:function(a,b){void 0==this._checks[a]&&(b instanceof Function?(!this._checksMap[a]&&b.displayName&&(this._checksMap[a]=
b.displayName.substr(0,b.displayName.length-2)),this._checks[a]=b):this._checks[a]=this.__kE(b))},addAsync:function(a,b){void 0==this._checks[a]&&(this._asyncChecks[a]=b)},_initDefaultQxValues:function(){var a=function(a){return function(){return a}},b;for(b in this._defaults)this.add(b,a(this._defaults[b]))},__kC:function(){if(c&&c.$$environment)for(var a in c.$$environment)this._checks[a]=this.__kE(c.$$environment[a])},__kD:function(){if(window.document&&window.document.location)for(var a=window.document.location.search.slice(1).split("&"),
b=0;b<a.length;b++){var d=a[b].split(":");if(3==d.length&&"qxenv"==d[0]){var c=d[1],d=decodeURIComponent(d[2]);"true"==d?d=!0:"false"==d?d=!1:/^(\d|\.)+$/.test(d)&&(d=parseFloat(d));this._checks[c]=this.__kE(d)}}},__kE:function(a){return c.Bootstrap.bind(function(a){return a},null,a)}},defer:function(a){a._initDefaultQxValues();a.__kC();!0===a.get("qx.allowUrlSettings")&&a.__kD()}})})();(function(){c.Bootstrap.define("qx.bom.client.Engine",{statics:{getVersion:function(){var a=window.navigator.userAgent,
b="";if(c.bom.client.Engine.__lX()){var d=/Trident\/([^\);]+)(\)|;)/.test(a);/MSIE\s+([^\);]+)(\)|;)/.test(a)?(b=RegExp.$1,8>b&&d&&("4.0"==RegExp.$1?b="8.0":"5.0"==RegExp.$1&&(b="9.0"))):d&&(a=/\brv\:(\d+?\.\d+?)\b/.exec(a))&&(b=a[1])}else c.bom.client.Engine.__lT()?/Opera[\s\/]([0-9]+)\.([0-9])([0-9]*)/.test(a)&&(-1!=a.indexOf("Version/")?(a=a.match(/Version\/(\d+)\.(\d+)/),b=a[1]+"."+a[2].charAt(0)+"."+a[2].substring(1,a[2].length)):(b=RegExp.$1+"."+RegExp.$2,""!=RegExp.$3&&(b+="."+RegExp.$3))):
c.bom.client.Engine.__lU()?/AppleWebKit\/([^ ]+)/.test(a)&&(b=RegExp.$1,(a=/[^\.0-9]/.exec(b))&&(b=b.slice(0,a.index))):c.bom.client.Engine.__lW()||c.bom.client.Engine.__lV()?/rv\:([^\);]+)(\)|;)/.test(a)&&(b=RegExp.$1):(b=window.qxFail)&&"function"===typeof b?b=b().FULLVERSION:(b="1.9.0.0",c.Bootstrap.warn("Unsupported client: "+a+"! Assumed gecko version 1.9.0.0 (Firefox 3.0)."));return b},getName:function(){var a;c.bom.client.Engine.__lX()?a="mshtml":c.bom.client.Engine.__lT()?a="opera":c.bom.client.Engine.__lU()?
a="webkit":c.bom.client.Engine.__lW()||c.bom.client.Engine.__lV()?a="gecko":(a=window.qxFail)&&"function"===typeof a?a=a().NAME:(a="gecko",c.Bootstrap.warn("Unsupported client: "+window.navigator.userAgent+"! Assumed gecko version 1.9.0.0 (Firefox 3.0)."));return a},__lT:function(){return window.opera&&"[object Opera]"==Object.prototype.toString.call(window.opera)},__lU:function(){return-1!=window.navigator.userAgent.indexOf("AppleWebKit/")},__lV:function(){return-1!=window.navigator.userAgent.indexOf("Maple")},
__lW:function(){return window.navigator.mozApps&&"Gecko"===window.navigator.product&&-1==window.navigator.userAgent.indexOf("Maple")&&-1==window.navigator.userAgent.indexOf("Trident")},__lX:function(){return window.navigator.cpuClass&&(/MSIE\s+([^\);]+)(\)|;)/.test(window.navigator.userAgent)||/Trident\/\d+?\.\d+?/.test(window.navigator.userAgent))||c.bom.client.Engine.__Lr()?!0:!1},__Lr:function(){return-1<window.navigator.userAgent.indexOf("Windows Phone")}},defer:function(a){c.core.Environment.add("engine.version",
a.getVersion);c.core.Environment.add("engine.name",a.getName)}})})();(function(){c.Bootstrap.define("qx.bom.client.EcmaScript",{statics:{getStackTrace:function(){var a=Error("e");if(!a.stack&&!a.stacktrace)try{throw a;}catch(b){a=b}return a.stacktrace?"stacktrace":a.stack?"stack":null},getArrayIndexOf:function(){return!!Array.prototype.indexOf},getArrayLastIndexOf:function(){return!!Array.prototype.lastIndexOf},getArrayForEach:function(){return!!Array.prototype.forEach},getArrayFilter:function(){return!!Array.prototype.filter},
getArrayMap:function(){return!!Array.prototype.map},getArraySome:function(){return!!Array.prototype.some},getArrayEvery:function(){return!!Array.prototype.every},getArrayReduce:function(){return!!Array.prototype.reduce},getArrayReduceRight:function(){return!!Array.prototype.reduceRight},getErrorToString:function(){return"function"==typeof Error.prototype.toString&&"[object Error]"!==Error.prototype.toString()},getFunctionBind:function(){return"function"===typeof Function.prototype.bind},getObjectKeys:function(){return!!Object.keys},
getDateNow:function(){return!!Date.now},getStringTrim:function(){return"function"===typeof String.prototype.trim}},defer:function(a){c.core.Environment.add("ecmascript.array.indexof",a.getArrayIndexOf);c.core.Environment.add("ecmascript.array.lastindexof",a.getArrayLastIndexOf);c.core.Environment.add("ecmascript.array.foreach",a.getArrayForEach);c.core.Environment.add("ecmascript.array.filter",a.getArrayFilter);c.core.Environment.add("ecmascript.array.map",a.getArrayMap);c.core.Environment.add("ecmascript.array.some",
a.getArraySome);c.core.Environment.add("ecmascript.array.every",a.getArrayEvery);c.core.Environment.add("ecmascript.array.reduce",a.getArrayReduce);c.core.Environment.add("ecmascript.array.reduceright",a.getArrayReduceRight);c.core.Environment.add("ecmascript.date.now",a.getDateNow);c.core.Environment.add("ecmascript.error.toString",a.getErrorToString);c.core.Environment.add("ecmascript.error.stacktrace",a.getStackTrace);c.core.Environment.add("ecmascript.function.bind",a.getFunctionBind);c.core.Environment.add("ecmascript.object.keys",
a.getObjectKeys);c.core.Environment.add("ecmascript.string.trim",a.getStringTrim)}})})();(function(){c.Bootstrap.define("qx.lang.normalize.Array",{statics:{indexOf:function(a,b){null==b?b=0:0>b&&(b=Math.max(0,this.length+b));for(var d=b;d<this.length;d++)if(this[d]===a)return d;return-1},lastIndexOf:function(a,b){null==b?b=this.length-1:0>b&&(b=Math.max(0,this.length+b));for(var d=b;0<=d;d--)if(this[d]===a)return d;return-1},forEach:function(a,b){for(var d=this.length,c=0;c<d;c++){var e=this[c];void 0!==
e&&a.call(b||window,e,c,this)}},filter:function(a,b){for(var d=[],c=this.length,e=0;e<c;e++){var g=this[e];void 0!==g&&a.call(b||window,g,e,this)&&d.push(this[e])}return d},map:function(a,b){for(var d=[],c=this.length,e=0;e<c;e++){var g=this[e];void 0!==g&&(d[e]=a.call(b||window,g,e,this))}return d},some:function(a,b){for(var d=this.length,c=0;c<d;c++){var e=this[c];if(void 0!==e&&a.call(b||window,e,c,this))return!0}return!1},every:function(a,b){for(var d=this.length,c=0;c<d;c++){var e=this[c];if(void 0!==
e&&!a.call(b||window,e,c,this))return!1}return!0},reduce:function(a,b){if("function"!==typeof a)throw new TypeError("First argument is not callable");if(void 0===b&&0===this.length)throw new TypeError("Length is 0 and no second argument given");for(var d=void 0===b?this[0]:b,c=void 0===b?1:0;c<this.length;c++)c in this&&(d=a.call(void 0,d,this[c],c,this));return d},reduceRight:function(a,b){if("function"!==typeof a)throw new TypeError("First argument is not callable");if(void 0===b&&0===this.length)throw new TypeError("Length is 0 and no second argument given");
for(var d=void 0===b?this[this.length-1]:b,c=void 0===b?this.length-2:this.length-1;0<=c;c--)c in this&&(d=a.call(void 0,d,this[c],c,this));return d}},defer:function(a){c.core.Environment.get("ecmascript.array.indexof")||(Array.prototype.indexOf=a.indexOf);c.core.Environment.get("ecmascript.array.lastindexof")||(Array.prototype.lastIndexOf=a.lastIndexOf);c.core.Environment.get("ecmascript.array.foreach")||(Array.prototype.forEach=a.forEach);c.core.Environment.get("ecmascript.array.filter")||(Array.prototype.filter=
a.filter);c.core.Environment.get("ecmascript.array.map")||(Array.prototype.map=a.map);c.core.Environment.get("ecmascript.array.some")||(Array.prototype.some=a.some);c.core.Environment.get("ecmascript.array.every")||(Array.prototype.every=a.every);c.core.Environment.get("ecmascript.array.reduce")||(Array.prototype.reduce=a.reduce);c.core.Environment.get("ecmascript.array.reduceright")||(Array.prototype.reduceRight=a.reduceRight)}})})();(function(){var a="number";c.Bootstrap.define("qx.type.BaseArray",
{extend:Array,construct:function(a){},members:{toArray:null,valueOf:null,pop:null,push:null,reverse:null,shift:null,sort:null,splice:null,unshift:null,concat:null,join:null,slice:null,toString:null,indexOf:null,lastIndexOf:null,forEach:null,filter:null,map:null,some:null,every:null}});(function(){function b(b){1===arguments.length&&typeof b===a?this.length=-1<b&&b===b>>0.5?b:this.push(b):arguments.length&&this.push.apply(this,arguments)}function d(){}d.prototype=[];b.prototype=new d;b.prototype.length=
0;c.type.BaseArray=function(a){if("mshtml"==c.core.Environment.get("engine.name")){b.prototype={length:0,$$isArray:!0};a="pop push reverse shift sort splice unshift join slice".split(" ");for(var d=a.length;d;)b.prototype[a[--d]]=Array.prototype[a[d]]}var g=Array.prototype.slice;b.prototype.concat=function(){for(var a=this.slice(0),d=0,c=arguments.length;d<c;d++){var f;f=arguments[d]instanceof b?g.call(arguments[d],0):arguments[d]instanceof Array?arguments[d]:[arguments[d]];a.push.apply(a,f)}return a};
b.prototype.toString=function(){return g.call(this,0).toString()};b.prototype.toLocaleString=function(){return g.call(this,0).toLocaleString()};b.prototype.constructor=b;b.prototype.indexOf=Array.prototype.indexOf;b.prototype.lastIndexOf=Array.prototype.lastIndexOf;b.prototype.forEach=Array.prototype.forEach;b.prototype.some=Array.prototype.some;b.prototype.every=Array.prototype.every;var h=Array.prototype.filter,k=Array.prototype.map;b.prototype.filter=function(){var a=new this.constructor;a.push.apply(a,
h.apply(this,arguments));return a};b.prototype.map=function(){var a=new this.constructor;a.push.apply(a,k.apply(this,arguments));return a};b.prototype.slice=function(){var a=new this.constructor;a.push.apply(a,Array.prototype.slice.apply(this,arguments));return a};b.prototype.splice=function(){var a=new this.constructor;a.push.apply(a,Array.prototype.splice.apply(this,arguments));return a};b.prototype.toArray=function(){return Array.prototype.slice.call(this,0)};b.prototype.valueOf=function(){return this.length};
return b}(b)})()})();(function(){c.Bootstrap.define("qxWeb",{extend:c.type.BaseArray,statics:{__jj:[],$$qx:c,$init:function(a,b){for(var d=[],f=0;f<a.length;f++)!a[f]||1!==a[f].nodeType&&9!==a[f].nodeType&&11!==a[f].nodeType?a[f]&&(a[f].history&&a[f].location&&a[f].document)&&d.push(a[f]):d.push(a[f]);a[0]&&(a[0].getAttribute&&a[0].getAttribute("data-qx-class"))&&(b=c.Bootstrap.getByName(a[0].getAttribute("data-qx-class"))||b);d=c.lang.Array.cast(d,b);for(f=0;f<qxWeb.__jj.length;f++)qxWeb.__jj[f].call(d);
return d},$attach:function(a,b){for(var d in a)if(void 0==qxWeb.prototype[d]||void 0!=Array.prototype[d]||!0===b)qxWeb.prototype[d]=a[d]},$attachStatic:function(a,b){for(var d in a)qxWeb[d]=a[d]},$attachInit:function(a){this.__jj.push(a)},define:function(a,b){void 0==b&&(b=a,a=null);return c.Bootstrap.define.call(c.Bootstrap,a,b)}},construct:function(a,b){if(!a&&this instanceof qxWeb)return this;if(!a)a=[];else if(c.Bootstrap.isString(a))b instanceof qxWeb&&0!=b.length&&(b=b[0]),a=b instanceof qxWeb?
[]:c.bom.Selector.query(a,b);else if(1===a.nodeType||(9===a.nodeType||11===a.nodeType)||a.history&&a.location&&a.document)a=[a];return qxWeb.$init(a,qxWeb)},members:{filter:function(a){return c.lang.Type.isFunction(a)?qxWeb.$init(Array.prototype.filter.call(this,a),this.constructor):qxWeb.$init(c.bom.Selector.matches(a,this),this.constructor)},unique:function(){var a=c.lang.Array.unique(this);return qxWeb.$init(a,this.constructor)},slice:function(a,b){return void 0!==b?qxWeb.$init(Array.prototype.slice.call(this,
a,b),this.constructor):qxWeb.$init(Array.prototype.slice.call(this,a),this.constructor)},splice:function(a,b,d){return qxWeb.$init(Array.prototype.splice.apply(this,arguments),this.constructor)},map:function(a,b){return qxWeb.$init(Array.prototype.map.apply(this,arguments),qxWeb)},concat:function(a){for(var b=Array.prototype.slice.call(this,0),d=0;d<arguments.length;d++)arguments[d]instanceof qxWeb?b=b.concat(Array.prototype.slice.call(arguments[d],0)):b.push(arguments[d]);return qxWeb.$init(b,this.constructor)},
indexOf:function(a){if(!a)return-1;c.Bootstrap.isArray(a)&&(a=a[0]);for(var b=0,d=this.length;b<d;b++)if(this[b]===a)return b;return-1},debug:function(){return this},logThis:function(){return this},_forEachElement:function(a,b){for(var d=0,c=this.length;d<c;d++)!this[d]||1!==this[d].nodeType&&11!==this[d].nodeType||a.apply(b||this,[this[d],d,this]);return this},_forEachElementWrapped:function(a,b){this._forEachElement(function(b,c,e){a.apply(this,[qxWeb(b),c,e])},b);return this}},defer:function(a){void 0==
window.q&&(q=a)}})})();(function(){c.Bootstrap.define("qx.lang.normalize.Date",{statics:{now:function(){return+new Date}},defer:function(a){c.core.Environment.get("ecmascript.date.now")||(Date.now=a.now)}})})();(function(){c.Bootstrap.define("qx.lang.Array",{statics:{cast:function(a,b,d){if(a.constructor===b)return a;c.data&&c.data.IListData&&c.Class&&c.Class.hasInterface(a,c.data.IListData)&&(a=a.toArray());b=new b;if("mshtml"==c.core.Environment.get("engine.name")&&a.item){d=d||0;for(var f=a.length;d<
f;d++)b.push(a[d]);return b}"[object Array]"===Object.prototype.toString.call(a)&&null==d?b.push.apply(b,a):b.push.apply(b,Array.prototype.slice.call(a,d||0));return b},fromArguments:function(a,b){return Array.prototype.slice.call(a,b||0)},fromCollection:function(a){if("mshtml"==c.core.Environment.get("engine.name")&&a.item){for(var b=[],d=0,f=a.length;d<f;d++)b[d]=a[d];return b}return Array.prototype.slice.call(a,0)},insertBefore:function(a,b,d){d=a.indexOf(d);-1==d?a.push(b):a.splice(d,0,b);return a},
insertAfter:function(a,b,d){d=a.indexOf(d);-1==d||d==a.length-1?a.push(b):a.splice(d+1,0,b);return a},removeAt:function(a,b){return a.splice(b,1)[0]},removeAll:function(a){a.length=0;return this},exclude:function(a,b){for(var d=0,c=b.length,e;d<c;d++)e=a.indexOf(b[d]),-1!=e&&a.splice(e,1);return a},remove:function(a,b){var d=a.indexOf(b);if(-1!=d)return a.splice(d,1),b},contains:function(a,b){return-1!==a.indexOf(b)},equals:function(a,b){var d=a.length;if(d!==b.length)return!1;for(var c=0;c<d;c++)if(a[c]!==
b[c])return!1;return!0},sum:function(a){for(var b=0,d=0,c=a.length;d<c;d++)void 0!=a[d]&&(b+=a[d]);return b},max:function(a){var b,d=a.length,c=a[0];for(b=1;b<d;b++)a[b]>c&&(c=a[b]);return void 0===c?null:c},min:function(a){var b,d=a.length,c=a[0];for(b=1;b<d;b++)a[b]<c&&(c=a[b]);return void 0===c?null:c},unique:function(a){for(var b=[],d={},c={},e={},g,h=0,k="qx"+Date.now(),l=!1,w=!1,t=!1,E=0,B=a.length;E<B;E++)if(g=a[E],null===g)l||(l=!0,b.push(g));else if(void 0!==g)if(!1===g)w||(w=!0,b.push(g));
else if(!0===g)t||(t=!0,b.push(g));else if("string"===typeof g)d[g]||(d[g]=1,b.push(g));else if("number"===typeof g)c[g]||(c[g]=1,b.push(g));else{var x=g[k];null==x&&(x=g[k]=h++);e[x]||(e[x]=g,b.push(g))}for(x in e)try{delete e[x][k]}catch(H){try{e[x][k]=null}catch(C){throw Error("Cannot clean-up map entry doneObjects["+x+"]["+k+"]");}}return b},range:function(a,b,d){1>=arguments.length&&(b=a||0,a=0);d=arguments[2]||1;for(var c=Math.max(Math.ceil((b-a)/d),0),e=0,g=Array(c);e<c;)g[e++]=a,a+=d;return g}}})})();
(function(){var a="'] ",b="div",d="input",f="*",e="id",g="string",h="parentNode",k=" ",l="button",w="0",t="|",E="object",B="$1",x="TAG",H="[id='",C="",ba="\\$&",r=",";c.Bootstrap.define("qx.bom.Selector",{statics:{query:null,matches:null}});(function(F){function u(b,d,c,f){var h,k,I,s,ka;(d?d.ownerDocument||d:P)!==G&&W(d);d=d||G;c=c||[];if(!b||typeof b!==g)return c;if(1!==(s=d.nodeType)&&9!==s)return[];if(R&&!f){if(h=Ja.exec(b))if(I=h[1])if(9===s)if((k=d.getElementById(I))&&k.parentNode){if(k.id===
I)return c.push(k),c}else return c;else{if(d.ownerDocument&&(k=d.ownerDocument.getElementById(I))&&ia(d,k)&&k.id===I)return c.push(k),c}else{if(h[2])return X.apply(c,d.getElementsByTagName(b)),c;if((I=h[3])&&z.getElementsByClassName&&d.getElementsByClassName)return X.apply(c,d.getElementsByClassName(I)),c}if(z.qsa&&(!J||!J.test(b))){k=h=D;I=d;ka=9===s&&b;if(1===s&&d.nodeName.toLowerCase()!==E){s=T(b);(h=d.getAttribute(e))?k=h.replace(Ka,ba):d.setAttribute(e,k);k=H+k+a;for(I=s.length;I--;)s[I]=k+L(s[I]);
I=ra.test(b)&&m(d.parentNode)||d;ka=s.join(r)}if(ka)try{return X.apply(c,I.querySelectorAll(ka)),c}catch(n){}finally{h||d.removeAttribute(e)}}}return xa(b.replace(la,B),d,c,f)}function s(){function a(d,c){b.push(d+k)>v.cacheLength&&delete a[b.shift()];return a[d+k]=c}var b=[];return a}function n(a){a[D]=!0;return a}function A(a){var d=G.createElement(b);try{return!!a(d)}catch(c){return!1}finally{d.parentNode&&d.parentNode.removeChild(d)}}function U(a,b){for(var d=a.split(t),c=a.length;c--;)v.attrHandle[d[c]]=
b}function ya(a,b){var d=b&&a,c=d&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||za)-(~a.sourceIndex||za);if(c)return c;if(d)for(;d=d.nextSibling;)if(d===b)return-1;return a?1:-1}function p(a){return function(b){return b.nodeName.toLowerCase()===d&&b.type===a}}function La(a){return function(b){var c=b.nodeName.toLowerCase();return(c===d||c===l)&&b.type===a}}function S(a){return n(function(b){b=+b;return n(function(d,c){for(var f,e=a([],d.length,b),g=e.length;g--;)d[f=e[g]]&&(d[f]=!(c[f]=d[f]))})})}
function m(a){return a&&typeof a.getElementsByTagName!==ea&&a}function Aa(){}function T(a,b){var d,c,f,e,g,h,s;if(g=Ba[a+k])return b?0:g.slice(0);g=a;h=[];for(s=v.preFilter;g;){if(!d||(c=Ma.exec(g)))c&&(g=g.slice(c[0].length)||g),h.push(f=[]);d=!1;if(c=Na.exec(g))d=c.shift(),f.push({value:d,type:c[0].replace(la,k)}),g=g.slice(d.length);for(e in v.filter)!(c=ma[e].exec(g))||s[e]&&!(c=s[e](c))||(d=c.shift(),f.push({value:d,type:e,matches:c}),g=g.slice(d.length));if(!d)break}return b?g.length:g?u.error(a):
Ba(a,h).slice(0)}function L(a){for(var b=0,d=a.length,c=C;b<d;b++)c+=a[b].value;return c}function y(a,b,d){var c=b.dir,f=d&&c===h,e=Oa++;return b.first?function(b,d,e){for(;b=b[c];)if(1===b.nodeType||f)return a(b,d,e)}:function(b,d,g){var h,qa,N=[Q,e];if(g)for(;b=b[c];){if((1===b.nodeType||f)&&a(b,d,g))return!0}else for(;b=b[c];)if(1===b.nodeType||f){qa=b[D]||(b[D]={});if((h=qa[c])&&h[0]===Q&&h[1]===e)return N[2]=h[2];qa[c]=N;if(N[2]=a(b,d,g))return!0}}}function K(a){return 1<a.length?function(b,
d,c){for(var f=a.length;f--;)if(!a[f](b,d,c))return!1;return!0}:a[0]}function O(a,b,d,c,f){for(var e,g=[],h=0,k=a.length,s=null!=b;h<k;h++)if(e=a[h])if(!d||d(e,c,f))g.push(e),s&&b.push(h);return g}function sa(a,b,d,c,e,g){c&&!c[D]&&(c=sa(c));e&&!e[D]&&(e=sa(e,g));return n(function(g,h,k,s){var n,r,wa=[],l=[],A=h.length,p;if(!(p=g)){p=b||f;for(var m=k.nodeType?[k]:k,U=[],t=0,v=m.length;t<v;t++)u(p,m[t],U);p=U}p=!a||!g&&b?p:O(p,wa,a,k,s);m=d?e||(g?a:A||c)?[]:h:p;d&&d(p,m,k,s);if(c)for(n=O(m,l),c(n,
[],k,s),k=n.length;k--;)if(r=n[k])m[l[k]]=!(p[l[k]]=r);if(g){if(e||a){if(e){n=[];for(k=m.length;k--;)(r=m[k])&&n.push(p[k]=r);e(null,m=[],n,s)}for(k=m.length;k--;)(r=m[k])&&-1<(n=e?ca.call(g,r):wa[k])&&(g[n]=!(h[n]=r))}}else m=O(m===h?m.splice(A,m.length):m),e?e(null,h,m,s):X.apply(h,m)})}function M(a){var b,d,c,e=a.length,g=v.relative[a[0].type];d=g||v.relative[k];for(var h=g?1:0,s=y(function(a){return a===b},d,!0),n=y(function(a){return-1<ca.call(b,a)},d,!0),r=[function(a,d,c){return!g&&(c||d!==
na)||((b=d).nodeType?s(a,d,c):n(a,d,c))}];h<e;h++)if(d=v.relative[a[h].type])r=[y(K(r),d)];else{d=v.filter[a[h].type].apply(null,a[h].matches);if(d[D]){for(c=++h;c<e&&!v.relative[a[c].type];c++);return sa(1<h&&K(r),1<h&&L(a.slice(0,h-1).concat({value:a[h-2].type===k?f:C})).replace(la,B),d,h<c&&M(a.slice(h,c)),c<e&&M(a=a.slice(c)),c<e&&L(a))}r.push(d)}return K(r)}function Pa(a,b){var d=0<b.length,c=0<a.length,e=function(e,g,h,k,s){var n,r,ha,m=0,p=w,l=e&&[],A=[],U=na,t=e||c&&v.find[x](f,s),S=Q+=null==
U?1:Math.random()||0.1,F=t.length;for(s&&(na=g!==G&&g);p!==F&&null!=(n=t[p]);p++){if(c&&n){for(r=0;ha=a[r++];)if(ha(n,g,h)){k.push(n);break}s&&(Q=S)}d&&((n=!ha&&n)&&m--,e&&l.push(n))}m+=p;if(d&&p!==m){for(r=0;ha=b[r++];)ha(l,A,g,h);if(e){if(0<m)for(;p--;)l[p]||A[p]||(A[p]=Qa.call(k));A=O(A)}X.apply(k,A);s&&(!e&&0<A.length&&1<m+b.length)&&u.uniqueSort(k)}s&&(Q=S,na=U);return l};return d?n(e):e}var fa,z,v,oa,Ca,ta,xa,na,Y,ga,W,G,V,R,J,da,pa,ia,D="sizzle"+-new Date,P=F.document,Q=0,Oa=0,Da=s(),Ba=s(),
Ea=s(),ua=function(a,b){a===b&&(ga=!0);return 0},ea="undefined",za=-2147483648,Ra={}.hasOwnProperty,Z=[],Qa=Z.pop,Sa=Z.push,X=Z.push,Fa=Z.slice,ca=Z.indexOf||function(a){for(var b=0,d=this.length;b<d;b++)if(this[b]===a)return b;return-1},Ga="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+".replace("w","w#"),Ha="\\[[\\x20\\t\\r\\n\\f]*((?:\\\\.|[\\w-]|[^\\x00-\\xa0])+)[\\x20\\t\\r\\n\\f]*(?:([*^$|!~]?=)[\\x20\\t\\r\\n\\f]*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+Ga+")|)|)[\\x20\\t\\r\\n\\f]*\\]",va=":((?:\\\\.|[\\w-]|[^\\x00-\\xa0])+)(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+
Ha.replace(3,8)+")*)|.*)\\)|)",la=RegExp("^[\\x20\\t\\r\\n\\f]+|((?:^|[^\\\\])(?:\\\\.)*)[\\x20\\t\\r\\n\\f]+$","g"),Ma=RegExp("^[\\x20\\t\\r\\n\\f]*,[\\x20\\t\\r\\n\\f]"+f),Na=RegExp("^[\\x20\\t\\r\\n\\f]*([>+~]|[\\x20\\t\\r\\n\\f])[\\x20\\t\\r\\n\\f]"+f),Ta=RegExp("=[\\x20\\t\\r\\n\\f]*([^\\]'\"]*?)[\\x20\\t\\r\\n\\f]*\\]","g"),Ua=RegExp(va),Va=RegExp("^"+Ga+"$"),ma={ID:/^#((?:\\.|[\w-]|[^\x00-\xa0])+)/,CLASS:/^\.((?:\\.|[\w-]|[^\x00-\xa0])+)/,TAG:RegExp("^("+"(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+".replace("w",
"w*")+")"),ATTR:RegExp("^"+Ha),PSEUDO:RegExp("^"+va),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\([\\x20\\t\\r\\n\\f]*(even|odd|(([+-]|)(\\d*)n|)[\\x20\\t\\r\\n\\f]*(?:([+-]|)[\\x20\\t\\r\\n\\f]*(\\d+)|))[\\x20\\t\\r\\n\\f]*\\)|)","i"),bool:RegExp("^(?:checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)$","i"),needsContext:RegExp("^[\\x20\\t\\r\\n\\f]*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\([\\x20\\t\\r\\n\\f]*((?:-\\d)?\\d*)[\\x20\\t\\r\\n\\f]*\\)|)(?=[^-]|$)",
"i")},Wa=/^(?:input|select|textarea|button)$/i,Xa=/^h\d$/i,ja=/^[^{]+\{\s*\[native \w/,Ja=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ra=/[+~]/,Ka=/'|\\/g,$=RegExp("\\\\([\\da-f]{1,6}[\\x20\\t\\r\\n\\f]?|([\\x20\\t\\r\\n\\f])|.)","ig"),aa=function(a,b,d){a="0x"+b-65536;return a!==a||d?b:0>a?String.fromCharCode(a+65536):String.fromCharCode(a>>10|55296,a&1023|56320)};try{X.apply(Z=Fa.call(P.childNodes),P.childNodes),Z[P.childNodes.length].nodeType}catch(Ia){X={apply:Z.length?function(a,b){Sa.apply(a,Fa.call(b))}:
function(a,b){for(var d=a.length,c=0;a[d++]=b[c++];);a.length=d-1}}}z=u.support={};Ca=u.isXML=function(a){return(a=a&&(a.ownerDocument||a).documentElement)?"HTML"!==a.nodeName:!1};W=u.setDocument=function(a){var c=a?a.ownerDocument||a:P;a=c.defaultView;if(c===G||9!==c.nodeType||!c.documentElement)return G;G=c;V=c.documentElement;R=!Ca(c);a&&a!==a.top&&(a.addEventListener?a.addEventListener("unload",function(){W()},!1):a.attachEvent&&a.attachEvent("onunload",function(){W()}));z.attributes=A(function(a){a.className=
"i";return!a.getAttribute("className")});z.getElementsByTagName=A(function(a){a.appendChild(c.createComment(C));return!a.getElementsByTagName(f).length});z.getElementsByClassName=ja.test(c.getElementsByClassName)&&A(function(a){a.innerHTML="<div class='a'></div><div class='a i'></div>";a.firstChild.className="i";return 2===a.getElementsByClassName("i").length});z.getById=A(function(a){V.appendChild(a).id=D;return!c.getElementsByName||!c.getElementsByName(D).length});z.getById?(v.find.ID=function(a,
b){if(typeof b.getElementById!==ea&&R){var d=b.getElementById(a);return d&&d.parentNode?[d]:[]}},v.filter.ID=function(a){var b=a.replace($,aa);return function(a){return a.getAttribute(e)===b}}):(delete v.find.ID,v.filter.ID=function(a){var b=a.replace($,aa);return function(a){return(a=typeof a.getAttributeNode!==ea&&a.getAttributeNode(e))&&a.value===b}});v.find[x]=z.getElementsByTagName?function(a,b){if(typeof b.getElementsByTagName!==ea)return b.getElementsByTagName(a)}:function(a,b){var d,c=[],
e=0,g=b.getElementsByTagName(a);if(a===f){for(;d=g[e++];)1===d.nodeType&&c.push(d);return c}return g};v.find.CLASS=z.getElementsByClassName&&function(a,b){if(typeof b.getElementsByClassName!==ea&&R)return b.getElementsByClassName(a)};da=[];J=[];if(z.qsa=ja.test(c.querySelectorAll))A(function(a){a.innerHTML="<select t=''><option selected=''></option></select>";a.querySelectorAll("[t^='']").length&&J.push("[*^$]=[\\x20\\t\\r\\n\\f]*(?:''|\"\")");a.querySelectorAll("[selected]").length||J.push("\\[[\\x20\\t\\r\\n\\f]*(?:value|checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)");
a.querySelectorAll(":checked").length||J.push(":checked")}),A(function(a){var b=c.createElement(d);b.setAttribute("type","hidden");a.appendChild(b).setAttribute("name","D");a.querySelectorAll("[name=d]").length&&J.push("name[\\x20\\t\\r\\n\\f]*[*^$|!~]?=");a.querySelectorAll(":enabled").length||J.push(":enabled",":disabled");a.querySelectorAll("*,:x");J.push(",.*:")});(z.matchesSelector=ja.test(pa=V.webkitMatchesSelector||V.mozMatchesSelector||V.oMatchesSelector||V.msMatchesSelector))&&A(function(a){z.disconnectedMatch=
pa.call(a,b);pa.call(a,"[s!='']:x");da.push("!=",va)});J=J.length&&RegExp(J.join(t));da=da.length&&RegExp(da.join(t));ia=(a=ja.test(V.compareDocumentPosition))||ja.test(V.contains)?function(a,b){var d=9===a.nodeType?a.documentElement:a,c=b&&b.parentNode;return a===c||!!(c&&1===c.nodeType&&(d.contains?d.contains(c):a.compareDocumentPosition&&a.compareDocumentPosition(c)&16))}:function(a,b){if(b)for(;b=b.parentNode;)if(b===a)return!0;return!1};ua=a?function(a,b){if(a===b)return ga=!0,0;var d=!a.compareDocumentPosition-
!b.compareDocumentPosition;if(d)return d;d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1;return d&1||!z.sortDetached&&b.compareDocumentPosition(a)===d?a===c||a.ownerDocument===P&&ia(P,a)?-1:b===c||b.ownerDocument===P&&ia(P,b)?1:Y?ca.call(Y,a)-ca.call(Y,b):0:d&4?-1:1}:function(a,b){if(a===b)return ga=!0,0;var d,f=0;d=a.parentNode;var e=b.parentNode,g=[a],h=[b];if(!d||!e)return a===c?-1:b===c?1:d?-1:e?1:Y?ca.call(Y,a)-ca.call(Y,b):0;if(d===e)return ya(a,b);for(d=a;d=d.parentNode;)g.unshift(d);
for(d=b;d=d.parentNode;)h.unshift(d);for(;g[f]===h[f];)f++;return f?ya(g[f],h[f]):g[f]===P?-1:h[f]===P?1:0};return c};u.matches=function(a,b){return u(a,null,null,b)};u.matchesSelector=function(a,b){(a.ownerDocument||a)!==G&&W(a);b=b.replace(Ta,"='$1']");if(z.matchesSelector&&R&&!(da&&da.test(b)||J&&J.test(b)))try{var d=pa.call(a,b);if(d||z.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(c){}return 0<u(b,G,null,[a]).length};u.contains=function(a,b){(a.ownerDocument||a)!==G&&
W(a);return ia(a,b)};u.attr=function(a,b){(a.ownerDocument||a)!==G&&W(a);var d=v.attrHandle[b.toLowerCase()],d=d&&Ra.call(v.attrHandle,b.toLowerCase())?d(a,b,!R):void 0;return void 0!==d?d:z.attributes||!R?a.getAttribute(b):(d=a.getAttributeNode(b))&&d.specified?d.value:null};u.error=function(a){throw Error("Syntax error, unrecognized expression: "+a);};u.uniqueSort=function(a){var b,d=[],c=0,f=0;ga=!z.detectDuplicates;Y=!z.sortStable&&a.slice(0);a.sort(ua);if(ga){for(;b=a[f++];)b===a[f]&&(c=d.push(f));
for(;c--;)a.splice(d[c],1)}Y=null;return a};oa=u.getText=function(a){var b,d=C,c=0;b=a.nodeType;if(!b)for(;b=a[c++];)d+=oa(b);else if(1===b||9===b||11===b){if(typeof a.textContent===g)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)d+=oa(a)}else if(3===b||4===b)return a.nodeValue;return d};v=u.selectors={cacheLength:50,createPseudo:n,match:ma,attrHandle:{},find:{},relative:{">":{dir:h,first:!0}," ":{dir:h},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){a[1]=
a[1].replace($,aa);a[3]=(a[4]||a[5]||C).replace($,aa);"~="===a[2]&&(a[3]=k+a[3]+k);return a.slice(0,4)},CHILD:function(a){a[1]=a[1].toLowerCase();"nth"===a[1].slice(0,3)?(a[3]||u.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&u.error(a[0]);return a},PSEUDO:function(a){var b,d=!a[5]&&a[2];if(ma.CHILD.test(a[0]))return null;a[3]&&void 0!==a[4]?a[2]=a[4]:d&&(Ua.test(d)&&(b=T(d,!0))&&(b=d.indexOf(")",d.length-b)-d.length))&&(a[0]=a[0].slice(0,
b),a[2]=d.slice(0,b));return a.slice(0,3)}},filter:{TAG:function(a){var b=a.replace($,aa).toLowerCase();return a===f?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=Da[a+k];return b||(b=RegExp("(^|[\\x20\\t\\r\\n\\f])"+a+"([\\x20\\t\\r\\n\\f]|$)"))&&Da(a,function(a){return b.test(typeof a.className===g&&a.className||typeof a.getAttribute!==ea&&a.getAttribute("class")||C)})},ATTR:function(a,b,d){return function(c){c=u.attr(c,a);if(null==c)return"!="===
b;if(!b)return!0;c+=C;return"="===b?c===d:"!="===b?c!==d:"^="===b?d&&0===c.indexOf(d):"*="===b?d&&-1<c.indexOf(d):"$="===b?d&&c.slice(-d.length)===d:"~="===b?-1<(k+c+k).indexOf(d):"|="===b?c===d||c.slice(0,d.length+1)===d+"-":!1}},CHILD:function(a,b,d,c,f){var e="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===c&&0===f?function(a){return!!a.parentNode}:function(b,d,k){var s,n,r,N,m;d=e!==g?"nextSibling":"previousSibling";var p=b.parentNode,l=h&&b.nodeName.toLowerCase();k=!k&&
!h;if(p){if(e){for(;d;){for(n=b;n=n[d];)if(h?n.nodeName.toLowerCase()===l:1===n.nodeType)return!1;m=d="only"===a&&!m&&"nextSibling"}return!0}m=[g?p.firstChild:p.lastChild];if(g&&k)for(k=p[D]||(p[D]={}),s=k[a]||[],N=s[0]===Q&&s[1],r=s[0]===Q&&s[2],n=N&&p.childNodes[N];n=++N&&n&&n[d]||(r=N=0)||m.pop();){if(1===n.nodeType&&++r&&n===b){k[a]=[Q,N,r];break}}else if(k&&(s=(b[D]||(b[D]={}))[a])&&s[0]===Q)r=s[1];else for(;(n=++N&&n&&n[d]||(r=N=0)||m.pop())&&((h?n.nodeName.toLowerCase()!==l:1!==n.nodeType)||
!++r||(k&&((n[D]||(n[D]={}))[a]=[Q,r]),n!==b)););r-=f;return r===c||0===r%c&&0<=r/c}}},PSEUDO:function(a,b){var d,c=v.pseudos[a]||v.setFilters[a.toLowerCase()]||u.error("unsupported pseudo: "+a);return c[D]?c(b):1<c.length?(d=[a,a,C,b],v.setFilters.hasOwnProperty(a.toLowerCase())?n(function(a,d){for(var f,e=c(a,b),g=e.length;g--;)f=ca.call(a,e[g]),a[f]=!(d[f]=e[g])}):function(a){return c(a,0,d)}):c}},pseudos:{not:n(function(a){var b=[],d=[],c=ta(a.replace(la,B));return c[D]?n(function(a,b,d,f){f=
c(a,null,f,[]);for(var e=a.length;e--;)if(d=f[e])a[e]=!(b[e]=d)}):function(a,f,e){b[0]=a;c(b,null,e,d);return!d.pop()}}),has:n(function(a){return function(b){return 0<u(a,b).length}}),contains:n(function(a){return function(b){return-1<(b.textContent||b.innerText||oa(b)).indexOf(a)}}),lang:n(function(a){Va.test(a||C)||u.error("unsupported lang: "+a);a=a.replace($,aa).toLowerCase();return function(b){var d;do if(d=R?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return d=d.toLowerCase(),
d===a||0===d.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(a){var b=F.location&&F.location.hash;return b&&b.slice(1)===a.id},root:function(a){return a===V},focus:function(a){return a===G.activeElement&&(!G.hasFocus||G.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return!1===a.disabled},disabled:function(a){return!0===a.disabled},checked:function(a){var b=a.nodeName.toLowerCase();return b===d&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){a.parentNode&&
a.parentNode.selectedIndex;return!0===a.selected},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(6>a.nodeType)return!1;return!0},parent:function(a){return!v.pseudos.empty(a)},header:function(a){return Xa.test(a.nodeName)},input:function(a){return Wa.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return b===d&&a.type===l||b===l},text:function(a){var b;return a.nodeName.toLowerCase()===d&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},
first:S(function(){return[0]}),last:S(function(a,b){return[b-1]}),eq:S(function(a,b,d){return[0>d?d+b:d]}),even:S(function(a,b){for(var d=0;d<b;d+=2)a.push(d);return a}),odd:S(function(a,b){for(var d=1;d<b;d+=2)a.push(d);return a}),lt:S(function(a,b,d){for(b=0>d?d+b:d;0<=--b;)a.push(b);return a}),gt:S(function(a,b,d){for(d=0>d?d+b:d;++d<b;)a.push(d);return a})}};v.pseudos.nth=v.pseudos.eq;for(fa in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})v.pseudos[fa]=p(fa);for(fa in{submit:!0,reset:!0})v.pseudos[fa]=
La(fa);Aa.prototype=v.filters=v.pseudos;v.setFilters=new Aa;ta=u.compile=function(a,b){var d,c=[],f=[],e=Ea[a+k];if(!e){b||(b=T(a));for(d=b.length;d--;)e=M(b[d]),e[D]?c.push(e):f.push(e);e=Ea(a,Pa(f,c));e.selector=a}return e};xa=u.select=function(a,b,d,c){var f,e,g,h,k="function"===typeof a&&a,s=!c&&T(a=k.selector||a);d=d||[];if(1===s.length){e=s[0]=s[0].slice(0);if(2<e.length&&"ID"===(g=e[0]).type&&z.getById&&9===b.nodeType&&R&&v.relative[e[1].type]){b=(v.find.ID(g.matches[0].replace($,aa),b)||[])[0];
if(!b)return d;k&&(b=b.parentNode);a=a.slice(e.shift().value.length)}for(f=ma.needsContext.test(a)?0:e.length;f--;){g=e[f];if(v.relative[h=g.type])break;if(h=v.find[h])if(c=h(g.matches[0].replace($,aa),ra.test(e[0].type)&&m(b.parentNode)||b)){e.splice(f,1);a=c.length&&L(e);if(!a)return X.apply(d,c),d;break}}}(k||ta(a,s))(c,b,!R,d,ra.test(a)&&m(b.parentNode)||b);return d};z.sortStable=D.split(C).sort(ua).join(C)===D;z.detectDuplicates=!!ga;W();z.sortDetached=A(function(a){return a.compareDocumentPosition(G.createElement(b))&
1});A(function(a){a.innerHTML="<a href='#'></a>";return"#"===a.firstChild.getAttribute("href")})||U("type|href|height|width",function(a,b,d){if(!d)return a.getAttribute(b,"type"===b.toLowerCase()?1:2)});z.attributes&&A(function(a){a.innerHTML="<input/>";a.firstChild.setAttribute("value",C);return a.firstChild.getAttribute("value")===C})||U("value",function(a,b,c){if(!c&&a.nodeName.toLowerCase()===d)return a.defaultValue});A(function(a){return null==a.getAttribute("disabled")})||U("checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",
function(a,b,d){var c;if(!d)return!0===a[b]?b.toLowerCase():(c=a.getAttributeNode(b))&&c.specified?c.value:null});c.bom.Selector.query=function(a,b){return u(a,b)};c.bom.Selector.matches=function(a,b){return u(a,null,null,b)}})(window)})();(function(){c.Bootstrap.define("qx.lang.Type",{statics:{getClass:c.Bootstrap.getClass,isString:c.Bootstrap.isString,isArray:c.Bootstrap.isArray,isObject:c.Bootstrap.isObject,isFunction:c.Bootstrap.isFunction,isBoolean:function(a){return null!==a&&("Boolean"==this.getClass(a)||
a instanceof Boolean)}}})})();(function(){c.Bootstrap.define("qx.module.Css",{statics:{setStyle:function(a,b){/\w-\w/.test(a)&&(a=c.lang.String.camelCase(a));this._forEachElement(function(d){c.bom.element.Style.set(d,a,b)});return this},getStyle:function(a){return this[0]&&c.dom.Node.isElement(this[0])?(/\w-\w/.test(a)&&(a=c.lang.String.camelCase(a)),c.bom.element.Style.get(this[0],a)):null},setStyles:function(a){for(var b in a)this.setStyle(b,a[b]);return this},getStyles:function(a){for(var b={},
d=0;d<a.length;d++)b[a[d]]=this.getStyle(a[d]);return b},addClass:function(a){this._forEachElement(function(b){c.bom.element.Class.add(b,a)});return this},addClasses:function(a){this._forEachElement(function(b){c.bom.element.Class.addClasses(b,a)});return this},removeClass:function(a){this._forEachElement(function(b){c.bom.element.Class.remove(b,a)});return this},removeClasses:function(a){this._forEachElement(function(b){c.bom.element.Class.removeClasses(b,a)});return this},hasClass:function(a){return this[0]&&
c.dom.Node.isElement(this[0])?c.bom.element.Class.has(this[0],a):!1},getClass:function(){return this[0]&&c.dom.Node.isElement(this[0])?c.bom.element.Class.get(this[0]):""},toggleClass:function(a){var b=c.bom.element.Class;this._forEachElement(function(d){b.has(d,a)?b.remove(d,a):b.add(d,a)});return this},toggleClasses:function(a){for(var b=0,d=a.length;b<d;b++)this.toggleClass(a[b]);return this},replaceClass:function(a,b){this._forEachElement(function(d){c.bom.element.Class.replace(d,a,b)});return this},
getHeight:function(a){var b=this[0];if(b){if(c.dom.Node.isElement(b))return a?c.module.Css.__pc(b,{display:"block",position:"absolute",visibility:"hidden"},c.module.Css.getHeight,this):c.bom.element.Dimension.getHeight(b);if(c.dom.Node.isDocument(b))return c.bom.Document.getHeight(c.dom.Node.getWindow(b));if(c.dom.Node.isWindow(b))return c.bom.Viewport.getHeight(b)}return null},getWidth:function(a){var b=this[0];if(b){if(c.dom.Node.isElement(b))return a?c.module.Css.__pc(b,{display:"block",position:"absolute",
visibility:"hidden"},c.module.Css.getWidth,this):c.bom.element.Dimension.getWidth(b);if(c.dom.Node.isDocument(b))return c.bom.Document.getWidth(c.dom.Node.getWindow(b));if(c.dom.Node.isWindow(b))return c.bom.Viewport.getWidth(b)}return null},getOffset:function(a){var b=this[0];return b&&c.dom.Node.isElement(b)?c.bom.element.Location.get(b,a):null},getContentHeight:function(a){var b=this[0];return c.dom.Node.isElement(b)?a?c.module.Css.__pc(b,{position:"absolute",visibility:"hidden",display:"block"},
c.module.Css.getContentHeight,this):c.bom.element.Dimension.getContentHeight(b):null},getContentWidth:function(a){var b=this[0];return c.dom.Node.isElement(b)?a?c.module.Css.__pc(b,{position:"absolute",visibility:"hidden",display:"block"},c.module.Css.getContentWidth,this):c.bom.element.Dimension.getContentWidth(b):null},getPosition:function(){var a=this[0];return c.dom.Node.isElement(a)?c.bom.element.Location.getPosition(a):null},includeStylesheet:function(a,b){c.bom.Stylesheet.includeFile(a,b)},
hide:function(){this._forEachElementWrapped(function(a){var b=a.getStyle("display");"none"!==b&&(a[0].$$qPrevDisp=b,a.setStyle("display","none"))});return this},show:function(){this._forEachElementWrapped(function(a){var b=a.getStyle("display"),d=a[0].$$qPrevDisp;"none"==b&&(d&&"none"!=d?b=d:(b=qxWeb.getDocument(a[0]),b=c.module.Css.__pb(a[0].tagName,b)),a.setStyle("display",b),a[0].$$qPrevDisp="none")});return this},__pa:{},__pb:function(a,b){var d=c.module.Css.__pa;if(!d[a]){var f=qxWeb((b||document).createElement(a)).appendTo(b.body);
d[a]=f.getStyle("display");f.remove()}return d[a]||""},__pc:function(a,b,d,c){var e={},g;for(g in b)e[g]=a.style[g],a.style[g]=b[g];b=d.call(c);for(g in e)a.style[g]=e[g];return b}},defer:function(a){qxWeb.$attach({setStyle:a.setStyle,getStyle:a.getStyle,setStyles:a.setStyles,getStyles:a.getStyles,addClass:a.addClass,addClasses:a.addClasses,removeClass:a.removeClass,removeClasses:a.removeClasses,hasClass:a.hasClass,getClass:a.getClass,toggleClass:a.toggleClass,toggleClasses:a.toggleClasses,replaceClass:a.replaceClass,
getHeight:a.getHeight,getWidth:a.getWidth,getOffset:a.getOffset,getContentHeight:a.getContentHeight,getContentWidth:a.getContentWidth,getPosition:a.getPosition,hide:a.hide,show:a.show});qxWeb.$attachStatic({includeStylesheet:a.includeStylesheet})}})})();(function(){c.Bootstrap.define("qx.lang.normalize.String",{statics:{trim:function(){return this.replace(/^\s+|\s+$/g,"")}},defer:function(a){c.core.Environment.get("ecmascript.string.trim")||(String.prototype.trim=a.trim)}})})();(function(){c.Bootstrap.define("qx.lang.String",
{statics:{__lS:{},camelCase:function(a){var b=this.__lS[a];b||(b=a.replace(/\-([a-z])/g,function(a,b){return b.toUpperCase()}),0<=a.indexOf("-")&&(this.__lS[a]=b));return b},hyphenate:function(a){var b=this.__lS[a];b||(b=a.replace(/[A-Z]/g,function(a){return"-"+a.charAt(0).toLowerCase()}),-1==a.indexOf("-")&&(this.__lS[a]=b));return b},startsWith:function(a,b){return 0===a.indexOf(b)},endsWith:function(a,b){return a.substring(a.length-b.length,a.length)===b},firstUp:c.Bootstrap.firstUp,firstLow:c.Bootstrap.firstLow,
escapeRegexpChars:function(a){return a.replace(/([.*+?^${}()|[\]\/\\])/g,"\\$1")}}})})();(function(){c.Bootstrap.define("qx.lang.Function",{statics:{getCaller:function(a){return a.caller?a.caller.callee:a.callee.caller},getName:function(a){if(a.displayName)return a.displayName;if(a.$$original||a.wrapper||a.classname)return a.classname+".constructor()";if(a.$$mixin){for(var b in a.$$mixin.$$members)if(a.$$mixin.$$members[b]==a)return a.$$mixin.name+".prototype."+b+"()";for(b in a.$$mixin)if(a.$$mixin[b]==
a)return a.$$mixin.name+"."+b+"()"}if(a.self){var d=a.self.constructor;if(d){for(b in d.prototype)if(d.prototype[b]==a)return d.classname+".prototype."+b+"()";for(b in d)if(d[b]==a)return d.classname+"."+b+"()"}}return(a=a.toString().match(/function\s*(\w*)\s*\(.*/))&&1<=a.length&&a[1]?a[1]+"()":"anonymous()"},create:function(a,b){return b&&(b.self||b.args||null!=b.delay||null!=b.periodical||b.attempt)?function(d){var f=c.lang.Array.fromArguments(arguments);b.args&&(f=b.args.concat(f));if(b.delay||
b.periodical){var e=function(){return a.apply(b.self||this,f)};if(b.delay)return window.setTimeout(e,b.delay);if(b.periodical)return window.setInterval(e,b.periodical)}else{if(b.attempt){e=!1;try{e=a.apply(b.self||this,f)}catch(g){}return e}return a.apply(b.self||this,f)}}:a},bind:function(a,b,d){return this.create(a,{self:b,args:2<arguments.length?c.lang.Array.fromArguments(arguments,2):null})},listener:function(a,b,d){if(3>arguments.length)return function(d){return a.call(b||this,d||window.event)};
var f=c.lang.Array.fromArguments(arguments,2);return function(d){d=[d||window.event];d.push.apply(d,f);a.apply(b||this,d)}}}})})();(function(){c.Bootstrap.define("qx.bom.element.BoxSizing",{statics:{__oA:{tags:{button:!0,select:!0},types:{search:!0,button:!0,submit:!0,reset:!0,checkbox:!0,radio:!0}},__oB:function(a){var b=this.__oA;return b.tags[a.tagName.toLowerCase()]||b.types[a.type]},compile:function(a){if(c.core.Environment.get("css.boxsizing"))return c.bom.Style.getCssName(c.core.Environment.get("css.boxsizing"))+
":"+a+";"},get:function(a){return c.core.Environment.get("css.boxsizing")?c.bom.element.Style.get(a,"boxSizing",null,!1)||"":c.bom.Document.isStandardMode(c.dom.Node.getWindow(a))&&!this.__oB(a)?"content-box":"border-box"},set:function(a,b){if(c.core.Environment.get("css.boxsizing"))try{a.style[c.core.Environment.get("css.boxsizing")]=b}catch(d){}},reset:function(a){this.set(a,"")}}})})();(function(){c.Bootstrap.define("qx.bom.Style",{statics:{VENDOR_PREFIXES:["Webkit","Moz","O","ms","Khtml"],__mN:{},
__mO:null,getPropertyName:function(a){var b=document.documentElement.style;if(void 0!==b[a])return a;for(var d=0,f=this.VENDOR_PREFIXES.length;d<f;d++){var e=this.VENDOR_PREFIXES[d]+c.lang.String.firstUp(a);if(void 0!==b[e])return e}return null},getCssName:function(a){var b=this.__mN[a];b||(b=a.replace(/[A-Z]/g,function(a){return"-"+a.charAt(0).toLowerCase()}),/^ms/.test(b)&&(b="-"+b),this.__mN[a]=b);return b},getAppliedStyle:function(a,b,d,f){var e=c.bom.Style.getCssName(b),g=c.dom.Node.getWindow(a);
f=!1!==f?[null].concat(this.VENDOR_PREFIXES):[null];for(var h=0,k=f.length;h<k;h++){var l=!1,w=f[h]?"-"+f[h].toLowerCase()+"-"+d:d;c.bom.Style.__mO?l=c.bom.Style.__mO.call(g,e,w):(a.style.cssText+=e+":"+w+";",l="string"==typeof a.style[b]&&""!==a.style[b]);if(l)return w}return null}},defer:function(a){window.CSS&&window.CSS.supports?c.bom.Style.__mO=window.CSS.supports.bind(window.CSS):window.supportsCSS&&(c.bom.Style.__mO=window.supportsCSS.bind(window))}})})();(function(){c.Bootstrap.define("qx.dom.Node",
{statics:{ELEMENT:1,TEXT:3,DOCUMENT:9,DOCUMENT_FRAGMENT:11,getDocument:function(a){return a.nodeType===this.DOCUMENT?a:a.ownerDocument||a.document},getWindow:function(a){if(null==a.nodeType)return a;a.nodeType!==this.DOCUMENT&&(a=a.ownerDocument);return a.defaultView||a.parentWindow},isNode:function(a){return!(!a||null==a.nodeType)},isElement:function(a){return!(!a||a.nodeType!==this.ELEMENT)},isDocument:function(a){return!(!a||a.nodeType!==this.DOCUMENT)},isDocumentFragment:function(a){return!(!a||
a.nodeType!==this.DOCUMENT_FRAGMENT)},isText:function(a){return!(!a||a.nodeType!==this.TEXT)},isWindow:function(a){return!!(a&&a.history&&a.location&&a.document)},isNodeName:function(a,b){return b&&a&&a.nodeName?b.toLowerCase()==c.dom.Node.getName(a):!1},getName:function(a){return a&&a.nodeName?a.nodeName.toLowerCase():null},getText:function(a){if(!a||!a.nodeType)return null;switch(a.nodeType){case 1:var b=[],d=a.childNodes,c=d.length;for(a=0;a<c;a++)b[a]=this.getText(d[a]);return b.join("");case 2:case 3:case 4:return a.nodeValue}return null},
isBlockNode:function(a){if(!c.dom.Node.isElement(a))return!1;a=c.dom.Node.getName(a);return/^(body|form|textarea|fieldset|ul|ol|dl|dt|dd|li|div|hr|p|h[1-6]|quote|pre|table|thead|tbody|tfoot|tr|td|th|iframe|address|blockquote)$/.test(a)}}})})();(function(){c.Bootstrap.define("qx.bom.client.OperatingSystem",{statics:{getName:function(){if(!navigator)return"";var a=navigator.platform||"",b=navigator.userAgent||"";return-1!=a.indexOf("Windows")||-1!=a.indexOf("Win32")||-1!=a.indexOf("Win64")||-1!=b.indexOf("Windows Phone")?
"win":-1!=a.indexOf("Macintosh")||-1!=a.indexOf("MacPPC")||-1!=a.indexOf("MacIntel")||-1!=a.indexOf("Mac OS X")?"osx":-1!=b.indexOf("RIM Tablet OS")?"rim_tabletos":-1!=b.indexOf("webOS")?"webos":-1!=a.indexOf("iPod")||-1!=a.indexOf("iPhone")||-1!=a.indexOf("iPad")?"ios":-1!=b.indexOf("Android")?"android":-1!=a.indexOf("Linux")?"linux":-1!=a.indexOf("X11")||-1!=a.indexOf("BSD")||-1!=a.indexOf("Darwin")?"unix":-1!=a.indexOf("SymbianOS")?"symbian":-1!=a.indexOf("BlackBerry")?"blackberry":""},__mP:{"Windows NT 6.3":"8.1",
"Windows NT 6.2":"8","Windows NT 6.1":"7","Windows NT 6.0":"vista","Windows NT 5.2":"2003","Windows NT 5.1":"xp","Windows NT 5.0":"2000","Windows 2000":"2000","Windows NT 4.0":"nt4","Win 9x 4.90":"me","Windows CE":"ce","Windows 98":"98",Win98:"98","Windows 95":"95",Win95:"95","Mac OS X 10_10":"10.10","Mac OS X 10.10":"10.10","Mac OS X 10_9":"10.9","Mac OS X 10.9":"10.9","Mac OS X 10_8":"10.8","Mac OS X 10.8":"10.8","Mac OS X 10_7":"10.7","Mac OS X 10.7":"10.7","Mac OS X 10_6":"10.6","Mac OS X 10.6":"10.6",
"Mac OS X 10_5":"10.5","Mac OS X 10.5":"10.5","Mac OS X 10_4":"10.4","Mac OS X 10.4":"10.4","Mac OS X 10_3":"10.3","Mac OS X 10.3":"10.3","Mac OS X 10_2":"10.2","Mac OS X 10.2":"10.2","Mac OS X 10_1":"10.1","Mac OS X 10.1":"10.1","Mac OS X 10_0":"10.0","Mac OS X 10.0":"10.0"},getVersion:function(){var a=c.bom.client.OperatingSystem.__mQ(navigator.userAgent);null==a&&(a=c.bom.client.OperatingSystem.__mR(navigator.userAgent));return null!=a?a:""},__mQ:function(a){var b=[],d;for(d in c.bom.client.OperatingSystem.__mP)b.push(d);
return(a=RegExp("("+b.join("|").replace(/\./g,".")+")","g").exec(a))&&a[1]?c.bom.client.OperatingSystem.__mP[a[1]]:null},__mR:function(a){var b=-1!=a.indexOf("Windows Phone"),d=-1!=a.indexOf("Android"),c=a.match(/(iPad|iPhone|iPod)/i)?!0:!1;if(b){if((a=RegExp(/Windows Phone (\d+(?:\.\d+)+)/i).exec(a))&&a[1])return a[1]}else if(d){if((a=RegExp(/ Android (\d+(?:\.\d+)+)/i).exec(a))&&a[1])return a[1]}else if(c&&(a=RegExp(/(CPU|iPhone|iPod) OS (\d+)_(\d+)(?:_(\d+))*\s+/).exec(a))&&a[2]&&a[3])return a[4]?
a[2]+"."+a[3]+"."+a[4]:a[2]+"."+a[3];return null}},defer:function(a){c.core.Environment.add("os.name",a.getName);c.core.Environment.add("os.version",a.getVersion)}})})();(function(){c.Bootstrap.define("qx.bom.client.Browser",{statics:{getName:function(){var a=navigator.userAgent,b=RegExp("("+c.bom.client.Browser.__mS+")(/|)?([0-9]+.[0-9])?"),d=a.match(b);if(!d)return"";d=d[1].toLowerCase();b=c.bom.client.Engine.getName();if("webkit"===b)"android"===d?d="mobile chrome":-1!==a.indexOf("Mobile Safari")||
-1!==a.indexOf("Mobile/")?d="mobile safari":-1!=a.indexOf(" OPR/")&&(d="opera");else if("mshtml"===b){if("msie"===d||"trident"===d)d="ie","ce"===c.bom.client.OperatingSystem.getVersion()&&(d="iemobile"),b=/IEMobile/,a.match(b)&&(d="iemobile")}else"opera"===b?"opera mobi"===d?d="operamobile":"opera mini"===d&&(d="operamini"):"gecko"===b&&-1!==a.indexOf("Maple")&&(d="maple");return d},getVersion:function(){var a=navigator.userAgent,b=RegExp("("+c.bom.client.Browser.__mS+")(/| )([0-9]+.[0-9])"),d=a.match(b);
if(!d)return"";b=d[1].toLowerCase();d=d[3];a.match(/Version(\/| )([0-9]+\.[0-9])/)&&(d=RegExp.$2);"mshtml"==c.bom.client.Engine.getName()&&(d=c.bom.client.Engine.getVersion(),"msie"===b&&"ce"==c.bom.client.OperatingSystem.getVersion()&&(d="5.0"));if("maple"==c.bom.client.Browser.getName()){b=/(Maple )([0-9]+.[0-9]+.[0-9]*)/;d=a.match(b);if(!d)return"";d=d[2]}"webkit"!=c.bom.client.Engine.getName()&&"opera"!=c.bom.client.Browser.getName()||!a.match(/OPR(\/| )([0-9]+\.[0-9])/)||(d=RegExp.$2);return d},
getDocumentMode:function(){return document.documentMode?document.documentMode:0},getQuirksMode:function(){return"mshtml"==c.bom.client.Engine.getName()&&8<=parseFloat(c.bom.client.Engine.getVersion())?5===c.bom.client.Engine.DOCUMENT_MODE:"CSS1Compat"!==document.compatMode},__mS:{webkit:"AdobeAIR|Titanium|Fluid|Chrome|Android|Epiphany|Konqueror|iCab|iPad|iPhone|OmniWeb|Maxthon|Pre|PhantomJS|Mobile Safari|Safari",gecko:"prism|Fennec|Camino|Kmeleon|Galeon|Netscape|SeaMonkey|Namoroka|Firefox",mshtml:"IEMobile|Maxthon|MSIE|Trident",
opera:"Opera Mini|Opera Mobi|Opera"}[c.bom.client.Engine.getName()]},defer:function(a){c.core.Environment.add("browser.name",a.getName);c.core.Environment.add("browser.version",a.getVersion);c.core.Environment.add("browser.documentmode",a.getDocumentMode);c.core.Environment.add("browser.quirksmode",a.getQuirksMode)}})})();(function(){c.Bootstrap.define("qx.bom.element.Cursor",{statics:{__oC:{},compile:function(a){return"cursor:"+(this.__oC[a]||a)+";"},get:function(a,b){return c.bom.element.Style.get(a,
"cursor",b,!1)},set:function(a,b){a.style.cursor=this.__oC[b]||b},reset:function(a){a.style.cursor=""}},defer:function(a){"mshtml"==c.core.Environment.get("engine.name")&&((9>parseFloat(c.core.Environment.get("engine.version"))||9>c.core.Environment.get("browser.documentmode"))&&!c.core.Environment.get("browser.quirksmode"))&&(a.__oC["nesw-resize"]="ne-resize",a.__oC["nwse-resize"]="nw-resize")}})})();(function(){c.Bootstrap.define("qx.bom.element.Opacity",{statics:{compile:c.core.Environment.select("engine.name",
{mshtml:function(a){1<=a&&(a=1);1E-5>a&&(a=0);return c.core.Environment.get("css.opacity")?"opacity:"+a+";":"zoom:1;filter:alpha(opacity="+100*a+");"},"default":function(a){return"opacity:"+a+";"}}),set:c.core.Environment.select("engine.name",{mshtml:function(a,b){if(c.core.Environment.get("css.opacity"))a.style.opacity=b;else{var d=c.bom.element.Style.get(a,"filter",c.bom.element.Style.COMPUTED_MODE,!1);1<=b&&(b=1);1E-5>b&&(b=0);a.currentStyle&&a.currentStyle.hasLayout||(a.style.zoom=1);a.style.filter=
d.replace(/alpha\([^\)]*\)/gi,"")+"alpha(opacity="+100*b+")"}},"default":function(a,b){a.style.opacity=b}}),reset:c.core.Environment.select("engine.name",{mshtml:function(a){if(c.core.Environment.get("css.opacity"))a.style.opacity="";else{var b=c.bom.element.Style.get(a,"filter",c.bom.element.Style.COMPUTED_MODE,!1);a.style.filter=b.replace(/alpha\([^\)]*\)/gi,"")}},"default":function(a){a.style.opacity=""}}),get:c.core.Environment.select("engine.name",{mshtml:function(a,b){if(c.core.Environment.get("css.opacity")){var d=
c.bom.element.Style.get(a,"opacity",b,!1);if(null!=d)return parseFloat(d)}else if((d=c.bom.element.Style.get(a,"filter",b,!1))&&(d=d.match(/alpha\(opacity=(.*)\)/))&&d[1])return parseFloat(d[1])/100;return 1},"default":function(a,b){var d=c.bom.element.Style.get(a,"opacity",b,!1);return null!=d?parseFloat(d):1}})}})})();(function(){c.Bootstrap.define("qx.bom.element.Clip",{statics:{compile:function(a){if(!a)return"clip:auto;";var b=a.left,d=a.top,c=a.width;a=a.height;null==b?(c=null==c?"auto":c+"px",
b="auto"):(c=null==c?"auto":b+c+"px",b+="px");null==d?(a=null==a?"auto":a+"px",d="auto"):(a=null==a?"auto":d+a+"px",d+="px");return"clip:rect("+d+","+c+","+a+","+b+");"},get:function(a,b){var d=c.bom.element.Style.get(a,"clip",b,!1),f,e,g,h,k;if("string"===typeof d&&"auto"!==d&&""!==d)if(d=d.trim(),/\((.*)\)/.test(d))e=RegExp.$1,f=/,/.test(e)?e.split(","):e.split(" "),e=f[0].trim(),d=f[1].trim(),k=f[2].trim(),f=f[3].trim(),"auto"===f&&(f=null),"auto"===e&&(e=null),"auto"===d&&(d=null),"auto"===k&&
(k=null),null!=e&&(e=parseInt(e,10)),null!=d&&(d=parseInt(d,10)),null!=k&&(k=parseInt(k,10)),null!=f&&(f=parseInt(f,10)),null!=d&&null!=f?g=d-f:null!=d&&(g=d),null!=k&&null!=e?h=k-e:null!=k&&(h=k);else throw Error("Could not parse clip string: "+d);return{left:f||null,top:e||null,width:g||null,height:h||null}},set:function(a,b){if(b){var d=b.left,c=b.top,e=b.width,g=b.height;null==d?(e=null==e?"auto":e+"px",d="auto"):(e=null==e?"auto":d+e+"px",d+="px");null==c?(g=null==g?"auto":g+"px",c="auto"):(g=
null==g?"auto":c+g+"px",c+="px");a.style.clip="rect("+c+","+e+","+g+","+d+")"}else a.style.clip="rect(auto,auto,auto,auto)"},reset:function(a){a.style.clip="rect(auto, auto, auto, auto)"}}})})();(function(){c.Bootstrap.define("qx.bom.client.Css",{statics:{__nO:null,getBoxModel:function(){return"mshtml"===c.bom.client.Engine.getName()&&c.bom.client.Browser.getQuirksMode()?"border":"content"},getTextOverflow:function(){return c.bom.Style.getPropertyName("textOverflow")},getPlaceholder:function(){return"placeholder"in
document.createElement("input")},getAppearance:function(){return c.bom.Style.getPropertyName("appearance")},getBorderRadius:function(){return c.bom.Style.getPropertyName("borderRadius")},getBoxShadow:function(){return c.bom.Style.getPropertyName("boxShadow")},getBorderImage:function(){return c.bom.Style.getPropertyName("borderImage")},getBorderImageSyntax:function(){var a=c.bom.client.Css.getBorderImage();if(!a)return null;var b=document.createElement("div");if("borderImage"===a){if(b.style[a]='url("foo.png") 4 4 4 4 fill stretch',
0<=b.style.borderImageSource.indexOf("foo.png")&&0<=b.style.borderImageSlice.indexOf("4 fill")&&0<=b.style.borderImageRepeat.indexOf("stretch"))return!0}else if(b.style[a]='url("foo.png") 4 4 4 4 stretch',0<=b.style[a].indexOf("foo.png"))return!1;return null},getUserSelect:function(){return c.bom.Style.getPropertyName("userSelect")},getUserSelectNone:function(){var a=c.bom.client.Css.getUserSelect();if(a){var b=document.createElement("span");b.style[a]="-moz-none";return"-moz-none"===b.style[a]?"-moz-none":
"none"}return null},getUserModify:function(){return c.bom.Style.getPropertyName("userModify")},getFloat:function(){var a=document.documentElement.style;return void 0!==a.cssFloat?"cssFloat":void 0!==a.styleFloat?"styleFloat":null},getLinearGradient:function(){c.bom.client.Css.__nO=!1;var a="linear-gradient(0deg, #fff, #000)",b=document.createElement("div"),a=c.bom.Style.getAppliedStyle(b,"backgroundImage",a);!a&&(a=c.bom.Style.getAppliedStyle(b,"backgroundImage","-webkit-gradient(linear,0% 0%,100% 100%,from(white), to(red))",
!1))&&(c.bom.client.Css.__nO=!0);return a?(b=/(.*?)\(/.exec(a))?b[1]:null:null},getFilterGradient:function(){return c.bom.client.Css.__nP("DXImageTransform.Microsoft.Gradient","startColorStr=#550000FF, endColorStr=#55FFFF00")},getRadialGradient:function(){var a=document.createElement("div"),a=c.bom.Style.getAppliedStyle(a,"backgroundImage","radial-gradient(0px 0px, cover, red 50%, blue 100%)");return a?(a=/(.*?)\(/.exec(a))?a[1]:null:null},getLegacyWebkitGradient:function(){null===c.bom.client.Css.__nO&&
c.bom.client.Css.getLinearGradient();return c.bom.client.Css.__nO},getRgba:function(){var a;try{a=document.createElement("div")}catch(b){a=document.createElement()}try{if(a.style.color="rgba(1, 2, 3, 0.5)",-1!=a.style.color.indexOf("rgba"))return!0}catch(d){}return!1},getBoxSizing:function(){return c.bom.Style.getPropertyName("boxSizing")},getInlineBlock:function(){var a=document.createElement("span");a.style.display="inline-block";if("inline-block"==a.style.display)return"inline-block";a.style.display=
"-moz-inline-box";return"-moz-inline-box"!==a.style.display?"-moz-inline-box":null},getOpacity:function(){return"string"==typeof document.documentElement.style.opacity},getTextShadow:function(){return!!c.bom.Style.getPropertyName("textShadow")},getFilterTextShadow:function(){return c.bom.client.Css.__nP("DXImageTransform.Microsoft.Shadow","color=#666666,direction=45")},__nP:function(a,b){var d=!1,c="progid:"+a+"("+b+");",e=document.createElement("div");document.body.appendChild(e);e.style.filter=
c;e.filters&&(0<e.filters.length&&!0==e.filters.item(a).enabled)&&(d=!0);document.body.removeChild(e);return d},getAlphaImageLoaderNeeded:function(){return"mshtml"==c.bom.client.Engine.getName()&&9>c.bom.client.Browser.getDocumentMode()},getPointerEvents:function(){var a=document.documentElement;if("pointerEvents"in a.style){var b=a.style.pointerEvents;a.style.pointerEvents="auto";a.style.pointerEvents="foo";var d="auto"==a.style.pointerEvents;a.style.pointerEvents=b;return d}return!1},getFlexboxSyntax:function(){for(var a=
null,b=document.createElement("detect"),d=[{value:"flex",syntax:"flex"},{value:"-ms-flexbox",syntax:"flexbox"},{value:"-webkit-flex",syntax:"flex"}],c=0;c<d.length;c++){try{b.style.display=d[c].value}catch(e){return null}if(b.style.display===d[c].value){a=d[c].syntax;break}}return a}},defer:function(a){c.core.Environment.add("css.textoverflow",a.getTextOverflow);c.core.Environment.add("css.placeholder",a.getPlaceholder);c.core.Environment.add("css.borderradius",a.getBorderRadius);c.core.Environment.add("css.boxshadow",
a.getBoxShadow);c.core.Environment.add("css.gradient.linear",a.getLinearGradient);c.core.Environment.add("css.gradient.filter",a.getFilterGradient);c.core.Environment.add("css.gradient.radial",a.getRadialGradient);c.core.Environment.add("css.gradient.legacywebkit",a.getLegacyWebkitGradient);c.core.Environment.add("css.boxmodel",a.getBoxModel);c.core.Environment.add("css.rgba",a.getRgba);c.core.Environment.add("css.borderimage",a.getBorderImage);c.core.Environment.add("css.borderimage.standardsyntax",
a.getBorderImageSyntax);c.core.Environment.add("css.usermodify",a.getUserModify);c.core.Environment.add("css.userselect",a.getUserSelect);c.core.Environment.add("css.userselect.none",a.getUserSelectNone);c.core.Environment.add("css.appearance",a.getAppearance);c.core.Environment.add("css.float",a.getFloat);c.core.Environment.add("css.boxsizing",a.getBoxSizing);c.core.Environment.add("css.inlineblock",a.getInlineBlock);c.core.Environment.add("css.opacity",a.getOpacity);c.core.Environment.add("css.textShadow",
a.getTextShadow);c.core.Environment.add("css.textShadow.filter",a.getFilterTextShadow);c.core.Environment.add("css.alphaimageloaderneeded",a.getAlphaImageLoaderNeeded);c.core.Environment.add("css.pointerevents",a.getPointerEvents);c.core.Environment.add("css.flexboxSyntax",a.getFlexboxSyntax)}})})();(function(){c.Bootstrap.define("qx.lang.normalize.Object",{statics:{keys:c.Bootstrap.keys},defer:function(a){c.core.Environment.get("ecmascript.object.keys")||(Object.keys=a.keys)}})})();(function(){c.Bootstrap.define("qx.lang.Object",
{statics:{isEmpty:function(a){for(var b in a)return!1;return!0},getValues:function(a){for(var b=[],d=Object.keys(a),c=0,e=d.length;c<e;c++)b.push(a[d[c]]);return b},clone:function(a,b){if(c.lang.Type.isObject(a)){var d={},f;for(f in a)d[f]=b?c.lang.Object.clone(a[f],b):a[f];return d}if(c.lang.Type.isArray(a)){d=[];for(f=0;f<a.length;f++)d[f]=b?c.lang.Object.clone(a[f],b):a[f];return d}return a},__nG:function(a,b,d,f){if(a===b)return 0!==a||1/a==1/b;if(null==a||null==b)return a===b;var e=Object.prototype.toString.call(a);
if(e!=Object.prototype.toString.call(b))return!1;switch(e){case "[object String]":return a==String(b);case "[object Number]":return a!=+a?b!=+b:0==a?1/a==1/b:a==+b;case "[object Date]":case "[object Boolean]":return+a==+b;case "[object RegExp]":return a.source==b.source&&a.global==b.global&&a.multiline==b.multiline&&a.ignoreCase==b.ignoreCase}if("object"!=typeof a||"object"!=typeof b)return!1;for(var g=d.length;g--;)if(d[g]==a)return f[g]==b;var g=a.constructor,h=b.constructor;if(g!==h&&!(c.Bootstrap.isFunction(g)&&
g instanceof g&&c.Bootstrap.isFunction(h)&&h instanceof h)&&"constructor"in a&&"constructor"in b)return!1;d.push(a);f.push(b);g=0;h=!0;if("[object Array]"==e){if(g=a.length,h=g==b.length)for(;g--&&(h=c.lang.Object.__nG(a[g],b[g],d,f)););}else{for(var k in a)if(Object.prototype.hasOwnProperty.call(a,k)&&(g++,!(h=Object.prototype.hasOwnProperty.call(b,k)&&c.lang.Object.__nG(a[k],b[k],d,f))))break;if(h){for(k in b)if(Object.prototype.hasOwnProperty.call(b,k)&&!g--)break;h=!g}}d.pop();f.pop();return h},
invert:function(a){var b={},d;for(d in a)b[a[d].toString()]=d;return b},getKeyFromValue:function(a,b){for(var d in a)if(a.hasOwnProperty(d)&&a[d]===b)return d;return null},contains:function(a,b){return null!==this.getKeyFromValue(a,b)}}})})();(function(){c.Bootstrap.define("qx.bom.element.Style",{statics:{__oD:null,__oE:null,__oF:function(){var a={appearance:c.core.Environment.get("css.appearance"),userSelect:c.core.Environment.get("css.userselect"),textOverflow:c.core.Environment.get("css.textoverflow"),
borderImage:c.core.Environment.get("css.borderimage"),"float":c.core.Environment.get("css.float"),userModify:c.core.Environment.get("css.usermodify"),boxSizing:c.core.Environment.get("css.boxsizing")};this.__oE={};for(var b in c.lang.Object.clone(a))a[b]?"float"===b?this.__oE.cssFloat=b:this.__oE[b]=c.bom.Style.getCssName(a[b]):delete a[b];this.__oD=a},__oG:function(a){var b=c.bom.Style.getPropertyName(a);b&&(this.__oD[a]=b);return b},__oH:{width:"pixelWidth",height:"pixelHeight",left:"pixelLeft",
right:"pixelRight",top:"pixelTop",bottom:"pixelBottom"},__oI:{clip:c.bom.element.Clip,cursor:c.bom.element.Cursor,opacity:c.bom.element.Opacity,boxSizing:c.bom.element.BoxSizing},COMPUTED_MODE:1,CASCADED_MODE:2,LOCAL_MODE:3,set:function(a,b,d,c){b=this.__oD[b]||this.__oG(b)||b;!1!==c&&this.__oI[b]?this.__oI[b].set(a,d):a.style[b]=null!==d?d:""},get:function(a,b,d,f){b=this.__oD[b]||this.__oG(b)||b;if(!1!==f&&this.__oI[b])return this.__oI[b].get(a,d);switch(d){case this.LOCAL_MODE:return a.style[b]||
"";case this.CASCADED_MODE:if(a.currentStyle)return a.currentStyle[b]||"";throw Error("Cascaded styles are not supported in this browser!");default:d=c.dom.Node.getDocument(a);d=d.defaultView?d.defaultView.getComputedStyle:void 0;if(void 0!==d){if((d=d(a,null))&&d[b])return d[b]}else{if(!a.currentStyle)return a.style[b]||"";f=a.currentStyle[b]||a.style[b]||"";if(/^-?[\.\d]+(px)?$/i.test(f))return f;var e=this.__oH[b];e&&e in a.style&&(d=a.style[b],a.style[b]=f||0,f=a.style[e]+"px",a.style[b]=d);return f}return a.style[b]||
""}}},defer:function(a){a.__oF()}})})();(function(){c.Bootstrap.define("qx.bom.Document",{statics:{isQuirksMode:c.core.Environment.select("engine.name",{mshtml:function(a){return 8<=c.core.Environment.get("engine.version")?5===(a||window).document.documentMode:"CSS1Compat"!==(a||window).document.compatMode},webkit:function(a){return void 0===document.compatMode?(a=(a||window).document.createElement("div"),a.style.cssText="position:absolute;width:0;height:0;width:1","1px"===a.style.width?!0:!1):"CSS1Compat"!==
(a||window).document.compatMode},"default":function(a){return"CSS1Compat"!==(a||window).document.compatMode}}),isStandardMode:function(a){return!this.isQuirksMode(a)},getWidth:function(a){var b=(a||window).document,d=c.bom.Viewport.getWidth(a);a=this.isStandardMode(a)?b.documentElement.scrollWidth:b.body.scrollWidth;return Math.max(a,d)},getHeight:function(a){var b=(a||window).document,d=c.bom.Viewport.getHeight(a);a=this.isStandardMode(a)?b.documentElement.scrollHeight:b.body.scrollHeight;return Math.max(a,
d)}}})})();(function(){c.Bootstrap.define("qx.bom.Viewport",{statics:{getWidth:function(a){a=a||window;var b=a.document;return c.bom.Document.isStandardMode(a)?b.documentElement.clientWidth:b.body.clientWidth},getHeight:function(a){a=a||window;var b=a.document;return"ios"==c.core.Environment.get("os.name")&&window.innerHeight!=b.documentElement.clientHeight?window.innerHeight:c.bom.Document.isStandardMode(a)?b.documentElement.clientHeight:b.body.clientHeight},getScrollLeft:function(a){a=a?a:window;
if("undefined"!==typeof a.pageXOffset)return a.pageXOffset;a=a.document;return a.documentElement.scrollLeft||a.body.scrollLeft},getScrollTop:function(a){a=a?a:window;if("undefined"!==typeof a.pageYOffset)return a.pageYOffset;a=a.document;return a.documentElement.scrollTop||a.body.scrollTop},__oJ:function(a){var b=this.getWidth(a)>this.getHeight(a)?90:0;a=a.orientation;return null==a||Math.abs(a%180)==b?{"-270":90,"-180":180,"-90":-90,0:0,90:90,180:180,270:-90}:{"-270":180,"-180":-90,"-90":0,0:90,
90:180,180:-90,270:0}},__oK:null,getOrientation:function(a){a=a||window.top;var b=a.orientation;null==b?b=this.getWidth(a)>this.getHeight(a)?90:0:(null==this.__oK&&(this.__oK=this.__oJ(a)),b=this.__oK[b]);return b},isLandscape:function(a){a=this.getOrientation(a);return-90===a||90===a}}})})();(function(){c.Bootstrap.define("qx.bom.client.Html",{statics:{getWebWorker:function(){return null!=window.Worker},getFileReader:function(){return null!=window.FileReader},getGeoLocation:function(){return"geolocation"in
navigator},getAudio:function(){return!!document.createElement("audio").canPlayType},getAudioOgg:function(){return c.bom.client.Html.getAudio()?document.createElement("audio").canPlayType("audio/ogg"):""},getAudioMp3:function(){return c.bom.client.Html.getAudio()?document.createElement("audio").canPlayType("audio/mpeg"):""},getAudioWav:function(){return c.bom.client.Html.getAudio()?document.createElement("audio").canPlayType("audio/x-wav"):""},getAudioAu:function(){return c.bom.client.Html.getAudio()?
document.createElement("audio").canPlayType("audio/basic"):""},getAudioAif:function(){return c.bom.client.Html.getAudio()?document.createElement("audio").canPlayType("audio/x-aiff"):""},getVideo:function(){return!!document.createElement("video").canPlayType},getVideoOgg:function(){return c.bom.client.Html.getVideo()?document.createElement("video").canPlayType('video/ogg; codecs="theora, vorbis"'):""},getVideoH264:function(){return c.bom.client.Html.getVideo()?document.createElement("video").canPlayType('video/mp4; codecs="avc1.42E01E, mp4a.40.2"'):
""},getVideoWebm:function(){return c.bom.client.Html.getVideo()?document.createElement("video").canPlayType('video/webm; codecs="vp8, vorbis"'):""},getLocalStorage:function(){try{return window.localStorage.setItem("$qx_check","test"),window.localStorage.removeItem("$qx_check"),!0}catch(a){return!1}},getSessionStorage:function(){try{return window.sessionStorage.setItem("$qx_check","test"),window.sessionStorage.removeItem("$qx_check"),!0}catch(a){return!1}},getUserDataStorage:function(){var a=document.createElement("div");
a.style.display="none";document.getElementsByTagName("head")[0].appendChild(a);var b=!1;try{a.addBehavior("#default#userdata"),a.load("qxtest"),b=!0}catch(d){}document.getElementsByTagName("head")[0].removeChild(a);return b},getClassList:function(){return!(!document.documentElement.classList||"DOMTokenList"!==c.Bootstrap.getClass(document.documentElement.classList))},getXPath:function(){return!!document.evaluate},getXul:function(){try{return document.createElementNS("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul",
"label"),!0}catch(a){return!1}},getSvg:function(){return document.implementation&&document.implementation.hasFeature&&(document.implementation.hasFeature("org.w3c.dom.svg","1.0")||document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure","1.1"))},getVml:function(){var a=document.createElement("div");document.body.appendChild(a);a.innerHTML='<v:shape id="vml_flag1" adj="1" />';a.firstChild.style.behavior="url(#default#VML)";var b="object"==typeof a.firstChild.adj;document.body.removeChild(a);
return b},getCanvas:function(){return!!window.CanvasRenderingContext2D},getDataUrl:function(a){var b=new Image;b.onload=b.onerror=function(){window.setTimeout(function(){a.call(null,1==b.width&&1==b.height)},0)};b.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw=="},getDataset:function(){return!!document.documentElement.dataset},getContains:function(){return"undefined"!==typeof document.documentElement.contains},getCompareDocumentPosition:function(){return"function"===typeof document.documentElement.compareDocumentPosition},
getTextContent:function(){return"undefined"!==typeof document.createElement("span").textContent},getFullScreen:function(){return document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled||!1},getConsole:function(){return"undefined"!==typeof window.console},getNaturalDimensions:function(){var a=document.createElement("img");return"number"===typeof a.naturalHeight&&"number"===typeof a.naturalWidth},getHistoryState:function(){return"undefined"!==
typeof window.onpopstate&&"undefined"!==typeof window.history.replaceState&&"undefined"!==typeof window.history.pushState},getSelection:function(){return"function"===typeof window.getSelection?"getSelection":"object"===typeof document.selection?"selection":null},getIsEqualNode:function(){return"function"===typeof document.documentElement.isEqualNode}},defer:function(a){c.core.Environment.add("html.webworker",a.getWebWorker);c.core.Environment.add("html.filereader",a.getFileReader);c.core.Environment.add("html.geolocation",
a.getGeoLocation);c.core.Environment.add("html.audio",a.getAudio);c.core.Environment.add("html.audio.ogg",a.getAudioOgg);c.core.Environment.add("html.audio.mp3",a.getAudioMp3);c.core.Environment.add("html.audio.wav",a.getAudioWav);c.core.Environment.add("html.audio.au",a.getAudioAu);c.core.Environment.add("html.audio.aif",a.getAudioAif);c.core.Environment.add("html.video",a.getVideo);c.core.Environment.add("html.video.ogg",a.getVideoOgg);c.core.Environment.add("html.video.h264",a.getVideoH264);c.core.Environment.add("html.video.webm",
a.getVideoWebm);c.core.Environment.add("html.storage.local",a.getLocalStorage);c.core.Environment.add("html.storage.session",a.getSessionStorage);c.core.Environment.add("html.storage.userdata",a.getUserDataStorage);c.core.Environment.add("html.classlist",a.getClassList);c.core.Environment.add("html.xpath",a.getXPath);c.core.Environment.add("html.xul",a.getXul);c.core.Environment.add("html.canvas",a.getCanvas);c.core.Environment.add("html.svg",a.getSvg);c.core.Environment.add("html.vml",a.getVml);
c.core.Environment.add("html.dataset",a.getDataset);c.core.Environment.addAsync("html.dataurl",a.getDataUrl);c.core.Environment.add("html.element.contains",a.getContains);c.core.Environment.add("html.element.compareDocumentPosition",a.getCompareDocumentPosition);c.core.Environment.add("html.element.textcontent",a.getTextContent);c.core.Environment.add("html.console",a.getConsole);c.core.Environment.add("html.image.naturaldimensions",a.getNaturalDimensions);c.core.Environment.add("html.history.state",
a.getHistoryState);c.core.Environment.add("html.selection",a.getSelection);c.core.Environment.add("html.node.isequalnode",a.getIsEqualNode);c.core.Environment.add("html.fullscreen",a.getFullScreen)}})})();(function(){c.Bootstrap.define("qx.bom.element.Class",{statics:{__pd:/\s+/g,__pe:/^\s+|\s+$/g,add:{"native":function(a,b){0<b.length&&a.classList.add(b);return b},"default":function(a,b){this.has(a,b)||(a.className+=(a.className?" ":"")+b);return b}}[c.core.Environment.get("html.classlist")?"native":
"default"],addClasses:{"native":function(a,b){for(var d=0;d<b.length;d++)0<b[d].length&&a.classList.add(b[d]);return a.className},"default":function(a,b){var d={},c;if(c=a.className){c=c.split(this.__pd);for(var e=0,g=c.length;e<g;e++)d[c[e]]=!0;e=0;for(g=b.length;e<g;e++)d[b[e]]||c.push(b[e])}else c=b;return a.className=c.join(" ")}}[c.core.Environment.get("html.classlist")?"native":"default"],get:function(a){a=a.className;"function"!==typeof a.split&&("object"===typeof a&&(a="SVGAnimatedString"==
c.Bootstrap.getClass(a)?a.baseVal:""),"undefined"===typeof a&&(a=""));return a},has:{"native":function(a,b){return a.classList.contains(b)},"default":function(a,b){return RegExp("(^|\\s)"+b+"(\\s|$)").test(a.className)}}[c.core.Environment.get("html.classlist")?"native":"default"],remove:{"native":function(a,b){a.classList.remove(b);return b},"default":function(a,b){a.className=a.className.replace(RegExp("(^|\\s)"+b+"(\\s|$)"),"$2");return b}}[c.core.Environment.get("html.classlist")?"native":"default"],
removeClasses:{"native":function(a,b){for(var d=0;d<b.length;d++)a.classList.remove(b[d]);return a.className},"default":function(a,b){var d=RegExp("\\b"+b.join("\\b|\\b")+"\\b","g");return a.className=a.className.replace(d,"").replace(this.__pe,"").replace(this.__pd," ")}}[c.core.Environment.get("html.classlist")?"native":"default"],replace:function(a,b,d){if(!this.has(a,b))return"";this.remove(a,b);return this.add(a,d)}}})})();(function(){c.Bootstrap.define("qx.bom.element.Dimension",{statics:{getWidth:function(a){a=
this._getBoundingClientRect(a);return Math.round(a.right-a.left)},getHeight:function(a){a=this._getBoundingClientRect(a);return Math.round(a.bottom-a.top)},_getBoundingClientRect:function(a){var b=a.getBoundingClientRect();if(11===c.core.Environment.get("browser.documentmode")&&document.msFullscreenElement&&window!==window.top&&this.__oy(a)){a={};for(var d in b)a[d]=100*b[d];b=a}return b},__oy:function(a){return document.msFullscreenElement===a?!0:c.dom.Hierarchy.contains(document.msFullscreenElement,
a)},__oz:{visible:!0,hidden:!0},getContentWidth:function(a){var b=c.bom.element.Style,d=c.bom.element.Style.get(a,"overflowX"),f=parseInt(b.get(a,"paddingLeft")||"0px",10),b=parseInt(b.get(a,"paddingRight")||"0px",10);if(this.__oz[d]){d=a.clientWidth;if("opera"==c.core.Environment.get("engine.name")||c.dom.Node.isBlockNode(a))d=d-f-b;return"mshtml"==c.core.Environment.get("engine.name")&&0===d&&0===a.offsetHeight?a.offsetWidth:d}if(a.clientWidth>=a.scrollWidth)return Math.max(a.clientWidth,a.scrollWidth)-
f-b;a=a.scrollWidth-f;"mshtml"==c.core.Environment.get("engine.name")&&(a-=b);return a},getContentHeight:function(a){var b=c.bom.element.Style,d=c.bom.element.Style.get(a,"overflowY"),f=parseInt(b.get(a,"paddingTop")||"0px",10),b=parseInt(b.get(a,"paddingBottom")||"0px",10);return this.__oz[d]?a.clientHeight-f-b:a.clientHeight>=a.scrollHeight?Math.max(a.clientHeight,a.scrollHeight)-f-b:a.scrollHeight-f}}})})();(function(){c.Bootstrap.define("qx.dom.Hierarchy",{statics:{getNextElementSibling:function(a){for(;a&&
(a=a.nextSibling)&&!c.dom.Node.isElement(a););return a||null},getPreviousElementSibling:function(a){for(;a&&(a=a.previousSibling)&&!c.dom.Node.isElement(a););return a||null},contains:function(a,b){if(c.core.Environment.get("html.element.contains")){if(c.dom.Node.isDocument(a)){var d=c.dom.Node.getDocument(b);return a&&d==a}return c.dom.Node.isDocument(b)?!1:a.contains(b)}if(c.core.Environment.get("html.element.compareDocumentPosition"))return!!(a.compareDocumentPosition(b)&16);for(;b;){if(a==b)return!0;
b=b.parentNode}return!1},isRendered:function(a){var b=a.ownerDocument||a.document;if(c.core.Environment.get("html.element.contains"))return a.parentNode?b.body.contains(a):!1;if(c.core.Environment.get("html.element.compareDocumentPosition"))return!!(b.compareDocumentPosition(a)&16);for(;a;){if(a==b.body)return!0;a=a.parentNode}return!1},getChildElements:function(a){a=a.firstChild;if(!a)return[];var b=this.getNextSiblings(a);1===a.nodeType&&b.unshift(a);return b},getPreviousSiblings:function(a){return this._recursivelyCollect(a,
"previousSibling")},getNextSiblings:function(a){return this._recursivelyCollect(a,"nextSibling")},_recursivelyCollect:function(a,b){for(var d=[];a=a[b];)1==a.nodeType&&d.push(a);return d},getSiblings:function(a){return this.getPreviousSiblings(a).reverse().concat(this.getNextSiblings(a))}}})})();(function(){c.Bootstrap.define("qx.bom.element.Location",{statics:{__pg:function(a,b){return parseInt(c.bom.element.Style.get(a,b,c.bom.element.Style.COMPUTED_MODE,!1),10)||0},__ph:function(a){var b=0,d=0;
a=c.dom.Node.getWindow(a);b-=c.bom.Viewport.getScrollLeft(a);d-=c.bom.Viewport.getScrollTop(a);return{left:b,top:d}},__pi:c.core.Environment.select("engine.name",{mshtml:function(a){var b=c.dom.Node.getDocument(a);a=b.body;var d;d=0-(a.clientLeft+b.documentElement.clientLeft);b=0-(a.clientTop+b.documentElement.clientTop);c.core.Environment.get("browser.quirksmode")||(d+=this.__pg(a,"borderLeftWidth"),b+=this.__pg(a,"borderTopWidth"));return{left:d,top:b}},webkit:function(a){a=c.dom.Node.getDocument(a).body;
return{left:a.offsetLeft,top:a.offsetTop}},gecko:function(a){a=c.dom.Node.getDocument(a).body;var b=a.offsetLeft,d=a.offsetTop;"border-box"!==c.bom.element.BoxSizing.get(a)&&(b+=this.__pg(a,"borderLeftWidth"),d+=this.__pg(a,"borderTopWidth"));return{left:b,top:d}},"default":function(a){a=c.dom.Node.getDocument(a).body;return{left:a.offsetLeft,top:a.offsetTop}}}),__pj:function(a){a=a.getBoundingClientRect();return{left:Math.round(a.left),top:Math.round(a.top)}},get:function(a,b){if("BODY"==a.tagName)var d=
this.__pk(a),f=d.left,d=d.top;else var d=this.__pi(a),e=this.__pj(a),g=this.__ph(a),f=e.left+d.left-g.left,d=e.top+d.top-g.top;e=f+a.offsetWidth;g=d+a.offsetHeight;if(b){if("padding"==b||"scroll"==b){var h=c.bom.element.Style.get(a,"overflowX");if("scroll"==h||"auto"==h)e+=a.scrollWidth-a.offsetWidth+this.__pg(a,"borderLeftWidth")+this.__pg(a,"borderRightWidth");h=c.bom.element.Style.get(a,"overflowY");if("scroll"==h||"auto"==h)g+=a.scrollHeight-a.offsetHeight+this.__pg(a,"borderTopWidth")+this.__pg(a,
"borderBottomWidth")}switch(b){case "padding":f+=this.__pg(a,"paddingLeft"),d+=this.__pg(a,"paddingTop"),e-=this.__pg(a,"paddingRight"),g-=this.__pg(a,"paddingBottom");case "scroll":f-=a.scrollLeft,d-=a.scrollTop,e-=a.scrollLeft,g-=a.scrollTop;case "border":f+=this.__pg(a,"borderLeftWidth");d+=this.__pg(a,"borderTopWidth");e-=this.__pg(a,"borderRightWidth");g-=this.__pg(a,"borderBottomWidth");break;case "margin":f-=this.__pg(a,"marginLeft"),d-=this.__pg(a,"marginTop"),e+=this.__pg(a,"marginRight"),
g+=this.__pg(a,"marginBottom")}}return{left:f,top:d,right:e,bottom:g}},__pk:function(a){var b=a.offsetTop,d=a.offsetLeft,b=b+this.__pg(a,"marginTop"),d=d+this.__pg(a,"marginLeft");"gecko"===c.core.Environment.get("engine.name")&&(b+=this.__pg(a,"borderLeftWidth"),d+=this.__pg(a,"borderTopWidth"));return{left:d,top:b}},getRelative:function(a,b,d,c){a=this.get(a,d);b=this.get(b,c);return{left:a.left-b.left,top:a.top-b.top,right:a.right-b.right,bottom:a.bottom-b.bottom}},getPosition:function(a){return this.getRelative(a,
this.getOffsetParent(a))},getOffsetParent:function(a){a=a.offsetParent||document.body;for(var b=c.bom.element.Style;a&&!/^body|html$/i.test(a.tagName)&&"static"===b.get(a,"position");)a=a.offsetParent;return a}}})})();(function(){c.Bootstrap.define("qx.bom.Stylesheet",{statics:{includeFile:function(a,b){b||(b=document);var d=b.createElement("link");d.type="text/css";d.rel="stylesheet";d.href=a;b.getElementsByTagName("head")[0].appendChild(d)},createElement:function(a){if(c.core.Environment.get("html.stylesheet.createstylesheet")){var b=
document.createStyleSheet();a&&(b.cssText=a);return b}b=document.createElement("style");b.type="text/css";a&&b.appendChild(document.createTextNode(a));document.getElementsByTagName("head")[0].appendChild(b);return b.sheet},addRule:function(a,b,d){c.core.Environment.get("html.stylesheet.insertrule")?a.insertRule(b+"{"+d+"}",a.cssRules.length):a.addRule(b,d)},removeRule:function(a,b){if(c.core.Environment.get("html.stylesheet.deleterule"))for(var d=a.cssRules,f=d.length,f=f-1;0<=f;--f)d[f].selectorText==
b&&a.deleteRule(f);else for(d=a.rules,f=d.length,f-=1;0<=f;--f)d[f].selectorText==b&&a.removeRule(f)},removeSheet:function(a){a=a.ownerNode?a.ownerNode:a.owningElement;c.dom.Element.removeChild(a,a.parentNode)},removeAllRules:function(a){if(c.core.Environment.get("html.stylesheet.deleterule"))for(var b=a.cssRules,b=b.length,b=b-1;0<=b;b--)a.deleteRule(b);else for(b=a.rules,b=b.length,b-=1;0<=b;b--)a.removeRule(b)},addImport:function(a,b){c.core.Environment.get("html.stylesheet.addimport")?a.addImport(b):
a.insertRule('@import "'+b+'";',a.cssRules.length)},removeImport:function(a,b){if(c.core.Environment.get("html.stylesheet.removeimport"))for(var d=a.imports,f=d.length,f=f-1;0<=f;f--)d[f].href!=b&&d[f].href!=c.util.Uri.getAbsolute(b)||a.removeImport(f);else for(d=a.cssRules,f=d.length,f-=1;0<=f;f--)d[f].href==b&&a.deleteRule(f)},removeAllImports:function(a){if(c.core.Environment.get("html.stylesheet.removeimport"))for(var b=a.imports.length,b=b-1;0<=b;b--)a.removeImport(b);else for(var d=a.cssRules,
b=d.length,b=b-1;0<=b;b--)d[b].type==d[b].IMPORT_RULE&&a.deleteRule(b)}}})})();(function(){c.Bootstrap.define("qx.dom.Element",{statics:{getParentElement:function(a){return a.parentNode},insertEnd:function(a,b){b.appendChild(a);return!0},insertBefore:function(a,b){b.parentNode.insertBefore(a,b);return!0},insertAfter:function(a,b){var d=b.parentNode;if(b==d.lastChild)d.appendChild(a);else return this.insertBefore(a,b.nextSibling);return!0},remove:function(a){if(!a.parentNode)return!1;a.parentNode.removeChild(a);
return!0},removeChild:function(a,b){if(a.parentNode!==b)return!1;b.removeChild(a);return!0},create:function(a,b,d){d||(d=window);if(!a)throw Error("The tag name is missing!");a=d.document.createElement(a);for(var f in b)c.bom.element.Attribute.set(a,f,b[f]);return a}}})})();(function(){c.Bootstrap.define("qx.bom.element.Attribute",{statics:{__nC:{names:{"class":"className","for":"htmlFor",html:"innerHTML",text:c.core.Environment.get("html.element.textcontent")?"textContent":"innerText",colspan:"colSpan",
rowspan:"rowSpan",valign:"vAlign",datetime:"dateTime",accesskey:"accessKey",tabindex:"tabIndex",maxlength:"maxLength",readonly:"readOnly",longdesc:"longDesc",cellpadding:"cellPadding",cellspacing:"cellSpacing",frameborder:"frameBorder",usemap:"useMap"},runtime:{html:1,text:1},bools:{compact:1,nowrap:1,ismap:1,declare:1,noshade:1,checked:1,disabled:1,readOnly:1,multiple:1,selected:1,noresize:1,defer:1,allowTransparency:1},property:{$$html:1,$$widget:1,checked:1,readOnly:1,multiple:1,selected:1,value:1,
maxLength:1,className:1,innerHTML:1,innerText:1,textContent:1,htmlFor:1,tabIndex:1},qxProperties:{$$widget:1,$$html:1},propertyDefault:{disabled:!1,checked:!1,readOnly:!1,multiple:!1,selected:!1,value:"",className:"",innerHTML:"",innerText:"",textContent:"",htmlFor:"",tabIndex:0,maxLength:c.core.Environment.select("engine.name",{mshtml:2147483647,webkit:524288,"default":-1})},removeableProperties:{disabled:1,multiple:1,maxLength:1}},get:function(a,b){var d=this.__nC,f;b=d.names[b]||b;if(d.property[b]){if(f=
a[b],"undefined"!==typeof d.propertyDefault[b]&&f==d.propertyDefault[b])return"undefined"===typeof d.bools[b]?null:f}else if(f=a.getAttribute(b),d.bools[b]&&!("mshtml"==c.core.Environment.get("engine.name")&&8>=parseInt(c.core.Environment.get("browser.documentmode"),10)))return c.Bootstrap.isString(f);return d.bools[b]?!!f:f},set:function(a,b,d){if("undefined"!==typeof d){var f=this.__nC;b=f.names[b]||b;f.bools[b]&&!c.lang.Type.isBoolean(d)&&(d=c.lang.Type.isString(d));if(f.property[b]&&(void 0!==
a[b]||f.qxProperties[b])){if(null==d){if(f.removeableProperties[b]){a.removeAttribute(b);return}"undefined"!==typeof f.propertyDefault[b]&&(d=f.propertyDefault[b])}a[b]=d}else!0===d?a.setAttribute(b,b):!1===d||null===d?a.removeAttribute(b):a.setAttribute(b,d)}}}})})();(function(){c.Bootstrap.define("qx.util.Uri",{statics:{parseUri:function(a,b){for(var d="source protocol authority userInfo user password host port relative path directory file query anchor".split(" "),c={strict:/^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,
loose:/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/}[b?"strict":"loose"].exec(a),e={},g=14;g--;)e[d[g]]=c[g]||"";e.queryKey={};e[d[12]].replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(a,b,d){b&&(e.queryKey[b]=d)});return e},appendParamsToUrl:function(a,b){if(void 0===b)return a;c.lang.Type.isObject(b)&&(b=c.util.Uri.toParameter(b));return b?a+(/\?/.test(a)?
"&"+b:"?"+b):a},toParameter:function(a,b){var d,c=[];for(d in a)if(a.hasOwnProperty(d)){var e=a[d];if(e instanceof Array)for(var g=0;g<e.length;g++)this.__nD(d,e[g],c,b);else this.__nD(d,e,c,b)}return c.join("&")},__nD:function(a,b,d,c){var e=window.encodeURIComponent;c?d.push(e(a).replace(/%20/g,"+")+"="+e(b).replace(/%20/g,"+")):d.push(e(a)+"="+e(b))},getAbsolute:function(a){var b=document.createElement("div");b.innerHTML='<a href="'+a+'">0</a>';return b.firstChild.href}}})})();(function(){c.Bootstrap.define("qx.bom.client.Stylesheet",
{statics:{__nE:function(){c.bom.client.Stylesheet.__nF||(c.bom.client.Stylesheet.__nF=c.bom.Stylesheet.createElement());return c.bom.client.Stylesheet.__nF},getCreateStyleSheet:function(){return"object"===typeof document.createStyleSheet},getInsertRule:function(){return"function"===typeof c.bom.client.Stylesheet.__nE().insertRule},getDeleteRule:function(){return"function"===typeof c.bom.client.Stylesheet.__nE().deleteRule},getAddImport:function(){return"object"===typeof c.bom.client.Stylesheet.__nE().addImport},
getRemoveImport:function(){return"object"===typeof c.bom.client.Stylesheet.__nE().removeImport}},defer:function(a){c.core.Environment.add("html.stylesheet.createstylesheet",a.getCreateStyleSheet);c.core.Environment.add("html.stylesheet.insertrule",a.getInsertRule);c.core.Environment.add("html.stylesheet.deleterule",a.getDeleteRule);c.core.Environment.add("html.stylesheet.addimport",a.getAddImport);c.core.Environment.add("html.stylesheet.removeimport",a.getRemoveImport)}})})();(function(){c.Bootstrap.define("qx.module.Traversing",
{statics:{EQUALITY_ATTRIBUTES:"nodeType nodeName localName namespaceURI prefix nodeValue".split(" "),add:function(a){a instanceof qxWeb&&(a=a[0]);(c.module.Traversing.isElement(a)||c.module.Traversing.isDocument(a)||c.module.Traversing.isWindow(a)||c.module.Traversing.isDocumentFragment(a))&&this.push(a);return this},getChildren:function(a){for(var b=[],d=0;d<this.length;d++){var f=c.dom.Hierarchy.getChildElements(this[d]);a&&(f=c.bom.Selector.matches(a,f));b=b.concat(f)}return qxWeb.$init(b,qxWeb)},
forEach:function(a,b){for(var d=0;d<this.length;d++)a.call(b,this[d],d,this);return this},getParents:function(a){for(var b=[],d=0;d<this.length;d++){var f=c.dom.Element.getParentElement(this[d]);a&&(f=c.bom.Selector.matches(a,[f]));b=b.concat(f)}return qxWeb.$init(b,qxWeb)},isChildOf:function(a){if(0==this.length)return!1;var b=null;a=qxWeb(a);for(var d=!1,c=0,e=this.length;c<e&&!d;c++)for(var b=qxWeb(this[c]).getAncestors(),g=0,h=a.length;g<h;g++)if(-1!=b.indexOf(a[g])){d=!0;break}return d},getAncestors:function(a){return this.__xu(null,
a)},getAncestorsUntil:function(a,b){return this.__xu(a,b)},__xu:function(a,b){for(var d=[],f=0;f<this.length;f++)for(var e=c.dom.Element.getParentElement(this[f]);e;){var g=[e];if(a&&0<c.bom.Selector.matches(a,g).length)break;b&&(g=c.bom.Selector.matches(b,g));d=d.concat(g);e=c.dom.Element.getParentElement(e)}return qxWeb.$init(d,qxWeb)},getClosest:function(a){for(var b=[],d=function(f){var g=c.bom.Selector.matches(a,f);g.length?b.push(g[0]):(f=f.getParents(),f[0]&&f[0].parentNode&&d(f))},f=0;f<this.length;f++)d(qxWeb(this[f]));
return qxWeb.$init(b,qxWeb)},find:function(a){for(var b=[],d=0;d<this.length;d++)b=b.concat(c.bom.Selector.query(a,this[d]));return qxWeb.$init(b,qxWeb)},getContents:function(){var a=[];this._forEachElement(function(b){a=a.concat(c.lang.Array.fromCollection(b.childNodes))});return qxWeb.$init(a,qxWeb)},is:function(a){return c.lang.Type.isFunction(a)?0<this.filter(a).length:!!a&&0<c.bom.Selector.matches(a,this).length},eq:function(a){return this.slice(a,+a+1)},getFirst:function(){return this.slice(0,
1)},getLast:function(){return this.slice(this.length-1)},has:function(a){var b=[];this._forEachElement(function(d,f){0<c.bom.Selector.matches(a,this.eq(f).getContents()).length&&b.push(d)});return qxWeb.$init(b,this.constructor)},contains:function(a){if(a instanceof Array||a instanceof qxWeb)a=a[0];if(!a)return qxWeb();c.dom.Node.isWindow(a)&&(a=a.document);return this.filter(function(b){c.dom.Node.isWindow(b)&&(b=b.document);return c.dom.Hierarchy.contains(b,a)})},getNext:function(a){var b=this.map(c.dom.Hierarchy.getNextElementSibling,
c.dom.Hierarchy);a&&(b=qxWeb.$init(c.bom.Selector.matches(a,b),qxWeb));return b},getNextAll:function(a){a=c.module.Traversing.__xy(this,"getNextSiblings",a);return qxWeb.$init(a,qxWeb)},getNextUntil:function(a){var b=[];this.forEach(function(d,f){for(var e=c.dom.Hierarchy.getNextSiblings(d),g=0,h=e.length;g<h&&!(0<c.bom.Selector.matches(a,[e[g]]).length);g++)b.push(e[g])});return qxWeb.$init(b,qxWeb)},getPrev:function(a){var b=this.map(c.dom.Hierarchy.getPreviousElementSibling,c.dom.Hierarchy);a&&
(b=qxWeb.$init(c.bom.Selector.matches(a,b),qxWeb));return b},getPrevAll:function(a){a=c.module.Traversing.__xy(this,"getPreviousSiblings",a);return qxWeb.$init(a,qxWeb)},getPrevUntil:function(a){var b=[];this.forEach(function(d,f){for(var e=c.dom.Hierarchy.getPreviousSiblings(d),g=0,h=e.length;g<h&&!(0<c.bom.Selector.matches(a,[e[g]]).length);g++)b.push(e[g])});return qxWeb.$init(b,qxWeb)},getSiblings:function(a){a=c.module.Traversing.__xy(this,"getSiblings",a);return qxWeb.$init(a,qxWeb)},not:function(a){if(c.lang.Type.isFunction(a))return this.filter(function(b,
c,e){return!a(b,c,e)});var b=c.bom.Selector.matches(a,this);return this.filter(function(a){return-1===b.indexOf(a)})},getOffsetParent:function(){return this.map(c.bom.element.Location.getOffsetParent)},isRendered:function(){return this[0]?c.dom.Hierarchy.isRendered(this[0]):!1},__xv:function(a){return a instanceof qxWeb?a[0]:c.Bootstrap.isString(a)?qxWeb(a)[0]:a},isElement:function(a){return c.dom.Node.isElement(c.module.Traversing.__xv(a))},isNode:function(a){return c.dom.Node.isNode(c.module.Traversing.__xv(a))},
isNodeName:function(a,b){return c.dom.Node.isNodeName(c.module.Traversing.__xv(a),b)},isDocument:function(a){a instanceof qxWeb&&(a=a[0]);return c.dom.Node.isDocument(a)},isDocumentFragment:function(a){a instanceof qxWeb&&(a=a[0]);return c.dom.Node.isDocumentFragment(a)},getWindow:function(a){return c.dom.Node.getWindow(c.module.Traversing.__xv(a))},isTextNode:function(a){return c.dom.Node.isText(a)},isWindow:function(a){a instanceof qxWeb&&(a=a[0]);return c.dom.Node.isWindow(a)},getDocument:function(a){return c.dom.Node.getDocument(c.module.Traversing.__xv(a))},
getNodeName:function(a){return c.dom.Node.getName(c.module.Traversing.__xv(a))},getNodeText:function(a){return c.dom.Node.getText(c.module.Traversing.__xv(a))},isBlockNode:function(a){return c.dom.Node.isBlockNode(c.module.Traversing.__xv(a))},equalNodes:function(a,b){a=c.module.Traversing.__xw(a);b=c.module.Traversing.__xw(b);if(!a||!b)return!1;if(c.core.Environment.get("html.node.isequalnode"))return a.isEqualNode(b);if(a===b)return!0;var d=a.attributes&&b.attributes;if(d&&a.attributes.length!==
b.attributes.length)return!1;var f=a.childNodes&&b.childNodes;if(f&&a.childNodes.length!==b.childNodes.length)return!1;for(var e=c.module.Traversing.EQUALITY_ATTRIBUTES,g=0,h=e.length;g<h;g++){var k=e[g];if(a[k]!==b[k])return!1}if(d){var d=c.module.Traversing.__xx(a),e=c.module.Traversing.__xx(b),l;for(l in d)if(d[l]!==e[l])return!1}if(f)for(f=0,l=a.childNodes.length;f<l;f++)if(!c.module.Traversing.equalNodes(a.childNodes[f],b.childNodes[f]))return!1;return!0},__xw:function(a){"string"==typeof a&&
(a=qxWeb(a));if(a instanceof Array||a instanceof qxWeb)a=a[0];return qxWeb.isNode(a)?a:null},__xx:function(a){var b={},d;for(d in a.attributes)"length"!=d&&(b[a.attributes[d].name]=a.attributes[d].value);return b},__xy:function(a,b,d){for(var f=[],e=c.dom.Hierarchy,g=0,h=a.length;g<h;g++)f.push.apply(f,e[b](a[g]));a=c.lang.Array.unique(f);d&&(a=c.bom.Selector.matches(d,a));return a}},defer:function(a){qxWeb.$attach({add:a.add,getChildren:a.getChildren,forEach:a.forEach,getParents:a.getParents,getAncestors:a.getAncestors,
getAncestorsUntil:a.getAncestorsUntil,__xu:a.__xu,getClosest:a.getClosest,find:a.find,getContents:a.getContents,is:a.is,eq:a.eq,getFirst:a.getFirst,getLast:a.getLast,has:a.has,getNext:a.getNext,getNextAll:a.getNextAll,getNextUntil:a.getNextUntil,getPrev:a.getPrev,getPrevAll:a.getPrevAll,getPrevUntil:a.getPrevUntil,getSiblings:a.getSiblings,not:a.not,getOffsetParent:a.getOffsetParent,isRendered:a.isRendered,isChildOf:a.isChildOf,contains:a.contains});qxWeb.$attachStatic({isElement:a.isElement,isNode:a.isNode,
isNodeName:a.isNodeName,isDocument:a.isDocument,isDocumentFragment:a.isDocumentFragment,getDocument:a.getDocument,getWindow:a.getWindow,isWindow:a.isWindow,isBlockNode:a.isBlockNode,getNodeName:a.getNodeName,getNodeText:a.getNodeText,isTextNode:a.isTextNode,equalNodes:a.equalNodes})}})})();(function(){c.Bootstrap.define("qx.bom.client.Device",{statics:{__mP:{"Windows Phone":"iemobile",iPod:"ipod",iPad:"ipad",iPhone:"iphone",PSP:"psp","PLAYSTATION 3":"ps3","Nintendo Wii":"wii","Nintendo DS":"ds",XBOX:"xbox",
Xbox:"xbox"},getName:function(){var a=[],b;for(b in c.bom.client.Device.__mP)a.push(b);return(a=RegExp("("+a.join("|").replace(/\./g,".")+")","g").exec(navigator.userAgent))&&a[1]?c.bom.client.Device.__mP[a[1]]:"pc"},getType:function(){return c.bom.client.Device.detectDeviceType(navigator.userAgent)},detectDeviceType:function(a){return c.bom.client.Device.detectTabletDevice(a)?"tablet":c.bom.client.Device.detectMobileDevice(a)?"mobile":"desktop"},detectMobileDevice:function(a){return/android.+mobile|ip(hone|od)|bada\/|blackberry|BB10|maemo|opera m(ob|in)i|fennec|NetFront|phone|psp|symbian|IEMobile|windows (ce|phone)|xda/i.test(a)},
detectTabletDevice:function(a){var b=/MSIE 10/i.test(a)&&/ARM/i.test(a)&&!/windows phone/i.test(a);a=!/android.+mobile|Tablet PC/i.test(a)&&/Android|ipad|tablet|playbook|silk|kindle|psp/i.test(a);return b||a},getDevicePixelRatio:function(){return"undefined"!==typeof window.devicePixelRatio?window.devicePixelRatio:1},getTouch:function(){return"ontouchstart"in window||0<window.navigator.maxTouchPoints||0<window.navigator.msMaxTouchPoints}},defer:function(a){c.core.Environment.add("device.name",a.getName);
c.core.Environment.add("device.touch",a.getTouch);c.core.Environment.add("device.type",a.getType);c.core.Environment.add("device.pixelRatio",a.getDevicePixelRatio)}})})();(function(){c.Bootstrap.define("qx.bom.client.Event",{statics:{getTouch:function(){return"ontouchstart"in window},getMsPointer:function(){return"pointerEnabled"in window.navigator?window.navigator.pointerEnabled:"msPointerEnabled"in window.navigator?window.navigator.msPointerEnabled:!1},getHelp:function(){return"onhelp"in document},
getHashChange:function(){var a=c.bom.client.Engine.getName(),b="onhashchange"in window;return"mshtml"!==a&&b||"mshtml"===a&&"documentMode"in document&&8<=document.documentMode&&b},getDispatchEvent:function(){return"function"==typeof document.dispatchEvent},getCustomEvent:function(){if(!window.CustomEvent)return!1;try{return new window.CustomEvent("foo"),!0}catch(a){return!1}},getMouseEvent:function(){if(!window.MouseEvent)return!1;try{return new window.MouseEvent("foo"),!0}catch(a){return!1}},getMouseWheel:function(a){a||
(a=window);for(var b=[a,a.document,a.document.body],d="DOMMouseScroll",f=0;f<b.length;f++){if(c.bom.Event.supportsEvent(b[f],"wheel")){d="wheel";a=b[f];break}if(c.bom.Event.supportsEvent(b[f],"mousewheel")){d="mousewheel";a=b[f];break}}return{type:d,target:a}}},defer:function(a){c.core.Environment.add("event.touch",a.getTouch);c.core.Environment.add("event.mouseevent",a.getMouseEvent);c.core.Environment.add("event.dispatchevent",a.getDispatchEvent);c.core.Environment.add("event.customevent",a.getCustomEvent);
c.core.Environment.add("event.mspointer",a.getMsPointer);c.core.Environment.add("event.help",a.getHelp);c.core.Environment.add("event.hashchange",a.getHashChange);c.core.Environment.add("event.mousewheel",a.getMouseWheel)}})})();(function(){c.Bootstrap.define("qx.bom.Event",{statics:{addNativeListener:function(a,b,d,c){a.addEventListener?a.addEventListener(b,d,!!c):a.attachEvent?a.attachEvent("on"+b,d):"undefined"!=typeof a["on"+b]&&(a["on"+b]=d)},removeNativeListener:function(a,b,d,c){if(a.removeEventListener)a.removeEventListener(b,
d,!!c);else if(a.detachEvent)try{a.detachEvent("on"+b,d)}catch(e){if(-2146828218!==e.number)throw e;}else"undefined"!=typeof a["on"+b]&&(a["on"+b]=null)},getTarget:function(a){return a.target||a.srcElement},getRelatedTarget:function(a){if(void 0!==a.relatedTarget){if("gecko"==c.core.Environment.get("engine.name"))try{a.relatedTarget&&a.relatedTarget.nodeType}catch(b){return null}return a.relatedTarget}return void 0===a.fromElement||"mouseover"!==a.type&&"pointerover"!==a.type?void 0!==a.toElement?
a.toElement:null:a.fromElement},supportsEvent:function(a,b){var d=c.core.Environment.get("browser.name"),f=c.core.Environment.get("engine.name");if(-1!=b.toLowerCase().indexOf("transitionend")&&"mshtml"===f&&9<c.core.Environment.get("browser.documentmode"))return!0;var e=["mobile safari","safari"];if("webkit"===f&&-1<e.indexOf(d)&&-1<"loadeddata progress timeupdate seeked canplay play playing pause loadedmetadata ended volumechange".split(" ").indexOf(b.toLowerCase()))return!0;if(a!=window&&-1!=b.toLowerCase().indexOf("transitionend"))return(d=
c.core.Environment.get("css.transition"))&&d["end-event"]==b;d="on"+b.toLowerCase();f=d in a;f||(f="function"==typeof a[d],!f&&a.setAttribute&&(a.setAttribute(d,"return;"),f="function"==typeof a[d],a.removeAttribute(d)));return f},getEventName:function(a,b){for(var d=[""].concat(c.bom.Style.VENDOR_PREFIXES),f=0,e=d.length;f<e;f++){var g=d[f].toLowerCase();if(c.bom.Event.supportsEvent(a,g+b))return g?g+c.lang.String.firstUp(b):b}return null}}})})();(function(){c.Bootstrap.define("qx.bom.client.CssTransition",
{statics:{getTransitionName:function(){return c.bom.Style.getPropertyName("transition")},getSupport:function(){var a=c.bom.client.CssTransition.getTransitionName();if(!a)return null;var b=c.bom.Event.getEventName(window,"transitionEnd");(b="transitionEnd"==b?b.toLowerCase():b)||(b=a+(0<a.indexOf("Trans")?"E":"e")+"nd");return{name:a,"end-event":b}}},defer:function(a){c.core.Environment.add("css.transition",a.getSupport)}})})();(function(){c.Bootstrap.define("qx.module.Environment",{statics:{get:function(a){return c.core.Environment.get(a)},
add:function(a,b){c.core.Environment.add(a,b);return this}},defer:function(a){c.core.Environment.get("browser.name");c.core.Environment.get("browser.version");c.core.Environment.get("browser.quirksmode");c.core.Environment.get("browser.documentmode");c.core.Environment.get("engine.name");c.core.Environment.get("engine.version");c.core.Environment.get("device.name");c.core.Environment.get("device.type");c.core.Environment.get("event.touch");c.core.Environment.get("event.mspointer");qxWeb.$attachStatic({env:{get:a.get,
add:a.add}})}})})();(function(){c.Bootstrap.define("qx.module.Attribute",{statics:{getHtml:function(){return this[0]&&1===this[0].nodeType?c.bom.element.Attribute.get(this[0],"html"):null},setHtml:function(a){a=c.bom.Html.fixEmptyTags(a);this._forEachElement(function(b){c.bom.element.Attribute.set(b,"html",a)});return this},setAttribute:function(a,b){this._forEachElement(function(d){c.bom.element.Attribute.set(d,a,b)});return this},getAttribute:function(a){return this[0]&&1===this[0].nodeType?c.bom.element.Attribute.get(this[0],
a):null},removeAttribute:function(a){this._forEachElement(function(b){c.bom.element.Attribute.set(b,a,null)});return this},setAttributes:function(a){for(var b in a)this.setAttribute(b,a[b]);return this},getAttributes:function(a){for(var b={},d=0;d<a.length;d++)b[a[d]]=this.getAttribute(a[d]);return b},removeAttributes:function(a){for(var b=0,d=a.length;b<d;b++)this.removeAttribute(a[b]);return this},setProperty:function(a,b){for(var d=0;d<this.length;d++)this[d][a]=b;return this},getProperty:function(a){return this[0]?
this[0][a]:null},setProperties:function(a){for(var b in a)this.setProperty(b,a[b]);return this},removeProperties:function(a){for(var b=0;b<a.length;b++)this.removeProperty(a[b]);return this},getProperties:function(a){for(var b={},d=0;d<a.length;d++)b[a[d]]=this.getProperty(a[d]);return b},removeProperty:function(a){this[0]&&(this[0][a]=void 0);return this},getValue:function(){return this[0]&&1===this[0].nodeType?c.bom.Input.getValue(this[0]):null},setValue:function(a){this._forEachElement(function(b){c.bom.Input.setValue(b,
a)});return this}},defer:function(a){qxWeb.$attach({getHtml:a.getHtml,setHtml:a.setHtml,getAttribute:a.getAttribute,setAttribute:a.setAttribute,removeAttribute:a.removeAttribute,getAttributes:a.getAttributes,setAttributes:a.setAttributes,removeAttributes:a.removeAttributes,getProperty:a.getProperty,setProperty:a.setProperty,removeProperty:a.removeProperty,getProperties:a.getProperties,setProperties:a.setProperties,removeProperties:a.removeProperties,getValue:a.getValue,setValue:a.setValue})}})})();
(function(){c.Bootstrap.define("qx.bom.Html",{statics:{__xr:function(a,b,d){return d.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?a:b+"></"+d+">"},__xs:{opt:[1,"<select multiple='multiple'>","</select>"],leg:[1,"<fieldset>","</fieldset>"],table:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],def:c.core.Environment.select("engine.name",{mshtml:[1,
"div<div>","</div>"],"default":null})},fixEmptyTags:function(a){return a.replace(/(<(\w+)[^>]*?)\/>/g,this.__xr)},__xt:function(a,b){var d=b.createElement("div");a=c.bom.Html.fixEmptyTags(a);var f=a.replace(/^\s+/,"").substring(0,5).toLowerCase(),e;e=this.__xs;if(e=f.indexOf("<opt")?f.indexOf("<leg")?f.match(/^<(thead|tbody|tfoot|colg|cap)/)?e.table:f.indexOf("<tr")?f.indexOf("<td")&&f.indexOf("<th")?f.indexOf("<col")?e.def:e.col:e.td:e.tr:e.leg:e.opt){d.innerHTML=e[1]+a+e[2];for(var g=e[0];g--;)d=
d.lastChild}else d.innerHTML=a;if("mshtml"==c.core.Environment.get("engine.name")){g=/<tbody/i.test(a);f=f.indexOf("<table")||g?"<table>"!=e[1]||g?[]:d.childNodes:d.firstChild&&d.firstChild.childNodes;for(e=f.length-1;0<=e;--e)"tbody"!==f[e].tagName.toLowerCase()||f[e].childNodes.length||f[e].parentNode.removeChild(f[e]);/^\s/.test(a)&&d.insertBefore(b.createTextNode(a.match(/^\s*/)[0]),d.firstChild)}return c.lang.Array.fromCollection(d.childNodes)},clean:function(a,b,d){b=b||document;"undefined"===
typeof b.createElement&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||document);if(!d&&1===a.length&&"string"===typeof a[0]){var f=/^<(\w+)\s*\/?>$/.exec(a[0]);if(f)return[b.createElement(f[1])]}for(var e=[],g=0,h=a.length;g<h;g++)f=a[g],"string"===typeof f&&(f=this.__xt(f,b)),f.nodeType?e.push(f):f instanceof c.type.BaseArray||"undefined"!==typeof qxWeb&&f instanceof qxWeb?e.push.apply(e,Array.prototype.slice.call(f,0)):f.toElement?e.push(f.toElement()):e.push.apply(e,f);return d?c.bom.Html.extractScripts(e,
d):e},extractScripts:function(a,b){for(var d=[],f,e=0;a[e];e++)if(f=a[e],1!=f.nodeType||"script"!==f.tagName.toLowerCase()||f.type&&"text/javascript"!==f.type.toLowerCase()){if(1===f.nodeType){var g=c.lang.Array.fromCollection(f.getElementsByTagName("script"));a.splice.apply(a,[e+1,0].concat(g))}b&&b.appendChild(f)}else f.parentNode&&f.parentNode.removeChild(a[e]),d.push(f);return d}}})})();(function(){c.Bootstrap.define("qx.bom.Input",{statics:{setValue:function(a,b){var d=a.nodeName.toLowerCase(),
f=a.type,e=c.lang.Array,g=c.lang.Type;"number"===typeof b&&(b+="");if("checkbox"===f||"radio"===f)g.isArray(b)?a.checked=e.contains(b,a.value):a.checked=a.value==b;else if("select"===d){for(var d=g.isArray(b),f=a.options,h,k=0,l=f.length;k<l;k++)g=f[k],h=g.getAttribute("value"),null==h&&(h=g.text),g.selected=d?e.contains(b,h):b==h;d&&0==b.length&&(a.selectedIndex=-1)}else"text"!==f&&"textarea"!==f||"mshtml"!=c.core.Environment.get("engine.name")?a.value=b:(a.$$inValueSet=!0,a.value=b,a.$$inValueSet=
null)},getValue:function(a){var b=a.nodeName.toLowerCase();if("option"===b)return(a.attributes.value||{}).specified?a.value:a.text;if("select"===b){var d=a.selectedIndex;if(0>d)return null;var b=[],f=a.options;a="select-one"==a.type;for(var e=c.bom.Input,g,h=a?d:0,d=a?d+1:f.length;h<d;h++)if(g=f[h],g.selected){g=e.getValue(g);if(a)return g;b.push(g)}return b}return(a.value||"").replace(/\r/g,"")}}})})();(function(){c.Bootstrap.define("qx.lang.normalize.Function",{statics:{bind:function(a){var b=Array.prototype.slice,
d=this;if("function"!=typeof d)throw new TypeError("Function.prototype.bind called on incompatible "+d);var c=b.call(arguments,1),e=function(){if(this instanceof e){var g=function(){};g.prototype=d.prototype;var g=new g,h=d.apply(g,c.concat(b.call(arguments)));return Object(h)===h?h:g}return d.apply(a,c.concat(b.call(arguments)))};return e}},defer:function(a){c.core.Environment.get("ecmascript.function.bind")||(Function.prototype.bind=a.bind)}})})();(function(){c.Bootstrap.define("qx.lang.normalize.Error",
{statics:{toString:function(){var a=this.name||"Error",b=this.message||"";return""===a&&""===b?"Error":""===a?b:""===b?a:a+": "+b}},defer:function(a){c.core.Environment.get("ecmascript.error.toString")||(Error.prototype.toString=a.toString)}})})();c.Bootstrap.define("qx.module.Polyfill",{});(function(){c.Bootstrap.define("qx.module.Event",{statics:{__pl:{},__pm:{on:{},off:{}},on:function(a,b,d,f){for(var e=0;e<this.length;e++){var g=this[e],h=d||qxWeb(g),k=c.module.Event.__pm.on,l=k["*"]||[];k[a]&&
(l=l.concat(k[a]));for(var k=0,w=l.length;k<w;k++)l[k](g,a,b,d);l=function(d,f){var e=c.module.Event.__pl,g=e["*"]||[];e[a]&&(g=g.concat(e[a]));for(var e=0,h=g.length;e<h;e++)f=g[e](f,d,a);b.apply(this,[f])}.bind(h,g);l.original=b;c.bom.Event.addNativeListener(g,a,l,f);g.$$emitter||(g.$$emitter=new c.event.Emitter);g.$$lastlistenerId=g.$$emitter.on(a,l,h);g.$$emitter.getEntryById(g.$$lastlistenerId).useCapture=!!f;g.__pn||(g.__pn={});g.__pn[a]||(g.__pn[a]={});g.__pn[a][g.$$lastlistenerId]=l;d||(g.__po||
(g.__po={}),g.__po[g.$$lastlistenerId]=h)}return this},off:function(a,b,d,f){for(var e=null===b&&null===d,g=0;g<this.length;g++){var h=this[g];if(h.__pn){var k=[];if(null!==a)k.push(a);else for(var l in h.__pn)k.push(l);for(var w=0,t=k.length;w<t;w++){for(var E in h.__pn[k[w]]){var B=h.__pn[k[w]][E];if(e||B==b||B.original==b){var x="undefined"!==typeof h.__po&&h.__po[E],H;!d&&x&&(H=h.__po[E]);h.$$emitter.off(k[w],B,H||d);(e||B.original==b)&&c.bom.Event.removeNativeListener(h,k[w],B,f);delete h.__pn[k[w]][E];
x&&delete h.__po[E]}}x=c.module.Event.__pm.off;B=x["*"]||[];x[a]&&(B=B.concat(x[a]));for(var x=0,C=B.length;x<C;x++)B[x](h,a,b,d)}}}return this},allOff:function(a){return this.off(a||null,null,null)},offById:function(a){a=this[0].$$emitter.getEntryById(a);return this.off(a.name,a.listener.original,a.ctx,a.useCapture)},emit:function(a,b){for(var d=0;d<this.length;d++){var c=this[d];c.$$emitter&&c.$$emitter.emit(a,b)}return this},once:function(a,b,d){var c=this,e=function(g){c.off(a,e,d);b.call(this,
g)};this.on(a,e,d);return this},hasListener:function(a,b,d){if(!this[0]||!this[0].$$emitter||!this[0].$$emitter.getListeners()[a])return!1;if(b){a=this[0].$$emitter.getListeners()[a];for(var c=0;c<a.length;c++){var e=!1;a[c].listener==b&&(e=!0);a[c].listener.original&&a[c].listener.original==b&&(e=!0);if(e)if(void 0!==d){if(a[c].ctx===d)return!0}else return!0}return!1}return 0<this[0].$$emitter.getListeners()[a].length},copyEventsTo:function(a){var b=this.concat();a=a.concat();for(var d=b.length-
1;0<=d;d--)for(var c=b[d].getElementsByTagName("*"),e=0;e<c.length;e++)b.push(c[e]);for(d=a.length-1;0<=d;d--)for(c=a[d].getElementsByTagName("*"),e=0;e<c.length;e++)a.push(c[e]);a.forEach(function(a){a.$$emitter=null});for(d=0;d<b.length;d++)if(e=b[d],e.$$emitter){var c=e.$$emitter.getListeners(),g;for(g in c)for(e=c[g].length-1;0<=e;e--){var h=c[g][e].listener;h.original&&(h=h.original);qxWeb(a[d]).on(g,h,c[g][e].ctx)}}},__pp:!1,ready:function(a){if("complete"===document.readyState)window.setTimeout(a,
1);else{var b=function(){c.module.Event.__pp=!0;a()};qxWeb(window).on("load",b);var d=function(){qxWeb(window).off("load",b);a()};if("mshtml"!==qxWeb.env.get("engine.name")||8<qxWeb.env.get("browser.documentmode"))c.bom.Event.addNativeListener(document,"DOMContentLoaded",d);else{var f=function(){if(!c.module.Event.__pp)try{document.documentElement.doScroll("left"),document.body&&d()}catch(a){window.setTimeout(f,100)}};f()}}},hover:function(a,b){this.on("pointerover",a,this);if(c.lang.Type.isFunction(b))this.on("pointerout",
b,this);return this},onMatchTarget:function(a,b,d,c){c=void 0!==c?c:this;var e=function(a){var e=qxWeb(a.getTarget());e.is(b)&&d.call(c,e,qxWeb.object.clone(a))};this.forEach(function(b){var h={type:a,listener:e,callback:d,context:c};b.$$matchTargetInfo||(b.$$matchTargetInfo=[]);b.$$matchTargetInfo.push(h)});this.on(a,e);return this},offMatchTarget:function(a,b,d,c){c=void 0!==c?c:this;this.forEach(function(b){if(b.$$matchTargetInfo&&"Array"==qxWeb.type.get(b.$$matchTargetInfo)){for(var g=b.$$matchTargetInfo,
h=g.length-1;0<=h;h--){var k=g[h];k.type==a&&(k.callback==d&&k.context==c)&&(this.off(a,k.listener),g.splice(h,1))}0===g.length&&(b.$$matchTargetInfo=null)}},this);return this},$registerNormalization:function(a,b){c.lang.Type.isArray(a)||(a=[a]);for(var d=c.module.Event.__pl,f=0,e=a.length;f<e;f++){var g=a[f];c.lang.Type.isFunction(b)&&(d[g]||(d[g]=[]),d[g].push(b))}},$unregisterNormalization:function(a,b){c.lang.Type.isArray(a)||(a=[a]);for(var d=c.module.Event.__pl,f=0,e=a.length;f<e;f++){var g=
a[f];d[g]&&c.lang.Array.remove(d[g],b)}},$getRegistry:function(){return c.module.Event.__pl},$registerEventHook:function(a,b,d){c.lang.Type.isArray(a)||(a=[a]);for(var f=c.module.Event.__pm.on,e=0,g=a.length;e<g;e++){var h=a[e];c.lang.Type.isFunction(b)&&(f[h]||(f[h]=[]),f[h].push(b))}if(d)for(b=c.module.Event.__pm.off,e=0,g=a.length;e<g;e++)h=a[e],c.lang.Type.isFunction(d)&&(b[h]||(b[h]=[]),b[h].push(d))},$unregisterEventHook:function(a,b,d){c.lang.Type.isArray(a)||(a=[a]);for(var f=c.module.Event.__pm.on,
e=0,g=a.length;e<g;e++){var h=a[e];f[h]&&c.lang.Array.remove(f[h],b)}if(d)for(b=c.module.Event.__pm.off,e=0,g=a.length;e<g;e++)h=a[e],b[h]&&c.lang.Array.remove(b[h],d)},$getHookRegistry:function(){return c.module.Event.__pm}},defer:function(a){qxWeb.$attach({on:a.on,off:a.off,allOff:a.allOff,offById:a.offById,once:a.once,emit:a.emit,hasListener:a.hasListener,copyEventsTo:a.copyEventsTo,hover:a.hover,onMatchTarget:a.onMatchTarget,offMatchTarget:a.offMatchTarget});qxWeb.$attachStatic({ready:a.ready,
$registerEventNormalization:a.$registerNormalization,$unregisterEventNormalization:a.$unregisterNormalization,$getEventNormalizationRegistry:a.$getRegistry,$registerEventHook:a.$registerEventHook,$unregisterEventHook:a.$unregisterEventHook,$getEventHookRegistry:a.$getHookRegistry})}})})();(function(){c.Bootstrap.define("qx.module.event.PointerHandler",{statics:{TYPES:"pointermove pointerover pointerout pointerdown pointerup pointercancel gesturebegin gesturemove gesturefinish gesturecancel".split(" "),
register:function(a,b){a.$$pointerHandler||(c.core.Environment.get("event.dispatchevent")||a.$$emitter||(a.$$emitter=new c.event.Emitter),a.$$pointerHandler=new c.event.handler.PointerCore(a,a.$$emitter))},unregister:function(a){if(a.$$pointerHandler&&"qx.event.handler.Pointer"!==a.$$pointerHandler.classname){var b=a.$$emitter.getListeners(),d;for(d in b)if(-1!==c.module.event.PointerHandler.TYPES.indexOf(d)&&0<b[d].length)return;a.$$pointerHandler.dispose();a.$$pointerHandler=void 0}}},defer:function(a){qxWeb.$registerEventHook(a.TYPES,
a.register,a.unregister)}})})();(function(){c.Bootstrap.define("qx.event.Emitter",{extend:Object,statics:{__pq:[]},members:{__pn:null,__pr:null,on:function(a,b,d){var f=c.event.Emitter.__pq.length;this.__ps(a).push({listener:b,ctx:d,id:f,name:a});c.event.Emitter.__pq.push({name:a,listener:b,ctx:d});return f},once:function(a,b,d){var f=c.event.Emitter.__pq.length;this.__ps(a).push({listener:b,ctx:d,once:!0,id:f});c.event.Emitter.__pq.push({name:a,listener:b,ctx:d});return f},off:function(a,b,d){a=
this.__ps(a);for(var f=a.length-1;0<=f;f--){var e=a[f];if(e.listener==b&&e.ctx==d)return a.splice(f,1),c.event.Emitter.__pq[e.id]=null,e.id}return null},offById:function(a){(a=c.event.Emitter.__pq[a])&&this.off(a.name,a.listener,a.ctx);return null},addListener:function(a,b,d){return this.on(a,b,d)},addListenerOnce:function(a,b,d){return this.once(a,b,d)},removeListener:function(a,b,d){this.off(a,b,d)},removeListenerById:function(a){this.offById(a)},emit:function(a,b){for(var d=this.__ps(a).concat(),
c=[],e=0;e<d.length;e++){var g=d[e];g.listener.call(g.ctx,b);g.once&&c.push(g)}c.forEach(function(b){var d=this.__ps(a);b=d.indexOf(b);d.splice(b,1)}.bind(this));d=this.__ps("*");for(e=d.length-1;0<=e;e--)g=d[e],g.listener.call(g.ctx,b)},getListeners:function(){return this.__pn},getEntryById:function(a){for(var b in this.__pn)for(var d=this.__pn[b],c=0,e=d.length;c<e;c++)if(d[c].id===a)return d[c]},__ps:function(a){null==this.__pn&&(this.__pn={});null==this.__pn[a]&&(this.__pn[a]=[]);return this.__pn[a]}}})})();
(function(){c.Bootstrap.define("qx.event.handler.PointerCore",{extend:Object,statics:{MOUSE_TO_POINTER_MAPPING:{mousedown:"pointerdown",mouseup:"pointerup",mousemove:"pointermove",mouseout:"pointerout",mouseover:"pointerover"},TOUCH_TO_POINTER_MAPPING:{touchstart:"pointerdown",touchend:"pointerup",touchmove:"pointermove",touchcancel:"pointercancel"},MSPOINTER_TO_POINTER_MAPPING:{MSPointerDown:"pointerdown",MSPointerMove:"pointermove",MSPointerUp:"pointerup",MSPointerCancel:"pointercancel",MSPointerLeave:"pointerleave",
MSPointerEnter:"pointerenter",MSPointerOver:"pointerover",MSPointerOut:"pointerout"},POINTER_TO_GESTURE_MAPPING:{pointerdown:"gesturebegin",pointerup:"gesturefinish",pointercancel:"gesturecancel",pointermove:"gesturemove"},LEFT_BUTTON:"mshtml"==c.core.Environment.get("engine.name")&&8>=c.core.Environment.get("browser.documentmode")?1:0,SIM_MOUSE_DISTANCE:25,SIM_MOUSE_DELAY:2500,__pt:null},construct:function(a,b){this.__pu=a;this.__pv=b;this.__pw=[];this.__px=[];this.__py=[];this._processedFlag="$$qx"+
this.classname.substr(this.classname.lastIndexOf(".")+1)+"Processed";var d=c.core.Environment.get("engine.name"),f=parseInt(c.core.Environment.get("browser.documentmode"),10);"mshtml"==d&&10==f?this.__pw="MSPointerDown MSPointerMove MSPointerUp MSPointerCancel MSPointerOver MSPointerOut pointerdown pointermove pointerup pointercancel pointerover pointerout".split(" "):(c.core.Environment.get("event.mspointer")&&(this.__pz=!0),this.__pw="pointerdown pointermove pointerup pointercancel pointerover pointerout".split(" "));
this._initPointerObserver();c.core.Environment.get("event.mspointer")||(c.core.Environment.get("device.touch")&&(this.__pw=["touchstart","touchend","touchmove","touchcancel"],this._initObserver(this._onTouchEvent)),this.__pw="mousedown mouseup mousemove mouseover mouseout contextmenu".split(" "),this._initObserver(this._onMouseEvent))},members:{__pu:null,__pv:null,__pw:null,__pz:!1,__pA:null,__pB:0,__px:null,__pC:null,__py:null,_processedFlag:null,_initPointerObserver:function(){this._initObserver(this._onPointerEvent)},
_initObserver:function(a,b){this.__pA=c.lang.Function.listener(a,this);this.__pw.forEach(function(a){b&&c.dom.Node.isDocument(this.__pu)?(this.__pu.$$emitter||(this.__pu.$$emitter=new c.event.Emitter),this.__pu.$$emitter.on(a,this.__pA)):c.bom.Event.addNativeListener(this.__pu,a,this.__pA)}.bind(this))},_onPointerEvent:function(a){if(c.core.Environment.get("event.mspointer")&&(10!==c.core.Environment.get("browser.documentmode")||-1!=a.type.toLowerCase().indexOf("ms"))){this.__pz||a.stopPropagation();
var b=c.event.handler.PointerCore.MSPOINTER_TO_POINTER_MAPPING[a.type]||a.type,d=c.bom.Event.getTarget(a);a=new c.event.type.dom.Pointer(b,a);this._fireEvent(a,b,d)}},_onTouchEvent:function(a){if(!a[this._processedFlag]){a[this._processedFlag]=!0;var b=c.event.handler.PointerCore.TOUCH_TO_POINTER_MAPPING[a.type],d=a.changedTouches;this._determineActiveTouches(a.type,d);if(a.touches.length<this.__py.length){for(var f=this.__py.length-1;0<=f;f--)b=new c.event.type.dom.Pointer("pointercancel",a,{identifier:this.__py[f].identifier,
target:a.target,pointerType:"touch",pointerId:this.__py[f].identifier+2}),this._fireEvent(b,"pointercancel",a.target);this.__pC=null;this.__py=[]}else{"touchstart"==a.type&&null===this.__pC&&(this.__pC=d[0].identifier);for(var f=0,e=d.length;f<e;f++){var g=d[f],h=a.view.document.elementFromPoint(g.clientX,g.clientY)||a.target,h={clientX:g.clientX,clientY:g.clientY,pageX:g.pageX,pageY:g.pageY,identifier:g.identifier,screenX:g.screenX,screenY:g.screenY,target:h,pointerType:"touch",pointerId:g.identifier+
2};if("touchstart"==a.type){var k=new c.event.type.dom.Pointer("pointerover",a,h);this._fireEvent(k,"pointerover",h.target)}g.identifier==this.__pC&&(h.isPrimary=!0,h.button=0,h.buttons=1,c.event.handler.PointerCore.__pt={x:g.clientX,y:g.clientY,time:(new Date).getTime()});k=new c.event.type.dom.Pointer(b,a,h);this._fireEvent(k,b,h.target);if("touchend"==a.type||"touchcancel"==a.type)h=new c.event.type.dom.Pointer("pointerout",a,h),this._fireEvent(h,"pointerout",a.target),this.__pC==g.identifier&&
(this.__pC=null)}}}},_onMouseEvent:function(a){if(!a[this._processedFlag]&&(a[this._processedFlag]=!0,!this._isSimulatedMouseEvent(a.clientX,a.clientY))){"mousedown"==a.type?this.__px[a.which]=1:"mouseup"==a.type&&(this.__px[a.which]=0);var b=c.event.handler.PointerCore.MOUSE_TO_POINTER_MAPPING[a.type],d=c.bom.Event.getTarget(a),f=c.lang.Array.sum(this.__px),e={pointerType:"mouse",pointerId:1};if(this.__pB!=f&&0!==f&&0!==this.__pB){var g=new c.event.type.dom.Pointer("pointermove",a,e);this._fireEvent(g,
"pointermove",d)}this.__pB=f;"mousedown"==a.type&&1<f||"mouseup"==a.type&&0<f||("contextmenu"==a.type?this.__px[a.which]=0:(a=new c.event.type.dom.Pointer(b,a,e),this._fireEvent(a,b,d)))}},_determineActiveTouches:function(a,b){if("touchstart"==a)for(var d=0;d<b.length;d++)this.__py.push(b[d]);else if("touchend"==a||"touchcancel"==a){for(var c=[],d=0;d<this.__py.length;d++){for(var e=!0,g=0;g<b.length;g++)if(this.__py[d].identifier==b[g].identifier){e=!1;break}e&&c.push(this.__py[d])}this.__py=c}},
_isSimulatedMouseEvent:function(a,b){var d=c.event.handler.PointerCore.__pt;if(d){var d=(new Date).getTime()-d.time,f=c.event.handler.PointerCore.SIM_MOUSE_DISTANCE,e=Math.abs(a-c.event.handler.PointerCore.__pt.x),g=Math.abs(b-c.event.handler.PointerCore.__pt.y);if(d<c.event.handler.PointerCore.SIM_MOUSE_DELAY&&(e<f||g<f))return!0}return!1},_stopObserver:function(){for(var a=0;a<this.__pw.length;a++)c.bom.Event.removeNativeListener(this.__pu,this.__pw[a],this.__pA)},_fireEvent:function(a,b,d){d=d||
a.target;b=b||a.type;var f;!("mouse"!==a.pointerType||a.button<=c.event.handler.PointerCore.LEFT_BUTTON)||"pointerdown"!=b&&"pointerup"!=b&&"pointermove"!=b||(f=new c.event.type.dom.Pointer(c.event.handler.PointerCore.POINTER_TO_GESTURE_MAPPING[b],a),c.event.type.dom.Pointer.normalize(f),f.srcElement=d);if(c.core.Environment.get("event.dispatchevent"))this.__pz||d.dispatchEvent(a),f&&d.dispatchEvent(f);else for(a.srcElement=d;d;)d.$$emitter&&(a.currentTarget=d,a._stopped||d.$$emitter.emit(b,a),f&&
!f._stopped&&(f.currentTarget=d,d.$$emitter.emit(f.type,f))),d=d.parentNode},dispose:function(){this._stopObserver();this.__pu=this.__pv=null}}})})();(function(){c.Bootstrap.define("qx.event.type.dom.Custom",{extend:Object,statics:{PROPERTIES:{bubbles:!1,cancelable:!0}},construct:function(a,b,d){this._type=a;this._event=this._createEvent();this._initEvent(b,d);this._event._original=b;this._event.preventDefault=function(){if(this._original.preventDefault)this._original.preventDefault();else try{this._original.returnValue=
!1}catch(a){}};this._event.stopPropagation&&(this._event._nativeStopPropagation=this._event.stopPropagation);this._event.stopPropagation=function(){this._stopped=!0;this._nativeStopPropagation?(this._original.stopPropagation(),this._nativeStopPropagation()):this._original.cancelBubble=!0};return this._event},members:{_type:null,_event:null,_createEvent:function(){var a;c.core.Environment.get("event.customevent")?a=new window.CustomEvent(this._type):"function"==typeof document.createEvent?a=document.createEvent("UIEvents"):
"object"==typeof document.createEventObject&&(a={},a.type=this._type);return a},_initEvent:function(a,b){b=b||{};var d=c.lang.Object.clone(c.event.type.dom.Custom.PROPERTIES),f;for(f in b)d[f]=b[f];this._event.initEvent&&this._event.initEvent(this._type,d.bubbles,d.cancelable);for(f in d)this._event[f]=d[f]}}})})();(function(){c.Bootstrap.define("qx.event.type.dom.Pointer",{extend:c.event.type.dom.Custom,statics:{MOUSE_PROPERTIES:"bubbles cancelable view detail screenX screenY clientX clientY pageX pageY ctrlKey altKey shiftKey metaKey button which relatedTarget fromElement toElement".split(" "),
POINTER_PROPERTIES:{pointerId:1,width:0,height:0,pressure:0.5,tiltX:0,tiltY:0,pointerType:"",isPrimary:!1},READONLY_PROPERTIES:[],BIND_METHODS:"getPointerType getViewportLeft getViewportTop getDocumentLeft getDocumentTop getScreenLeft getScreenTop".split(" "),getPointerType:function(){if("string"==typeof this.pointerType)return this.pointerType;if("number"==typeof this.pointerType){if(this.pointerType==this.MSPOINTER_TYPE_MOUSE)return"mouse";if(this.pointerType==this.MSPOINTER_TYPE_PEN)return"pen";
if(this.pointerType==this.MSPOINTER_TYPE_TOUCH)return"touch"}return""},getViewportLeft:function(){return this.clientX},getViewportTop:function(){return this.clientY},getDocumentLeft:function(){if(void 0!==this.pageX)return this.pageX;var a=c.dom.Node.getWindow(this.srcElement);return this.clientX+c.bom.Viewport.getScrollLeft(a)},getDocumentTop:function(){if(void 0!==this.pageY)return this.pageY;var a=c.dom.Node.getWindow(this.srcElement);return this.clientY+c.bom.Viewport.getScrollTop(a)},getScreenLeft:function(){return this.screenX},
getScreenTop:function(){return this.screenY},normalize:function(a){for(var b=c.event.type.dom.Pointer.BIND_METHODS,d=0,f=b.length;d<f;d++)"function"!=typeof a[b[d]]&&(a[b[d]]=c.event.type.dom.Pointer[b[d]].bind(a))}},construct:function(a,b,d){return c.event.type.dom.Custom.call(this,a,b,d)},members:{_createEvent:function(){var a;c.core.Environment.get("event.mouseevent")?a=new window.MouseEvent(this._type):"function"==typeof document.createEvent?a=document.createEvent("UIEvents"):"object"==typeof document.createEventObject&&
(a={},a.type=this._type);return a},_initEvent:function(a,b){b=b||{};var d=this._event,f={};c.event.type.dom.Pointer.normalize(a);Object.keys(c.event.type.dom.Pointer.POINTER_PROPERTIES).concat(c.event.type.dom.Pointer.MOUSE_PROPERTIES).forEach(function(d){"undefined"!==typeof b[d]?f[d]=b[d]:"undefined"!==typeof a[d]?f[d]=a[d]:"undefined"!==typeof c.event.type.dom.Pointer.POINTER_PROPERTIES[d]&&(f[d]=c.event.type.dom.Pointer.POINTER_PROPERTIES[d])});var e;switch(a.which){case 1:e=1;break;case 2:e=
4;break;case 3:e=2;break;default:e=0}void 0!==e&&(f.buttons=e,f.pressure=e?0.5:0);d.initMouseEvent?d.initMouseEvent(this._type,f.bubbles,f.cancelable,f.view,f.detail,f.screenX,f.screenY,f.clientX,f.clientY,f.ctrlKey,f.altKey,f.shiftKey,f.metaKey,f.button,f.relatedTarget):d.initUIEvent&&d.initUIEvent(this._type,f.bubbles,f.cancelable,f.view,f.detail);for(var g in f)d[g]!==f[g]&&-1===c.event.type.dom.Pointer.READONLY_PROPERTIES.indexOf(g)&&(d[g]=f[g]);switch(d.pointerType){case a.MSPOINTER_TYPE_MOUSE:d.pointerType=
"mouse";break;case a.MSPOINTER_TYPE_PEN:d.pointerType="pen";break;case a.MSPOINTER_TYPE_TOUCH:d.pointerType="touch"}"mouse"==d.pointerType&&(d.isPrimary=!0)}},defer:function(a){"gecko"==c.core.Environment.get("engine.name")?a.READONLY_PROPERTIES.push("buttons"):"ios"==c.core.Environment.get("os.name")&&8<=parseFloat(c.core.Environment.get("os.version"))&&(a.READONLY_PROPERTIES=a.READONLY_PROPERTIES.concat(a.MOUSE_PROPERTIES))}})})();(function(){c.Bootstrap.define("qx.module.Manipulating",{statics:{create:function(a,
b){return qxWeb.$init(c.bom.Html.clean([a],b),qxWeb)},clone:function(a){for(var b=[],d=0;d<this.length;d++)this[d]&&1===this[d].nodeType&&(b[d]=this[d].cloneNode(!0));!0===a&&this.copyEventsTo&&this.copyEventsTo(b);return qxWeb(b)},append:function(a){a=c.bom.Html.clean([a]);var b=qxWeb.$init(a,qxWeb);this._forEachElement(function(a,f){for(var e=0,g=b.length;e<g;e++)0==f?c.dom.Element.insertEnd(b[e],a):c.dom.Element.insertEnd(b.eq(e).clone(!0)[0],a)});return this},appendTo:function(a){a=c.module.Manipulating.__xn(a);
for(var b=0,d=a.length;b<d;b++)this._forEachElement(function(d,e){0==b?c.dom.Element.insertEnd(this[e],a[b]):c.dom.Element.insertEnd(this.eq(e).clone(!0)[0],a[b])});return this},insertBefore:function(a){a=c.module.Manipulating.__xn(a);for(var b=0,d=a.length;b<d;b++)this._forEachElement(function(d,e){0==b?c.dom.Element.insertBefore(d,a[b]):c.dom.Element.insertBefore(this.eq(e).clone(!0)[0],a[b])});return this},insertAfter:function(a){a=c.module.Manipulating.__xn(a);for(var b=0,d=a.length;b<d;b++)for(var f=
this.length-1;0<=f;f--)this[f]&&1===this[f].nodeType&&(0==b?c.dom.Element.insertAfter(this[f],a[b]):c.dom.Element.insertAfter(this.eq(f).clone(!0)[0],a[b]));return this},__xn:function(a){if(!c.lang.Type.isArray(a)){var b=qxWeb(a);a=0<b.length?b:[a]}return a.filter(function(a){return a&&(1===a.nodeType||11===a.nodeType)})},wrap:function(a){a=c.module.Manipulating.__xo(a);if(0==a.length)return this;this._forEachElement(function(b){var d=a.eq(0).clone(!0);c.dom.Element.insertAfter(d[0],b);d=c.module.Manipulating.__xp(d[0]);
c.dom.Element.insertEnd(b,d)});return this},__xo:function(a){if(c.lang.Type.isArray(a))a=qxWeb(a);else{var b=c.bom.Html.clean([a]);a=0<b.length&&c.dom.Node.isElement(b[0])?qxWeb(b):qxWeb(a)}return a},__xp:function(a){if(0==a.childNodes.length)return a;for(var b=0,d=a.childNodes.length;b<d;b++)if(1===a.childNodes[b].nodeType)return this.__xp(a.childNodes[b]);return a},remove:function(){this._forEachElement(function(a){c.dom.Element.remove(a)});return this},empty:function(){this._forEachElement(function(a){for(;a.firstChild;)a.removeChild(a.firstChild)});
return this},before:function(a){c.lang.Type.isArray(a)||(a=[a]);var b=document.createDocumentFragment();c.bom.Html.clean(a,document,b);this._forEachElement(function(a,f){for(var e=c.lang.Array.cast(b.childNodes,Array),g=0,h=e.length;g<h;g++){var k;k=f<this.length-1?e[g].cloneNode(!0):e[g];a.parentNode.insertBefore(k,a)}},this);return this},after:function(a){c.lang.Type.isArray(a)||(a=[a]);var b=document.createDocumentFragment();c.bom.Html.clean(a,document,b);this._forEachElement(function(a,f){for(var e=
c.lang.Array.cast(b.childNodes,Array),g=e.length-1;0<=g;g--){var h;h=f<this.length-1?e[g].cloneNode(!0):e[g];a.parentNode.insertBefore(h,a.nextSibling)}},this);return this},getScrollLeft:function(){var a=this[0];if(!a)return null;var b=c.dom.Node;return b.isWindow(a)||b.isDocument(a)?c.bom.Viewport.getScrollLeft():a.scrollLeft},getScrollTop:function(){var a=this[0];if(!a)return null;var b=c.dom.Node;return b.isWindow(a)||b.isDocument(a)?c.bom.Viewport.getScrollTop():a.scrollTop},_animationDescription:{scrollLeft:{duration:700,
timing:"ease-in",keep:100,keyFrames:{0:{},100:{scrollLeft:1}}},scrollTop:{duration:700,timing:"ease-in",keep:100,keyFrames:{0:{},100:{scrollTop:1}}}},__xq:function(a,b,d){var f=c.lang.Object.clone(c.module.Manipulating._animationDescription[a],!0);f.keyFrames[100][a]=b;return this.animate(f,d)},setScrollLeft:function(a,b){var d=c.dom.Node;b&&(c.bom.element&&c.bom.element.AnimationJs)&&c.module.Manipulating.__xq.bind(this,"scrollLeft",a,b)();for(var f=0,e=this.length,g;f<e;f++)g=this[f],d.isElement(g)?
b&&c.bom.element&&c.bom.element.AnimationJs||(g.scrollLeft=a):d.isWindow(g)?g.scrollTo(a,this.getScrollTop(g)):d.isDocument(g)&&d.getWindow(g).scrollTo(a,this.getScrollTop(g));return this},setScrollTop:function(a,b){var d=c.dom.Node;b&&(c.bom.element&&c.bom.element.AnimationJs)&&c.module.Manipulating.__xq.bind(this,"scrollTop",a,b)();for(var f=0,e=this.length,g;f<e;f++)g=this[f],d.isElement(g)?b&&c.bom.element&&c.bom.element.AnimationJs||(g.scrollTop=a):d.isWindow(g)?g.scrollTo(this.getScrollLeft(g),
a):d.isDocument(g)&&d.getWindow(g).scrollTo(this.getScrollLeft(g),a);return this},focus:function(){try{this[0].focus()}catch(a){}return this},blur:function(){this.forEach(function(a,b){try{a.blur()}catch(d){}});return this}},defer:function(a){qxWeb.$attachStatic({create:a.create});qxWeb.$attach({append:a.append,appendTo:a.appendTo,remove:a.remove,empty:a.empty,before:a.before,insertBefore:a.insertBefore,after:a.after,insertAfter:a.insertAfter,wrap:a.wrap,clone:a.clone,getScrollLeft:a.getScrollLeft,
setScrollLeft:a.setScrollLeft,getScrollTop:a.getScrollTop,setScrollTop:a.setScrollTop,focus:a.focus,blur:a.blur})}})})();c.Bootstrap.define("qx.module.Core",{});(function(){c.Bootstrap.define("qx.module.event.Pointer",{statics:{TYPES:"pointerdown pointerup pointermove pointercancel pointerover pointerout".split(" "),getPointerType:function(){return!1},getViewportLeft:function(){return!1},getViewportTop:function(){return!1},getDocumentLeft:function(){return!1},getDocumentTop:function(){return!1},getScreenLeft:function(){return!1},
getScreenTop:function(){return!1},normalize:function(a,b){if(!a)return a;c.event.type.dom.Pointer.normalize(a);return a}},defer:function(a){qxWeb.$registerEventNormalization(c.module.event.Pointer.TYPES,a.normalize)}})})();(function(){c.Bootstrap.define("qx.module.event.Tap",{statics:{TYPES:["tap","longtap","dbltap"],BIND_METHODS:"getViewportLeft getViewportTop getDocumentLeft getDocumentTop getScreenLeft getScreenTop".split(" "),getViewportLeft:function(){return this._original.getViewportLeft()},
getViewportTop:function(){return this._original.getViewportTop()},getDocumentLeft:function(){return this._original.getDocumentLeft()},getDocumentTop:function(){return this._original.getDocumentTop()},getScreenLeft:function(){return this._original.getScreenLeft()},getScreenTop:function(){return this._original.getScreenTop()},normalize:function(a,b){if(!a)return a;for(var d=c.module.event.Tap.BIND_METHODS,f=0,e=d.length;f<e;f++)"function"!=typeof a[d[f]]&&(a[d[f]]=c.module.event.Tap[d[f]].bind(a));
return a}},defer:function(a){qxWeb.$registerEventNormalization(c.module.event.Tap.TYPES,a.normalize)}})})();(function(){c.Bootstrap.define("qx.module.event.Swipe",{statics:{TYPES:["swipe"],BIND_METHODS:"getStartTime getDuration getAxis getDirection getVelocity getDistance".split(" "),getStartTime:function(){return this._original.swipe.startTime},getDuration:function(){return this._original.swipe.duration},getAxis:function(){return this._original.swipe.axis},getDirection:function(){return this._original.swipe.direction},
getVelocity:function(){return this._original.swipe.velocity},getDistance:function(){return this._original.swipe.distance},normalize:function(a,b){if(!a)return a;for(var d=c.module.event.Swipe.BIND_METHODS,f=0,e=d.length;f<e;f++)"function"!=typeof a[d[f]]&&(a[d[f]]=c.module.event.Swipe[d[f]].bind(a));return a}},defer:function(a){qxWeb.$registerEventNormalization(c.module.event.Swipe.TYPES,a.normalize)}})})();(function(){c.Bootstrap.define("qx.module.event.Rotate",{statics:{TYPES:["rotate"],BIND_METHODS:["getAngle"],
getAngle:function(){return this._original.angle},normalize:function(a,b){if(!a)return a;for(var d=c.module.event.Rotate.BIND_METHODS,f=0,e=d.length;f<e;f++)"function"!=typeof a[d[f]]&&(a[d[f]]=c.module.event.Rotate[d[f]].bind(a));return a}},defer:function(a){qxWeb.$registerEventNormalization(c.module.event.Rotate.TYPES,a.normalize)}})})();(function(){c.Bootstrap.define("qx.module.event.Pinch",{statics:{TYPES:["pinch"],BIND_METHODS:["getScale"],getScale:function(){return this._original.scale},normalize:function(a,
b){if(!a)return a;for(var d=c.module.event.Pinch.BIND_METHODS,f=0,e=d.length;f<e;f++)"function"!=typeof a[d[f]]&&(a[d[f]]=c.module.event.Pinch[d[f]].bind(a));return a}},defer:function(a){qxWeb.$registerEventNormalization(c.module.event.Pinch.TYPES,a.normalize)}})})();(function(){c.Bootstrap.define("qx.module.event.Track",{statics:{TYPES:["track"],BIND_METHODS:["getDelta"],getDelta:function(){return this._original.delta},normalize:function(a,b){if(!a)return a;for(var d=c.module.event.Track.BIND_METHODS,
f=0,e=d.length;f<e;f++)"function"!=typeof a[d[f]]&&(a[d[f]]=c.module.event.Track[d[f]].bind(a));return a}},defer:function(a){qxWeb.$registerEventNormalization(c.module.event.Track.TYPES,a.normalize)}})})();(function(){c.Bootstrap.define("qx.module.event.GestureHandler",{statics:{TYPES:"tap longtap swipe dbltap track trackstart trackend roll rotate pinch".split(" "),register:function(a,b){a.$$gestureHandler||(c.core.Environment.get("event.dispatchevent")||a.$$emitter||(a.$$emitter=new c.event.Emitter),
a.$$gestureHandler=new c.event.handler.GestureCore(a,a.$$emitter))},unregister:function(a){if(a.$$gestureHandler){var b=a.$$emitter.getListeners(),d;for(d in b)if(-1!==c.module.event.GestureHandler.TYPES.indexOf(d)&&0<b[d].length)return;a.$$gestureHandler.dispose();a.$$gestureHandler=void 0}}},defer:function(a){qxWeb.$registerEventHook(a.TYPES,a.register,a.unregister)}})})();(function(){c.Bootstrap.define("qx.event.handler.GestureCore",{extend:Object,statics:{TYPES:"tap swipe longtap dbltap track trackstart trackend rotate pinch roll".split(" "),
GESTURE_EVENTS:["gesturebegin","gesturefinish","gesturemove","gesturecancel"],TAP_MAX_DISTANCE:{touch:40,mouse:5,pen:20},DOUBLETAP_MAX_DISTANCE:{touch:10,mouse:4,pen:10},SWIPE_DIRECTION:{x:["left","right"],y:["up","down"]},LONGTAP_TIME:500,DOUBLETAP_TIME:500,ROLL_FACTOR:18},construct:function(a,b){this.__pu=a;this.__pv=b;this.__qY={};this.__ra={};this.__rb={};this._initObserver()},members:{__pu:null,__pv:null,__qY:null,__rc:null,__rd:null,__re:null,__rf:null,__ra:null,__rg:null,__rb:null,__rh:null,
_initObserver:function(){c.event.handler.GestureCore.GESTURE_EVENTS.forEach(function(a){qxWeb(this.__pu).on(a,this.checkAndFireGesture,this)}.bind(this));if("mshtml"==c.core.Environment.get("engine.name")&&9>c.core.Environment.get("browser.documentmode"))qxWeb(this.__pu).on("dblclick",this._onDblClick,this);var a=c.core.Environment.get("event.mousewheel");qxWeb(a.target).on(a.type,this._fireRoll,this)},_stopObserver:function(){c.event.handler.GestureCore.GESTURE_EVENTS.forEach(function(a){qxWeb(this.__pu).off(a,
this.checkAndFireGesture,this)}.bind(this));"mshtml"==c.core.Environment.get("engine.name")&&9>c.core.Environment.get("browser.documentmode")&&qxWeb(this.__pu).off("dblclick",this._onDblClick,this);var a=c.core.Environment.get("event.mousewheel");qxWeb(a.target).off(a.type,this._fireRoll,this)},checkAndFireGesture:function(a,b,d){b||(b=a.type);d||(d=c.bom.Event.getTarget(a));"gesturebegin"==b?this.gestureBegin(a,d):"gesturemove"==b?this.gestureMove(a,d):"gesturefinish"==b?this.gestureFinish(a,d):
"gesturecancel"==b&&this.gestureCancel(a.pointerId)},gestureBegin:function(a,b){this.__qY[a.pointerId]&&(this.__rp(this.__qY[a.pointerId]),delete this.__qY[a.pointerId]);this.__qY[a.pointerId]={startTime:(new Date).getTime(),lastEventTime:(new Date).getTime(),startX:a.clientX,startY:a.clientY,clientX:a.clientX,clientY:a.clientY,velocityX:0,velocityY:0,target:b,isTap:!0,isPrimary:a.isPrimary,longTapTimer:window.setTimeout(this.__ro.bind(this,a,b),c.event.handler.GestureCore.LONGTAP_TIME)};a.isPrimary?
(this.__re=!1,this.__rd=b,this.__rl("trackstart",a,b)):(this.__re=!0,2===Object.keys(this.__qY).length&&(this.__rf=this._calcAngle(),this.__rh=this._calcDistance()))},gestureMove:function(a,b){var d=this.__qY[a.pointerId];if(d){var c=d.clientX,e=d.clientY;d.clientX=a.clientX;d.clientY=a.clientY;d.lastEventTime=(new Date).getTime();c&&(d.velocityX=d.clientX-c);e&&(d.velocityY=d.clientY-e);2===Object.keys(this.__qY).length&&(this.__rm(a,d.target),this.__rn(a,d.target));this.__re||(this.__rl("track",
a,d.target),this._fireRoll(a,"touch",d.target));d.isTap&&(d.isTap=this._isBelowTapMaxDistance(a),d.isTap||this.__rp(d))}},_hasIntermediaryHandler:function(a){for(;a&&a!==this.__pu;){if(a.$$gestureHandler)return!0;a=a.parentNode}return!1},gestureFinish:function(a,b){if(this.__qY[a.pointerId]){var d=this.__qY[a.pointerId];this.__rp(d);if(!this._hasIntermediaryHandler(b)){this.__ri(d.velocityX,d.velocityY,a,d.target);this.__rl("trackend",a,d.target);if(d.isTap){if(b!==d.target){delete this.__qY[a.pointerId];
return}this._fireEvent(a,"tap",a.target||b);d=!1;if(0<Object.keys(this.__ra).length){var f=Date.now()-c.event.handler.GestureCore.DOUBLETAP_TIME,e;for(e in this.__ra)if(e<f)delete this.__ra[e];else{var g=this.__ra[e],h=this.__rj(g.x,g.y,a.clientX,a.clientY,a.getPointerType()),k=g.target===(a.target||b),g=g.button===a.button;h&&(g&&k)&&(d=!0,delete this.__ra[e],this._fireEvent(a,"dbltap",a.target||b))}}d||(this.__ra[Date.now()]={x:a.clientX,y:a.clientY,target:a.target||b,button:a.button})}else!this._isBelowTapMaxDistance(a)&&
(e=this.__rk(a,b))&&(a.swipe=e,this._fireEvent(a,"swipe",d.target||b));delete this.__qY[a.pointerId]}}},stopMomentum:function(a){this.__rb[a]=!0},gestureCancel:function(a){this.__qY[a]&&(this.__rp(this.__qY[a]),delete this.__qY[a])},updateGestureTarget:function(a,b){this.__qY[a].target=b},__ri:function(a,b,d,f,e){var g=d.timeoutId;1>Math.abs(b)&&1>Math.abs(a)||this.__rb[g]?delete this.__rb[g]:(e||(e=1,b/=2.8,a/=2.8),e+=6E-4,b/=e,a/=e,e=c.bom.AnimationFrame.request(c.lang.Function.bind(function(a,
b,d,c,f){this.__ri(a,b,d,c,f)},this,a,b,d,f,e)),a=Math.round(100*a)/100,b=Math.round(100*b)/100,d.delta={x:-a,y:-b},d.momentum=!0,d.timeoutId=e,this._fireEvent(d,"roll",d.target||f))},_calcAngle:function(){var a=null,b=null,d;for(d in this.__qY){var c=this.__qY[d];null===a?a=c:b=c}return(360+Math.atan2(a.clientY-b.clientY,a.clientX-b.clientX)*(180/Math.PI))%360},_calcDistance:function(){var a=null,b=null,d;for(d in this.__qY){var c=this.__qY[d];null===a?a=c:b=c}return Math.sqrt(Math.pow(a.clientX-
b.clientX,2)+Math.pow(a.clientY-b.clientY,2))},_isBelowTapMaxDistance:function(a){var b=this._getDeltaCoordinates(a);a=c.event.handler.GestureCore.TAP_MAX_DISTANCE[a.getPointerType()];return b?Math.abs(b.x)<=a&&Math.abs(b.y)<=a:null},__rj:function(a,b,d,f,e){var g=c.event.handler.GestureCore;a=Math.abs(a-d)<g.DOUBLETAP_MAX_DISTANCE[e];b=Math.abs(b-f)<g.DOUBLETAP_MAX_DISTANCE[e];return a&&b},_getDeltaCoordinates:function(a){var b=this.__qY[a.pointerId];if(!b)return null;var d=a.clientX-b.startX;a=
a.clientY-b.startY;b="x";1>Math.abs(d/a)&&(b="y");return{x:d,y:a,axis:b}},_fireEvent:function(a,b,d){this.__pu&&(c.core.Environment.get("event.dispatchevent")?(a=new c.event.type.dom.Custom(b,a,{bubbles:!0,swipe:a.swipe,scale:a.scale,angle:a.angle,delta:a.delta,pointerType:a.pointerType,momentum:a.momentum}),d.dispatchEvent(a)):this.__pv&&(new c.event.type.dom.Custom(b,a,{target:this.__pu,currentTarget:this.__pu,srcElement:this.__pu,swipe:a.swipe,scale:a.scale,angle:a.angle,delta:a.delta,pointerType:a.pointerType,
momentum:a.momentum}),this.__pv.emit(b,a)))},_onDblClick:function(a){var b=c.bom.Event.getTarget(a);this._fireEvent(a,"tap",b);this._fireEvent(a,"dbltap",b)},__rk:function(a,b){var d=this.__qY[a.pointerId];if(!d)return null;var f=c.event.handler.GestureCore,e=this._getDeltaCoordinates(a),g=(new Date).getTime()-d.startTime,h=Math.abs(e.x)>=Math.abs(e.y)?"x":"y",e=e[h];return{startTime:d.startTime,duration:g,axis:h,direction:f.SWIPE_DIRECTION[h][0>e?0:1],distance:e,velocity:0!==g?e/g:0}},__rl:function(a,
b,d){b.delta=this._getDeltaCoordinates(b);this._fireEvent(b,a,b.target||d)},_fireRoll:function(a,b,d){a.type===c.core.Environment.get("event.mousewheel").type?(a.delta={x:c.util.Wheel.getDelta(a,"x")*c.event.handler.GestureCore.ROLL_FACTOR,y:c.util.Wheel.getDelta(a,"y")*c.event.handler.GestureCore.ROLL_FACTOR},a.delta.axis=1>Math.abs(a.delta.x/a.delta.y)?"y":"x",a.pointerType="wheel"):(b=this.__qY[a.pointerId],a.delta={x:-b.velocityX,y:-b.velocityY,axis:1>Math.abs(b.velocityX/b.velocityY)?"y":"x"});
this._fireEvent(a,"roll",a.target||d)},__rm:function(a,b){if(!a.isPrimary){var d=this._calcAngle();a.angle=Math.round((d-this.__rf)%360);this._fireEvent(a,"rotate",this.__rd)}},__rn:function(a,b){if(!a.isPrimary){var d=this._calcDistance()/this.__rh;a.scale=Math.round(100*d)/100;this._fireEvent(a,"pinch",this.__rd)}},__ro:function(a,b){var d=this.__qY[a.pointerId];d&&(this._fireEvent(a,"longtap",a.target||b),d.longTapTimer=null,d.isTap=!1)},__rp:function(a){a.longTapTimer&&(window.clearTimeout(a.longTapTimer),
a.longTapTimer=null)},isBelowTapMaxDistance:function(a){a=this._calcDelta(a);var b=c.event.handler.GestureCore;return Math.abs(a.x)<=b.TAP_MAX_DISTANCE&&Math.abs(a.y)<=b.TAP_MAX_DISTANCE},dispose:function(){for(var a in this.__qY)this.__rp(a);this._stopObserver();this.__pu=this.__pv=null}}})})();(function(){c.Bootstrap.define("qx.bom.AnimationFrame",{extend:c.event.Emitter,events:{end:void 0,frame:"Number"},members:{__qe:!1,startSequence:function(a){this.__qe=!1;var b=+new Date,d=function(f){this.__qe?
this.id=null:f>=b+a?(this.emit("end"),this.id=null):(f=Math.max(f-b,0),this.emit("frame",f),this.id=c.bom.AnimationFrame.request(d,this))};this.id=c.bom.AnimationFrame.request(d,this)},cancelSequence:function(){this.__qe=!0}},statics:{TIMEOUT:30,calculateTiming:function(a,b){if("ease-in"==a)var d=[3.1223E-7,0.0757,1.2646,-0.167,-0.4387,0.2654];else if("ease-out"==a)d=[-7.0198E-8,1.652,-0.551,-0.0458,0.1255,-0.1807];else{if("linear"==a)return b;d="ease-in-out"==a?[2.482E-7,-0.2289,3.3466,-1.0857,-1.7354,
0.7034]:[-0.0021,0.2472,9.8054,-21.6869,17.7611,-5.1226]}for(var c=0,e=0;e<d.length;e++)c+=d[e]*Math.pow(b,e);return c},request:function(a,b){var d=c.core.Environment.get("css.animation.requestframe"),f=function(d){1E10>d&&(d=this.__ft+d);d=d||+new Date;a.call(b,d)};return d?window[d](f):window.setTimeout(function(){f()},c.bom.AnimationFrame.TIMEOUT)}},defer:function(a){a.__ft=window.performance&&performance.timing&&performance.timing.navigationStart;a.__ft||(a.__ft=Date.now())}})})();(function(){c.Bootstrap.define("qx.bom.client.CssAnimation",
{statics:{getSupport:function(){var a=c.bom.client.CssAnimation.getName();return null!=a?{name:a,"play-state":c.bom.client.CssAnimation.getPlayState(),"start-event":c.bom.client.CssAnimation.getAnimationStart(),"iteration-event":c.bom.client.CssAnimation.getAnimationIteration(),"end-event":c.bom.client.CssAnimation.getAnimationEnd(),"fill-mode":c.bom.client.CssAnimation.getFillMode(),keyframes:c.bom.client.CssAnimation.getKeyFrames()}:null},getFillMode:function(){return c.bom.Style.getPropertyName("AnimationFillMode")},
getPlayState:function(){return c.bom.Style.getPropertyName("AnimationPlayState")},getName:function(){return c.bom.Style.getPropertyName("animation")},getAnimationStart:function(){return c.bom.Event.supportsEvent(window,"webkitanimationstart")?"webkitAnimationStart":{msAnimation:"MSAnimationStart",WebkitAnimation:"webkitAnimationStart",MozAnimation:"animationstart",OAnimation:"oAnimationStart",animation:"animationstart"}[this.getName()]},getAnimationIteration:function(){return c.bom.Event.supportsEvent(window,
"webkitanimationiteration")?"webkitAnimationIteration":{msAnimation:"MSAnimationIteration",WebkitAnimation:"webkitAnimationIteration",MozAnimation:"animationiteration",OAnimation:"oAnimationIteration",animation:"animationiteration"}[this.getName()]},getAnimationEnd:function(){return c.bom.Event.supportsEvent(window,"webkitanimationend")?"webkitAnimationEnd":{msAnimation:"MSAnimationEnd",WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}[this.getName()]},
getKeyFrames:function(){for(var a=c.bom.Style.VENDOR_PREFIXES,b=[],d=0;d<a.length;d++){var f="@"+c.bom.Style.getCssName(a[d])+"-keyframes";b.push(f)}b.unshift("@keyframes");a=c.bom.Stylesheet.createElement();for(d=0;d<b.length;d++)try{return c.bom.Stylesheet.addRule(a,b[d]+" name",""),b[d]}catch(e){}return null},getRequestAnimationFrame:function(){for(var a=["requestAnimationFrame","msRequestAnimationFrame","webkitRequestAnimationFrame","mozRequestAnimationFrame","oRequestAnimationFrame"],b=0;b<a.length;b++)if(void 0!=
window[a[b]])return a[b];return null}},defer:function(a){c.core.Environment.add("css.animation",a.getSupport);c.core.Environment.add("css.animation.requestframe",a.getRequestAnimationFrame)}})})();(function(){c.Bootstrap.define("qx.util.Wheel",{statics:{MAXSCROLL:null,MINSCROLL:null,FACTOR:1,getDelta:function(a,b){if(void 0===b){var d=0;void 0!==a.wheelDelta?d=-a.wheelDelta:0!==a.detail?d=a.detail:void 0!==a.deltaY&&(d=a.deltaY);return this.__rq(d)}return"x"===b?(d=0,void 0!==a.wheelDelta?void 0!==
a.wheelDeltaX&&(d=a.wheelDeltaX?this.__rq(-a.wheelDeltaX):0):a.axis&&a.axis==a.HORIZONTAL_AXIS&&void 0!==a.detail&&0<a.detail?d=this.__rq(a.detail):void 0!==a.deltaX&&(d=this.__rq(a.deltaX)),d):"y"===b?(d=0,void 0!==a.wheelDelta?d=void 0!==a.wheelDeltaY?a.wheelDeltaY?this.__rq(-a.wheelDeltaY):0:this.__rq(-a.wheelDelta):(!a.axis||a.axis!=a.HORIZONTAL_AXIS)&&void 0!==a.detail&&0<a.detail?d=this.__rq(a.detail):void 0!==a.deltaY&&(d=this.__rq(a.deltaY)),d):0},__rq:function(a){var b=Math.abs(a);if(0===
b)return 0;if(null==c.util.Wheel.MINSCROLL||c.util.Wheel.MINSCROLL>b)c.util.Wheel.MINSCROLL=b,this.__rr();if(null==c.util.Wheel.MAXSCROLL||c.util.Wheel.MAXSCROLL<b)c.util.Wheel.MAXSCROLL=b,this.__rr();if(c.util.Wheel.MAXSCROLL===b&&c.util.Wheel.MINSCROLL===b)return 2*(a/b);b=c.util.Wheel.MAXSCROLL-c.util.Wheel.MINSCROLL;a=a/b*Math.log(b)*c.util.Wheel.FACTOR;return 0>a?Math.min(a,-1):Math.max(a,1)},__rr:function(){var a=c.util.Wheel.MAXSCROLL||0,b=c.util.Wheel.MINSCROLL||a;a<=b||(b=a-b,a=a/b*Math.log(b),
0==a&&(a=1),c.util.Wheel.FACTOR=6/a)}}})})();(function(){c.Bootstrap.define("qx.module.event.Native",{statics:{TYPES:["*"],FORWARD_METHODS:["getTarget","getRelatedTarget"],BIND_METHODS:["preventDefault","stopPropagation","getType"],preventDefault:function(){try{this.keyCode=0}catch(a){}this.returnValue=!1},stopPropagation:function(){this.cancelBubble=!0},getType:function(){return this._type||this.type},getTarget:function(){},getRelatedTarget:function(){},getCurrentTarget:function(){},normalize:function(a,
b){if(!a)return a;for(var d=c.module.event.Native.FORWARD_METHODS,f=0,e=d.length;f<e;f++)a[d[f]]=c.bom.Event[d[f]].bind(null,a);d=c.module.event.Native.BIND_METHODS;f=0;for(e=d.length;f<e;f++)"function"!=typeof a[d[f]]&&(a[d[f]]=c.module.event.Native[d[f]].bind(a));a.getCurrentTarget=function(){return a.currentTarget||b};return a}},defer:function(a){qxWeb.$registerEventNormalization(a.TYPES,a.normalize)}})})();(function(){c.Bootstrap.define("qx.module.event.Keyboard",{statics:{TYPES:["keydown","keypress",
"keyup"],BIND_METHODS:["getKeyIdentifier"],getKeyIdentifier:function(){return"keypress"!=this.type||"gecko"==qxWeb.env.get("engine.name")&&0===this.charCode?c.event.util.Keyboard.keyCodeToIdentifier(this.keyCode):c.event.util.Keyboard.charCodeToIdentifier(this.charCode||this.keyCode)},normalize:function(a,b){if(!a)return a;for(var d=c.module.event.Keyboard.BIND_METHODS,f=0,e=d.length;f<e;f++)"function"!=typeof a[d[f]]&&(a[d[f]]=c.module.event.Keyboard[d[f]].bind(a));return a},registerInputFix:function(a){"text"!==
a.type&&"password"!==a.type&&"textarea"!==a.type||a.__Lv||(a.__Lv=qxWeb(a).on("keyup",c.module.event.Keyboard._inputFix))},unregisterInputFix:function(a){a.__Lv&&!qxWeb(a).hasListener("input")&&(qxWeb(a).off("keyup",c.module.event.Keyboard._inputFix),a.__Lv=null)},_inputFix:function(a){if("Backspace"===a.getKeyIdentifier()){var b=a.getTarget(),d=qxWeb(b).getValue();b.__sR&&b.__sR===d||(b.__sR=d,a.type=a._type="input",b.$$emitter.emit("input",a))}}},defer:function(a){qxWeb.$registerEventNormalization(c.module.event.Keyboard.TYPES,
a.normalize);"mshtml"===qxWeb.env.get("engine.name")&&9===qxWeb.env.get("browser.documentmode")&&qxWeb.$registerEventHook("input",a.registerInputFix,a.unregisterInputFix)}})})();(function(){c.Bootstrap.define("qx.event.util.Keyboard",{statics:{specialCharCodeMap:{8:"Backspace",9:"Tab",13:"Enter",27:"Escape",32:"Space"},numpadToCharCode:{96:48,97:49,98:50,99:51,100:52,101:53,102:54,103:55,104:56,105:57,106:42,107:43,109:45,110:44,111:47},keyCodeToIdentifierMap:{16:"Shift",17:"Control",18:"Alt",20:"CapsLock",
224:"Meta",37:"Left",38:"Up",39:"Right",40:"Down",33:"PageUp",34:"PageDown",35:"End",36:"Home",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",44:"PrintScreen",145:"Scroll",19:"Pause",91:"osx"==c.core.Environment.get("os.name")?"cmd":"Win",92:"Win",93:"osx"==c.core.Environment.get("os.name")?"cmd":"Apps"},charCodeA:65,charCodeZ:90,charCode0:48,charCode9:57,keyCodeToIdentifier:function(a){if(this.isIdentifiableKeyCode(a)){var b=
this.numpadToCharCode[a];return b?String.fromCharCode(b):this.keyCodeToIdentifierMap[a]||this.specialCharCodeMap[a]||String.fromCharCode(a)}return"Unidentified"},charCodeToIdentifier:function(a){return this.specialCharCodeMap[a]||String.fromCharCode(a).toUpperCase()},isIdentifiableKeyCode:function(a){return a>=this.charCodeA&&a<=this.charCodeZ||a>=this.charCode0&&a<=this.charCode9||this.specialCharCodeMap[a]||this.numpadToCharCode[a]||this.isNonPrintableKeyCode(a)?!0:!1},isNonPrintableKeyCode:function(a){return this.keyCodeToIdentifierMap[a]?
!0:!1}},defer:function(a,b){if(!a.identifierToKeyCodeMap){a.identifierToKeyCodeMap={};for(var d in a.keyCodeToIdentifierMap)a.identifierToKeyCodeMap[a.keyCodeToIdentifierMap[d]]=parseInt(d,10);for(d in a.specialCharCodeMap)a.identifierToKeyCodeMap[a.specialCharCodeMap[d]]=parseInt(d,10)}}})})();(function(){c.Bootstrap.define("qx.module.event.Mouse",{statics:{TYPES:"click dblclick mousedown mouseup mouseover mousemove mouseout".split(" "),BIND_METHODS:"getButton getViewportLeft getViewportTop getDocumentLeft getDocumentTop getScreenLeft getScreenTop".split(" "),
BUTTONS_DOM2:{0:"left",2:"right",1:"middle"},BUTTONS_MSHTML:{1:"left",2:"right",4:"middle"},getButton:function(){switch(this.type){case "contextmenu":return"right";case "click":if("ie"===qxWeb.env.get("browser.name")&&9>qxWeb.env.get("browser.documentmode"))return"left";default:return void 0!==this.target?c.module.event.Mouse.BUTTONS_DOM2[this.button]||"none":c.module.event.Mouse.BUTTONS_MSHTML[this.button]||"none"}},getViewportLeft:function(){return this.clientX},getViewportTop:function(){return this.clientY},
getDocumentLeft:function(){if(void 0!==this.pageX)return this.pageX;var a=c.dom.Node.getWindow(this.srcElement);return this.clientX+c.bom.Viewport.getScrollLeft(a)},getDocumentTop:function(){if(void 0!==this.pageY)return this.pageY;var a=c.dom.Node.getWindow(this.srcElement);return this.clientY+c.bom.Viewport.getScrollTop(a)},getScreenLeft:function(){return this.screenX},getScreenTop:function(){return this.screenY},normalize:function(a,b){if(!a)return a;for(var d=c.module.event.Mouse.BIND_METHODS,
f=0,e=d.length;f<e;f++)"function"!=typeof a[d[f]]&&(a[d[f]]=c.module.event.Mouse[d[f]].bind(a));return a}},defer:function(a){qxWeb.$registerEventNormalization(c.module.event.Mouse.TYPES,a.normalize)}})})();(function(){c.Bootstrap.define("qx.module.Placeholder",{statics:{PLACEHOLDER_NAME:"$qx_placeholder",update:function(){qxWeb.env.get("css.placeholder")||qxWeb("input[placeholder], textarea[placeholder]").updatePlaceholder()},updatePlaceholder:function(){if(!qxWeb.env.get("css.placeholder"))for(var a=
0;a<this.length;a++){var b=qxWeb(this[a]),d=b.getAttribute("placeholder"),f=b.getProperty("tagName");if(d&&("TEXTAREA"==f||"INPUT"==f)){(d=b.getProperty(c.module.Placeholder.PLACEHOLDER_NAME))||(d=c.module.Placeholder.__Lx(b));var f=b.isRendered(),e=d.isRendered();if(f&&!e)b.before(d);else if(!f&&e){d.remove();break}c.module.Placeholder.__Lw(b)}}return this},__Lw:function(a){var b=a.getAttribute("placeholder"),d=a.getProperty(c.module.Placeholder.PLACEHOLDER_NAME),f=a.getStyle("z-index"),e=parseInt(a.getStyle("padding-left"))+
2*parseInt(a.getStyle("padding-right")),g=parseInt(a.getStyle("padding-top"))+2*parseInt(a.getStyle("padding-bottom"));d.setHtml(b).setStyles({display:""==a.getValue()?"inline":"none",zIndex:"auto"==f?1:f+1,textAlign:a.getStyle("text-align"),width:a.getWidth()-e-4+"px",height:a.getHeight()-g-4+"px",left:a.getPosition().left+"px",top:a.getPosition().top+"px",fontFamily:a.getStyle("font-family"),fontStyle:a.getStyle("font-style"),fontVariant:a.getStyle("font-variant"),fontWeight:a.getStyle("font-weight"),
fontSize:a.getStyle("font-size"),paddingTop:parseInt(a.getStyle("padding-top"))+2+"px",paddingRight:parseInt(a.getStyle("padding-right"))+2+"px",paddingBottom:parseInt(a.getStyle("padding-bottom"))+2+"px",paddingLeft:parseInt(a.getStyle("padding-left"))+2+"px"})},__Lx:function(a){var b=qxWeb.create("<label>").setStyles({position:"absolute",color:"#989898",overflow:"hidden",pointerEvents:"none"});a.setProperty(c.module.Placeholder.PLACEHOLDER_NAME,b);a.on("keyup",function(a){a.getProperty(c.module.Placeholder.PLACEHOLDER_NAME).setStyle("display",
""==a.getValue()?"inline":"none")}.bind(this,a));if(!qxWeb.env.get("css.pointerevents"))b.setStyle("cursor","text").on("tap",function(a){a.focus()}.bind(this,a));return b}},defer:function(a){qxWeb.$attachStatic({placeholder:{update:a.update}});qxWeb.$attach({updatePlaceholder:a.updatePlaceholder})}})})();(function(){c.Bootstrap.define("qx.util.placement.AbstractAxis",{extend:Object,statics:{computeStart:function(a,b,d,c,e){throw Error("abstract method call!");},_moveToEdgeAndAlign:function(a,b,d,
c){switch(c){case "edge-start":return b.start-d.end-a;case "edge-end":return b.end+d.start;case "align-start":return b.start+d.start;case "align-center":return b.start+parseInt((b.end-b.start-a)/2,10)+d.start;case "align-end":return b.end-d.end-a}},_isInRange:function(a,b,d){return 0<=a&&a+b<=d}}})})();(function(){c.Bootstrap.define("qx.util.placement.DirectAxis",{statics:{_moveToEdgeAndAlign:c.util.placement.AbstractAxis._moveToEdgeAndAlign,computeStart:function(a,b,d,c,e){return this._moveToEdgeAndAlign(a,
b,d,e)}}})})();(function(){c.Bootstrap.define("qx.util.placement.KeepAlignAxis",{statics:{_moveToEdgeAndAlign:c.util.placement.AbstractAxis._moveToEdgeAndAlign,_isInRange:c.util.placement.AbstractAxis._isInRange,computeStart:function(a,b,d,c,e){var g=this._moveToEdgeAndAlign(a,b,d,e);if(this._isInRange(g,a,c))return g;"edge-start"==e||"edge-end"==e?(e=b.start-d.end,b=b.end+d.start):(e=b.end-d.end,b=b.start+d.start);return g=e>c-b?Math.max(0,e-a):b}}})})();(function(){c.Bootstrap.define("qx.util.placement.BestFitAxis",
{statics:{_isInRange:c.util.placement.AbstractAxis._isInRange,_moveToEdgeAndAlign:c.util.placement.AbstractAxis._moveToEdgeAndAlign,computeStart:function(a,b,d,c,e){b=this._moveToEdgeAndAlign(a,b,d,e);if(this._isInRange(b,a,c))return b;0>b&&(b=Math.min(0,c-a));b+a>c&&(b=Math.max(0,c-a));return b}}})})();(function(){qxWeb.define("qx.module.Placement",{statics:{placeTo:function(a,b,d,f,e){if(!this[0]||!a)return this;a=qxWeb(a);var g=this.isRendered(),h=null,k=null;g||(h=this[0].style.display,k=this[0].style.visibility,
this.setStyles({position:"absolute",visibility:"hidden",display:"block"}));e={x:c.module.Placement._getAxis(f),y:c.module.Placement._getAxis(e)};var l={width:this.getWidth(),height:this.getHeight()};f=this.getParents();var w={width:f.getWidth(),height:f.getHeight()};d=d||{top:0,right:0,bottom:0,left:0};var t=b.split("-");b=t[0];t=t[1];b={x:c.module.Placement._getPositionX(b,t),y:c.module.Placement._getPositionY(b,t)};t=f.getStyle("position");"relative"==t||"static"==t?a=a.getOffset():(t=a.getPosition(),
a={top:t.top,bottom:t.top+a.getHeight(),left:t.left,right:t.left+a.getWidth()});for(d=c.module.Placement._computePlacement(e,l,w,a,d,b);0<f.length;)"relative"==f.getStyle("position")?(a=f.getOffset(),e=parseInt(f.getStyle("border-top-width"))||0,f=parseInt(f.getStyle("border-left-width"))||0,d.left-=a.left+f,d.top-=a.top+e,f=[]):f=f.getParents();g||(this[0].style.display=h,this[0].style.visibility=k);this.setStyles({position:"absolute",left:d.left+"px",top:d.top+"px"});return this},_getAxis:function(a){switch(a){case "keep-align":return c.util.placement.KeepAlignAxis;
case "best-fit":return c.util.placement.BestFitAxis;default:return c.util.placement.DirectAxis}},_computePlacement:function(a,b,d,c,e,g){var h=a.x.computeStart(b.width,{start:c.left,end:c.right},{start:e.left,end:e.right},d.width,g.x);a=a.y.computeStart(b.height,{start:c.top,end:c.bottom},{start:e.top,end:e.bottom},d.height,g.y);return{left:h,top:a}},_getPositionX:function(a,b){if("left"==a)return"edge-start";if("right"==a)return"edge-end";if("left"==b)return"align-start";if("center"==b)return"align-center";
if("right"==b)return"align-end"},_getPositionY:function(a,b){if("top"==a)return"edge-start";if("bottom"==a)return"edge-end";if("top"==b)return"align-start";if("middle"==b)return"align-center";if("bottom"==b)return"align-end"}},defer:function(a){qxWeb.$attach({placeTo:a.placeTo})}})})();(function(){c.Bootstrap.define("qx.module.Template",{statics:{get:function(a,b,d){a=c.bom.Template.get(a,b,d);a=c.module.Template.__cH(a);return qxWeb.$init([a],qxWeb)},render:function(a,b,d){return c.bom.Template.render(a,
b,d)},renderToNode:function(a,b,d){a=c.bom.Template.renderToNode(a,b,d);a=c.module.Template.__cH(a);return qxWeb.$init([a],qxWeb)},__cH:function(a){if(qxWeb.isTextNode(a)){var b=document.createElement("span");b.appendChild(a);a=b}return a}},defer:function(a){qxWeb.$attachStatic({template:{get:a.get,render:a.render,renderToNode:a.renderToNode}})}})})();(function(){var a="Invalid tags: ",b="\\s*",d="\\$&";c.Bootstrap.define("qx.bom.Template",{statics:{version:null,render:null,renderToNode:function(a,
b,d){a=this.render(a,b,d);return this._createNodeFromTemplate(a)},get:function(a,b,d){a=document.getElementById(a);return this.renderToNode(a.innerHTML,b,d)},_createNodeFromTemplate:function(a){if(-1===a.search(/<|>/))return document.createTextNode(a);var b=c.dom.Element.create("div");b.innerHTML=a;return b.children[0]}}});(function(){(function(a,b){var d={};b(d);a.Mustache=d})(this,function(c){function e(a){return a.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,d)}function g(d){if(!r(d)||2!==d.length)throw Error(a+
d);return[RegExp(e(d[0])+b),RegExp(b+e(d[1]))]}function h(a){this.tail=this.string=a;this.pos=0}function k(a,b){this.view=null==a?{}:a;this.cache={".":this.view};this.parent=b}function l(){this.cache={}}var w=/\s*/,t=/\s+/,E=/\S/,B=/\s*=/,x=/\s*\}/,H=/#|\^|\/|>|\{|&|=|!/,C=RegExp.prototype.test,ba=Object.prototype.toString,r=Array.isArray||function(a){return"[object Array]"===ba.call(a)},F={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};h.prototype.eos=function(){return""===
this.tail};h.prototype.scan=function(a){return(a=this.tail.match(a))&&0===a.index?(a=a[0],this.tail=this.tail.substring(a.length),this.pos+=a.length,a):""};h.prototype.scanUntil=function(a){a=this.tail.search(a);var b;switch(a){case -1:b=this.tail;this.tail="";break;case 0:b="";break;default:b=this.tail.substring(0,a),this.tail=this.tail.substring(a)}this.pos+=b.length;return b};k.prototype.push=function(a){return new k(a,this)};k.prototype.lookup=function(a){var b;if(a in this.cache)b=this.cache[a];
else{for(var d=this;d;){if(0<a.indexOf(".")){b=d.view;for(var c=a.split("."),f=0;null!=b&&f<c.length;)b=b[c[f++]]}else b=d.view[a];if(null!=b)break;d=d.parent}this.cache[a]=b}"function"===typeof b&&(b=b.call(this.view));return b};l.prototype.clearCache=function(){this.cache={}};l.prototype.parse=function(a,b){var d=this.cache,k=d[a];if(null==k){var r;r=b||c.tags;k=a||"";"string"===typeof r&&(r=r.split(t));for(var p=g(r),l=new h(k),u=[],k=[],m=[],F=!1,T=!1,L,y,K,O;!l.eos();){L=l.pos;if(K=l.scanUntil(p[0])){O=
0;for(var ba=K.length;O<ba;++O)if(y=K.charAt(O),C.call(E,y)?T=!0:m.push(k.length),k.push(["text",y,L,L+1]),L+=1,"\n"===y){if(F&&!T)for(;m.length;)delete k[m.pop()];else m=[];T=F=!1}}if(!l.scan(p[0]))break;F=!0;y=l.scan(H)||"name";l.scan(w);"="===y?(K=l.scanUntil(B),l.scan(B),l.scanUntil(p[1])):"{"===y?(K=l.scanUntil(RegExp("\\s*"+e("}"+r[1]))),l.scan(x),l.scanUntil(p[1]),y="&"):K=l.scanUntil(p[1]);if(!l.scan(p[1]))throw Error("Unclosed tag at "+l.pos);O=[y,K,L,l.pos];k.push(O);if("#"===y||"^"===y)u.push(O);
else if("/"===y){y=u.pop();if(!y)throw Error('Unopened section "'+K+'" at '+L);if(y[1]!==K)throw Error('Unclosed section "'+y[1]+'" at '+L);}else"name"===y||"{"===y||"&"===y?T=!0:"="===y&&(p=g(r=K.split(t)))}if(y=u.pop())throw Error('Unclosed section "'+y[1]+'" at '+l.pos);r=[];for(var M,l=0,u=k.length;l<u;++l)if(p=k[l])"text"===p[0]&&M&&"text"===M[0]?(M[1]+=p[1],M[3]=p[3]):(r.push(p),M=p);m=M=[];k=[];l=0;for(u=r.length;l<u;++l)switch(p=r[l],p[0]){case "#":case "^":m.push(p);k.push(p);m=p[4]=[];break;
case "/":m=k.pop();m[5]=p[2];m=0<k.length?k[k.length-1][4]:M;break;default:m.push(p)}k=d[a]=M}return k};l.prototype.render=function(a,b,d){var c=this.parse(a);b=b instanceof k?b:new k(b);return this.renderTokens(c,b,d,a)};l.prototype.renderTokens=function(a,b,d,e){function g(a){return k.render(a,b,d)}for(var h="",k=this,l,m,u=0,t=a.length;u<t;++u)switch(l=a[u],l[0]){case "#":m=b.lookup(l[1]);if(!m)continue;if(r(m))for(var F=0,w=m.length;F<w;++F)h+=this.renderTokens(l[4],b.push(m[F]),d,e);else if("object"===
typeof m||"string"===typeof m)h+=this.renderTokens(l[4],b.push(m),d,e);else if("function"===typeof m){if("string"!==typeof e)throw Error("Cannot use higher-order sections without the original template");m=m.call(b.view,e.slice(l[3],l[5]),g);null!=m&&(h+=m)}else h+=this.renderTokens(l[4],b,d,e);break;case "^":m=b.lookup(l[1]);if(!m||r(m)&&0===m.length)h+=this.renderTokens(l[4],b,d,e);break;case ">":if(!d)continue;m="function"===typeof d?d(l[1]):d[l[1]];null!=m&&(h+=this.renderTokens(this.parse(m),
b,d,m));break;case "&":m=b.lookup(l[1]);null!=m&&(h+=m);break;case "name":m=b.lookup(l[1]);null!=m&&(h+=c.escape(m));break;case "text":h+=l[1]}return h};c.name="mustache.js";c.version="0.8.1";c.tags=["{{","}}"];var u=new l;c.clearCache=function(){return u.clearCache()};c.parse=function(a,b){return u.parse(a,b)};c.render=function(a,b,d){return u.render(a,b,d)};c.to_html=function(a,b,d,e){a=c.render(a,b,d);if("function"===typeof e)e(a);else return a};c.escape=function(a){return String(a).replace(/[&<>"'\/]/g,
function(a){return F[a]})};c.Scanner=h;c.Context=k;c.Writer=l});c.bom.Template.version=this.Mustache.version;c.bom.Template.render=this.Mustache.render}).call({})})();(function(){c.Bootstrap.define("qx.module.util.Array",{statics:{cast:c.lang.Array.cast,equals:c.lang.Array.equals,exclude:c.lang.Array.exclude,fromArguments:c.lang.Array.fromArguments,insertAfter:c.lang.Array.insertAfter,insertBefore:c.lang.Array.insertBefore,max:c.lang.Array.max,min:c.lang.Array.min,remove:c.lang.Array.remove,removeAll:c.lang.Array.removeAll,
unique:c.lang.Array.unique,range:c.lang.Array.range},defer:function(a){qxWeb.$attachStatic({array:{cast:a.cast,equals:a.equals,exclude:a.exclude,fromArguments:a.fromArguments,insertAfter:a.insertAfter,insertBefore:a.insertBefore,max:a.max,min:a.min,remove:a.remove,removeAll:a.removeAll,unique:a.unique,range:a.range}})}})})();(function(){c.Bootstrap.define("qx.bom.String",{statics:{TO_CHARCODE:{quot:34,amp:38,lt:60,gt:62,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,
uml:168,copy:169,ordf:170,laquo:171,not:172,shy:173,reg:174,macr:175,deg:176,plusmn:177,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,sup1:185,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,Agrave:192,Aacute:193,Acirc:194,Atilde:195,Auml:196,Aring:197,AElig:198,Ccedil:199,Egrave:200,Eacute:201,Ecirc:202,Euml:203,Igrave:204,Iacute:205,Icirc:206,Iuml:207,ETH:208,Ntilde:209,Ograve:210,Oacute:211,Ocirc:212,Otilde:213,Ouml:214,times:215,Oslash:216,Ugrave:217,Uacute:218,
Ucirc:219,Uuml:220,Yacute:221,THORN:222,szlig:223,agrave:224,aacute:225,acirc:226,atilde:227,auml:228,aring:229,aelig:230,ccedil:231,egrave:232,eacute:233,ecirc:234,euml:235,igrave:236,iacute:237,icirc:238,iuml:239,eth:240,ntilde:241,ograve:242,oacute:243,ocirc:244,otilde:245,ouml:246,divide:247,oslash:248,ugrave:249,uacute:250,ucirc:251,uuml:252,yacute:253,thorn:254,yuml:255,fnof:402,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,
Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,bull:8226,hellip:8230,prime:8242,Prime:8243,oline:8254,frasl:8260,weierp:8472,image:8465,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,
rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,"int":8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,
lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,circ:710,tilde:732,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,permil:8240,lsaquo:8249,rsaquo:8250,euro:8364},escape:function(a){return c.util.StringEscape.escape(a,c.bom.String.FROM_CHARCODE)}},defer:function(a){a.FROM_CHARCODE=c.lang.Object.invert(a.TO_CHARCODE)}})})();
(function(){c.Bootstrap.define("qx.util.StringEscape",{statics:{escape:function(a,b){for(var d,c="",e=0,g=a.length;e<g;e++){d=a.charAt(e);var h=d.charCodeAt(0);d=b[h]?"&"+b[h]+";":127<h?"&#"+h+";":d;c+=d}return c}}})})();(function(){c.Bootstrap.define("qx.module.util.String",{statics:{camelCase:function(a){return c.lang.String.camelCase.call(c.lang.String,a)},hyphenate:function(a){return c.lang.String.hyphenate.call(c.lang.String,a)},firstUp:c.lang.String.firstUp,firstLow:c.lang.String.firstLow,startsWith:c.lang.String.startsWith,
endsWith:c.lang.String.endsWith,escapeRegexpChars:c.lang.String.escapeRegexpChars,escapeHtml:c.bom.String.escape},defer:function(a){qxWeb.$attachStatic({string:{camelCase:a.camelCase,hyphenate:a.hyphenate,firstUp:a.firstUp,firstLow:a.firstLow,startsWith:a.startsWith,endsWith:a.endsWith,escapeRegexpChars:a.escapeRegexpChars,escapeHtml:a.escapeHtml}})}})})();(function(){c.Bootstrap.define("qx.module.util.Type",{statics:{get:c.Bootstrap.getClass},defer:function(a){qxWeb.$attachStatic({type:{get:a.get}})}})})();
(function(){c.Bootstrap.define("qx.module.util.Object",{statics:{clone:c.lang.Object.clone,getValues:c.lang.Object.getValues,invert:c.lang.Object.invert,contains:c.lang.Object.contains,merge:function(a,b){b=qxWeb.array.fromArguments(arguments);a=b.shift();b.forEach(function(b){a=c.Bootstrap.objectMergeWith(a,b)});return a}},defer:function(a){qxWeb.$attachStatic({object:{clone:a.clone,getValues:a.getValues,invert:a.invert,contains:a.contains,merge:a.merge}})}})})();(function(){c.Bootstrap.define("qx.util.Function",
{statics:{debounce:function(a,b,d){return function(){arguments.callee.immediate=!!d;arguments.callee.args=c.lang.Array.fromArguments(arguments);var f=this;if("undefined"===typeof arguments.callee.intervalId){var e=window.setInterval(function(){this.fired||(window.clearInterval(this.intervalId),delete this.intervalId,!1===this.immediate&&a.apply(f,this.args));this.fired=!1}.bind(arguments.callee),b);arguments.callee.intervalId=e;arguments.callee.immediate&&a.apply(f,arguments.callee.args)}arguments.callee.fired=
!0}},throttle:function(a,b,d){"undefined"===typeof d&&(d={});var c,e,g,h=null,k=0,l=function(){k=!1===d.leading?0:new Date;h=null;g=a.apply(c,e)};return function(){var w=new Date;k||!1!==d.leading||(k=w);var t=b-(w-k);c=this;e=arguments;0>=t?(window.clearTimeout(h),h=null,k=w,g=a.apply(c,e)):h||!1===d.trailing||(h=window.setTimeout(l,t));return g}}}})})();(function(){c.Bootstrap.define("qx.module.util.Function",{statics:{debounce:c.util.Function.debounce,throttle:c.util.Function.throttle},defer:function(a){qxWeb.$attachStatic({func:{debounce:a.debounce,
throttle:a.throttle}})}})})();(function(){qxWeb.define("qx.module.Blocker",{statics:{__Ly:function(a,b,d,f){var e=qxWeb.getWindow(a),g=qxWeb.isDocument(a);if(g||qxWeb.isElement(a))a.__hY||(a.__hY={div:qxWeb.create("<div class='qx-blocker' />")}),g?a.__hY.div.insertBefore(qxWeb(e.document.body).getChildren(":first")):a.__hY.div.appendTo(e.document.body),c.module.Blocker.__Lz(a,b,d,f,g)},__Lz:function(a,b,d,c,e){var g=qxWeb(a),h={display:"block"};h.backgroundColor="undefined"!==typeof b?b:null;h.zIndex=
"undefined"!==typeof c?c:null;"ie"===qxWeb.env.get("browser.name")&&8>=qxWeb.env.get("browser.version")?h.opacity="undefined"!==typeof d?d:0:h.opacity="undefined"!==typeof d?d:null;e?(h.top="0px",h.left="0px",h.position="fixed",h.width="100%",h.height="100%"):(b=g.getOffset(),h.top=b.top+"px",h.left=b.left+"px",h.position="absolute",h.width=g.getWidth()+"px",h.height=g.getHeight()+"px");a.__hY.div.setStyles(h)},__LA:function(a,b){a.__hY&&a.__hY.div.remove()},__LB:function(a){var b=qxWeb();a.forEach(function(a,
c){"undefined"!==typeof a.__hY&&(b=b.concat(a.__hY.div))});return b},block:function(a,b,d){if(!this[0])return this;this.forEach(function(f,e){c.module.Blocker.__Ly(f,a,b,d)});return this},unblock:function(){if(!this[0])return this;this.forEach(c.module.Blocker.__LA);return this},getBlocker:function(){return this[0]?c.module.Blocker.__LB(this):this}},defer:function(a){qxWeb.$attach({block:a.block,unblock:a.unblock,getBlocker:a.getBlocker})}})})();(function(){c.Bootstrap.define("qx.bom.Cookie",{statics:{get:function(a){var b=
document.cookie.indexOf(a+"="),d=b+a.length+1;if(!b&&a!=document.cookie.substring(0,a.length)||-1==b)return null;a=document.cookie.indexOf(";",d);-1==a&&(a=document.cookie.length);return unescape(document.cookie.substring(d,a))},set:function(a,b,d,c,e,g){a=[a,"=",escape(b)];d&&(b=new Date,b.setTime(b.getTime()),a.push(";expires=",(new Date(b.getTime()+864E5*d)).toGMTString()));c&&a.push(";path=",c);e&&a.push(";domain=",e);g&&a.push(";secure");document.cookie=a.join("")},del:function(a,b,d){c.bom.Cookie.get(a)&&
(a=[a,"="],b&&a.push(";path=",b),d&&a.push(";domain=",d),a.push(";expires=Thu, 01-Jan-1970 00:00:01 GMT"),document.cookie=a.join(""))}}})})();(function(){c.Bootstrap.define("qx.module.Cookie",{statics:{get:c.bom.Cookie.get,set:c.bom.Cookie.set,del:c.bom.Cookie.del},defer:function(a){qxWeb.$attachStatic({cookie:{get:a.get,set:a.set,del:a.del}})}})})();(function(){var a="function",b="not a function",d="object",c="A promise cannot be resolved with itself.",e="Promises must be constructed via new";qxWeb.define("baselib.module.promise.Polyfill",
{defer:function(g){(function(){function g(a,b){return function(){a.apply(b,arguments)}}function k(c){if(typeof this!==d)throw new TypeError(e);if(typeof c!==a)throw new TypeError(b);this._value=this._state=null;this._deferreds=[];x(c,g(w,this),g(t,this))}function l(a){var b=this;null===this._state?this._deferreds.push(a):C(function(){var d=b._state?a.onFulfilled:a.onRejected;if(null===d)(b._state?a.resolve:a.reject)(b._value);else{var c;try{c=d(b._value)}catch(f){a.reject(f);return}a.resolve(c)}})}
function w(b){try{if(b===this)throw new TypeError(c);if(b&&(typeof b===d||typeof b===a)){var e=b.then;if(typeof e===a){x(g(e,b),g(w,this),g(t,this));return}}this._state=!0;this._value=b;E.call(this)}catch(k){t.call(this,k)}}function t(a){this._state=!1;this._value=a;E.call(this)}function E(){for(var a=0,b=this._deferreds.length;a<b;a++)l.call(this,this._deferreds[a]);this._deferreds=null}function B(b,d,c,f){this.onFulfilled=typeof b===a?b:null;this.onRejected=typeof d===a?d:null;this.resolve=c;this.reject=
f}function x(a,b,d){var c=!1;try{a(function(a){c||(c=!0,b(a))},function(a){c||(c=!0,d(a))})}catch(f){c||(c=!0,d(f))}}var H;H=typeof window===d&&window?window:global;"undefined"!==typeof module&&module.exports?module.exports=H.Promise?H.Promise:k:H.Promise||(H.Promise=k);var C=H.setImmediate||function(a){setTimeout(a,1)},ba=Array.isArray||function(a){return"[object Array]"===Object.prototype.toString.call(a)};k.prototype["catch"]=function(a){return this.then(null,a)};k.prototype.catchError=k.prototype["catch"];
k.prototype.then=function(a,b){var d=this;return new k(function(c,f){l.call(d,new B(a,b,c,f))})};k.all=function(){var b=Array.prototype.slice.call(1===arguments.length&&ba(arguments[0])?arguments[0]:arguments);return new k(function(c,f){function e(h,k){try{if(k&&(typeof k===d||typeof k===a)){var l=k.then;if(typeof l===a){l.call(k,function(a){e(h,a)},f);return}}b[h]=k;0===--g&&c(b)}catch(t){f(t)}}if(0===b.length)return c([]);for(var g=b.length,h=0;h<b.length;h++)e(h,b[h])})};k.resolve=function(a){return a&&
typeof a===d&&a.constructor===k?a:new k(function(b){b(a)})};k.reject=function(a){return new k(function(b,d){d(a)})};k.race=function(a){return new k(function(b,d){for(var c=0,f=a.length;c<f;c++)a[c].then(b,d)})}})()}})})();(function(){c.Bootstrap.define("qx.bom.client.CssTransform",{statics:{getSupport:function(){var a=c.bom.client.CssTransform.getName();return null!=a?{name:a,style:c.bom.client.CssTransform.getStyle(),origin:c.bom.client.CssTransform.getOrigin(),"3d":c.bom.client.CssTransform.get3D(),
perspective:c.bom.client.CssTransform.getPerspective(),"perspective-origin":c.bom.client.CssTransform.getPerspectiveOrigin(),"backface-visibility":c.bom.client.CssTransform.getBackFaceVisibility()}:null},getStyle:function(){return c.bom.Style.getPropertyName("transformStyle")},getPerspective:function(){return c.bom.Style.getPropertyName("perspective")},getPerspectiveOrigin:function(){return c.bom.Style.getPropertyName("perspectiveOrigin")},getBackFaceVisibility:function(){return c.bom.Style.getPropertyName("backfaceVisibility")},
getOrigin:function(){return c.bom.Style.getPropertyName("transformOrigin")},getName:function(){return c.bom.Style.getPropertyName("transform")},get3D:function(){return null!=c.bom.client.CssTransform.getPerspective()}},defer:function(a){c.core.Environment.add("css.transform",a.getSupport);c.core.Environment.add("css.transform.3d",a.get3D)}})})();(function(){c.Bootstrap.define("qx.bom.client.Flash",{statics:{isAvailable:function(){return 0<parseFloat(c.bom.client.Flash.getVersion())},getVersion:function(){if(navigator.plugins&&
"object"===typeof navigator.plugins["Shockwave Flash"]){var a=[0,0,0],b=navigator.plugins["Shockwave Flash"].description;"undefined"!=typeof b&&(b=b.replace(/^.*\s+(\S+\s+\S+$)/,"$1"),a[0]=parseInt(b.replace(/^(.*)\..*$/,"$1"),10),a[1]=parseInt(b.replace(/^.*\.(.*)\s.*$/,"$1"),10),a[2]=/r/.test(b)?parseInt(b.replace(/^.*r(.*)$/,"$1"),10):0);return a.join(".")}if(window.ActiveXObject){a=[0,0,0];b=!1;try{var d=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(c){try{d=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6"),
a=[6,0,21],d.AllowScriptAccess="always"}catch(e){6==a[0]&&(b=!0)}if(!b)try{d=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(g){}}b||"object"!=typeof d||(b=d.GetVariable("$version"),"undefined"!=typeof b&&(b=b.split(" ")[1].split(","),a[0]=parseInt(b[0],10),a[1]=parseInt(b[1],10),a[2]=parseInt(b[2],10)));return a.join(".")}return""},getExpressInstall:function(){var a=c.bom.client.Flash.getVersion();if(""==a)return!1;var b=c.bom.client.OperatingSystem.getName();return("win"==b||"osx"==b)&&
c.bom.client.Flash.__Ls("6.0.65",a)},getStrictSecurityModel:function(){var a=c.bom.client.Flash.getVersion();return""==a?!1:10>a.split(".")[0]?c.bom.client.Flash.__Ls("9.0.151",a):c.bom.client.Flash.__Ls("10.0.12",a)},__Ls:function(a,b){for(var d=a.split("."),f=b||c.bom.client.Flash.getVersion(),f=f.split("."),e=0;e<d.length;e++){var g=parseInt(f[e],10)-parseInt(d[e],10);if(0<g)break;if(0>g)return!1}return!0}},defer:function(a){c.core.Environment.add("plugin.flash",a.isAvailable);c.core.Environment.add("plugin.flash.version",
a.getVersion);c.core.Environment.add("plugin.flash.express",a.getExpressInstall);c.core.Environment.add("plugin.flash.strictsecurity",a.getStrictSecurityModel)}})})();(function(){c.Bootstrap.define("baselib.FeatureDetection",{defer:function(){c.core.Environment.get("plugin.flash");c.core.Environment.get("css.transition");c.core.Environment.get("css.transform");c.core.Environment.get("css.transform.3d")}})})();(function(){qxWeb.define("baselib.Tooltip",{construct:function(a,b,d,c){this.__sz=qxWeb(a);
this.__fT=qxWeb(b);this.setPosition(d);this.__LC=c||{};this.updatePosition();this.__LH()},members:{__sz:null,__fT:null,__LD:null,__LC:null,getTarget:function(){return this.__sz},setTarget:function(a){this.__sz=qxWeb(a);this.updatePosition()},getElement:function(){return this.__fT},setPosition:function(a){this.__LD=-1==baselib.Tooltip.POSITIONS.indexOf(a)?"bottom-center":a;this.updatePosition()},getPosition:function(){return this.__LD},setOffsets:function(a){this.__LC=a;this.updatePosition()},getOffset:function(){return this.__LC},
isVisible:function(){return this.__fT.getWidth()||this.__fT.getHeight()},updatePosition:function(){if(0<this.__fT.length&&0<this.__sz.length){var a={top:0,left:0,right:0,bottom:0};if(this.__LC)for(var b in a)"number"==typeof this.__LC[b]&&(a[b]=this.__LC[b]);b=this.__fT.isRendered();var d=null,c=null;b||(d=this.__fT[0].style.display,c=this.__fT[0].style.visibility,this.__fT.setStyles({position:"absolute",visibility:"hidden",display:"block"}));this.__LE(a);b||(this.__fT[0].style.display=d,this.__fT[0].style.visibility=
c)}},__LE:function(a){this.__fT.setStyles({position:"absolute",top:"0px",left:"0px"});var b=this.__sz.getOffset(),d=this.__fT.getOffset(),c=b.left-d.left,b=b.top-d.top,d=this.__sz.getWidth()-this.__fT.getWidth(),e=this.__sz.getHeight()-this.__fT.getHeight(),g=this.__LD.split("-"),h=this.__LF(c,b,d,e,a,g[0],{}),h=this.__LG(c,b,d,e,a,g[1],h);this.__fT.setStyles(h)},__LF:function(a,b,d,c,e,g,h){switch(g){case "bottom":h.top=b+this.__sz.getHeight()+e.top+"px";break;case "top":h.top=b-this.__fT.getHeight()-
e.bottom+"px";break;case "left":h.left=a-this.__fT.getWidth()+e.left+"px";break;case "right":h.left=a+this.__sz.getWidth()-e.right+"px"}return h},__LG:function(a,b,d,c,e,g,h){switch(g){case "center":h.left=a+d/2+e.left+"px";break;case "left":h.left=a+e.left+"px";break;case "right":h.left=a+d-e.right+"px";break;case "middle":h.top=b+c/2+e.top+"px";break;case "top":h.top=b+e.top+"px";break;case "bottom":h.top=b+c-e.bottom+"px"}return h},__LH:function(){qxWeb(window).on(qxWeb.EVENT.resize,function(){this.isVisible&&
this.updatePosition()},this)}},statics:{tooltip:function(a,b,d){if(!this[0]||!a)return this;var c=qxWeb(this[0]),e={top:0,left:0,right:0,bottom:0};d=d||{};for(var g in e)"number"!=typeof d[g]&&(d[g]=e[g]);return new baselib.Tooltip(c,a,b||"bottom-center",d)},POSITIONS:"top-left top-center top-right bottom-left bottom-center bottom-right left-top left-middle left-bottom right-top right-middle right-bottom".split(" ")},defer:function(a){qxWeb.$attach({tooltip:a.tooltip})}})})();(function(){c.Bootstrap.define("baselib.event.Normalization",
{statics:{TYPES:["*"],normalize:function(a,b){if(!a)return a;b&&"scroll"==a.type&&(a.x=0===b.scrollLeft?0:-b.scrollLeft,a.y=0===b.scrollTop?0:-b.scrollTop);a._currentTarget=a.currentTarget||b;a._relatedTarget=a.relatedTarget||b;return a}},defer:function(a){qxWeb.$registerEventNormalization(a.TYPES,a.normalize)}})})();(function(){c.Bootstrap.define("baselib.module.Css",{statics:{getWidthMax:function(a){var b=[];this.forEach(function(d){b.push(qxWeb(d).getWidth(a))});return qxWeb.array.max(b)},getWidthMin:function(a){var b=
[];this.forEach(function(d){b.push(qxWeb(d).getWidth(a))});return qxWeb.array.min(b)},getHeightMax:function(a){var b=[];this.forEach(function(d){b.push(qxWeb(d).getHeight(a))});return qxWeb.array.max(b)},getHeightMin:function(a){var b=[];this.forEach(function(d){b.push(qxWeb(d).getHeight(a))});return qxWeb.array.min(b)}},defer:function(a){qxWeb.$attach({getWidthMax:a.getWidthMax,getWidthMin:a.getWidthMin,getHeightMax:a.getHeightMax,getHeightMin:a.getHeightMin})}})})();(function(){c.Bootstrap.define("baselib.module.DeviceInfo",
{defer:function(){var a={api:"pointer",down:"pointerdown",move:"pointermove",up:"pointerup",cancel:"pointercancel",click:"tap",tap:"tap",over:"pointerover",out:"pointerout"},b=["ms","moz","webkit","o"];(function(){for(var a=0,d=0;d<b.length&&!window.requestAnimationFrame;++d)window.requestAnimationFrame=window[b[d]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[b[d]+"CancelAnimationFrame"]||window[b[d]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=
function(b){var d=(new Date).getTime(),c=Math.max(0,16-(d-a)),e=window.setTimeout(function(){b(d+c)},c);a=d+c;return e});window.cancelAnimationFrame||(window.cancelAnimationFrame=function(a){clearTimeout(a)})})();(function(){a.pageVisibility={hidden:null,visibilityChange:null};void 0!==document.hidden&&(a.pageVisibility.hidden="hidden",a.pageVisibility.visibilityChange="visibilitychange");for(var d=null,c=0;c<b.length;c++)d=b[c],void 0!==document[d+"Hidden"]&&(a.pageVisibility.hidden=d+"Hidden",a.pageVisibility.visibilityChange=
d+"visibilitychange")})();a.animation={requestFrame:function(a,b){return window.requestAnimationFrame(a,b)},cancelFrame:function(a){return window.cancelAnimationFrame(a)}};a.transitionStyleName=null;a.transitionEndSupported=!1;a.transitionEnd=null;var d=qxWeb.env.get("css.transition");null!==d&&(a.transitionEndSupported=!0,a.transitionStyleName=d.name,a.transitionEnd=d["end-event"],"firefox"==qxWeb.env.get("browser.name")&&(a.transitionEnd="transitionend"));a.resize="onorientationchange"in window?
"orientationchange":"resize";qxWeb.$attachStatic({EVENT:a})}})})();(function(){c.Bootstrap.define("baselib.module.DocumentScroll",{statics:{setDocumentScrollTop:function(a,b){qxWeb("html,body").setScrollTop(a,b)},setDocumentScrollLeft:function(a,b){qxWeb("html,body").setScrollLeft(a,b)}},defer:function(a){void 0===qxWeb.setDocumentScrollTop&&void 0===qxWeb.setDocumentScrollLeft&&qxWeb.$attachStatic({setDocumentScrollTop:a.setDocumentScrollTop,setDocumentScrollLeft:a.setDocumentScrollLeft})}})})();
(function(){c.Bootstrap.define("baselib.module.Environment",{statics:{isChrome:function(){return"chrome"===qxWeb.env.get("browser.name")},isFirefox:function(){return"firefox"===qxWeb.env.get("browser.name")},isIe:function(){return"ie"===qxWeb.env.get("browser.name")},isOpera:function(){return"opera"===qxWeb.env.get("browser.name")},isSafari:function(){return"safari"===qxWeb.env.get("browser.name")},canTransform:function(){var a=qxWeb.env.get("css.transform");return null!==a&&"object"===typeof a},
canTransform3d:function(){var a=qxWeb.env.get("css.transform");return null!==a&&"object"===typeof a&&a["3d"]},canTransition:function(){return null!==qxWeb.env.get("css.transition")},canAnimation:function(){var a=c.core.Environment.get("css.animation");return null!==a&&"object"===typeof a},canFilter:function(){return void 0!==document.createElement("div").filter},logProcessing:function(){return!1}},defer:function(a){if("Undefined"!==qxWeb.type.get(window.baselib)&&"Undefined"!==qxWeb.type.get(baselib.Log)&&
"Function"===qxWeb.type.get(baselib.Log.processLog))baselib.Log.processLog(a.logProcessing),qxWeb.$attachStatic({debug:baselib.Log.debug,info:baselib.Log.info,warn:baselib.Log.warn,error:baselib.Log.error,trace:baselib.Log.trace,processLog:baselib.Log.processLog,isLogProcessing:baselib.Log.isLogProcessing});else{var b=function(){};qxWeb.$attachStatic({debug:b,info:b,warn:b,error:b,trace:b})}qxWeb.env.isChrome=a.isChrome;qxWeb.env.isFirefox=a.isFirefox;qxWeb.env.isIe=a.isIe;qxWeb.env.isOpera=a.isOpera;
qxWeb.env.isSafari=a.isSafari;qxWeb.env.canTransform=a.canTransform;qxWeb.env.canTransform3d=a.canTransform3d;qxWeb.env.canTransition=a.canTransition;qxWeb.env.canAnimation=a.canAnimation;qxWeb.env.canFilter=a.canFilter}})})();(function(){qxWeb.define("baselib.module.Event",{statics:{__Lt:!1,__GX:null,__Lu:null,onResize:function(a,b){var d=baselib.module.Event;d.__GX.push(a);d.__Lu.push(void 0!==b?b:window);if(!1===d.__Lt){var c=qxWeb.func.throttle(function(a){a=qxWeb.object.clone(a);for(var b=0,
c=d.__GX.length;b<c;b++)d.__GX[b].call(d.__Lu[b],a)},150,{trailing:!1});qxWeb(window).on("resize",c)}d.__Lt=!0},emitNative:function(a){var b;switch(a){case "pointerup":a="pointerUp";break;case "pointerdown":a="pointerDown"}if(document.createEvent)for(var d=0;d<this.length;d++)b=document.createEvent("HTMLEvents"),b.initEvent(a,!0,!0),this[d].dispatchEvent(b);else for(d=0;d<this.length;d++)b=document.createEventObject(),this[d].fireEvent("on"+a,b)},getListeners:function(a){if("Undefined"===qxWeb.type.get(a))return qxWeb.error("You have to provide an array with event types!"),
qxWeb.info("Take a look at the API documentation ( http://baselib.ai.1und1.de/devel/docs/api/#.getListeners ) for details."),this;var b={};this.forEach(function(d){var c=qxWeb(d);if(c.is("[data-qx-event-id]")&&(d=c.getAttribute("data-qx-event-id"),b[d]={},c[0].$$emitter)){var c=c[0].$$emitter.getListeners(),e;for(e in c)if(-1!==a.indexOf(e)){b[d][e]=[];for(var g=0,h=c[e].length;g<h;g++)b[d][e].push({type:c[e][g].name,listener:c[e][g].listener,context:c[e][g].ctx,useCapture:c[e][g].useCapture})}}});
0===Object.keys(b).length&&qxWeb.info('Collected no listeners - are the DOM elements equipped with the "data-qx-event-id" attribute? Take a look at the API documentation samples ( http://baselib.ai.1und1.de/devel/docs/api/#.restoreListeners )');return b},restoreListeners:function(a){if("Undefined"===qxWeb.type.get(a))return qxWeb.error('You have to provide a list of listener retrieved from the "getListeners" method!'),qxWeb.info("Take a look at the API documentation ( http://baselib.ai.1und1.de/devel/docs/api/#.getListeners ) for details."),
this;var b=!1;this.forEach(function(d){d=qxWeb(d);var c=d.getAttribute("data-qx-event-id");if(null!==c&&a[c]&&0<Object.keys(a[c]).length){b=!0;for(var g in a[c])for(var h=a[c][g],k=0,l=h.length;k<l;k++)d.on(h[k].type,h[k].listener,h[k].context,h[k].useCapture)}});if(!b){var d;d='Restored no event listeners for any of the DOM elements in your collection. Please make sure every DOM element to restore events for is equipped with a "data-qx-event-id" attribute. Take a look at the API documentation ( http://baselib.ai.1und1.de/devel/docs/api/#.getListeners ) for details.';
qxWeb.info(d)}return this}},defer:function(a){qxWeb.$attach({emitNative:a.emitNative,getListeners:a.getListeners,restoreListeners:a.restoreListeners});qxWeb.$attachStatic({onResize:a.onResize});baselib.module.Event.__GX=[];baselib.module.Event.__Lu=[]}})})();(function(){c.Bootstrap.define("baselib.module.SelectboxSync",{statics:{__mW:null,selectSync:function(a,b,d){if(!this[0])return qxWeb.debug("Your collection is empty! It has to match a select element."),this;b instanceof qxWeb||(b=qxWeb(b));if(0===
b.length)return qxWeb.debug("Your target collection is empty! It has to match an element."),this;void 0===d&&(d="html");var c=this.eq(0),e=baselib.module.SelectboxSync.__LI(c,"value",b,d),g=c.getAttribute("value");if(void 0!==baselib.module.SelectboxSync.__mW[e])return this;baselib.module.SelectboxSync.__mW[e]=function(){b.setAttribute(d,a[this.getValue()])};c.on("change",baselib.module.SelectboxSync.__mW[e]);b.setAttribute(d,a[g])},selectUnsync:function(a,b){if(!this[0])return this;var d=this.eq(0),
c=baselib.module.SelectboxSync.__LI(d,"value",a,b),e=baselib.module.SelectboxSync.__mW[c];a instanceof qxWeb||qxWeb(a);void 0!==e&&d.off("change",baselib.module.SelectboxSync.__mW[c])},__LI:function(a,b,c,f){a=a[0].nodeName.toLowerCase();a+=b.toLowerCase();a+=c[0].nodeName.toLowerCase();return a+=f.toLowerCase()}},defer:function(a){qxWeb.$attach({selectSync:a.selectSync,selectUnsync:a.selectUnsync});baselib.module.SelectboxSync.__mW={}}})})();(function(){qxWeb.define("baselib.module.Toggle",{statics:{toggle:function(){var a=
arguments,b={},c={},f,e=function(){};0!==a.length&&(e=function(e){this[0].uid||(this[0].uid=(new Date).getTime(),b[this[0].uid]=0);f=this[0].uid;e.preventDefault?e.preventDefault():e.returnValue=!1;c[f]=b[f];b[f]=(b[f]+1)%a.length;return a[c[f]].apply(this,arguments)||!1},this.on(qxWeb.EVENT.click,e))}},defer:function(a){qxWeb.$attach({toggle:a.toggle})}})})();(function(){c.Bootstrap.define("baselib.module.TextContent",{statics:{getTextContent:function(){if(this[0])return c.bom.Label.getValue(this[0])},
setTextContent:function(a){for(var b=0;b<this.length;b++)c.bom.Label.setValue(this[b],a);return this}},defer:function(a){qxWeb.$attach({getTextContent:a.getTextContent,setTextContent:a.setTextContent})}})})();(function(){c.Bootstrap.define("qx.bom.Label",{statics:{__yu:null,setValue:function(a,b){b=b||"";a.useHtml?(c.bom.Label.__yu&&"function"===typeof c.bom.Label.__yu&&(b=c.bom.Label.__yu(b)),a.innerHTML=b):!c.core.Environment.get("css.textoverflow")&&c.core.Environment.get("html.xul")?a.firstChild.setAttribute("value",
b):c.bom.element.Attribute.set(a,"text",b)},getValue:function(a){return a.useHtml?a.innerHTML:!c.core.Environment.get("css.textoverflow")&&c.core.Environment.get("html.xul")?a.firstChild.getAttribute("value")||"":c.bom.element.Attribute.get(a,"text")}}})})();(function(){qxWeb.define("baselib.module.util.Uri",{statics:{appendParams:function(a,b){return c.util.Uri.appendParamsToUrl(a,b)},getAbsolute:function(a){return c.util.Uri.getAbsolute(a)},parse:function(a,b){return c.util.Uri.parseUri(a,b)},toParameter:function(a,
b){return c.util.Uri.toParameter(a,b)}},defer:function(a){qxWeb.$attachStatic({uri:{appendParams:a.appendParams,getAbsolute:a.getAbsolute,parse:a.parse,toParameter:a.toParameter}})}})})();(function(){c.Bootstrap.define("baselib.module.util.Viewport",{statics:{getViewportOffset:function(){if(this[0]){var a=this[0].getBoundingClientRect();return{top:a.top,bottom:a.bottom,left:a.left,right:a.right}}}},defer:function(a){qxWeb.$attach({getViewportOffset:a.getViewportOffset})}})})();(function(){qxWeb.define("baselib.Thenable",
{construct:function(a,b){this.__LJ=a;this.__wJ=b},members:{__wJ:null,__LJ:null,__LK:null,_getPromise:function(){return this.__LJ},_setPromise:function(a){this.__LJ=a},then:function(a,b){this.__LK=b;this.__LJ&&(this.__LJ=this.__LJ.then(a,b));return this},"catch":function(a){this.__LJ&&(this.__LJ=this.__LJ["catch"](a));return this},fail:function(a){return this["catch"](a)},abort:function(a){this.__wJ&&this.__wJ();return this},_getRejectionCallback:function(){return this.__LK}}})})();window.$q=window.qxWeb;
window.qx=void 0;try{delete window.qx}catch(Ya){}})();

//### zip:baseLib-1.0.5.jar/PUSTEFIX-INF/script/compat-min.js
(function(){var f=window.qxWeb.$$qx;f.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});f.$$packageData["0"]={locales:{},resources:{},translations:{}};(function(){f.Bootstrap.define("baselib.Compat",{statics:{wrap:function(a){baselib.Compat.logDeprecatedMessage("$q.wrap","$q()");return this(a)},eventRegistrationAddListener:function(a,b,c,d,f){baselib.Compat.logDeprecatedMessage("qx.event.Registration.addListener","on");5==arguments.length&&baselib.Compat.logMessage("'Capture' parameter no longer supported!");
qxWeb(a).on(b,c,d)},eventRegistrationRemoveListener:function(a,b,c,d,f){baselib.Compat.logDeprecatedMessage("qx.event.Registration.removeListener","off");5==arguments.length&&baselib.Compat.logMessage("'Capture' parameter no longer supported!");qxWeb(a).off(b,c,d)},eventTimerOnce:function(a,b,c){baselib.Compat.logDeprecatedMessage("qx.event.Timer.once","window.setTimeout");a=a.bind(b);return window.setTimeout(a,c)},addListener:function(a,b,c,d){baselib.Compat.logDeprecatedMessage("addListener","on");
4==arguments.length&&baselib.Compat.logMessage("'Capture' parameter no longer supported!");this.on(a,b,c);return this},removeListener:function(a,b,c,d){baselib.Compat.logDeprecatedMessage("removeListener","off");4==arguments.length&&baselib.Compat.logMessage("'Capture' parameter no longer supported!");this.off(a,b,c);return this},children:function(a){baselib.Compat.logDeprecatedMessage("children","getChildren");return this.getChildren(a)},parents:function(a){baselib.Compat.logDeprecatedMessage("parents",
"getParents");return this.getParents(a)},resetAttribute:function(a){baselib.Compat.logDeprecatedMessage("resetAttribute","removeAttribute");return this.setAttribute(a,null)},resetStyle:function(a){return this.setStyle(a,null)},bomEventFire:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.Event.fire","emit");var c;if(document.createEvent)return c=document.createEvent("HTMLEvents"),c.initEvent(b,!0,!0),!a.dispatchEvent(c);c=document.createEventObject();return a.fireEvent("on"+b,c)},bomEventAddNativeListener:function(a,
b,c,d){baselib.Compat.logDeprecatedMessage("qx.bom.Event.addNativeListener","on");qxWeb.$$qx.bom.Event.addNativeListener(a,b,c,d)},bomEventRemoveNativeListener:function(a,b,c,d){baselib.Compat.logDeprecatedMessage("qx.bom.Event.removeNativeListener","off");qxWeb.$$qx.bom.Event.removeNativeListener(a,b,c,d)},bomElementClassToggle:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.element.Class.toggle","$q(SELECTOR).toggleClass");var c=qxWeb.create(a);c.toggleClass(b);return c.getClass()},dollarShortcut:function(a,
b){return qxWeb.isNode(a)?qxWeb(a):-1!=a.indexOf("<")?qxWeb.create(a):qxWeb(a)},bomCollectionQuery:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.Collection.query","$q(SELECTOR, CONTEXT)");return qxWeb(a,b)},bomCollectionHtml:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.Collection.html","$q.create(HTML, CONTEXT)");return qxWeb.create(a,b)},bomCollectionCreate:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.Collection.create","$q.create(HTML, CONTEXT)");return qxWeb.create(a,
b)},bomCollectionId:function(a){baselib.Compat.logDeprecatedMessage("qx.bom.Collection.id","$q(#ID)");return qxWeb("#"+a)},bomElementLocationGetBottom:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.element.Location.getBottom","$q(SELECTOR).getOffset().bottom");return qxWeb(a).getOffset().bottom},bomElementLocationGetTop:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.element.Location.getTop","$q(SELECTOR).getOffset().top");return qxWeb(a).getOffset().top},bomElementLocationGetLeft:function(a,
b){baselib.Compat.logDeprecatedMessage("qx.bom.element.Location.getLeft","$q(SELECTOR).getOffset().left");return qxWeb(a).getOffset().left},bomElementLocationGetRight:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.element.Location.getRight","$q(SELECTOR).getOffset().right");return qxWeb(a).getOffset().right},bomElementStyleReset:function(a,b,c){baselib.Compat.logDeprecatedMessage("qx.bom.element.Style.reset","$q(SELECTOR).setStyle(STYLE, null)");qxWeb(a).setStyle(b,null)},bomElementStyleSetStyles:function(a,
b,c){baselib.Compat.logDeprecatedMessage("qx.bom.element.Style.setStyles","$q(SELECTOR).setStyles()");qxWeb(a).setStyles(b)},domElementHasChildren:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Element.hasChildren","$q(SELECTOR).getChildren().length");return 0!=qxWeb(a).getChildren().length},domElementInsertAfter:function(a,b){baselib.Compat.logDeprecatedMessage("qx.dom.Element.insertAfter","$q(NODE).after(ref)");return 0<qxWeb(a).after(b).length},domElementInsertAt:function(a,b,c){baselib.Compat.logDeprecatedMessage("qx.dom.Element.insertAt",
"$q(SELECTOR).before()");return 0<qxWeb(b).getChildren().eq(c).before(a).length},domElementInsertBefore:function(a,b){baselib.Compat.logDeprecatedMessage("qx.dom.Element.insertBefore","$q.(SELECTOR).before(node)");return 0<qxWeb(b).before(a).length},domElementInsertBegin:function(a,b){baselib.Compat.logDeprecatedMessage("qx.dom.Element.insertBegin","$q(SELECTOR).before(node)");return 0<qxWeb(b).getChildren().getFirst().before(a).length},domElementRemoveChild:function(a,b){baselib.Compat.logDeprecatedMessage("qx.dom.Element.removeChild",
"$q(SELECTOR).remove()");return 0<qxWeb(a).remove().length},domElementCreate:function(a,b,c){baselib.Compat.logDeprecatedMessage("qx.dom.Element.create","$q.create(HTML)");a="<"+a+" ";for(var d in b)a+=d+"='"+b[d]+"' ";b=qxWeb.create(a+">");return 0<b.length?b[0]:null},domNodeGetDocument:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Node.getDocument","qxWeb.getDocument");return qxWeb.getDocument(a)},domNodeGetName:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Node.getName","qxWeb.getName");
return a&&a.nodeName?a.nodeName.toLowerCase():null},domNodeGetText:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Node.getText","$q(SELECTOR).getTextContent");return qxWeb(a).getTextContent()},domNodeGetWindow:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Node.getWindow","qxWeb.getWindow");return qxWeb.getWindow(a)},domNodeIsDocument:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Node.isDocument","qxWeb.isDocument");return qxWeb.isDocument(a)},domNodeIsElement:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Node.isElement",
"qxWeb.isElement");return qxWeb.isElement(a)},domNodeIsNode:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Node.isNode","qxWeb.isNode");return qxWeb.isNode(a)},domNodeIsBlockNode:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Node.isBlockNode","qxWeb.isBlockNode");return qxWeb.isBlockNode(a)},domNodeIsWindow:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Node.isWindow","qxWeb.isWindow");return qxWeb.isWindow(a)},bomElementEmpty:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Element.empty",
"$q(element).empty");return 0<qxWeb(a).empty().length?"":null},bomElementHasListener:function(a,b,c){baselib.Compat.logDeprecatedMessage("qx.bom.Element.hasListener","$q(element).hasListener");return qxWeb(a).hasListener(b)},bomElementFocus:function(a){baselib.Compat.logDeprecatedMessage("qx.bom.Element.focus","$q(element).focus");qxWeb(a).focus()},bomElementClone:function(a){baselib.Compat.logDeprecatedMessage("qx.bom.Element.clone","$q(element).clone");return qxWeb(a).clone()[0]},bomElementAttributeReset:function(a,
b){baselib.Compat.logDeprecatedMessage("qx.bom.element.Attribute.reset","$q(element).setAttribute");qxWeb(a).setAttribute(b,null)},bomViewportGetWidth:function(a){a=a||window;return qxWeb(a).getWidth()},bomViewportGetHeight:function(a){a=a||window;return qxWeb(a).getHeight()},domHierarchyGetDescendants:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Hierarchy.getDescendants","$q(element).find('*')");return qxWeb(a).find("*").toArray()},domHierarchyIsDescendantOf:function(a,b){baselib.Compat.logDeprecatedMessage("qx.dom.Hierarchy.isDescendantOf",
"$q(ancestor element).length > 0");return-1!=qxWeb(b).find(a.tagName.toLowerCase()).indexOf(a)},domHierarchyGetNextElementSibling:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Hierarchy.getNextElementSibling","$q(element).getNext()");a=qxWeb(a).getNext();return 0<a.length?a[0]:null},coreVariantisSet:function(a,b){baselib.Compat.logDeprecatedMessage("qx.core.Variant.isSet","$q.env.get(key) == value");return f.core.Environment.get(a)==b},classDefine:function(a,b){baselib.Compat.logDeprecatedMessage("qx.Class.define",
"qx.Bootstrap");return f.Bootstrap.define(a,b)},langFunctionBind:function(a,b,c){baselib.Compat.logDeprecatedMessage("qx.lang.Function.bind","Function.bind");return f.lang.Function.create(a,{self:b,args:2<arguments.length?f.lang.Array.fromArguments(arguments,2):null})},langFunctionListener:function(){return qxWeb.$$qx.lang.Function.listener(arguments)},bomInputGetValue:function(a){baselib.Compat.logDeprecatedMessage("qx.bom.Input.getValue","$q(SELECTOR).getValue");return qxWeb(a).getValue()},bomInputSetValue:function(a,
b){baselib.Compat.logDeprecatedMessage("qx.bom.Input.setValue","$q(SELECTOR).setValue");return qxWeb(a).setValue(b)},bomElementClassReplace:function(a,b,c){baselib.Compat.logDeprecatedMessage("qx.bom.element.Class.replace","$q(SELECTOR).replaceClass");return qxWeb(a).replaceClass(b,c)},bomElementClassRemove:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.element.Class.remove","$q(SELECTOR).removeClass");return qxWeb(a).removeClass(b)},bomElementClassRemoveClasses:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.element.Class.removeClasses",
"$q(SELECTOR).removeClasses");return qxWeb(a).removeClasses(b)},bomElementClassAdd:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.element.Class.add","$q(SELECTOR).addClass");return qxWeb(a).addClass(b)},bomElementClassAddClasses:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.element.Class.addClasses","$q(SELECTOR).addClasses");return qxWeb(a).addClasses(b)},bomElementClassGet:function(a){baselib.Compat.logDeprecatedMessage("qx.bom.element.Class.get","$q(SELECTOR).getClass");
return qxWeb(a).getClass()},bomElementClassHas:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.element.Class.has","$q(SELECTOR).hasClass");return qxWeb(a).hasClass(b)},bomDocumentGetWidth:function(){baselib.Compat.logDeprecatedMessage("qx.bom.Document.getWidth","$q(SELECTOR).getWidth");return qxWeb(document.documentElement).getWidth()},bomDocumentGetHeight:function(a){baselib.Compat.logDeprecatedMessage("qx.bom.Document.getHeight","$q(SELECTOR).getHeight");return qxWeb(document.documentElement).getHeight()},
bomElementAttributeGet:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.element.Attribute.get","$q(SELECTOR).getAttribute");return qxWeb(a).getAttribute(b)},bomElementAttributeSet:function(a,b,c){baselib.Compat.logDeprecatedMessage("qx.bom.element.Attribute.set","$q(SELECTOR).setAttribute");return qxWeb(a).setAttribute(b,c)},bomElementDimensionGetHeight:function(a){baselib.Compat.logDeprecatedMessage("qx.bom.element.Dimension.getHeight","$q(SELECTOR).getHeight");return qxWeb(a).getHeight()},
bomElementDimensionGetWidth:function(a){baselib.Compat.logDeprecatedMessage("qx.bom.element.Dimension.getWidth","$q(SELECTOR).getWidth");return qxWeb(a).getWidth()},bomElementLocationGet:function(a){baselib.Compat.logDeprecatedMessage("qx.bom.element.Location.get","$q(SELECTOR).getOffset");return qxWeb(a).getOffset()},bomElementOpacitySet:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.element.Opacity.set","$q(SELECTOR).setStyle");return qxWeb(a).setStyle("opacity",b)},bomElementStyleGet:function(a,
b,c,d){baselib.Compat.logDeprecatedMessage("qx.bom.element.Style.get","$q(SELECTOR).getStyle");return qxWeb(a).getStyle(b)},bomElementStyleSet:function(a,b,c,d){baselib.Compat.logDeprecatedMessage("qx.bom.element.Style.set","$q(SELECTOR).setStyle");return qxWeb(a).setStyle(b,c)},domElementGetParent:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Element.getParentElement","$q(SELECTOR).getParents");return qxWeb(a).getParents()},domElementInsertEnd:function(a,b){baselib.Compat.logDeprecatedMessage("qx.dom.Element.insertEnd",
"$q(SELECTOR).append");return qxWeb(b).append(a)},bomElementDimensionGetContentWidth:function(a){baselib.Compat.logDeprecatedMessage("qx.bom.element.Dimension.getContentWidth","$q(SELECTOR).getContentWidth");return qxWeb(a).getContentWidth()},bomSelectorQuery:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.Selector.query","$q(SELECTOR).getContentWidth");return qxWeb(b).find(a)},domHierarchyGetChildElements:function(a){baselib.Compat.logDeprecatedMessage("qx.dom.Hierarchy.getChildElements",
"$q(SELECTOR).getChildren");var b=[];qxWeb(a).getChildren().forEach(function(a){b.push(a)});return b},bomElementLocationGetPosition:function(a){baselib.Compat.logDeprecatedMessage("qx.bom.element.Location.getPosition","$q(SELECTOR).getPosition");return qxWeb(a).getPosition()},bomLabelSetValue:function(a,b){baselib.Compat.logDeprecatedMessage("qx.bom.Label.setValue","$q(SELECTOR).setTextContent");return qxWeb(a).setTextContent(b)},bomLabelGetValue:function(a){baselib.Compat.logDeprecatedMessage("qx.bom.Label.getValue",
"$q(SELECTOR).getTextContent");return qxWeb(a).getTextContent()},logLoggerInfo:function(a,b){baselib.Compat.logDeprecatedMessage("qx.log.Logger.info","");baselib.Compat.logMessage("Please remove the usage of the logger infrastructure.");void 0!=window.console&&"function"==typeof window.console.info&&window.console.info(a,b)},logLoggerError:function(a,b){baselib.Compat.logDeprecatedMessage("qx.log.Logger.error","");baselib.Compat.logMessage("Please remove the usage of the logger infrastructure.");
void 0!=window.console&&"function"==typeof window.console.error&&window.console.error(a,b)},logLoggerWarn:function(a,b){baselib.Compat.logDeprecatedMessage("qx.log.Logger.error","");baselib.Compat.logMessage("Please remove the usage of the logger infrastructure.");void 0!=window.console&&"function"==typeof window.console.warn&&window.console.warn(a,b)},coreObjectFireDataEvent:function(a,b,c,d){baselib.Compat.logDeprecatedMessage("qx.core.Object.fireDataEvent","emit");qxWeb("html").emit(a,b);return!0},
logDeprecatedMessage:function(a,b){var c="The method '"+a+"' is deprecated!";b&&(c+=" Please use the '"+b+"' instead!");baselib.Compat.logMessage(c);qxWeb.cookie.get("baselib.deprecated.stacktrace")},langStringCamelCase:function(a){baselib.Compat.logDeprecatedMessage("qx.lang.String.camelCase","qxWeb.string.camelCase");return qxWeb.string.camelCase(a)},langStringEndsWith:function(a,b){baselib.Compat.logDeprecatedMessage("qx.lang.String.endsWith","qxWeb.string.endsWith");return qxWeb.string.endsWith(a,
b)},langStringEscapeRegexpChars:function(a){baselib.Compat.logDeprecatedMessage("qx.lang.String.escapeRegexpChars","qxWeb.string.escapeRegexpChars");return qxWeb.string.escapeRegexpChars(a)},langStringFirstLow:function(a){baselib.Compat.logDeprecatedMessage("qx.lang.String.firstLow","qxWeb.string.firstLow");return qxWeb.string.firstLow(a)},langStringFirstUp:function(a){baselib.Compat.logDeprecatedMessage("qx.lang.String.firstUp","qxWeb.string.firstUp");return qxWeb.string.firstUp(a)},langStringHyphenate:function(a){baselib.Compat.logDeprecatedMessage("qx.lang.String.hyphenate",
"qxWeb.string.hyphenate");return qxWeb.string.hyphenate(a)},langStringStartsWith:function(a,b){baselib.Compat.logDeprecatedMessage("qx.lang.String.startsWith","qxWeb.string.startsWith");return qxWeb.string.startsWith(a,b)},bomCookieSet:function(a,b,c,d,f,e){baselib.Compat.logDeprecatedMessage("qx.bom.Cookie.set","qxWeb.cookie.set");qxWeb.cookie.set(a,b,c,d,f,e)},bomCookieGet:function(a){baselib.Compat.logDeprecatedMessage("qx.bom.Cookie.get","qxWeb.cookie.get");return qxWeb.cookie.get(a)},bomCookieDel:function(a,
b,c){baselib.Compat.logDeprecatedMessage("qx.bom.Cookie.del","qxWeb.cookie.del");return qxWeb.cookie.del(a,b,c)},logMessage:function(a){},__LL:function(a){for(var b,c,d,g,e=0,m=a.length;e<m;e++)d=a[e].fullMethodName,c=a[e].methodName,g=a[e].clazz,b=g[c],g[c]=function(a,b,c,d){return function h(){if(null==h.caller)d("Method '"+b+"' is deprecated!");else if(h.caller){for(var e=h.caller,g=!1,l=0,k;null!=e&&e!=h;){k=f.lang.Function.getName(e);if("anonymous()"==k)break;-1!=k.indexOf("qx.module")&&(g=!0);
e=e.caller;l++}1==l&&"anonymous()"==k&&(g=!0);g||d("Method '"+b+"' is deprecated!")}return c.apply(a,arguments)}}(g,d,b,baselib.Compat.logMessage)}},defer:function(a){if(null===typeof b||"object"!==typeof b)var b={};b.bom=b.bom||{};b.bom.Collection=b.bom.Collection||{};b.bom.element=b.bom.element||{};b.bom.Collection.query=q;b.bom.Collection.query=a.bomCollectionQuery;b.bom.Collection.html=a.bomCollectionHtml;b.bom.Collection.create=a.bomCollectionCreate;b.bom.Collection.id=a.bomCollectionId;window.$=
window.$||a.dollarShortcut;b.bom.Selector=b.bom.Selector||{};b.bom.Selector.query=a.bomSelectorQuery;b.bom.Element=b.bom.Element||{};b.bom.Element.empty=a.bomElementEmpty;b.bom.Element.hasListener=a.bomElementHasListener;b.bom.Element.clone=a.bomElementClone;b.bom.element=b.bom.element||{};b.bom.element.Class=b.bom.element.Class||{};b.bom.element.Class.replace=a.bomElementClassReplace;b.bom.element.Class.remove=a.bomElementClassRemove;b.bom.element.Class.removeClasses=a.bomElementClassRemoveClasses;
b.bom.element.Class.add=a.bomElementClassAdd;b.bom.element.Class.addClasses=a.bomElementClassAddClasses;b.bom.element.Class.get=a.bomElementClassGet;b.bom.element.Class.has=a.bomElementClassHas;b.bom.element.Dimension=b.bom.element.Dimension||{};b.bom.element.Dimension.getHeight=a.bomElementDimensionGetHeight;b.bom.element.Dimension.getWidth=a.bomElementDimensionGetWidth;b.bom.element.Dimension.getContentWidth=a.bomElementDimensionGetContentWidth;b.bom.element.Opacity=b.bom.element.Opacity||{};b.bom.element.Opacity.set=
a.bomElementOpacitySet;b.bom.Input=b.bom.Input||{};b.bom.Input.getValue=a.bomInputGetValue;b.bom.Input.setValue=a.bomInputSetValue;b.bom.request=qxWeb.$$qx.bom.request;b.bom.Element.addListener=a.eventRegistrationAddListener;b.bom.Element.removeListener=a.eventRegistrationRemoveListener;b.bom.Event={};b.bom.Event.fire=a.bomEventFire;b.bom.Event.addNativeListener=a.bomEventAddNativeListener;b.bom.Event.removeNativeListener=a.bomEventRemoveNativeListener;b.event=b.event||{};b.event.Registration=b.event.Registration||
{};b.event.Registration.addListener=a.eventRegistrationAddListener;b.event.Registration.removeListener=a.eventRegistrationRemoveListener;b.event.Registration.fireEvent=a.bomEventFire;b.event.Registration.hasListener=a.bomElementHasListener;b.event.Timer=b.event.Timer||{};b.event.Timer.once=a.eventTimerOnce;b.bom.element.Class.toggle=a.bomElementClassToggle;b.bom.element.Location=b.bom.element.Location||{};b.bom.element.Location.get=a.bomElementLocationGet;b.bom.element.Location.getBottom=a.bomElementLocationGetBottom;
b.bom.element.Location.getLeft=a.bomElementLocationGetLeft;b.bom.element.Location.getRight=a.bomElementLocationGetRight;b.bom.element.Location.getTop=a.bomElementLocationGetTop;b.bom.element.Location.getPosition=a.bomElementLocationGetPosition;b.bom.client=b.bom.client||{};b.bom.client.Engine=b.bom.client.Engine||{};b.bom.client.Engine.MSHTML="mshtml"==qxWeb.env.get("engine.name");b.bom.client.Engine.VERSION=qxWeb.env.get("engine.version");b.bom.client.Engine.UNKNOWN_ENGINE=!1;b.bom.client.Browser=
b.bom.client.Browser||{};b.bom.client.Browser.NAME=qxWeb.env.get("browser.name");b.bom.element.Style=b.bom.element.Style||{};b.bom.element.Style.reset=a.bomElementStyleReset;b.bom.element.Style.setStyles=a.bomElementStyleSetStyles;b.bom.element.Style.get=a.bomElementStyleGet;b.bom.element.Style.set=a.bomElementStyleSet;b.bom.Label=b.bom.Label||{};b.bom.Label.setValue=a.bomLabelSetValue;b.bom.Label.getValue=a.bomLabelGetValue;b.bom.Cookie=b.bom.Cookie||{};b.bom.Cookie.set=a.bomCookieSet;b.bom.Cookie.get=
a.bomCookieGet;b.bom.Cookie.get=a.bomCookieDel;b.bom.element.Attribute=b.bom.element.Attribute||{};b.bom.element.Attribute.reset=a.bomElementAttributeReset;b.bom.element.Attribute.get=a.bomElementAttributeGet;b.bom.element.Attribute.set=a.bomElementAttributeSet;b.bom.Viewport=b.bom.Viewport||{};b.bom.Viewport.getWidth=a.bomViewportGetWidth;b.bom.Viewport.getHeight=a.bomViewportGetHeight;b.dom=b.dom||{};b.dom.Element=b.dom.Element||{};b.dom.Element.create=a.domElementCreate;b.dom.Element.hasChildren=
a.domElementHasChildren;b.dom.Element.insertAfter=a.domElementInsertAfter;b.dom.Element.insertAt=a.domElementInsertAt;b.dom.Element.insertBefore=a.domElementInsertBefore;b.dom.Element.insertBegin=a.domElementInsertBegin;b.dom.Element.removeChild=a.domElementRemoveChild;b.dom.Element.getParentElement=a.domElementGetParent;b.dom.Element.insertEnd=a.domElementInsertEnd;b.dom.Node=b.dom.Node||{};b.dom.Node.getDocument=a.domNodeGetDocument;b.dom.Node.getName=a.domNodeGetName;b.dom.Node.getText=a.domNodeGetText;
b.dom.Node.getWindow=a.domNodeGetWindow;b.dom.Node.isBlockNode=a.domNodeIsBlockNode;b.dom.Node.isDocument=a.domNodeIsDocument;b.dom.Node.isElement=a.domNodeIsElement;b.dom.Node.isNode=a.domNodeIsNode;b.dom.Node.isWindow=a.domNodeIsWindow;b.bom.Document=b.bom.Document||{};b.bom.Document.getWidth=a.bomDocumentGetWidth;b.dom.Hierarchy=b.dom.Hierarchy||{};b.dom.Hierarchy.getDescendants=a.domHierarchyGetDescendants;b.dom.Hierarchy.isDescendantOf=a.domHierarchyIsDescendantOf;b.dom.Hierarchy.getChildElements=
a.domHierarchyGetChildElements;b.dom.Hierarchy.getNextElementSibling=a.domHierarchyGetNextElementSibling;b.core=b.core||{};b.core.Object=b.core.Object||{};b.core.Object.prototype=b.core.Object.prototype||{};b.core.Object.prototype.fireDataEvent=a.coreObjectFireDataEvent;b.core.Variant={};b.core.Variant.isSet=a.coreVariantisSet;b.Class={};b.Class.define=a.classDefine;b.Bootstrap=qxWeb.$$qx.Bootstrap;b.lang=b.lang||{};b.lang.Function=b.lang.Function||{};b.lang.Function.bind=a.langFunctionBind;b.lang.Function.create=
qxWeb.$$qx.lang.Function.create;b.lang.Function.getName=qxWeb.$$qx.lang.Function.getName;b.lang.String=b.lang.String||{};b.lang.String.camelCase=a.langStringCamelCase;b.lang.String.endsWith=a.langStringEndsWith;b.lang.String.escapeRegexpChars=a.langStringEscapeRegexpChars;b.lang.String.firstLow=a.langStringFirstLow;b.lang.String.firstUp=a.langStringFirstUp;b.lang.String.hyphenate=a.langStringHyphenate;b.lang.String.startsWith=a.langStringStartsWith;b.lang.Json=b.lang.Json||{};b.lang.Json.parse=window.JSON.parse;
b.lang.Json.stringify=window.JSON.stringify;b.log=b.log||{};b.log.Logger=b.log.Logger||{};b.log.Logger.info=a.logLoggerInfo;b.log.Logger.error=a.logLoggerError;b.log.Logger.warn=a.logLoggerWarn;b.bom.Style=qxWeb.$$qx.bom.Style;b.bom.Stylesheet=qxWeb.$$qx.bom.Stylesheet;b.core.Environment=qxWeb.$$qx.core.Environment;b.event.Emitter=qxWeb.$$qx.event.Emitter;b.lang.Function.listener=a.langFunctionListener;window.qx=b;qxWeb.$attach({addListener:a.addListener,removeListener:a.removeListener,children:a.children,
resetStyle:a.resetStyle,parents:a.parents,resetAttribute:a.resetAttribute});qxWeb.$attachStatic({wrap:a.wrap})}})})()})();

//### zip:baseLib-1.0.5.jar/PUSTEFIX-INF/script/xhr-min.js
(function(){var b=window.qxWeb.$$qx;b.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});b.$$packageData["0"]={locales:{},resources:{},translations:{C:{},en:{}}};(function(){b.Bootstrap.define("qx.bom.client.Transport",{statics:{getMaxConcurrentRequestCount:function(){var a=b.bom.client.Engine.getVersion().split("."),c=0,e=0,d=0;a[0]&&(c=a[0]);a[1]&&(e=a[1]);a[2]&&(d=a[2]);return window.maxConnectionsPerServer?window.maxConnectionsPerServer:"opera"==b.bom.client.Engine.getName()?
8:"webkit"==b.bom.client.Engine.getName()?4:"gecko"==b.bom.client.Engine.getName()&&(1<c||1==c&&9<e||1==c&&9==e&&1<=d)?6:2},getSsl:function(){return"https:"===window.location.protocol},getXmlHttpRequest:function(){var a;if(window.ActiveXObject)a:{if("file:"!==window.location.protocol)try{new window.XMLHttpRequest;a="xhr";break a}catch(b){}try{new window.ActiveXObject("Microsoft.XMLHTTP");a="activex";break a}catch(e){}a=void 0}else a:{try{new window.XMLHttpRequest;a="xhr";break a}catch(d){}a=void 0}return a||
""}},defer:function(a){b.core.Environment.add("io.maxrequests",a.getMaxConcurrentRequestCount);b.core.Environment.add("io.ssl",a.getSsl);b.core.Environment.add("io.xhr",a.getXmlHttpRequest)}})})();(function(){b.Bootstrap.define("baselib.module.io.Xhr",{statics:{xhr:function(a,c){c||(c={});var e=new b.bom.request.Xhr;e.open(c.method,a,c.async);if(c.header){var d=c.header,f;for(f in d)e.setRequestHeader(f,d[f])}return e},loadXhr:function(a,c,e){c=c||{};e=e||null;var d=new b.bom.request.Xhr,f=function(a){a(d)},
g=function(a){a(d)},k=new Promise(function(a,b){var c=g.bind(this,b);d.on("load",f.bind(this,a));d.on("error",c);d.on("abort",c);d.on("timeout",c)});d.open(c.method,a,c.async);if(c.header){a=c.header;for(var h in a)d.setRequestHeader(h,a[h])}d.send(e);return new baselib.Thenable(k,d.abort.bind(d))}},defer:function(a){qxWeb.$attachStatic({loadXhr:a.loadXhr,io:{xhr:a.xhr},xhr:a.xhr})}})})();(function(){b.Bootstrap.define("qx.bom.request.Xhr",{extend:Object,construct:function(){var a=b.Bootstrap.bind(this.__wT,
this);this.__wF=b.event&&b.event.GlobalError&&b.event.GlobalError.observeMethod?b.event.GlobalError.observeMethod(a):a;this.__wG=b.Bootstrap.bind(this.__wS,this);this.__wH=b.Bootstrap.bind(this.__wX,this);this.__wR();this._emitter=new b.event.Emitter;window.attachEvent&&(this.__wI=b.Bootstrap.bind(this.__xb,this),window.attachEvent("onunload",this.__wI))},statics:{UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},events:{readystatechange:"qx.bom.request.Xhr",error:"qx.bom.request.Xhr",loadend:"qx.bom.request.Xhr",
timeout:"qx.bom.request.Xhr",abort:"qx.bom.request.Xhr",load:"qx.bom.request.Xhr"},members:{readyState:0,responseText:"",responseXML:null,status:0,statusText:"",timeout:0,open:function(a,c,e,d,f){this.__xd();if("undefined"===typeof c)throw Error("Not enough arguments");"undefined"===typeof a&&(a="GET");this.__wL=this.__wK=this.__wJ=!1;this.__wz=c;"undefined"==typeof e&&(e=!0);this.__wM=e;!this.__xc()&&this.readyState>b.bom.request.Xhr.UNSENT&&(this.dispose(),this.__wR());this.__wO.onreadystatechange=
this.__wF;try{this.__wO.open(a,c,e,d,f)}catch(g){if(!b.util.Request.isCrossDomain(c))throw g;this.__wM||(this.__wN=g);if(this.__wM){if(window.XDomainRequest){this.readyState=4;this.__wO=new XDomainRequest;this.__wO.onerror=b.Bootstrap.bind(function(){this._emit("readystatechange");this._emit("error");this._emit("loadend")},this);this.__wO.open(a,c,e,d,f);return}window.setTimeout(b.Bootstrap.bind(function(){this.__wC||(this.readyState=4,this._emit("readystatechange"),this._emit("error"),this._emit("loadend"))},
this))}}"mshtml"===b.core.Environment.get("engine.name")&&(9>b.core.Environment.get("browser.documentmode")&&0<this.__wO.readyState)&&this.__wO.setRequestHeader("If-Modified-Since","-1");"gecko"===b.core.Environment.get("engine.name")&&(2>parseInt(b.core.Environment.get("engine.version"),10)&&!this.__wM)&&(this.readyState=b.bom.request.Xhr.OPENED,this._emit("readystatechange"))},setRequestHeader:function(a,b){this.__xd();if("If-Match"==a||"If-Modified-Since"==a||"If-None-Match"==a||"If-Range"==a)this.__wL=
!0;this.__wO.setRequestHeader(a,b);return this},send:function(a){this.__xd();if(!this.__wM&&this.__wN)throw this.__wN;"opera"===b.core.Environment.get("engine.name")&&0===this.timeout&&(this.timeout=1E4);0<this.timeout&&(this.__wP=window.setTimeout(this.__wH,this.timeout));a="undefined"==typeof a?null:a;var c=b.Bootstrap.getClass(a);a=null!==a&&-1===this.__wQ.indexOf(c)?a.toString():a;try{this.__wO.send(a)}catch(e){if(!this.__wM)throw e;if("file:"===this._getProtocol()){this.readyState=2;this.__wU();
var d=this;window.setTimeout(function(){d.__wC||(d.readyState=3,d.__wU(),d.readyState=4,d.__wU())})}}"gecko"!==b.core.Environment.get("engine.name")||this.__wM||this.__wT();this.__wK=!0;return this},abort:function(){this.__xd();this.__wJ=!0;this.__wO.abort();this.__wO&&(this.readyState=this.__wO.readyState);return this},_emit:function(a){if(this["on"+a])this["on"+a]();this._emitter.emit(a,this)},onreadystatechange:function(){},onload:function(){},onloadend:function(){},onerror:function(){},onabort:function(){},
ontimeout:function(){},on:function(a,b,e){this._emitter.on(a,b,e);return this},getResponseHeader:function(a){this.__xd();return this.__wO.getResponseHeader(a)},getAllResponseHeaders:function(){this.__xd();return this.__wO.getAllResponseHeaders()},overrideMimeType:function(a){this.__xd();if(this.__wO.overrideMimeType)this.__wO.overrideMimeType(a);else throw Error("Native XHR object doesn't support overrideMimeType.");return this},getRequest:function(){return this.__wO},dispose:function(){if(this.__wC)return!1;
window.clearTimeout(this.__wP);window.detachEvent&&window.detachEvent("onunload",this.__wI);try{this.__wO.onreadystatechange}catch(a){return!1}var b=function(){};this.__wO.onreadystatechange=b;this.__wO.onload=b;this.__wO.onerror=b;this.abort();this.__wO=null;return this.__wC=!0},isDisposed:function(){return!!this.__wC},_createNativeXhr:function(){var a=b.core.Environment.get("io.xhr");if("xhr"===a)return new XMLHttpRequest;if("activex"==a)return new window.ActiveXObject("Microsoft.XMLHTTP");b.Bootstrap.error(this,
"No XHR support available.")},_getProtocol:function(){var a=this.__wz,b=/^(\w+:)\/\//;return null!==a&&a.match&&(a=a.match(b))&&a[1]?a[1]:window.location.protocol},__wO:null,__wM:null,__wF:null,__wG:null,__wI:null,__wH:null,__wK:null,__wz:null,__wJ:null,__qk:null,__wC:null,__wP:null,__wN:null,__wL:null,__wQ:null,__wR:function(){this.__wO=this._createNativeXhr();this.__wO.onreadystatechange=this.__wF;this.__wO.onabort&&(this.__wO.onabort=this.__wG);this.__wC=this.__wK=this.__wJ=!1;this.__wQ=["ArrayBuffer",
"Blob","HTMLDocument","String","FormData"]},__wS:function(){this.__wJ||this.abort()},__wT:function(){var a=this.__wO,c=!0;if(this.readyState!=a.readyState&&(this.readyState=a.readyState,this.readyState!==b.bom.request.Xhr.DONE||!this.__wJ||this.__wK)&&(this.__wM||2!=a.readyState&&3!=a.readyState)){this.status=0;this.statusText=this.responseText="";this.responseXML=null;if(this.readyState>=b.bom.request.Xhr.HEADERS_RECEIVED){try{this.status=a.status,this.statusText=a.statusText,this.responseText=a.responseText,
this.responseXML=a.responseXML}catch(e){c=!1}c&&(this.__wY(),this.__xa())}this.__wU();this.readyState==b.bom.request.Xhr.DONE&&a&&(a.onreadystatechange=function(){})}},__wU:function(){this.readyState===b.bom.request.Xhr.DONE&&window.clearTimeout(this.__wP);this._emit("readystatechange");this.readyState===b.bom.request.Xhr.DONE&&this.__wV()},__wV:function(){this.__qk?(this._emit("timeout"),"opera"===b.core.Environment.get("engine.name")&&this._emit("error"),this.__qk=!1):this.__wJ?this._emit("abort"):
this.__wW()?this._emit("error"):this._emit("load");this._emit("loadend")},__wW:function(){return"file:"===this._getProtocol()?!this.responseText:!this.statusText},__wX:function(){var a=this.__wO;this.readyState=b.bom.request.Xhr.DONE;this.__qk=!0;a.abort();this.responseText="";this.responseXML=null;this.__wU()},__wY:function(){var a=this.readyState===b.bom.request.Xhr.DONE;"file:"===this._getProtocol()&&(0===this.status&&a)&&!this.__wW()&&(this.status=200);1223===this.status&&(this.status=204);"opera"===
b.core.Environment.get("engine.name")&&(a&&this.__wL&&!this.__wJ&&0===this.status)&&(this.status=304)},__xa:function(){if("mshtml"==b.core.Environment.get("engine.name")&&(this.getResponseHeader("Content-Type")||"").match(/[^\/]+\/[^\+]+\+xml/)&&this.responseXML&&!this.responseXML.documentElement){var a=new window.ActiveXObject("Microsoft.XMLDOM");a.async=!1;a.validateOnParse=!1;a.loadXML(this.responseText);this.responseXML=a}},__xb:function(){try{this&&this.dispose()}catch(a){}},__xc:function(){var a=
b.core.Environment.get("engine.name"),c=b.core.Environment.get("browser.version");return!("mshtml"==a&&9>c||"gecko"==a&&3.5>c)},__xd:function(){if(this.__wC)throw Error("Already disposed");}},defer:function(){b.core.Environment.add("qx.debug.io",!1)}})})()})();

window.pfx||(pfx={});
pfx.render=function(g,h,k,e,l,c,d,f,m,q){if(1==arguments.length){var a=arguments[0];g=a.href;h=a.part;k=a.module;e=a.search;l=a.callback;c=a.context;d=a.requestId;f=a.params;m=a.requestPath;q=a.errorCallback}if(!g)throw Error("Missing parameter: href");if(!h)throw Error("Missing parameter: part");if(!l)throw Error("Missing parameter: callback");var a=window.location.href,b=a.indexOf("?");-1<b&&(a=a.substring(0,b));b=a.indexOf("#");-1<b&&(a=a.substring(0,b));if(m){"/"==m.charAt(0)&&(m=m.substring(1));
var p=a,r="",b=a.indexOf(";");-1<b&&(p=a.substring(0,b),r=a.substring(b));a=p+("/"==p.charAt(p.length-1)?"":"/")+m+r}a+="?__render_href\x3d"+g+"\x26__render_part\x3d"+encodeURIComponent(h);k&&(a+="\x26__render_module\x3d"+encodeURIComponent(k));e&&(a+="\x26__render_search\x3d"+encodeURIComponent(e));if(f)for(var n in f)if(f[n]instanceof Array)for(b=0;b<f[n].length;b++)a+="\x26"+encodeURIComponent(n)+"\x3d"+encodeURIComponent(f[n][b]);else a+="\x26"+encodeURIComponent(n)+"\x3d"+encodeURIComponent(f[n]);
(new pfx.net.HTTPRequest("GET",a,l,c,q)).start("",null,d)};pfx.renderSubmit=function(g,h,k,e,l){if(1==arguments.length){var c=arguments[0];g=c.callback;h=c.context;k=c.requestId;e=c.form;l=c.errorCallback}for(var c="",d=0;d<e.elements.length;d++)c+=(0<d?"\x26":"")+e.elements[d].name+"\x3d"+encodeURIComponent(e.elements[d].value);d=[[]];d[0][0]="Content-Type";d[0][1]="application/x-www-form-urlencoded";(new pfx.net.HTTPRequest("POST",e.action,g,h,l)).start(c,d,k)};
//### zip:baseLib-1.0.5.jar/PUSTEFIX-INF/script/log-min.js
(function(){window.baselib=window.baselib||{};window.baselib.Log=window.baselib.Log||{};var a=window.baselib.Log;a.processLog=function(a){e=a};a.isLogProcessing=function(){var a;"function"===typeof e?(a=e(),"boolean"!==typeof a&&(a=!0)):a=!1;return a};a.info=function(){c("info",b(arguments.callee.caller),arguments)};a.debug=function(){c("debug",b(arguments.callee.caller),arguments)};a.warn=function(){c("warn",b(arguments.callee.caller),arguments)};a.error=function(){c("error",b(arguments.callee.caller),
arguments)};a.trace=function(){c("trace",b(arguments.callee.caller),null)};var e=null,b=function(a){var d="";null!==a&&(d=a.displayName||a.name);return d},c=function(c,d,b){var e;e=window.console&&window.console.info&&window.console.debug&&window.console.warn&&window.console.error?!0:void 0;!0===e&&!0===a.isLogProcessing()&&(b=null!==b?Array.prototype.slice.call(b,0):[],"trace"!==c&&("undefined"!==typeof d&&""!==d)&&(d=d.replace(/\(\)$/,""),window.console[c].call(window.console,">>> "+d)),window.console[c].apply(window.console,
b))};"undefined"!==typeof window.qxWeb&&"function"===typeof window.qxWeb.$attachStatic?(qxWeb.info=qxWeb.debug=qxWeb.warn=qxWeb.error=qxWeb.trace=void 0,qxWeb.$attachStatic({debug:a.debug,info:a.info,warn:a.warn,error:a.error,trace:a.trace,isLogProcessing:a.isLogProcessing,processLog:a.processLog}),"undefined"!==typeof window.baselib&&("undefined"!==typeof baselib.module.Environment&&"function"===typeof baselib.module.Environment.logProcessing)&&qxWeb.processLog(baselib.module.Environment.logProcessing)):
(window.qxWeb=window.qxWeb||{},window.q=window.$q=window.qxWeb,window.qxWeb.info=a.info,window.qxWeb.debug=a.debug,window.qxWeb.warn=a.warn,window.qxWeb.error=a.error,window.qxWeb.trace=a.trace,window.qxWeb.processLog=a.processLog,window.qxWeb.isLogProcessing=a.isLogProcessing)})();

(function(a){a.fn.unveil=function(k,c){function e(){var a=this.getAttribute(l);if(a=a||this.getAttribute("data-lavender-src"))this.setAttribute("src",a),"function"===typeof c&&c.call(this)}function d(){g=b.filter(function(){var b=a(this);if(!b.is(":hidden")){var c=f.scrollTop(),e=c+f.height(),d=b.offset().top;return d+b.height()>=c-h&&d<=e+h}}).each(e).attr("data-lazyloaded","").removeAttr("data-lavender-src","").removeClass("lazyload");b=b.not(g)}var f=a(window),h=k||0,l=1<window.devicePixelRatio?
"data-src-retina":"data-src",b=this,g;this.on("unveil",e);f.on("scroll.unveil resize.unveil lookup.unveil",d);d();return this}})(window.jQuery);
$(document).ready(function(){$("img.lazyload").unveil(400);$(".filter-and-sort").on("click",function(){$(window).scroll()});$(".sort__option  a").on("click",function(){$(window).scroll()});$(".filter__option").on("click",function(){$("img.lazyload").unveil(400)});$(".nav-link, .accordion__button, .hero-teaser-extension__toggle").on("click",function(){var a=$(".tab-content").find("img");$(a).each(function(){$(this).attr("src",$(this).attr("data-lavender-src"))})});$(".hero-teaser-extension__toggle").on("click",
function(){var a=$(".hero-teaser-extension__body").find("img");$(a).each(function(){$(this).attr("src",$(this).attr("data-lavender-src"))})});$('[data-toggle\x3d"modal-lite"]').on("click",function(){var a=$(".modal-lite").find("img");$(a).each(function(){$(this).attr("src",$(this).attr("data-lavender-src"))})});$(".color-chooser__tile, .variant-chooser__tile").on("click",function(){var a=$(this).closest(".tariff").children(".tariff-device-promo").find("img");$(a).each(function(){$(this).attr("src",
$(this).attr("data-lavender-src"))})})});$(document).ready(function(){if("Microsoft Internet Explorer"==navigator.appName||navigator.userAgent.match(/Trident/)||navigator.userAgent.match(/rv:11/)||"undefined"!==typeof $.browser&&1==$.browser.msie){var a=$("img[data-lazy]");$(a).each(function(){$(this).attr("src",$(this).data("lazy"));$(this).attr("data-lazy","ie")})}});
$(function(){$('[data-iframe\x3d"/?lightbox\x3dtrue"]').each(function(){this.attr("data-iframe").remove();(0<=location.hostname.toLowerCase().indexOf(".united.domain")||0<=location.hostname.toLowerCase().indexOf(".server.lan"))&&this.attr("data-error","data-iframe link is missing! Please check OfferOne or Cms")})});
$(function(){if("undefined"!==typeof UNOUNO.params.supportStatus){var e=UNOUNO.params.supportStatus.phoneNumber||"";$(".cms-dynPhoneNumberLink").each(function(){var b=$(this).parent();b.find("a").each(function(){var a=$(this);a.attr("href")&&a.attr("href",a.attr("href").replace(/{phoneNumber}/g,e.replace(/ /g,"")))});b.find(".js-cms-dynPhoneNumber").text(e);b.html()&&b.html(b.html().replace(/{phoneNumber}/g,e))})}var d="";"dslorder-de"==UNOUNO.tracking.shopname&&"www.1und1.de"==document.location.hostname&&
(d="https://dsl.1und1.de");"mobileorder-de"==UNOUNO.tracking.shopname&&"www.1und1.de"==document.location.hostname&&(d="https://mobile.1und1.de");0<d.length&&($("[href^\x3d'/']").each(function(){this.href=d+$(this).attr("href")}),$("[data-iframe^\x3d'/']").each(function(){$(this).attr("data-iframe",d+$(this).attr("data-iframe"))}));String.prototype.startsWith||(String.prototype.startsWith=function(b,a){a=a||0;return this.indexOf(b,a)===a});String.prototype.endsWith||(String.prototype.endsWith=function(b,
a){var c=this.toString();if(void 0===a||a>c.length)a=c.length;a-=b.length;c=c.indexOf(b,a);return-1!==c&&c===a})});
window.onSearchSubmit=function(a){a=$(a).find('input[name\x3d"search.query"]').val();a=["https://1und1.de/suche?","query\x3d"+encodeURI(a)].join("");document.location.href=a};
var isMobile={Android:function(){return navigator.userAgent.match(/Android/i)},BlackBerry:function(){return navigator.userAgent.match(/BlackBerry/i)},iOS:function(){return navigator.userAgent.match(/iPhone|iPad|iPod/i)},Opera:function(){return navigator.userAgent.match(/Opera Mini/i)},Windows:function(){return navigator.userAgent.match(/IEMobile/i)},any:function(){return isMobile.Android()||isMobile.BlackBerry()||isMobile.iOS()||isMobile.Opera()||isMobile.Windows()}},footerPartnerLink=$(".footer__nav__item a[href*\x3d'Vertriebspartner']");
1==footerPartnerLink.length&&0===UNOUNO.tracking.variante.indexOf("PS:")&&(UNOUNO.wtf=footerPartnerLink,$(footerPartnerLink[0].parentElement).remove(),$(".btn.navigation__chat, .btn.navigation__phone").css("display","none"));0===UNOUNO.tracking.variante.indexOf("PS:")&&self!==top&&/iPhone/.test(navigator.userAgent)&&(/[&?]ps_id=/.test(location.search)||"m-DslEinstieg"===UNOUNO.tracking.internalPageName||"m-young"===UNOUNO.tracking.internalPageName)&&top.location.replace(self.location.href);
if(0===UNOUNO.tracking.variante.indexOf("PS:")){var addUrlParam=function(a,c,b){var d=a.split("#")[0],e=a.split("#")[1]?"#"+a.split("#")[1]:"";return-1==a.indexOf("\x26"+c+"\x3d\x3d")&&-1==a.indexOf("?"+c+"\x3d\x3d")?d+((a.split("?")[1]?"\x26":"?")+c+"\x3d"+b+e):a},getUrlParam=function(a){a=(new RegExp("[?\x26]"+a+"\x3d([^\x26#]*)")).exec(window.location.href);return null==a?null:decodeURI(a[1])||0},ps_id=getUrlParam("ps_id");ps_id&&$("[nodetype*\x3d'ONEANDONE.RNodeTypes:'] a[href]").not("[href*\x3d'ps_id\x3d']").each(function(){if(-1<
this.href.indexOf("1und1.de")||-1<this.href.indexOf("server.lan")||-1<this.href.indexOf("united.domain")||-1<this.href.indexOf("profiseller.de"))this.href=addUrlParam(this.href,"ps_id",ps_id)})}"default"!=UNOUNO.tracking.variantAlias&&0==UNOUNO.tracking.variante.indexOf("PS:")&&($(".sticky-hotline, .navigation__phone, .navigation__chat").remove(),$("[nodetype\x3d'ONEANDONE.RNodeTypes:PrincipleDsl'] .row.text-center").remove());
"smartphone-details"!==UNOUNO.tracking.seite&&"tablet-details"!==UNOUNO.tracking.seite||hwdResoBreadcrumb();function hwdResoBreadcrumb(){var a=$(".quick-link-container"),c=$(".quick-link-container__breadcrumb").html(),b;768>$(window).width()?(addFooterBreadcrumb(c),removeHeaderBreadcrumb(),b=!0):b=!1;$(window).resize(function(){768>$(window).width()?!1===b&&(addFooterBreadcrumb(c),removeHeaderBreadcrumb(),b=!0):!0===b&&($("header").append(a),$("footer .breadcrumb").remove(),b=!1)})}
function addFooterBreadcrumb(a){$("header .quick-link-container").remove();$(a).insertBefore($(".footer__info-wrapper"));$("footer .breadcrumb__location").remove()}function removeHeaderBreadcrumb(){$("header .quick-link-container").each(function(){$(this).remove()})};
$q.define("UNOUNO.components.profiSeller",{statics:{init:function(){var b=this.getMoSoProfiSellerId();b&&(this.hideCMSContainer(),this.linkPsIdCheck(b))},getMoSoProfiSellerId:function(){var b=!1,c=$(".navigation__partner")?document.getElementsByClassName("navigation__partner")[0]:document.getElementsByClassName("nav-profiseller")[0];c&&c.dataset&&c.dataset.psid&&""!==c.dataset.psid&&(b=c.dataset.psid);return b},hideCMSContainer:function(){["support-section","oneandone-nodetypes-mhotline","navlist-contact"].forEach(function(b){if(b=
document.getElementsByClassName(b)[0])b.style.display="none"})},linkPsIdCheck:function(b){var c=document.getElementsByTagName("a"),a,d;for(d in c)(a=c[d].href)&&a.indexOf&&(-1!==a.indexOf("//www.1und1.")||-1!==a.indexOf("//dsl.1und1.")||-1!==a.indexOf("//mobile.1und1."))&&(-1===a.indexOf("ps_id\x3d")?-1===a.indexOf("?")&&-1===a.indexOf("#")?c[d].href=a+"?ps_id\x3d"+b:-1===a.indexOf("?")&&1!==a.indexOf("#")?c[d].href=a.replace(/#/,"?ps_id\x3d"+b+"#"):c[d].href=a.replace(/\?/,"?ps_id\x3d"+b+"\x26"):
-1!==a.indexOf("ps_id\x3d")&&(c[d].href=a.replace(/ps_id=[A-Z0-9]{0,11}/g,"ps_id\x3d"+b)))}}});UNOUNO.components.profiSeller.init();
$q.define("UNOUNO.pages.cmsRPage",{statics:{init:function(){this.prepareSvgUseStatements();this.prepareImageSrcsetForTopStageImages();this.lazyPrepareImageSrcsetForResponsiveImages();this.prepareImageSrcsetForResponsiveImages();this.prepareImageSrcsetForSvgImages();this.prepareObjectsData();this.moveFooterBreadcrumb();this.replacePlaceholderInPrerenderedComponents();this.replacePlaceholderInPrerenderedComponentsMobile();this.replacePlaceholderInPrerenderedComponentsMobileSorglosHandypaket();this.replacePlaceholderInPrerenderedComponentsMobileA21sStarterSet();
this.replacePlaceholderInPrerenderedComponentsMobileStarterSetExklusiv();this.replacePlaceholderInPrerenderedComponentsMobileStarterEnetz();this.replacePlaceholderInPrerenderedComponentsMobileStarterLte();this.replacePlaceholderInPrerenderedComponentsMobileKomplettpaketLte();this.replacePlaceholderInPrerenderedComponentsMobileKomplettpaketEnetz();this.replacePlaceholderInPrerenderedComponentsMobileKomplettpaketDnetz();this.closeVideoOnLightboxClose();this.initWatchPageButtons();this.dataLavenderReplaceAwardsByArticle();
for(var a=document.querySelectorAll("a.anchor[name]"),b=0;b<a.length;b++){var d=a[b],c=-1*parseInt(window.getComputedStyle(document.querySelector("nav.navigation")).height,10)-40;-1<d.getAttribute("name").indexOf("tarif")?c+=parseInt(window.getComputedStyle(document.querySelector('section[class^\x3d"tariff"]')).marginTop,10):-1<d.getAttribute("name").indexOf("samsung")?c+=parseInt(window.getComputedStyle(document.querySelector(".products-container--showroom")).marginTop,10):-1<d.getAttribute("name").indexOf("huawei")&&
(c=-1*parseInt(window.getComputedStyle(document.querySelector("nav.navigation")).height,10)-80);d.setAttribute("style","position: absolute; margin-top: "+c+"px;")}a=function(a){if("stageArrowInserted"==a.animationName){a=$q.create('\x3csvg viewBox\x3d"0 0 100 100" class\x3d"icon icon--large"\x3e\x3cuse xlink:href\x3d"#arrow--left"\x3e\x3c/use\x3e\x3c/svg\x3e');var b=$q.create('\x3csvg viewBox\x3d"0 0 100 100" class\x3d"icon icon--large"\x3e\x3cuse xlink:href\x3d"#arrow"\x3e\x3c/use\x3e\x3c/svg\x3e');
$(".hero-teaser-slider .slick-arrow .slick-prev svg, .hero-teaser-pss-slider .slick-arrow .slick-prev svg").replaceWith(a);$(".hero-teaser-slider .slick-arrow .slick-next svg, .hero-teaser-pss-slider .slick-arrow .slick-next svg").replaceWith(b)}};document.addEventListener("animationstart",a,!1);document.addEventListener("MSAnimationStart",a,!1);document.addEventListener("webkitAnimationStart",a,!1);window.addEventListener("message",function(a){"closeModal"===a.data&&($(".modal-lite--shown").removeClass("modal-lite--shown"),
$("body").removeClass("modal-shown"))},!1)},closeVideoOnLightboxClose:function(){$("div#iframeLightbox, span.modal-lite__close").on("click",function(a){a=0<$(a.target).closest(".modal-lite__content").length?$(a.target).closest(".modal-lite__content").find("iframe"):$(a.target).find(".modal-lite__content").find("iframe");0<a.length&&a[0].contentWindow.postMessage("closeVideo","*")})},moveFooterBreadcrumb:function(){$q(".quick-link-container .footer__breadcrumb").insertBefore($q("footer \x3e div.container"));
$q(".footer__breadcrumb").removeAttribute("style")},replacePlaceholderInPrerenderedComponents:function(){$q('div[nodetype\x3d"ONEANDONE.RNodeTypes:PlaceholderDsl"]').forEach(function(a){var b=a.parentNode,d=$q(a).find("div")[0].childNodes[0].nodeValue.replace("Placeholder: ","");"dsl-theme-tv-options"==d&&$q.ready(function(){$q.renderinclude({part:"rplaceholder-dsl-themes-tv-options",href:"txt/pages/cms-r-page.xml",module:"frontend-cms"},{success:function(c){$q.create(c.responseText).insertBefore(a);
$q(a).remove();$(".options-grid__tile",b).remove();$(b).trigger("async:loaded");$(".article-box button.btn, .article-box .amount-selector",b).css("display","none");$(".options-grid__option-list",b).css("display","block").addClass("open");$(".options-grid__option-list__inset",b).css("border-width","0");$(".list-closer",b).css("display","none");$(".info-footnote",b).remove()}},{async:!0})});"dsl-theme-wlan-options"==d&&$q.ready(function(){$q.renderinclude({part:"rplaceholder-dsl-themes-wlan-options",
href:"txt/pages/cms-r-page.xml",module:"frontend-cms"},{success:function(c){$q.create(c.responseText).insertBefore(a);$q(a).remove();$(".options-grid__tile",b).remove();$(b).trigger("async:loaded");$(".article-box button.btn, .article-box .amount-selector",b).css("display","none");$(".options-grid__option-list",b).css("display","block").addClass("open");$(".list-closer",b).css("display","none");$(".price__main .price__digits",b).html('69\x3cspan class\x3d"price__comma"\x3e,\x3c/span\x3e');$(".price__after-top .price__decimals",
b).html("99")}},{async:!0})});"dsl-theme-business-options"==d&&$q.ready(function(){$q.renderinclude({part:"rplaceholder-dsl-theme-business-options",href:"txt/pages/cms-r-page.xml",module:"frontend-cms"},{success:function(c){$q.create(c.responseText).insertBefore(a);$q(a).remove();$(".options-grid__tile",b).remove();$(b).trigger("async:loaded");$(".article-box button.btn, .article-box .amount-selector",b).css("display","none");$(".options-grid__option-list",b).css("display","block").addClass("open");
$(".options-grid__option-list__inset",b).css("border-width","0");$(".list-closer",b).css("display","none")}},{async:!0})})})},replacePlaceholderInPrerenderedComponentsMobile:function(){$q('div[nodetype\x3d"ONEANDONE.RNodeTypes:PlaceholderMobile"]').forEach(function(a){var b=a.parentNode,d=$q(a).find("div")[0].childNodes[0].nodeValue.replace("Placeholder: ","");"mobile-influence-club-iphone-bundle"!=d&&"mobile-influence-club-samsung-bundle"!=d||$q.ready(function(){$q.renderinclude({part:"mobile-influence-club",
href:"txt/components/r-tarifftable-mobile.xml",module:"frontend-mobile"},{success:function(c){$q.create(c.responseText).insertBefore(a);$q(a).remove();$(b).trigger("async:loaded");window.setTimeout(function(){$("body").trigger("async:loaded")},1E3)}},{async:!0})})})},replacePlaceholderInPrerenderedComponentsMobileA21sStarterSet:function(){var a=$q('div[class\x3d"rnodetype-placeholder"]'),b=$('div[nodetype\x3d"ONEANDONE.JNodeTypes:Content.ContentTariffboxPromo"]');a.forEach(function(a){"tariff-anf-smartphone-1"==
$q(a).find("div")[0].childNodes[0].innerHTML.replace("Placeholder: ","")&&$q.ready(function(){$q.renderinclude({part:"tariff-table-galaxy-a21s-starter-set",href:"txt/components/r-tarifftable-mobile.xml",module:"frontend-mobile"},{success:function(c){""!==$(a).replaceWith(c.responseText)&&$(b).trigger("async:loaded")},error:function(a){$(placeholderSpace).replaceWith('\x3cdiv style\x3d"color:#cf000f;background:#fff"\x3eError: renderinclude failed!\x3c/div\x3e')}},{async:!0})})})},replacePlaceholderInPrerenderedComponentsMobileSorglosHandypaket:function(){var a=
$q('div[class\x3d"rnodetype-placeholder"]'),b=$('div[nodetype\x3d"ONEANDONE.JNodeTypes:Content.ContentTariffboxPromo"]');a.forEach(function(a){"mobile-lte-best-ager"==$q(a).find("div")[0].childNodes[0].innerHTML.replace("Placeholder: ","")&&$q.ready(function(){$q.renderinclude({part:"tariff-table-galaxy-a21s-starter-set",href:"txt/components/r-tarifftable-mobile.xml",module:"frontend-mobile"},{success:function(c){""!==$(a).replaceWith(c.responseText)&&$(b).trigger("async:loaded")},error:function(a){$(placeholderSpace).replaceWith('\x3cdiv style\x3d"color:#cf000f;background:#fff"\x3eError: renderinclude failed!\x3c/div\x3e')}},
{async:!0})})})},replacePlaceholderInPrerenderedComponentsMobileStarterSetExklusiv:function(){var a=$q('div[class\x3d"rnodetype-placeholder"]'),b=$('div[nodetype\x3d"ONEANDONE.JNodeTypes:Content.ContentTariffboxPromo"]');a.forEach(function(a){"mobile-anf-starter-set-ltenetz"==$q(a).find("div")[0].childNodes[0].innerHTML.replace("Placeholder: ","")&&$q.ready(function(){$q.renderinclude({part:"tariff-table-galaxy-a21s-starter-set",href:"txt/components/r-tarifftable-mobile.xml",module:"frontend-mobile"},
{success:function(c){""!==$(a).replaceWith(c.responseText)&&$(b).trigger("async:loaded")},error:function(a){$(placeholderSpace).replaceWith('\x3cdiv style\x3d"color:#cf000f;background:#fff"\x3eError: renderinclude failed!\x3c/div\x3e')}},{async:!0})})})},replacePlaceholderInPrerenderedComponentsMobileStarterEnetz:function(){$q('div[nodetype\x3d"ONEANDONE.RNodeTypes:PlaceholderMobile"]').forEach(function(a){var b=a.parentNode;"mobile-anf-starter-set-enetz"==$q(a).find("div")[0].childNodes[0].nodeValue.replace("Placeholder: ",
"")&&$q.ready(function(){$q.renderinclude({part:"tariff-table-anf-starter-set-enetz",href:"txt/components/r-tarifftable-mobile.xml",module:"frontend-mobile"},{success:function(d){$q.create(d.responseText).insertBefore(a);$q(a).remove();$(b).trigger("async:loaded")}},{async:!0})})})},replacePlaceholderInPrerenderedComponentsMobileStarterLte:function(){$q('div[nodetype\x3d"ONEANDONE.RNodeTypes:PlaceholderMobile"]').forEach(function(a){var b=a.parentNode;"mobile-anf-starter-set-ltenetz"==$q(a).find("div")[0].childNodes[0].nodeValue.replace("Placeholder: ",
"")&&$q.ready(function(){$q.renderinclude({part:"tariff-table-anf-starter-set-lte",href:"txt/components/r-tarifftable-mobile.xml",module:"frontend-mobile"},{success:function(d){$q.create(d.responseText).insertBefore(a);$q(a).remove();$(b).trigger("async:loaded")}},{async:!0})})})},replacePlaceholderInPrerenderedComponentsMobileKomplettpaketLte:function(){$q('div[nodetype\x3d"ONEANDONE.RNodeTypes:PlaceholderMobile"]').forEach(function(a){var b=a.parentNode;"mobile-komplett-paket-ltenetz"==$q(a).find("div")[0].childNodes[0].nodeValue.replace("Placeholder: ",
"")&&$q.ready(function(){$q.renderinclude({part:"tariff-table-komplett-paket-lte",href:"txt/components/r-tarifftable-mobile.xml",module:"frontend-mobile"},{success:function(d){$q.create(d.responseText).insertBefore(a);$q(a).remove();$(b).trigger("async:loaded")}},{async:!0})})})},replacePlaceholderInPrerenderedComponentsMobileKomplettpaketDnetz:function(){$q('div[nodetype\x3d"ONEANDONE.RNodeTypes:PlaceholderMobile"]').forEach(function(a){var b=a.parentNode;"mobile-komplett-paket-dnetz"==$q(a).find("div")[0].childNodes[0].nodeValue.replace("Placeholder: ",
"")&&$q.ready(function(){$q.renderinclude({part:"tariff-table-komplett-paket-dnetz",href:"txt/components/r-tarifftable-mobile.xml",module:"frontend-mobile"},{success:function(d){$q.create(d.responseText).insertBefore(a);$q(a).remove();$(b).trigger("async:loaded")}},{async:!0})})})},replacePlaceholderInPrerenderedComponentsMobileKomplettpaketEnetz:function(){$q('div[nodetype\x3d"ONEANDONE.RNodeTypes:PlaceholderMobile"]').forEach(function(a){var b=a.parentNode;"mobile-komplett-paket-enetz"==$q(a).find("div")[0].childNodes[0].nodeValue.replace("Placeholder: ",
"")&&$q.ready(function(){$q.renderinclude({part:"tariff-table-komplett-paket-enetz",href:"txt/components/r-tarifftable-mobile.xml",module:"frontend-mobile"},{success:function(d){$q.create(d.responseText).insertBefore(a);$q(a).remove();$(b).trigger("async:loaded")}},{async:!0})})})},dataLavenderReplaceAwardsByArticle:function(){var a=$('[nodetype\x3d"ONEANDONE.JNodeTypes:Content.AwardsByArticle"] img');$(a).each(function(){$(this).attr("src",$(this).data("lavender-src"))})},prepareSvgUseStatements:function(){if("www.1und1.de"==
location.hostname||"pre-www.1und1.de"==location.hostname)var a="https://cors.uicdn.net/fonts/icons.svg";else{var b=$("link#icons_svg");b&&(a=b.data("lavender-data")||b.data("lavender-href"))}if(a){var d=$q.xhr(a);d.on("readystatechange",function(a){if(200===d.status&&4==a.readyState){a=$q.create(d.responseText.replace('\x3c?xml version\x3d"1.0" encoding\x3d"utf-8"?\x3e\x3c!DOCTYPE html"\x3e',""));var b=$q.create('\x3cdiv id\x3d"injected_svg" style\x3d"display: none;"\x3e\x3c/div\x3e');b.append(a);
b.insertBefore($q(document.body.firstChild))}});d.send()}},lazyPrepareImageSrcsetForResponsiveImages:function(){$q(".hero-teaser-ssc-slider picture, .hero-teaser-pss-slider picture, .hero-teaser-slider picture, .tab-item__slider-wrapper picture").forEach(function(a){var b=0<$q(a).find("source[data-lavender-xxl1x-url]").length?$q(a).find("source[data-lavender-xxl1x-url]")[0]:null,d=0<$q(a).find("source[data-lavender-xl1x-url]").length?$q(a).find("source[data-lavender-xl1x-url]")[0]:null,c=0<$q(a).find("source[data-lavender-lg1x-url]").length?
$q(a).find("source[data-lavender-lg1x-url]")[0]:null,e=0<$q(a).find("source[data-lavender-md1x-url]").length?$q(a).find("source[data-lavender-md1x-url]")[0]:null,f=0<$q(a).find("source[data-lavender-ms1x-url]").length?$q(a).find("source[data-lavender-ms1x-url]")[0]:null,g=0<$q(a).find("source[data-lavender-sm1x-url]").length?$q(a).find("source[data-lavender-sm1x-url]")[0]:null,h=0<$q(a).find("source[data-lavender-xs1x-url]").length?$q(a).find("source[data-lavender-xs1x-url]")[0]:null;if(b&&d&&c&&
e&&f&&g&&h){var n=b.getAttribute("data-lavender-xxl1x-url"),k=d.getAttribute("data-lavender-xl1x-url"),p=c.getAttribute("data-lavender-lg1x-url"),l=e.getAttribute("data-lavender-md1x-url"),q=f.getAttribute("data-lavender-ms1x-url"),m=g.getAttribute("data-lavender-sm1x-url"),r=h.getAttribute("data-lavender-xs1x-url"),y=b.getAttribute("data-lavender-xxl2x-url"),s=d.getAttribute("data-lavender-xl2x-url"),z=c.getAttribute("data-lavender-lg2x-url"),t=e.getAttribute("data-lavender-md2x-url"),A=f.getAttribute("data-lavender-ms2x-url"),
u=g.getAttribute("data-lavender-sm2x-url"),B=h.getAttribute("data-lavender-xs2x-url"),C=b.getAttribute("data-width-2x")/b.getAttribute("data-width-1x"),v=d.getAttribute("data-width-2x")/d.getAttribute("data-width-1x"),D=c.getAttribute("data-width-2x")/c.getAttribute("data-width-1x"),w=e.getAttribute("data-width-2x")/e.getAttribute("data-width-1x"),E=f.getAttribute("data-width-2x")/f.getAttribute("data-width-1x"),x=g.getAttribute("data-width-2x")/g.getAttribute("data-width-1x"),F=h.getAttribute("data-width-2x")/
h.getAttribute("data-width-1x");2<=window.devicePixelRatio?(2<=C?b.setAttribute("srcset",y+" 2x"):b.setAttribute("srcset",n),b.removeAttribute("data-lavender-xxl1x-url"),b.removeAttribute("data-lavender-xxl2x-url"),b.removeAttribute("data-width-1x"),b.removeAttribute("data-width-2x"),2<=v?d.setAttribute("srcset",s+" 2x"):d.setAttribute("srcset",k),d.removeAttribute("data-lavender-xl1x-url"),d.removeAttribute("data-lavender-xl2x-url"),d.removeAttribute("data-width-1x"),d.removeAttribute("data-width-2x"),
2<=D?c.setAttribute("srcset",z+" 2x"):c.setAttribute("srcset",p),c.removeAttribute("data-lavender-lg1x-url"),c.removeAttribute("data-lavender-lg2x-url"),c.removeAttribute("data-width-1x"),c.removeAttribute("data-width-2x"),2<=w?e.setAttribute("srcset",t+" 2x"):e.setAttribute("srcset",l),e.removeAttribute("data-lavender-md1x-url"),e.removeAttribute("data-lavender-md2x-url"),e.removeAttribute("data-width-1x"),e.removeAttribute("data-width-2x"),2<=E?f.setAttribute("srcset",A+" 2x"):f.setAttribute("srcset",
q),f.removeAttribute("data-lavender-ms1x-url"),f.removeAttribute("data-lavender-ms2x-url"),f.removeAttribute("data-width-1x"),f.removeAttribute("data-width-2x"),2<=x?g.setAttribute("srcset",u+" 2x"):g.setAttribute("srcset",m),g.removeAttribute("data-lavender-sm1x-url"),g.removeAttribute("data-lavender-sm2x-url"),g.removeAttribute("data-width-1x"),g.removeAttribute("data-width-2x"),2<=F?h.setAttribute("srcset",B+" 2x"):h.setAttribute("srcset",r),h.removeAttribute("data-lavender-xs1x-url"),h.removeAttribute("data-lavender-xs2x-url"),
h.removeAttribute("data-width-1x"),h.removeAttribute("data-width-2x"),u&&m&&t&&l&&s&&k&&(window.innerWidth<$q(a).getAttribute("breakpoint-moso-taso")?2<=x?$q(a).find("img").setAttribute("data-lazy",u):$q(a).find("img").setAttribute("data-lazy",m):window.innerWidth<$q(a).getAttribute("breakpoint-taso-deso")?2<=w?$q(a).find("img").setAttribute("data-lazy",t):$q(a).find("img").setAttribute("data-lazy",l):2<=v?$q(a).find("img").setAttribute("data-lazy",s):$q(a).find("img").setAttribute("data-lazy",k),
$q(a).removeAttribute("breakpoint-moso-taso").removeAttribute("breakpoint-taso-deso"))):(b.setAttribute("srcset",n),b.removeAttribute("data-lavender-xxl1x-url"),b.removeAttribute("data-lavender-xxl2x-url"),b.removeAttribute("data-width-1x"),b.removeAttribute("data-width-2x"),d.setAttribute("srcset",k),d.removeAttribute("data-lavender-xl1x-url"),d.removeAttribute("data-lavender-xl2x-url"),d.removeAttribute("data-width-1x"),d.removeAttribute("data-width-2x"),c.setAttribute("srcset",p),c.removeAttribute("data-lavender-lg1x-url"),
c.removeAttribute("data-lavender-lg2x-url"),c.removeAttribute("data-width-1x"),c.removeAttribute("data-width-2x"),e.setAttribute("srcset",l),e.removeAttribute("data-lavender-md1x-url"),e.removeAttribute("data-lavender-md2x-url"),e.removeAttribute("data-width-1x"),e.removeAttribute("data-width-2x"),f.setAttribute("srcset",q),f.removeAttribute("data-lavender-ms1x-url"),f.removeAttribute("data-lavender-ms2x-url"),f.removeAttribute("data-width-1x"),f.removeAttribute("data-width-2x"),g.setAttribute("srcset",
m),g.removeAttribute("data-lavender-sm1x-url"),g.removeAttribute("data-lavender-sm2x-url"),g.removeAttribute("data-width-1x"),g.removeAttribute("data-width-2x"),h.setAttribute("srcset",r),h.removeAttribute("data-lavender-xs1x-url"),h.removeAttribute("data-lavender-xs2x-url"),h.removeAttribute("data-width-1x"),h.removeAttribute("data-width-2x"),m&&l&&k&&(window.innerWidth<$q(a).getAttribute("breakpoint-moso-taso")?$q(a).find("img").setAttribute("data-lazy",m):window.innerWidth<$q(a).getAttribute("breakpoint-taso-deso")?
$q(a).find("img").setAttribute("data-lazy",l):$q(a).find("img").setAttribute("data-lazy",k),$q(a).removeAttribute("breakpoint-moso-taso").removeAttribute("breakpoint-taso-deso")))}})},prepareImageSrcsetForResponsiveImages:function(){var a={xxl:"breakpoint-taso-deso",xl:"breakpoint-taso-deso",lg:"breakpoint-taso-deso",md:"breakpoint-taso-deso",ms:"breakpoint-moso-taso",sm:"breakpoint-moso-taso",xs:"breakpoint-moso-taso"};$q("picture").forEach(function(b){for(attributeKey in a)if(a.hasOwnProperty(attributeKey)){var d=
a[attributeKey],c=$(b).find("source[data-lavender-"+attributeKey+"1x-url]");if(c=0<c.length?c[0]:null){var e=c.getAttribute("data-lavender-"+attributeKey+"1x-url"),f=c.getAttribute("data-lavender-"+attributeKey+"2x-url"),g=c.getAttribute("data-lavender-xxl1x-url")||c.getAttribute("data-lavender-xl1x-url")||c.getAttribute("data-lavender-lg1x-url"),h=c.getAttribute("data-width-2x")/c.getAttribute("data-width-1x");2<=window.devicePixelRatio?(2<=h?c.setAttribute("srcset",f+" 2x"):c.setAttribute("srcset",
e),c.removeAttribute("data-lavender-"+attributeKey+"1x-url"),c.removeAttribute("data-lavender-"+attributeKey+"2x-url"),c.removeAttribute("data-width-1x"),c.removeAttribute("data-width-2x"),e&&f&&(window.innerWidth<$(b).attr(d)&&(2<=h?$q(b).find("img").setAttribute("src",f):$q(b).find("img").setAttribute("src",e)),$q(b).removeAttribute("breakpoint-moso-taso").removeAttribute("breakpoint-taso-deso"))):(c.setAttribute("srcset",e),c.removeAttribute("data-lavender-"+attributeKey+"1x-url"),c.removeAttribute("data-lavender-"+
attributeKey+"2x-url"),c.removeAttribute("data-width-1x"),c.removeAttribute("data-width-2x"),e&&(window.innerWidth<$(b).attr(d)?$q(b).find("img").addClass("lazyload").setAttribute("src",e):g&&""!=g&&$q(b).find("img").addClass("lazyload").setAttribute("src",g),$q(b).removeAttribute("breakpoint-moso-taso").removeAttribute("breakpoint-taso-deso")))}}})},prepareImageSrcsetForTopStageImages:function(){$q(".top-stage picture").forEach(function(a){var b=0<$q(a).find("source[data-lavender-lg1x-url]").length?
$q(a).find("source[data-lavender-lg1x-url]")[0]:null,d=0<$q(a).find("source[data-lavender-md1x-url]").length?$q(a).find("source[data-lavender-md1x-url]")[0]:null,c=0<$q(a).find("source[data-lavender-ms1x-url]").length?$q(a).find("source[data-lavender-ms1x-url]")[0]:null,e=0<$q(a).find("source[data-lavender-sm1x-url]").length?$q(a).find("source[data-lavender-sm1x-url]")[0]:null;a=0<$q(a).find("source[data-lavender-xs1x-url]").length?$q(a).find("source[data-lavender-xs1x-url]")[0]:null;if(b||d||c||
e||a){var f=b?b.getAttribute("data-lavender-lg1x-url"):null,g=d?d.getAttribute("data-lavender-md1x-url"):null,h=c?c.getAttribute("data-lavender-ms1x-url"):null,n=e?e.getAttribute("data-lavender-sm1x-url"):null,k=a?a.getAttribute("data-lavender-xs1x-url"):null,p=b?b.getAttribute("data-lavender-lg2x-url"):null,l=d?d.getAttribute("data-lavender-md2x-url"):null,q=c?c.getAttribute("data-lavender-ms2x-url"):null,m=e?e.getAttribute("data-lavender-sm2x-url"):null,r=a?a.getAttribute("data-lavender-xs2x-url"):
null;2<=window.devicePixelRatio?(b&&p?(b.setAttribute("srcset",p+" 2x"),b.removeAttribute("data-lavender-lg1x-url"),b.removeAttribute("data-lavender-lg2x-url"),b.removeAttribute("data-width-1x")):b&&f&&(b.setAttribute("srcset",f),b.removeAttribute("data-lavender-lg1x-url"),b.removeAttribute("data-lavender-lg2x-url"),b.removeAttribute("data-width-1x")),d&&l?(d.setAttribute("srcset",l+" 2x"),d.removeAttribute("data-lavender-md1x-url"),d.removeAttribute("data-lavender-md2x-url"),d.removeAttribute("data-width-1x")):
d&&g&&(d.setAttribute("srcset",g),d.removeAttribute("data-lavender-md1x-url"),d.removeAttribute("data-lavender-md2x-url"),d.removeAttribute("data-width-1x")),c&&q?(c.setAttribute("srcset",q+" 2x"),c.removeAttribute("data-lavender-ms1x-url"),c.removeAttribute("data-lavender-ms2x-url"),c.removeAttribute("data-width-1x")):c&&h&&(c.setAttribute("srcset",h),c.removeAttribute("data-lavender-ms1x-url"),c.removeAttribute("data-lavender-ms2x-url"),c.removeAttribute("data-width-1x")),e&&m?(e.setAttribute("srcset",
m+" 2x"),e.removeAttribute("data-lavender-sm1x-url"),e.removeAttribute("data-lavender-sm2x-url"),e.removeAttribute("data-width-1x")):e&&n&&(e.setAttribute("srcset",n),e.removeAttribute("data-lavender-sm1x-url"),e.removeAttribute("data-lavender-sm2x-url"),e.removeAttribute("data-width-1x")),a&&r?(a.setAttribute("srcset",r+" 2x"),a.removeAttribute("data-lavender-xs1x-url"),a.removeAttribute("data-lavender-xs2x-url"),a.removeAttribute("data-width-1x")):a&&k&&(a.setAttribute("srcset",k),a.removeAttribute("data-lavender-xs1x-url"),
a.removeAttribute("data-lavender-xs2x-url"),a.removeAttribute("data-width-1x"))):(b&&f&&(b.setAttribute("srcset",f),b.removeAttribute("data-lavender-lg1x-url"),b.removeAttribute("data-lavender-lg2x-url"),b.removeAttribute("data-width-1x")),d&&g&&(d.setAttribute("srcset",g),d.removeAttribute("data-lavender-md1x-url"),d.removeAttribute("data-lavender-md2x-url"),d.removeAttribute("data-width-1x")),c&&h&&(c.setAttribute("srcset",h),c.removeAttribute("data-lavender-ms1x-url"),c.removeAttribute("data-lavender-ms2x-url"),
c.removeAttribute("data-width-1x")),e&&n&&(e.setAttribute("srcset",n),e.removeAttribute("data-lavender-sm1x-url"),e.removeAttribute("data-lavender-sm2x-url"),e.removeAttribute("data-width-1x")),a&&k&&(a.setAttribute("srcset",k),a.removeAttribute("data-lavender-xs1x-url"),a.removeAttribute("data-lavender-xs2x-url"),a.removeAttribute("data-width-1x")))}})},prepareImageSrcsetForSvgImages:function(){$q("picture").forEach(function(a){var b=0<$q(a).find("source[data-lavender-desktop-svg]").length?$q(a).find("source[data-lavender-desktop-svg]")[0]:
null,d=0<$q(a).find("source[data-lavender-tablet-svg]").length?$q(a).find("source[data-lavender-tablet-svg]")[0]:null,c=0<$q(a).find("source[data-lavender-mobile-svg]").length?$q(a).find("source[data-lavender-mobile-svg]")[0]:null;if(b&&d&&c){var e=b.getAttribute("data-lavender-desktop-svg"),f=d.getAttribute("data-lavender-tablet-svg"),g=c.getAttribute("data-lavender-mobile-svg");b.setAttribute("srcset",e);b.removeAttribute("data-lavender-desktop-svg");d.setAttribute("srcset",f);d.removeAttribute("data-lavender-tablet-svg");
c.setAttribute("srcset",g);c.removeAttribute("data-lavender-mobile-svg");650>window.innerWidth?$q(a).find("img").setAttribute("src",g):1024>window.innerWidth?""!=f?$q(a).find("img").setAttribute("src",f):$q(a).find("img").setAttribute("src",g):""!=e?$q(a).find("img").setAttribute("src",e):""!=f?$q(a).find("img").setAttribute("src",f):$q(a).find("img").setAttribute("src",g)}})},prepareObjectsData:function(){$q("object[data-lavender-data]").forEach(function(a){$q(a).setAttribute("data",$q(a).getAttribute("data-lavender-data")).removeAttribute("data-lavender-data")})},
initWatchPageButtons:function(){if("/galaxy-watch"===window.location.pathname||"/galaxy-tab"===window.location.pathname){var a=new URLSearchParams(window.location.search),b;a.get("hw")?(b=a.get("hw"),a.get("color")&&(b+="?color\x3d"+a.get("color"),a.get("size")&&(b+="\x26size\x3d"+a.get("size")))):b="/fruehlings-special";for(var a=document.querySelectorAll(".btn[data-linkid*\x3d'button_Weiter']"),d=0;d<a.length;d++)a[d].setAttribute("href",b)}}}});UNOUNO.pages.cmsRPage.init();
$q.define("UNOUNO.components.renderinclude",{construct:function(a,b,c){this.properties=a;this.success=b.success;this.error=b.error;this.options=c;this.init()},statics:{cache:{},getCachedResponse:function(a){return this.cache[a]},setCachedResponse:function(a,b){this.cache[a]=b}},members:{properties:null,callback:null,callback:function(a,b){"function"==typeof a&&a.call(null,b)},createRenderIncludeURL:function(){var a={reuse:UNOUNO.params.reuseDOM};["part","href","module","search"].forEach(function(b){this.properties.hasOwnProperty(b)&&
this.properties[b]&&(a["__render_"+b]=this.properties[b])},this);if(a.__render_href)for(;a.__render_href.length&&"/"==a.__render_href.charAt(0);)a.__render_href=a.__render_href.substring(1);var b=this.properties.base||window.location.href;b===window.location.href&&["#","?"].forEach(function(a){a=b.indexOf(a);-1<a&&(b=b.substring(0,a))});return b=$q.uri.appendParams(b,a)},handleResponse:function(a){4==a.readyState&&a.status&&(200!==a.status&&304!==a.status||!a.responseText?this.callback(this.error,
a):this.callback(this.success,a))},init:function(){var a=this.createRenderIncludeURL(),b=UNOUNO.components.renderinclude.getCachedResponse(a);if(b)this.handleResponse(b);else{var c=$q.xhr(a,this.options);c.on("loadend",function(b){UNOUNO.components.renderinclude.setCachedResponse(a,b);this.handleResponse(b)},this);c.send(null);$q(window).on("beforeunload",function(){c.abort()})}}}});$q.$attachStatic({renderinclude:function(a,b,c){return new UNOUNO.components.renderinclude(a,b,c)}});
UNOUNO.tracking.logTrackingError=function(a){UNOUNO.error.internalJavaScriptErrorLogging(a,document.location.href,0)};UNOUNO.tracking.sectionTracking=function(a){a&&""!==a?(s.prop74=a,s.prop75="none",s.t(),qx.bom.element.Class.add(document.getElementsByTagName("body")[0],"sitecatalyst-fired")):UNOUNO.tracking&&(UNOUNO.util.showErrorInConsole?UNOUNO.util.showErrorInConsole("Page section not available!"):UNOUNO.tracking.logTrackingError("(Tracking) Page section not available!"))};
UNOUNO.tracking.sectionClickTracking=function(a){if(a&&""!==a){var b=document.getElementById(a);qx.bom.Element.addListener(b,"click",qx.lang.Function.bind(function(a){s.prop75=a;s.t();qx.bom.element.Class.add(document.getElementsByTagName("body")[0],"sitecatalyst-fired")},this,a),!1)}else UNOUNO.tracking&&(UNOUNO.util.showErrorInConsole?UNOUNO.util.showErrorInConsole("Section button "+a+" not available!"):UNOUNO.tracking.logTrackingError("(Tracking) Section button "+a+" not available!"))};
UNOUNO.tracking.lightboxTracking=function(a){"undefined"!=typeof s&&a&&""!==a?(s.prop3=a,s.eVar4=s.prop3,s.t(),qx.bom.element.Class.add(document.getElementsByTagName("body")[0],"sitecatalyst-fired")):UNOUNO.tracking&&(UNOUNO.util.showErrorInConsole?UNOUNO.util.showErrorInConsole("Lightbox identifier not available!"):UNOUNO.tracking.logTrackingError("(Tracking) Lightbox identifier not available!"))};
UNOUNO.tracking.genericTracking=function(a,b,e,f){var d,c,g,h;if("undefined"!==typeof s_gi&&"undefined"!==typeof s_account){d=s_gi(s_account);g="";"undefined"!=typeof a.prop60&&-1<a.prop60.indexOf("ct.btn.detailshotlinechat.chat")&&(a.list2="chat-angenommen|"+UNOUNO.tracking.shopname+"|"+UNOUNO.tracking.seite+"|"+UNOUNO.tracking.linkid);("undefined"!=typeof a.list2&&0==a.list2.indexOf("chat-angenommen")||"undefined"!=typeof a.prop60&&-1<a.prop60.indexOf("ct.btn.MobileZubehoerShop"))&&"undefined"==
typeof a.eVar35&&(a.eVar35=UNOUNO.tracking.transactionId);for(c in a)a.hasOwnProperty(c)&&(g=g+c+",","events"===c&&(h=a[c]));if(""!==g){g=g.substr(0,g.length-1);d.linkTrackVars=g+",eVar3";h&&(d.linkTrackEvents=h);for(c in a)a.hasOwnProperty(c)&&(d[c]=a[c]);!0==f?d.t(this,b||"o",e||"generic-tracking"):d.tl(this,b||"o",e||"generic-tracking")}else UNOUNO.util.showErrorInConsole?UNOUNO.util.showErrorInConsole("Generic tracking has no params!"):UNOUNO.tracking.logTrackingError("(Tracking) Generic tracking has no params!")}};
UNOUNO.tracking.clickTracking=function(a,b,e,f,d){var c;(c=document.getElementById(a))&&qx.bom.Element.addListener(c,"click",qx.lang.Function.bind(UNOUNO.tracking.clickTrackingHandler,this,{buttonId:a,prop:b,eVar:e,optTrackingParams:f},d),!1)};UNOUNO.tracking.checkBoxTracking=function(a){var b=document.getElementById(a),e={},f;b&&qx.bom.Element.addListener(b,"click",qx.lang.Function.bind(function(a){f=!0===b.checked?a+".add":a+".remove";e.prop60=f;UNOUNO.tracking.genericTracking(e)},this,a),!1)};
UNOUNO.tracking.clickTrackingHandler=function(a,b){var e,f,d={},c;e=a.prop||"prop60";f=a.eVar||"";optTrackingParams=a.optTrackingParams||{};c="OP|"+UNOUNO.tracking.shopname+"|"+UNOUNO.tracking.seite+"|"+a.buttonId;d[e]=c;d[f]=c;d.prop12=UNOUNO.tracking.variante;for(key in optTrackingParams)optTrackingParams.hasOwnProperty(key)&&(d[key]=optTrackingParams[key]);UNOUNO.tracking.genericTracking(d,null,null,b)};UNOUNO.tracking.microConversionTracking=function(a){};
UNOUNO.tracking.trackEvent=function(a,b,e){if("chat-available"!=b||"undefined"==typeof UNOUNO.params||"undefined"==typeof UNOUNO.params.isMoso||!0!==UNOUNO.params.isMoso)if("chat-available"!=b||"undefined"==typeof UNOUNO.tracking||"undefined"==typeof UNOUNO.tracking.shopname||"dslupgrade-de"!==UNOUNO.tracking.shopname){if("chat-available"==b){if(!0==UNOUNO.tracking.chatAvailabilityTracked)return;UNOUNO.tracking.chatAvailabilityTracked=!0}s.linkTrackVars="list2,eVar35,prop60,events,eVar3";s.linkTrackEvents=
a;if("chat-angenommen"==b||"chat-angenommen-auto"==b)s.eVar35=UNOUNO.tracking.transactionId;s.events=a;s.list2=b+"|"+UNOUNO.tracking.shopname+"|"+UNOUNO.tracking.seite+"|"+e;s.prop60=trackingValue="OP|"+UNOUNO.tracking.shopname+"|"+UNOUNO.tracking.seite+"|"+e;s.tl(this,"o","trackEvent");s.events=""}};
//### zip:baseLib-1.0.5.jar/PUSTEFIX-INF/script/dataset-min.js
(function(){var c=window.qxWeb.$$qx;c.Bootstrap.setRoot({qx:window.qxWeb.$$qx,baselib:window.baselib,qui:window.qui});c.$$packageData["0"]={locales:{},resources:{},translations:{C:{},en:{}}};(function(){c.Bootstrap.define("qx.module.Dataset",{statics:{setData:function(a,b){this._forEachElement(function(d){c.bom.element.Dataset.set(d,a,b)});return this},getData:function(a){if(this[0]&&1===this[0].nodeType)return c.bom.element.Dataset.get(this[0],a)},getAllData:function(){return this[0]&&1===this[0].nodeType?
c.bom.element.Dataset.getAll(this[0]):{}},hasData:function(){return c.bom.element.Dataset.hasData(this[0])},removeData:function(a){this._forEachElement(function(b){c.bom.element.Dataset.remove(b,a)});return this}},defer:function(a){qxWeb.$attach({getData:a.getData,setData:a.setData,removeData:a.removeData,getAllData:a.getAllData,hasData:a.hasData})}})})();(function(){c.Bootstrap.define("qx.bom.element.Dataset",{statics:{set:function(a,b,d){a.dataset?(b=c.lang.String.camelCase(b),null===d||void 0==
d?delete a.dataset[b]:a.dataset[b]=d):(void 0===d&&(d=null),c.bom.element.Attribute.set(a,"data-"+c.lang.String.hyphenate(b),d))},get:function(a,b){if(a.dataset)return b=c.lang.String.camelCase(b),a.dataset[b]?a.dataset[b]:void 0;var d="data-"+c.lang.String.hyphenate(b);return a.hasAttribute(d)?c.bom.element.Attribute.get(a,d):void 0},getAll:function(a){if(a.dataset)return a.dataset;for(var b={},d=a.attributes,e=0;e<d.length;e++)d[e].name.match(/^data-(.*)/)&&(b[c.lang.String.camelCase(RegExp.$1)]=
a.getAttribute(d[e].name));return b},hasData:function(a){return 0<Object.keys(qxWeb(a).getAllData()).length},remove:function(a,b){this.set(a,b,void 0)}}})})()})();

$q.define("UNOUNO.components.tracking",{statics:{initClickTrackingHandler:function(b){b=b||$q("body");"function"===typeof UNOUNO.tracking.clickTracking&&$q("[data-op-tracking]",b).forEach(function(a){a=$q(a);a.getAttribute("id")||a.setAttribute("id",a.getData("opTracking"));UNOUNO.tracking.clickTracking(a.getAttribute("id"))});$q("a[data-linkid], button[data-linkid]",b).on($q.EVENT.click,function(a){a=$q(a.getTarget());"a"!==$q.getNodeName(a[0])&&"button"!==$q.getNodeName(a[0])&&(a=a.getAncestors("a:eq(0), button"));
window.SC_LINKID=$q(a).getData("linkid");window.SC_LINKID_DOMAIN=this.getCommonDomain(location.href,a[0].href)},this)},getCommonDomain:function(b,a){try{for(var d=/^https?:\/\/([^/?#:]+)/,c=b.match(d)[1].split("."),e=a.match(d)[1].split("."),d=[];0<c.length&&0<e.length&&c[c.length-1]===e[e.length-1];)d.unshift(c.pop()),e.pop();return 2>d.length||0===c.length&&0===e.length?null:"."+d.join(".")}catch(f){return null}},getMainDomain:function(b){var a=b.match(/\.[^\.]+\.[^\.]+$/);return a?a[0]:b}}});
$q.ready(function(){function b(a,b){$q.cookie.del(a);$q.cookie.del(a,"/");b&&($q.cookie.del(a,null,b),$q.cookie.del(a,"/",b))}function a(){var a=$q.uri.parse(window.location.href).path,c=UNOUNO.components.tracking.getMainDomain(location.host);b("SC_LINKID",window.SC_LINKID_DOMAIN);b("SC_REFERER",c);window.SC_LINKID&&$q.cookie.set("SC_LINKID",window.SC_LINKID,null,"/",window.SC_LINKID_DOMAIN);"/"===a&&(a="");a&&$q.cookie.set("SC_REFERER",a,null,"/",c)}if(navigator.userAgent.match(/iPad|iPhone/i))window.addEventListener("pagehide",
function(b){a()});else $q(window).on("beforeunload",function(){a()});UNOUNO.components.tracking.initClickTrackingHandler()});
!function(d){function b(c){if(a[c])return a[c].exports;var f=a[c]={i:c,l:!1,exports:{}};return d[c].call(f.exports,f,f.exports,b),f.l=!0,f.exports}var a={};b.m=d;b.c=a;b.d=function(c,a,d){b.o(c,a)||Object.defineProperty(c,a,{configurable:!1,enumerable:!0,get:d})};b.n=function(c){var a=c&&c.__esModule?function(){return c["default"]}:function(){return c};return b.d(a,"a",a),a};b.o=function(c,a){return Object.prototype.hasOwnProperty.call(c,a)};b.p="";b(b.s=2)}([function(d,b,a){function c(){this.href=
this.path=this.pathname=this.query=this.search=this.hash=this.hostname=this.port=this.host=this.auth=this.slashes=this.protocol=null}function f(g,e,a){if(g&&h.isObject(g)&&g instanceof c)return g;var B=new c;return B.parse(g,e,a),B}var p=a(10),h=a(12);b.parse=f;b.resolve=function(g,e){return f(g,!1,!0).resolve(e)};b.resolveObject=function(g,e){return g?f(g,!1,!0).resolveObject(e):e};b.format=function(g){return h.isString(g)&&(g=f(g)),g instanceof c?g.format():c.prototype.format.call(g)};b.Url=c;var m=
/^([a-z0-9.+-]+:)/i,k=/:[0-9]*$/,q=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/;d="{}|\\^`".split("").concat('\x3c\x3e"` \r\n\t'.split(""));var r=["'"].concat(d),t=["%","/","?",";","#"].concat(r),l=["/","?","#"],n=/^[+a-z0-9A-Z_-]{0,63}$/,C=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,D={javascript:!0,"javascript:":!0},w={javascript:!0,"javascript:":!0},s={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},x=a(13);c.prototype.parse=function(g,e,c){if(!h.isString(g))throw new TypeError("Parameter 'url' must be a string, not "+
typeof g);var a=g.indexOf("?"),a=-1!==a&&a<g.indexOf("#")?"?":"#";g=g.split(a);g[0]=g[0].replace(/\\/g,"/");a=g=g.join(a);if(a=a.trim(),!c&&1===g.split("#").length)if(g=q.exec(a))return this.path=a,this.href=a,this.pathname=g[1],g[2]?(this.search=g[2],this.query=e?x.parse(this.search.substr(1)):this.search.substr(1)):e&&(this.search="",this.query={}),this;if(g=m.exec(a)){g=g[0];var d=g.toLowerCase();this.protocol=d;a=a.substr(g.length)}if(c||g||a.match(/^\/\/[^@\/]+@[^@\/]+/)){var f="//"===a.substr(0,
2);!f||g&&w[g]||(a=a.substr(2),this.slashes=!0)}if(!w[g]&&(f||g&&!s[g])){f=-1;for(c=0;c<l.length;c++)g=a.indexOf(l[c]),-1!==g&&(-1===f||g<f)&&(f=g);var b;c=-1===f?a.lastIndexOf("@"):a.lastIndexOf("@",f);-1!==c&&(b=a.slice(0,c),a=a.slice(c+1),this.auth=decodeURIComponent(b));f=-1;for(c=0;c<t.length;c++)g=a.indexOf(t[c]),-1!==g&&(-1===f||g<f)&&(f=g);-1===f&&(f=a.length);this.host=a.slice(0,f);a=a.slice(f);this.parseHost();this.hostname=this.hostname||"";b="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-
1];if(!b){var k=this.hostname.split(/\./);c=0;for(f=k.length;c<f;c++)if((g=k[c])&&!g.match(n)){for(var v="",u=0,F=g.length;u<F;u++)127<g.charCodeAt(u)?v+="x":v+=g[u];if(!v.match(n)){f=k.slice(0,c);c=k.slice(c+1);(g=g.match(C))&&(f.push(g[1]),c.unshift(g[2]));c.length&&(a="/"+c.join(".")+a);this.hostname=f.join(".");break}}}255<this.hostname.length?this.hostname="":this.hostname=this.hostname.toLowerCase();b||(this.hostname=p.toASCII(this.hostname));c=this.port?":"+this.port:"";this.host=(this.hostname||
"")+c;this.href+=this.host;b&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==a[0]&&(a="/"+a))}if(!D[d])for(c=0,f=r.length;c<f;c++)b=r[c],-1!==a.indexOf(b)&&(g=encodeURIComponent(b),g===b&&(g=escape(b)),a=a.split(b).join(g));c=a.indexOf("#");-1!==c&&(this.hash=a.substr(c),a=a.slice(0,c));c=a.indexOf("?");if(-1!==c?(this.search=a.substr(c),this.query=a.substr(c+1),e&&(this.query=x.parse(this.query)),a=a.slice(0,c)):e&&(this.search="",this.query={}),a&&(this.pathname=a),s[d]&&this.hostname&&
!this.pathname&&(this.pathname="/"),this.pathname||this.search)c=this.pathname||"",this.path=c+(this.search||"");return this.href=this.format(),this};c.prototype.format=function(){var c=this.auth||"";c&&(c=encodeURIComponent(c),c=c.replace(/%3A/i,":"),c+="@");var a=this.protocol||"",f=this.pathname||"",d=this.hash||"",b=!1,l="";this.host?b=c+this.host:this.hostname&&(b=c+(-1===this.hostname.indexOf(":")?this.hostname:"["+this.hostname+"]"),this.port&&(b+=":"+this.port));this.query&&h.isObject(this.query)&&
Object.keys(this.query).length&&(l=x.stringify(this.query));c=this.search||l&&"?"+l||"";return a&&":"!==a.substr(-1)&&(a+=":"),this.slashes||(!a||s[a])&&!1!==b?(b="//"+(b||""),f&&"/"!==f.charAt(0)&&(f="/"+f)):b||(b=""),d&&"#"!==d.charAt(0)&&(d="#"+d),c&&"?"!==c.charAt(0)&&(c="?"+c),f=f.replace(/[?#]/g,function(c){return encodeURIComponent(c)}),c=c.replace("#","%23"),a+b+f+c+d};c.prototype.resolve=function(c){return this.resolveObject(f(c,!1,!0)).format()};c.prototype.resolveObject=function(a){if(h.isString(a)){var e=
new c;e.parse(a,!1,!0);a=e}for(var e=new c,f=Object.keys(this),b=0;b<f.length;b++){var d=f[b];e[d]=this[d]}if(e.hash=a.hash,""===a.href)return e.href=e.format(),e;if(a.slashes&&!a.protocol){f=Object.keys(a);for(b=0;b<f.length;b++)d=f[b],"protocol"!==d&&(e[d]=a[d]);return s[e.protocol]&&e.hostname&&!e.pathname&&(e.path=e.pathname="/"),e.href=e.format(),e}if(a.protocol&&a.protocol!==e.protocol){if(!s[a.protocol]){f=Object.keys(a);for(b=0;b<f.length;b++)d=f[b],e[d]=a[d];return e.href=e.format(),e}if(e.protocol=
a.protocol,a.host||w[a.protocol])e.pathname=a.pathname;else{for(var l=(a.pathname||"").split("/");l.length&&!(a.host=l.shift()););a.host||(a.host="");a.hostname||(a.hostname="");""!==l[0]&&l.unshift("");2>l.length&&l.unshift("");e.pathname=l.join("/")}if(e.search=a.search,e.query=a.query,e.host=a.host||"",e.auth=a.auth,e.hostname=a.hostname||a.host,e.port=a.port,e.pathname||e.search)e.path=(e.pathname||"")+(e.search||"");return e.slashes=e.slashes||a.slashes,e.href=e.format(),e}var f=e.pathname&&
"/"===e.pathname.charAt(0),p=a.host||a.pathname&&"/"===a.pathname.charAt(0),m=f=p||f||e.host&&a.pathname,b=e.pathname&&e.pathname.split("/")||[],l=a.pathname&&a.pathname.split("/")||[],d=e.protocol&&!s[e.protocol];if(d&&(e.hostname="",e.port=null,e.host&&(""===b[0]?b[0]=e.host:b.unshift(e.host)),e.host="",a.protocol&&(a.hostname=null,a.port=null,a.host&&(""===l[0]?l[0]=a.host:l.unshift(a.host)),a.host=null),f=f&&(""===l[0]||""===b[0])),p)e.host=a.host||""===a.host?a.host:e.host,e.hostname=a.hostname||
""===a.hostname?a.hostname:e.hostname,e.search=a.search,e.query=a.query,b=l;else if(l.length)b||(b=[]),b.pop(),b=b.concat(l),e.search=a.search,e.query=a.query;else if(!h.isNullOrUndefined(a.search))return d&&(e.hostname=e.host=b.shift(),(d=!!(e.host&&0<e.host.indexOf("@"))&&e.host.split("@"))&&(e.auth=d.shift(),e.host=e.hostname=d.shift())),e.search=a.search,e.query=a.query,h.isNull(e.pathname)&&h.isNull(e.search)||(e.path=(e.pathname?e.pathname:"")+(e.search?e.search:"")),e.href=e.format(),e;if(!b.length)return e.pathname=
null,e.search?e.path="/"+e.search:e.path=null,e.href=e.format(),e;for(var p=b.slice(-1)[0],l=(e.host||a.host||1<b.length)&&("."===p||".."===p)||""===p,n=0,k=b.length;0<=k;k--)p=b[k],"."===p?b.splice(k,1):".."===p?(b.splice(k,1),n++):n&&(b.splice(k,1),n--);if(!f&&!m)for(;n--;n)b.unshift("..");!f||""===b[0]||b[0]&&"/"===b[0].charAt(0)||b.unshift("");l&&"/"!==b.join("/").substr(-1)&&b.push("");m=""===b[0]||b[0]&&"/"===b[0].charAt(0);d&&(e.hostname=e.host=m?"":b.length?b.shift():"",(d=!!(e.host&&0<e.host.indexOf("@"))&&
e.host.split("@"))&&(e.auth=d.shift(),e.host=e.hostname=d.shift()));return f=f||e.host&&b.length,f&&!m&&b.unshift(""),b.length?e.pathname=b.join("/"):(e.pathname=null,e.path=null),h.isNull(e.pathname)&&h.isNull(e.search)||(e.path=(e.pathname?e.pathname:"")+(e.search?e.search:"")),e.auth=a.auth||e.auth,e.slashes=e.slashes||a.slashes,e.href=e.format(),e};c.prototype.parseHost=function(){var a=this.host,c=k.exec(a);c&&(c=c[0],":"!==c&&(this.port=c.substr(1)),a=a.substr(0,a.length-c.length));a&&(this.hostname=
a)}},function(d,b){var a;a=function(){return this}();try{a=a||Function("return this")()||(0,eval)("this")}catch(c){"object"==typeof window&&(a=window)}d.exports=a},function(d,b,a){a(3);d.exports=a(4)},function(d,b){},function(d,b,a){(function(c){var b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(a){return typeof a}:function(a){return a&&"function"==typeof Symbol&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},p=function(){function a(c,b){for(var f=0;f<b.length;f++){var d=
b[f];d.enumerable=d.enumerable||!1;d.configurable=!0;"value"in d&&(d.writable=!0);Object.defineProperty(c,d.key,d)}}return function(c,b,f){return b&&a(c.prototype,b),f&&a(c,f),c}}(),h=a(5),m=a(6),k=a(0),q={theme:"color",backendUrl:null,infoUrl:"http://ct.de/-2467514",infoDisplay:"blank",lang:"de",langFallback:"en",mailUrl:function(){var a=k.parse(this.getURL(),!0);return a.query.view="mail",delete a.search,k.format(a)},mailBody:function(){return this.getURL()},mediaUrl:null,orientation:"horizontal",
buttonStyle:"standard",referrerTrack:null,services:["twitter","facebook","info"],title:c.document.title,twitterVia:null,flattrUser:null,flattrCategory:null,url:function(){var a=c.document.location.href,b=h("link[rel\x3dcanonical]").attr("href")||this.getMeta("og:url")||"";return 0<b.length&&(0>b.indexOf("http")&&(b=0!==b.indexOf("//")?c.document.location.protocol+"//"+c.document.location.host+b:c.document.location.protocol+b),a=b),a}},r=function(){function a(c,b){var f=this;if(!(this instanceof a))throw new TypeError("Cannot call a class as a function");
this.element=c;h(c).empty();this.options=h.extend({},q,b,h(c).data());this.services=Object.keys(m).filter(function(a){return f.isEnabledService(a)}).sort(function(a,c){var b=f.options.services;return b.indexOf(a)-b.indexOf(c)}).map(function(a){return m[a](f)});this._addButtonList();null!==this.options.backendUrl&&"icon"!==this.options.buttonStyle&&this.getShares(this._updateCounts.bind(this))}return p(a,[{key:"isEnabledService",value:function(a){return-1<this.options.services.indexOf(a)}},{key:"$socialshareElement",
value:function(){return h(this.element)}},{key:"getLocalized",value:function(a,c){return"object"===b(a[c])?void 0===a[c][this.options.lang]?a[c][this.options.langFallback]:a[c][this.options.lang]:"string"==typeof a[c]?a[c]:void 0}},{key:"getMeta",value:function(a){return h('meta[name\x3d"'+a+'"],[property\x3d"'+a+'"]').attr("content")||""}},{key:"getInfoUrl",value:function(){return this.options.infoUrl}},{key:"getInfoDisplayPopup",value:function(){return"popup"===this.options.infoDisplay}},{key:"getInfoDisplayBlank",
value:function(){return"popup"!==this.options.infoDisplay&&"self"!==this.options.infoDisplay}},{key:"getURL",value:function(){return this.getOption("url")}},{key:"getOption",value:function(a){a=this.options[a];return"function"==typeof a?a.call(this):a}},{key:"getTitle",value:function(){var a=this.getOption("title");if(h(this.element).data().title)return a;var a=a||this.getMeta("DC.title"),c=this.getMeta("DC.creator");return a&&c?a+" - "+c:a}},{key:"getReferrerTrack",value:function(){return this.options.referrerTrack||
""}},{key:"getShares",value:function(a){var c=k.parse(this.options.backendUrl,!0);return c.query.url=this.getURL(),delete c.search,h.getJSON(k.format(c),a)}},{key:"_updateCounts",value:function(a,c,b){var f=this;a&&h.each(a,function(a,c){f.isEnabledService(a)&&(1E3<=c&&(c=Math.round(c/1E3)+"k"),h(f.element).find("."+a+" a").append(h("\x3cspan/\x3e").addClass("share_count").text(c)))})}},{key:"_addButtonList",value:function(){var a=this,b=h("\x3cul/\x3e").addClass(["theme-"+this.options.theme,"orientation-"+
this.options.orientation,"button-style-"+this.options.buttonStyle,"shariff-col-"+this.options.services.length].join(" "));this.services.forEach(function(c){var f=h("\x3cli/\x3e").addClass("shariff-button "+c.name),d=h("\x3ca/\x3e").attr("href",c.shareUrl);if("standard"===a.options.buttonStyle){var p=h("\x3cspan/\x3e").addClass("share_text").text(a.getLocalized(c,"shareText"));d.append(p)}void 0!==c.faPrefix&&void 0!==c.faName&&d.prepend(h("\x3cspan/\x3e").addClass(c.faPrefix+" "+c.faName));c.popup?
(d.attr("data-rel","popup"),"info"!==c.name&&d.attr("rel","nofollow")):c.blank?(d.attr("target","_blank"),"info"===c.name?d.attr("rel","noopener noreferrer"):d.attr("rel","nofollow noopener noreferrer")):"info"!==c.name&&d.attr("rel","nofollow");d.attr("title",a.getLocalized(c,"title"));d.attr("role","button");d.attr("aria-label",a.getLocalized(c,"title"));f.append(d);b.append(f)});b.on("click",'[data-rel\x3d"popup"]',function(a){a.preventDefault();a=h(this).attr("href");if(a.match(/twitter\.com\/intent\/(\w+)/)){var b=
c.window;if(b.__twttr&&b.__twttr.widgets&&b.__twttr.widgets.loaded)return}c.window.open(a,"_blank","width\x3d600,height\x3d460")});this.$socialshareElement().append(b)}}]),a}();d.exports=r;c.Shariff=r;h(function(){h(".shariff").each(function(){this.hasOwnProperty("shariff")||(this.shariff=new r(this))})})}).call(b,a(1))},function(d,b){d.exports=jQuery},function(d,b,a){d.exports={addthis:a(7),buffer:a(8),diaspora:a(9),facebook:a(16),flattr:a(17),flipboard:a(18),info:a(19),linkedin:a(20),mail:a(21),
pinterest:a(22),pocket:a(23),print:a(24),qzone:a(25),reddit:a(26),stumbleupon:a(27),telegram:a(28),tencent:a(29),threema:a(30),tumblr:a(31),twitter:a(32),vk:a(33),weibo:a(34),whatsapp:a(35),xing:a(36)}},function(d,b,a){d.exports=function(a){return{popup:!0,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",it:"condividi",ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",
nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"addthis",faPrefix:"fas",faName:"fa-plus",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 AddThis",cs:"Sd\u00edlet na AddThis",da:"Del p\u00e5 AddThis",de:"Bei AddThis teilen",en:"Share on AddThis",es:"Compartir en AddThis",fi:"Jaa AddThisiss\u00e4",
fr:"Partager sur AddThis",hr:"Podijelite na AddThis",hu:"Megoszt\u00e1s AddThisen",it:"Condividi su AddThis",ja:"AddThis\u4e0a\u3067\u5171\u6709",ko:"AddThis\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op AddThis",no:"Del p\u00e5 AddThis",pl:"Udost\u0119pnij przez AddThis",pt:"Compartilhar no AddThis",ro:"Partajeaz\u0103 pe AddThis",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 AddThis",sk:"Zdie\u013ea\u0165 na AddThis",sl:"Deli na AddThis",sr:"Podeli na AddThis",
sv:"Dela p\u00e5 AddThis",tr:"AddThis'ta payla\u015f",zh:"\u5728AddThis\u4e0a\u5206\u4eab"},shareUrl:"http://api.addthis.com/oexchange/0.8/offer?url\x3d"+encodeURIComponent(a.getURL())+a.getReferrerTrack()}}},function(d,b,a){d.exports=function(a){var b=encodeURIComponent(a.getURL());return{popup:!0,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",it:"condividi",
ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"buffer",faPrefix:"fab",faName:"fa-buffer",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 buffer",cs:"Sd\u00edlet na buffer",da:"Del p\u00e5 buffer",de:"Bei buffer teilen",en:"Share on buffer",es:"Compartir en buffer",
fi:"Jaa bufferiss\u00e4",fr:"Partager sur buffer",hr:"Podijelite na buffer",hu:"Megoszt\u00e1s bufferen",it:"Condividi su buffer",ja:"buffer\u4e0a\u3067\u5171\u6709",ko:"buffer\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op buffer",no:"Del p\u00e5 buffer",pl:"Udost\u0119pnij przez buffer",pt:"Compartilhar no buffer",ro:"Partajeaz\u0103 pe buffer",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 buffer",sk:"Zdie\u013ea\u0165 na buffer",sl:"Deli na buffer",sr:"Podeli na buffer",
sv:"Dela p\u00e5 buffer",tr:"buffer'ta payla\u015f",zh:"\u5728buffer\u4e0a\u5206\u4eab"},shareUrl:"https://buffer.com/add?text\x3d"+encodeURIComponent(a.getTitle())+"\x26url\x3d"+b+a.getReferrerTrack()}}},function(d,b,a){var c=a(0);d.exports=function(a){var b=c.parse("https://share.diasporafoundation.org/",!0);return b.query.url=a.getURL(),b.query.title=a.getTitle(),b.protocol="https",delete b.search,{popup:!0,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",
de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",it:"condividi",ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"diaspora",faPrefix:"fas",faName:"fa-asterisk",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 diaspora*",
cs:"Sd\u00edlet na diaspora*",da:"Del p\u00e5 diaspora*",de:"Bei diaspora* teilen",en:"Share on diaspora*",es:"Compartir en diaspora*",fi:"Jaa Diasporaiss\u00e4",fr:"Partager sur diaspora*",hr:"Podijelite na diaspora*",hu:"Megoszt\u00e1s diaspora*",it:"Condividi su diaspora*",ja:"diaspora*\u4e0a\u3067\u5171\u6709",ko:"diaspora*\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op diaspora*",no:"Del p\u00e5 diaspora*",pl:"Udost\u0119pnij przez diaspora*",pt:"Compartilhar no diaspora*",ro:"Partajeaz\u0103 pe diaspora*",
ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 diaspora*",sk:"Zdie\u013ea\u0165 na diaspora*",sl:"Deli na diaspora*",sr:"Podeli na diaspora*-u",sv:"Dela p\u00e5 diaspora*",tr:"diaspora*'ta payla\u015f",zh:"\u5206\u4eab\u81f3diaspora*"},shareUrl:c.format(b)+a.getReferrerTrack()}}},function(d,b,a){(function(c,f){var d;!function(f){function m(a){throw new RangeError(L[a]);}function k(a,c){for(var b=a.length,f=[];b--;)f[b]=c(a[b]);return f}function q(a,c){var b=a.split("@"),
f="";return 1<b.length&&(f=b[0]+"@",a=b[1]),a=a.replace(F,"."),f+k(a.split("."),c).join(".")}function r(a){for(var c,b,f=[],e=0,d=a.length;e<d;)c=a.charCodeAt(e++),55296<=c&&56319>=c&&e<d?(b=a.charCodeAt(e++),56320==(64512&b)?f.push(((1023&c)<<10)+(1023&b)+65536):(f.push(c),e--)):f.push(c);return f}function t(a){return k(a,function(a){var c="";return 65535<a&&(a-=65536,c+=A(a>>>10&1023|55296),a=56320|1023&a),c+A(a)}).join("")}function l(a){return 10>a-48?a-22:26>a-65?a-65:26>a-97?a-97:g}function n(a,
c){return a+22+75*(26>a)-((0!=c)<<5)}function C(a,c,b){var f=0;a=b?y(a/K):a>>1;for(a+=y(a/c);a>G*z>>1;f+=g)a=y(a/G);return y(f+(G+1)*a/(a+B))}function D(a){var c,b,f,d,p,h,k,q=[],r=a.length,n=0,E=I,s=H;b=a.lastIndexOf(J);0>b&&(b=0);for(f=0;f<b;++f)128<=a.charCodeAt(f)&&m("not-basic"),q.push(a.charCodeAt(f));for(b=0<b?b+1:0;b<r;){f=n;c=1;for(d=g;b>=r&&m("invalid-input"),p=l(a.charCodeAt(b++)),(p>=g||p>y((x-n)/c))&&m("overflow"),n+=p*c,h=d<=s?e:d>=s+z?z:d-s,!(p<h);d+=g)k=g-h,c>y(x/k)&&m("overflow"),
c*=k;c=q.length+1;s=C(n-f,c,0==f);y(n/c)>x-E&&m("overflow");E+=y(n/c);n%=c;q.splice(n++,0,E)}return t(q)}function w(a){var c,b,f,d,p,h,k,l,q,t,s,v,w,u=[];a=r(a);s=a.length;c=I;b=0;p=H;for(h=0;h<s;++h)128>(t=a[h])&&u.push(A(t));for((f=d=u.length)&&u.push(J);f<s;){k=x;for(h=0;h<s;++h)(t=a[h])>=c&&t<k&&(k=t);v=f+1;k-c>y((x-b)/v)&&m("overflow");b+=(k-c)*v;c=k;for(h=0;h<s;++h)if(t=a[h],t<c&&++b>x&&m("overflow"),t==c){l=b;for(k=g;q=k<=p?e:k>=p+z?z:k-p,!(l<q);k+=g)w=l-q,l=g-q,u.push(A(n(q+w%l,0))),l=y(w/
l);u.push(A(n(l,0)));p=C(b,v,f==d);b=0;++f}++b;++c}return u.join("")}var s,x=("object"==typeof b&&b&&b.nodeType,"object"==typeof c&&c&&c.nodeType,2147483647),g=36,e=1,z=26,B=38,K=700,H=72,I=128,J="-",v=/^xn--/,u=/[^\x20-\x7E]/,F=/[\x2E\u3002\uFF0E\uFF61]/g,L={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input \x3e\x3d 0x80 (not a basic code point)","invalid-input":"Invalid input"},G=g-e,y=Math.floor,A=String.fromCharCode;s={version:"1.4.1",ucs2:{decode:r,encode:t},
decode:D,encode:w,toASCII:function(a){return q(a,function(a){return u.test(a)?"xn--"+w(a):a})},toUnicode:function(a){return q(a,function(a){return v.test(a)?D(a.slice(4).toLowerCase()):a})}};void 0!==(d=function(){return s}.call(b,a,b,c))&&(c.exports=d)}()}).call(b,a(11)(d),a(1))},function(d,b){d.exports=function(a){return a.webpackPolyfill||(a.deprecate=function(){},a.paths=[],a.children||(a.children=[]),Object.defineProperty(a,"loaded",{enumerable:!0,get:function(){return a.l}}),Object.defineProperty(a,
"id",{enumerable:!0,get:function(){return a.i}}),a.webpackPolyfill=1),a}},function(d,b,a){d.exports={isString:function(a){return"string"==typeof a},isObject:function(a){return"object"==typeof a&&null!==a},isNull:function(a){return null===a},isNullOrUndefined:function(a){return null==a}}},function(d,b,a){b.decode=b.parse=a(14);b.encode=b.stringify=a(15)},function(d,b,a){d.exports=function(a,b,d,m){d=d||"\x3d";var k={};if("string"!=typeof a||0===a.length)return k;var q=/\+/g;a=a.split(b||"\x26");b=
1E3;m&&"number"==typeof m.maxKeys&&(b=m.maxKeys);m=a.length;0<b&&m>b&&(m=b);for(b=0;b<m;++b){var r,t,l,n;l=a[b].replace(q,"%20");n=l.indexOf(d);0<=n?(r=l.substr(0,n),t=l.substr(n+1)):(r=l,t="");l=decodeURIComponent(r);n=decodeURIComponent(t);Object.prototype.hasOwnProperty.call(k,l)?c(k[l])?k[l].push(n):k[l]=[k[l],n]:k[l]=n}return k};var c=Array.isArray||function(a){return"[object Array]"===Object.prototype.toString.call(a)}},function(d,b,a){function c(a,c){if(a.map)return a.map(c);for(var b=[],f=
0;f<a.length;f++)b.push(c(a[f],f));return b}var f=function(a){switch(typeof a){case "string":return a;case "boolean":return a?"true":"false";case "number":return isFinite(a)?a:"";default:return""}};d.exports=function(a,b,d,r){return b=b||"\x26",d=d||"\x3d",null===a&&(a=void 0),"object"==typeof a?c(h(a),function(h){var l=encodeURIComponent(f(h))+d;return p(a[h])?c(a[h],function(a){return l+encodeURIComponent(f(a))}).join(b):l+encodeURIComponent(f(a[h]))}).join(b):r?encodeURIComponent(f(r))+d+encodeURIComponent(f(a)):
""};var p=Array.isArray||function(a){return"[object Array]"===Object.prototype.toString.call(a)},h=Object.keys||function(a){var c=[],b;for(b in a)Object.prototype.hasOwnProperty.call(a,b)&&c.push(b);return c}},function(d,b,a){d.exports=function(a){return{popup:!0,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",it:"condividi",ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",
nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"facebook",faPrefix:"fab",faName:"fa-facebook-f",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432\u044a\u0432 Facebook",cs:"Sd\u00edlet na Facebooku",da:"Del p\u00e5 Facebook",de:"Bei Facebook teilen",en:"Share on Facebook",es:"Compartir en Facebook",
fi:"Jaa Facebookissa",fr:"Partager sur Facebook",hr:"Podijelite na Facebooku",hu:"Megoszt\u00e1s Facebookon",it:"Condividi su Facebook",ja:"\u30d5\u30a7\u30a4\u30b9\u30d6\u30c3\u30af\u4e0a\u3067\u5171\u6709",ko:"\ud398\uc774\uc2a4\ubd81\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op Facebook",no:"Del p\u00e5 Facebook",pl:"Udost\u0119pnij na Facebooku",pt:"Compartilhar no Facebook",ro:"Partajeaz\u0103 pe Facebook",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 Facebook",
sk:"Zdie\u013ea\u0165 na Facebooku",sl:"Deli na Facebooku",sr:"Podeli na Facebook-u",sv:"Dela p\u00e5 Facebook",tr:"Facebook'ta payla\u015f",zh:"\u5728Facebook\u4e0a\u5206\u4eab"},shareUrl:"https://www.facebook.com/sharer/sharer.php?u\x3d"+encodeURIComponent(a.getURL())+a.getReferrerTrack()}}},function(d,b,a){d.exports=function(a){var b=encodeURIComponent(a.getURL()),d=a.getTitle(),h=a.getMeta("description");return{popup:!0,shareText:"Flattr",name:"flattr",faPrefix:"far",faName:"fa-money-bill-alt",
title:{de:"Artikel flattrn",en:"Flattr this"},shareUrl:"https://flattr.com/submit/auto?title\x3d"+encodeURIComponent(d)+"\x26description\x3d"+encodeURIComponent(h)+"\x26category\x3d"+encodeURIComponent(a.options.flattrCategory||"text")+"\x26user_id\x3d"+encodeURIComponent(a.options.flattrUser)+"\x26url\x3d"+b+a.getReferrerTrack()}}},function(d,b,a){d.exports=function(a){var b=encodeURIComponent(a.getURL());return{popup:!0,shareText:"flip it",name:"flipboard",faPrefix:"fab",faName:"fa-flipboard",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 Flipboard",
cs:"Sd\u00edlet na Flipboardu",da:"Del p\u00e5 Flipboard",de:"Bei Flipboard teilen",en:"Share on Flipboard",es:"Compartir en Flipboard",fi:"Jaa Flipboardiss\u00e4",fr:"Partager sur Flipboard",hr:"Podijelite na Flipboardu",hu:"Megoszt\u00e1s Flipboardon",it:"Condividi su Flipboard",ja:"Flipboard\u4e0a\u3067\u5171\u6709",ko:"Flipboard\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op Flipboard",no:"Del p\u00e5 Flipboard",pl:"Udost\u0119pnij na Flipboardu",pt:"Compartilhar no Flipboard",ro:"Partajeaz\u0103 pe Flipboard",
ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 Flipboard",sk:"Zdie\u013ea\u0165 na Flipboardu",sl:"Deli na Flipboardu",sr:"Podeli na Flipboard-u",sv:"Dela p\u00e5 Flipboard",tr:"Flipboard'ta payla\u015f",zh:"\u5728Flipboard\u4e0a\u5206\u4eab"},shareUrl:"https://share.flipboard.com/bookmarklet/popout?v\x3d2\x26title\x3d"+encodeURIComponent(a.getTitle())+"\x26url\x3d"+b+a.getReferrerTrack()}}},function(d,b,a){d.exports=function(a){return{blank:a.getInfoDisplayBlank(),
popup:a.getInfoDisplayPopup(),shareText:"Info",name:"info",faPrefix:"fas",faName:"fa-info",title:{bg:"\u041f\u043e\u0432\u0435\u0447\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",cs:"V\u00edce informac\u00ed",da:"Flere oplysninger",de:"Weitere Informationen",en:"More information",es:"M\u00e1s informaciones",fi:"Lis\u00e4tietoja",fr:"Plus d'informations",hr:"Vi\u0161e informacija",hu:"T\u00f6bb inform\u00e1ci\u00f3",it:"Maggiori informazioni",ja:"\u8a73\u3057\u3044\u60c5\u5831",
ko:"\ucd94\uac00 \uc815\ubcf4",nl:"Verdere informatie",no:"Mer informasjon",pl:"Wi\u0119cej informacji",pt:"Mais informa\u00e7\u00f5es",ro:"Mai multe informatii",ru:"\u0411\u043e\u043b\u044c\u0448\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438",sk:"Viac inform\u00e1ci\u00ed",sl:"Ve\u010d informacij",sr:"Vi\u0161e informacija",sv:"Mer information",tr:"Daha fazla bilgi",zh:"\u66f4\u591a\u4fe1\u606f"},shareUrl:a.getInfoUrl()}}},function(d,b,a){d.exports=function(a){var b=encodeURIComponent(a.getURL()),
d=encodeURIComponent(a.getTitle());return{popup:!0,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",de:"mitteilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",it:"condividi",ja:"\u30b7\u30a7\u30a2",ko:"\uacf5\uc720\ud558\uae30",nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"distribui\u021bi",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",
sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"linkedin",faPrefix:"fab",faName:"fa-linkedin-in",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 LinkedIn",cs:"Sd\u00edlet na LinkedIn",da:"Del p\u00e5 LinkedIn",de:"Bei LinkedIn teilen",en:"Share on LinkedIn",es:"Compartir en LinkedIn",fi:"Jaa LinkedIniss\u00e4",fr:"Partager sur LinkedIn",hr:"Podijelite na LinkedIn",hu:"Megoszt\u00e1s LinkedInen",it:"Condividi su LinkedIn",ja:"LinkedIn\u4e0a\u3067\u5171\u6709",ko:"LinkedIn\uc5d0\uc11c \uacf5\uc720\ud558\uae30",
nl:"Delen op LinkedIn",no:"Del p\u00e5 LinkedIn",pl:"Udost\u0119pnij przez LinkedIn",pt:"Compartilhar no LinkedIn",ro:"Partajeaz\u0103 pe LinkedIn",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 LinkedIn",sk:"Zdie\u013ea\u0165 na LinkedIn",sl:"Deli na LinkedIn",sr:"Podeli na LinkedIn-u",sv:"Dela p\u00e5 LinkedIn",tr:"LinkedIn'ta payla\u015f",zh:"\u5728LinkedIn\u4e0a\u5206\u4eab"},shareUrl:"https://www.linkedin.com/shareArticle?mini\x3dtrue\x26summary\x3d"+encodeURIComponent(a.getMeta("description"))+
"\x26title\x3d"+d+"\x26url\x3d"+b}}},function(d,b,a){d.exports=function(a){var b=a.getOption("mailUrl");return 0===b.indexOf("mailto:")&&(b+="?subject\x3d"+encodeURIComponent(a.getOption("mailSubject")||a.getTitle()),b+="\x26body\x3d"+encodeURIComponent(a.getOption("mailBody").replace(/\{url\}/i,a.getURL()))),{blank:0===b.indexOf("http"),popup:!1,shareText:{en:"mail",zh:"\u5206\u4eab"},name:"mail",faPrefix:"fas",faName:"fa-envelope",title:{bg:"\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u043f\u043e \u0438\u043c\u0435\u0439\u043b",
cs:"Poslat mailem",da:"Sende via e-mail",de:"Per E-Mail versenden",en:"Send by email",es:"Enviar por email",fi:"L\u00e4het\u00e4 s\u00e4hk\u00f6postitse",fr:"Envoyer par courriel",hr:"Po\u0161aljite emailom",hu:"Elk\u00fcld\u00e9s e-mailben",it:"Inviare via email",ja:"\u96fb\u5b50\u30e1\u30fc\u30eb\u3067\u9001\u4fe1",ko:"\uc774\uba54\uc77c\ub85c \ubcf4\ub0b4\uae30",nl:"Sturen via e-mail",no:"Send via epost",pl:"Wy\u015blij e-mailem",pt:"Enviar por e-mail",ro:"Trimite prin e-mail",ru:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043f\u043e \u044d\u043b. \u043f\u043e\u0447\u0442\u0435",
sk:"Posla\u0165 e-mailom",sl:"Po\u0161lji po elektronski po\u0161ti",sr:"Po\u0161alji putem email-a",sv:"Skicka via e-post",tr:"E-posta ile g\u00f6nder",zh:"\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u4f20\u9001"},shareUrl:b}}},function(d,b,a){var c=a(0);d.exports=function(a){var b=a.getTitle(),d=a.getMeta("DC.creator");0<d.length&&(b+=" - "+d);d=a.getOption("mediaUrl");(!d||0>=d.length)&&(d=a.getMeta("og:image"));var m=c.parse("https://www.pinterest.com/pin/create/link/",!0);return m.query.url=a.getURL(),
m.query.media=d,m.query.description=b,delete m.search,{popup:!0,shareText:"pin it",name:"pinterest",faPrefix:"fab",faName:"fa-pinterest-p",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 Pinterest",cs:"P\u0159idat na Pinterest",da:"Del p\u00e5 Pinterest",de:"Bei Pinterest pinnen",en:"Pin it on Pinterest",es:"Compartir en Pinterest",fi:"Jaa Pinterestiss\u00e4",fr:"Partager sur Pinterest",hr:"Podijelite na Pinterest",hu:"Megoszt\u00e1s Pinteresten",it:"Condividi su Pinterest",ja:"Pinterest\u4e0a\u3067\u5171\u6709",
ko:"Pinterest\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op Pinterest",no:"Del p\u00e5 Pinterest",pl:"Udost\u0119pnij przez Pinterest",pt:"Compartilhar no Pinterest",ro:"Partajeaz\u0103 pe Pinterest",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 Pinterest",sk:"Zdie\u013ea\u0165 na Pinterest",sl:"Deli na Pinterest",sr:"Podeli na Pinterest-u",sv:"Dela p\u00e5 Pinterest",tr:"Pinterest'ta payla\u015f",zh:"\u5206\u4eab\u81f3Pinterest"},shareUrl:c.format(m)+a.getReferrerTrack()}}},
function(d,b,a){d.exports=function(a){var b=encodeURIComponent(a.getURL());return{popup:!0,shareText:"Pocket",name:"pocket",faPrefix:"fab",faName:"fa-get-pocket",title:{bg:"\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u0432 Pocket",cs:"Ulo\u017eit do Pocket",da:"Gem i Pocket",de:"In Pocket speichern",en:"Save to Pocket",es:"Guardar en Pocket",fi:"Tallenna kohtaan Pocket",fr:"Enregistrer dans Pocket",hr:"Spremi u Pocket",hu:'Ment\u00e9s "Pocket"-be',it:"Salva in Pocket",ja:"\u300c\u30dd\u30b1\u30c3\u30c8\u300d\u306b\u4fdd\u5b58",
ko:"Pocket\uc5d0 \uc800\uc7a5",nl:"Opslaan in Pocket",no:"Lagre i Pocket",pl:"Zapisz w Pocket",pt:"Salvar em Pocket",ro:"Salva\u021bi \u00een Pocket",ru:"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432 Pocket",sk:"Ulo\u017ei\u0165 do prie\u010dinka Pocket",sl:"Shrani v Pocket",sr:"Sa\u010duvaj u Pocket",sv:"Spara till Pocket",tr:"Pocket e kaydet",zh:"\u4fdd\u5b58\u5230Pocket"},shareUrl:"https://getpocket.com/save?title\x3d"+encodeURIComponent(a.getTitle())+"\x26url\x3d"+b+a.getReferrerTrack()}}},
function(d,b,a){d.exports=function(a){return{name:"print",faPrefix:"fas",faName:"fa-print",popup:!1,shareText:{bg:"",cs:"tla\u010dit",da:"",de:"drucken",en:"print",es:"impresi\u00f3n",fi:"",fr:"imprimer",hr:"",hu:"",it:"stampa",ja:"",ko:"",nl:"afdrukken",no:"",pl:"drukuj",pt:"",ro:"",ru:"\u0420\u0430\u0441\u043f\u0435\u0447\u0430\u0442\u0430\u0442\u044c",sk:"",sl:"",sr:"",sv:"",tr:"",zh:""},title:{bg:"",cs:"tla\u010dit",da:"",de:"drucken",en:"print",es:"impresi\u00f3n",fi:"",fr:"imprimer",hr:"",hu:"",
it:"stampa",ja:"",ko:"",nl:"afdrukken",no:"",pl:"drukuj",pt:"",ro:"",ru:"\u0420\u0430\u0441\u043f\u0435\u0447\u0430\u0442\u0430\u0442\u044c",sk:"",sl:"",sr:"",sv:"",tr:"",zh:""},shareUrl:"javascript:window.print();"}}},function(d,b,a){d.exports=function(a){return{popup:!0,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",it:"condividi",ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",
nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"qzone",faPrefix:"fab",faName:"fa-qq",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 Qzone",cs:"Sd\u00edlet na Qzone",da:"Del p\u00e5 Qzone",de:"Bei Qzone teilen",en:"Share on Qzone",es:"Compartir en Qzone",fi:"Jaa Qzoneiss\u00e4",fr:"Partager sur Qzone",
hr:"Podijelite na Qzone",hu:"Megoszt\u00e1s Qzone",it:"Condividi su Qzone",ja:"Qzone\u4e0a\u3067\u5171\u6709",ko:"Qzone\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op Qzone",no:"Del p\u00e5 Qzone",pl:"Udost\u0119pnij przez Qzone",pt:"Compartilhar no Qzone",ro:"Partajeaz\u0103 pe Qzone",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 Qzone",sk:"Zdie\u013ea\u0165 na Qzone",sl:"Deli na Qzone",sr:"Podeli na Qzone-u",sv:"Dela p\u00e5 Qzone",tr:"Qzone'ta payla\u015f",zh:"\u5206\u4eab\u81f3QQ\u7a7a\u95f4"},
shareUrl:"http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url\x3d"+encodeURIComponent(a.getURL())+"\x26title\x3d"+a.getTitle()+a.getReferrerTrack()}}},function(d,b,a){d.exports=function(a){var b=encodeURIComponent(a.getURL()),d=encodeURIComponent(a.getTitle());return""!==d&&(d="\x26title\x3d"+d),{popup:!0,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",
it:"condividi",ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"reddit",faPrefix:"fab",faName:"fa-reddit-alien",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 Reddit",cs:"Sd\u00edlet na Redditu",da:"Del p\u00e5 Reddit",de:"Bei Reddit teilen",en:"Share on Reddit",
es:"Compartir en Reddit",fi:"Jaa Redditiss\u00e4",fr:"Partager sur Reddit",hr:"Podijelite na Reddit",hu:"Megoszt\u00e1s Redditen",it:"Condividi su Reddit",ja:"Reddit\u4e0a\u3067\u5171\u6709",ko:"Reddit\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op Reddit",no:"Del p\u00e5 Reddit",pl:"Udost\u0119pnij przez Reddit",pt:"Compartilhar no Reddit",ro:"Partajeaz\u0103 pe Reddit",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 Reddit",sk:"Zdie\u013ea\u0165 na Reddit",sl:"Deli na Reddit",
sr:"Podeli na Reddit-u",sv:"Dela p\u00e5 Reddit",tr:"Reddit'ta payla\u015f",zh:"\u5206\u4eab\u81f3Reddit"},shareUrl:"https://reddit.com/submit?url\x3d"+b+d+a.getReferrerTrack()}}},function(d,b,a){d.exports=function(a){var b=encodeURIComponent(a.getURL()),d=encodeURIComponent(a.getTitle());return""!==d&&(d="\x26title\x3d"+d),{popup:!0,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",
hu:"megoszt\u00e1s",it:"condividi",ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"stumbleupon",faPrefix:"fab",faName:"fa-stumbleupon",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 Stumbleupon",cs:"Sd\u00edlet na Stumbleuponu",da:"Del p\u00e5 Stumbleupon",
de:"Bei Stumbleupon teilen",en:"Share on Stumbleupon",es:"Compartir en Stumbleupon",fi:"Jaa Stumbleuponiss\u00e4",fr:"Partager sur Stumbleupon",hr:"Podijelite na Stumbleupon",hu:"Megoszt\u00e1s Stumbleupon",it:"Condividi su Stumbleupon",ja:"Stumbleupon\u4e0a\u3067\u5171\u6709",ko:"Stumbleupon\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op Stumbleupon",no:"Del p\u00e5 Stumbleupon",pl:"Udost\u0119pnij przez Stumbleupon",pt:"Compartilhar no Stumbleupon",ro:"Partajeaz\u0103 pe Stumbleupon",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 Stumbleupon",
sk:"Zdie\u013ea\u0165 na Stumbleupon",sl:"Deli na Stumbleupon",sr:"Podeli na Stumbleupon-u",sv:"Dela p\u00e5 Stumbleupon",tr:"Stumbleupon'ta payla\u015f",zh:"\u5206\u4eab\u81f3Stumbleupon"},shareUrl:"https://www.stumbleupon.com/submit?url\x3d"+b+d+a.getReferrerTrack()}}},function(d,b,a){d.exports=function(a){return{popup:!0,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",
it:"condividi",ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"telegram",faPrefix:"fab",faName:"fa-telegram",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 Telegram",cs:"Sd\u00edlet na Telegramu",da:"Del p\u00e5 Telegram",de:"Bei Telegram teilen",
en:"Share on Telegram",es:"Compartir en Telegram",fi:"Jaa Telegramiss\u00e4",fr:"Partager sur Telegram",hr:"Podijelite na Telegram",hu:"Megoszt\u00e1s Telegramen",it:"Condividi su Telegram",ja:"Telegram\u4e0a\u3067\u5171\u6709",ko:"Telegram\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op Telegram",no:"Del p\u00e5 Telegram",pl:"Udost\u0119pnij przez Telegram",pt:"Compartilhar no Telegram",ro:"Partajeaz\u0103 pe Telegram",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 Telegram",
sk:"Zdie\u013ea\u0165 na Telegram",sl:"Deli na Telegram",sr:"Podeli na Telegram-u",sv:"Dela p\u00e5 Telegram",tr:"Telegram'ta payla\u015f",zh:"\u5728Telegram\u4e0a\u5206\u4eab"},shareUrl:"https://t.me/share/url?url\x3d"+encodeURIComponent(a.getURL())+a.getReferrerTrack()}}},function(d,b,a){d.exports=function(a){return{popup:!0,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",
it:"condividi",ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"tencent-weibo",faPrefix:"fab",faName:"fa-tencent-weibo",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 tencent weibo",cs:"Sd\u00edlet na tencent weibo",da:"Del p\u00e5 tencent weibo",
de:"Bei tencent weibo teilen",en:"Share on tencent weibo",es:"Compartir en tencent weibo",fi:"Jaa tencent weiboiss\u00e4",fr:"Partager sur tencent weibo",hr:"Podijelite na tencent weibo",hu:"Megoszt\u00e1s tencent weiboen",it:"Condividi su tencent weibo",ja:"Tencent weibo\u4e0a\u3067\u5171\u6709",ko:"Tencent weibo\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op tencent weibo",no:"Del p\u00e5 tencent weibo",pl:"Udost\u0119pnij przez tencent weibo",pt:"Compartilhar no tencent weibo",ro:"Partajeaz\u0103 pe tencent weibo",
ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 tencent weibo",sk:"Zdie\u013ea\u0165 na tencent weibo",sl:"Deli na tencent weibo",sr:"Podeli na tencent weibo-u",sv:"Dela p\u00e5 tencent weibo",tr:"Tencent weibo'ta payla\u015f",zh:"\u5206\u4eab\u81f3\u817e\u8baf\u5fae\u535a"},shareUrl:"http://v.t.qq.com/share/share.php?url\x3d"+encodeURIComponent(a.getURL())+"\x26title\x3d"+a.getTitle()+a.getReferrerTrack()}}},function(d,b,a){d.exports=function(a){var b=encodeURIComponent(a.getURL()),
d=a.getTitle();return{popup:!1,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",it:"condividi",ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",
zh:"\u5206\u4eab"},name:"threema",faPrefix:"fas",faName:"fa-lock",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 Threema",cs:"Sd\u00edlet na Threema",da:"Del p\u00e5 Threema",de:"Bei Threema teilen",en:"Share on Threema",es:"Compartir en Threema",fi:"Jaa Threemaiss\u00e4",fr:"Partager sur Threema",hr:"Podijelite na Threema",hu:"Megoszt\u00e1s Threemaen",it:"Condividi su Threema",ja:"Threema\u4e0a\u3067\u5171\u6709",ko:"Threema\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op Threema",
no:"Del p\u00e5 Threema",pl:"Udost\u0119pnij przez Threema",pt:"Compartilhar no Threema",ro:"Partajeaz\u0103 pe Threema",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 Threema",sk:"Zdie\u013ea\u0165 na Threema",sl:"Deli na Threema",sr:"Podeli na Threema-u",sv:"Dela p\u00e5 Threema",tr:"Threema'ta payla\u015f",zh:"\u5728Threema\u4e0a\u5206\u4eab"},shareUrl:"threema://compose?text\x3d"+encodeURIComponent(d)+"%20"+b+a.getReferrerTrack()}}},function(d,b,a){d.exports=function(a){return{popup:!0,
shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",it:"condividi",ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"tumblr",
faPrefix:"fab",faName:"fa-tumblr",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 tumblr",cs:"Sd\u00edlet na tumblru",da:"Del p\u00e5 tumblr",de:"Bei tumblr teilen",en:"Share on tumblr",es:"Compartir en tumblr",fi:"Jaa tumblriss\u00e4",fr:"Partager sur tumblr",hr:"Podijelite na tumblr",hu:"Megoszt\u00e1s tumblren",it:"Condividi su tumblr",ja:"tumblr\u4e0a\u3067\u5171\u6709",ko:"tumblr\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op tumblr",no:"Del p\u00e5 tumblr",pl:"Udost\u0119pnij przez tumblr",
pt:"Compartilhar no tumblr",ro:"Partajeaz\u0103 pe tumblr",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 tumblr",sk:"Zdie\u013ea\u0165 na tumblr",sl:"Deli na tumblr",sr:"Podeli na tumblr-u",sv:"Dela p\u00e5 tumblr",tr:"tumblr'ta payla\u015f",zh:"\u5728tumblr\u4e0a\u5206\u4eab"},shareUrl:"http://tumblr.com/widgets/share/tool?canonicalUrl\x3d"+encodeURIComponent(a.getURL())+a.getReferrerTrack()}}},function(d,b,a){var c=a(0);d.exports=function(a){var b=c.parse("https://twitter.com/intent/tweet",
!0),d=a.getTitle(),m=b.query;var k=document.createElement("div"),q=document.createTextNode(d);k.appendChild(q);k=k.textContent;120>=k.length||(d=k.substring(0,119).lastIndexOf(" "),d=k.substring(0,d)+"\u2026");return m.text=d,b.query.url=a.getURL(),null!==a.options.twitterVia&&(b.query.via=a.options.twitterVia),delete b.search,{popup:!0,shareText:{en:"tweet",ja:"\u306e\u3064\u3076\u3084\u304d",ko:"\uc9f9\uc9f9",ru:"\u0442\u0432\u0438\u0442",sr:"\u0442\u0432\u0435\u0435\u0442",zh:"\u9e23\u53eb"},name:"twitter",
faPrefix:"fab",faName:"fa-twitter",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 Twitter",cs:"Sd\u00edlet na Twiiteru",da:"Del p\u00e5 Twitter",de:"Bei Twitter teilen",en:"Share on Twitter",es:"Compartir en Twitter",fi:"Jaa Twitteriss\u00e4",fr:"Partager sur Twitter",hr:"Podijelite na Twitteru",hu:"Megoszt\u00e1s Twitteren",it:"Condividi su Twitter",ja:"\u30c4\u30a4\u30c3\u30bf\u30fc\u4e0a\u3067\u5171\u6709",ko:"\ud2b8\uc704\ud130\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op Twitter",
no:"Del p\u00e5 Twitter",pl:"Udost\u0119pnij na Twitterze",pt:"Compartilhar no Twitter",ro:"Partajeaz\u0103 pe Twitter",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 Twitter",sk:"Zdie\u013ea\u0165 na Twitteri",sl:"Deli na Twitterju",sr:"Podeli na Twitter-u",sv:"Dela p\u00e5 Twitter",tr:"Twitter'da payla\u015f",zh:"\u5728Twitter\u4e0a\u5206\u4eab"},shareUrl:c.format(b)+a.getReferrerTrack()}}},function(d,b,a){d.exports=function(a){return{popup:!0,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",
cs:"sd\u00edlet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",it:"condividi",ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"vk",faPrefix:"fab",faName:"fa-vk",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432\u044a\u0432 VK",
cs:"Sd\u00edlet na VKu",da:"Del p\u00e5 VK",de:"Bei VK teilen",en:"Share on VK",es:"Compartir en VK",fi:"Jaa VKissa",fr:"Partager sur VK",hr:"Podijelite na VKu",hu:"Megoszt\u00e1s VKon",it:"Condividi su VK",ja:"\u30d5\u30a7\u30a4\u30b9\u30d6\u30c3\u30af\u4e0a\u3067\u5171\u6709",ko:"\ud398\uc774\uc2a4\ubd81\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op VK",no:"Del p\u00e5 VK",pl:"Udost\u0119pnij na VKu",pt:"Compartilhar no VK",ro:"Partajeaz\u0103 pe VK",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435",
sk:"Zdie\u013ea\u0165 na VKu",sl:"Deli na VKu",sr:"Podeli na VK-u",sv:"Dela p\u00e5 VK",tr:"VK'ta payla\u015f",zh:"\u5728VK\u4e0a\u5206\u4eab"},shareUrl:"https://vk.com/share.php?url\x3d"+encodeURIComponent(a.getURL())+a.getReferrerTrack()}}},function(d,b,a){d.exports=function(a){return{popup:!0,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",it:"condividi",
ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"weibo",faPrefix:"fab",faName:"fa-weibo",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 weibo",cs:"Sd\u00edlet na weibo",da:"Del p\u00e5 weibo",de:"Bei weibo teilen",en:"Share on weibo",es:"Compartir en weibo",
fi:"Jaa weiboiss\u00e4",fr:"Partager sur weibo",hr:"Podijelite na weibo",hu:"Megoszt\u00e1s weiboen",it:"Condividi su weibo",ja:"Weibo\u4e0a\u3067\u5171\u6709",ko:"Weibo\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op weibo",no:"Del p\u00e5 weibo",pl:"Udost\u0119pnij przez weibo",pt:"Compartilhar no weibo",ro:"Partajeaz\u0103 pe weibo",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 weibo",sk:"Zdie\u013ea\u0165 na weibo",sl:"Deli na weibo",sr:"Podeli na weibo-u",sv:"Dela p\u00e5 weibo",
tr:"Weibo'ta payla\u015f",zh:"\u5206\u4eab\u81f3\u65b0\u6d6a\u5fae\u535a"},shareUrl:"http://service.weibo.com/share/share.php?url\x3d"+encodeURIComponent(a.getURL())+"\x26title\x3d"+a.getTitle()+a.getReferrerTrack()}}},function(d,b,a){d.exports=function(a){var b=encodeURIComponent(a.getURL()),d=a.getTitle();return{popup:!1,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",
it:"condividi",ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"whatsapp",faPrefix:"fab",faName:"fa-whatsapp",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 Whatsapp",cs:"Sd\u00edlet na Whatsappu",da:"Del p\u00e5 Whatsapp",de:"Bei Whatsapp teilen",
en:"Share on Whatsapp",es:"Compartir en Whatsapp",fi:"Jaa WhatsAppiss\u00e4",fr:"Partager sur Whatsapp",hr:"Podijelite na Whatsapp",hu:"Megoszt\u00e1s WhatsAppen",it:"Condividi su Whatsapp",ja:"Whatsapp\u4e0a\u3067\u5171\u6709",ko:"Whatsapp\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op Whatsapp",no:"Del p\u00e5 Whatsapp",pl:"Udost\u0119pnij przez WhatsApp",pt:"Compartilhar no Whatsapp",ro:"Partajeaz\u0103 pe Whatsapp",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 Whatsapp",
sk:"Zdie\u013ea\u0165 na Whatsapp",sl:"Deli na Whatsapp",sr:"Podeli na WhatsApp-u",sv:"Dela p\u00e5 Whatsapp",tr:"Whatsapp'ta payla\u015f",zh:"\u5728Whatsapp\u4e0a\u5206\u4eab"},shareUrl:"whatsapp://send?text\x3d"+encodeURIComponent(d)+"%20"+b+a.getReferrerTrack()}}},function(d,b,a){d.exports=function(a){return{popup:!0,shareText:{bg:"c\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",cs:"sd\u00edlet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megoszt\u00e1s",
it:"condividi",ja:"\u5171\u6709",ko:"\uacf5\uc720\ud558\uae30",nl:"delen",no:"del",pl:"udost\u0119pnij",pt:"compartilhar",ro:"partajeaz\u0103",ru:"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",sk:"zdie\u013ea\u0165",sl:"deli",sr:"podeli",sv:"dela",tr:"payla\u015f",zh:"\u5206\u4eab"},name:"xing",faPrefix:"fab",faName:"fa-xing",title:{bg:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432 XING",cs:"Sd\u00edlet na XINGu",da:"Del p\u00e5 XING",de:"Bei XING teilen",en:"Share on XING",es:"Compartir en XING",
fi:"Jaa XINGiss\u00e4",fr:"Partager sur XING",hr:"Podijelite na XING",hu:"Megoszt\u00e1s XINGen",it:"Condividi su XING",ja:"XING\u4e0a\u3067\u5171\u6709",ko:"XING\uc5d0\uc11c \uacf5\uc720\ud558\uae30",nl:"Delen op XING",no:"Del p\u00e5 XING",pl:"Udost\u0119pnij przez XING",pt:"Compartilhar no XING",ro:"Partajeaz\u0103 pe XING",ru:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0430 XING",sk:"Zdie\u013ea\u0165 na XING",sl:"Deli na XING",sr:"Podeli na XING-u",sv:"Dela p\u00e5 XING",
tr:"XING'ta payla\u015f",zh:"\u5206\u4eab\u81f3XING"},shareUrl:"https://www.xing.com/spi/shares/new?url\x3d"+encodeURIComponent(a.getURL())+a.getReferrerTrack()}}}]);
(function(){$(function(){$("div#social-sharing li.mail \x3e a").each(function(){var a=$(this).attr("href"),b=RegExp("%250A","g");$(this).attr("href",a.replace(b,"%0A"))});$("div#social-sharing").fadeIn("slow");$("div#social-sharing \x3e a.social-sharing").click(function(a){a.preventDefault();a=$(this).parent("div#social-sharing").find(".shariff");$(this).toggleClass("active");a.slideToggle(200)})})})();
$q.define("UNOUNO.components.contactpalette",{statics:{init:function(){$(".tracking_tn").each(function(a,b){for(var c=0;25>c;c++)$(b).attr("href")&&$(b).attr("href",$(b).attr("href").replace(new RegExp("\\"+" !@#$^\x26%*()+\x3d-[]/{}|\x3c\x3e?,."[c],"gi"),""))});setInterval(this.checkChatExpertAvailability.bind(this),3E4)},chatAvailability:function(a){a=JSON.parse(a.responseText).availability;if("online"===a)$(".btn--header [*|href\x3d'#chat']").closest(".btn--header").removeClass("d-none"),$(".contact-palette-chat").removeClass("d-none");
else if("busy"===a||"offline"===a)$(".btn--header [*|href\x3d'#chat']").closest(".btn--header").addClass("d-none"),$(".contact-palette-chat").addClass("d-none")},checkChatExpertAvailability:function(){var a=this,b=$.getJSON("https://1und1.livesupportserver.de/app/online.js.php?site\x3d2-1\x26ajax\x3dtrue",null,function(){a.chatAvailability(b)})}}});$q.ready(function(){UNOUNO.components.contactpalette.init()});(function(w,k,d) {w[k]=(w[k]||[]).concat(d||[])})(window,'JASMIN_DEPENDENCIES',["qx-base","qx-xhr","pfx-render","qx-log","frontend-shop-common-components-lazyloading","frontend-shop-common-components-common","frontend-common-content-components-r-header","frontend-common-content-components-profiseller","frontend-cms-pages-cms-r-page","frontend-applications-common-components-renderinclude","frontend-tracking-components-sitecatalyst-utils","frontend-applications-common-components-tracking","frontend-access-common-components-shariff","frontend-skin-next-components-font-awesome","frontend-access-common-components-social-sharing","frontend-common-content-components-contactpalette"])