var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(d,f,g){d!=Array.prototype&&d!=Object.prototype&&(d[f]=g.value)};$jscomp.getGlobal=function(d){return"undefined"!=typeof window&&window===d?d:"undefined"!=typeof global&&null!=global?global:d};$jscomp.global=$jscomp.getGlobal(this);$jscomp.SYMBOL_PREFIX="jscomp_symbol_"; $jscomp.initSymbol=function(){$jscomp.initSymbol=function(){};$jscomp.global.Symbol||($jscomp.global.Symbol=$jscomp.Symbol)};$jscomp.Symbol=function(){var d=0;return function(f){return $jscomp.SYMBOL_PREFIX+(f||"")+d++}}(); $jscomp.initSymbolIterator=function(){$jscomp.initSymbol();var d=$jscomp.global.Symbol.iterator;d||(d=$jscomp.global.Symbol.iterator=$jscomp.global.Symbol("iterator"));"function"!=typeof Array.prototype[d]&&$jscomp.defineProperty(Array.prototype,d,{configurable:!0,writable:!0,value:function(){return $jscomp.arrayIterator(this)}});$jscomp.initSymbolIterator=function(){}}; $jscomp.initSymbolAsyncIterator=function(){$jscomp.initSymbol();var d=$jscomp.global.Symbol.asyncIterator;d||(d=$jscomp.global.Symbol.asyncIterator=$jscomp.global.Symbol("asyncIterator"));$jscomp.initSymbolAsyncIterator=function(){}};$jscomp.arrayIterator=function(d){var f=0;return $jscomp.iteratorPrototype(function(){return f",{"class":""+this.options.mainWrapperClass,style:this.options.inlineStyles?"background: "+this.options.bgColor+"; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; overflow-y: auto; overflow-x: hidden; display: none":void 0}); this.contentWrapper=f("
",{"class":""+this.options.contentWrapperClass,style:"width: 100%; height: 100%; position: relative; top: 0px; left: 0px;"}).appendTo(this.mainWrapper);this.options.close&&(this.close=f("",{href:"#",html:"×","class":""+this.options.closePopupClass,style:this.options.inlineStyles?"position: absolute; right: 2em; top: 2em;":void 0}).appendTo(this.mainWrapper));return this};e.prototype.popupCentered=function(){};e.prototype.closePopup=function(c){c.preventDefault(); var a=this;f(document).unbind("keyup.pdfembfullscreen");return this.mainWrapper.fadeOut(this.options.animationSpeed,function(){a.options.lockDocumentScroll&&a.unlockDocumentScroll();a.target=a.detachFromDom(a.target);a.target.hide();a.attachToDom(a.target,a.targetParent);return a.deleteWrappers()})};e.prototype.deleteWrappers=function(){return this.mainWrapper.remove()};e.prototype.lockDocumentScroll=function(){return this.body.css({overflow:"hidden"})};e.prototype.unlockDocumentScroll=function(){return this.body.css({overflow:"visible"})}; return e}();return f.fn.fullScreenPopup=function(d){return this.each(function(){if(!f.data(this,"plugin_fullScreenPopup"))return f.data(this,"plugin_fullScreenPopup",new l(this,d))})}})(jQuery)}).call(this); var pdfembGrabToPan=function(){function d(a){this.element=a.element;this.document=a.element.ownerDocument;"function"===typeof a.ignoreTarget&&(this.ignoreTarget=a.ignoreTarget);this.onActiveChanged=a.onActiveChanged;this.activate=this.activate.bind(this);this.deactivate=this.deactivate.bind(this);this.toggle=this.toggle.bind(this);this._onmousedown=this._onmousedown.bind(this);this._onmousemove=this._onmousemove.bind(this);this._ontouchstart=this._ontouchstart.bind(this);this._ontouchmove=this._ontouchmove.bind(this); this._ontouchend=this._ontouchend.bind(this);this._onmousewheel=this._onmousewheel.bind(this);this._endPan=this._endPan.bind(this);this._ondocumenttouchmove=this._ondocumenttouchmove.bind(this);this._onkeyboardpan=this._onkeyboardpan.bind(this);this.element.addEventListener("pdfembKeyboardPan",this._onkeyboardpan,!1);this.preventDocTouchScroll=!1;(this.overlay=document.createElement("div")).className="grab-to-pan-grabbing"}d.prototype={CSS_CLASS_GRAB:"grab-to-pan-grab",activate:function(){if(!this.active&& (this.active=!0,this.element.addEventListener("mousedown",this._onmousedown,!0),this.element.addEventListener("mousewheel",this._onmousewheel),this.element.addEventListener("wheel",this._onmousewheel),this.element.addEventListener("DOMMouseScroll",this._onmousewheel),this.element.addEventListener("touchstart",this._ontouchstart),document.addEventListener("touchmove",this._ondocumenttouchmove),this.element.classList.add(this.CSS_CLASS_GRAB),this.onActiveChanged))this.onActiveChanged(!0)},deactivate:function(){if(this.active&& (this.active=!1,this.element.removeEventListener("mousedown",this._onmousedown,!0),this._endPan(),document.removeEventListener("touchmove",this._ondocumenttouchmove,!1),this.element.classList.remove(this.CSS_CLASS_GRAB),this.onActiveChanged))this.onActiveChanged(!1)},toggle:function(){this.active?this.deactivate():this.activate()},ignoreTarget:function(a){return a[f]("a[href], a[href] *, input, textarea, button, button *, select, option, .pdfembTextLayer > div")},_onmousedown:function(a){if(0===a.button&& !this.ignoreTarget(a.target)){this.scrollLeftStart=this.element.scrollLeft;this.scrollTopStart=this.element.scrollTop;this.clientXStart=a.clientX;this.clientYStart=a.clientY;this.document.addEventListener("mousemove",this._onmousemove,!0);this.document.addEventListener("mouseup",this._endPan,!0);this.element.addEventListener("scroll",this._endPan,!0);a.preventDefault();a.stopPropagation();this.document.documentElement.classList.add(this.CSS_CLASS_GRABBING);var b=document.activeElement;b&&!b.contains(a.target)&& b.blur()}},_onmousemove:function(a){this.element.removeEventListener("scroll",this._endPan,!0);var b="buttons"in a&&g?!(a.buttons|1):e||c?0===a.which:void 0;b?this._endPan():(b=a.clientX-this.clientXStart,this.element.scrollTop=this.scrollTopStart-(a.clientY-this.clientYStart),this.element.scrollLeft=this.scrollLeftStart-b,this.overlay.parentNode||document.body.appendChild(this.overlay))},_ontouchstart:function(a){this.scrollLeftStart=this.element.scrollLeft;this.scrollTopStart=this.element.scrollTop; this.clientXStart=a.touches[0].clientX;this.clientYStart=a.touches[0].clientY;this.distStart=this._calcTouchDistance(a);this.scaledForMagnification=!1;this.document.addEventListener("touchmove",this._ontouchmove);this.document.addEventListener("touchend",this._ontouchend);1!=a.touches.length&&(a.preventDefault(),a.stopPropagation());this.document.documentElement.classList.add(this.CSS_CLASS_GRABBING);var b=document.activeElement;b&&!b.contains(a.target)&&b.blur();this.touchtapmaybe=1==a.touches.length}, _calcTouchDistance:function(a){var b=NaN;a.touches&&2<=a.touches.length&&(b=Math.sqrt(Math.pow(a.touches[0].screenX-a.touches[1].screenX,2)+Math.pow(a.touches[0].screenY-a.touches[1].screenY,2)));return b},_calcTouchCenter:function(a){var b=0,c=0;a.touches&&2<=a.touches.length&&(b=(a.touches[0].clientX+a.touches[1].clientX)/2,c=(a.touches[0].clientY+a.touches[1].clientY)/2);return[b,c]},_ontouchmove:function(a){var b=!0,c=a.touches[0].clientX-this.clientXStart,d=a.touches[0].clientY-this.clientYStart; 1==a.touches.length?(this.element.scrollTop=this.scrollTopStart-d,this.element.scrollLeft=this.scrollLeftStart-c,this.element.scrollTop==this.scrollTopStart&&0!=d&&(b=!1)):this.touchtapmaybe=!1;this.overlay.parentNode||document.body.appendChild(this.overlay);if(0!=c||0!=d)this.touchtapmaybe=!1;c=this._calcTouchDistance(a);b?(a.preventDefault(),this.preventDocTouchScroll=!0):this.preventDocTouchScroll=!1;isNaN(this.distStart)?this.distStart=c:!isNaN(c)&&0d&&(d=.75),1!=d&&(this.scaledForMagnification=!0,b=document.createEvent("Events"),b.initEvent("pdfembMagnify",!0,!0),b.magnification=d,b.gtpelement=this.element,a=this._calcTouchCenter(a),b.centreLeft=a[0],b.centreTop=a[1],this.element.dispatchEvent(b)),this.distStart=c)},_ondocumenttouchmove:function(a){if(this.preventDocTouchScroll)return a.preventDefault(),a.stopPropagation(),!1},_onmousewheel:function(a){this.element.removeEventListener("scroll",this._endPan,!0);var b=.5;a.deltaMode&& (1==a.deltaMode&&(b=10),2==a.deltaMode&&(b=1E3));var c=a.deltaY?-a.deltaY:a.wheelDelta?a.wheelDelta:-a.detail;this.scrollLeftStart=this.element.scrollLeft;this.scrollTopStart=this.element.scrollTop;b*=c;this.element.scrollTop=this.scrollTopStart-b;this.overlay.parentNode||document.body.appendChild(this.overlay);if(this.element.scrollTop!=this.scrollTopStart||0==b)return a.preventDefault(),!1},_ontouchend:function(a){this._endPan();this.scaledForMagnification&&(a=document.createEvent("Events"),a.initEvent("pdfembMagnify", !0,!0),a.magnification=-1,a.gtpelement=this.element,this.element.dispatchEvent(a));this.touchtapmaybe&&(a=document.createEvent("Events"),a.initEvent("pdfembTouchTapped",!0,!0),this.element.dispatchEvent(a))},_endPan:function(){this.element.removeEventListener("scroll",this._endPan,!0);this.document.removeEventListener("mousemove",this._onmousemove,!0);this.document.removeEventListener("mouseup",this._endPan,!0);this.document.removeEventListener("touchmove",this._ontouchmove,!1);this.document.removeEventListener("touchend", this._ontouchend,!1);this.preventDocTouchScroll=!1;this.overlay.parentNode&&this.overlay.parentNode.removeChild(this.overlay)},_onkeyboardpan:function(a){a=a.detail.keyCode;if(37==a||39==a){var b=this.element.offsetWidth/7;5>b&&(b=5);this.element.scrollLeft-=37==a?b:-b}if(38==a||40==a)b=this.element.offsetHeight/7,5>b&&(b=5),this.element.scrollTop-=38==a?b:-b;this.overlay.parentNode||document.body.appendChild(this.overlay)}};var f;["webkitM","mozM","msM","oM","m"].some(function(a){a+="atches";a in document.documentElement&&(f=a);a+="Selector";a in document.documentElement&&(f=a);return f});var g=!document.documentMode||9
",{"class":"pdfemb-pagescontainer", style:h}));a.data("pdfDoc",b);h=a.data("toolbar");"top"!=h&&"both"!=h||this.addToolbar(!0,"on"==a.data("toolbar-fixed"),m);"bottom"!=h&&"both"!=h||this.addToolbar(!1,"on"==a.data("toolbar-fixed"),m);c.annotationsLayerFactory="undefined"!=typeof PDFEMB_NS.pdfembPremiumAnnotationsLayerFactory?new PDFEMB_NS.pdfembPremiumAnnotationsLayerFactory:{createAnnotationsLayerBuilder:function(a,b){return null}};c.annotationLayerFactories=[];c.textLayerFactory="undefined"!=typeof PDFEMB_NS.pdfembPremiumTextLayerFactory? new PDFEMB_NS.pdfembPremiumTextLayerFactory:{createTextLayerBuilder:function(a,b){return null}};c.textLayerFactories=[];a.on("pdfembGotopage",function(a,b){b>this.numPages||0>=b||(c.gotoPage(b),c.jumpToTop())});a.on("pdfembGotoHash",function(a,b){b.dest&&(dest=b.dest,"string"===typeof dest?(destString=dest,a=c.pdfDoc.getDestination(dest)):a=Promise.resolve(dest),a.then(function(a){a instanceof Array&&!(1>a.length)&&c.pdfDoc.getPageIndex(a[0]).then(function(a){a+=1;a>c.numPages||0>=a||c.currentPageNum== a||(c.gotoPage(a),c.jumpToTop())})}))});a.on("pdfembGotoAction",function(a,b){var d=a=c.currentPageNum;switch(b){case "GoBack":--d;break;case "GoForward":++d;break;case "NextPage":++d;break;case "PrevPage":--d;break;case "LastPage":d=c.pageCount;break;case "FirstPage":d=1}d==a||d>c.pageCount||0>=d||c.gotoPage(d)});a.on("pdfembMagnify",function(a){c.magnifyEvent(a)});a.on("pdfembChangeZoom",function(a,b){c.changeZoom(b)});this.pageCount=b.numPages;(!a.data("pagenum")||1>a.data("pagenum")||a.data("pagenum")> this.pageCount)&&a.data("pagenum",1);a.data("showIsSecure",this.showIsSecure);a.data("pageNumPending",null);b="on"==a.data("fullScreen")?parseInt(a.data("startfpzoom")):parseInt(a.data("startzoom"));if(isNaN(b)||20>b||500=this.pageWidth||0>=this.pageHeight)&&this.divContainer.empty().append(document.createTextNode(pdfemb_trans.objectL10n.widthheightinvalid))};e.prototype.createPageInnerDivs=function(){for(var c=this.divContainer.find(".pdfemb-pagescontainer"),a=1;a<=this.pageCount;++a){var b=c.find(".pdfemb-inner-div.pdfemb-page"+a);0==b.length&&(b=d("
",{"class":"pdfemb-inner-div pdfemb-page"+a}),b.data("pageNum",a),c.append(b))}this.resizeInnerDivs()};e.prototype.addGrabToPan= function(){var c=this,a=c.divContainer,b=a.find("div.pdfemb-pagescontainer"),m=new pdfembGrabToPan({element:b[0]});a.data("grabtopan",m);b.on("scroll",function(a){var b=c.getTopVisiblePageNum();b!=c.currentPageNum&&(c.currentPageNum=b,c.updatePageNumDisplay(b),c.renderPage(b,!1),c.prerenderNearbyPages(b),c.deallocateFarAwayPages(b));a.stopPropagation()});d(window).resize(function(){setTimeout(function(){c.checkForResize()},100)})};e.prototype.resizeInnerDivs=function(c){var a=this,b=a.wantCanvasWidth, m=a.wantCanvasHeight,h=a.wantHeight,e=this.divContainer.find(".pdfemb-pagescontainer").find(".pdfemb-inner-div");c&&(e=e.filter(".pdfemb-page"+c));var f=0;e.each(function(h,k){var g=d(k);k=g.data("widthfactor");var t=g.data("heightfactor");k||(k=1);t||(t=1);g.data("invalidation-round",this.invalidationRound-1);g.css("width",b*k);h=m*t+(c==a.numPages||!c&&h==e.length-1?0:2);g.css("height",h);f+=h;h=g.find(".pdfemb-the-canvas");h.css("width",b*k);h.css("height",m*t)});var k=0;!c&&fthis.zoom&&(a*=Math.min(Math.ceil(100/this.zoom),10),b*=Math.min(Math.ceil(100/this.zoom),10));for(b=Math.max(1,c-b);b<=Math.min(c+a,this.numPages);++b)b!=c&&this.renderPage(b,!1)};e.prototype.deallocateFarAwayPages=function(c){var a=50,b=50;if(100>this.zoom){var d=Math.min(Math.ceil(100/this.zoom),50);a+=d;b+=d}d=function(a){a=h.find(".pdfemb-page"+a);var b=a.find(".pdfemb-the-canvas"); b.length&&(b.remove(),a.data("invalidation-round",0))};var h=this.divContainer.find("div.pdfemb-pagescontainer"),e;for(e=3;e=k)k=p;0>=k&&(k=c); k>p&&0=q||q>a)q="auto"==b.data("height")?b.parent().height()-v*u.height():a;this.userHeight=q;k=Math.floor(k);a=Math.floor(a);p=100;var r=k-(this.vscrollbar?g:0),x=a-(this.hscrollbar?l:0),y=1;w||(p=this.zoom,r=r*p/100,x=x*p/100,16777E3=c||c>this.pageCount||(this.renderPage(c,!0),this.currentPageNum=c,this.updatePageNumDisplay(c),this.prerenderNearbyPages(c),this.deallocateFarAwayPages(c))};e.prototype.updatePageNumDisplay=function(c){var a=this.divContainer;a.find("div.pdfemb-toolbar .pdfemb-page-num").each(function(a,e){a=d(e);a.is("span")?a.text(c): a.val(c)});c=e)a&&b.scrollPageIntoView(c);else{var w=k.data("pending-drawing-round");w>=e||(0",{"class":"pdfemb-the-canvas"}),k.append(p));a&&b.scrollPageIntoView(c);var y=b.wantCanvasWidth,z=b.wantCanvasHeight; u=b.canvasscale;var B=b.zoom;p.css("width",y*g);p.css("height",z*t);b.wantMobile?h.data("grabtopan").deactivate():h.data("grabtopan").activate();var A=m.getViewport(u*B/100),n=document.createElement("canvas");n.width=y*f*b.reducefactor*g;n.height=z*f*b.reducefactor*t;var C=n.getContext("2d"),D=function(){p[0].width=y*f*b.reducefactor*g;p[0].height=z*f*b.reducefactor*t;b.preRenderCanvas(C,c,B);var a=C.getImageData(0,0,n.width,n.height);p[0].getContext("2d").putImageData(a,0,0);"undefined"==typeof b.annotationLayerFactories[c]? (a=b.annotationsLayerFactory.createAnnotationsLayerBuilder(k[0],m),b.annotationLayerFactories[c]=a):a=b.annotationLayerFactories[c];null!=a&&a.setupAnnotations(A,b.divContainer.data("newwindow"));"undefined"==typeof b.textLayerFactories[c]?(a=b.textLayerFactory.createTextLayerBuilder(k[0],m),b.textLayerFactories[c]=a):a=b.textLayerFactories[c];null!=a&&a.setupText(A);k.data("invalidation-round",e);w=k.data("pending-drawing-round");k.data("pending-drawing-round","");w>e&&b.renderPage(c,!1)};m.render({canvasContext:C, viewport:A,transform:[f*b.reducefactor,0,0,f*b.reducefactor,0,0]}).promise.then(function(){"requestAnimationFrame"in window?window.requestAnimationFrame(D):setTimeout(D,1)})})))}};e.prototype.changeZoom=function(c){var a=this.divContainer,b=this.zoom;this.zoom=c=b+c;a.find("span.pdfemb-zoom").text(c+"%");this.fromZoom=b;this.toZoom=c;a=a.find(".pdfemb-pagescontainer");this.pccentreLeft=a.width()/2;this.pccentreTop=a.height()/2;this.resizeViewer();this.resizeInnerDivs();this.invalidateAllPages();this.renderPage(this.currentPageNum); this.prerenderNearbyPages(this.currentPageNum)};e.prototype.queueRenderPage=function(c,a){this.renderPage(c,a)};e.prototype.addToolbar=function(c,a,b){var e=this.divContainer,h=this,f=d("
",{"class":"pdfemb-toolbar pdfemb-toolbar"+(a?"-fixed":"-hover")+" "+(c?" pdfemb-toolbar-top":"pdfemb-toolbar-bottom")}),g=d('');f.append(g);var k=d('');f.append(k);f.append(d('
'+pdfemb_trans.objectL10n.page+' 0 /
'));var l=d('');f.append(l);var u=d('');f.append(u);f.append(d("
"+pdfemb_trans.objectL10n.zoom+' 100%
')); b&&f.append(d("
"+pdfemb_trans.objectL10n.secure+"
"));c?e.prepend(f):e.append(f);g.on("click",function(a){1>=h.currentPageNum||(h.gotoPage(h.currentPageNum-1),h.jumpToTop())});k.on("click",function(a){h.currentPageNum>=h.pageCount||0==h.currentPageNum||(h.gotoPage(h.currentPageNum+1),h.jumpToTop())});u.on("click",function(a){500<=h.zoom||h.changeZoom(10)});l.on("click",function(a){20>=h.zoom||h.changeZoom(-10)});h.addMoreToolbar(f);a||(e.on("mouseenter",function(a){a=e.find("div.pdfemb-toolbar-hover"); !0!==a.data("no-hover")&&a.show()}),e.on("mouseleave",function(a){e.find("div.pdfemb-toolbar-hover").hide()}),e.on("pdfembTouchTapped",function(a){a.stopPropagation();a.preventDefault();if(!h.locktaps){h.locktaps=!0;a=e.find("div.pdfemb-toolbar-hover");var b=a.is(":visible");1==a.data("no-hover")&&(b=!0);b?a.hide():a.show();setTimeout(function(){h.locktaps=!1},250)}}));pdfemb_trans.poweredby&&f.append(d("
",{"class":"pdfemb-poweredby"}).append(d('
wp-pdf.com')))}; e.prototype.magnifyEvent=function(c){var a=c.originalEvent.magnification;if(-1==a)this.resizeViewer(),this.resizeInnerDivs(),this.invalidateAllPages(),this.renderPage(this.getTopVisiblePageNum());else{var b=this.divContainer.find(".pdfemb-pagescontainer").offset();this.magnifyZoom(a,c.originalEvent.centreLeft-b.left,c.originalEvent.centreTop-b.top)}};e.prototype.magnifyZoom=function(c,a,b){var d=this.zoom;c=Math.floor(d*c);20>c&&(c=20);500c&&50>e;){++e;var g=c+Math.floor((b-c)/2),k=Math.floor(d(a[g]).position().top);if(kf)b=g;else return g+1}return c+1});g.prototype.pdfembWantMobile=function(a,b){b=this.divContainer;if("on"==b.data("fullScreen"))return!1;b=parseInt(b.data("mobile-width"),10);if(isNaN(b)||0>b)b=500;return a", {"class":"pdfemb-inner-div-wantmobile pdfemb-wantmobile"});var c=d("
",{"class":"pdfemb-wantmobile-fsarea"}),e=d("
",{"class":"pdfemb-inner-div-wantmobile-fswrap pdfemb-wantmobile"}).append(c.append(document.createTextNode(pdfemb_trans.objectL10n.viewinfullscreen)));this.bindFullScreen(c);b.prepend(a);b.prepend(e);b.find(".pdfemb-toolbar-fixed").hide();b.find(".pdfemb-toolbar-hover").data("no-hover",!0)}}else b.find(".pdfemb-wantmobile").remove(),b.find(".pdfemb-toolbar-fixed").show(), b.find(".pdfemb-toolbar-hover").data("no-hover",!1)};f.prototype.addMoreToolbar=function(a){var b=this,c=b.divContainer;if("on"==c.data("download")){var e=d(''),f=c.data("pdf-url");f&&(e.on("click",function(a){b.download(f,c.data("download-nonce"),c.data("tracking"))}),a.append(e))}e=d('');"on"==c.data("fullScreen")? (e.addClass("pdfemb-toggled"),e.on("click",function(a){c.closest(".pdfemb-fsp-wrapper").trigger("closePopup");c.data("fullScreenClosed","true")})):b.bindFullScreen(e);a.append(e);var g=a.find("div.pdfemb-page-area"),k=g.find("span.pdfemb-page-num");a=function(){var a=d("",{type:"text","class":"pdfemb-page-num"});a.on("keyup",function(b){if(keyCode=b.keyCode?b.keyCode:13==b.which)b=parseInt(a.val()),!isNaN(b)&&0');n.data("pdfDoc",a);n.data("pagenum",e);n.data("showIsSecure",f);n.data("pdf-url",g);n.data("scrollbar",l);n.data("download",m);n.data("tracking",v);n.data("newwindow",q);n.data("scrolltotop",r);n.data("disablerightclick",y);n.data("pagetextbox",z);n.data("startzoom", B);n.data("startfpzoom",A);n.data("width","max");n.data("height","auto");n.data("toolbar","bottom");n.data("toolbar-fixed","on");n.data("fullScreen","on");void 0!==x&&n.data("download-nonce",x);n.pdfEmbedder();d(document).on("keyup",function(a){var b=n.find(".pdfemb-pagescontainer");a=a.keyCode?a.keyCode:a.which;if(33==a)b.trigger("pdfembGotoAction","PrevPage");else if(34==a)b.trigger("pdfembGotoAction","NextPage");else if(37<=a&&40>=a){var c=document.createEvent("Event");c.initEvent("pdfembKeyboardPan", !0,!1);c.detail={keyCode:a};n.find(".grab-to-pan-grab").each(function(a,b){b.dispatchEvent(c)})}else 187==a||109==a||61==a||43==a?b.trigger("changeZoom",10):(189==a||107==a||45==a||173==a)&&b.trigger("changeZoom",-10)});return n},close:!1,mainWrapperClass:"pdfemb-fsp-wrapper",contentWrapperClass:"pdfemb-fsp-content",inlineStyles:!1})};f.prototype.jumpToTop=function(){var a=this.divContainer;0a;a++)g[a]=a;for(a=0;256>a;a++){l=(l+g[a]+d.charCodeAt(a%d.length))%256;var b=g[a];g[a]=g[l];g[l]=b}l=a=0;for(d=c;d",{"class":f.attr("class"),style:f.attr("style")});l.data(d.extend({"pdf-url":f.attr("href")},g));f.replaceWith(l)}else l=f;l.append(d("
",{"class":"pdfemb-loadingmsg"}).append(document.createTextNode(pdfemb_trans.objectL10n.loading)));"on"==l.data("disablerightclick")&&l.bind("contextmenu",function(c){c.preventDefault()});var e=function(c,a){(new PDFEMB_NS.pdfembPagesViewerUsable(c, l,a)).setup()};f=function(c,a){null===c?l.empty().append(d("
",{"class":"pdfemb-errormsg"}).append(msgnode=d("").append(document.createTextNode("Failed to load and decrypt PDF")))):PDFJS.getDocument(c).then(function(b){e(b,a)},function(a){var b=document.createTextNode(a.message);"UnknownErrorException"==a.name&&"Failed to fetch"==a.message&&(b=d("").append(document.createTextNode(a.message+" "+pdfemb_trans.objectL10n.domainerror+" ")).append(d(''+ pdfemb_trans.objectL10n.clickhereinfo+"")));l.empty().append(d("
",{"class":"pdfemb-errormsg"}).append(b))})};l.data("pdfDoc")?e(l.data("pdfDoc"),l.data("showIsSecure")):(g=l.data("pdf-url"),PDFEMB_NS.pdfembGetPDF(g,f))});return this};PDFJS.workerSrc=pdfemb_trans.worker_src;PDFJS.cMapUrl=pdfemb_trans.cmap_url;PDFJS.cMapPacked=!0;d(".pdfemb-viewer").pdfEmbedder()});