/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2003 Veronika Elsner, Guenther Flake GbR; Hamburg. All Rights
 * Reserved.
 * 
 * Trademark:
 * EF TV Nord Cond is a Trademark or Registered Trademark of Elsner, Flake GbR or
 * their Licensors.
 * 
 * Vendor URL:
 * www.elsner-flake.com
 */
Cufon.registerFont({"w":162,"face":{"font-family":"TVNordEFOP","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-24 -279 341 81","underline-thickness":"24.12","underline-position":"0","stemh":"31","stemv":"38","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":72},"\u00a0":{"w":72},"!":{"d":"70,-240r-4,167r-32,0r-4,-167r40,0xm71,0r-41,0r0,-46r41,0r0,46","w":86},"\"":{"d":"113,-263r-2,89r-29,0r-2,-89r33,0xm58,-263r-2,89r-29,0r-2,-89r33,0","w":138,"k":{"4":19,"2":-5}},"#":{"d":"179,-171r-1,28r-34,0r-5,44r30,0r0,28r-34,0r-9,71r-28,0r9,-71r-38,0r-10,71r-28,0r10,-71r-31,0r0,-28r34,0r6,-44r-30,0r0,-28r34,0r9,-69r28,0r-9,69r38,0r9,-69r28,0r-9,69r31,0xm116,-143r-38,0r-6,44r39,0","w":189,"k":{"7":5}},"$":{"d":"111,-125v48,26,56,131,-22,129r1,28r-21,0r1,-28v-45,-2,-62,-30,-59,-79r42,0v0,24,-1,47,28,48v42,-1,25,-56,2,-68v-26,-24,-66,-46,-67,-91v0,-35,23,-54,56,-58r-1,-26r21,0r-1,26v42,2,57,30,55,72v-12,-2,-32,4,-40,-2v0,-19,-1,-40,-25,-40v-39,0,-21,51,0,62","k":{"7":8,"1":5}},"%":{"d":"243,-105v-2,49,14,109,-43,109v-53,0,-40,-61,-40,-109v0,-25,14,-39,41,-39v31,0,42,15,42,39xm203,-244r-121,248r-25,0r120,-248r26,0xm99,-205v0,49,14,109,-42,109v-54,0,-39,-61,-41,-110v0,-25,15,-38,42,-38v31,0,41,15,41,39xm215,-33r0,-72v0,-11,-5,-17,-14,-17v-27,0,-14,59,-14,87v0,10,5,17,14,17v9,0,14,-6,14,-15xm72,-133r0,-72v0,-11,-5,-17,-14,-17v-9,0,-14,6,-14,16r0,71v0,10,5,17,14,17v9,0,14,-6,14,-15","w":258},"&":{"d":"180,0r-45,0r-12,-19v-33,41,-115,26,-115,-36v0,-34,20,-60,47,-79v-35,-33,-35,-110,32,-110v31,0,57,15,57,49v0,29,-22,51,-43,68r29,49v8,-12,16,-25,20,-39r29,14v-8,19,-19,37,-32,54v11,16,23,32,33,49xm108,-194v0,-14,-7,-21,-21,-21v-34,2,-16,45,-4,61v10,-9,25,-26,25,-40xm107,-45r-35,-59v-25,17,-35,74,6,76v12,0,22,-8,29,-17","w":186},"(":{"d":"85,12r-35,0v-49,-80,-50,-183,0,-263r35,0v-43,81,-43,182,0,263","w":93,"k":{"4":8}},")":{"d":"43,-251v50,80,50,183,0,263r-35,0v43,-82,44,-182,0,-263r35,0","w":93},"*":{"d":"139,-211r-36,12r22,30r-22,16r-22,-31r-23,31r-22,-16r23,-31r-36,-11r9,-26r36,11r0,-37r27,0r0,38r35,-12","w":138},"+":{"d":"168,-76r-59,0r0,61r-38,0r0,-61r-59,0r0,-36r59,0r0,-62r38,0r0,62r59,0r0,36","w":180,"k":{"7":16,"4":-11,"1":24}},",":{"d":"57,-3r-29,55r-17,0r19,-52r-15,0r0,-46r42,0r0,43","w":72,"k":{"8":-8,"7":8,"5":-3,"4":22,"1":4}},"-":{"d":"83,-80r-83,0r0,-39r83,0r0,39","w":82,"k":{"8":-5,"7":22,"4":-11,"1":16}},"\u00ad":{"d":"83,-80r-83,0r0,-39r83,0r0,39","w":82},".":{"d":"57,0r-42,0r0,-46r42,0r0,46","w":72,"k":{"8":-3,"7":8,"5":-8,"4":19,"1":5}},"\/":{"d":"91,-251r-50,263r-34,0r50,-263r34,0","w":98,"k":{"9":-5,"8":-8,"4":11}},"0":{"d":"148,-175v0,79,22,179,-67,179v-89,0,-67,-101,-67,-180v0,-43,23,-69,67,-69v46,0,67,25,67,70xm108,-59r0,-118v0,-18,-7,-32,-27,-32v-19,0,-26,12,-26,30r0,117v0,18,7,30,26,30v16,0,27,-11,27,-27","k":{"7":10,"4":-3,"1":5}},"1":{"d":"145,0r-122,0r0,-35r40,0r0,-163r-31,16r-15,-33r49,-25r38,0r0,205r41,0r0,35","k":{"'":24,"~":16,"\\":14,"=":14,"9":5,"8":5,"7":14,"6":8,"5":8,"4":19,"3":10,"2":1,"1":5,"0":2,".":1,",":1,"+":16,"*":19,"%":8,"\"":27}},"2":{"d":"147,0r-132,0v-13,-89,88,-119,90,-179v0,-17,-3,-29,-23,-29v-28,1,-25,22,-25,45r-40,0v-4,-52,18,-83,65,-82v40,0,62,25,62,68v0,63,-75,90,-85,142r88,0r0,35","k":{"7":3,"4":13,"1":4,"+":14}},"3":{"d":"113,-127v37,7,35,33,35,67v0,44,-24,64,-67,64v-50,1,-70,-26,-67,-79r41,0v0,23,-2,43,26,43v26,0,26,-21,26,-42v0,-37,-18,-36,-48,-36r0,-31v30,4,46,-6,46,-44v0,-16,-7,-24,-24,-24v-24,0,-24,20,-24,38r-41,0v-3,-51,20,-73,67,-73v44,0,62,27,62,78v0,22,-10,35,-32,39","k":{"7":8,"4":-3,"1":5}},"4":{"d":"153,-59r-27,0r0,59r-41,0r0,-59r-76,0r0,-32r67,-149r50,0r0,146r27,0r0,35xm90,-203v-11,40,-30,74,-45,110r43,0","k":{"~":-8,"}":-5,"]":-8,"=":-5,"7":10,"4":-6,"1":12,".":-8,"-":-8,",":-11,"+":-8,")":-8}},"5":{"d":"147,-104v0,64,1,108,-68,108v-47,0,-68,-27,-64,-77r41,0v0,21,-1,41,25,41v35,0,21,-38,25,-68v4,-33,-42,-37,-51,-11r-34,0r6,-129r112,0r0,35r-78,0r-3,55v36,-32,89,-5,89,46","k":{"7":7,"4":-3,"1":5,"-":-5}},"6":{"d":"146,-97v0,61,-7,101,-66,101v-40,0,-64,-20,-64,-61r0,-126v0,-44,24,-61,66,-61v46,0,67,25,64,73r-41,0v0,-20,0,-36,-24,-37v-37,-2,-20,44,-24,74v32,-28,89,-12,89,37xm81,-32v28,0,24,-27,24,-53v0,-29,-32,-34,-48,-18v2,30,-10,71,24,71","k":{"7":5,"4":-2,"1":5}},"7":{"d":"148,-210v-40,70,-62,128,-66,210r-42,0v5,-73,29,-142,68,-204r-94,0r0,-36r134,0r0,30","k":{"~":24,"=":19,":":12,"9":11,"8":3,"6":5,"5":5,"4":22,"3":5,"1":1,"0":5,"\/":16,".":41,"-":22,",":41,"+":24}},"8":{"d":"147,-82v0,56,-17,86,-66,86v-51,0,-66,-30,-66,-86v0,-21,9,-37,30,-43v-27,-9,-27,-33,-27,-68v0,-36,31,-51,63,-51v44,0,64,26,64,80v0,20,-12,32,-30,39v22,5,32,21,32,43xm81,-141v26,1,23,-24,23,-49v0,-15,-8,-22,-23,-22v-25,0,-22,23,-22,47v0,15,7,24,22,24xm81,-28v27,0,25,-25,25,-51v0,-17,-7,-28,-25,-28v-26,-1,-26,23,-25,49v0,17,6,30,25,30","k":{"7":6,"4":-3,"1":5,"\/":-5,"-":-5}},"9":{"d":"146,-57v0,44,-24,61,-66,61v-46,0,-67,-25,-64,-73r41,0v0,20,0,36,24,37v38,2,20,-44,24,-74v-32,28,-89,12,-89,-37v0,-61,7,-101,66,-101v40,0,64,20,64,61r0,126xm105,-138v-2,-30,10,-70,-24,-70v-28,0,-24,27,-24,53v0,30,33,34,48,17","k":{"7":10,"4":-2,"1":5}},":":{"d":"64,-133r-41,0r0,-46r41,0r0,46xm64,0r-41,0r0,-46r41,0r0,46","w":72},";":{"d":"63,-133r-41,0r0,-46r41,0r0,46xm63,-3r-29,55r-17,0r19,-52r-14,0r0,-46r41,0r0,43","w":72},"<":{"d":"168,-9r-156,-69r0,-33r156,-69r0,39r-118,47r118,47r0,38","w":180},"=":{"d":"168,-110r-156,0r0,-36r156,0r0,36xm168,-43r-156,0r0,-36r156,0r0,36","w":180,"k":{"7":14,"4":-8,"1":16}},">":{"d":"168,-78r-156,69r0,-38r118,-47r-118,-47r0,-39r156,69r0,33","w":180},"?":{"d":"136,-194v0,63,-55,66,-48,131r-40,0v-8,-67,51,-86,48,-130v0,-10,-6,-19,-20,-19v-21,1,-23,15,-22,35r-39,0v-4,-46,18,-67,63,-67v33,0,58,13,58,50xm87,0r-41,0r0,-46r41,0r0,46","w":145},"@":{"d":"261,-3v-20,1,-42,-7,-48,-25v-10,17,-35,26,-54,26v-38,0,-55,-30,-55,-65v0,-61,61,-137,119,-94r2,-12r31,0r-18,120v0,16,8,24,24,24v37,0,50,-41,50,-72v0,-71,-46,-111,-115,-111v-77,0,-135,55,-135,133v0,111,99,148,199,114r6,29v-121,35,-236,-14,-236,-143v0,-94,74,-161,166,-161v85,0,144,51,144,138v0,51,-22,99,-80,99xm217,-138v-43,-34,-80,27,-80,71v0,18,5,37,27,37v17,0,29,-11,39,-24","w":373},"A":{"d":"159,0r-44,0r-11,-60r-49,0r-11,60r-42,0r49,-240r57,0xm100,-94v0,0,-16,-76,-21,-115v-6,39,-20,115,-20,115r41,0","w":160,"k":{"y":8,"v":5,"u":-3,"t":5,"s":-6,"p":-5,"g":-9,"f":2,"d":-3,"c":-3,"b":-5,"a":-4,"Y":12,"V":9,"T":7,"S":-3,"G":-1,"C":-1,".":-6,"-":-6,",":-6}},"B":{"d":"154,-71v0,74,-64,74,-137,71r0,-240v65,-1,132,-8,131,60v0,25,-14,47,-39,53v26,4,45,30,45,56xm107,-175v0,-27,-19,-33,-47,-31r0,65v29,2,47,-7,47,-34xm111,-69v0,-31,-17,-43,-51,-40r0,74v30,2,51,-5,51,-34","w":169,"k":{"u":-1,"t":-2,"s":-5,"o":-1,"e":-1,"d":-1,"b":-1,"a":-3,"Z":-5,"Y":1,"W":-1,"T":-5,"S":-2,"O":-1,"G":-1,"A":-3,".":-1,",":-1}},"C":{"d":"154,-85v4,58,-15,89,-72,89v-86,0,-67,-98,-67,-177v0,-46,25,-71,69,-71v52,0,73,32,68,86r-42,0v1,-27,0,-49,-26,-49v-20,0,-26,10,-26,30r0,110v0,23,4,33,26,33v27,0,26,-22,26,-51r44,0","w":164,"k":{"z":-1,"y":5,"t":-4,"o":2,"l":1,"k":-1,"h":1,"e":2,"c":-2,"a":-3,"T":-4,"O":-2,"C":-2,"A":-4}},"D":{"d":"156,-87v4,90,-57,90,-139,87r0,-240v80,-5,146,4,139,84r0,69xm59,-35v82,12,49,-70,55,-127v4,-34,-17,-48,-55,-44r0,171","w":171,"k":{"y":-3,"Y":4,"W":-1,"U":1,"T":-3,"R":1,"P":1,"N":1,"M":1,"L":1,"K":1,"I":1,"H":1,"F":1,"E":1,"D":1,"B":1,",":3}},"E":{"d":"130,0r-113,0r0,-240r110,0r0,34r-67,0r0,65r60,0r0,34r-60,0r0,72r70,0r0,35","w":136,"k":{"u":-4,"s":-8,"q":-4,"p":-3,"o":-3,"j":-4,"i":-3,"g":-7,"e":-3,"d":-4,"c":-4,"b":-3,"a":-6,"Z":-9,"X":-11,"W":-9,"V":-9,"U":-2,"T":-10,"S":-4,"Q":-2,"O":-3,"G":-3,"C":-3,"A":-11,".":-4}},"F":{"d":"127,-206r-67,0r0,65r58,0r0,34r-58,0r0,107r-43,0r0,-240r110,0r0,34","w":132,"k":{"w":-1,"u":1,"t":1,"s":-1,"r":1,"l":-3,"i":-3,"a":2,"Z":-6,"W":-11,"T":-12,"S":-2,"A":4,".":6,",":6}},"G":{"d":"156,0r-35,0r-3,-16v-40,40,-107,22,-103,-55v4,-82,-16,-173,74,-173v48,0,70,28,67,79r-42,0v2,-27,-9,-42,-27,-42v-51,0,-24,90,-30,136v-6,48,37,45,58,24r0,-41r-27,0r0,-34r68,0r0,122","w":168,"k":{"v":-6,"u":-1,"t":-5,"r":-4,"o":-1,"l":-2,"k":-2,"i":-2,"e":-1,"a":-3,"V":-2,"T":-5,"S":-2,"A":-8,",":-1}},"H":{"d":"156,0r-42,0r0,-109r-54,0r0,109r-43,0r0,-240r43,0r0,97r54,0r0,-97r42,0r0,240","w":173,"k":{"y":-2,"u":-1,"i":-1,"g":-1,"Z":-3,"Q":1,"O":1,"I":-1,"G":1}},"I":{"d":"60,0r-43,0r0,-240r43,0r0,240","w":77,"k":{"w":-3,"v":-4,"s":-2,"q":-1,"l":-1,"g":-1,"d":-1,"c":-1,"Z":-3,"X":-5,"W":-5,"V":-5,"T":-6,"R":-1,"Q":1,"P":-1,"O":1,"N":-1,"M":-1,"L":-1,"K":-1,"I":-1,"H":-1,"G":1,"F":-1,"E":-1,"D":-1,"C":1,"B":-1,".":1}},"J":{"d":"82,-50v0,44,-36,57,-81,53r0,-39v21,2,39,2,39,-23r0,-181r42,0r0,190","w":99,"k":{"u":-1,"O":1,"A":-1}},"K":{"d":"176,0r-48,0r-48,-114r-20,30r0,84r-43,0r0,-240r43,0r0,95r59,-95r50,0r-58,92","w":173,"k":{"y":19,"w":3,"u":-3,"t":6,"s":-5,"o":-1,"n":-7,"m":-7,"l":-7,"i":-7,"g":-10,"d":-3,"a":-4,"Z":-13,"Y":-11,"W":-11,"U":-2,"T":-12,"S":-1,"I":-7,"G":-1,".":-8,",":-8}},"L":{"d":"127,0r-110,0r0,-240r43,0r0,205r67,0r0,35","w":126,"k":{"z":-8,"y":9,"w":1,"v":4,"u":-6,"t":1,"s":-10,"o":-6,"i":-6,"g":-10,"e":-6,"d":-7,"c":-7,"a":-8,"Z":-12,"Y":15,"W":4,"V":5,"U":-4,"T":15,"S":-7,"O":-5,"G":-6,"C":-6,".":-7,",":-7}},"M":{"d":"217,0r-39,0r1,-193v-14,64,-31,128,-47,191r-29,0r-47,-191r0,193r-39,0r0,-240r63,0v14,57,29,114,38,172v9,-60,26,-115,38,-172r61,0r0,240","w":234,"k":{"u":-1,"s":-2,"i":-1,"O":1,"I":-1,"G":1,",":1}},"N":{"d":"166,0r-55,0r-55,-175v4,58,1,115,2,175r-41,0r0,-240r56,0r55,177v-4,-58,-1,-116,-2,-177r40,0r0,240","w":183,"k":{"u":-1,"j":-1,"i":-1,"g":-1,"d":-1,"c":-1,"Q":1,"O":1,"J":-5,"I":-1,"G":1,"C":1,"A":-5,".":1,",":1}},"O":{"d":"156,-70v0,47,-26,74,-71,74v-84,0,-70,-92,-70,-172v0,-51,26,-76,71,-76v44,0,70,26,70,76r0,98xm113,-67r0,-103v0,-25,-8,-37,-27,-37v-49,2,-29,92,-29,140v0,22,10,33,28,33v19,0,28,-11,28,-33","w":170,"k":{"z":2,"w":-3,"u":-2,"t":-4,"s":-3,"r":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-1,"i":-2,"h":-2,"f":-4,"b":-2,"Z":-2,"Y":5,"U":1,"T":-2,"S":-1,"R":1,"P":1,"N":1,"M":1,"L":1,"K":1,"J":-5,"I":1,"H":1,"F":1,"E":1,"D":1,"B":1,".":1,",":1}},"P":{"d":"154,-170v-2,55,-36,80,-94,75r0,95r-43,0r0,-240v72,-3,139,-2,137,70xm111,-168v0,-30,-18,-41,-51,-38r0,77v32,2,51,-8,51,-39","w":157,"k":{"u":-6,"t":-10,"o":-3,"l":-5,"i":-5,"e":-3,"a":-3,"U":-5,"T":-10,"S":-6,"R":-5,"P":-5,"O":-6,"L":-5,"I":-5,"H":-5,"F":-5,"E":-5,"A":3,"-":-10}},"Q":{"d":"168,-2r-18,31v-18,-8,-27,-16,-39,-30v-51,17,-96,-11,-96,-70v0,-80,-13,-173,71,-173v47,0,70,25,70,78v0,53,12,113,-16,145v9,9,16,14,28,19xm85,-34v49,-2,28,-88,28,-133v0,-28,-8,-40,-27,-40v-48,1,-29,92,-29,139v0,23,10,34,28,34","w":169,"k":{"u":-3,"U":1}},"R":{"d":"166,0r-44,0r-41,-103r-21,0r0,103r-43,0r0,-240v69,-1,139,-7,138,65v0,27,-9,53,-36,63xm112,-171v1,-30,-21,-37,-52,-35r0,71v31,2,52,-6,52,-36","w":165,"k":{"u":-2,"i":-6,"d":-2,"c":-1,"a":-3,"W":-4,"V":-3,"U":-1,"T":-6,"S":-1,"O":-2,"I":-6,"G":-2,"C":-2,".":-7,",":-7}},"S":{"d":"152,-56v0,39,-21,60,-72,60v-44,0,-71,-27,-67,-79r42,0v-2,27,6,44,28,44v17,0,26,-8,26,-23v0,-45,-94,-64,-94,-132v0,-39,24,-58,69,-58v43,0,66,25,64,72r-42,0v0,-19,2,-37,-25,-38v-18,0,-24,10,-24,21v0,39,95,65,95,133","k":{"y":-3,"w":-4,"t":-4,"p":-1,"o":-2,"e":-2,"d":-2,"c":-2,"a":-3,"Y":3,"W":-1,"V":-1,"T":-4,"S":-3,"O":-1,"N":-1,"I":-1,"G":-2,"C":-2,"A":-4,".":-1,",":-1}},"T":{"d":"141,-206r-49,0r0,206r-43,0r0,-206r-49,0r0,-34r141,0r0,34","w":141,"k":{"z":3,"y":31,"w":22,"v":19,"u":21,"s":19,"r":16,"o":26,"m":23,"l":-6,"j":-1,"i":5,"h":5,"g":11,"e":33,"b":2,"a":27,"Z":-9,"Y":-13,"W":-13,"V":-13,"T":-14,"S":-4,"Q":-3,"O":-2,"I":-6,"G":-3,"A":7,".":9,"-":-6,",":9}},"U":{"d":"156,-68v0,47,-25,72,-70,72v-45,0,-69,-26,-69,-72r0,-172r43,0r0,171v0,25,8,36,27,36v18,0,26,-12,26,-36r0,-171r43,0r0,172","w":173,"k":{"z":3,"w":-3,"t":-2,"s":-1,"r":-1,"p":-1,"n":-1,"m":-1,"l":-1,"k":-1,"i":-1,"g":1,"f":-3,"Z":-1,"O":1,"G":1,"C":1,".":2,",":2}},"V":{"d":"151,-240r-48,240r-55,0r-46,-240r42,0v11,64,22,127,32,191v10,-64,21,-127,32,-191r43,0","w":152,"k":{"u":4,"r":4,"o":10,"i":-1,"e":12,"a":16,"W":-13,"S":-1,"A":10,".":12,",":13}},"W":{"d":"242,-240r-41,240r-46,0r-26,-141v-4,-18,-6,-37,-7,-56v-5,71,-22,132,-33,197r-45,0r-42,-240r39,0r28,187r31,-187r44,0v11,61,27,121,32,187r27,-187r39,0","w":243,"k":{"y":8,"u":6,"r":4,"o":10,"i":-4,"e":9,"a":13,"O":-1,"A":7,".":10}},"X":{"d":"155,0r-43,0r-34,-98v-8,36,-23,65,-34,98r-42,0r52,-129r-48,-111r44,0v10,28,20,56,29,84v10,-28,19,-56,28,-84r42,0r-45,111","w":156,"k":{"y":18,"i":-1,"e":10,"a":3,"Z":-11,"T":-11,"I":-5,"A":-13}},"Y":{"d":"159,-240r-57,147r0,93r-43,0r0,-93r-57,-147r43,0v13,38,26,76,36,115v10,-39,23,-77,36,-115r42,0","w":160,"k":{"v":9,"u":22,"t":11,"s":21,"p":20,"o":30,"m":24,"l":7,"i":9,"g":30,"e":28,"b":5,"a":33,"S":3,"O":4}},"Z":{"d":"136,0r-131,0r0,-30r85,-176r-78,0r0,-34r124,0r0,30r-85,175r85,0r0,35","w":144,"k":{"y":5,"w":-2,"u":-2,"s":4,"o":2,"i":-2,"e":4,"a":1,"Z":-8,"W":-9,"U":-1,"T":-10,"S":-3,"O":-1,"G":-1,"A":-9,".":-3,",":-3}},"[":{"d":"93,12r-76,0r0,-263r76,0r0,34r-37,0r0,194r37,0r0,35","w":102,"k":{"4":5}},"\\":{"d":"91,12r-34,0r-50,-263r34,0","w":98,"k":{"7":8,"2":-14}},"]":{"d":"86,12r-77,0r0,-35r37,0r0,-194r-37,0r0,-34r77,0r0,263","w":102},"^":{"d":"169,-140r-41,0r-38,-79r-38,79r-41,0r53,-110r52,0","w":180},"_":{"d":"184,70r-188,0r0,-36r188,0r0,36","w":180},"a":{"d":"138,0r-36,0r-2,-15v-29,33,-90,17,-90,-38v0,-49,49,-59,88,-64v0,-22,2,-41,-21,-41v-21,0,-22,10,-22,28r-39,0v-2,-44,24,-60,63,-60v37,0,59,15,59,54r0,136xm98,-42r0,-47v-21,3,-48,8,-48,39v0,28,36,22,48,8","w":151,"k":{"y":2,"u":-1,"t":9,"s":-3,"p":-1,"l":-5,"g":-3,"d":-1,"c":-1,"b":-1,"a":-1,"Y":12,"V":3,"T":14,"R":-1,".":1,",":1}},"b":{"d":"143,-127v-1,56,10,134,-45,131v-15,0,-29,-7,-44,-20r-1,16r-38,0r0,-250r40,0r0,79v38,-39,90,-17,88,44xm82,-32v33,-3,18,-62,20,-95v3,-35,-29,-32,-47,-14r0,96v10,9,19,13,27,13","w":155,"k":{"u":-1,"t":-1,"s":-3,"r":-1,"p":-1,"n":-1,"m":-1,"l":-1,"k":-1,"i":1,"h":-1,"f":-1,"b":-1,"T":16,"H":-1}},"c":{"d":"135,-68v4,46,-18,72,-61,72v-39,0,-62,-22,-62,-60r0,-77v0,-34,25,-57,62,-57v41,1,63,25,59,68r-40,0v1,-20,-4,-34,-20,-33v-34,1,-20,62,-20,94v0,21,5,29,21,29v18,0,21,-14,20,-36r41,0","w":145,"k":{"t":-2,"T":16,"O":-1,"A":-4}},"d":{"d":"141,0r-39,0r-1,-15v-34,34,-90,22,-88,-36v1,-57,-12,-139,45,-139v17,0,25,4,42,19r0,-79r41,0r0,250xm100,-45r0,-96v-19,-18,-49,-21,-47,14v2,33,-13,92,20,95v9,0,17,-4,27,-13","w":155,"k":{"y":-2,"w":-3,"o":-1,"g":-3,"d":-1,",":1}},"e":{"d":"138,-59v1,40,-20,61,-63,63v-67,3,-62,-64,-62,-130v0,-44,21,-64,62,-64v67,-1,65,47,63,108r-85,0v0,24,-4,51,22,51v16,0,24,-7,23,-28r40,0xm98,-114v1,-23,0,-44,-23,-44v-22,0,-23,21,-22,44r45,0","w":150,"k":{"z":4,"y":7,"x":1,"v":1,"t":3,"s":-3,"j":1,"f":-1,"W":3,"V":4,"U":1,"T":17,"S":-1}},"f":{"d":"116,-255r-3,34v-28,-6,-48,-1,-43,35r35,0r0,31r-35,0r0,155r-40,0r0,-155r-26,0r0,-31r26,0v-5,-59,31,-79,86,-69","w":104,"k":{"z":-4,"w":-10,"s":-5,"r":-5,"o":-2,"h":-2,"g":-5,"e":-1,"d":-4,"a":-2,".":5,",":5}},"g":{"d":"156,19v0,39,-30,62,-80,62v-76,0,-101,-72,-42,-96v-29,-9,-21,-46,2,-56v-22,-8,-23,-35,-23,-65v0,-52,67,-66,104,-44v14,-14,21,-16,37,-16r0,28v-2,-2,-24,1,-22,3v15,47,9,113,-56,104v-21,-3,-22,-4,-25,8v2,12,40,18,55,23v44,13,50,29,50,49xm75,-91v24,1,24,-20,24,-44v0,-16,-9,-25,-24,-25v-23,-1,-26,22,-24,46v0,14,10,23,24,23xm117,26v0,-22,-44,-24,-64,-32v-26,14,-20,52,25,52v24,0,39,-4,39,-20","w":158,"k":{"v":-6,"o":4,"e":4,"a":1,",":-5}},"h":{"d":"141,0r-41,0r0,-133v-2,-29,-29,-21,-45,-6r0,139r-40,0r0,-250r40,0r0,76v36,-28,86,-22,86,34r0,140","w":155,"k":{"y":1,"u":-1,"t":-2,"q":-1,"g":-1,"d":-1,".":1,",":1}},"i":{"d":"55,-211r-40,0r0,-39r40,0r0,39xm55,0r-40,0r0,-186r40,0r0,186","w":70,"k":{"w":-3,"v":-4,"q":-1,"o":-1,"g":-1,"d":-1,"c":-1,".":1}},"j":{"d":"55,-211r-41,0r0,-39r41,0r0,39xm55,23v4,46,-34,64,-79,53r0,-36v24,10,44,-4,38,-30r0,-196r41,0r0,209","w":70,"k":{"u":-1}},"k":{"d":"158,0r-43,0r-37,-93r-23,29r0,64r-40,0r0,-250r40,0r0,133r48,-69r46,0r-43,61","w":157,"k":{"y":-4,"w":-6,"u":-1,"o":1,"g":-9,"e":1,"d":-1,"a":-2,".":-6,"-":-6,",":-6}},"l":{"d":"55,0r-40,0r0,-250r40,0r0,250","w":70,"k":{"y":1,"w":-3,"v":-4,"o":-1,"g":-1,"d":-1,"c":-1,".":1,",":1}},"m":{"d":"217,0r-41,0r0,-129v1,-30,-29,-27,-40,-7r0,136r-41,0r0,-131v1,-26,-27,-25,-40,-8r0,139r-40,0r0,-186r36,0r2,17v22,-27,65,-31,79,3v22,-38,85,-31,85,23r0,143","w":230,"k":{"w":-1,"u":-1,"p":-1,"o":-1,"g":-2,"a":-1,"E":-1,".":1,",":1}},"n":{"d":"139,0r-41,0r0,-132v0,-30,-29,-23,-43,-7r0,139r-40,0r0,-186r36,0r2,17v28,-35,86,-26,86,27r0,142","w":153,"k":{"w":-1,"v":-1,"u":-1,"t":-3,"q":-1,"p":-1,"o":-1,"g":-2,"d":-1,"c":-1,"a":-1,"T":11,".":1,",":1}},"o":{"d":"142,-129v0,68,5,133,-65,133v-68,0,-64,-65,-64,-133v0,-37,25,-61,64,-61v41,0,65,22,65,61xm77,-32v39,0,24,-61,24,-97v0,-15,-10,-26,-24,-26v-39,1,-24,62,-24,98v0,16,9,25,24,25","w":154,"k":{"z":1,"v":1,"u":3,"t":6,"s":-3,"r":-1,"p":-1,"n":-1,"m":-1,"l":-1,"k":-1,"i":3,"h":-1,"f":-1,"b":-1,"W":3,"V":4,"T":17,",":1}},"p":{"d":"143,-135v-2,57,12,139,-45,139v-17,0,-26,-5,-43,-20r0,93r-40,0r0,-263r38,0r1,15v34,-34,91,-23,89,36xm82,-33v34,0,21,-62,21,-95v0,-32,-29,-32,-48,-13r0,96v10,9,18,12,27,12","w":155,"k":{"y":2,"u":-1,"t":-2,"s":-3,"r":-1,"p":-1,"l":-1,"i":-1,"h":-1,"f":-2,"T":15}},"q":{"d":"141,77r-41,0r0,-92v-35,36,-89,21,-87,-40v2,-56,-11,-138,45,-135v15,0,28,6,43,19r1,-15r39,0r0,263xm100,-45r0,-96v-19,-19,-47,-19,-47,13v0,33,-14,95,20,96v9,0,17,-4,27,-13","w":155,"k":{"u":-1}},"r":{"d":"105,-144v-25,-1,-41,12,-50,35r0,109r-40,0r0,-186r39,0r0,29v14,-22,24,-30,51,-33r0,46","w":104,"k":{"z":-4,"x":-2,"w":-11,"v":-12,"u":-5,"t":-10,"s":-7,"r":-5,"o":-1,"n":-5,"m":-5,"l":-5,"k":-5,"i":-5,"h":-5,"g":-6,"f":-11,"e":-5,"d":-2,"c":-6,"b":-5,"a":5,"T":-6,"S":-6,"O":-6,"A":1,".":3,",":4}},"s":{"d":"134,-51v0,35,-22,55,-63,55v-43,0,-68,-21,-65,-60r41,0v-1,20,6,30,25,29v14,0,21,-6,21,-18v0,-36,-82,-33,-82,-97v0,-31,22,-48,61,-48v40,1,61,19,59,56r-40,0v1,-18,-5,-26,-22,-25v-13,0,-19,5,-19,17v0,32,84,33,84,91","w":140,"k":{"w":-1,"v":-1,"t":4,"s":-6,"p":-1,"o":-3,"g":-1,"e":-3,"d":-3,"c":-3,"b":-1,"a":-4,"Y":11,"W":1,"V":2,"T":14,".":-2,",":-2}},"t":{"d":"109,-1v-42,12,-79,-3,-79,-50r0,-104r-25,0r0,-31r25,0r0,-46r41,-7r0,53r37,0r0,31r-37,0r0,104v-2,22,20,23,38,19r0,31","w":114,"k":{"y":-1,"w":-8,"v":-8,"q":-3,"o":-2,"g":-7,"e":2,"d":-3,"a":1,"S":-3,".":-3,",":-3}},"u":{"d":"139,0r-37,0r-2,-16v-13,12,-27,20,-45,20v-32,0,-41,-24,-41,-52r0,-138r41,0r0,133v-2,27,33,20,43,5r0,-138r41,0r0,186","w":153,"k":{"w":-3,"v":-4,"t":-3,"s":-2,"p":-1,"g":-3,"d":-1,"c":-1,"b":-1,"T":5,".":1,",":1}},"v":{"d":"136,-186r-42,186r-49,0r-44,-186r42,0r25,145v8,-49,19,-97,28,-145r40,0","w":137,"k":{"w":-10,"s":-1,"o":1,"e":4,"a":1,"A":5,".":7,",":8}},"w":{"d":"63,-43r24,-143r40,0r22,143r21,-143r40,0r-35,186r-46,0r-23,-132v-4,47,-17,88,-25,132r-45,0r-33,-186r41,0","w":213,"k":{"o":1,"e":1,"a":1,"A":4,".":6}},"x":{"d":"143,0r-44,0v-10,-24,-19,-50,-28,-75v-7,25,-18,51,-27,75r-44,0r45,-96r-41,-90r42,0v9,23,17,46,25,69v6,-22,18,-48,27,-69r43,0r-42,91","w":142,"k":{"t":-9,"p":-4,"e":7,"d":-1,"a":-1}},"y":{"d":"77,-44r28,-142r41,0r-53,207v-9,48,-37,66,-88,56r0,-32v38,12,47,-20,52,-51r-52,-180r43,0v10,48,21,94,29,142","w":151,"k":{"p":3,"o":8,"l":2,"a":11}},"z":{"d":"127,0r-118,0r0,-27r68,-128r-62,0r0,-31r108,0r0,29r-67,125r71,0r0,32","w":136,"k":{"w":-3,"s":-3,"o":1,"g":-3,"e":1,"a":2,"W":-1,"U":3}},"{":{"d":"101,12v-42,3,-74,-3,-74,-44v0,-33,12,-75,-25,-76r0,-24v58,-3,-11,-125,68,-119r31,0r0,30v-65,-13,-4,97,-65,101v38,3,31,39,31,77v0,19,12,27,34,24r0,31","w":102,"k":{"4":8}},"|":{"d":"111,38r-42,0r0,-317r42,0r0,317","w":180},"}":{"d":"101,-108v-61,1,12,125,-68,120r-32,0r0,-31v68,14,4,-98,66,-102v-37,-4,-31,-38,-31,-76v0,-20,-13,-26,-35,-24r0,-30v42,-3,74,2,74,43v0,33,-11,75,26,76r0,24","w":102},"~":{"d":"172,-111v-10,22,-26,45,-53,45v-31,0,-72,-39,-90,1r-21,-12v12,-22,22,-46,51,-46v31,0,74,40,91,0","w":180,"k":{"7":16,"4":-11,"1":22}},"'":{"d":"58,-263r-2,89r-29,0r-2,-89r33,0","w":83,"k":{"4":16,"2":-8}},"`":{"d":"125,-203r-36,0r-34,-48r48,0","w":180}}});
/*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
* Licensed under the MIT License (LICENSE.txt).
*
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
* Thanks to: Seamus Leahy for adding deltaX and deltaY
*
* Version: 3.0.4
*
* Requires: 1.2.2+
*/

(function(d){function g(a){var b=a||window.event,i=[].slice.call(arguments,1),c=0,h=0,e=0;a=d.event.fix(b);a.type="mousewheel";if(a.wheelDelta)c=a.wheelDelta/120;if(a.detail)c=-a.detail/3;e=c;if(b.axis!==undefined&&b.axis===b.HORIZONTAL_AXIS){e=0;h=-1*c}if(b.wheelDeltaY!==undefined)e=b.wheelDeltaY/120;if(b.wheelDeltaX!==undefined)h=-1*b.wheelDeltaX/120;i.unshift(a,c,h,e);return d.event.handle.apply(this,i)}var f=["DOMMouseScroll","mousewheel"];d.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=
f.length;a;)this.addEventListener(f[--a],g,false);else this.onmousewheel=g},teardown:function(){if(this.removeEventListener)for(var a=f.length;a;)this.removeEventListener(f[--a],g,false);else this.onmousewheel=null}};d.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);/*
 * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
 *
 * Uses the built in easing capabilities added In jQuery 1.1
 * to offer multiple easing options
 *
 * TERMS OF USE - jQuery Easing
 * 
 * Open source under the BSD License. 
 * 
 * Copyright © 2008 George McGinley Smith
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without modification, 
 * are permitted provided that the following conditions are met:
 * 
 * Redistributions of source code must retain the above copyright notice, this list of 
 * conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list 
 * of conditions and the following disclaimer in the documentation and/or other materials 
 * provided with the distribution.
 * 
 * Neither the name of the author nor the names of contributors may be used to endorse 
 * or promote products derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE. 
 *
*/

// t: current time, b: begInnIng value, c: change In value, d: duration
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('h.i[\'1a\']=h.i[\'z\'];h.O(h.i,{y:\'D\',z:9(x,t,b,c,d){6 h.i[h.i.y](x,t,b,c,d)},17:9(x,t,b,c,d){6 c*(t/=d)*t+b},D:9(x,t,b,c,d){6-c*(t/=d)*(t-2)+b},13:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t+b;6-c/2*((--t)*(t-2)-1)+b},X:9(x,t,b,c,d){6 c*(t/=d)*t*t+b},U:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t+1)+b},R:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t+b;6 c/2*((t-=2)*t*t+2)+b},N:9(x,t,b,c,d){6 c*(t/=d)*t*t*t+b},M:9(x,t,b,c,d){6-c*((t=t/d-1)*t*t*t-1)+b},L:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t+b;6-c/2*((t-=2)*t*t*t-2)+b},K:9(x,t,b,c,d){6 c*(t/=d)*t*t*t*t+b},J:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t*t*t+1)+b},I:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t*t+b;6 c/2*((t-=2)*t*t*t*t+2)+b},G:9(x,t,b,c,d){6-c*8.C(t/d*(8.g/2))+c+b},15:9(x,t,b,c,d){6 c*8.n(t/d*(8.g/2))+b},12:9(x,t,b,c,d){6-c/2*(8.C(8.g*t/d)-1)+b},Z:9(x,t,b,c,d){6(t==0)?b:c*8.j(2,10*(t/d-1))+b},Y:9(x,t,b,c,d){6(t==d)?b+c:c*(-8.j(2,-10*t/d)+1)+b},W:9(x,t,b,c,d){e(t==0)6 b;e(t==d)6 b+c;e((t/=d/2)<1)6 c/2*8.j(2,10*(t-1))+b;6 c/2*(-8.j(2,-10*--t)+2)+b},V:9(x,t,b,c,d){6-c*(8.o(1-(t/=d)*t)-1)+b},S:9(x,t,b,c,d){6 c*8.o(1-(t=t/d-1)*t)+b},Q:9(x,t,b,c,d){e((t/=d/2)<1)6-c/2*(8.o(1-t*t)-1)+b;6 c/2*(8.o(1-(t-=2)*t)+1)+b},P:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6-(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b},H:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6 a*8.j(2,-10*t)*8.n((t*d-s)*(2*8.g)/p)+c+b},T:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d/2)==2)6 b+c;e(!p)p=d*(.3*1.5);e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);e(t<1)6-.5*(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b;6 a*8.j(2,-10*(t-=1))*8.n((t*d-s)*(2*8.g)/p)*.5+c+b},F:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*(t/=d)*t*((s+1)*t-s)+b},E:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},16:9(x,t,b,c,d,s){e(s==u)s=1.l;e((t/=d/2)<1)6 c/2*(t*t*(((s*=(1.B))+1)*t-s))+b;6 c/2*((t-=2)*t*(((s*=(1.B))+1)*t+s)+2)+b},A:9(x,t,b,c,d){6 c-h.i.v(x,d-t,0,c,d)+b},v:9(x,t,b,c,d){e((t/=d)<(1/2.k)){6 c*(7.q*t*t)+b}m e(t<(2/2.k)){6 c*(7.q*(t-=(1.5/2.k))*t+.k)+b}m e(t<(2.5/2.k)){6 c*(7.q*(t-=(2.14/2.k))*t+.11)+b}m{6 c*(7.q*(t-=(2.18/2.k))*t+.19)+b}},1b:9(x,t,b,c,d){e(t<d/2)6 h.i.A(x,t*2,0,c,d)*.5+b;6 h.i.v(x,t*2-d,0,c,d)*.5+c*.5+b}});',62,74,'||||||return||Math|function|||||if|var|PI|jQuery|easing|pow|75|70158|else|sin|sqrt||5625|asin|||undefined|easeOutBounce|abs||def|swing|easeInBounce|525|cos|easeOutQuad|easeOutBack|easeInBack|easeInSine|easeOutElastic|easeInOutQuint|easeOutQuint|easeInQuint|easeInOutQuart|easeOutQuart|easeInQuart|extend|easeInElastic|easeInOutCirc|easeInOutCubic|easeOutCirc|easeInOutElastic|easeOutCubic|easeInCirc|easeInOutExpo|easeInCubic|easeOutExpo|easeInExpo||9375|easeInOutSine|easeInOutQuad|25|easeOutSine|easeInOutBack|easeInQuad|625|984375|jswing|easeInOutBounce'.split('|'),0,{}))

/*
 *
 * TERMS OF USE - EASING EQUATIONS
 * 
 * Open source under the BSD License. 
 * 
 * Copyright © 2001 Robert Penner
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without modification, 
 * are permitted provided that the following conditions are met:
 * 
 * Redistributions of source code must retain the above copyright notice, this list of 
 * conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list 
 * of conditions and the following disclaimer in the documentation and/or other materials 
 * provided with the distribution.
 * 
 * Neither the name of the author nor the names of contributors may be used to endorse 
 * or promote products derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE. 
 *
 */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

;(function(b){var m,t,u,f,D,j,E,n,z,A,q=0,e={},o=[],p=0,d={},l=[],G=null,v=new Image,J=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,W=/[^\.]\.(swf)\s*$/i,K,L=1,y=0,s="",r,i,h=false,B=b.extend(b("<div/>")[0],{prop:0}),M=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,N=function(){t.hide();v.onerror=v.onload=null;G&&G.abort();m.empty()},O=function(){if(false===e.onError(o,q,e)){t.hide();h=false}else{e.titleShow=false;e.width="auto";e.height="auto";m.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>');
F()}},I=function(){var a=o[q],c,g,k,C,P,w;N();e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));w=e.onStart(o,q,e);if(w===false)h=false;else{if(typeof w=="object")e=b.extend(e,w);k=e.title||(a.nodeName?b(a).attr("title"):a.title)||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(k===""&&e.orig&&e.titleFromAlt)k=e.orig.attr("alt");c=e.href||(a.nodeName?b(a).attr("href"):a.href)||null;if(/^(?:javascript)/i.test(c)||
c=="#")c=null;if(e.type){g=e.type;if(!c)c=e.content}else if(e.content)g="html";else if(c)g=c.match(J)?"image":c.match(W)?"swf":b(a).hasClass("iframe")?"iframe":c.indexOf("#")===0?"inline":"ajax";if(g){if(g=="inline"){a=c.substr(c.indexOf("#"));g=b(a).length>0?"inline":"ajax"}e.type=g;e.href=c;e.title=k;if(e.autoDimensions)if(e.type=="html"||e.type=="inline"||e.type=="ajax"){e.width="auto";e.height="auto"}else e.autoDimensions=false;if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=
false;e.enableEscapeButton=false;e.showCloseButton=false}e.padding=parseInt(e.padding,10);e.margin=parseInt(e.margin,10);m.css("padding",e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(j.children())});switch(g){case "html":m.html(e.content);F();break;case "inline":if(b(a).parent().is("#fancybox-content")===true){h=false;break}b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(j.children())}).bind("fancybox-cancel",
function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();v=new Image;v.onerror=function(){O()};v.onload=function(){h=true;v.onerror=v.onload=null;e.width=v.width;e.height=v.height;b("<img />").attr({id:"fancybox-img",src:v.src,alt:e.title}).appendTo(m);Q()};v.src=c;break;case "swf":e.scrolling="no";C='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+c+
'"></param>';P="";b.each(e.swf,function(x,H){C+='<param name="'+x+'" value="'+H+'"></param>';P+=" "+x+'="'+H+'"'});C+='<embed src="'+c+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+P+"></embed></object>";m.html(C);F();break;case "ajax":h=false;b.fancybox.showActivity();e.ajax.win=e.ajax.success;G=b.ajax(b.extend({},e.ajax,{url:c,data:e.ajax.data||{},error:function(x){x.status>0&&O()},success:function(x,H,R){if((typeof R=="object"?R:G).status==200){if(typeof e.ajax.win==
"function"){w=e.ajax.win(c,x,H,R);if(w===false){t.hide();return}else if(typeof w=="string"||typeof w=="object")x=w}m.html(x);F()}}}));break;case "iframe":Q()}}else O()}},F=function(){var a=e.width,c=e.height;a=a.toString().indexOf("%")>-1?parseInt((b(window).width()-e.margin*2)*parseFloat(a)/100,10)+"px":a=="auto"?"auto":a+"px";c=c.toString().indexOf("%")>-1?parseInt((b(window).height()-e.margin*2)*parseFloat(c)/100,10)+"px":c=="auto"?"auto":c+"px";m.wrapInner('<div style="width:'+a+";height:"+c+
";overflow: "+(e.scrolling=="auto"?"auto":e.scrolling=="yes"?"scroll":"hidden")+';position:relative;"></div>');e.width=m.width();e.height=m.height();Q()},Q=function(){var a,c;t.hide();if(f.is(":visible")&&false===d.onCleanup(l,p,d)){b.event.trigger("fancybox-cancel");h=false}else{h=true;b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");f.is(":visible")&&d.titlePosition!=="outside"&&f.css("height",f.height());l=o;p=q;d=e;if(d.overlayShow){u.css({"background-color":d.overlayColor,
opacity:d.overlayOpacity,cursor:d.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!u.is(":visible")){M&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});u.show()}}else u.hide();i=X();s=d.title||"";y=0;n.empty().removeAttr("style").removeClass();if(d.titleShow!==false){if(b.isFunction(d.titleFormat))a=d.titleFormat(s,l,p,d);else a=s&&s.length?
d.titlePosition=="float"?'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+s+'</td><td id="fancybox-title-float-right"></td></tr></table>':'<div id="fancybox-title-'+d.titlePosition+'">'+s+"</div>":false;s=a;if(!(!s||s==="")){n.addClass("fancybox-title-"+d.titlePosition).html(s).appendTo("body").show();switch(d.titlePosition){case "inside":n.css({width:i.width-d.padding*2,marginLeft:d.padding,marginRight:d.padding});
y=n.outerHeight(true);n.appendTo(D);i.height+=y;break;case "over":n.css({marginLeft:d.padding,width:i.width-d.padding*2,bottom:d.padding}).appendTo(D);break;case "float":n.css("left",parseInt((n.width()-i.width-40)/2,10)*-1).appendTo(f);break;default:n.css({width:i.width-d.padding*2,paddingLeft:d.padding,paddingRight:d.padding}).appendTo(f)}}}n.hide();if(f.is(":visible")){b(E.add(z).add(A)).hide();a=f.position();r={top:a.top,left:a.left,width:f.width(),height:f.height()};c=r.width==i.width&&r.height==
i.height;j.fadeTo(d.changeFade,0.3,function(){var g=function(){j.html(m.contents()).fadeTo(d.changeFade,1,S)};b.event.trigger("fancybox-change");j.empty().removeAttr("filter").css({"border-width":d.padding,width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2});if(c)g();else{B.prop=0;b(B).animate({prop:1},{duration:d.changeSpeed,easing:d.easingChange,step:T,complete:g})}})}else{f.removeAttr("style");j.css("border-width",d.padding);if(d.transitionIn=="elastic"){r=V();j.html(m.contents());
f.show();if(d.opacity)i.opacity=0;B.prop=0;b(B).animate({prop:1},{duration:d.speedIn,easing:d.easingIn,step:T,complete:S})}else{d.titlePosition=="inside"&&y>0&&n.show();j.css({width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2}).html(m.contents());f.css(i).fadeIn(d.transitionIn=="none"?0:d.speedIn,S)}}}},Y=function(){if(d.enableEscapeButton||d.enableKeyboardNav)b(document).bind("keydown.fb",function(a){if(a.keyCode==27&&d.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if((a.keyCode==
37||a.keyCode==39)&&d.enableKeyboardNav&&a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.target.tagName!=="SELECT"){a.preventDefault();b.fancybox[a.keyCode==37?"prev":"next"]()}});if(d.showNavArrows){if(d.cyclic&&l.length>1||p!==0)z.show();if(d.cyclic&&l.length>1||p!=l.length-1)A.show()}else{z.hide();A.hide()}},S=function(){if(!b.support.opacity){j.get(0).style.removeAttribute("filter");f.get(0).style.removeAttribute("filter")}e.autoDimensions&&j.css("height","auto");f.css("height","auto");
s&&s.length&&n.show();d.showCloseButton&&E.show();Y();d.hideOnContentClick&&j.bind("click",b.fancybox.close);d.hideOnOverlayClick&&u.bind("click",b.fancybox.close);b(window).bind("resize.fb",b.fancybox.resize);d.centerOnScroll&&b(window).bind("scroll.fb",b.fancybox.center);if(d.type=="iframe")b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" '+(b.browser.msie?'allowtransparency="true""':"")+' scrolling="'+e.scrolling+'" src="'+d.href+'"></iframe>').appendTo(j);
f.show();h=false;b.fancybox.center();d.onComplete(l,p,d);var a,c;if(l.length-1>p){a=l[p+1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}if(p>0){a=l[p-1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}},T=function(a){var c={width:parseInt(r.width+(i.width-r.width)*a,10),height:parseInt(r.height+(i.height-r.height)*a,10),top:parseInt(r.top+(i.top-r.top)*a,10),left:parseInt(r.left+(i.left-r.left)*a,10)};if(typeof i.opacity!=="undefined")c.opacity=a<0.5?0.5:a;f.css(c);
j.css({width:c.width-d.padding*2,height:c.height-y*a-d.padding*2})},U=function(){return[b(window).width()-d.margin*2,b(window).height()-d.margin*2,b(document).scrollLeft()+d.margin,b(document).scrollTop()+d.margin]},X=function(){var a=U(),c={},g=d.autoScale,k=d.padding*2;c.width=d.width.toString().indexOf("%")>-1?parseInt(a[0]*parseFloat(d.width)/100,10):d.width+k;c.height=d.height.toString().indexOf("%")>-1?parseInt(a[1]*parseFloat(d.height)/100,10):d.height+k;if(g&&(c.width>a[0]||c.height>a[1]))if(e.type==
"image"||e.type=="swf"){g=d.width/d.height;if(c.width>a[0]){c.width=a[0];c.height=parseInt((c.width-k)/g+k,10)}if(c.height>a[1]){c.height=a[1];c.width=parseInt((c.height-k)*g+k,10)}}else{c.width=Math.min(c.width,a[0]);c.height=Math.min(c.height,a[1])}c.top=parseInt(Math.max(a[3]-20,a[3]+(a[1]-c.height-40)*0.5),10);c.left=parseInt(Math.max(a[2]-20,a[2]+(a[0]-c.width-40)*0.5),10);return c},V=function(){var a=e.orig?b(e.orig):false,c={};if(a&&a.length){c=a.offset();c.top+=parseInt(a.css("paddingTop"),
10)||0;c.left+=parseInt(a.css("paddingLeft"),10)||0;c.top+=parseInt(a.css("border-top-width"),10)||0;c.left+=parseInt(a.css("border-left-width"),10)||0;c.width=a.width();c.height=a.height();c={width:c.width+d.padding*2,height:c.height+d.padding*2,top:c.top-d.padding-20,left:c.left-d.padding-20}}else{a=U();c={width:d.padding*2,height:d.padding*2,top:parseInt(a[3]+a[1]*0.5,10),left:parseInt(a[2]+a[0]*0.5,10)}}return c},Z=function(){if(t.is(":visible")){b("div",t).css("top",L*-40+"px");L=(L+1)%12}else clearInterval(K)};
b.fn.fancybox=function(a){if(!b(this).length)return this;b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(c){c.preventDefault();if(!h){h=true;b(this).blur();o=[];q=0;c=b(this).attr("rel")||"";if(!c||c==""||c==="nofollow")o.push(this);else{o=b("a[rel="+c+"], area[rel="+c+"]");q=o.index(this)}I()}});return this};b.fancybox=function(a,c){var g;if(!h){h=true;g=typeof c!=="undefined"?c:{};o=[];q=parseInt(g.index,10)||0;if(b.isArray(a)){for(var k=
0,C=a.length;k<C;k++)if(typeof a[k]=="object")b(a[k]).data("fancybox",b.extend({},g,a[k]));else a[k]=b({}).data("fancybox",b.extend({content:a[k]},g));o=jQuery.merge(o,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},g,a));else a=b({}).data("fancybox",b.extend({content:a},g));o.push(a)}if(q>o.length||q<0)q=0;I()}};b.fancybox.showActivity=function(){clearInterval(K);t.show();K=setInterval(Z,66)};b.fancybox.hideActivity=function(){t.hide()};b.fancybox.next=function(){return b.fancybox.pos(p+
1)};b.fancybox.prev=function(){return b.fancybox.pos(p-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);o=l;if(a>-1&&a<l.length){q=a;I()}else if(d.cyclic&&l.length>1){q=a>=l.length?0:l.length-1;I()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");N();e.onCancel(o,q,e);h=false}};b.fancybox.close=function(){function a(){u.fadeOut("fast");n.empty().hide();f.hide();b.event.trigger("fancybox-cleanup");j.empty();d.onClosed(l,p,d);l=e=[];p=q=0;d=e={};h=false}if(!(h||f.is(":hidden"))){h=
true;if(d&&false===d.onCleanup(l,p,d))h=false;else{N();b(E.add(z).add(A)).hide();b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");j.find("iframe").attr("src",M&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");d.titlePosition!=="inside"&&n.empty();f.stop();if(d.transitionOut=="elastic"){r=V();var c=f.position();i={top:c.top,left:c.left,width:f.width(),height:f.height()};if(d.opacity)i.opacity=1;n.empty().hide();B.prop=1;
b(B).animate({prop:0},{duration:d.speedOut,easing:d.easingOut,step:T,complete:a})}else f.fadeOut(d.transitionOut=="none"?0:d.speedOut,a)}}};b.fancybox.resize=function(){u.is(":visible")&&u.css("height",b(document).height());b.fancybox.center(true)};b.fancybox.center=function(a){var c,g;if(!h){g=a===true?1:0;c=U();!g&&(f.width()>c[0]||f.height()>c[1])||f.stop().animate({top:parseInt(Math.max(c[3]-20,c[3]+(c[1]-j.height()-40)*0.5-d.padding)),left:parseInt(Math.max(c[2]-20,c[2]+(c[0]-j.width()-40)*0.5-
d.padding))},typeof a=="number"?a:200)}};b.fancybox.init=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),t=b('<div id="fancybox-loading"><div></div></div>'),u=b('<div id="fancybox-overlay"></div>'),f=b('<div id="fancybox-wrap"></div>'));D=b('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(f);
D.append(j=b('<div id="fancybox-content"></div>'),E=b('<a id="fancybox-close"></a>'),n=b('<div id="fancybox-title"></div>'),z=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),A=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));E.click(b.fancybox.close);t.click(b.fancybox.cancel);z.click(function(a){a.preventDefault();b.fancybox.prev()});A.click(function(a){a.preventDefault();b.fancybox.next()});
b.fn.mousewheel&&f.bind("mousewheel.fb",function(a,c){if(h)a.preventDefault();else if(b(a.target).get(0).clientHeight==0||b(a.target).get(0).scrollHeight===b(a.target).get(0).clientHeight){a.preventDefault();b.fancybox[c>0?"prev":"next"]()}});b.support.opacity||f.addClass("fancybox-ie");if(M){t.addClass("fancybox-ie6");f.addClass("fancybox-ie6");b('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(D)}}};
b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",
easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery);/*
 * jScrollPane - v2.0.0beta6 - 2010-10-28
 * http://jscrollpane.kelvinluck.com/
 *
 * Copyright (c) 2010 Kelvin Luck
 * Dual licensed under the MIT and GPL licenses.
 */
(function(b,a,c){b.fn.jScrollPane=function(f){function d(C,L){var au,N=this,V,ah,v,aj,Q,W,y,q,av,aB,ap,i,H,h,j,X,R,al,U,t,A,am,ac,ak,F,l,ao,at,x,aq,aE,g,aA,ag=true,M=true,aD=false,k=false,Z=b.fn.mwheelIntent?"mwheelIntent.jsp":"mousewheel.jsp";aE=C.css("paddingTop")+" "+C.css("paddingRight")+" "+C.css("paddingBottom")+" "+C.css("paddingLeft");g=(parseInt(C.css("paddingLeft"))||0)+(parseInt(C.css("paddingRight"))||0);an(L);function an(aH){var aL,aK,aJ,aG,aF,aI;au=aH;if(V==c){C.css({overflow:"hidden",padding:0});ah=C.innerWidth()+g;v=C.innerHeight();C.width(ah);V=b('<div class="jspPane" />').wrap(b('<div class="jspContainer" />').css({width:ah+"px",height:v+"px"}));C.wrapInner(V.parent());aj=C.find(">.jspContainer");V=aj.find(">.jspPane");V.css("padding",aE)}else{C.css("width","");aI=C.outerWidth()+g!=ah||C.outerHeight()!=v;if(aI){ah=C.innerWidth()+g;v=C.innerHeight();aj.css({width:ah+"px",height:v+"px"})}aA=V.innerWidth();if(!aI&&V.outerWidth()==Q&&V.outerHeight()==W){if(aB||av){V.css("width",aA+"px");C.css("width",(aA+g)+"px")}return}V.css("width","");C.css("width",(ah)+"px");aj.find(">.jspVerticalBar,>.jspHorizontalBar").remove().end()}aL=V.clone().css("position","absolute");aK=b('<div style="width:1px; position: relative;" />').append(aL);b("body").append(aK);Q=Math.max(V.outerWidth(),aL.outerWidth());aK.remove();W=V.outerHeight();y=Q/ah;q=W/v;av=q>1;aB=y>1;if(!(aB||av)){C.removeClass("jspScrollable");V.css({top:0,width:aj.width()-g});n();D();O();w();af()}else{C.addClass("jspScrollable");aJ=au.maintainPosition&&(H||X);if(aJ){aG=ay();aF=aw()}aC();z();E();if(aJ){K(aG);J(aF)}I();ad();if(au.enableKeyboardNavigation){P()}if(au.clickOnTrack){p()}B();if(au.hijackInternalLinks){m()}}if(au.autoReinitialise&&!aq){aq=setInterval(function(){an(au)},au.autoReinitialiseDelay)}else{if(!au.autoReinitialise&&aq){clearInterval(aq)}}C.trigger("jsp-initialised",[aB||av])}function aC(){if(av){aj.append(b('<div class="jspVerticalBar" />').append(b('<div class="jspCap jspCapTop" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragTop" />'),b('<div class="jspDragBottom" />'))),b('<div class="jspCap jspCapBottom" />')));R=aj.find(">.jspVerticalBar");al=R.find(">.jspTrack");ap=al.find(">.jspDrag");if(au.showArrows){am=b('<a class="jspArrow jspArrowUp" />').bind("mousedown.jsp",az(0,-1)).bind("click.jsp",ax);ac=b('<a class="jspArrow jspArrowDown" />').bind("mousedown.jsp",az(0,1)).bind("click.jsp",ax);if(au.arrowScrollOnHover){am.bind("mouseover.jsp",az(0,-1,am));ac.bind("mouseover.jsp",az(0,1,ac))}ai(al,au.verticalArrowPositions,am,ac)}t=v;aj.find(">.jspVerticalBar>.jspCap:visible,>.jspVerticalBar>.jspArrow").each(function(){t-=b(this).outerHeight()});ap.hover(function(){ap.addClass("jspHover")},function(){ap.removeClass("jspHover")}).bind("mousedown.jsp",function(aF){b("html").bind("dragstart.jsp selectstart.jsp",function(){return false});ap.addClass("jspActive");var s=aF.pageY-ap.position().top;b("html").bind("mousemove.jsp",function(aG){S(aG.pageY-s,false)}).bind("mouseup.jsp mouseleave.jsp",ar);return false});o()}}function o(){al.height(t+"px");H=0;U=au.verticalGutter+al.outerWidth();V.width(ah-U-g);if(R.position().left==0){V.css("margin-left",U+"px")}}function z(){if(aB){aj.append(b('<div class="jspHorizontalBar" />').append(b('<div class="jspCap jspCapLeft" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragLeft" />'),b('<div class="jspDragRight" />'))),b('<div class="jspCap jspCapRight" />')));ak=aj.find(">.jspHorizontalBar");F=ak.find(">.jspTrack");h=F.find(">.jspDrag");if(au.showArrows){at=b('<a class="jspArrow jspArrowLeft" />').bind("mousedown.jsp",az(-1,0)).bind("click.jsp",ax);x=b('<a class="jspArrow jspArrowRight" />').bind("mousedown.jsp",az(1,0)).bind("click.jsp",ax);if(au.arrowScrollOnHover){at.bind("mouseover.jsp",az(-1,0,at));
x.bind("mouseover.jsp",az(1,0,x))}ai(F,au.horizontalArrowPositions,at,x)}h.hover(function(){h.addClass("jspHover")},function(){h.removeClass("jspHover")}).bind("mousedown.jsp",function(aF){b("html").bind("dragstart.jsp selectstart.jsp",function(){return false});h.addClass("jspActive");var s=aF.pageX-h.position().left;b("html").bind("mousemove.jsp",function(aG){T(aG.pageX-s,false)}).bind("mouseup.jsp mouseleave.jsp",ar);return false});l=aj.innerWidth();ae()}else{}}function ae(){aj.find(">.jspHorizontalBar>.jspCap:visible,>.jspHorizontalBar>.jspArrow").each(function(){l-=b(this).outerWidth()});F.width(l+"px");X=0}function E(){if(aB&&av){var aF=F.outerHeight(),s=al.outerWidth();t-=aF;b(ak).find(">.jspCap:visible,>.jspArrow").each(function(){l+=b(this).outerWidth()});l-=s;v-=s;ah-=aF;F.parent().append(b('<div class="jspCorner" />').css("width",aF+"px"));o();ae()}if(aB){V.width((aj.outerWidth()-g)+"px")}W=V.outerHeight();q=W/v;if(aB){ao=1/y*l;if(ao>au.horizontalDragMaxWidth){ao=au.horizontalDragMaxWidth}else{if(ao<au.horizontalDragMinWidth){ao=au.horizontalDragMinWidth}}h.width(ao+"px");j=l-ao;ab(X)}if(av){A=1/q*t;if(A>au.verticalDragMaxHeight){A=au.verticalDragMaxHeight}else{if(A<au.verticalDragMinHeight){A=au.verticalDragMinHeight}}ap.height(A+"px");i=t-A;aa(H)}}function ai(aG,aI,aF,s){var aK="before",aH="after",aJ;if(aI=="os"){aI=/Mac/.test(navigator.platform)?"after":"split"}if(aI==aK){aH=aI}else{if(aI==aH){aK=aI;aJ=aF;aF=s;s=aJ}}aG[aK](aF)[aH](s)}function az(aF,s,aG){return function(){G(aF,s,this,aG);this.blur();return false}}function G(aH,aF,aK,aJ){aK=b(aK).addClass("jspActive");var aI,s=function(){if(aH!=0){T(X+aH*au.arrowButtonSpeed,false)}if(aF!=0){S(H+aF*au.arrowButtonSpeed,false)}},aG=setInterval(s,au.arrowRepeatFreq);s();aI=aJ==c?"mouseup.jsp":"mouseout.jsp";aJ=aJ||b("html");aJ.bind(aI,function(){aK.removeClass("jspActive");clearInterval(aG);aJ.unbind(aI)})}function p(){w();if(av){al.bind("mousedown.jsp",function(aH){if(aH.originalTarget==c||aH.originalTarget==aH.currentTarget){var aG=b(this),s=setInterval(function(){var aI=aG.offset(),aJ=aH.pageY-aI.top;if(H+A<aJ){S(H+au.trackClickSpeed)}else{if(aJ<H){S(H-au.trackClickSpeed)}else{aF()}}},au.trackClickRepeatFreq),aF=function(){s&&clearInterval(s);s=null;b(document).unbind("mouseup.jsp",aF)};b(document).bind("mouseup.jsp",aF);return false}})}if(aB){F.bind("mousedown.jsp",function(aH){if(aH.originalTarget==c||aH.originalTarget==aH.currentTarget){var aG=b(this),s=setInterval(function(){var aI=aG.offset(),aJ=aH.pageX-aI.left;if(X+ao<aJ){T(X+au.trackClickSpeed)}else{if(aJ<X){T(X-au.trackClickSpeed)}else{aF()}}},au.trackClickRepeatFreq),aF=function(){s&&clearInterval(s);s=null;b(document).unbind("mouseup.jsp",aF)};b(document).bind("mouseup.jsp",aF);return false}})}}function w(){F&&F.unbind("mousedown.jsp");al&&al.unbind("mousedown.jsp")}function ar(){b("html").unbind("dragstart.jsp selectstart.jsp mousemove.jsp mouseup.jsp mouseleave.jsp");ap&&ap.removeClass("jspActive");h&&h.removeClass("jspActive")}function S(s,aF){if(!av){return}if(s<0){s=0}else{if(s>i){s=i}}if(aF==c){aF=au.animateScroll}if(aF){N.animate(ap,"top",s,aa)}else{ap.css("top",s);aa(s)}}function aa(aF){if(aF==c){aF=ap.position().top}aj.scrollTop(0);H=aF;var aI=H==0,aG=H==i,aH=aF/i,s=-aH*(W-v);if(ag!=aI||aD!=aG){ag=aI;aD=aG;C.trigger("jsp-arrow-change",[ag,aD,M,k])}u(aI,aG);V.css("top",s);C.trigger("jsp-scroll-y",[-s,aI,aG])}function T(aF,s){if(!aB){return}if(aF<0){aF=0}else{if(aF>j){aF=j}}if(s==c){s=au.animateScroll}if(s){N.animate(h,"left",aF,ab)}else{h.css("left",aF);ab(aF)}}function ab(aF){if(aF==c){aF=h.position().left}aj.scrollTop(0);X=aF;var aI=X==0,aH=X==j,aG=aF/j,s=-aG*(Q-ah);if(M!=aI||k!=aH){M=aI;k=aH;C.trigger("jsp-arrow-change",[ag,aD,M,k])}r(aI,aH);V.css("left",s);C.trigger("jsp-scroll-x",[-s,aI,aH])}function u(aF,s){if(au.showArrows){am[aF?"addClass":"removeClass"]("jspDisabled");ac[s?"addClass":"removeClass"]("jspDisabled")}}function r(aF,s){if(au.showArrows){at[aF?"addClass":"removeClass"]("jspDisabled");
x[s?"addClass":"removeClass"]("jspDisabled")}}function J(s,aF){var aG=s/(W-v);S(aG*i,aF)}function K(aF,s){var aG=aF/(Q-ah);T(aG*j,s)}function Y(aR,aM,aG){var aK,aH,aI,s=0,aQ=0,aF,aL,aO,aN,aP;try{aK=b(aR)}catch(aJ){return}aH=aK.outerHeight();aI=aK.outerWidth();aj.scrollTop(0);aj.scrollLeft(0);while(!aK.is(".jspPane")){s+=aK.position().top;aQ+=aK.position().left;aK=aK.offsetParent();if(/^body|html$/i.test(aK[0].nodeName)){return}}aF=aw();aL=aF+v;if(s<aF||aM){aN=s-au.verticalGutter}else{if(s+aH>aL){aN=s-v+aH+au.verticalGutter}}if(aN){J(aN,aG)}viewportLeft=ay();aO=viewportLeft+ah;if(aQ<viewportLeft||aM){aP=aQ-au.horizontalGutter}else{if(aQ+aI>aO){aP=aQ-ah+aI+au.horizontalGutter}}if(aP){K(aP,aG)}}function ay(){return -V.position().left}function aw(){return -V.position().top}function ad(){aj.unbind(Z).bind(Z,function(aI,aJ,aH,aF){var aG=X,s=H;T(X+aH*au.mouseWheelSpeed,false);S(H-aF*au.mouseWheelSpeed,false);return aG==X&&s==H})}function n(){aj.unbind(Z)}function ax(){return false}function I(){V.unbind("focusin.jsp").bind("focusin.jsp",function(s){if(s.target===V[0]){return}Y(s.target,false)})}function D(){V.unbind("focusin.jsp")}function P(){var aF,s;C.attr("tabindex",0).unbind("keydown.jsp").bind("keydown.jsp",function(aJ){if(aJ.target!==C[0]){return}var aH=X,aG=H,aI=aF?2:16;switch(aJ.keyCode){case 40:S(H+aI,false);break;case 38:S(H-aI,false);break;case 34:case 32:J(aw()+Math.max(32,v)-16);break;case 33:J(aw()-v+16);break;case 35:J(W-v);break;case 36:J(0);break;case 39:T(X+aI,false);break;case 37:T(X-aI,false);break}if(!(aH==X&&aG==H)){aF=true;clearTimeout(s);s=setTimeout(function(){aF=false},260);return false}});if(au.hideFocus){C.css("outline","none");if("hideFocus" in aj[0]){C.attr("hideFocus",true)}}else{C.css("outline","");if("hideFocus" in aj[0]){C.attr("hideFocus",false)}}}function O(){C.attr("tabindex","-1").removeAttr("tabindex").unbind("keydown.jsp")}function B(){if(location.hash&&location.hash.length>1){var aG,aF;try{aG=b(location.hash)}catch(s){return}if(aG.length&&V.find(aG)){if(aj.scrollTop()==0){aF=setInterval(function(){if(aj.scrollTop()>0){Y(location.hash,true);b(document).scrollTop(aj.position().top);clearInterval(aF)}},50)}else{Y(location.hash,true);b(document).scrollTop(aj.position().top)}}}}function af(){b("a.jspHijack").unbind("click.jsp-hijack").removeClass("jspHijack")}function m(){af();b("a[href^=#]").addClass("jspHijack").bind("click.jsp-hijack",function(){var s=this.href.split("#"),aF;if(s.length>1){aF=s[1];if(aF.length>0&&V.find("#"+aF).length>0){Y("#"+aF,true);return false}}})}b.extend(N,{reinitialise:function(aF){aF=b.extend({},aF,au);an(aF)},scrollToElement:function(aG,aF,s){Y(aG,aF,s)},scrollTo:function(aG,s,aF){K(aG,aF);J(s,aF)},scrollToX:function(aF,s){K(aF,s)},scrollToY:function(s,aF){J(s,aF)},scrollBy:function(aF,s,aG){N.scrollByX(aF,aG);N.scrollByY(s,aG)},scrollByX:function(s,aG){var aF=ay()+s,aH=aF/(Q-ah);T(aH*j,aG)},scrollByY:function(s,aG){var aF=aw()+s,aH=aF/(W-v);S(aH*i,aG)},animate:function(aF,aI,s,aH){var aG={};aG[aI]=s;aF.animate(aG,{duration:au.animateDuration,ease:au.animateEase,queue:false,step:aH})},getContentPositionX:function(){return ay()},getContentPositionY:function(){return aw()},getIsScrollableH:function(){return aB},getIsScrollableV:function(){return av},getContentPane:function(){return V},scrollToBottom:function(s){S(i,s)},hijackInternalLinks:function(){m()}})}f=b.extend({},b.fn.jScrollPane.defaults,f);var e;this.each(function(){var g=b(this),h=g.data("jsp");if(h){h.reinitialise(f)}else{h=new d(g,f);g.data("jsp",h)}e=e?e.add(g):g});return e};b.fn.jScrollPane.defaults={showArrows:false,maintainPosition:true,clickOnTrack:true,autoReinitialise:false,autoReinitialiseDelay:500,verticalDragMinHeight:0,verticalDragMaxHeight:99999,horizontalDragMinWidth:0,horizontalDragMaxWidth:99999,animateScroll:false,animateDuration:300,animateEase:"linear",hijackInternalLinks:false,verticalGutter:4,horizontalGutter:4,mouseWheelSpeed:10,arrowButtonSpeed:10,arrowRepeatFreq:100,arrowScrollOnHover:false,trackClickSpeed:30,trackClickRepeatFreq:100,verticalArrowPositions:"split",horizontalArrowPositions:"split",enableKeyboardNavigation:true,hideFocus:false}
})(jQuery,this);/**
 * jQuery.ScrollTo - Easy element scrolling using jQuery.
 * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
 * Dual licensed under MIT and GPL.
 * Date: 5/25/2009
 * @author Ariel Flesler
 * @version 1.4.2
 *
 * http://flesler.blogspot.com/2007/10/jqueryscrollto.html
 */
;(function(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);/**
 * Create a cookie with the given name and value and other optional parameters.
 *
 * @example $.cookie('the_cookie', 'the_value');
 * @desc Set the value of a cookie.
 * @example $.cookie('the_cookie', 'the_value', { expires: 7, path: '/', domain: 'jquery.com', secure: true });
 * @desc Create a cookie with all available options.
 * @example $.cookie('the_cookie', 'the_value');
 * @desc Create a session cookie.
 * @example $.cookie('the_cookie', null);
 * @desc Delete a cookie by passing null as value. Keep in mind that you have to use the same path and domain
 *       used when the cookie was set.
 */
jQuery.cookie=function(a,b,c){if(typeof b!='undefined'){c=c||{};if(b===null){b='';c.expires=-1}var d='';if(c.expires&&(typeof c.expires=='number'||c.expires.toUTCString)){var e;if(typeof c.expires=='number'){e=new Date();e.setTime(e.getTime()+(c.expires*24*60*60*1000))}else{e=c.expires}d='; expires='+e.toUTCString()}var f=c.path?'; path='+(c.path):'';var g=c.domain?'; domain='+(c.domain):'';var h=c.secure?'; secure':'';document.cookie=[a,'=',encodeURIComponent(b),d,f,g,h].join('')}else{var j=null;if(document.cookie&&document.cookie!=''){var k=document.cookie.split(';');for(var i=0;i<k.length;i++){var l=jQuery.trim(k[i]);if(l.substring(0,a.length+1)==(a+'=')){j=decodeURIComponent(l.substring(a.length+1));break}}}return j}};/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * HTF Gotham    2003 The Hoefler Type Foundry, Inc. Info: www.typography.com
 * 
 * Manufacturer:
 * HTF Gotham The Hoefler Type Foundry, Inc
 */
Cufon.registerFont({"w":228,"face":{"font-family":"Gotham Black","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-19 -336 397 62","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":99},"\u00dd":{"d":"95,-94r-96,-158r80,0r52,92r52,-92r78,0r-96,157r0,95r-70,0r0,-94xm139,-335r63,21r-53,46r-48,0","w":260},"\u00fd":{"d":"35,-6v11,7,35,18,45,2r-76,-191r72,0r38,118r37,-118r70,0r-84,219v-16,42,-87,42,-124,18xm119,-278r64,21r-53,46r-49,0","w":225},"\u00de":{"d":"235,-129v0,76,-61,96,-143,91r0,38r-70,0r0,-252r70,0r0,36v80,-4,143,12,143,87xm165,-126v0,-37,-36,-35,-73,-34r0,66v36,1,73,2,73,-32","w":245},"\u00fe":{"d":"146,4v-29,1,-47,-12,-59,-28r0,82r-69,0r0,-321r69,0r0,94v14,-15,29,-31,59,-30v56,3,86,42,86,101v0,59,-29,100,-86,102xm85,-98v0,27,14,44,40,45v23,0,40,-20,40,-45v0,-24,-17,-44,-40,-44v-26,1,-40,18,-40,44","w":243},"\u00f0":{"d":"186,-188v61,66,37,200,-70,193v-61,-4,-102,-34,-104,-95v-2,-64,68,-99,124,-72r-29,-39r-41,16r-24,-32r43,-14r-23,-32r72,0r8,11r35,-13r24,32r-38,12xm77,-90v0,23,15,37,40,37v23,1,40,-16,39,-37v-1,-23,-16,-36,-40,-37v-22,0,-39,16,-39,37","w":236},"!":{"d":"40,-82v-7,-57,-21,-106,-21,-170r78,0v0,64,-15,113,-21,170r-36,0xm23,-61r71,0r0,61r-71,0r0,-61","w":116},"\"":{"d":"113,-252v23,2,54,-4,73,2r-46,127r-36,0xm20,-252v23,2,55,-4,74,2r-46,127r-36,0","w":193},"#":{"d":"39,-49r-29,0r0,-58r39,0r6,-40r-33,0r0,-58r44,0r7,-47r53,0r-9,47r46,0r8,-47r52,0r-8,47r28,0r0,58r-38,0r-7,40r33,0r0,58r-42,0r-9,49r-52,0r8,-49r-45,0r-9,49r-52,0xm147,-105r7,-43r-47,0r-8,43r48,0","w":254},"$":{"d":"229,-76v0,50,-38,70,-85,76r0,35r-38,0r0,-36v-37,-5,-71,-17,-97,-35r32,-48v21,14,41,24,67,29r0,-43v-45,-11,-87,-24,-87,-78v0,-51,36,-73,86,-76r0,-21r37,0r0,22v32,3,55,14,76,28r-29,48v-14,-9,-31,-17,-48,-22r0,42v45,12,86,26,86,79xm109,-200v-20,-1,-32,17,-20,31v3,3,10,5,20,8r0,-39xm142,-53v23,-1,30,-17,19,-31v-3,-3,-10,-5,-19,-8r0,39","w":239},"&":{"d":"245,-116r-33,54r34,33r-48,34r-26,-26v-46,42,-164,34,-164,-48v0,-32,17,-56,51,-71v-38,-47,-5,-121,62,-117v44,3,74,22,75,65v1,36,-23,54,-49,66r28,27r24,-40xm121,-209v-27,1,-23,39,-7,52v18,-8,27,-18,27,-32v0,-11,-8,-21,-20,-20xm95,-100v-25,11,-22,55,12,53v12,0,21,-6,30,-11","w":251},"'":{"d":"20,-252v24,2,55,-4,75,2r-46,127r-37,0","w":102},"(":{"d":"121,51v-84,-28,-140,-152,-78,-245v19,-27,46,-47,78,-63r28,42v-36,26,-66,53,-66,112v0,58,30,85,66,111","w":160},")":{"d":"39,-257v105,27,145,211,45,279v-14,9,-28,20,-45,29r-28,-43v37,-25,66,-53,66,-111v0,-58,-29,-87,-66,-112","w":160},"*":{"d":"67,-170r-37,32r-20,-33r46,-16r-46,-16r20,-34r37,32r-9,-48r37,0r-9,48r37,-32r20,34r-46,16r46,16r-20,33r-37,-32r9,48r-37,0","w":153},"+":{"d":"84,-96r-61,0r0,-61r61,0r0,-62r63,0r0,62r60,0r0,61r-60,0r0,61r-63,0r0,-61","w":230},",":{"d":"7,33v25,-3,37,-14,36,-34r-28,0r0,-70r72,0v4,69,1,134,-74,130","w":102},"-":{"d":"14,-143r118,0r0,61r-118,0r0,-61","w":146},".":{"d":"15,-70r72,0r0,70r-72,0r0,-70","w":102},"\/":{"d":"146,-287r55,0r-159,333r-56,0","w":192},"0":{"d":"248,-127v0,77,-40,132,-117,132v-77,0,-116,-55,-116,-131v0,-77,40,-131,117,-131v76,0,116,54,116,130xm131,-195v-63,2,-62,137,1,138v63,-2,62,-136,-1,-138","w":262},"1":{"d":"59,-189r-43,10r-13,-54v38,-10,71,-25,124,-21r0,254r-68,0r0,-189","w":151},"2":{"d":"116,-256v88,0,122,102,59,149r-68,50r104,0r0,57r-199,0r0,-53v38,-31,86,-60,119,-95v16,-17,7,-49,-20,-47v-25,2,-35,15,-51,32r-47,-39v24,-29,49,-54,103,-54","w":224},"3":{"d":"211,-80v3,105,-160,103,-205,40r44,-44v16,16,32,29,61,29v18,0,32,-9,32,-26v-1,-28,-39,-27,-71,-26r-10,-36r58,-52r-96,0r0,-57r182,0r0,50r-60,52v36,8,64,26,65,70","w":223},"4":{"d":"138,-49r-122,0r-11,-49r130,-156r71,0r0,153r32,0r0,52r-32,0r0,49r-68,0r0,-49xm138,-101r0,-72r-60,72r60,0","w":248},"5":{"d":"213,-85v0,105,-153,111,-206,50r40,-47v17,14,35,28,61,28v22,0,37,-10,37,-31v0,-37,-57,-33,-77,-16r-42,-23r7,-128r169,0r0,58r-113,0r-3,38v55,-24,127,3,127,71","w":226},"6":{"d":"223,-86v-4,59,-40,91,-100,91v-75,0,-108,-44,-108,-124v0,-118,114,-175,201,-110r-33,49v-19,-19,-65,-29,-84,-4v-8,10,-12,23,-14,39v46,-41,143,-15,138,59xm84,-83v0,20,15,34,36,34v20,0,35,-13,35,-33v-1,-19,-15,-33,-36,-33v-21,-1,-35,13,-35,32","w":238},"7":{"d":"133,-193r-116,0r0,-59r194,0r0,53r-112,199r-77,0","w":221},"8":{"d":"217,-71v0,55,-47,75,-104,75v-56,0,-101,-20,-103,-74v0,-33,18,-51,43,-61v-18,-11,-36,-25,-35,-55v0,-93,190,-95,190,0v0,30,-16,44,-34,55v23,11,43,26,43,60xm82,-178v-1,17,14,28,31,28v17,0,31,-10,31,-28v0,-16,-14,-26,-31,-26v-18,0,-31,11,-31,26xm77,-77v0,19,15,29,36,29v22,0,36,-11,37,-29v0,-18,-17,-27,-37,-27v-20,0,-36,9,-36,27","w":226},"9":{"d":"224,-134v9,121,-118,177,-205,109r33,-48v32,32,104,24,101,-32v-46,41,-143,13,-138,-60v4,-59,40,-92,101,-92v75,0,102,46,108,123xm83,-169v0,21,14,34,36,34v20,0,35,-13,35,-33v0,-22,-14,-35,-36,-35v-21,0,-35,14,-35,34","w":238},":":{"d":"17,-195r72,0r0,70r-72,0r0,-70xm17,-70r72,0r0,70r-72,0r0,-70","w":105},";":{"d":"17,-195r72,0r0,70r-72,0r0,-70xm9,34v25,-3,37,-14,36,-34r-28,0r0,-70r72,0v4,70,0,134,-75,130","w":105},"<":{"d":"23,-95r0,-63r179,-72r0,64r-117,39r117,40r0,64","w":231},"=":{"d":"27,-205r176,0r0,60r-176,0r0,-60xm27,-108r176,0r0,60r-176,0r0,-60","w":230},">":{"d":"30,-87r117,-39r-117,-40r0,-64r178,72r0,63r-178,72r0,-64","w":231},"?":{"d":"4,-218v40,-53,187,-56,183,38v-1,46,-31,67,-70,75r-5,23r-43,0r-9,-60v25,-11,58,-4,59,-33v-7,-35,-65,-14,-79,4xm54,-61r71,0r0,61r-71,0r0,-61","w":194},"@":{"d":"80,-94v-7,-74,86,-124,128,-67r4,-22r56,9r-18,109v0,13,10,21,23,21v31,-2,45,-34,43,-73v-4,-78,-60,-126,-140,-126v-87,0,-145,56,-145,144v0,88,57,143,146,143v39,0,62,-9,88,-24r7,11v-27,15,-54,28,-95,27v-98,-3,-161,-61,-161,-157v0,-96,62,-158,160,-158v90,0,155,54,155,140v0,55,-23,95,-77,96v-27,0,-46,-11,-55,-27v-34,48,-127,25,-119,-46xm172,-139v-36,-2,-50,68,-8,69v37,3,49,-68,8,-69","w":347},"A":{"d":"109,-254r68,0r107,254r-75,0r-18,-45r-97,0r-18,45r-74,0xm171,-99r-28,-72r-29,72r57,0","w":286},"B":{"d":"248,-70v0,94,-133,66,-226,70r0,-252v88,5,212,-25,215,64v1,31,-17,47,-39,56v28,11,50,25,50,62xm167,-174v-1,-30,-46,-20,-77,-22r0,44v31,-2,77,9,77,-22xm178,-79v0,-34,-54,-22,-88,-24r0,47v34,-2,88,10,88,-23","w":257},"C":{"d":"255,-52v-23,33,-55,59,-111,57v-78,-3,-125,-51,-130,-131v-8,-127,175,-175,239,-78r-52,40v-28,-48,-121,-32,-115,38v3,39,21,66,60,67v29,1,42,-15,57,-30","w":262},"D":{"d":"262,-127v0,119,-111,135,-240,127r0,-252r98,0v86,1,142,42,142,125xm190,-126v0,-51,-42,-69,-98,-64r0,128v57,5,98,-12,98,-64","w":275},"E":{"d":"22,-252r203,0r0,59r-134,0r0,39r121,0r0,55r-121,0r0,40r136,0r0,59r-205,0r0,-252","w":240},"F":{"d":"22,-252r202,0r0,61r-132,0r0,43r119,0r0,58r-119,0r0,90r-70,0r0,-252","w":233},"G":{"d":"260,-34v-26,22,-62,40,-109,39v-84,-1,-133,-49,-137,-131v-6,-122,156,-169,238,-94r-41,49v-38,-42,-126,-25,-126,46v0,58,61,87,109,59r0,-30r-50,0r0,-51r116,0r0,113","w":276},"H":{"d":"22,-252r70,0r0,94r90,0r0,-94r70,0r0,252r-70,0r0,-96r-90,0r0,96r-70,0r0,-252","w":273},"I":{"d":"24,-252r70,0r0,252r-70,0r0,-252","w":117},"J":{"d":"184,-92v13,105,-136,123,-183,54r45,-43v11,12,20,24,40,24v20,0,29,-14,28,-36r0,-159r70,0r0,160","w":203},"K":{"d":"22,-252r70,0r0,102r87,-102r83,0r-96,108r99,144r-84,0r-63,-94r-26,29r0,65r-70,0r0,-252","w":262},"L":{"d":"22,-252r70,0r0,191r122,0r0,61r-192,0r0,-252","w":221},"M":{"d":"22,-252r74,0r60,98r60,-98r74,0r0,252r-69,0r0,-145r-66,99r-64,-98r0,144r-69,0r0,-252","w":312},"N":{"d":"22,-252r65,0r104,133r0,-133r69,0r0,252r-61,0r-108,-138r0,138r-69,0r0,-252","w":282},"O":{"d":"285,-127v0,81,-54,132,-136,132v-81,0,-135,-50,-135,-131v0,-81,55,-131,136,-131v81,0,135,50,135,130xm85,-127v0,41,24,69,65,69v41,0,64,-28,64,-68v0,-40,-25,-68,-65,-68v-41,0,-64,28,-64,67","w":299},"P":{"d":"235,-163v-2,75,-62,95,-143,91r0,72r-70,0r0,-252v101,-1,215,-13,213,89xm165,-159v0,-37,-36,-35,-73,-34r0,66v35,1,73,2,73,-32","w":242},"Q":{"d":"150,-257v108,-6,169,116,113,203r26,22r-36,40r-27,-25v-20,13,-46,22,-77,22v-81,0,-135,-50,-135,-131v0,-81,55,-128,136,-131xm85,-126v-1,49,41,81,90,64r-35,-29r36,-40r34,31v14,-48,-13,-94,-61,-94v-40,0,-63,28,-64,68","w":299},"R":{"d":"246,-166v0,41,-22,65,-52,78r60,88r-80,0r-52,-76r-30,0r0,76r-70,0r0,-252v102,1,224,-18,224,86xm176,-161v0,-38,-47,-30,-84,-31r0,61v37,0,84,7,84,-30","w":258},"S":{"d":"198,-131v60,49,6,144,-77,135v-50,-5,-89,-16,-118,-41r39,-47v25,20,53,30,82,30v24,0,41,-21,20,-31v-49,-23,-129,-17,-129,-91v0,-97,148,-97,201,-47r-35,49v-20,-14,-42,-21,-70,-24v-22,-2,-34,19,-17,30v35,12,79,16,104,37","w":234},"T":{"d":"84,-191r-76,0r0,-61r221,0r0,61r-75,0r0,191r-70,0r0,-191","w":237},"U":{"d":"254,-112v-1,77,-41,117,-118,117v-77,0,-117,-39,-117,-116r0,-141r71,0r0,140v0,33,15,54,46,54v77,-2,38,-123,47,-194r71,0r0,140","w":272},"V":{"d":"2,-252r78,0r58,159r57,-159r76,0r-102,254r-65,0","w":273},"W":{"d":"5,-252r74,0r44,146r49,-147r60,0r48,147r44,-146r73,0r-85,254r-60,0r-51,-145r-51,145r-60,0","w":402},"X":{"d":"90,-128r-82,-124r80,0r44,71r45,-71r79,0r-83,123r87,129r-81,0r-48,-76r-49,76r-78,0","w":263},"Y":{"d":"95,-94r-96,-158r80,0r52,92r52,-92r78,0r-96,157r0,95r-70,0r0,-94","w":260},"Z":{"d":"14,-51r127,-142r-122,0r0,-59r218,0r0,51r-126,142r126,0r0,59r-223,0r0,-51","w":251},"[":{"d":"24,-252r124,0r0,46r-63,0r0,206r63,0r0,47r-124,0r0,-299","w":164},"\\":{"d":"-9,-287r56,0r159,333r-55,0","w":192},"]":{"d":"16,0r64,0r0,-206r-64,0r0,-46r125,0r0,299r-125,0r0,-47","w":164},"^":{"d":"67,-252r46,0r52,75r-48,0r-27,-35r-28,35r-47,0","w":180},"_":{"d":"-1,16r218,0r0,42r-218,0r0,-42","w":216},"`":{"d":"32,-257r63,-21r38,67r-48,0","w":180},"a":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v23,-10,45,-15,79,-15v62,0,95,25,95,86r0,112r-68,0r0,-20v-29,40,-122,30,-122,-36xm106,-85v-36,-4,-43,46,-7,46v23,0,36,-15,33,-41v-6,-2,-18,-4,-26,-5","w":215},"b":{"d":"232,-98v0,59,-29,100,-86,102v-29,1,-47,-12,-59,-28r0,24r-69,0r0,-263r69,0r0,94v14,-15,29,-31,59,-30v56,3,86,42,86,101xm85,-98v0,27,14,44,40,45v23,0,40,-20,40,-45v0,-24,-17,-44,-40,-44v-26,1,-40,18,-40,44","w":243},"c":{"d":"77,-98v0,47,57,58,76,25r46,33v-18,26,-44,45,-87,45v-62,0,-98,-40,-102,-102v-7,-100,142,-137,188,-58r-46,34v-17,-32,-75,-22,-75,23","w":204},"d":{"d":"157,-26v-15,15,-30,32,-60,30v-56,-3,-86,-42,-86,-101v0,-59,29,-99,86,-102v30,-2,46,14,60,28r0,-92r68,0r0,263r-68,0r0,-26xm78,-98v0,27,14,45,40,45v26,0,40,-18,40,-45v0,-26,-14,-44,-40,-44v-25,0,-40,18,-40,44","w":243},"e":{"d":"199,-35v-17,23,-45,40,-84,40v-63,0,-105,-37,-105,-102v0,-61,38,-102,99,-102v69,0,100,48,98,121r-131,0v6,40,66,39,86,12xm143,-113v0,-30,-36,-48,-56,-26v-6,6,-10,15,-12,26r68,0","w":217},"f":{"d":"143,-212v-17,-6,-50,-9,-45,19r44,0r0,53r-43,0r0,140r-68,0r0,-140r-23,0r0,-54r23,0v-8,-67,55,-81,112,-66r0,48","w":145},"g":{"d":"225,-47v14,114,-128,124,-208,83r22,-45v37,24,128,33,119,-37v-15,14,-31,30,-60,29v-53,-2,-87,-35,-87,-91v0,-54,31,-91,84,-91v31,0,46,12,62,27r0,-23r68,0r0,148xm78,-108v0,23,16,39,40,38v23,0,40,-16,40,-38v0,-22,-17,-38,-40,-38v-23,0,-40,16,-40,38","w":243},"h":{"d":"116,-138v-50,3,-22,90,-29,138r-69,0r0,-263r69,0r0,95v28,-51,124,-36,124,41r0,127r-68,0r0,-105v0,-19,-9,-34,-27,-33"},"i":{"d":"18,-263r72,0r0,51r-72,0r0,-51xm20,-195r68,0r0,195r-68,0r0,-195","w":108},"j":{"d":"18,-263r72,0r0,51r-72,0r0,-51xm88,-9v5,59,-45,75,-97,65r0,-45v20,1,30,-3,29,-23r0,-183r68,0r0,186","w":108},"k":{"d":"18,-263r69,0r0,133r53,-65r77,0r-68,78r70,117r-75,0r-40,-66r-17,20r0,46r-69,0r0,-263","w":217},"l":{"d":"20,-263r68,0r0,263r-68,0r0,-263","w":108},"m":{"d":"114,-138v-18,0,-28,11,-27,32r0,106r-69,0r0,-195r69,0r0,27v17,-38,99,-43,114,1v30,-50,132,-41,132,39r0,128r-69,0r0,-106v1,-20,-9,-32,-26,-32v-18,0,-28,11,-28,32r0,106r-69,0r0,-106v1,-21,-9,-32,-27,-32","w":349},"n":{"d":"116,-138v-50,3,-22,90,-29,138r-69,0r0,-195r69,0r0,28v28,-52,124,-37,124,40r0,127r-68,0r0,-105v0,-19,-9,-34,-27,-33"},"o":{"d":"226,-98v0,64,-43,103,-108,103v-64,0,-108,-38,-108,-102v0,-62,43,-102,108,-102v64,0,108,38,108,101xm77,-98v0,27,16,45,41,45v26,0,41,-17,41,-44v0,-26,-15,-44,-41,-44v-27,0,-41,18,-41,43","w":236},"p":{"d":"146,4v-29,1,-47,-12,-59,-28r0,82r-69,0r0,-253r69,0r0,26v14,-15,29,-31,59,-30v56,3,86,42,86,101v0,59,-29,100,-86,102xm85,-98v0,27,14,44,40,45v23,0,40,-20,40,-45v0,-24,-17,-44,-40,-44v-26,1,-40,18,-40,44","w":243},"q":{"d":"97,-199v30,-2,46,14,60,28r0,-24r68,0r0,253r-68,0r0,-84v-15,15,-30,32,-60,30v-56,-3,-86,-42,-86,-101v0,-59,29,-99,86,-102xm78,-98v0,27,14,45,40,45v26,0,40,-18,40,-45v0,-26,-14,-44,-40,-44v-25,0,-40,18,-40,44","w":243},"r":{"d":"148,-126v-66,-6,-63,61,-61,126r-69,0r0,-195r69,0r0,39v10,-24,27,-44,61,-42r0,72","w":154},"s":{"d":"133,-115v74,23,40,128,-37,119v-37,-5,-68,-11,-92,-28r25,-42v18,11,41,22,67,22v19,0,22,-15,9,-20v-39,-15,-91,-17,-92,-70v-1,-77,111,-77,158,-42r-23,43v-17,-10,-37,-16,-58,-18v-14,-1,-21,13,-7,19v11,5,36,13,50,17","w":185},"t":{"d":"143,-7v-44,23,-113,11,-113,-53r0,-80r-23,0r0,-55r23,0r0,-49r69,0r0,49r45,0r0,55r-45,0v5,30,-14,84,18,86v11,0,18,-3,26,-7r0,54","w":155},"u":{"d":"141,-27v-27,51,-124,36,-124,-40r0,-128r68,0r0,106v0,19,10,33,28,32v49,-4,21,-90,28,-138r69,0r0,195r-69,0r0,-27"},"v":{"d":"4,-195r72,0r37,114r37,-114r71,0r-77,196r-63,0","w":225},"w":{"d":"4,-195r67,0r26,98r30,-98r56,0r30,99r27,-99r66,0r-60,196r-60,0r-31,-101r-33,101r-58,0","w":309},"x":{"d":"68,-98r-64,-97r74,0r29,48r28,-48r73,0r-64,96r65,99r-73,0r-31,-50r-30,50r-72,0","w":212},"y":{"d":"35,-6v11,7,35,18,45,2r-76,-191r72,0r38,118r37,-118r70,0r-84,219v-16,42,-87,42,-124,18","w":225},"z":{"d":"12,-45r90,-95r-87,0r0,-55r177,0r0,45r-90,96r90,0r0,54r-180,0r0,-45","w":202},"{":{"d":"154,51v-61,-5,-101,-26,-94,-96v3,-31,-18,-36,-48,-36r0,-45v42,5,47,-19,47,-62v0,-53,45,-62,95,-69r11,40v-36,4,-48,22,-44,65v2,29,-16,42,-40,49v32,7,43,32,39,73v-3,30,20,34,45,41","w":176},"|":{"d":"38,-287r52,0r0,333r-52,0r0,-333","w":127},"}":{"d":"164,-81v-85,-13,-10,108,-97,123v-12,2,-27,7,-45,9r-10,-40v35,-5,48,-22,43,-66v-3,-28,16,-41,40,-48v-33,-7,-43,-32,-39,-74v3,-30,-18,-34,-44,-40r10,-40v61,6,101,24,94,96v-3,30,17,36,48,35r0,45","w":176},"~":{"d":"122,-82v-28,1,-63,-32,-74,3r-33,-9v7,-30,14,-53,44,-54v28,-2,63,32,75,-2r33,9v-7,30,-15,52,-45,53","w":181},"\u00c4":{"d":"109,-254r68,0r107,254r-75,0r-18,-45r-97,0r-18,45r-74,0xm171,-99r-28,-72r-29,72r57,0xm153,-320r59,0r0,51r-59,0r0,-51xm74,-320r60,0r0,51r-60,0r0,-51","w":286},"\u00c5":{"d":"143,-321v40,0,62,47,37,74r104,247r-75,0r-18,-45r-97,0r-18,45r-74,0r105,-247v-26,-25,-4,-74,36,-74xm119,-276v0,13,11,25,24,25v12,0,24,-12,24,-25v0,-12,-12,-23,-24,-23v-13,0,-24,11,-24,23xm171,-99r-28,-72r-29,72r57,0","w":286},"\u00c7":{"d":"146,-59v29,1,42,-15,57,-30r52,37v-22,29,-49,53,-98,56r-20,58r-54,-23r28,-38v-56,-17,-93,-56,-97,-127v-8,-127,175,-175,239,-78r-52,40v-28,-48,-121,-32,-115,38v3,39,21,66,60,67","w":262},"\u00c9":{"d":"22,-252r203,0r0,59r-134,0r0,39r121,0r0,55r-121,0r0,40r136,0r0,59r-205,0r0,-252xm128,-336r64,21r-53,46r-48,0","w":240},"\u00d1":{"d":"22,-252r65,0r104,133r0,-133r69,0r0,252r-61,0r-108,-138r0,138r-69,0r0,-252xm173,-269v-29,2,-64,-32,-75,3r-32,-9v6,-30,13,-53,44,-54v28,-1,64,32,75,-3r32,9v-6,30,-13,53,-44,54","w":282},"\u00d6":{"d":"285,-127v0,81,-54,132,-136,132v-81,0,-135,-50,-135,-131v0,-81,55,-131,136,-131v81,0,135,50,135,130xm85,-127v0,41,24,69,65,69v41,0,64,-28,64,-68v0,-40,-25,-68,-65,-68v-41,0,-64,28,-64,67xm159,-320r60,0r0,51r-60,0r0,-51xm81,-320r59,0r0,51r-59,0r0,-51","w":299},"\u00dc":{"d":"254,-112v-1,77,-41,117,-118,117v-77,0,-117,-39,-117,-116r0,-141r71,0r0,140v0,33,15,54,46,54v77,-2,38,-123,47,-194r71,0r0,140xm146,-320r60,0r0,51r-60,0r0,-51xm67,-320r60,0r0,51r-60,0r0,-51","w":272},"\u00e1":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v23,-10,45,-15,79,-15v62,0,95,25,95,86r0,112r-68,0r0,-20v-29,40,-122,30,-122,-36xm106,-85v-36,-4,-43,46,-7,46v23,0,36,-15,33,-41v-6,-2,-18,-4,-26,-5xm115,-279r64,21r-53,46r-48,0","w":215},"\u00e0":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v23,-10,45,-15,79,-15v62,0,95,25,95,86r0,112r-68,0r0,-20v-29,40,-122,30,-122,-36xm106,-85v-36,-4,-43,46,-7,46v23,0,36,-15,33,-41v-6,-2,-18,-4,-26,-5xm38,-258r64,-21r37,67r-48,0","w":215},"\u00e2":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v23,-10,45,-15,79,-15v62,0,95,25,95,86r0,112r-68,0r0,-20v-29,40,-122,30,-122,-36xm106,-85v-36,-4,-43,46,-7,46v23,0,36,-15,33,-41v-6,-2,-18,-4,-26,-5xm79,-271r56,0r46,60r-44,0r-30,-22r-31,22r-43,0","w":215},"\u00e4":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v23,-10,45,-15,79,-15v62,0,95,25,95,86r0,112r-68,0r0,-20v-29,40,-122,30,-122,-36xm106,-85v-36,-4,-43,46,-7,46v23,0,36,-15,33,-41v-6,-2,-18,-4,-26,-5xm117,-264r59,0r0,52r-59,0r0,-52xm38,-264r59,0r0,52r-59,0r0,-52","w":215},"\u00e3":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v23,-10,45,-15,79,-15v62,0,95,25,95,86r0,112r-68,0r0,-20v-29,40,-122,30,-122,-36xm106,-85v-36,-4,-43,46,-7,46v23,0,36,-15,33,-41v-6,-2,-18,-4,-26,-5xm139,-211v-29,1,-63,-31,-75,2r-32,-9v7,-29,14,-51,44,-53v29,-1,64,31,75,-3r33,9v-7,30,-15,52,-45,54","w":215},"\u00e5":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v23,-10,45,-15,79,-15v62,0,95,25,95,86r0,112r-68,0r0,-20v-29,40,-122,30,-122,-36xm106,-85v-36,-4,-43,46,-7,46v23,0,36,-15,33,-41v-6,-2,-18,-4,-26,-5xm155,-259v0,28,-21,46,-48,46v-27,0,-48,-18,-48,-46v0,-28,21,-46,48,-46v27,0,48,18,48,46xm83,-259v0,13,11,24,24,24v13,0,24,-11,24,-24v0,-12,-11,-24,-24,-24v-13,0,-24,12,-24,24","w":215},"\u00e7":{"d":"77,-98v0,47,57,58,76,25r46,33v-16,24,-37,41,-73,44r-21,58r-54,-23r29,-39v-38,-16,-67,-45,-70,-97v-6,-100,142,-137,188,-58r-46,34v-17,-32,-75,-22,-75,23","w":204},"\u00e9":{"d":"199,-35v-17,23,-45,40,-84,40v-63,0,-105,-37,-105,-102v0,-61,38,-102,99,-102v69,0,100,48,98,121r-131,0v6,40,66,39,86,12xm143,-113v0,-30,-36,-48,-56,-26v-6,6,-10,15,-12,26r68,0xm120,-279r63,21r-53,46r-48,0","w":217},"\u00e8":{"d":"199,-35v-17,23,-45,40,-84,40v-63,0,-105,-37,-105,-102v0,-61,38,-102,99,-102v69,0,100,48,98,121r-131,0v6,40,66,39,86,12xm143,-113v0,-30,-36,-48,-56,-26v-6,6,-10,15,-12,26r68,0xm35,-258r64,-21r37,67r-48,0","w":217},"\u00ea":{"d":"199,-35v-17,23,-45,40,-84,40v-63,0,-105,-37,-105,-102v0,-61,38,-102,99,-102v69,0,100,48,98,121r-131,0v6,40,66,39,86,12xm143,-113v0,-30,-36,-48,-56,-26v-6,6,-10,15,-12,26r68,0xm81,-270r56,0r46,59r-44,0r-30,-22r-31,22r-43,0","w":217},"\u00eb":{"d":"199,-35v-17,23,-45,40,-84,40v-63,0,-105,-37,-105,-102v0,-61,38,-102,99,-102v69,0,100,48,98,121r-131,0v6,40,66,39,86,12xm143,-113v0,-30,-36,-48,-56,-26v-6,6,-10,15,-12,26r68,0xm119,-263r59,0r0,52r-59,0r0,-52xm40,-263r59,0r0,52r-59,0r0,-52","w":217},"\u00ed":{"d":"20,-195r68,0r0,195r-68,0r0,-195xm64,-278r63,21r-52,46r-49,0","w":108},"\u00ec":{"d":"20,-195r68,0r0,195r-68,0r0,-195xm-19,-257r64,-21r38,67r-48,0","w":108},"\u00ee":{"d":"20,-195r68,0r0,195r-68,0r0,-195xm27,-271r55,0r46,60r-44,0r-30,-22r-30,22r-43,0","w":108},"\u00ef":{"d":"20,-195r68,0r0,195r-68,0r0,-195xm64,-263r59,0r0,52r-59,0r0,-52xm-15,-263r60,0r0,52r-60,0r0,-52","w":108},"\u00f1":{"d":"116,-138v-50,3,-22,90,-29,138r-69,0r0,-195r69,0r0,28v28,-52,124,-37,124,40r0,127r-68,0r0,-105v0,-19,-9,-34,-27,-33xm147,-211v-28,2,-63,-32,-74,2r-33,-9v7,-30,15,-52,45,-53v29,-1,63,31,74,-3r33,9v-7,30,-15,52,-45,54"},"\u00f3":{"d":"226,-98v0,64,-43,103,-108,103v-64,0,-108,-38,-108,-102v0,-62,43,-102,108,-102v64,0,108,38,108,101xm77,-98v0,27,16,45,41,45v26,0,41,-17,41,-44v0,-26,-15,-44,-41,-44v-27,0,-41,18,-41,43xm129,-279r64,21r-53,46r-48,0","w":236},"\u00f2":{"d":"226,-98v0,64,-43,103,-108,103v-64,0,-108,-38,-108,-102v0,-62,43,-102,108,-102v64,0,108,38,108,101xm77,-98v0,27,16,45,41,45v26,0,41,-17,41,-44v0,-26,-15,-44,-41,-44v-27,0,-41,18,-41,43xm43,-258r64,-21r37,67r-48,0","w":236},"\u00f4":{"d":"226,-98v0,64,-43,103,-108,103v-64,0,-108,-38,-108,-102v0,-62,43,-102,108,-102v64,0,108,38,108,101xm77,-98v0,27,16,45,41,45v26,0,41,-17,41,-44v0,-26,-15,-44,-41,-44v-27,0,-41,18,-41,43xm90,-270r56,0r46,59r-44,0r-30,-22r-31,22r-43,0","w":236},"\u00f6":{"d":"226,-98v0,64,-43,103,-108,103v-64,0,-108,-38,-108,-102v0,-62,43,-102,108,-102v64,0,108,38,108,101xm77,-98v0,27,16,45,41,45v26,0,41,-17,41,-44v0,-26,-15,-44,-41,-44v-27,0,-41,18,-41,43xm128,-263r59,0r0,52r-59,0r0,-52xm49,-263r59,0r0,52r-59,0r0,-52","w":236},"\u00f5":{"d":"226,-98v0,64,-43,103,-108,103v-64,0,-108,-38,-108,-102v0,-62,43,-102,108,-102v64,0,108,38,108,101xm77,-98v0,27,16,45,41,45v26,0,41,-17,41,-44v0,-26,-15,-44,-41,-44v-27,0,-41,18,-41,43xm149,-211v-28,1,-63,-32,-74,2r-33,-9v7,-30,15,-52,45,-53v29,-1,63,31,74,-3r33,9v-7,30,-15,52,-45,54","w":236},"\u00fa":{"d":"141,-27v-27,51,-124,36,-124,-40r0,-128r68,0r0,106v0,19,10,33,28,32v49,-4,21,-90,28,-138r69,0r0,195r-69,0r0,-27xm120,-278r63,21r-53,46r-48,0"},"\u00f9":{"d":"141,-27v-27,51,-124,36,-124,-40r0,-128r68,0r0,106v0,19,10,33,28,32v49,-4,21,-90,28,-138r69,0r0,195r-69,0r0,-27xm45,-257r64,-21r37,67r-48,0"},"\u00fb":{"d":"141,-27v-27,51,-124,36,-124,-40r0,-128r68,0r0,106v0,19,10,33,28,32v49,-4,21,-90,28,-138r69,0r0,195r-69,0r0,-27xm86,-271r56,0r46,60r-44,0r-30,-22r-30,22r-44,0"},"\u00fc":{"d":"141,-27v-27,51,-124,36,-124,-40r0,-128r68,0r0,106v0,19,10,33,28,32v49,-4,21,-90,28,-138r69,0r0,195r-69,0r0,-27xm124,-263r59,0r0,52r-59,0r0,-52xm45,-263r59,0r0,52r-59,0r0,-52"},"\u00b0":{"d":"150,-191v0,39,-26,64,-65,64v-39,0,-66,-26,-66,-64v0,-37,27,-64,66,-64v39,0,65,26,65,64xm55,-191v0,17,13,31,30,31v17,0,31,-14,30,-31v0,-18,-12,-30,-30,-30v-15,-1,-30,15,-30,30","w":169},"\u00a2":{"d":"200,-70v-17,24,-41,43,-81,43r-5,29r-41,0r6,-35v-39,-14,-67,-43,-67,-95v0,-63,41,-97,102,-101r4,-25r41,0r-5,31v19,7,35,20,45,35r-41,32v-4,-6,-11,-10,-17,-14r-17,90v16,-1,26,-10,34,-20xm107,-177v-38,3,-49,72,-16,91","w":207},"\u00a3":{"d":"178,-174v-14,-25,-69,-30,-66,12r0,18r78,0r0,49r-78,0r0,40r106,0r0,55r-202,0r0,-41r27,-11r0,-43r-27,0r0,-49r27,0v-20,-111,117,-145,177,-76","w":230},"\u00a7":{"d":"194,-54v0,76,-131,69,-168,30r28,-39v16,10,36,19,59,21v17,1,27,-13,11,-20v-41,-15,-109,-11,-109,-61v0,-23,15,-33,33,-39v-43,-41,4,-95,66,-95v35,0,67,12,85,29r-27,39v-16,-10,-36,-20,-59,-21v-17,-1,-28,13,-12,20v41,16,109,11,109,61v0,23,-15,33,-33,39v10,7,18,19,17,36xm67,-132v5,17,56,24,72,25v11,1,19,-3,19,-13v-5,-17,-55,-24,-72,-25v-11,-1,-19,3,-19,13","w":225},"\u00b6":{"d":"8,-165v-2,-90,91,-90,184,-87r0,252r-70,0r0,-79v-66,0,-113,-23,-114,-86","w":214},"\u00df":{"d":"169,-131v51,6,69,91,19,116v-20,10,-45,18,-77,16r0,-49v22,-2,40,-8,40,-30v-1,-20,-19,-27,-40,-29r0,-36v27,-7,45,-66,4,-66v-18,0,-29,14,-29,35r0,174r-68,0r0,-172v2,-61,36,-94,98,-94v52,0,88,25,90,76v1,30,-17,49,-37,59"},"\u00ae":{"d":"280,-127v0,79,-52,132,-131,132v-78,0,-130,-53,-130,-131v0,-78,52,-131,131,-131v78,0,130,52,130,130xm34,-126v0,71,46,117,115,117v70,0,116,-47,116,-118v0,-70,-46,-116,-115,-116v-70,0,-116,47,-116,117xm157,-199v60,-10,77,74,30,90r33,49r-44,0v-10,-14,-18,-30,-29,-43r-16,0r0,43r-39,0r0,-139r65,0xm177,-149v0,-21,-25,-17,-46,-17r0,34v21,0,46,2,46,-17","w":298},"\u00a9":{"d":"280,-127v0,79,-52,132,-131,132v-78,0,-130,-53,-130,-131v0,-78,52,-131,131,-131v78,0,130,52,130,130xm34,-126v0,71,46,117,115,117v70,0,116,-47,116,-118v0,-70,-46,-116,-115,-116v-70,0,-116,47,-116,117xm212,-87v-30,52,-141,34,-133,-41v-7,-70,98,-95,132,-43r-30,23v-15,-27,-67,-16,-62,21v-3,37,48,47,63,19","w":298},"\u00b4":{"d":"85,-278r63,21r-53,46r-48,0","w":180},"\u00a8":{"d":"100,-263r59,0r0,52r-59,0r0,-52xm21,-263r59,0r0,52r-59,0r0,-52","w":180},"\u00c6":{"d":"131,-252r236,0r0,59r-125,0r0,39r113,0r0,55r-113,0r0,40r127,0r0,59r-195,0r0,-45r-82,0r-23,45r-71,0xm174,-99r0,-96r-5,0r-49,96r54,0","w":382},"\u00d8":{"d":"285,-127v3,107,-117,162,-207,113r-14,16r-53,0r36,-41v-20,-21,-33,-49,-33,-87v0,-106,117,-161,207,-112r14,-16r53,0r-36,41v18,21,32,49,33,86xm178,-189v-62,-28,-117,38,-85,98xm121,-63v62,28,116,-38,85,-98","w":299},"\u00b1":{"d":"213,-74v1,102,-164,95,-207,34r43,-42v16,15,33,28,62,28v19,1,33,-8,33,-25v-1,-26,-37,-22,-66,-22r0,-52v28,0,61,2,61,-23v-8,-38,-69,-19,-82,5r-43,-40v23,-25,50,-47,99,-46v51,2,91,18,93,68v1,32,-16,48,-38,58v25,8,45,25,45,57","w":222},"\u00a5":{"d":"93,-33r-66,0r0,-44r66,0r0,-18r-66,0r0,-43r49,0r-75,-114r80,0r47,83r48,-83r77,0r-75,114r50,0r0,43r-66,0r0,18r66,0r0,44r-66,0r0,33r-69,0r0,-33","w":254},"\u00b5":{"d":"285,-127v0,40,-14,69,-36,90r63,65r0,4r-93,0r-33,-32v-96,19,-172,-34,-172,-126v0,-81,55,-131,136,-131v81,0,135,50,135,130xm85,-127v0,41,24,69,65,69v41,0,64,-28,64,-68v0,-40,-25,-68,-65,-68v-41,0,-64,28,-64,67","w":299},"\u00aa":{"d":"83,-157v-16,23,-71,18,-67,-19v-4,-35,42,-37,68,-31v1,-24,-36,-19,-52,-12r-7,-27v36,-16,96,-11,96,40r0,61r-38,0r0,-12xm15,-125r107,0r0,28r-107,0r0,-28xm69,-192v-18,-2,-24,25,-4,25v14,0,20,-7,19,-22v-4,-1,-10,-3,-15,-3","w":140},"\u00ba":{"d":"129,-199v0,35,-24,57,-59,57v-34,0,-58,-20,-58,-56v0,-36,25,-56,59,-56v34,0,58,22,58,55xm18,-125r104,0r0,28r-104,0r0,-28xm49,-199v0,14,9,25,22,25v12,0,21,-11,21,-24v0,-13,-9,-24,-22,-24v-12,0,-21,11,-21,23","w":140},"\u00e6":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v38,-18,118,-24,145,7v15,-13,34,-23,61,-23v68,2,101,50,96,121r-130,0v6,40,65,39,85,12r38,31v-26,46,-126,53,-161,11v-39,37,-150,45,-150,-32xm264,-113v0,-30,-37,-48,-57,-26v-6,6,-9,15,-11,26r68,0xm106,-85v-36,-5,-41,48,-6,46v13,0,26,-5,39,-16v-7,-11,-1,-29,-19,-28v-5,-1,-9,-2,-14,-2","w":338},"\u00f8":{"d":"226,-98v2,83,-91,125,-163,89r-10,11r-48,0r30,-33v-15,-16,-24,-38,-25,-66v-1,-81,91,-125,163,-88r10,-12r48,0r-30,34v15,16,24,37,25,65xm134,-141v-39,-13,-72,23,-56,63xm103,-53v38,13,71,-24,55,-63","w":236},"\u00bf":{"d":"69,-252r72,0r0,61r-72,0r0,-61xm191,-34v-40,53,-186,57,-183,-38v1,-48,31,-66,70,-75r4,-23r44,0r9,60v-25,11,-58,6,-60,33v8,35,66,14,80,-4","w":194},"\u00a1":{"d":"23,-252r71,0r0,61r-71,0r0,-61xm19,0v0,-64,15,-113,21,-170r36,0v7,57,21,106,21,170r-78,0","w":116},"\u00ab":{"d":"167,-11v-20,-30,-45,-55,-63,-87r63,-84r49,24r-46,62r46,61xm11,-88r0,-17r57,-77r50,24r-47,62r47,61r-50,24","w":227},"\u00bb":{"d":"110,-35r47,-61r-47,-62r49,-24r57,77r0,17r-57,77xm11,-35r47,-61r-47,-62r49,-24v20,30,45,55,63,87r-63,84","w":227},"\u00a0":{"w":99},"\u00c0":{"d":"109,-254r68,0r107,254r-75,0r-18,-45r-97,0r-18,45r-74,0xm171,-99r-28,-72r-29,72r57,0xm71,-315r63,-21r38,67r-49,0","w":286},"\u00c3":{"d":"109,-254r68,0r107,254r-75,0r-18,-45r-97,0r-18,45r-74,0xm171,-99r-28,-72r-29,72r57,0xm175,-269v-29,2,-64,-33,-75,3r-33,-9v7,-30,14,-53,45,-54v28,-2,64,32,74,-3r33,9v-7,30,-14,53,-44,54","w":286},"\u00d5":{"d":"285,-127v0,81,-54,132,-136,132v-81,0,-135,-50,-135,-131v0,-81,55,-131,136,-131v81,0,135,50,135,130xm85,-127v0,41,24,69,65,69v41,0,64,-28,64,-68v0,-40,-25,-68,-65,-68v-41,0,-64,28,-64,67xm181,-269v-28,2,-63,-32,-74,3r-33,-9v7,-30,14,-53,44,-54v28,-2,65,33,75,-3r33,9v-7,30,-14,53,-45,54","w":299},"\u00ff":{"d":"35,-6v11,7,35,18,45,2r-76,-191r72,0r38,118r37,-118r70,0r-84,219v-16,42,-87,42,-124,18xm122,-263r59,0r0,52r-59,0r0,-52xm43,-263r60,0r0,52r-60,0r0,-52","w":225},"\u00a4":{"d":"112,-81v12,32,69,33,84,3r43,40v-19,24,-44,44,-87,43v-63,-1,-95,-36,-110,-85r-29,0r0,-38r25,0v0,-6,-2,-13,0,-18r-25,0r0,-37r31,0v8,-83,146,-115,194,-43r-44,41v-14,-27,-71,-31,-81,3r56,0r0,36r-64,0r0,18r64,0r0,37r-57,0","w":245},"\u00b7":{"d":"15,-148r72,0r0,71r-72,0r0,-71","w":102},"\u00c2":{"d":"109,-254r68,0r107,254r-75,0r-18,-45r-97,0r-18,45r-74,0xm171,-99r-28,-72r-29,72r57,0xm116,-328r55,0r46,59r-44,0r-30,-22r-30,22r-44,0","w":286},"\u00ca":{"d":"22,-252r203,0r0,59r-134,0r0,39r121,0r0,55r-121,0r0,40r136,0r0,59r-205,0r0,-252xm96,-328r56,0r46,59r-44,0r-30,-22r-30,22r-44,0","w":240},"\u00c1":{"d":"109,-254r68,0r107,254r-75,0r-18,-45r-97,0r-18,45r-74,0xm171,-99r-28,-72r-29,72r57,0xm152,-336r64,21r-53,46r-48,0","w":286},"\u00cb":{"d":"22,-252r203,0r0,59r-134,0r0,39r121,0r0,55r-121,0r0,40r136,0r0,59r-205,0r0,-252xm134,-320r59,0r0,51r-59,0r0,-51xm55,-320r59,0r0,51r-59,0r0,-51","w":240},"\u00c8":{"d":"22,-252r203,0r0,59r-134,0r0,39r121,0r0,55r-121,0r0,40r136,0r0,59r-205,0r0,-252xm60,-315r63,-21r38,67r-48,0","w":240},"\u00cd":{"d":"24,-252r70,0r0,252r-70,0r0,-252xm69,-336r63,21r-52,46r-49,0","w":117},"\u00ce":{"d":"24,-252r70,0r0,252r-70,0r0,-252xm31,-328r56,0r46,59r-44,0r-30,-22r-31,22r-43,0","w":117},"\u00cf":{"d":"24,-252r70,0r0,252r-70,0r0,-252xm69,-320r59,0r0,51r-59,0r0,-51xm-10,-320r59,0r0,51r-59,0r0,-51","w":117},"\u00cc":{"d":"24,-252r70,0r0,252r-70,0r0,-252xm-15,-315r64,-21r37,67r-48,0","w":117},"\u00d3":{"d":"285,-127v0,81,-54,132,-136,132v-81,0,-135,-50,-135,-131v0,-81,55,-131,136,-131v81,0,135,50,135,130xm85,-127v0,41,24,69,65,69v41,0,64,-28,64,-68v0,-40,-25,-68,-65,-68v-41,0,-64,28,-64,67xm162,-336r64,21r-53,46r-48,0","w":299},"\u00d4":{"d":"285,-127v0,81,-54,132,-136,132v-81,0,-135,-50,-135,-131v0,-81,55,-131,136,-131v81,0,135,50,135,130xm85,-127v0,41,24,69,65,69v41,0,64,-28,64,-68v0,-40,-25,-68,-65,-68v-41,0,-64,28,-64,67xm122,-328r55,0r47,60r-44,0r-31,-22r-30,22r-43,0","w":299},"\u00d2":{"d":"285,-127v0,81,-54,132,-136,132v-81,0,-135,-50,-135,-131v0,-81,55,-131,136,-131v81,0,135,50,135,130xm85,-127v0,41,24,69,65,69v41,0,64,-28,64,-68v0,-40,-25,-68,-65,-68v-41,0,-64,28,-64,67xm73,-315r64,-21r38,67r-49,0","w":299},"\u00da":{"d":"254,-112v-1,77,-41,117,-118,117v-77,0,-117,-39,-117,-116r0,-141r71,0r0,140v0,33,15,54,46,54v77,-2,38,-123,47,-194r71,0r0,140xm146,-334r64,21r-53,46r-49,0","w":272},"\u00db":{"d":"254,-112v-1,77,-41,117,-118,117v-77,0,-117,-39,-117,-116r0,-141r71,0r0,140v0,33,15,54,46,54v77,-2,38,-123,47,-194r71,0r0,140xm109,-328r55,0r46,59r-44,0r-30,-22r-30,22r-43,0","w":272},"\u00d9":{"d":"254,-112v-1,77,-41,117,-118,117v-77,0,-117,-39,-117,-116r0,-141r71,0r0,140v0,33,15,54,46,54v77,-2,38,-123,47,-194r71,0r0,140xm63,-313r64,-21r38,67r-49,0","w":272},"\u00af":{"d":"22,-255r136,0r0,42r-136,0r0,-42","w":180},"\u00b8":{"d":"39,39r33,-44r45,0r-23,67","w":180},"\u00d0":{"d":"279,-127v0,120,-111,135,-239,127r0,-99r-29,0r0,-55r29,0r0,-98v127,-7,239,4,239,125xm208,-126v0,-53,-41,-72,-100,-66r0,38r42,0r0,55r-42,0r0,39v59,5,100,-12,100,-66","w":293}}});
var isIE7 = (navigator.userAgent).indexOf("MSIE 7") != -1;
var isIE9 = (navigator.userAgent).indexOf("MSIE 9") != -1;
var isIE8 = (navigator.userAgent).indexOf("MSIE 8") != -1;
var isIE = (navigator.userAgent).indexOf("MSIE") != -1;
var isKit = (navigator.userAgent).indexOf("WebKit") != -1;
var hash = window.location.hash.substring(1);

//Init Scroller
var int_scroller = function() {
    if($('.scroll').length) {
        $('.scroll').jScrollPane({maintainPosition: false, horizontalBar: false, verticalDragMaxHeight: '250'});
    }
};

//Init Cufon
var int_cufon = function() {
    Cufon.replace('.cufon', { fontFamily: 'TVNordEFOP', hover: true });
    Cufon.replace('.cufon-shdw', { fontFamily: 'TVNordEFOP', textShadow: '1px 1px #000', hover: true });
};

//Init Fancybox
var int_fancybox = function() {
    $('a.fancybox').fancybox({
        'overlayOpacity': 0.75,
        'overlayColor'  : '#002856',
        'hideOnContentClick': false,
        'padding'       : 1
    });
};

//Return Empty Link
var empty = function(e) {
    e.preventDefault();
    e.stopPropagation();
};

//Init Addthis Share
var initialize_add_this = function(){
    $.getScript("http://s7.addthis.com/js/250/addthis_widget.js#domready=1", function(){
      if (window.addthis){
         window.addthis.ost = 0;
         window.addthis.ready();
      }
    });
}; 

var init_menu = function(){ 
    $('#header .menu ul.menu-box li.parent').mouseenter(function(){
        $('ul.menu-box-child',this).toggle();
        $('a', this).addClass('active');
    }).mouseleave(function(){
        $('ul.menu-box-child',this).toggle();
        $('a', this).removeClass('active');
    });
    if(hash) {    
        if($('body.tires').length) {  
            $('a[href="#'+hash+'"]').trigger('click');
        }
    }
};
var init_tires = function(){
    if($('#tires-block').length) {
        scrollThumbs($("#tires-block .tiredata-gallery.passenger"), 136, 'x', 6, 400);
        scrollThumbs($("#tires-block .tiredata-gallery.suv"), 136, 'x', 6, 400);
        scrollThumbs($("#tires-block .tiredata-gallery.truck"), 160, 'x', 5, 400);
    }
};
var init_tires_details = function(){
    if($('#specs').length) {  
        $('.specs-row, .specs-row-alt').mouseenter(function(){
            $(this).addClass('over');
        }).mouseleave(function(){
            $(this).removeClass('over');
        });
    }
};
var locator = function() { 
	function zipmatch(zipcode) {
		var re = /^((\d{5}-\d{4})|(\d{5})|([AaBbCcEeGgHhJjKkLlMmNnPpRrSsTtVvXxYy]\d[A-Za-z]\s?\d[A-Za-z]\d))$/
		if (zipcode.match(re)) {
			return 1;
		} else {
			return 0;
		}
	}
    //Handle Submit Action
	function dealerlocatorSubmit(){ 
		var err = 0; 
		if($("#input_zip").val() == "" || $("#input_zip").val() == 'Enter ZIP'){
			alert("Please enter your zip code.");
			err = 1;
		} 
		if(err == 0){
		  if(!$('#dealerlocator').length){ 
		      $(".message").show(); 
          } else { 
			$("#dealerlocator").submit();
            return true;
          }
		}
        return false;
	} 
    if($("#input_zip").length) {  
        $("#input_zip").keypress(function(event) { 
    		if ( event.which == 13 ) {
    			dealerlocatorSubmit();
    		}
	    });
        $("#submit-locate").click(function() { 
            dealerlocatorSubmit();
	    });
    	$("#input_zip").focus(function () {
    		if($(this).val() === $(this).attr("title")) {
    			$(this).val("");
    		}
    	}).blur(function () {
    		if ($(this).val() === "") {
    			$(this).val($(this).attr("title"));
    		}
    	});
     }
}; 
var appguide = function(){
    if($("#year, #make, #model").length){ 
        initSelects();
    }
    function getSelectData(id, val, rel){
        $.ajax({
			type: "POST",
			url: "/ajax/_ajax_appguide_selects.php",
			data: ({
				input: val,
				mode: id
			}),
			success: function(msg){
				updateSelect(rel,msg);
			}
		});
	}

	function updateSelect(id, data){
		$("#" + id).html(data);
		$("#" + id).attr("disabled","");
		initSelects();
	}

	function initSelects(){
		$("#year, #make, #model").unbind().change(function(){
			var id = $(this).attr("id");
			var val = $(this).val();
			var rel = $(this).attr("rel");
			$("#tiredata").empty();
			getSelectData(id, val, rel);
		});

		$("#year").change(function(){
			resetSelect("model");
			resetSelect("trim");
		});

		$("#make").change(function(){
			resetSelect("trim");
		});

		$("#trim").unbind().change(function(){
			getFitment($(this).val());
		});
	}

	function getFitment(input){
		$.ajax({
			type: "POST",
			url: "/ajax/_ajax_appguide_selects.php",
			data: ({
				input: input,
				mode: "results"
			}),
			success: function(msg){
				$("#tiredata").html(msg);
                scrollThumbs($("#tiredata"), 136, 'x', 4, 400);
			}
		});
	}

	function resetSelect(id){
		$("#" + id).attr("disabled","disabled");
		$("#" + id).html("<option>-- Select --</option>");
	} 
}
//Create Thumbs Scroller with ScrollTo Plugin
var scrollThumbs = function($obj, e, axis, max, speed) { 
    var $thumbsBox = $('.thumbs', $obj);
    $('<div class="prev hit">').insertBefore($thumbsBox);
    $('<div class="next hit">').insertAfter($thumbsBox);
    if(axis == 'x') { 
        var width = $thumbsBox.find('li:visible').length * e; 
        $obj.find('ul').css({width: width + 'px'});   
    }
    var count = $thumbsBox.find('li:visible').length;
    if(count <= max) $obj.find('.hit').hide();
	$obj.find('.next').unbind().click(function(){ 
        $thumbsBox.scrollTo("+=" + e, speed, { 'axis': axis, easing: 'easeOutBack'});
	});
	$obj.find('.prev').unbind().click(function(){ 
        $thumbsBox.scrollTo("-=" + e, speed, { 'axis': axis, easing: 'easeOutBack'});
	})
    $thumbsBox.scrollTo(0);  
}; 
var init_override = function(){
  $('#node ul.breadcrumb li:last-child').css({'padding-right': '2px'}); 
  if(isKit) 
    $('#header .menu ul.menu-box li.parent:nth-child(3)').css({'padding-left': '28px'});
  if(isIE7 || isKit) 
    $('#header .menu ul.menu-box li.parent:last-child').css({'padding-left': '15px'});
  else if(isIE8) {
    $('#header .menu ul.menu-box li.parent:last-child').css({'padding-left': '3px'});
    $('#home-block .news-block ul.feed li .date').css({'font-sizeft': '18px'});
  }
  else
    $('#header .menu ul.menu-box li.parent:last-child').css({'padding-left': '9px'}); 
  if(isIE) $('#dealerlocator-form select').css({top: 0});
  if(isIE9) $('#mini-locator').css({'width': '178px'});  
};int_cufon();
$(function(){
    init_menu(); 
    locator(); 
    appguide();
    init_tires();
    init_tires_details();
    int_scroller();
    init_override();
    int_fancybox(); 
});
