Sei sulla pagina 1di 11

var defaultViewManager="scroll";var adjacentLoadPages=3;var

adjacentFontLoadPages=8;var ie6_pngfix_shim="/images/4gen/trans_1x1.gif";var
pagePadding=30;var extrasWidth=315;var fontLoaderStrategy;var
FONT_LOADER_MHTML_EOT=1;var FONT_LOADER_CSS_TTF=2;var FONT_LOADER_MULTI_SVG=3;var
FONT_SERV_VERSION=12;if(!window.console){window.console={log:function(){}}}var
DocumentManager=(function(){var
q={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",deco
de:function(E){var C="";var L,J,H;var K,I,G,F;var D=0;E=E.replace(/[^A-Za-z0-
9\+\/\=]/g,"");while(D<E.length){K=this._keyStr.indexOf(E.charAt(D+
+));I=this._keyStr.indexOf(E.charAt(D++));G=this._keyStr.indexOf(E.charAt(D+
+));F=this._keyStr.indexOf(E.charAt(D++));L=(K<<2)|(I>>4);J=((I&15)<<4)|
(G>>2);H=((G&3)<<6)|F;C=C+String.fromCharCode(L);if(G!=64)
{C=C+String.fromCharCode(J)}if(F!=64)
{C=C+String.fromCharCode(H)}}C=q._utf8_decode(C);return C},_utf8_decode:function(C)
{var D="";var E=0;var F=c1=c2=0;while(E<C.length){F=C.charCodeAt(E);if(F<128)
{D+=String.fromCharCode(F);E++}else{if((F>191)&&(F<224))
{c2=C.charCodeAt(E+1);D+=String.fromCharCode(((F&31)<<6)|
(c2&63));E+=2}else{c2=C.charCodeAt(E+1);c3=C.charCodeAt(E+2);D+=String.fromCharCode
(((F&15)<<12)|((c2&63)<<6)|(c3&63));E+=3}}}return D}};function i(C)
{}i.prototype.initEventHelper=function()
{this.eventListenerEnabled=true;this.eventListeners={};for(var
C=0;C<this.possibleEvents.length;C++)
{this.eventListeners[this.possibleEvents[C]]={}}};i.prototype.addEvent=function(C,D
){if(!this.eventListeners[C]){throw C+" is not a valid type of
event"}this.eventListeners[C][D]=D};i.prototype.removeEvent=function(C,D){delete
this.eventListeners[C][D]};i.prototype.fireEvent=function(F,G){if(!
this.eventListenerEnabled){return}var C=this.eventListeners[F];var
D=[];if(arguments.length>1){D[arguments.length-2]=null;for(var
H=1;H<arguments.length;H++){D[H-1]=arguments[H]}}var E=this;function I(K)
{K.apply(E,D)}for(var J in C){if(C.hasOwnProperty(J)){I(C[J])}}};function o(D,C)
{D.prototype.addEvent=i.prototype.addEvent;D.prototype.removeEvent=i.prototype.remo
veEvent;D.prototype.fireEvent=i.prototype.fireEvent;D.prototype.initEventHelper=i.p
rototype.initEventHelper;D.prototype.possibleEvents=C}var j="font_preload_bed";var
d="\uF8FF";var B=function(){return !document.styleSheets[0].insertRule};var
h=(function(){var C=navigator.userAgent.toLowerCase();return C.search("android
2.2")>-1})();var e=(function(){var
C=navigator.userAgent.toLowerCase();return(C.search("mobile")>-
1&&C.search("safari")>-1&&!h)})();var
x=navigator.userAgent.indexOf("AppleWebKit/")>-1;fontLoaderStrategy=(function()
{if(B()){return FONT_LOADER_MHTML_EOT}else{if(e){return
FONT_LOADER_MULTI_SVG}else{console.log("TTF");return FONT_LOADER_CSS_TTF}}})
();if(B()){adjacentFontLoadPages=5;adjacentLoadPages=2}if(h)
{adjacentFontLoadPages=1;adjacentLoadPages=1}function A(C)
{this.id=C;this.family="ff"+C}A.prototype.eotCssRule=function(C){var D="src:
url(mhtml:"+C+"!"+this.id+".eot); font-family: "+this.family+";";return"@font-face
{"+D+"}"};A.prototype.ttfCssRule=function(C){var D="src: url("+C+this.family+".ttf)
format('truetype'); font-family: "+this.family+";";return"@font-face
{"+D+"}"};A.prototype.svgCssRule=function(C){var D="src: url("+C+"#"+this.family+")
format('svg'); font-family: "+this.family+";";return"@font-face
{"+D+"}"};A.prototype.createPreloadElem=function(){return"<span style='font-family:
"+this.family+"'>scribd.</span> "};function y(C)
{this.fonts=[];this.docManager=C;this._cssRuleQueue=[];this._fontLoadQueue=[]}y.pro
totype._makeNewStyleBlock=function(){var D=document.createElement("style");if(!
window.createPopup){D.appendChild(document.createTextNode(""))}var
C=document.getElementsByTagName("head")[0];C.appendChild(D);return
D};y.prototype._insertCssRule=function(C)
{this._cssRuleQueue.push(C)};y.prototype._flushCssRuleQueue=function(E)
{if(this._cssRuleQueue.length>0){var D=(E&&document.getElementById(E))||
this._makeNewStyleBlock();var C=this._cssRuleQueue.join("\n");if(B())
{D.styleSheet.cssText=C}else{if(!window.createPopup)
{D.appendChild(document.createTextNode(C))}else{D.innerHTML=C}}this._cssRuleQueue=[
]}};y.prototype.getFontAggregatorHostForFonts=function(F){var E=[];for(var
D=0;D<F.length;D++){E.push(F[D].id)}E.sort(function(H,G){return G-H});var
C=this.docManager.nextFontAggregatorHost()
+"/"+this.docManager.assetPrefix+"/"+E.join(",")
+"/"+FONT_SERV_VERSION+"/";switch(fontLoaderStrategy){case
FONT_LOADER_MHTML_EOT:C+="eots";break;case FONT_LOADER_CSS_TTF:if(!h)
{C+="ttfs.css"}break;case FONT_LOADER_MULTI_SVG:C+="fonts.svg";break}return
C};y.prototype._addTTFRules=function(F,D){for(var E=0;E<F.length;E++){var
C=F[E];this._insertCssRule(C.ttfCssRule(D))}};y.prototype._addSVGRules=function(F,D
){for(var E=0;E<F.length;E++){var
C=F[E];this._insertCssRule(C.svgCssRule(D))}};y.prototype._addEOTRules=function(F,D
){for(var E=0;E<F.length;E++){var
C=F[E];this._insertCssRule(C.eotCssRule(D))}};y.prototype._nextPreloadId=function()
{if(!this._preloadId){this._preloadId=0}var
C="preload_bed"+this._preloadId;this._preloadId+=1;return
C};y.prototype._addCSSWebkit=function(J,D){var M=this;var
G=document.createElement("iframe");function N(){var
O=document.createElement("div");var P=M._nextPreloadId();O.innerHTML=K;var
Q=document.getElementById(j);var R=window.setInterval(function()
{if(G.contentDocument.styleSheets.length>0)
{window.clearInterval(R);G.contentDocument.body.getBoundingClientRect();Q.appendChi
ld(O);window.setTimeout(function()
{G.contentDocument.body.getBoundingClientRect();M._addCSSLink(D)},500)}},0)}var
L=this._nextPreloadId();G.id=L;var K="";for(var F=0;F<J.length;F++){var
C=J[F];K+=C.createPreloadElem()}var
E=this._makeNewStyleBlock();G.addEventListener("load",function()
{N()},false);G.style.display="none";document.body.appendChild(G);G.contentDocument.
body.innerHTML=K;var
I=G.contentDocument.createElement("link");I.href=D;I.rel="stylesheet";I.type="text/
css";I.media="screen";var H=G.contentDocument.getElementsByTagName("head")
[0];H.appendChild(I)};y.prototype._addCSSLink=function(C){var
E=document.createElement("link");E.href=C;E.rel="stylesheet";E.type="text/css";var
D=document.getElementsByTagName("head")
[0];D.appendChild(E)};y.prototype.flushFontQueue=function()
{if(this._fontLoadQueue.length==0)
{return}if(this.docManager.displayType=="rasterize"){return}var
C=this._fontLoadQueue;this._fontLoadQueue=[];var
D=this.getFontAggregatorHostForFonts(C);switch(fontLoaderStrategy){case
FONT_LOADER_MHTML_EOT:this._addEOTRules(C,D);break;case FONT_LOADER_CSS_TTF:if(h)
{this._addTTFRules(C,D)}else{if(x)
{this._addCSSWebkit(C,D)}else{this._addCSSLink(D)}}break;case
FONT_LOADER_MULTI_SVG:this._addSVGRules(C,D);break}this._flushCssRuleQueue()};y.pro
totype.addFontToQueue=function(D){var C=this.fonts[D];if(!C._loadQueued)
{C._loadQueued=true;this._fontLoadQueue.push(C)}};y.prototype.setNumFonts=function(
C){for(var E=0;E<C;E++){var D=new
A(E);this.fonts[E]=D}};y.prototype._initHidersCSS=function(){var C=[];for(var
D=0;D<this.fonts.length;D++)
{C.push("."+this.fonts[D].family)}this._insertCssRule(C.join(", ")+" {display:
none;}\n")};y.prototype._initFamilyCSS=function(){for(var
C=0;C<this.fonts.length;C++){var D=this.fonts[C].family;this._insertCssRule("."+D+"
{font-family: "+D+";\n}")}};y.prototype.initStyles=function(C)
{if(this.docManager.displayType=="rasterize")
{return}this._initFamilyCSS();switch(fontLoaderStrategy){case
FONT_LOADER_MHTML_EOT:break;case FONT_LOADER_CSS_TTF:if(!h)
{this._initHidersCSS()}break;case
FONT_LOADER_MULTI_SVG:break}this._flushCssRuleQueue("preload_styler")};y.prototype.
setupTestElements=function(){if(fontLoaderStrategy!=FONT_LOADER_CSS_TTF||x||
this.docManager.displayType=="rasterize"){return}var F="";for(var
E=0;E<this.fonts.length;E++){var C=this.fonts[E];F+=C.createPreloadElem()}var
D=document.getElementById(j);D.innerHTML=F;document.body.appendChild(D);this._inser
tCssRule("#"+j+" span {display: block; visibility:
hidden}");this._flushCssRuleQueue()};function a(C,D)
{this.pages=[];this.loaded=false;this.fonts={};this.numFonts=0;this.fontLoader=D;th
is.groupNum=C||0}a.prototype.addPage=function(E){for(var D=0;D<E.fonts.length;D++)
{var C=E.fonts[D];if(this.fonts[C]===undefined)
{this.fonts[C]=true;this.numFonts+=1}}this.pages.push(E)};a.prototype.isFull=functi
on(){var E=this.pages.length;var D=this.groupNum;var
C=this.numFonts;if(fontLoaderStrategy==FONT_LOADER_MHTML_EOT)
{return(this.hasLoaded||C>50||(C>=20&&((D==0&&E>=adjacentFontLoadPages+3)||
(E>=15))))}else{if(fontLoaderStrategy==FONT_LOADER_MULTI_SVG||h)
{return(this.hasLoaded||
(C>=5&&E>=adjacentFontLoadPages))}else{return(this.hasLoaded||C>100||
(C>=20&&((D==0&&E>=adjacentFontLoadPages+3)||
(E>=100))))}}};a.prototype.load=function(D){if(this.hasLoaded)
{return}this.hasLoaded=true;var C=this;function E(){for(var F in C.fonts)
{C.fontLoader.addFontToQueue(F)}C.fontLoader.flushFontQueue()}if(D)
{window.setTimeout(function()
{E()},D)}else{E()}};a.prototype.newNextGroup=function(){return new
a(this.groupNum+1,this.fontLoader)};var r=1;var z=2;var b=3;var t=(function()
{if(document.documentElement.style.WebkitTransform!==undefined){return
r}else{if(document.documentElement.style.MozTransform!==undefined){return
z}else{return b}}})();function n(F){for(var D in this._defaultParams)
{if(this._defaultParams.hasOwnProperty(D)){this[D]=F[D]||
this._defaultParams[D]}}for(var C=0;C<this._requiredParams.length;C++){var
E=this._requiredParams[C];if(!this[E]){throw"Missing required Page param: "+E}}if(!
this.contentUrl&&!this.innerPageElem){throw"Must initialize a page with either a
contentUrl or innerPageElem element"}if(this.containerElem.boundToPageObj===true)
{throw"Container Elem is already bound to a page. We shouldn't get
here"}this.containerElem.boundToPageObj=true;this._targetWidth=null;this._innerPage
Visible=!!
this.innerPageElem;this._imagesTurnedOn=false;this.boundingRect=null;this.isVisible
=false;this.displayDirty=true;this.displayOn=null;this.loadHasStarted=!!
this.innerPageElem}n.prototype._defa
ultParams={containerElem:null,innerPageElem:null,contentUrl:null,origWidth:null,ori
gHeight:null,fonts:null,docManager:null,pageNum:null};n.prototype._requiredParams=[
"origWidth","origHeight","fonts","docManager","containerElem","pageNum"];n.prototyp
e._updateBoundingRect=function(){if(this.containerElem.getBoundingClientRect){var
E=this.containerElem.getBoundingClientRect();var
D=this.docManager.viewportManager.viewRect;var H=E.left+D.left;var
G=E.top+D.top;var F=E.right-E.left;var C=E.bottom-
E.top;this.boundingRect={left:H,top:G,bottom:G+C,right:H+F,width:F,height:C}}else{v
ar G=this.containerElem.offsetTop;var H=this.containerElem.offsetLeft;var
F=this.containerElem.offsetWidth;var
C=this.containerElem.offsetHeight;this.boundingRect={left:H,top:G,bottom:G+C,right:
H+F,width:F,height:C}}};n.prototype._setContainerContents=function(E){var
D=/<noscript *><img[^<>]*\/><\/noscript
*>/g;this.containerElem.innerHTML=E.replace(D,"")+this.containerElem.innerHTML;var
C=this;this.innerPageElem=this.containerElem.children[0];this.turnOnLinks();this.tu
rnOnImages();this.fixSVGFonts();this.displayDirty=true;if(this.displayOn)
{this.display()}else{this.hide()}};n.prototype.fixSVGFonts=function()
{if(this._svgFontsFixed){throw"Already fixed the svg fonts"}if(!this.innerPageElem)
{return}if(e){function D(H){if(H.nodeType==document.TEXT_NODE){var
E=H.textContent.search(/[ \n][^ \n ]/);if(E>=0){D(H.splitText(E+1))}}else{var
G=H.childNodes;for(var F=0;F<G.length;F++){D(G[F])}}}function C(G){var
F=G.childNodes;for(var E=0;E<F.length;E++){var
I=F[E];if(I.nodeType==document.ELEMENT_NODE){C(I)}else{var
H=F[E+1];if(H&&H.nodeName=="#text")
{G.insertBefore(document.createElement("span"),H)}}}}D(this.innerPageElem);C(this.i
nnerPageElem)}this._svgFontsFixed=true};n.prototype.imagePageContent=function(C)
{str="<img src='"+C+"'></img>";return str};n.prototype.load=function()
{this.currentlyLoading=true;this.loadHasStarted=true;if(this.innerPageElem)
{throw"We already have loaded this page, but it looks like you called loadPage
again"}this.loadFonts();var E="page"+this.pageNum+"_callback";if(window[E])
{throw"Something went wrong. We're requesting a page we already had a callback
for"}if(this.docManager.displayType=="rasterize"){delete
this.currentlyLoading;this._setContainerContents(this.imagePageContent(this.content
Url));return}var D=document.createElement("script");var
C=this;window[E]=function(G){document.body.removeChild(D);var H=G[0];delete
C.currentlyLoading;C._setContainerContents(H);try{delete window[E]}catch(F)
{window[E]=undefined}};D.src=this.contentUrl;D.type="text/javascript";document.body
.appendChild(D)};n.prototype.remove=function(){if(this.innerPageElem){var
C=this.innerPageElem.parentNode;C.removeChild(this.innerPageElem);delete
this.innerPageElem;delete this.currentLoading;delete
this.loadHasStarted;this._linksTurnedOn=false;this._imagesTurnedOn=false;this._svgF
ontsFixed=false}};n.prototype.display=function(D,C){if(this.displayOn&&!
this.displayDirty){return}this.displayOn=true;if(this.currentlyLoading)
{return}else{if(!this.innerPageElem){if(this.loadHasStarted){return}else{if(D)
{this.load();return}else{return}}}}this.displayDirty=false;if(!C){if(!
this._linksTurnedOn){this.turnOnLinks()}if(!this._imagesTurnedOn)
{this.turnOnImages()}if(!this._svgFontsFixed)
{this.fixSVGFonts()}}this.loadFonts();if(this._innerPageVisible)
{return}this.containerElem.className=this.containerElem.className.replace(/placehol
der|not_visible/g,"");this._innerPageVisible=true;if(!C)
{this._fitContentsToWidth();this.innerPageElem.style.display="block"}};n.prototype.
hide=function(){if(!this.displayOn&&!this.displayDirty)
{return}this.displayOn=false;if(!this.innerPageElem)
{return}this.displayDirty=false;this.containerElem.className=this.containerElem.cla
ssName+"
not_visible";this._innerPageVisible=false;this.innerPageElem.style.display="none"};
n.prototype.setLoadFontGroup=function(C)
{C.addPage(this);this.loadFontGroup=C};n.prototype.loadFonts=function()
{this.loadFontGroup.load()};var p=!!(document.all&&(/msie
6./i).test(navigator.appVersion)&&window.ActiveXObject);n.prototype._setZoomScale=f
unction(E){var D=this.innerPageElem;switch(t){case
r:D.style.WebkitTransform="scale("+E+")";D.style.WebkitTransformOrigin="top
left";break;case
z:D.style.MozTransform="scale("+E+")";D.style.MozTransformOrigin="top
left";break;case b:if(!D.originalZoom)
{D.originalZoom=D.currentStyle.zoom=="normal"?
1:parseFloat(D.currentStyle.zoom)/100;if(p)
{D.originalZoom*=1.35}}D.style.zoom=(D.originalZoom*E*100)+"%";if(p){var
C=this.innerPageElem;setTimeout(function()
{C.style.marginLeft=C.style.marginLeft==""?0:""},500)}break;default:throw"Unknown
scale method "+t}};n.prototype._fitContentsToWidth=function()
{if(this._targetWidth&&this.innerPageElem&&this._innerPageVisible){var
C=this._targetWidth/this.origWidth;this._setZoomScale(C);this._targetWidth=null}};n
.prototype.setWidth=function(D){var
C=Math.ceil((D/this.origWidth)*this.origHeight);this.containerElem.style.width=D+"p
x";this.containerElem.style.height=C+"px";this._targetWidth=D;this._fitContentsToWi
dth()};n.prototype.setBounds=function(D,C){if(this.origWidth/this.origHeight>D/C)
{C=Math.ceil((D/this.origWidth)*this.origHeight)}else{D=Math.ceil((C/this.origHeigh
t)*this.origWidth)}this.containerElem.style.width=D+"px";this.containerElem.style.h
eight=C+"px";this._targetWidth=D;this._fitContentsToWidth()};n.prototype.turnOnImag
es=function(){if(!this.innerPageElem){throw"Can't turn on images for a page that's
not loaded"}if(this._imagesTurnedOn){throw"Images have already been turned on for
this document"}this._imagesTurnedOn=true;var
E=this.innerPageElem.getElementsByTagName("img");for(var D=0;D<E.length;D++){var
C=E[D];if(C.className.toLowerCase().search("absimg")>-1){if(!C.src){var
F=this.docManager.subImageSrc(C.getAttribute("orig"));if(this.docManager.enablePNGH
ack)
{C.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+F+"',
sizingMethod='scale')";C.src=ie6_pngfix_shim}else{C.src=F}C.removeAttribute("orig")
;C.style.display="block"}}}};n.prototype.turnOnLinks=function(){if(!
this.innerPageElem){throw"Can't turn on links for a page that's not
loaded"}if(this._linksTurnedOn){throw"Links have already been turned on for this
document"}this._linksTurnedOn=true;var
F=this.innerPageElem.getElementsByTagName("a");for(var E=0;E<F.length;E++){var
C=F[E];if(C.className.toLowerCase().search("ll")>-1){if(!C.href){var
G=C.getAttribute("orig");if(G){var
D=q.decode(G).replace(/^j[\W]*a[\W]*v[\W]*a[\W]*s[\W]*c[\W]*r[\W]*i[\W]*p[\W]*t[\W]
*:/ig,"");if(D.search(/^page/)>-1)
{C.href="#"+D}else{C.target="_blank";C.href=D;C.rel="nofollow"}}}}}};function w()
{this.initEventHelper();this.viewRect=null;this.enabled=false;var
C=this;this._scrollCallback=function()
{C._eventHandler("scroll")};this._resizeCallback=function(D)
{C._eventHandler("resize")}}o(w,
["vertical","horizontal","either","resize"]);w.prototype._makeViewRect=function()
{var I=document.documentElement;var H=window.scrollY||window.pageYOffset||
I.scrollTop;var G=window.scrollX||window.pageXOffset||I.scrollLeft;var
F=window.innerWidth||I.clientWidth;var C=window.innerHeight||I.clientHeight;var
E=G+F;var
D=H+C;return{top:H,left:G,right:E,bottom:D,width:F,height:C}};w.prototype._updateVi
ewRect=function(){var E=this.viewRect;this.viewRect=this._makeViewRect();var D=!E||
E.left!=this.viewRect.left||E.width!=this.viewRect.width;var C=!E||E.top!
=this.viewRect.top||E.height!
=this.viewRect.height;return{xChanged:D,yChanged:C}};w.prototype._eventHandler=func
tion(C){var D=this._updateViewRect();if((C=="resize"||C=="both")&&(D.xChanged||
D.yChanged)){this.fireEvent("resize",this.viewRect)}if(D.xChanged||D.yChanged)
{this.fireEvent("either",this.viewRect)}if(D.xChanged)
{this.fireEvent("horizontal",this.viewRect)}if(D.yChanged)
{this.fireEvent("vertical",this.viewRect)}};w.prototype.enable=function()
{if(this.enabled){throw"ViewportManager has already been
enabled"}this.enabled=true;this._eventHandler("both");if(window.addEventListener)
{window.addEventListener("resize",this._resizeCallback,false);window.document.addEv
entListener("scroll",this._scrollCallback,false)}else{if(window.attachEvent)
{window.attachEvent("onresize",this._resizeCallback);window.attachEvent("onscroll",
this._scrollCallback)}}};w.prototype.disable=function(){if(!this.enabled)
{throw"ViewportManager is already been
enabled"}this.enabled=false;if(window.removeEventListener)
{window.removeEventListener("resize",this._resizeCallback,false);window.document.re
moveEventListener("scroll",this._scrollCallback,false)}else{if(window.detatchEvent)
{window.detatchEvent("onresize",this._resizeCallback);window.detatchEvent("onscroll
",this._scrollCallback)}}};function s(D,E,F)
{this.initEventHelper();this.viewManager=D;this.page=E;this.oldPage=F==E?
null:F;this.pretty=false;var C=this;this._animateCssForwardCallback=function()
{C.oldPage.containerElem.style.display="none";C.oldPage.hide();$
(C.oldPage.containerElem).removeClassName("pageflipForward");C.oldPage.containerEle
m.removeEventListener("webkitAnimationEnd",C._animateCssForwardCallback);C.fireEven
t("afterAnimation","css");C.page._updateBoundingRect();C.oldPage._updateBoundingRec
t()};this._animateCssBackwardCallback=function()
{C.oldPage.containerElem.style.display="none";C.oldPage.hide();$
(C.page.containerElem).removeClassName("pageflipBackward");C.page.containerElem.rem
oveEventListener("webkitAnimationEnd",C._animateCssBackwardCallback);C.fireEvent("a
fterAnimation","css");C.page._updateBoundingRect();C.oldPage._updateBoundingRect()}
}o(s,["afterDisplay","beforeAnimation","afterAnimation"]);var f=1;var l=2;var
g=3;s.prototype._detectAnimationType=function(){var
C=this.page.containerElem.style;if(C.WebkitAnimationName!==undefined){return
f}else{if(C.WebkitTransform!==undefined||C.MozTransform!==undefined||C.transform!
==undefined){return l}else{return g}}};s.prototype._cssForward=function()
{this.oldPage.isVisible=false;this.oldPage.containerElem.addEventListener("webkitAn
imationEnd",this._animateCssForwar
dCallback);this.fireEvent("beforeAnimation","css");$
(this.oldPage.containerElem).addClassName("pageflipForward")};s.prototype._cssBackw
ard=function()
{this.page.isVisible=true;this.page.containerElem.addEventListener("webkitAnimation
End",this._animateCssBackwardCallback);this.fireEvent("beforeAnimation","css");$
(this.page.containerElem).addClassName("pageflipBackward")};s.prototype._animateCss
=function()
{this.page.containerElem.style.display="";if(this.oldPage.pageNum<this.page.pageNum
){this._cssForward()}else{this._cssBackward()}};s.prototype._jsForward=function()
{var H=null;var G=this.oldPage.containerElem;var E=this;var F;var D;$
(G).addClassName("basicPageflipForward");this.page.containerElem.style.display="";f
unction C(){var K=new Date().valueOf();var I=(K-F)/(D-F);var J="scaleX("+(1-
I/2*2)+") skewY("+-Math.sin(((1-
I/2)*Math.PI))/5+"rad)";G.style.WebkitTransform=J;G.style.MozTransform=J;if(I>1)
{window.clearInterval(H);$
(G).removeClassName("basicPageflipForward");G.style.display="none";G.style.WebkitTr
ansform="";G.style.MozTransform="";E.fireEvent("afterAnimation","js");return}}F=new
Date().valueOf();D=F+600;H=window.setInterval(C,1)};s.prototype._jsBackward=functio
n(){var I=null;var G=this.page.containerElem;var H=this.oldPage.containerElem;var
E=this;var F;var D;$(G).addClassName("basicPageflipBackward");function C(){var
L=new Date().valueOf();var J=(L-F)/(D-F);var K="scaleX("+(J/2*2)+") skewY("+-
Math.sin(((0.5+J/2)*Math.PI))/5+"rad)";G.style.WebkitTransform=K;G.style.MozTransfo
rm=K;G.style.display="";if(J>1){window.clearInterval(I);$
(G).removeClassName("basicPageflipBackward");G.style.WebkitTransform="";G.style.Moz
Transform="";H.style.display="none";E.fireEvent("afterAnimation","js");return}}F=ne
w
Date().valueOf();D=F+600;I=window.setInterval(C,1)};s.prototype._animateJs=function
(){if(this.oldPage.pageNum<this.page.pageNum)
{this._jsForward()}else{this._jsBackward()}};s.prototype._basic=function()
{this.page.containerElem.style.display="";if(this.oldPage)
{this.oldPage.isVisible=false;this.oldPage.containerElem.style.display="none";this.
oldPage.hide()}};s.prototype.width=function(){return
this.viewManager._zoomedPageWidth()};s.prototype.go=function(){if(!
(this.pretty&&this.oldPage)){this._basic()}else{switch(this._detectAnimationType())
{case f:this._animateCss();break;case l:this._animateJs();break;case
g:this._basic()}}this.page.display(true);this.page.isVisible=true;if(this.oldPage)
{this.oldPage._updateBoundingRect()}this.page._updateBoundingRect();this.fireEvent(
"afterDisplay")};function v(){}v.prototype.name=function(){return
this._name};v.prototype.register=function(D,C){if(this.registered){throw"This
ViewManager is already
registered"}this.registered=true;this.documentManager=D;this.viewportManager=C;this
._currentPageWidth=defaultViewWidth;this._currentZoomMultiplier=1;this._updatePageW
idths();var E=this.documentManager.firstVisiblePage;this._register(D,C);if(E)
{this.documentManager.gotoPage(E.pageNum,
{pretty:false})}};v.prototype._zoomedPageWidth=function(){return
this._currentPageWidth*this._currentZoomMultiplier};v.prototype._updatePageWidths=f
unction()
{this.documentManager.setPageWidths(this._zoomedPageWidth())};v.prototype.isTopPage
InView=function(){return true};v.prototype._register=function(D,C)
{};v.prototype.unregister=function(){if(!this.registered){throw"This ViewManager is
already unregistered"}if(this.isFullscreen)
{this.exitFullscreen()}this._checkBodyWidth();this._unregister();this.registered=fa
lse;delete this.documentManager;delete
this.viewportManager};v.prototype._unregister=function()
{};v.prototype.gotoPage=function(D,C){if(!this.registered){throw"ViewManager must
be registerd to call
gotoPage"}this._gotoPage(D,C)};v.prototype._gotoPage=function(D,C)
{};v.prototype._fireHideExtras=function()
{this.documentManager._fireHideExtras();this._extrasHidden=true};v.prototype._fireS
howExtras=function()
{this.documentManager._fireShowExtras();this._extrasHidden=false};v.prototype.enter
Fullscreen=function(){if(this.isFullscreen){throw"Fullscreen is already
set"}this._checkBodyWidth();this.viewportManager.addEvent("resize",this._fullscreen
ResizedCallback);this._fireHideExtras();this.resetZoom();this._enterFullscreen();th
is._fullscreenResized(this.viewportManager.viewRect);this._currentPageWidth=this.vi
ewportManager.viewRect.width;this.isFullscreen=true;var
C=this.documentManager.firstVisiblePage;if(C)
{this.documentManager.gotoPage(C.pageNum,
{pretty:false})}this.documentManager._fireEnteredFullscreen()};v.prototype.exitFull
screen=function(){if(!this.isFullscreen){throw"Fullscreen is not
set"}this.viewportManager.removeEvent("resize",this._fullscreenResizedCallback);thi
s._fireShowExtras();this.resetZoom();this._exitFullscreen();this.isFullscreen=false
;var C=this.documentManager.firstVisiblePage;if(C)
{this.documentManager.gotoPage(C.pageNum,
{pretty:false})}this.documentManager._fireExitedFullscreen()};v.prototype._viewBarW
idth=function(){if(this._extrasHidden){return 0}else{return
extrasWidth}};v.prototype._enterFullscreen=function()
{};v.prototype._exitFullscreen=function()
{};v.prototype._fullscreenResized=function(C)
{};v.prototype._scrollWithZoom=function(C,D)
{window.scrollTo(0,C.top*D)};v.prototype.zoom=function(D){var
C=this.viewportManager.viewRect;this._currentZoomMultiplier*=D;this._checkBodyWidth
();this._updatePageWidths();this.documentManager.setIsScrolling(true);this._scrollW
ithZoom(C,D);this._zoomed();this.documentManager.setIsScrolling(false);this.documen
tManager._fireZoomed(D)};v.prototype._zoomed=function()
{};v.prototype.resetZoom=function()
{this._currentZoomMultiplier=1;this._checkBodyWidth();this._updatePageWidths();this
._zoomed()};v.prototype._checkBodyWidth=function(C){var
E=document.documentElement.clientWidth;var D=this._zoomedPageWidth()
+this._viewBarWidth();globalHeader=document.getElementById("global_header");if(D>E)
{document.body.style.width=D+"px";if(globalHeader)
{globalHeader.style.width=E+"px"}}else{document.body.style.width="100%";if(globalHe
ader){globalHeader.style.width="100%"}}};function k()
{this._name="book";this.currentPageId=null;var
C=this;this._fullscreenResizedCallback=function(D)
{C._fullscreenResized(D)}}k.prototype=new v();k.prototype._register=function(D,C)
{this._prepareDisplay()};k.prototype._unregister=function(){for(var C in
this.documentManager.pages){if(this.documentManager.pages.hasOwnProperty(C)){var
D=this.documentManager.pages[C];D.containerElem.style.display="";D.containerElem.st
yle.position="";D.containerElem.style.left="";D.containerElem.style.zIndex=""}}};k.
prototype._prepareDisplay=function(){for(var C in this.documentManager.pages)
{if(this.documentManager.pages.hasOwnProperty(C)){var
D=this.documentManager.pages[C];D.hide();D.containerElem.style.position="absolute";
D.containerElem.style.left="0px";D.containerElem.style.zIndex=this.documentManager.
maximumPageNumber()-
D.pageNum;D.containerElem.style.display="none"}}this.documentManager.setPageMissing
ModulesVisible(false);this.documentManager.gotoPage(this.documentManager.currentPag
eNum()||1)};k.prototype._zoomed=function(){var
C=this.documentManager.pages[this.currentPageId];this.documentManager._firePageFlip
(this._zoomedPageWidth(),C.boundingRect.height)};k.prototype._gotoPage=function(C,D
){if(!this.documentManager.pages.hasOwnProperty(C)){return}var
G=this.currentPageId?this.documentManager.pages[this.currentPageId]:null;var
F=this.documentManager.pages[C];var E=new
s(this,F,G);E.pretty=D.pretty;this.documentManager._preparePageFlip(E);E.go();this.
currentPageId=C;this.documentManager.visiblePagesChanged()};k.prototype._setWidth=f
unction(C)
{this._currentPageWidth=C;this.documentManager.setPageWidths(C)};k.prototype._fulls
creenResized=function(C){this._setWidth(C.width-
pagePadding)};k.prototype._enterFullscreen=function()
{this._previousPageWidth=this._currentPageWidth||defaultViewWidth;new
Effect.ScrollTo(this.documentManager.pages[this.currentPageId].containerElem,
{duration:0.3})};k.prototype._exitFullscreen=function()
{this._setWidth(defaultViewWidth);this._checkBodyWidth()};function u()
{this._name="slideshow";this.currentPageId=null;var
C=this;this._fullscreenResizedCallback=function(D)
{C._fullscreenResized(D)}}u.prototype=new v();u.prototype._register=function(D,C)
{this._prepareDisplay()};u.prototype._unregister=function()
{};u.prototype._prepareDisplay=function(){for(var C in this.documentManager.pages)
{if(this.documentManager.pages.hasOwnProperty(C)){var
D=this.documentManager.pages[C];D.containerElem.style.display="none";D.hide()}}this
.documentManager.setPageMissingModulesVisible(false);this.documentManager.gotoPage(
this.documentManager.currentPageNum()||1)};u.prototype._setPageBounds=function(C)
{var D=this.documentManager.pages[this.currentPageId];if(D)
{D.setBounds(C.width,C.height)}};u.prototype._gotoPage=function(C,D){if(!
this.documentManager.pages.hasOwnProperty(C)){return}var E;if(this.currentPageId)
{E=this.documentManager.pages[this.currentPageId];if(E)
{E.isVisible=false;E.containerElem.style.display="none";E.hide()}}this.currentPageI
d=C;E=this.documentManager.pages[C];if(this.isFullscreen)
{this._setPageBounds(this.viewportManager.viewRect)}E.isVisible=true;E.display(true
);E.containerElem.style.display="";this.documentManager.visiblePagesChanged()};u.pr
ototype._setWidth=function(C)
{this._currentPageWidth=C;this.documentManager.setPageWidths(C)};u.prototype._fulls
creenResized=function(C)
{this._setPageBounds(C)};u.prototype._enterFullscreen=function()
{this._previousPageWidth=this._currentPageWidth||defaultViewWidth;new
Effect.ScrollTo(this.documentManager.pages[this.currentPageId].containerElem,
{duration:0.3})};u.prototype._exitFullscreen=function()
{this._setWidth(defaultViewWidth);this._checkBodyWidth()};function c()
{this._name="scroll";var C=this;this._verticalPositionChangeCallback=function()
{C._verticalPositionChanged()};this._fullscreenResizedCallback=function()
{C._fullscreenResized()}}c.prototype=new
v();c.prototype._updateInViewport=function(E){var
C=this.viewportManager.viewRect;var D=E.boundingRect;var F=E.isVisible;if(!C||!D)
{E.isVisible=false}else{E.isVisible=(D.left<C.right&&D.right>C.left&&D.top<C.bottom
&&D.bottom>C.top)}this.adjacentVisiblePages=2;return F!
=E.isVisible};c.prototype._verticalPositionChanged=function(){var D=false;for(var F
in this.pages){if(this.pages.hasOwnProperty(F)){var E=this.pages[F];var
C=this._updateInViewport(E);D=D||C}}if(D)
{this.documentManager.visiblePagesChanged()}this._updateDisplayOnPages()};c.prototy
pe._updateDisplayOnPages=function()
{if(this.documentManager.firstVisiblePage&&this.documentManager.lastVisiblePage)
{var F=this.documentManager.firstVisiblePage.pageNum-this.adjacentVisiblePages;var
E=this.documentManager.lastVisiblePage.pageNum+this.adjacentVisiblePages;for(var D
in this.pages){if(this.pages.hasOwnProperty(D)){var C=this.pages[D];if(C)
{if(C.pageNum>=F&&C.pageNum<=E)
{C.display()}else{C.hide();this.documentManager.fireEvent("pageHide",C)}}}}}};c.pro
totype._zoomed=function()
{this._verticalPositionChanged()};c.prototype._register=function(F,D)
{this.pages=F.pages;this.viewportManager.addEvent("vertical",this._verticalPosition
ChangeCallback);for(var C in this.pages){if(this.pages.hasOwnProperty(C)){var
E=this.documentManager.pages[C];E.containerElem.style.display=""}}this.documentMana
ger.setPageMissingModulesVisible(true);this.documentManager._updatePageBoundingRect
s();this._verticalPositionChanged()};c.prototype.isTopPageInView=function()
{if(this._isScrolling){return true}var
C=this.documentManager.firstVisiblePage;if(C){return
C.boundingRect.top+5>=this.viewportManager.viewRect.top}else{return
true}};c.prototype._unregister=function(){if(this._isScrolling)
{this._scrollEffect.cancel();delete this._isScrolling;delete
this._scrollEffect;this.documentManager.setIsScrolling(false)}this.viewportManager.
removeEvent("vertical",this._verticalPositionChangeCallback);delete
this.pages};c.prototype._gotoPage=function(D,F){if(!this.pages.hasOwnProperty(D))
{return}var H=this.documentManager.pages[D];if(F.pretty){var
E=0;if(this._isScrolling){var
G=this._scrollEffect.currentFrame/this._scrollEffect.totalFrames*2;E=G<0.5?G:1-
G;this._scrollEffect.cancel()}this.documentManager.setIsScrolling(true);var
C=this;this._scrollEffect=new Effect.ScrollTo(H.containerElem,
{duration:0.4,fps:100,startOn:E,afterFinish:function()
{C.documentManager.setIsScrolling(false);C.documentManager.visiblePagesChanged();de
lete C._isScrolling;delete C._scrollEffect}})}else{if(this._isScrolling)
{this._scrollEffect.cancel()}this.documentManager.setIsScrolling(true);H._updateBou
ndingRect();scrollTo(H.boundingRect.left,H.boundingRect.top);this.documentManager.s
etIsScrolling(false);this.documentManager.visiblePagesChanged()}return
H.pageNum};c.prototype._gotoNextPage=function(){if(!
this.documentManager.firstVisiblePage)
{return}this.documentManager.gotoPage(this.documentManager.firstVisiblePage.pageNum
+1,{direction:1})};c.prototype._gotoPreviousPage=function(){if(!
this.documentManager.firstVisiblePage)
{return}this.documentManager.gotoPage(this.documentManager.firstVisiblePage.pageNum
-1,{direction:-1})};c.prototype._setWidth=function(C)
{this._currentPageWidth=C;this._updatePageWidths();this._checkBodyWidth()};c.protot
ype._fullscreenResized=function(){this._setWidth((window.innerWidth||
document.documentElement.clientWidth)-
pagePadding)};c.prototype._enterFullscreen=function()
{this._previousPageWidth=this._currentWidth||
defaultViewWidth};c.prototype._exitFullscreen=function()
{this._setWidth(this._previousPageWidth)};function m(D,C)
{this.defaultViewMode=(D||"scroll");this.mobile=(C||
false);this.initEventHelper();this.pages={};this._pageWidths=null;this._fontLoader=
new y(this);this.viewManagers={scroll:new c(),slideshow:new u(),book:new
k()};this.viewportManager=new
w();this._currentFontAggregatorHostIdx=0;this.visiblePages=[];this.firstVisiblePage
=null;this.lastVisiblePage=null;this.currentFontGroup=new
a(0,this._fontLoader);this._isScrolling=false}o(m,
["expectedFirstPageChanged","viewmodeChanged","enteredFullscreen","exitedFullscreen
","hideExtras","showExtras","preparePageFlip","zoomed","pageHide","allPagesAdded"])
;m.prototype._fireZoomed=function(C)
{this.fireEvent("zoomed",C)};m.prototype.nextFontAggregatorHost=function()
{this._currentFontAggregatorHostIdx=(this._currentFontAggregatorHostIdx+1)%this.fon
tAggregatorHosts.length;return
this.fontAggregatorHosts[this._currentFontAggregatorHostIdx]};m.prototype._prepareP
ageFlip=function(C)
{this.fireEvent("preparePageFlip",C)};m.prototype._fireHideExtras=function()
{this.fireEvent("hideExtras")};m.prototype._fireShowExtras=function()
{this.fireEvent("showExtras")};m.prototype._firePageFlip=function(D,C)
{this.fireEvent("pageFlip",D,C)};m.prototype.currentPageNum=function(){return
this._expectedFirstPageNum};m.prototype.setupTestElements=function()
{this._fontLoader.setupTestElements()};m.prototype.pageCount=function()
{if(this.hasOwnProperty("_pageCount")){return this._pageCount}var C=0;for(var D in
this.pages){C++}this._pageCount=C;return
this._pageCount};m.prototype.setupPaidDocument=function(E,D)
{this.allowedPages=E;this.originalPageCount=D;this._allowedPagesHash=new
Array();this._maximumAllowedPage=this.allowedPages.max();this._minimumAllowedPage=t
his.allowedPages.min();this._isPaidDocument=true;this._pageMissingElements=new
Array();for(var C=0;C<E.length;C++)
{this._allowedPagesHash[E[C]]=true;if((C>0&&E[C]>E[C-1]+1)||(C==0&&E[C]!=1))
{this._pageMissingElements.push("page_missing_explanation_"+E[C].toString())}}if(th
is._maximumAllowedPage!=this.originalPageCount)
{this._pageMissingElements.push("page_missing_explanation_"+
(this.originalPageCount+1).toString())}};m.prototype.maximumPageNumber=function()
{if(this.allowedPages){return this.originalPageCount}else{return
this.pageCount()}};m.prototype.getClosestPageNumber=function(D,E)
{if(this.allowedPages){if(this._allowedPagesHash[D]){return
D}else{if(D>=this._maximumAllowedPage){return
this._maximumAllowedPage}else{if(D<=this._minimumAllowedPage){return
this._minimumAllowedPage}}for(var C=1;C<=this.originalPageCount;C++)
{if(E<=0&&this._allowedPagesHash[D-C]==true){return D-
C}else{if(E>=0&&D+C<this.originalPageCount&&this._allowedPagesHash[D+C]==true)
{return D+C}}}}}else{return
D}};m.prototype.setPageMissingModulesVisible=function(D){if(!this._isPaidDocument)
{return}for(var C=0;C<this._pageMissingElements.length;C++){if(D){$
(this._pageMissingElements[C]).show()}else{$
(this._pageMissingElements[C]).hide()}}};m.prototype.getNextAvailablePage=function(
C){return
getClosestPageNumber(C,1)};m.prototype.getPreviousAvailablePage=function(C){return
getClosestPageNumber(C,-1)};m.prototype.flushFontQueue=function()
{this._fontLoader.flushFontQueue()};m.prototype.visiblePagesChanged=function(){var
F=[];for(var E in this.pages){if(this.pages.hasOwnProperty(E)){var
D=this.pages[E];if(D.isVisible){F.push(D)}}}F.sort(function(H,G)
{if(H.pageNum<G.pageNum){return -1}else{return 1}});this.visiblePages=F;var
C=this.firstVisiblePage;this.firstVisiblePage=F.length>0?
F[0]:null;this.lastVisiblePage=F.length>0?F[F.length-1]:null;if(!this._isScrolling)
{this._loadAdjacentFonts();this._loadAdjacentPages()}if((this.firstVisiblePage!
==C&&(!this.firstVisiblePage||!C))||this.firstVisiblePage.pageNum!=C.pageNum){if(!
this._isScrolling&&this.firstVisiblePage)
{this._updateExpectedFirstPage(this.firstVisiblePage.pageNum)}}};m.prototype._updat
eExpectedFirstPage=function(C)
{this._expectedFirstPageNum=C;this.fireEvent("expectedFirstPageChanged",this._expec
tedFirstPageNum)};m.prototype._loadAdjacentFonts=function()
{if(this.firstVisiblePage&&this.lastVisiblePage){var G=[];var
C=this.firstVisiblePage.pageNum-adjacentFontLoadPages;var
E=this.lastVisiblePage.pageNum+adjacentFontLoadPages;for(var D=C;D<=E;D++){var
F=this.pages[D];if(F){F.loadFonts()}}}};m.prototype._loadAdjacentPages=function()
{if(this.firstVisiblePage&&this.lastVisiblePage){var G=[];var
C=this.firstVisiblePage.pageNum-adjacentLoadPages;var
E=this.lastVisiblePage.pageNum+adjacentLoadPages;for(var D=C;D<=E;D++){var
F=this.pages[D];if(F&&!F.loadHasStarted){F.load();if(this.mobile)
{F.setWidth(this._pageWidths)}}}if(this.mobile)
{this._removeUnusedPages()}}};m.prototype._removeUnusedPages=function(){var
D=this.firstVisiblePage.pageNum-adjacentLoadPages;var
F=this.lastVisiblePage.pageNum+adjacentLoadPages;var C=this.pages;var
E=adjacentLoadPages+1;while(C[E]){if(E<D||E>F){C[E].remove()}E+
+}};m.prototype._updatePageBoundingRects=function(){for(var C in this.pages)
{if(this.pages.hasOwnProperty(C))
{this.pages[C]._updateBoundingRect()}}};m.prototype.addPage=function(D)
{if(D.pageNum===undefined){throw"must have pageNum param"}D.docManager=this;var
C=new n(D);this.pages[D.pageNum]=C;if(this._pageWidths)
{C.setWidth(this._pageWidths)}if(this.currentFontGroup.isFull())
{this.currentFontGroup=this.currentFontGroup.newNextGroup()}C.setLoadFontGroup(this
.currentFontGroup);return C};m.prototype.setIsScrolling=function(C)
{this._isScrolling=C};m.prototype.setViewManager=function(C)
{if(this._currentViewManager){this._currentViewManager.unregister()}var
D=this._currentViewManager;this._currentViewManager=this.viewManagers[C];this._curr
entViewManager.register(this,this.viewportManager);this.fireEvent("viewmodeChanged"
,this._currentViewManager.name(),D?
D.name():null)};m.prototype.subImageSrc=function(E){var D,C=0;for(D=0;D<E.length;D+
+){C+=E.charCodeAt(D)}var F=this._imageDomainSubstitutionList[C
%this._imageDomainSubstitutionList.length];return
E.replace(this._imageDomainSubstitutionFrom,F)};m.prototype.allPagesAdded=function(
){if(this._allPagesAddedCalled){throw"can only call allPagesAdded
once"}this.viewportManager.enable();this._updatePageBoundingRects();this.setViewMan
ager(this.defaultViewMode);this.fireEvent("allPagesAdded")};m.prototype.setPageWidt
hs=function(C){this._pageWidths=C;for(var D in this.pages)
{if(this.pages.hasOwnProperty(D))
{this.pages[D].setWidth(this._pageWidths)}}this._updatePageBoundingRects()};m.proto
ty
pe.setNumFonts=function(C)
{this._fontLoader.setNumFonts(C)};m.prototype.initStyles=function()
{this._fontLoader.initStyles()};m.prototype.gotoPage=function(C,D){if(!D)
{D={}}if(D.pretty==undefined){D.pretty=true}var F=D.direction||0;var
E=this.pages[C];if(E==undefined&&this._isPaidDocument)
{C=this.getClosestPageNumber(C,F);E=this.pages[C]}if(this.pages[C])
{this._updateExpectedFirstPage(C);this._currentViewManager.gotoPage(this._expectedF
irstPageNum,D);if(this.mobile)
{this.pages[C].setWidth(this._pageWidths)}}};m.prototype.gotoPreviousPage=function(
){if(this._currentViewManager.isTopPageInView())
{this.gotoPage(this._expectedFirstPageNum-1,{direction:-
1})}else{this.gotoPage(this._expectedFirstPageNum,{direction:-
1})}};m.prototype.gotoNextPage=function()
{this.gotoPage(this._expectedFirstPageNum+1,
{direction:1})};m.prototype.enterFullscreen=function()
{this._currentViewManager.enterFullscreen()};m.prototype.exitFullscreen=function()
{this._currentViewManager.exitFullscreen()};m.prototype._fireEnteredFullscreen=func
tion()
{this.fireEvent("enteredFullscreen")};m.prototype._fireExitedFullscreen=function()
{this.fireEvent("exitedFullscreen")};m.prototype.viewMode=function()
{if(this._currentViewManager){return this._currentViewManager.name()}return
null};m.prototype.zoom=function(C)
{this._currentViewManager.zoom(C)};m.prototype.resetZoom=function()
{this._currentViewManager.resetZoom()};m.prototype.setImageDomainSubstitution=funct
ion(C,D)
{this._imageDomainSubstitutionFrom=C;this._imageDomainSubstitutionList=D};m.prototy
pe.disableViewManagerResizeWidth=function(){v.prototype._checkBodyWidth=function()
{}};return m})();

Potrebbero piacerti anche