/* Floatbox v3.52.2 */
Floatbox.prototype.setSize_module=function(G){var N=this,F=false,J=[[],[]],A={},E,I=arguments.length;if(G==="wh"){A.top=1;A.height=1}else{if(G==="hw"){A.left=1;A.width=1}}while(I--){if(typeof arguments[I]==="object"&&arguments[I].id){var H=arguments[I],E=N[H.id],O=E.tagName;if(!N.pos[H.id]){N.pos[H.id]={}}for(var B in H){if(H.hasOwnProperty(B)&&B!=="id"){var K=E,D=H[B],M=0;if((O!=="img"&&O!=="iframe")||(B!=="width"&&B!=="height")){K=E.style;M="px"}var L=A[B]||0,C=N.pos[H.id][B];if(typeof C!=="number"||E.style.display||E.style.visibility){C=D}J[L].push({target:K,prop:B,start:C,finish:D,px:M});if(/width|height/i.test(B)){if(H.id==="fbMainDiv"){J[L].push({target:N.fbContent,prop:B,start:C,finish:D,px:0})}else{if(H.id==="fbZoomDiv"){J[L].push({target:N.fbZoomImg,prop:B,start:C,finish:D,px:0})}}}N.pos[H.id][B]=D}}}else{if(typeof arguments[I]==="function"){F=arguments[I]}}}N.resizeGroup(J[0],function(){N.resizeGroup(J[1],F)})};Floatbox.prototype.resizeGroup=function(A,G){var C=this,B=A.length;if(!B){return G?G():null}C.clearTimeout("resize");var F=0;while(B--){F=Math.max(F,Math.abs(A[B].finish-A[B].start))}var E=C.resizeDuration*(C.liveResize?0.65:1);var D=F&&E?Math.pow(Math.max(1,2.2-E/10),(Math.log(F)))/F:1;B=A.length;while(B--){A[B].diff=A[B].finish-A[B].start}C.stepResize(0,D,A,G)};Floatbox.prototype.stepResize=function(G,F,D,H){var I=this;if(G>1){G=1}var C=D.length;while(C--){var E=D[C].target,A=D[C].prop,B=Math.round(D[C].start+D[C].diff*G);if(!E){G=1;break}E[A]=B+D[C].px}if(G>=1){delete I.timeouts.resize;if(H){H()}}else{I.timeouts.resize=setTimeout(function(){I.stepResize(G+F,F,D,H)},20)}};

