﻿/*
 * 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) 2010 by Antoni Marcin Frontczak. Zrealizowano przy pomocy
 * finansowej Ministerstwa Kultury i Dziedzictwa Narodowego.
 * 
 * Trademark:
 * Nessus Black Italic is a trademark of Antoni Marcin Frontczak.
 * 
 * Full name:
 * Nessus-BlackItalic
 * 
 * Description:
 * Copyright (c) 2010 by Antoni Marcin Frontczak. Zrealizowano przy pomocy
 * finansowej Ministerstwa Kultury i Dziedzictwa Narodowego.
 * 
 * Manufacturer:
 * Antoni Marcin Frontczak
 * 
 * Designer:
 * Antoni Marcin Frontczak
 */
Cufon.registerFont({"w":217,"face":{"font-family":"Nessus","font-weight":900,"font-style":"italic","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":"3","bbox":"-26 -358 423 94.1665","underline-thickness":"23.4","underline-position":"-12.96","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":102},"d":{"d":"145,-285r64,-3v-7,94,-28,189,-24,288r-59,2r-3,-12v-12,8,-24,13,-38,13v-71,0,-74,-77,-64,-123v6,-31,23,-78,83,-78v10,0,20,3,29,8xm80,-80v-2,36,18,38,41,22v0,-20,3,-45,7,-80v-5,-4,-13,-6,-18,-6v-29,0,-30,47,-30,64","w":209,"k":{"}":-14,"|":-9,"\\":-19,"]":-11,"?":-5,"*":-12,")":-17,"'":-6,"#":-6,"\"":-5,"j":-3,"h":-5,"k":-5,"l":-5,"m":-3,"n":-3,"r":-3,"\u0144":-3,"p":-3,"z":-3,"\u017a":-3,"\u017c":-3,"\u0105":-3,"a":-3,"S":-3,"$":-3,"\u015a":-3,"b":-3}},"e":{"d":"160,-74r9,50v-17,12,-42,27,-77,27v-47,0,-74,-28,-75,-83v0,-54,24,-118,94,-118v46,0,70,30,70,60v0,44,-46,62,-98,75v12,32,61,7,77,-11xm79,-107v16,-5,41,-11,42,-27v1,-12,-5,-16,-9,-16v-19,0,-27,17,-33,43","w":191,"k":{"7":3,"3":8,"\\":6,"?":6,"+":-8,"'":9,"x":6,"w":3,"y":6,"s":-3,"\u015b":-3,"t":3,"S":-3,"$":-3,"\u015a":-3}},"f":{"d":"23,-192r18,-3v4,-53,11,-95,77,-96v16,0,34,5,48,9r-16,54v-21,-13,-41,-17,-44,6v-1,6,-1,22,-1,25r42,0r-9,50r-35,0v-17,108,9,236,-122,241r6,-55v22,0,33,-17,34,-30r16,-156r-19,0","w":145,"k":{"i":9,"4":17,"\u0142":6,"}":-25,"|":-20,"\\":-31,"]":-22,"?":-11,"\/":17,".":20,"-":8,",":20,"*":-23,")":-25,"'":-14,"\"":-6,"x":9,"v":-3,"j":8,"Y":-12,"d":11,"e":11,"o":11,"q":11,"\u0107":11,"\u00f3":11,"\u0119":11,"c":11,"g":11,"h":8,"k":8,"l":11,"m":3,"n":3,"r":3,"\u0144":3,"p":3,"u":3,"s":8,"\u015b":8,"f":14,"t":11,"z":9,"\u017a":9,"\u017c":9,"\u0105":11,"a":11,"b":8}},"g":{"d":"147,-198r59,1v-14,42,-18,110,-24,162v-3,29,-8,129,-106,129v-45,0,-86,-31,-86,-31r45,-39v4,3,22,15,45,15v19,0,34,-14,37,-46v-10,6,-19,10,-29,10v-74,0,-77,-77,-67,-123v6,-31,27,-78,87,-78v12,0,23,4,33,12v1,-4,4,-8,6,-12xm98,-48v5,-1,21,-1,21,-12v0,-36,23,-76,-9,-84v-20,0,-27,27,-28,40v-3,22,-1,56,16,56","w":209,"k":{"i":-3,"4":-3,"+":-8,"*":-8,"'":-3,"%":-8,"j":-3,"p":-3,"u":-6,"s":-3,"\u015b":-3,"S":-3,"$":-3,"\u015a":-3}},"h":{"d":"44,-285r64,-3r-8,103v41,-30,105,-5,98,62r-13,123r-67,0r12,-125v1,-13,-3,-18,-9,-18v-11,0,-20,9,-28,20v-1,35,-8,86,-12,123r-67,0","w":216,"k":{"7":11,"3":9,"1":6,"}":9,"\\":8,"]":3,"?":5,"\/":9,"+":-8,")":5,"'":8,"v":3,"y":5,"t":6,"S":-3,"$":-3,"\u015a":-3}},"j":{"d":"35,-197r67,0r-20,188v-5,59,-34,103,-108,103r7,-55v22,0,31,-16,32,-30xm38,-255v0,-20,18,-35,41,-35v20,0,34,14,34,31v0,19,-18,35,-41,35v-20,0,-34,-15,-34,-31","w":113,"k":{"t":3,"}":-12,"\\":-5,"]":-14,"+":-9,"*":-11,")":-14,"%":-12}},"k":{"d":"44,-285r64,-3r-14,167r10,-3r38,-74r76,1r-65,93v17,30,28,70,42,104r-72,0r-23,-81r-10,5r-9,76r-67,0","w":215,"k":{"i":3,"9":6,"0":5,"\u0142":8,"~":9,"@":8,"?":5,"-":5,"+":3,"*":-9,")":5,"%":-14,"v":-3,"j":3,"d":14,"e":11,"o":11,"q":11,"\u0107":11,"\u00f3":11,"\u0119":11,"c":11,"g":11,"h":6,"k":6,"l":3,"m":3,"n":3,"r":3,"\u0144":3,"p":6,"u":3,"s":3,"\u015b":3,"f":3,"t":8,"z":3,"\u017a":3,"\u017c":3,"\u0105":9,"a":9}},"l":{"d":"45,-285r64,-3r-24,230r15,-4r2,49v-6,4,-29,16,-45,16v-33,0,-43,-15,-39,-57","w":117,"k":{"4":-11,"\u0142":5,"\\":-6,"?":-8,";":-6,":":-5,".":-6,"-":3,",":-8,"+":-9,"*":-9,"%":-11,"!":-5,"e":3,"o":3,"q":3,"\u0107":3,"\u00f3":3,"\u0119":3,"c":3,"m":-3,"n":-3,"r":-3,"\u0144":-3,"y":3,"s":-6,"\u015b":-6,"t":6,"\u0105":-3,"a":-3}},"m":{"d":"28,-197r59,-1v1,5,3,10,4,16v25,-23,68,-20,91,2v47,-36,124,-18,116,57r-13,123r-68,0r14,-129v2,-28,-22,-18,-33,-7r-14,136r-67,0r13,-129v-1,-32,-26,-15,-37,1r-12,128r-67,0v4,-62,20,-132,14,-197","w":316,"k":{"9":-3,"7":9,"\\":9,";":-3,"+":-8,"'":9,"v":3,"h":3,"k":3,"w":3,"y":6,"t":3,"\u0105":-3,"a":-3}},"n":{"d":"28,-197r59,-1v2,5,3,11,4,17v44,-36,115,-13,107,58r-13,123r-67,0r12,-125v1,-13,-3,-18,-9,-18v-11,0,-20,9,-28,20r-12,123r-67,0v4,-62,20,-132,14,-197","w":216,"k":{"7":9,"\\":9,"?":3,";":-3,"+":-9,"'":9,"x":6,"v":5,"w":5,"y":5,"t":3}},"o":{"d":"113,-198v62,0,76,47,76,78v0,46,-19,123,-97,123v-64,0,-76,-47,-76,-83v0,-46,19,-118,97,-118xm108,-144v-23,0,-27,44,-27,62v0,15,3,30,17,30v17,0,24,-30,26,-52v1,-13,4,-40,-16,-40","w":202,"k":{"7":8,"\\":8,"'":12,"x":12,"v":9,"w":6,"y":8,"f":3,"t":6,"z":3,"\u017a":3,"\u017c":3,"b":3}},"p":{"d":"28,-197r59,-1r3,15v11,-9,24,-15,39,-15v58,0,66,47,68,78v4,52,-35,145,-117,118r-13,93r-63,3v7,-96,28,-191,24,-291xm91,-126r-6,72v32,22,44,-18,48,-50v1,-13,3,-40,-17,-40v-10,0,-19,8,-25,18","w":210,"k":{"0":-3,"\\":9,"?":3,"+":-9,"'":9,"x":8,"v":5,"w":3,"y":5,"f":3,"t":5,"z":3,"\u017a":3,"\u017c":3}},"q":{"d":"147,-198r59,1v-22,82,-24,195,-37,288r-63,3r7,-97v-8,3,-16,6,-25,6v-74,0,-77,-77,-67,-123v7,-31,27,-78,87,-78v12,0,23,4,33,12v1,-4,4,-8,6,-12xm98,-48v5,-1,21,-1,21,-12v0,-36,23,-76,-9,-84v-20,0,-27,27,-28,40v-3,22,-1,56,16,56","w":209,"k":{"\u015a":-3,"$":-3,"S":-3,"y":-3,"p":-3,"f":-5,"9":-5,",":-6,"+":-8,"*":-9,"'":-3,"%":-14,"\"":-5}},"r":{"d":"28,-197r59,-1v2,6,3,12,4,19v12,-20,44,-24,65,-14r-20,74v-5,-5,-20,-16,-27,-16v-31,17,-18,91,-28,135r-67,0v4,-62,20,-132,14,-197","w":158,"k":{"i":5,"\u0142":6,"~":3,"}":3,"]":6,"?":5,"\/":17,".":31,",":26,"*":-8,")":5,"%":-14,"x":12,"j":6,"d":12,"e":8,"o":8,"q":8,"\u0107":8,"\u00f3":8,"\u0119":8,"c":8,"g":12,"h":6,"k":6,"l":3,"m":3,"n":3,"r":3,"\u0144":3,"p":3,"u":3,"s":6,"\u015b":6,"f":3,"z":11,"\u017a":11,"\u017c":11,"\u0105":11,"a":11,"b":8}},"s":{"d":"168,-183r-13,54v-13,-8,-34,-22,-55,-22v-15,0,-11,19,2,24v30,10,59,28,59,60v1,83,-104,79,-156,51r12,-53v20,8,40,21,64,21v6,0,13,-3,13,-12v0,-9,-9,-15,-26,-21v-61,-21,-67,-117,33,-117v31,0,65,14,67,15","w":176,"k":{"c":-3,"~":-3,"?":6,"+":-8,"*":-8,"%":-14,"!":-3,"x":3,"e":-3,"o":-3,"q":-3,"\u0107":-3,"\u00f3":-3,"\u0119":-3,"l":-3,"y":3,"t":3,"z":3,"\u017a":3,"\u017c":3}},"t":{"d":"65,-255r56,-2r-7,60r42,0r-9,53r-38,0r-10,88r39,-18r4,55v0,0,-36,22,-57,22v-70,0,-47,-87,-42,-147r-25,0r5,-49r29,-4","w":160,"k":{"i":3,"4":-9,"\u0142":3,";":-6,":":-5,".":-6,",":-8,"+":-6,"*":-9,"%":-14,"!":-6,"j":3,"d":3,"g":3,"s":-3,"\u015b":-3,"f":5,"t":11,"\u0105":-3,"a":-3,"S":-5,"$":-5,"\u015a":-5}},"u":{"d":"33,-197r67,0r-13,126v2,32,27,15,38,-2v1,-35,8,-87,12,-124r67,0v-5,62,-19,132,-14,197r-59,2v-2,-5,-3,-11,-4,-17v-43,38,-114,13,-107,-58","w":214,"k":{"i":-3,"4":-5,"}":-5,"]":-6,".":-5,"*":-11,")":-6,"%":-11,"h":-3,"k":-3,"l":-3,"m":-3,"n":-3,"r":-3,"\u0144":-3,"s":-6,"\u015b":-6,"z":-3,"\u017a":-3,"\u017c":-3,"\u0105":-3,"a":-3,"S":-3,"$":-3,"\u015a":-3,"b":-6}},"v":{"d":"14,-197r69,0v10,39,20,97,15,140v3,-52,28,-99,47,-140r68,0r-93,197r-57,0","w":213,"k":{"b":5,"a":12,"c":14,"\u0119":14,"\u017c":8,"\u00f3":14,"\u0144":6,"\u0107":14,"\u017a":8,"\u015b":9,"\u0105":12,"z":8,"u":6,"t":3,"s":9,"r":6,"q":14,"p":6,"o":14,"n":6,"m":6,"l":5,"k":11,"h":11,"g":12,"f":6,"e":14,"d":9,"i":6,"4":9,"0":6,"\u0142":11,"~":12,"?":6,"\/":23,".":34,"-":6,",":31,"*":-8,"%":-14,"!":5,"x":11,"j":6}},"w":{"d":"14,-197r67,0v7,37,16,78,12,123v4,-23,28,-91,39,-120r51,0v7,34,17,82,13,120v5,-36,22,-89,35,-123r66,0r-84,197r-52,0v-6,-33,-15,-82,-14,-115v-5,33,-25,83,-38,115r-53,0","w":297,"k":{"i":6,"8":3,"4":9,"0":6,"\u0142":8,"~":6,"@":3,"?":6,"\/":20,".":22,"-":6,",":22,"*":-9,"%":-11,"!":3,"x":3,"d":9,"e":13,"o":13,"q":13,"\u0107":13,"\u00f3":13,"\u0119":13,"c":13,"g":9,"h":8,"k":8,"m":6,"n":6,"r":6,"\u0144":6,"p":3,"u":6,"s":6,"\u015b":6,"f":6,"t":3,"z":3,"\u017a":3,"\u017c":3,"\u0105":11,"a":11,"b":6}},"x":{"d":"24,-197r70,0v8,15,16,29,21,47v5,-17,20,-33,29,-47r72,0r-71,97r53,100r-70,0v-8,-17,-19,-31,-24,-51v-9,20,-22,33,-33,51r-75,0r78,-102","w":214,"k":{"a":8,"c":14,"\u0119":14,"\u00f3":14,"\u0107":14,"\u0105":8,"u":6,"t":3,"q":14,"o":14,"g":9,"f":6,"e":14,"d":9,"i":6,"4":-6,"\u0142":9,"~":8,"@":3,"?":3,"-":8,"*":-6,"%":-14}},"y":{"d":"14,-197r68,0v9,40,20,90,20,136v4,-38,27,-99,41,-136r66,0r-71,183v-16,43,-36,112,-100,108v-13,0,-26,-4,-39,-8r12,-53v0,0,20,11,29,11v14,0,25,-17,32,-44r-8,0","w":209,"k":{"i":6,"4":9,"0":5,"\u0142":9,"~":3,"@":3,"?":6,".":20,",":20,"*":-6,"%":-12,"!":3,"x":6,"d":9,"e":11,"o":11,"q":11,"\u0107":11,"\u00f3":11,"\u0119":11,"c":11,"g":9,"h":9,"k":9,"l":3,"m":6,"n":6,"r":6,"\u0144":6,"p":3,"u":6,"s":5,"\u015b":5,"f":6,"t":3,"z":8,"\u017a":8,"\u017c":8,"\u0105":11,"a":11,"S":6,"$":6,"\u015a":6,"b":6}},"z":{"d":"33,-197r144,0r-3,36r-79,110r71,0r-11,51r-146,0r3,-38r78,-110r-62,0","w":185,"k":{"\u0142":8,".":-3,"-":-3,",":-3,"+":-3,"*":-6,"%":-14,"#":-3,"d":5,"e":6,"o":6,"q":6,"\u0107":6,"\u00f3":6,"\u0119":6,"c":6,"g":6,"m":-3,"n":-3,"r":-3,"\u0144":-3,"u":3,"t":3,"z":3,"\u017a":3,"\u017c":3,"S":-6,"$":-6,"\u015a":-6}},"A":{"d":"112,-269r52,0r65,269r-72,0r-10,-45r-63,0r-18,45r-73,0xm99,-92r41,0v-7,-38,-8,-60,-10,-96v-10,36,-17,58,-31,96","w":250,"k":{"i":3,"7":11,"1":25,".":-3,"*":31,"'":22,"\"":23,"V":17,"v":23,"j":3}},"B":{"d":"226,-88v4,94,-108,92,-210,88r29,-269v84,-1,179,-10,182,68v1,25,-12,47,-30,58v18,12,29,31,29,55xm98,-117r-7,67v39,0,68,0,67,-39v0,-29,-32,-28,-60,-28xm103,-163v27,1,55,-2,55,-33v0,-24,-26,-23,-51,-23","w":250,"k":{"c":3,"\u0119":3,"\u017c":8,"\u00f3":3,"\u0107":3,"\u017a":8,"Y":17,"W":3,"z":8,"y":6,"t":9,"q":3,"o":3,"l":3,"k":6,"h":6,"e":3,"i":6,"1":5,"\u0141":-6,"\/":8,"'":6,"X":6,"V":6,"v":9,"j":5}},"C":{"d":"220,-248r-18,58v-21,-13,-48,-29,-66,-29v-31,0,-51,48,-51,108v0,37,9,60,33,60v20,0,64,-28,69,-32r11,60v-68,38,-184,47,-184,-80v0,-104,53,-169,125,-169v40,0,76,21,81,24","w":225,"k":{"i":3,"7":3,"1":6,"*":-5,"'":-3,"\"":-3,"U":3,"d":11,"e":12,"o":12,"q":12,"\u0107":12,"\u00f3":12,"\u0119":12,"c":12,"h":3,"k":3,"l":3,"m":6,"n":6,"r":6,"\u0144":6,"u":6,"w":9,"y":8,"t":9,"z":3,"\u017a":3,"\u017c":3,"\u0105":5,"a":5,"A":-3,"\u0104":-3}},"D":{"d":"236,-152v-1,80,-49,159,-146,152r-74,0r29,-269v109,-6,192,8,191,117xm166,-153v2,-42,-18,-68,-60,-64r-15,164v57,4,73,-46,75,-100","w":252,"k":{"i":3,"4":3,"3":6,"\/":20,".":9,"*":-3,"'":6,"X":11,"V":5,"x":9,"Y":12,"T":6,"u":3,"Z":6,"\u0179":6,"\u017b":6,"f":3,"t":3,"z":5,"\u017a":5,"\u017c":5,"\u0105":6,"a":6,"J":5,"A":3,"\u0104":3,"S":-3,"$":-3,"\u015a":-3}},"E":{"d":"45,-269r175,0r-12,53r-101,0r-5,53r100,0r-6,53r-99,0v-3,21,-3,33,-6,57r113,0r-5,53r-183,0","w":231,"k":{"i":3,"9":9,"7":11,"6":8,"5":11,"3":14,"1":6,"*":-3,"v":9,"Y":3,"e":11,"o":11,"q":11,"\u0107":11,"\u00f3":11,"\u0119":11,"c":11,"g":12,"l":3,"m":3,"n":3,"r":3,"\u0144":3,"u":6,"w":8,"y":8,"t":6,"z":3,"\u017a":3,"\u017c":3,"\u0105":3,"a":3,"A":-9,"\u0104":-9}},"F":{"d":"45,-269r175,0r-12,53r-101,0r-5,56r100,0r-6,52r-100,0r-11,108r-69,0","w":225,"k":{"i":12,"4":22,"\/":34,".":34,"-":3,",":34,"*":-6,"'":-3,"\"":-6,"X":8,"j":8,"e":11,"o":11,"q":11,"\u0107":11,"\u00f3":11,"\u0119":11,"c":11,"l":5,"m":9,"n":9,"r":9,"\u0144":9,"u":8,"y":3,"s":8,"\u015b":8,"t":3,"\u0105":14,"a":14,"J":19,"A":14,"\u0104":14,"S":3,"$":3,"\u015a":3}},"G":{"d":"132,-158r96,0r-15,136v-21,11,-54,24,-102,24v-50,0,-97,-22,-97,-105v0,-102,53,-169,125,-169v39,0,82,21,87,24r-18,58v-22,-13,-53,-29,-72,-29v-31,0,-51,50,-51,108v0,55,27,68,67,56r5,-51r-31,0","w":249,"k":{"i":3,"*":6,"'":6,"V":6,"j":3,"Y":8,"d":3,"e":3,"o":3,"q":3,"\u0107":3,"\u00f3":3,"\u0119":3,"c":3,"h":3,"k":3,"l":3,"w":6,"y":6,"W":5,"t":8,"z":3,"\u017a":3,"\u017c":3,"\u0105":3,"a":3,"B":-3,"D":-3,"E":-3,"F":-3,"H":-3,"I":-3,"K":-3,"L":-3,"N":-3,"P":-3,"R":-3,"\u0143":-3,"\u0118":-3}},"H":{"d":"45,-269r65,0r-8,104r65,0r14,-104r66,0r-28,269r-69,0r12,-112r-66,0r-11,112r-69,0","w":262,"k":{"i":6,"7":5,"3":8,"1":6,"*":-3,"'":-3,"\"":-6,"v":6,"e":6,"o":6,"q":6,"\u0107":6,"\u00f3":6,"\u0119":6,"c":6,"g":3,"u":6,"w":6,"y":6,"s":3,"\u015b":3,"t":6,"z":5,"\u017a":5,"\u017c":5,"\u0105":6,"a":6}},"I":{"d":"45,-269r68,0r-28,269r-69,0","w":129,"k":{"b":3,"a":9,"c":9,"\u0119":9,"\u00f3":9,"\u0144":3,"\u0107":9,"\u015b":6,"\u0105":9,"Y":6,"y":6,"w":5,"u":3,"t":17,"s":6,"r":3,"q":9,"p":3,"o":9,"n":3,"m":3,"l":3,"k":3,"h":3,"g":8,"f":12,"e":9,"d":9,"1":5,"x":14,"v":6,"j":3}},"J":{"d":"103,-269r66,0v-14,83,-4,175,-38,242v-10,20,-27,30,-63,30v-30,0,-60,-18,-65,-23r18,-58v0,0,21,19,34,19v32,0,28,-45,32,-77","w":186,"k":{"i":5,"1":5,"\/":17,".":6,",":6,"X":5,"Y":5,"e":8,"o":8,"q":8,"\u0107":8,"\u00f3":8,"\u0119":8,"c":8,"h":5,"k":5,"m":3,"n":3,"r":3,"\u0144":3,"u":6,"\u0105":12,"a":12,"J":8,"A":6,"\u0104":6}},"K":{"d":"45,-269r65,0r-7,109r11,-2r69,-107r81,0r-94,126v31,42,53,97,81,143r-82,0r-44,-95v-7,-12,-12,-19,-27,-18r-12,113r-70,0","w":269,"k":{"i":3,"7":12,"3":8,"1":20,"0":11,"?":6,"*":6,"'":3,"\"":9,"v":26,"Y":8,"T":6,"C":11,"G":11,"O":11,"Q":11,"\u0106":11,"\u00d3":11,"U":12,"e":17,"o":17,"q":17,"\u0107":17,"\u00f3":17,"\u0119":17,"c":17,"l":6,"m":3,"n":3,"r":3,"\u0144":3,"u":17,"w":25,"y":25,"t":25,"\u0105":11,"a":11,"A":-3,"\u0104":-3}},"L":{"d":"45,-269r66,0r-20,216r109,0r-11,53r-173,0","w":220,"k":{"i":3,"7":19,"4":-6,"1":17,"}":14,"\\":37,"]":14,"?":8,"*":28,")":14,"'":34,"\"":34,"V":42,"v":28,"Y":39,"T":22,"C":9,"G":9,"O":9,"Q":9,"\u0106":9,"\u00d3":9,"U":8,"d":9,"e":8,"o":8,"q":8,"\u0107":8,"\u00f3":8,"\u0119":8,"c":8,"g":8,"h":3,"k":3,"l":6,"u":5,"w":22,"y":28,"W":22,"t":20,"A":-9,"\u0104":-9}},"M":{"d":"51,-269r63,0r51,160r81,-160r66,0r-15,269r-69,0r6,-81v3,-31,7,-54,13,-85v-19,48,-43,91,-66,136r-46,0r-29,-93r-10,-43v0,59,-9,113,-16,166r-69,0","w":334,"k":{"i":3,"3":11,"1":6,"*":-3,"'":-3,"U":-5,"e":6,"o":6,"q":6,"\u0107":6,"\u00f3":6,"\u0119":6,"c":6,"g":3,"u":3,"y":6,"Z":-3,"\u0179":-3,"\u017b":-3,"t":9,"\u0105":6,"a":6}},"N":{"d":"45,-269r57,0v27,59,59,114,80,179v-6,-43,2,-131,8,-179r67,0r-29,269r-52,0v-28,-58,-60,-112,-83,-176v6,40,0,130,-7,176r-69,0","w":273,"k":{"i":6,"7":5,"3":8,"1":6,"*":-3,"'":-3,"\"":-6,"v":6,"e":6,"o":6,"q":6,"\u0107":6,"\u00f3":6,"\u0119":6,"c":6,"g":3,"u":6,"w":6,"y":6,"s":3,"\u015b":3,"t":6,"z":5,"\u017a":5,"\u017c":5,"\u0105":6,"a":6}},"O":{"d":"137,-219v-36,0,-52,70,-52,108v0,31,7,60,34,60v36,0,51,-72,51,-109v0,-32,-6,-59,-33,-59xm240,-166v0,79,-35,168,-127,168v-72,0,-98,-46,-98,-105v0,-79,35,-169,127,-169v72,0,98,47,98,106","w":255,"k":{"i":3,"4":3,"3":6,"\/":20,".":9,"*":-3,"'":6,"X":11,"V":5,"x":9,"Y":12,"T":6,"u":3,"Z":6,"\u0179":6,"\u017b":6,"f":3,"t":3,"z":5,"\u017a":5,"\u017c":5,"\u0105":6,"a":6,"J":5,"A":3,"\u0104":3,"S":-3,"$":-3,"\u015a":-3}},"P":{"d":"45,-269v44,1,100,-5,129,9v68,30,58,132,-8,161v-21,9,-44,12,-72,12r-9,87r-69,0xm99,-136v39,3,54,-13,54,-50v0,-33,-20,-34,-48,-34","w":230,"k":{"i":3,"4":25,"}":5,"]":5,"\/":42,".":45,"-":3,",":34,"*":-8,"'":-5,"\"":-5,"X":17,"j":3,"Y":11,"C":-5,"G":-5,"O":-5,"Q":-5,"\u0106":-5,"\u00d3":-5,"d":9,"e":9,"o":9,"q":9,"\u0107":9,"\u00f3":9,"\u0119":9,"c":9,"g":9,"l":3,"m":3,"n":3,"r":3,"\u0144":3,"u":3,"W":-3,"Z":3,"\u0179":3,"\u017b":3,"\u0105":12,"a":12,"J":23,"A":23,"\u0104":23}},"Q":{"d":"211,14r11,58v-12,3,-24,5,-43,5v-52,0,-145,-89,-158,-147v-21,-96,22,-200,121,-202v118,-2,113,135,75,210v-16,31,-44,53,-84,59v24,19,47,30,78,17xm136,-219v-33,0,-46,48,-50,85v-5,50,-4,83,32,83v33,0,46,-49,50,-85v3,-31,4,-83,-32,-83","w":255,"k":{"i":3,"4":3,"3":6,"\/":20,".":9,"*":-3,"'":6,"X":11,"V":5,"x":9,"Y":12,"T":6,"u":3,"Z":6,"\u0179":6,"\u017b":6,"f":3,"t":3,"z":5,"\u017a":5,"\u017c":5,"\u0105":6,"a":6,"J":5,"A":3,"\u0104":3,"S":-3,"$":-3,"\u015a":-3}},"R":{"d":"45,-269v88,-2,185,-7,186,76v0,41,-22,66,-53,79v23,31,42,80,63,114r-77,0v-22,-32,-28,-94,-69,-103r-10,103r-69,0xm106,-217r-6,72v35,1,62,-1,62,-41v0,-32,-30,-31,-56,-31","w":262,"k":{"i":6,"}":8,"]":9,"*":9,")":8,"'":14,"\"":11,"j":5,"Y":26,"T":14,"C":6,"G":6,"O":6,"Q":6,"\u0106":6,"\u00d3":6,"U":8,"d":17,"e":20,"o":20,"q":20,"\u0107":20,"\u00f3":20,"\u0119":20,"c":20,"h":6,"k":6,"u":17,"w":11,"y":12,"W":14,"t":14,"z":6,"\u017a":6,"\u017c":6,"\u0105":9,"a":9,"A":-3,"\u0104":-3}},"S":{"d":"208,-255r-13,57v-26,-10,-56,-21,-73,-21v-34,0,-17,42,2,50v34,13,71,42,71,83v-1,39,-21,89,-108,89v-32,0,-76,-21,-84,-25r12,-55v32,16,97,49,107,0v0,-28,-12,-33,-38,-45v-81,-39,-66,-155,46,-150v23,0,50,7,78,17","k":{"i":3,"7":11,"5":6,"3":9,"2":3,"1":12,"\u0141":-3,"'":-3,"x":8,"v":6,"n":3,"Y":6,"C":-3,"G":-3,"O":-3,"Q":-3,"\u0106":-3,"\u00d3":-3,"e":3,"o":3,"q":3,"\u0107":3,"\u00f3":3,"\u0119":3,"c":3,"l":3,"m":3,"r":3,"\u0144":3,"p":3,"u":3,"w":6,"y":9,"t":14,"z":5,"\u017a":5,"\u017c":5}},"T":{"d":"26,-269r198,0r-12,53r-58,0r-23,216r-69,0r23,-216r-64,0","w":221,"k":{"i":17,"7":8,"5":8,"4":34,"3":11,"2":17,"1":17,"0":20,"\u0142":31,".":34,"-":34,",":31,"*":-9,"'":-5,"x":26,"C":9,"G":9,"O":9,"Q":9,"\u0106":9,"\u00d3":9,"d":42,"e":45,"o":45,"q":45,"\u0107":45,"\u00f3":45,"\u0119":45,"c":45,"h":14,"k":14,"l":17,"m":20,"n":20,"r":20,"\u0144":20,"u":25,"w":14,"y":25,"s":36,"\u015b":36,"W":-6,"z":28,"\u017a":28,"\u017c":28,"\u0105":39,"a":39,"J":25,"A":25,"\u0104":25,"S":11,"$":11,"\u015a":11}},"U":{"d":"41,-269r66,0v-3,65,-20,133,-12,197v4,29,47,26,55,-1v16,-55,18,-134,29,-196r66,0v-18,113,5,271,-129,271v-136,0,-81,-165,-75,-271","w":259,"k":{".":6,",":5,"x":14,"v":5,"d":3,"e":3,"o":3,"q":3,"\u0107":3,"\u00f3":3,"\u0119":3,"c":3,"g":3,"m":3,"n":3,"r":3,"\u0144":3,"p":3,"w":6,"s":6,"\u015b":6,"f":6,"t":8,"z":12,"\u017a":12,"\u017c":12,"\u0105":9,"a":9,"J":5,"A":3,"\u0104":3,"M":-3}},"V":{"d":"21,-269r73,0v10,42,31,155,26,187v6,-55,42,-135,63,-187r74,0r-119,269r-52,0","w":254,"k":{"a":28,"c":34,"\u00d3":5,"\u0106":5,"\u0119":34,"\u017c":28,"\u00f3":34,"\u0144":17,"\u0107":34,"\u017a":28,"\u015b":22,"\u0105":28,"\u015a":12,"\u0104":17,"$":12,"S":12,"Q":5,"O":5,"J":25,"G":5,"C":5,"A":17,"z":28,"y":11,"u":20,"s":22,"r":17,"q":34,"o":34,"n":17,"m":17,"l":6,"e":34,"d":34,"i":19,"7":14,"4":23,"2":6,"0":6,";":3,":":5,".":36,"-":25,",":34,"*":-6,"&":3}},"W":{"d":"21,-269r70,0v9,56,20,119,14,184v15,-61,39,-125,58,-184r56,0r12,86v4,30,8,72,8,102v9,-66,31,-132,52,-188r72,0r-98,269r-57,0r-27,-189v-17,63,-43,127,-63,189r-56,0","w":360,"k":{"i":9,"7":6,"4":12,"2":5,"1":3,"0":6,"\u0142":17,".":28,"-":17,",":28,"*":-9,"'":-6,"&":3,"\"":-6,"x":23,"v":9,"d":25,"e":25,"o":25,"q":25,"\u0107":25,"\u00f3":25,"\u0119":25,"c":25,"g":25,"h":9,"k":9,"m":17,"n":17,"r":17,"\u0144":17,"u":14,"w":8,"y":8,"s":20,"\u015b":20,"t":14,"\u0105":23,"a":23,"J":19,"A":8,"\u0104":8,"S":6,"$":6,"\u015a":6}},"X":{"d":"31,-269r77,0r31,67r45,-67r78,0r-91,125r70,144r-75,0r-38,-85r-57,85r-76,0r102,-144","w":263,"k":{"a":8,"c":14,"\u00d3":11,"\u0106":11,"\u0119":14,"\u00f3":14,"\u0107":14,"\u0105":8,"Q":11,"O":11,"J":5,"G":11,"C":11,"y":20,"u":14,"q":14,"o":14,"e":14,"i":3,"1":6,"0":6,"-":5,"*":6}},"Y":{"d":"21,-269r75,0v10,33,31,72,29,112v4,-27,39,-85,56,-112r77,0r-100,157r-12,112r-69,0r12,-114v-21,-44,-49,-113,-68,-155","w":254,"k":{"i":17,"7":17,"3":26,"2":22,"1":6,"\u0141":9,";":11,":":14,".":53,",":51,"'":-6,"v":22,"C":14,"G":14,"O":14,"Q":14,"\u0106":14,"\u00d3":14,"d":42,"e":42,"o":42,"q":42,"\u0107":42,"\u00f3":42,"\u0119":42,"c":42,"g":42,"m":34,"n":34,"r":34,"\u0144":34,"p":34,"u":33,"w":23,"s":37,"\u015b":37,"f":23,"t":23,"z":37,"\u017a":37,"\u017c":37,"\u0105":34,"a":34,"J":34,"A":31,"\u0104":31,"S":17,"$":17,"\u015a":17,"B":8,"D":8,"E":8,"F":8,"H":8,"I":8,"K":8,"L":8,"N":8,"P":8,"R":8,"\u0143":8,"\u0118":8}},"Z":{"d":"38,-269r183,0r-4,38r-123,178r106,0r1,53r-196,0r4,-40r122,-177r-98,0","w":228,"k":{"3":9,"'":-6,"v":12,"C":3,"G":3,"O":3,"Q":3,"\u0106":3,"\u00d3":3,"e":9,"o":9,"q":9,"\u0107":9,"\u00f3":9,"\u0119":9,"c":9,"u":11,"w":11,"y":12,"\u0105":3,"a":3,"A":-5,"\u0104":-5}},"!":{"d":"40,-269r69,0r-23,178r-59,0xm11,-23v0,-23,20,-42,43,-42v21,0,36,17,36,37v0,46,-81,57,-79,5","w":119,"k":{"c":6,"\u0119":6,"\u00f3":6,"\u0107":6,"\u015b":6,"y":5,"w":5,"t":8,"s":6,"q":6,"o":6,"g":6,"f":6,"e":6,"d":6,"x":5}},"\"":{"d":"42,-269r67,0r-38,103r-49,0xm125,-269r68,0r-39,103r-49,0","w":196,"k":{"a":20,"c":34,"\u00d3":6,"\u0106":6,"\u0119":34,"\u017c":12,"\u00f3":34,"\u0144":11,"\u0107":34,"\u017a":12,"\u015b":20,"\u0105":20,"\u015a":12,"\u0104":31,"$":12,"W":-11,"S":12,"Q":6,"O":6,"J":42,"G":6,"C":6,"A":31,"z":12,"y":5,"u":8,"t":9,"s":20,"r":11,"q":34,"o":34,"n":11,"m":11,"l":5,"k":6,"h":6,"g":34,"f":9,"e":34,"d":33,"i":6,"0":17,".":34,"V":-8,"x":23,"v":8,"j":6}},"#":{"d":"60,-263r55,0r-2,66r34,0r11,-66r56,0r-7,68r24,2r-5,44r-24,0r-4,36r25,0r-5,46r-24,1r-7,66r-61,0r6,-64r-32,0r-7,64r-61,0r7,-66r-25,-1r5,-46r25,0r4,-36r-25,0r4,-44r26,-2xm109,-149r-4,36r32,0r4,-36r-32,0","w":242,"k":{"b":3,"x":3}},"$":{"d":"99,-315r58,0r-7,44v18,3,37,9,58,16r-13,57v-26,-10,-56,-21,-73,-21v-34,0,-17,42,2,50v34,13,71,42,71,83v-1,32,-15,73,-70,85r-2,51r-59,0r8,-49v-29,-4,-63,-19,-69,-23r12,-55v32,16,97,49,107,0v0,-28,-12,-33,-38,-45v-72,-33,-68,-131,12,-147","k":{"i":3,"7":11,"5":6,"3":9,"2":3,"1":12,"\u0141":-3,"'":-3,"x":8,"v":6,"n":3,"Y":6,"C":-3,"G":-3,"O":-3,"Q":-3,"\u0106":-3,"\u00d3":-3,"e":3,"o":3,"q":3,"\u0107":3,"\u00f3":3,"\u0119":3,"c":3,"l":3,"m":3,"r":3,"\u0144":3,"p":3,"u":3,"w":6,"y":9,"t":14,"z":5,"\u017a":5,"\u017c":5}},"%":{"d":"86,-272v44,0,58,33,58,57v0,41,-21,89,-75,89v-44,0,-58,-34,-58,-59v0,-39,19,-87,75,-87xm73,-168v18,-2,28,-56,7,-62v-19,2,-25,56,-7,62xm223,-269r65,0r-156,269r-65,0xm285,-144v44,0,59,33,59,57v0,41,-21,90,-75,90v-44,0,-58,-35,-58,-60v0,-39,18,-87,74,-87xm280,-102v-19,0,-26,56,-7,62v18,-2,27,-55,7,-62","w":362},"&":{"d":"196,-255r-18,54v-16,-8,-39,-21,-57,-21v-25,5,-6,46,-1,51r132,0r-9,50r-41,0r-10,65r39,-17r4,54v-4,7,-80,39,-93,7v-12,6,-26,15,-46,15v-56,0,-86,-36,-86,-79v0,-39,27,-69,51,-79v-8,-11,-16,-26,-16,-47v0,-80,103,-79,151,-53xm140,-121v-35,-4,-61,8,-64,39v-3,34,38,41,53,23","w":270,"k":{"W":3,"T":17,"V":3}},"'":{"d":"32,-269r70,0r-26,103r-43,0","w":109,"k":{"b":6,"a":14,"c":25,"\u00d3":6,"\u0106":6,"\u0119":25,"\u00f3":25,"\u0144":6,"\u0107":25,"\u0105":14,"\u015a":8,"\u0104":25,"$":8,"S":8,"Q":6,"O":6,"J":42,"G":6,"C":6,"A":25,"t":8,"r":6,"q":25,"o":25,"n":6,"m":6,"k":3,"h":3,"g":26,"f":6,"e":25,"d":31,"i":8,"j":9}},"(":{"d":"82,-297r59,4v-13,26,-52,89,-52,170v0,72,34,130,56,168r-64,4v-6,-11,-61,-85,-61,-172v0,-87,55,-163,62,-174","w":155,"k":{"\u0104":-5,"A":-5,"f":-22,"5":-17,"3":-12,"2":-3,"1":9,"j":-28}},")":{"d":"14,-293r59,-4v7,11,62,87,62,174v0,87,-54,161,-60,172r-65,-4v22,-38,56,-96,56,-168v0,-81,-39,-144,-52,-170","w":155},"*":{"d":"27,-251r37,15r-8,-38r67,-7r-6,40r36,-23r19,56r-42,10r32,28r-50,43r-22,-36r-22,41r-50,-34r32,-33r-42,-2","w":159,"k":{"b":-6,"\u017c":-3,"\u0144":-5,"\u017a":-3,"\u015b":-3,"z":-3,"y":-6,"w":-6,"u":-3,"t":-5,"s":-3,"r":-5,"n":-5,"m":-5,"l":-5,"k":-6,"h":-6,"f":-6,"i":-5,"v":-9,"j":-5}},"+":{"d":"12,-135r61,0r7,-60r56,0r-6,60r61,0r-5,53r-61,0r-7,60r-56,0r6,-60r-61,0","w":211,"k":{"b":5,"c":5,"\u0119":5,"\u017c":6,"\u00f3":5,"\u0144":5,"\u0107":5,"\u017a":6,"\u015b":5,"z":6,"y":11,"w":6,"t":6,"s":5,"r":5,"q":5,"p":6,"o":5,"n":5,"m":5,"l":6,"k":6,"h":6,"f":5,"e":5,"i":6,"x":17,"j":5}},",":{"d":"19,-63r63,0v-5,35,-18,74,-36,105r-46,-5v11,-32,15,-66,19,-100","w":108,"k":{"c":3,"\u0119":3,"\u00f3":3,"\u0107":3,"\u0104":-3,"Y":36,"W":14,"T":31,"A":-3,"y":11,"w":11,"u":6,"t":14,"q":3,"o":3,"e":3,"d":3,"9":11,"7":23,"6":3,"5":8,"4":-3,"3":11,"2":-3,"1":28,"*":23,"v":11}},"-":{"d":"23,-128r124,0r-6,52r-123,0","w":164,"k":{"\u00d3":-11,"\u0106":-11,"W":11,"T":22,"Q":-11,"O":-11,"G":-11,"C":-11,"7":17,"2":3,"1":8,"V":25,"x":9}},".":{"d":"10,-23v0,-23,20,-42,43,-42v21,0,35,17,35,37v0,23,-20,41,-43,41v-21,0,-35,-16,-35,-36","w":116,"k":{"c":11,"\u0119":11,"\u00f3":11,"\u0107":11,"\u015a":-14,"$":-14,"Y":42,"W":8,"T":22,"S":-14,"y":20,"w":17,"u":8,"t":20,"q":11,"o":11,"g":11,"e":11,"9":17,"7":12,"6":6,"5":8,"3":14,"1":23,"*":23,"\"":8,"v":22}},"\/":{"d":"148,-288r62,0r-165,365r-62,0","w":193,"k":{"b":-9,"a":8,"c":17,"\u0119":17,"\u017c":12,"\u00f3":17,"\u0107":17,"\u017a":12,"\u0105":8,"J":17,"z":12,"u":5,"q":17,"o":17,"k":-8,"h":-8,"g":17,"e":17,"d":17,"8":-11,"6":-6,"4":25}},":":{"d":"10,-23v0,-23,20,-42,43,-42v21,0,35,17,35,37v0,23,-20,41,-43,41v-21,0,-35,-16,-35,-36xm24,-159v0,-23,20,-42,43,-42v21,0,36,17,36,37v0,46,-81,57,-79,5","w":116,"k":{"c":3,"\u0119":3,"\u00f3":3,"\u0107":3,"q":3,"o":3,"g":3,"e":3,"d":3,"*":-5}},";":{"d":"19,-63r63,0v-5,35,-18,74,-36,105r-46,-5v11,-32,15,-66,19,-100xm20,-159v0,-23,20,-42,43,-42v21,0,36,17,36,37v0,46,-81,57,-79,5","w":112,"k":{"c":3,"\u0119":3,"\u00f3":3,"\u0107":3,"Y":5,"t":3,"q":3,"o":3,"g":3,"e":3,"d":3,"i":5,"*":-8,"j":6}},"<":{"d":"20,-127r188,-80r-3,64r-97,36r90,35r-11,63r-171,-80","w":220},">":{"d":"32,-211r171,80r-4,38r-188,80r3,-64r97,-36r-90,-35","w":221},"=":{"d":"28,-175r175,0r-6,53r-175,0xm19,-96r175,0r-5,52r-175,0","w":219},"?":{"d":"33,-198r-8,-56v11,-4,49,-18,73,-18v77,0,89,80,44,116v-25,20,-51,30,-50,66r-62,0v0,-33,17,-70,49,-86v13,-7,23,-17,23,-32v0,-6,-3,-13,-11,-13v-19,0,-44,14,-58,23xm17,-23v0,-23,20,-42,43,-42v21,0,36,17,36,37v0,46,-81,57,-79,5","w":176,"k":{"a":11,"c":25,"\u0119":25,"\u017c":14,"\u00f3":25,"\u0144":6,"\u0107":25,"\u017a":14,"\u015b":14,"\u0105":11,"\u0104":17,"Y":3,"M":9,"J":22,"A":17,"z":14,"u":5,"s":14,"r":6,"q":25,"o":25,"n":6,"m":6,"g":25,"e":25,"d":17,"X":17,"x":6}},"@":{"d":"261,-198r58,4v-12,37,-13,74,-18,115v-1,14,-1,34,14,34v16,0,42,-10,42,-90v0,-74,-71,-96,-116,-96v-96,0,-156,60,-156,144v0,63,45,118,125,118v23,0,59,-9,80,-16r-8,52v-16,6,-47,15,-77,15v-136,0,-189,-93,-189,-168v0,-87,54,-195,228,-195v81,0,179,42,179,151v0,107,-61,132,-114,132v-27,0,-43,-8,-53,-20v-14,12,-32,20,-52,20v-51,0,-72,-37,-72,-83v2,-102,62,-136,125,-108xm238,-62v-2,-24,4,-64,8,-81v-33,-17,-49,1,-51,64v-1,29,24,42,43,17","w":439},"[":{"d":"33,-295r108,0r0,54r-42,0r1,231r41,0r0,55r-108,0r0,-340","w":167,"k":{"\u0104":-6,"A":-6,"f":-11,"j":-11}},"]":{"d":"26,-295r109,0r0,340r-109,0r0,-55r41,0r1,-231r-42,0r0,-54","w":167},"\\":{"d":"15,-288r61,0r89,366r-61,0","w":186,"k":{"a":3,"c":17,"\u00d3":20,"\u0106":20,"\u0119":17,"\u00f3":17,"\u0107":17,"\u0105":3,"Q":20,"O":20,"G":20,"C":20,"w":11,"u":9,"t":11,"q":17,"o":17,"l":9,"k":6,"h":6,"f":-14,"e":17,"d":17,"i":11,"9":-5,"5":-17,"4":-5,"3":-17,"2":-6,"1":14,"\u0142":17,"v":17,"j":-14}},"^":{"d":"99,-276r49,0r58,135r-69,0r-18,-63r-32,63r-74,0","k":{"\u0144":3,"u":5,"t":3,"r":3,"n":3,"m":3,"l":6,"k":6,"h":6,"f":6,"i":6,"j":5}},"_":{"d":"3,18r217,0r-6,56r-217,0"},"{":{"d":"23,-151v39,-1,35,-10,36,-50v0,-19,-1,-44,1,-54v8,-45,48,-46,105,-46r0,49v-15,0,-39,0,-39,17v0,46,7,100,-28,111v30,10,29,59,28,104v0,15,23,18,38,18r1,51v-61,-1,-106,-7,-106,-78v0,-42,0,-50,-1,-54v-3,-12,-15,-17,-35,-18r0,-50","w":187,"k":{"\u0104":-6,"A":-6,"f":-17,"j":-14}},"|":{"d":"33,-273r63,0r0,346r-63,0r0,-346","w":128,"k":{"f":-6,"j":-8}},"}":{"d":"164,-101v-45,11,-35,2,-35,72v0,68,-44,78,-106,78r0,-51v15,0,39,-3,39,-18v-1,-44,-3,-94,27,-104v-34,-12,-27,-66,-27,-111v0,-17,-24,-17,-39,-17r0,-49v57,0,96,1,104,46v2,10,2,35,2,54v1,39,-4,49,35,50r0,50","w":187},"~":{"d":"140,-66v-58,-3,-68,-48,-123,-2r6,-54v7,-5,29,-22,52,-22v58,2,69,49,122,6r-5,49v-10,10,-34,23,-52,23","w":219,"k":{"a":3,"\u017c":8,"\u017a":8,"\u015b":3,"\u0105":3,"z":8,"y":11,"w":6,"t":9,"s":3,"x":8,"v":11}},"\u0104":{"d":"112,-269r52,0r65,269v-18,5,-30,14,-31,24v-1,10,18,9,23,9r-14,47v-50,0,-80,-8,-76,-44v2,-19,16,-30,26,-38r-10,-43r-63,0r-18,45r-73,0xm99,-92r41,0v-7,-38,-8,-60,-10,-96v-10,36,-17,58,-31,96","w":250,"k":{"i":3,"7":11,"1":25,".":-3,"*":31,"'":22,"\"":23,"V":17,"v":23,"j":3}},"\u0141":{"d":"52,-269r66,0r-7,86r48,-32r-4,68r-51,32r-6,62r109,0r-11,53r-173,0r8,-75r-18,10r4,-62r21,-14","w":227,"k":{"i":3,"7":19,"4":-6,"1":17,"}":14,"\\":37,"]":14,"?":8,"*":28,")":14,"'":34,"\"":34,"V":42,"v":28,"Y":39,"T":22,"C":9,"G":9,"O":9,"Q":9,"\u0106":9,"\u00d3":9,"U":8,"d":9,"e":8,"o":8,"q":8,"\u0107":8,"\u00f3":8,"\u0119":8,"c":8,"g":8,"h":3,"k":3,"l":6,"u":5,"w":22,"y":28,"W":22,"t":20,"A":-9,"\u0104":-9}},"\u015a":{"d":"208,-255r-13,57v-26,-10,-56,-21,-73,-21v-34,0,-17,42,2,50v34,13,71,42,71,83v-1,39,-21,89,-108,89v-32,0,-76,-21,-84,-25r12,-55v32,16,97,49,107,0v0,-28,-12,-33,-38,-45v-81,-39,-66,-155,46,-150v23,0,50,7,78,17xm133,-349r64,0r-49,57r-49,0","k":{"i":3,"7":11,"5":6,"3":9,"2":3,"1":12,"\u0141":-3,"'":-3,"x":8,"v":6,"n":3,"Y":6,"C":-3,"G":-3,"O":-3,"Q":-3,"\u0106":-3,"\u00d3":-3,"e":3,"o":3,"q":3,"\u0107":3,"\u00f3":3,"\u0119":3,"c":3,"l":3,"m":3,"r":3,"\u0144":3,"p":3,"u":3,"w":6,"y":9,"t":14,"z":5,"\u017a":5,"\u017c":5}},"\u0105":{"d":"171,0v-26,10,-33,33,-7,35r-13,43v-34,0,-64,-8,-61,-40v2,-20,12,-31,22,-38v-1,-4,-3,-8,-3,-12v-12,9,-26,15,-41,15v-56,0,-59,-39,-56,-64v5,-45,54,-57,101,-64v3,-14,-3,-25,-13,-25v-24,0,-49,15,-59,21r-9,-55v18,-7,52,-14,76,-14v113,0,50,114,63,198xm109,-49r2,-40v-33,8,-43,15,-43,30v0,29,29,18,41,10","w":195,"k":{"9":-3,"8":-6,"6":-3,"4":-6,"3":3,"2":-6,"1":5,"0":-3,"\\":12,".":-5,"+":-8,")":3,"'":9,"#":-5,"v":5,"l":-3,"w":5,"y":9,"s":-5,"\u015b":-5,"t":5,"z":-3,"\u017a":-3,"\u017c":-3,"S":-3,"$":-3,"\u015a":-3,"b":-3}},"\u0142":{"d":"59,-285r64,-3r-11,106r23,-10r5,54r-34,15r-7,65r15,-4r2,49v-6,4,-29,16,-45,16v-52,0,-39,-57,-35,-101r-15,7r-3,-52r24,-13","w":142,"k":{"y":-3,"w":-3,"i":-3,"\u0142":3}},"\u0179":{"d":"38,-269r183,0r-4,38r-123,178r106,0r1,53r-196,0r4,-40r122,-177r-98,0xm128,-349r64,0r-49,57r-49,0","w":228,"k":{"3":9,"'":-6,"v":12,"C":3,"G":3,"O":3,"Q":3,"\u0106":3,"\u00d3":3,"e":9,"o":9,"q":9,"\u0107":9,"\u00f3":9,"\u0119":9,"c":9,"u":11,"w":11,"y":12,"\u0105":3,"a":3,"A":-5,"\u0104":-5}},"\u017b":{"d":"38,-269r183,0r-4,38r-123,178r106,0r1,53r-196,0r4,-40r122,-177r-98,0xm94,-323v0,-20,17,-35,40,-35v21,0,34,14,34,31v0,19,-19,35,-41,35v-20,0,-33,-15,-33,-31","w":228,"k":{"3":9,"'":-6,"v":12,"C":3,"G":3,"O":3,"Q":3,"\u0106":3,"\u00d3":3,"e":9,"o":9,"q":9,"\u0107":9,"\u00f3":9,"\u0119":9,"c":9,"u":11,"w":11,"y":12,"\u0105":3,"a":3,"A":-5,"\u0104":-5}},"\u015b":{"d":"168,-183r-13,54v-13,-8,-34,-22,-55,-22v-15,0,-11,19,2,24v30,10,59,28,59,60v1,83,-104,79,-156,51r12,-53v20,8,40,21,64,21v6,0,13,-3,13,-12v0,-9,-9,-15,-26,-21v-61,-21,-67,-117,33,-117v31,0,65,14,67,15xm108,-288r61,0r-47,65r-47,0","w":176,"k":{"c":-3,"~":-3,"?":6,"+":-8,"*":-8,"%":-14,"!":-3,"x":3,"e":-3,"o":-3,"q":-3,"\u0107":-3,"\u00f3":-3,"\u0119":-3,"l":-3,"y":3,"t":3,"z":3,"\u017a":3,"\u017c":3}},"\u017a":{"d":"33,-197r144,0r-3,36r-79,110r71,0r-11,51r-146,0r3,-38r78,-110r-62,0xm107,-288r61,0r-40,65r-48,0","w":185,"k":{"\u0142":8,".":-3,"-":-3,",":-3,"+":-3,"*":-6,"%":-14,"#":-3,"d":5,"e":6,"o":6,"q":6,"\u0107":6,"\u00f3":6,"\u0119":6,"c":6,"g":6,"m":-3,"n":-3,"r":-3,"\u0144":-3,"u":3,"t":3,"z":3,"\u017a":3,"\u017c":3,"S":-6,"$":-6,"\u015a":-6}},"\u0107":{"d":"169,-187r-16,58v-31,-16,-64,-22,-68,29v-3,33,1,47,13,47v16,0,47,-16,47,-16r4,59v0,0,-27,13,-60,13v-51,0,-78,-41,-72,-94v14,-115,87,-120,152,-96xm119,-288r61,0r-46,65r-48,0","w":171,"k":{"?":3,".":-3,",":-5,"*":-12,"#":-3,"\"":-6,"e":3,"o":3,"q":3,"\u0107":3,"\u00f3":3,"\u0119":3,"c":3,"g":3,"s":-3,"\u015b":-3,"\u0105":-3,"a":-3,"S":-3,"$":-3,"\u015a":-3}},"\u0144":{"d":"28,-197r59,-1v2,5,3,11,4,17v44,-36,115,-13,107,58r-13,123r-67,0r12,-125v1,-13,-3,-18,-9,-18v-11,0,-20,9,-28,20r-12,123r-67,0v4,-62,20,-132,14,-197xm128,-288r61,0r-46,65r-48,0","w":216,"k":{"7":9,"\\":9,"?":3,";":-3,"+":-9,"'":9,"x":6,"v":5,"w":5,"y":5,"t":3}},"\u00f3":{"d":"113,-198v62,0,76,47,76,78v0,46,-19,123,-97,123v-64,0,-76,-47,-76,-83v0,-46,19,-118,97,-118xm108,-144v-23,0,-27,44,-27,62v0,15,3,30,17,30v17,0,24,-30,26,-52v1,-13,4,-40,-16,-40xm117,-288r62,0r-47,65r-48,0","w":202,"k":{"7":8,"\\":8,"'":12,"x":12,"v":9,"w":6,"y":8,"f":3,"t":6,"z":3,"\u017a":3,"\u017c":3,"b":3}},"`":{"d":"20,-288r61,0r27,65r-48,0","w":127},"\u017c":{"d":"33,-197r144,0r-3,36r-79,110r71,0r-11,51r-146,0r3,-38r78,-110r-62,0xm74,-255v0,-20,17,-35,40,-35v21,0,35,14,35,31v0,19,-19,35,-41,35v-20,0,-34,-15,-34,-31","w":185,"k":{"\u0142":8,".":-3,"-":-3,",":-3,"+":-3,"*":-6,"%":-14,"#":-3,"d":5,"e":6,"o":6,"q":6,"\u0107":6,"\u00f3":6,"\u0119":6,"c":6,"g":6,"m":-3,"n":-3,"r":-3,"\u0144":-3,"u":3,"t":3,"z":3,"\u017a":3,"\u017c":3,"S":-6,"$":-6,"\u015a":-6}},"\u0119":{"d":"169,-24v-17,11,-48,28,-47,49v0,8,11,10,17,10r-13,43v-34,0,-66,-8,-63,-40v2,-17,13,-27,24,-35v-44,-2,-70,-30,-70,-83v0,-54,24,-118,94,-118v46,0,70,30,70,60v0,44,-46,62,-98,75v12,32,61,7,77,-11xm79,-107v16,-5,41,-11,42,-27v1,-12,-5,-16,-9,-16v-19,0,-27,17,-33,43","w":191,"k":{"7":3,"3":8,"\\":6,"?":6,"+":-8,"'":9,"x":6,"w":3,"y":6,"s":-3,"\u015b":-3,"t":3,"S":-3,"$":-3,"\u015a":-3}},"0":{"d":"113,-210v73,0,84,56,79,102v-6,54,-33,111,-101,111v-61,0,-80,-44,-80,-84v0,-60,24,-129,102,-129xm108,-163v-21,0,-31,50,-31,78v0,23,5,41,19,41v20,0,30,-52,30,-82v0,-21,-3,-37,-18,-37","w":207,"k":{"\u00d3":-3,"\u0106":-3,"T":8,"Q":-3,"O":-3,"G":-3,"C":-3,"y":6,"w":3,"7":11,"3":9,"1":6,")":8,"x":9,"v":5}},"1":{"d":"74,-211r51,3r-22,208r-64,0r15,-144r-36,1r4,-42v41,-5,45,-12,52,-26","w":140,"k":{"\u00d3":-5,"\u0106":-5,"\u015a":-5,"$":-5,"S":-5,"Q":-5,"O":-5,"M":-6,"G":-5,"C":-5,"8":-3,"7":3,"6":-3,"4":-3,"3":3,"2":-3,"1":3}},"2":{"d":"34,-130r-4,-60v14,-9,40,-20,73,-20v78,1,83,69,48,104v-18,18,-44,40,-64,58r81,-1r-11,49r-150,0r2,-36v21,-43,79,-72,96,-112v0,-9,-2,-15,-10,-15v-17,0,-42,19,-61,33","w":187,"k":{"c":5,"\u0119":5,"\u00f3":5,"\u0107":5,"\u0104":-3,"Y":17,"T":6,"A":-3,"q":5,"o":5,"e":5,"8":-3,"7":3,"4":-5,"3":3,"1":3,".":-3,",":-6,"V":5}},"3":{"d":"31,-130r-4,-60v38,-27,141,-35,141,39v0,29,-27,47,-43,55v17,8,40,21,40,62v-1,91,-102,120,-171,82r20,-45v27,21,82,19,82,-31v0,-39,-25,-41,-62,-39r5,-43v29,0,62,-17,63,-37v-10,-39,-59,7,-71,17","w":183,"k":{"c":3,"\u0118":-6,"\u00d3":-5,"\u0143":-6,"\u0106":-5,"\u0119":3,"\u00f3":3,"\u0107":3,"\u0104":-6,"R":-6,"Q":-5,"P":-6,"O":-5,"N":-6,"L":-6,"K":-6,"J":-8,"I":-6,"H":-6,"G":-5,"F":-6,"E":-6,"D":-6,"C":-5,"B":-6,"A":-6,"q":3,"o":3,"e":3,"8":-6,"7":3,"6":-3,"5":-3,"4":-9,"3":3,"2":-3,"1":3,"0":-3,"\/":-8,".":-6,",":-9}},"4":{"d":"102,-208r63,2r-86,160v15,-2,30,-2,47,-2r9,-54r60,-5r-16,149r-63,3r4,-45r-111,0r-6,-42","w":216,"k":{"\u00d3":-6,"\u0106":-6,"Y":28,"T":17,"Q":-6,"O":-6,"G":-6,"C":-6,"t":12,"7":12,"3":3,"1":17,"\\":17,"\/":-8,",":-5,"%":8,"V":12}},"5":{"d":"37,-208r141,0r-12,51r-73,0v-1,15,-2,23,-4,44v48,-6,72,20,76,76v6,86,-104,124,-171,85r20,-45v29,24,84,15,84,-33v0,-37,-26,-46,-42,-26r-35,-21","w":187,"k":{"c":6,"\u0119":6,"\u00f3":6,"\u0107":6,"\u0104":-5,"A":-5,"q":6,"o":6,"e":6,"9":3,"7":9,"5":3,"4":-3,"3":3,"1":5,"0":6,"-":6,",":-6,"%":-6}},"6":{"d":"194,-258r-18,48v-39,-14,-69,-4,-90,39v44,-22,104,4,104,69v0,59,-41,105,-97,105v-51,0,-79,-33,-79,-100v0,-78,37,-167,135,-167v24,0,35,3,45,6xm81,-123v-2,29,-8,77,17,77v17,0,26,-31,26,-50v0,-32,-21,-42,-43,-27","w":207,"k":{"7":14,"3":12,"2":3,"1":11,"\\":-8}},"7":{"d":"29,-208r149,0r6,31r-108,222r-62,-3r63,-141v15,-33,24,-47,31,-59r-85,0","w":186,"k":{"c":3,"\u0118":-3,"\u00d3":-11,"\u0143":-3,"\u0106":-11,"\u0119":3,"\u00f3":3,"\u0107":3,"W":-6,"R":-3,"Q":-11,"P":-3,"O":-11,"N":-3,"L":-3,"K":-3,"I":-3,"H":-3,"G":-11,"F":-3,"E":-3,"D":-3,"C":-11,"B":-3,"q":3,"o":3,"e":3,"8":-3,"6":-3,"4":8,"1":-8,"\\":-9,"\/":8,".":20,",":28,"%":-20}},"8":{"d":"187,-83v0,54,-50,86,-100,86v-45,0,-78,-24,-78,-69v0,-32,21,-63,40,-74v-9,-8,-19,-24,-19,-43v0,-53,40,-81,89,-81v35,0,71,23,71,65v0,32,-20,52,-34,60v13,9,31,29,31,56xm93,-121v-16,9,-29,79,-2,80v15,0,30,-10,30,-36v0,-24,-9,-32,-28,-44xm113,-157v14,-5,22,-62,1,-63v-9,0,-20,10,-20,34v0,14,5,19,19,29","w":204,"k":{"y":3,"8":-3,"7":9,"6":-3,"5":3,"4":-3,"3":8,"2":3,"1":6,"\\":-8,"%":-6,"x":3}},"9":{"d":"21,61r-7,-48v46,0,81,-16,98,-48v-43,28,-99,-8,-99,-68v0,-63,40,-105,96,-105v59,0,81,42,81,83v1,97,-46,186,-169,186xm121,-84v4,-27,11,-76,-16,-77v-17,0,-27,32,-27,52v0,34,22,44,43,25","w":206,"k":{"7":11,"3":6,"2":3,"1":5,")":3,"X":-6}},"\u0106":{"d":"220,-248r-18,58v-21,-13,-48,-29,-66,-29v-31,0,-51,48,-51,108v0,37,9,60,33,60v20,0,64,-28,69,-32r11,60v-68,38,-184,47,-184,-80v0,-104,53,-169,125,-169v40,0,76,21,81,24xm144,-349r63,0r-48,57r-50,0","w":225,"k":{"i":3,"7":3,"1":6,"*":-5,"'":-3,"\"":-3,"U":3,"d":11,"e":12,"o":12,"q":12,"\u0107":12,"\u00f3":12,"\u0119":12,"c":12,"h":3,"k":3,"l":3,"m":6,"n":6,"r":6,"\u0144":6,"u":6,"w":9,"y":8,"t":9,"z":3,"\u017a":3,"\u017c":3,"\u0105":5,"a":5,"A":-3,"\u0104":-3}},"\u0143":{"d":"45,-269r57,0v27,59,59,114,80,179v-6,-43,2,-131,8,-179r67,0r-29,269r-52,0v-28,-58,-60,-112,-83,-176v6,40,0,130,-7,176r-69,0xm152,-349r63,0r-48,57r-50,0","w":273,"k":{"i":6,"7":5,"3":8,"1":6,"*":-3,"'":-3,"\"":-6,"v":6,"e":6,"o":6,"q":6,"\u0107":6,"\u00f3":6,"\u0119":6,"c":6,"g":3,"u":6,"w":6,"y":6,"s":3,"\u015b":3,"t":6,"z":5,"\u017a":5,"\u017c":5,"\u0105":6,"a":6}},"\u00d3":{"d":"137,-219v-36,0,-52,70,-52,108v0,31,7,60,34,60v36,0,51,-72,51,-109v0,-32,-6,-59,-33,-59xm240,-166v0,79,-35,168,-127,168v-72,0,-98,-46,-98,-105v0,-79,35,-169,127,-169v72,0,98,47,98,106xm157,-349r63,0r-48,57r-50,0","w":255,"k":{"i":3,"4":3,"3":6,"\/":20,".":9,"*":-3,"'":6,"X":11,"V":5,"x":9,"Y":12,"T":6,"u":3,"Z":6,"\u0179":6,"\u017b":6,"f":3,"t":3,"z":5,"\u017a":5,"\u017c":5,"\u0105":6,"a":6,"J":5,"A":3,"\u0104":3,"S":-3,"$":-3,"\u015a":-3}},"\u0118":{"d":"45,-269r175,0r-12,53r-101,0r-5,53r100,0r-6,53r-99,0v-3,21,-3,33,-6,57r113,0r-5,53v-18,3,-32,14,-33,24v-1,10,18,9,23,9r-14,47v-50,0,-79,-8,-75,-44v1,-14,13,-28,25,-36r-109,0","w":231,"k":{"i":3,"9":9,"7":11,"6":8,"5":11,"3":14,"1":6,"*":-3,"v":9,"Y":3,"e":11,"o":11,"q":11,"\u0107":11,"\u00f3":11,"\u0119":11,"c":11,"g":12,"l":3,"m":3,"n":3,"r":3,"\u0144":3,"u":6,"w":8,"y":8,"t":6,"z":3,"\u017a":3,"\u017c":3,"\u0105":3,"a":3,"A":-9,"\u0104":-9}},"c":{"d":"169,-187r-16,58v-31,-16,-64,-22,-68,29v-3,33,1,47,13,47v16,0,47,-16,47,-16r4,59v0,0,-27,13,-60,13v-51,0,-78,-41,-72,-94v14,-115,87,-120,152,-96","w":171,"k":{"?":3,".":-3,",":-5,"*":-12,"#":-3,"\"":-6,"e":3,"o":3,"q":3,"\u0107":3,"\u00f3":3,"\u0119":3,"c":3,"g":3,"s":-3,"\u015b":-3,"\u0105":-3,"a":-3,"S":-3,"$":-3,"\u015a":-3}},"i":{"d":"78,-290v20,0,34,14,34,31v0,19,-18,35,-41,35v-20,0,-34,-15,-34,-31v0,-20,18,-35,41,-35xm35,-197r67,0r-21,197r-67,0","w":113,"k":{"\u017c":3,"\u017a":3,"z":3,"t":3,"l":-3,"}":-11,"\\":-9,"]":-11,"+":-9,"*":-11,")":-17,"%":-14,"\"":-6,"x":3,"v":-3}},"a":{"d":"109,-49r2,-40v-33,8,-43,15,-43,30v0,29,29,18,41,10xm41,-129r-9,-55v18,-7,52,-14,76,-14v113,0,50,114,63,198r-59,2v-1,-4,-2,-8,-2,-12v-12,6,-29,13,-42,13v-56,0,-59,-39,-56,-64v5,-45,54,-57,101,-64v3,-14,-3,-25,-13,-25v-24,0,-49,15,-59,21","w":195,"k":{"9":-3,"8":-6,"6":-3,"4":-6,"3":3,"2":-6,"1":5,"0":-3,"\\":12,".":-5,"+":-8,")":3,"'":9,"#":-5,"v":5,"l":-3,"w":5,"y":9,"s":-5,"\u015b":-5,"t":5,"z":-3,"\u017a":-3,"\u017c":-3,"S":-3,"$":-3,"\u015a":-3,"b":-3}},"b":{"d":"45,-288r63,3v-3,34,-2,68,-9,99v10,-7,22,-12,36,-12v54,0,63,47,63,78v0,46,-22,123,-93,123v-13,0,-24,-5,-33,-12v-1,4,-3,7,-5,11r-59,-2v23,-81,24,-196,37,-288xm94,-133v-4,32,-6,56,-10,76v30,28,46,-14,50,-47v1,-13,3,-40,-17,-40v-8,0,-16,5,-23,11","w":211,"k":{"\\":11,"?":6,"+":-8,"'":8,"x":8,"v":5,"w":6,"y":6,"t":3,"z":3,"\u017a":3,"\u017c":3}},"\u00a0":{"w":102}}});



(function($){$.tools=$.tools||{version:'1.2.4'};$.tools.tabs={conf:{tabs:'a',current:'current',onBeforeClick:null,onClick:null,effect:'default',initialIndex:0,event:'click',rotate:false,history:false},addEffect:function(name,fn){effects[name]=fn;}};var effects={'default':function(i,done){this.getPanes().hide().eq(i).show();done.call();},fade:function(i,done){var conf=this.getConf(),speed=conf.fadeOutSpeed,panes=this.getPanes();if(speed){panes.fadeOut(speed);}else{panes.hide();}
panes.eq(i).fadeIn(conf.fadeInSpeed,done);},slide:function(i,done){this.getPanes().slideUp(200);this.getPanes().eq(i).slideDown(400,done);},ajax:function(i,done){this.getPanes().eq(0).load(this.getTabs().eq(i).attr("href"),done);}};var w;$.tools.tabs.addEffect("horizontal",function(i,done){if(!w){w=this.getPanes().eq(0).width();}
this.getCurrentPane().animate({width:0},function(){$(this).hide();});this.getPanes().eq(i).animate({width:w},function(){$(this).show();done.call();});});function Tabs(root,paneSelector,conf){var self=this,trigger=root.add(this),tabs=root.find(conf.tabs),panes=paneSelector.jquery?paneSelector:root.children(paneSelector),current;if(!tabs.length){tabs=root.children();}
if(!panes.length){panes=root.parent().find(paneSelector);}
if(!panes.length){panes=$(paneSelector);}
$.extend(this,{click:function(i,e){var tab=tabs.eq(i);if(typeof i=='string'&&i.replace("#","")){tab=tabs.filter("[href*="+i.replace("#","")+"]");i=Math.max(tabs.index(tab),0);}
if(conf.rotate){var last=tabs.length-1;if(i<0){return self.click(last,e);}
if(i>last){return self.click(0,e);}}
if(!tab.length){if(current>=0){return self;}
i=conf.initialIndex;tab=tabs.eq(i);}
if(i===current){return self;}
e=e||$.Event();e.type="onBeforeClick";trigger.trigger(e,[i]);if(e.isDefaultPrevented()){return;}
effects[conf.effect].call(self,i,function(){e.type="onClick";trigger.trigger(e,[i]);});current=i;tabs.removeClass(conf.current);tab.addClass(conf.current);return self;},getConf:function(){return conf;},getTabs:function(){return tabs;},getPanes:function(){return panes;},getCurrentPane:function(){return panes.eq(current);},getCurrentTab:function(){return tabs.eq(current);},getIndex:function(){return current;},next:function(){return self.click(current+1);},prev:function(){return self.click(current-1);},destroy:function(){tabs.unbind(conf.event).removeClass(conf.current);panes.find("a[href^=#]").unbind("click.T");return self;}});$.each("onBeforeClick,onClick".split(","),function(i,name){if($.isFunction(conf[name])){$(self).bind(name,conf[name]);}
self[name]=function(fn){if(fn){$(self).bind(name,fn);}
return self;};});if(conf.history&&$.fn.history){$.tools.history.init(tabs);conf.event='history';}
tabs.each(function(i){$(this).bind(conf.event,function(e){self.click(i,e);return e.preventDefault();});});panes.find("a[href^=#]").bind("click.T",function(e){self.click($(this).attr("href"),e);});if(location.hash&&conf.tabs==="a"&&root.find(conf.tabs+location.hash).length){self.click(location.hash);}else{if(conf.initialIndex===0||conf.initialIndex>0){self.click(conf.initialIndex);}}}
$.fn.tabs=function(paneSelector,conf){var el=this.data("tabs");if(el){el.destroy();this.removeData("tabs");}
if($.isFunction(conf)){conf={onBeforeClick:conf};}
conf=$.extend({},$.tools.tabs.conf,conf);this.each(function(){el=new Tabs($(this),paneSelector,conf);$(this).data("tabs",el);});return conf.api?el:this;};})(jQuery);(function($){var tmp,loading,overlay,wrap,outer,inner,close,nav_left,nav_right,selectedIndex=0,selectedOpts={},selectedArray=[],currentIndex=0,currentOpts={},currentArray=[],ajaxLoader=null,imgPreloader=new Image(),imgRegExp=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,swfRegExp=/[^\.]\.(swf)\s*$/i,loadingTimer,loadingFrame=1,start_pos,final_pos,busy=false,shadow=20,fx=$.extend($('<div/>')[0],{prop:0}),titleh=0,isIE6=!$.support.opacity&&!window.XMLHttpRequest,fancybox_abort=function(){loading.hide();imgPreloader.onerror=imgPreloader.onload=null;if(ajaxLoader){ajaxLoader.abort();}
tmp.empty();},fancybox_error=function(){$.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>',{'scrolling':'no','padding':20,'transitionIn':'none','transitionOut':'none'});},fancybox_get_viewport=function(){return[$(window).width(),$(window).height(),$(document).scrollLeft(),$(document).scrollTop()];},fancybox_get_zoom_to=function(){var view=fancybox_get_viewport(),to={},margin=currentOpts.margin,resize=currentOpts.autoScale,horizontal_space=(shadow+margin)*2,vertical_space=(shadow+margin)*2,double_padding=(currentOpts.padding*2),ratio;if(currentOpts.width.toString().indexOf('%')>-1){to.width=((view[0]*parseFloat(currentOpts.width))/100)-(shadow*2);resize=false;}else{to.width=currentOpts.width+double_padding;}
if(currentOpts.height.toString().indexOf('%')>-1){to.height=((view[1]*parseFloat(currentOpts.height))/100)-(shadow*2);resize=false;}else{to.height=currentOpts.height+double_padding;}
if(resize&&(to.width>(view[0]-horizontal_space)||to.height>(view[1]-vertical_space))){if(selectedOpts.type=='image'||selectedOpts.type=='swf'){horizontal_space+=double_padding;vertical_space+=double_padding;ratio=Math.min(Math.min(view[0]-horizontal_space,currentOpts.width)/currentOpts.width,Math.min(view[1]-vertical_space,currentOpts.height)/currentOpts.height);to.width=Math.round(ratio*(to.width-double_padding))+double_padding;to.height=Math.round(ratio*(to.height-double_padding))+double_padding;}else{to.width=Math.min(to.width,(view[0]-horizontal_space));to.height=Math.min(to.height,(view[1]-vertical_space));}}
to.top=view[3]+((view[1]-(to.height+(shadow*2)))*0.5);to.left=view[2]+((view[0]-(to.width+(shadow*2)))*0.5);if(currentOpts.autoScale===false){to.top=Math.max(view[3]+margin,to.top);to.left=Math.max(view[2]+margin,to.left);}
return to;},fancybox_format_title=function(title){if(title&&title.length){switch(currentOpts.titlePosition){case'inside':return title;case'over':return'<span id="fancybox-title-over">'+title+'</span>';default:return'<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">'+title+'</span><span id="fancybox-title-right"></span></span>';}}
return false;},fancybox_process_title=function(){var title=currentOpts.title,width=final_pos.width-(currentOpts.padding*2),titlec='fancybox-title-'+currentOpts.titlePosition;$('#fancybox-title').remove();titleh=0;if(currentOpts.titleShow===false){return;}
title=$.isFunction(currentOpts.titleFormat)?currentOpts.titleFormat(title,currentArray,currentIndex,currentOpts):fancybox_format_title(title);if(!title||title===''){return;}
$('<div id="fancybox-title" class="'+titlec+'" />').css({'width':width,'paddingLeft':currentOpts.padding,'paddingRight':currentOpts.padding}).html(title).appendTo('body');switch(currentOpts.titlePosition){case'inside':titleh=$("#fancybox-title").outerHeight(true)-currentOpts.padding;final_pos.height+=titleh;break;case'over':$('#fancybox-title').css('bottom',currentOpts.padding);break;default:$('#fancybox-title').css('bottom',$("#fancybox-title").outerHeight(true)*-1);break;}
$('#fancybox-title').appendTo(outer).hide();},fancybox_set_navigation=function(){$(document).unbind('keydown.fb').bind('keydown.fb',function(e){if(e.keyCode==27&&currentOpts.enableEscapeButton){e.preventDefault();$.fancybox.close();}else if(e.keyCode==37){e.preventDefault();$.fancybox.prev();}else if(e.keyCode==39){e.preventDefault();$.fancybox.next();}});if($.fn.mousewheel){wrap.unbind('mousewheel.fb');if(currentArray.length>1){wrap.bind('mousewheel.fb',function(e,delta){e.preventDefault();if(busy||delta===0){return;}
if(delta>0){$.fancybox.prev();}else{$.fancybox.next();}});}}
if(!currentOpts.showNavArrows){return;}
if((currentOpts.cyclic&&currentArray.length>1)||currentIndex!==0){nav_left.show();}
if((currentOpts.cyclic&&currentArray.length>1)||currentIndex!=(currentArray.length-1)){nav_right.show();}},fancybox_preload_images=function(){var href,objNext;if((currentArray.length-1)>currentIndex){href=currentArray[currentIndex+1].href;if(typeof href!=='undefined'&&href.match(imgRegExp)){objNext=new Image();objNext.src=href;}}
if(currentIndex>0){href=currentArray[currentIndex-1].href;if(typeof href!=='undefined'&&href.match(imgRegExp)){objNext=new Image();objNext.src=href;}}},_finish=function(){inner.css('overflow',(currentOpts.scrolling=='auto'?(currentOpts.type=='image'||currentOpts.type=='iframe'||currentOpts.type=='swf'?'hidden':'auto'):(currentOpts.scrolling=='yes'?'auto':'visible')));if(!$.support.opacity){inner.get(0).style.removeAttribute('filter');wrap.get(0).style.removeAttribute('filter');}
$('#fancybox-title').show();if(currentOpts.hideOnContentClick){inner.one('click',$.fancybox.close);}
if(currentOpts.hideOnOverlayClick){overlay.one('click',$.fancybox.close);}
if(currentOpts.showCloseButton){close.show();}
fancybox_set_navigation();$(window).bind("resize.fb",$.fancybox.center);if(currentOpts.centerOnScroll){$(window).bind("scroll.fb",$.fancybox.center);}else{$(window).unbind("scroll.fb");}
if($.isFunction(currentOpts.onComplete)){currentOpts.onComplete(currentArray,currentIndex,currentOpts);}
busy=false;fancybox_preload_images();},fancybox_draw=function(pos){var width=Math.round(start_pos.width+(final_pos.width-start_pos.width)*pos),height=Math.round(start_pos.height+(final_pos.height-start_pos.height)*pos),top=Math.round(start_pos.top+(final_pos.top-start_pos.top)*pos),left=Math.round(start_pos.left+(final_pos.left-start_pos.left)*pos);wrap.css({'width':width+'px','height':height+'px','top':top+'px','left':left+'px'});width=Math.max(width-currentOpts.padding*2,0);height=Math.max(height-(currentOpts.padding*2+(titleh*pos)),0);inner.css({'width':width+'px','height':height+'px'});if(typeof final_pos.opacity!=='undefined'){wrap.css('opacity',(pos<0.5?0.5:pos));}},fancybox_get_obj_pos=function(obj){var pos=obj.offset();pos.top+=parseFloat(obj.css('paddingTop'))||0;pos.left+=parseFloat(obj.css('paddingLeft'))||0;pos.top+=parseFloat(obj.css('border-top-width'))||0;pos.left+=parseFloat(obj.css('border-left-width'))||0;pos.width=obj.width();pos.height=obj.height();return pos;},fancybox_get_zoom_from=function(){var orig=selectedOpts.orig?$(selectedOpts.orig):false,from={},pos,view;if(orig&&orig.length){pos=fancybox_get_obj_pos(orig);from={width:(pos.width+(currentOpts.padding*2)),height:(pos.height+(currentOpts.padding*2)),top:(pos.top-currentOpts.padding-shadow),left:(pos.left-currentOpts.padding-shadow)};}else{view=fancybox_get_viewport();from={width:1,height:1,top:view[3]+view[1]*0.5,left:view[2]+view[0]*0.5};}
return from;},fancybox_show=function(){loading.hide();if(wrap.is(":visible")&&$.isFunction(currentOpts.onCleanup)){if(currentOpts.onCleanup(currentArray,currentIndex,currentOpts)===false){$.event.trigger('fancybox-cancel');busy=false;return;}}
currentArray=selectedArray;currentIndex=selectedIndex;currentOpts=selectedOpts;inner.get(0).scrollTop=0;inner.get(0).scrollLeft=0;if(currentOpts.overlayShow){if(isIE6){$('select:not(#fancybox-tmp select)').filter(function(){return this.style.visibility!=='hidden';}).css({'visibility':'hidden'}).one('fancybox-cleanup',function(){this.style.visibility='inherit';});}
overlay.css({'background-color':currentOpts.overlayColor,'opacity':currentOpts.overlayOpacity}).unbind().show();}
final_pos=fancybox_get_zoom_to();fancybox_process_title();if(wrap.is(":visible")){$(close.add(nav_left).add(nav_right)).hide();var pos=wrap.position(),equal;start_pos={top:pos.top,left:pos.left,width:wrap.width(),height:wrap.height()};equal=(start_pos.width==final_pos.width&&start_pos.height==final_pos.height);inner.fadeOut(currentOpts.changeFade,function(){var finish_resizing=function(){inner.html(tmp.contents()).fadeIn(currentOpts.changeFade,_finish);};$.event.trigger('fancybox-change');inner.empty().css('overflow','hidden');if(equal){inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(final_pos.width-(currentOpts.padding*2),1),height:Math.max(final_pos.height-(currentOpts.padding*2)-titleh,1)});finish_resizing();}else{inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(start_pos.width-(currentOpts.padding*2),1),height:Math.max(start_pos.height-(currentOpts.padding*2),1)});fx.prop=0;$(fx).animate({prop:1},{duration:currentOpts.changeSpeed,easing:currentOpts.easingChange,step:fancybox_draw,complete:finish_resizing});}});return;}
wrap.css('opacity',1);if(currentOpts.transitionIn=='elastic'){start_pos=fancybox_get_zoom_from();inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(start_pos.width-(currentOpts.padding*2),1),height:Math.max(start_pos.height-(currentOpts.padding*2),1)}).html(tmp.contents());wrap.css(start_pos).show();if(currentOpts.opacity){final_pos.opacity=0;}
fx.prop=0;$(fx).animate({prop:1},{duration:currentOpts.speedIn,easing:currentOpts.easingIn,step:fancybox_draw,complete:_finish});}else{inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(final_pos.width-(currentOpts.padding*2),1),height:Math.max(final_pos.height-(currentOpts.padding*2)-titleh,1)}).html(tmp.contents());wrap.css(final_pos).fadeIn(currentOpts.transitionIn=='none'?0:currentOpts.speedIn,_finish);}},fancybox_process_inline=function(){tmp.width(selectedOpts.width);tmp.height(selectedOpts.height);if(selectedOpts.width=='auto'){selectedOpts.width=tmp.width();}
if(selectedOpts.height=='auto'){selectedOpts.height=tmp.height();}
fancybox_show();},fancybox_process_image=function(){busy=true;selectedOpts.width=imgPreloader.width;selectedOpts.height=imgPreloader.height;$("<img />").attr({'id':'fancybox-img','src':imgPreloader.src,'alt':selectedOpts.title}).appendTo(tmp);fancybox_show();},fancybox_start=function(){fancybox_abort();var obj=selectedArray[selectedIndex],href,type,title,str,emb,selector,data;selectedOpts=$.extend({},$.fn.fancybox.defaults,(typeof $(obj).data('fancybox')=='undefined'?selectedOpts:$(obj).data('fancybox')));title=obj.title||$(obj).title||selectedOpts.title||'';if(obj.nodeName&&!selectedOpts.orig){selectedOpts.orig=$(obj).children("img:first").length?$(obj).children("img:first"):$(obj);}
if(title===''&&selectedOpts.orig){title=selectedOpts.orig.attr('alt');}
if(obj.nodeName&&(/^(?:javascript|#)/i).test(obj.href)){href=selectedOpts.href||null;}else{href=selectedOpts.href||obj.href||null;}
if(selectedOpts.type){type=selectedOpts.type;if(!href){href=selectedOpts.content;}}else if(selectedOpts.content){type='html';}else if(href){if(href.match(imgRegExp)){type='image';}else if(href.match(swfRegExp)){type='swf';}else if($(obj).hasClass("iframe")){type='iframe';}else if(href.match(/#/)){obj=href.substr(href.indexOf("#"));type=$(obj).length>0?'inline':'ajax';}else{type='ajax';}}else{type='inline';}
selectedOpts.type=type;selectedOpts.href=href;selectedOpts.title=title;if(selectedOpts.autoDimensions&&selectedOpts.type!=='iframe'&&selectedOpts.type!=='swf'){selectedOpts.width='auto';selectedOpts.height='auto';}
if(selectedOpts.modal){selectedOpts.overlayShow=true;selectedOpts.hideOnOverlayClick=false;selectedOpts.hideOnContentClick=false;selectedOpts.enableEscapeButton=false;selectedOpts.showCloseButton=false;}
if($.isFunction(selectedOpts.onStart)){if(selectedOpts.onStart(selectedArray,selectedIndex,selectedOpts)===false){busy=false;return;}}
tmp.css('padding',(shadow+selectedOpts.padding+selectedOpts.margin));$('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change',function(){$(this).replaceWith(inner.children());});switch(type){case'html':tmp.html(selectedOpts.content);fancybox_process_inline();break;case'inline':$('<div class="fancybox-inline-tmp" />').hide().insertBefore($(obj)).bind('fancybox-cleanup',function(){$(this).replaceWith(inner.children());}).bind('fancybox-cancel',function(){$(this).replaceWith(tmp.children());});$(obj).appendTo(tmp);fancybox_process_inline();break;case'image':busy=false;$.fancybox.showActivity();imgPreloader=new Image();imgPreloader.onerror=function(){fancybox_error();};imgPreloader.onload=function(){imgPreloader.onerror=null;imgPreloader.onload=null;fancybox_process_image();};imgPreloader.src=href;break;case'swf':str='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+selectedOpts.width+'" height="'+selectedOpts.height+'"><param name="movie" value="'+href+'"></param>';emb='';$.each(selectedOpts.swf,function(name,val){str+='<param name="'+name+'" value="'+val+'"></param>';emb+=' '+name+'="'+val+'"';});str+='<embed src="'+href+'" type="application/x-shockwave-flash" width="'+selectedOpts.width+'" height="'+selectedOpts.height+'"'+emb+'></embed></object>';tmp.html(str);fancybox_process_inline();break;case'ajax':selector=href.split('#',2);data=selectedOpts.ajax.data||{};if(selector.length>1){href=selector[0];if(typeof data=="string"){data+='&selector='+selector[1];}else{data.selector=selector[1];}}
busy=false;$.fancybox.showActivity();ajaxLoader=$.ajax($.extend(selectedOpts.ajax,{url:href,data:data,error:fancybox_error,success:function(data,textStatus,XMLHttpRequest){if(ajaxLoader.status==200){tmp.html(data);fancybox_process_inline();}}}));break;case'iframe':$('<iframe id="fancybox-frame" name="fancybox-frame'+new Date().getTime()+'" frameborder="0" hspace="0" scrolling="'+selectedOpts.scrolling+'" src="'+selectedOpts.href+'"></iframe>').appendTo(tmp);fancybox_show();break;}},fancybox_animate_loading=function(){if(!loading.is(':visible')){clearInterval(loadingTimer);return;}
$('div',loading).css('top',(loadingFrame*-40)+'px');loadingFrame=(loadingFrame+1)%12;},fancybox_init=function(){if($("#fancybox-wrap").length){return;}
$('body').append(tmp=$('<div id="fancybox-tmp"></div>'),loading=$('<div id="fancybox-loading"><div></div></div>'),overlay=$('<div id="fancybox-overlay"></div>'),wrap=$('<div id="fancybox-wrap"></div>'));if(!$.support.opacity){wrap.addClass('fancybox-ie');loading.addClass('fancybox-ie');}
outer=$('<div id="fancybox-outer"></div>').append('<div class="fancy-bg" id="fancy-bg-n"></div><div class="fancy-bg" id="fancy-bg-ne"></div><div class="fancy-bg" id="fancy-bg-e"></div><div class="fancy-bg" id="fancy-bg-se"></div><div class="fancy-bg" id="fancy-bg-s"></div><div class="fancy-bg" id="fancy-bg-sw"></div><div class="fancy-bg" id="fancy-bg-w"></div><div class="fancy-bg" id="fancy-bg-nw"></div>').appendTo(wrap);outer.append(inner=$('<div id="fancybox-inner"></div>'),close=$('<a id="fancybox-close"></a>'),nav_left=$('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),nav_right=$('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));close.click($.fancybox.close);loading.click($.fancybox.cancel);nav_left.click(function(e){e.preventDefault();$.fancybox.prev();});nav_right.click(function(e){e.preventDefault();$.fancybox.next();});if(isIE6){overlay.get(0).style.setExpression('height',"document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");loading.get(0).style.setExpression('top',"(-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'");outer.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>');}};$.fn.fancybox=function(options){$(this).data('fancybox',$.extend({},options,($.metadata?$(this).metadata():{}))).unbind('click.fb').bind('click.fb',function(e){e.preventDefault();if(busy){return;}
busy=true;$(this).blur();selectedArray=[];selectedIndex=0;var rel=$(this).attr('rel')||'';if(!rel||rel==''||rel==='nofollow'){selectedArray.push(this);}else{selectedArray=$("a[rel="+rel+"], area[rel="+rel+"]");selectedIndex=selectedArray.index(this);}
fancybox_start();return false;});return this;};$.fancybox=function(obj){if(busy){return;}
busy=true;var opts=typeof arguments[1]!=='undefined'?arguments[1]:{};selectedArray=[];selectedIndex=opts.index||0;if($.isArray(obj)){for(var i=0,j=obj.length;i<j;i++){if(typeof obj[i]=='object'){$(obj[i]).data('fancybox',$.extend({},opts,obj[i]));}else{obj[i]=$({}).data('fancybox',$.extend({content:obj[i]},opts));}}
selectedArray=jQuery.merge(selectedArray,obj);}else{if(typeof obj=='object'){$(obj).data('fancybox',$.extend({},opts,obj));}else{obj=$({}).data('fancybox',$.extend({content:obj},opts));}
selectedArray.push(obj);}
if(selectedIndex>selectedArray.length||selectedIndex<0){selectedIndex=0;}
fancybox_start();};$.fancybox.showActivity=function(){clearInterval(loadingTimer);loading.show();loadingTimer=setInterval(fancybox_animate_loading,66);};$.fancybox.hideActivity=function(){loading.hide();};$.fancybox.next=function(){return $.fancybox.pos(currentIndex+1);};$.fancybox.prev=function(){return $.fancybox.pos(currentIndex-1);};$.fancybox.pos=function(pos){if(busy){return;}
pos=parseInt(pos,10);if(pos>-1&&currentArray.length>pos){selectedIndex=pos;fancybox_start();}
if(currentOpts.cyclic&&currentArray.length>1&&pos<0){selectedIndex=currentArray.length-1;fancybox_start();}
if(currentOpts.cyclic&&currentArray.length>1&&pos>=currentArray.length){selectedIndex=0;fancybox_start();}
return;};$.fancybox.cancel=function(){if(busy){return;}
busy=true;$.event.trigger('fancybox-cancel');fancybox_abort();if(selectedOpts&&$.isFunction(selectedOpts.onCancel)){selectedOpts.onCancel(selectedArray,selectedIndex,selectedOpts);}
busy=false;};$.fancybox.close=function(){if(busy||wrap.is(':hidden')){return;}
busy=true;if(currentOpts&&$.isFunction(currentOpts.onCleanup)){if(currentOpts.onCleanup(currentArray,currentIndex,currentOpts)===false){busy=false;return;}}
fancybox_abort();$(close.add(nav_left).add(nav_right)).hide();$('#fancybox-title').remove();wrap.add(inner).add(overlay).unbind();$(window).unbind("resize.fb scroll.fb");$(document).unbind('keydown.fb');function _cleanup(){overlay.fadeOut('fast');wrap.hide();$.event.trigger('fancybox-cleanup');inner.empty();if($.isFunction(currentOpts.onClosed)){currentOpts.onClosed(currentArray,currentIndex,currentOpts);}
currentArray=selectedOpts=[];currentIndex=selectedIndex=0;currentOpts=selectedOpts={};busy=false;}
inner.css('overflow','hidden');if(currentOpts.transitionOut=='elastic'){start_pos=fancybox_get_zoom_from();var pos=wrap.position();final_pos={top:pos.top,left:pos.left,width:wrap.width(),height:wrap.height()};if(currentOpts.opacity){final_pos.opacity=1;}
fx.prop=1;$(fx).animate({prop:0},{duration:currentOpts.speedOut,easing:currentOpts.easingOut,step:fancybox_draw,complete:_cleanup});}else{wrap.fadeOut(currentOpts.transitionOut=='none'?0:currentOpts.speedOut,_cleanup);}};$.fancybox.resize=function(){var c,h;if(busy||wrap.is(':hidden')){return;}
busy=true;c=inner.wrapInner("<div style='overflow:auto'></div>").children();h=c.height();wrap.css({height:h+(currentOpts.padding*2)+titleh});inner.css({height:h});c.replaceWith(c.children());$.fancybox.center();};$.fancybox.center=function(){busy=true;var view=fancybox_get_viewport(),margin=currentOpts.margin,to={};to.top=view[3]+((view[1]-((wrap.height()-titleh)+(shadow*2)))*0.5);to.left=view[2]+((view[0]-(wrap.width()+(shadow*2)))*0.5);to.top=Math.max(view[3]+margin,to.top);to.left=Math.max(view[2]+margin,to.left);wrap.css(to);busy=false;};$.fn.fancybox.defaults={padding:10,margin:20,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.3,overlayColor:'#666',titleShow:true,titlePosition:'outside',titleFormat:null,transitionIn:'fade',transitionOut:'fade',speedIn:300,speedOut:300,changeSpeed:300,changeFade:'fast',easingIn:'swing',easingOut:'swing',showCloseButton:true,showNavArrows:true,enableEscapeButton:true,onStart:null,onCancel:null,onComplete:null,onCleanup:null,onClosed:null};$(document).ready(function(){fancybox_init();});})(jQuery);;(function($){$.fn.coolinput=function(b){var c={hint:null,source:"title",blurClass:"blur",iconClass:false,clearOnSubmit:true,clearOnFocus:true,persistent:true};if(b&&typeof b=="object")
$.extend(c,b);else
c.hint=b;return this.each(function(){var d=$(this);var e=c.hint||d.attr(c.source);var f=c.blurClass;function g(){if(d.val()=="")
d.val(e).addClass(f)}
function h(){if(d.val()==e&&d.hasClass(f))
d.val("").removeClass(f)}
if(e){if(c.persistent)
d.blur(g);if(c.clearOnFocus)
d.focus(h);if(c.clearOnSubmit)
d.parents("form:first").submit(h);if(c.iconClass)
d.addClass(c.iconClass);g()}})}})(jQuery);jQuery.fn.accessNews=function(settings){settings=jQuery.extend({newsHeadline:"Top Stories",newsSpeed:"normal"},settings);return this.each(function(i){aNewsSlider.itemWidth=parseInt(jQuery(".item:eq("+i+")",".sliderCaseStudiesBox").css("width"))+parseInt(jQuery(".item:eq("+i+")",".sliderCaseStudiesBox").css("margin-right"));aNewsSlider.init(settings,this);jQuery(".view_all > a",this).click(function(){aNewsSlider.vAll(settings,this);return false})})};var aNewsSlider={itemWidth:0,init:function(s,p){jQuery(".messaging",p).css("display","none");itemLength=jQuery(".item",p).length;if(jQuery(".view_all",p).width()==null){jQuery(".news_items",p).prepend("<p class='view_all'>"+s.newsHeadline+" [ "+itemLength+" total ]  -  <a href='#'>View All</a></p>")}newsContainerWidth=itemLength*aNewsSlider.itemWidth;jQuery(".container",p).css("width",newsContainerWidth+"px");jQuery(".next",p).css("display","block");animating=false;jQuery(".next",p).click(function(){if(animating==false){animating=true;animateLeft=parseInt(jQuery(".container",p).css("left"))-(aNewsSlider.itemWidth*3);if(animateLeft+parseInt(jQuery(".container",p).css("width"))>0){jQuery(".prev",p).css("display","block");jQuery(".container",p).animate({left:animateLeft},s.newsSpeed,function(){jQuery(this).css("left",animateLeft);if(parseInt(jQuery(".container",p).css("left"))+parseInt(jQuery(".container",p).css("width"))<=aNewsSlider.itemWidth*3){jQuery(".next",p).css("display","none")}animating=false})}else{animating=false}}return false});jQuery(".prev",p).click(function(){if(animating==false){animating=true;animateLeft=parseInt(jQuery(".container",p).css("left"))+(aNewsSlider.itemWidth*3);if((animateLeft+parseInt(jQuery(".container",p).css("width")))<=parseInt(jQuery(".container",p).css("width"))){jQuery(".next",p).css("display","block");jQuery(".container",p).animate({left:animateLeft},s.newsSpeed,function(){jQuery(this).css("left",animateLeft);if(parseInt(jQuery(".container",p).css("left"))==0){jQuery(".prev",p).css("display","none")}animating=false})}else{animating=false}}return false})},vAll:function(s,p){var o=p;while(p){p=p.parentNode;if(jQuery(p).attr("class")!=undefined&&jQuery(p).attr("class").indexOf("news_slider")!=-1){break}}if(jQuery(o).text().indexOf("View All")!=-1){jQuery(".next",p).css("display","none");jQuery(".prev",p).css("display","none");jQuery(o).text("View Less");jQuery(".container",p).css("left","0px").css("width",aNewsSlider.itemWidth*3+"px")}else{jQuery(o).text("View All");aNewsSlider.init(s,p)}}};$(function(){$(".case_studies").accessNews({newsSpeed:"slow"});});;(function($){$.fn._hover=$.fn.hover;$.fn.hover=function(fn1,fn2,fn3){if(fn3)this.bind('hoverstart',fn1);if(fn2)this.bind('hoverend',fn3?fn3:fn2);return!fn1?this.trigger('hover'):this.bind('hover',fn3?fn2:fn1);};var hover=$.event.special.hover={delay:100,speed:100,setup:function(data){data=$.extend({speed:hover.speed,delay:hover.delay,hovered:0},data||{});$.event.add(this,"mouseenter mouseleave",hoverHandler,data);},teardown:function(){$.event.remove(this,"mouseenter mouseleave",hoverHandler);}};function hoverHandler(event){var data=event.data||event;switch(event.type){case'mouseenter':data.dist2=0;data.event=event;event.type="hoverstart";if($.event.handle.call(this,event)!==false){data.elem=this;$.event.add(this,"mousemove",hoverHandler,data);data.timer=setTimeout(compare,data.delay);}
break;case'mousemove':data.dist2+=Math.pow(event.pageX-data.event.pageX,2)
+Math.pow(event.pageY-data.event.pageY,2);data.event=event;break;case'mouseleave':clearTimeout(data.timer);if(data.hovered){event.type="hoverend";$.event.handle.call(this,event);data.hovered--;}
else $.event.remove(data.elem,"mousemove",hoverHandler);break;default:if(data.dist2<=Math.pow(data.speed*(data.delay/1e3),2)){$.event.remove(data.elem,"mousemove",hoverHandler);data.event.type="hover";if($.event.handle.call(data.elem,data.event)!==false)
data.hovered++;}
else data.timer=setTimeout(compare,data.delay);data.dist2=0;break;}
function compare(){hoverHandler(data);};};})(jQuery);eval(function(p,a,c,k,e,d){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--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[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}('(9($){$.1f.1q=9(1X){b 3=$.2i({},$.1f.1q.2c,1X);I g.E(9(){b 4={f:0,t:\'\',U:0,o:\'\',N:m,1k:m,1N:m};b 5=$(g);5.1S(\'7:4\',4);5.e(\'2h\',\'2g\');5.1n(\'1q\');b d=5.2j();d.E(9(){b j=$(g);b 1p=\'\';6(!j.K(\'B\')){6(j.K(\'a\')){j.1n(\'7-2k\');1p=j}j=j.1g(\'B:1s\')}b 1c=j.w();6(1c==0)1c=j.s(\'w\');b 1d=j.x();6(1d==0)1d=j.s(\'x\');6(1c>5.w()){5.w(1c)}6(1d>5.x()){5.x(1d)}6(1p!=\'\'){1p.e(\'P\',\'1h\')}j.e(\'P\',\'1h\');4.U++});6(3.1a>0){6(3.1a>=4.U)3.1a=4.U-1;4.f=3.1a}6($(d[4.f]).K(\'B\')){4.t=$(d[4.f])}n{4.t=$(d[4.f]).1g(\'B:1s\')}6($(d[4.f]).K(\'a\')){$(d[4.f]).e(\'P\',\'1w\')}5.e(\'W\',\'V(\'+4.t.s(\'D\')+\') R-Y\');2b(b i=0;i<3.h;i++){b G=X.27(5.w()/3.h);6(i==3.h-1){5.J($(\'<C z="7-c"></C>\').e({21:(G*i)+\'13\',w:(5.w()-(G*i))+\'13\'}))}n{5.J($(\'<C z="7-c"></C>\').e({21:(G*i)+\'13\',w:G+\'13\'}))}}5.J($(\'<C z="7-H"><p></p></C>\').e({P:\'1h\',y:3.1Y}));6(4.t.s(\'16\')!=\'\'){$(\'.7-H p\',5).1y(4.t.s(\'16\'));$(\'.7-H\',5).1x(3.q)}b l=0;6(!3.1i&&d.1j>1){l=1v(9(){F(5,d,3,m)},3.1m)}6(3.T){5.J(\'<C z="7-T"><a z="7-2a">2f</a><a z="7-29">2m</a></C>\');6(3.2d){$(\'.7-T\',5).24();5.25(9(){$(\'.7-T\',5).2l()},9(){$(\'.7-T\',5).24()})}$(\'a.7-2a\',5).1J(\'1I\',9(){6(4.N)I m;S(l);l=\'\';4.f-=2;F(5,d,3,\'1C\')});$(\'a.7-29\',5).1J(\'1I\',9(){6(4.N)I m;S(l);l=\'\';F(5,d,3,\'1A\')})}6(3.M){b 1b=$(\'<C z="7-M"></C>\');5.J(1b);2b(b i=0;i<d.1j;i++){6(3.20){b j=d.1B(i);6(!j.K(\'B\')){j=j.1g(\'B:1s\')}6(3.1Q){1b.J(\'<a z="7-1l" 11="\'+i+\'"><B D="\'+j.s(\'11\')+\'" 28="" /></a>\')}n{1b.J(\'<a z="7-1l" 11="\'+i+\'"><B D="\'+j.s(\'D\').2n(3.1R,3.1P)+\'" 28="" /></a>\')}}n{1b.J(\'<a z="7-1l" 11="\'+i+\'">\'+i+\'</a>\')}}$(\'.7-M a:1B(\'+4.f+\')\',5).1n(\'1o\');$(\'.7-M a\',5).1J(\'1I\',9(){6(4.N)I m;6($(g).2e(\'1o\'))I m;S(l);l=\'\';5.e(\'W\',\'V(\'+4.t.s(\'D\')+\') R-Y\');4.f=$(g).s(\'11\')-1;F(5,d,3,\'1l\')})}6(3.1M){$(2q).2A(9(1L){6(1L.1Z==\'2C\'){6(4.N)I m;S(l);l=\'\';4.f-=2;F(5,d,3,\'1C\')}6(1L.1Z==\'2D\'){6(4.N)I m;S(l);l=\'\';F(5,d,3,\'1A\')}})}6(3.1T){5.25(9(){4.1k=Q;S(l);l=\'\'},9(){4.1k=m;6(l==\'\'&&!3.1i){l=1v(9(){F(5,d,3,m)},3.1m)}})}5.2E(\'7:Z\',9(){4.N=m;$(d).E(9(){6($(g).K(\'a\')){$(g).e(\'P\',\'1h\')}});6($(d[4.f]).K(\'a\')){$(d[4.f]).e(\'P\',\'1w\')}6(l==\'\'&&!4.1k&&!3.1i){l=1v(9(){F(5,d,3,m)},3.1m)}3.1U.1z(g)})});9 F(5,d,3,19){b 4=5.1S(\'7:4\');6((!4||4.1N)&&!19)I m;3.1W.1z(g);6(!19){5.e(\'W\',\'V(\'+4.t.s(\'D\')+\') R-Y\')}n{6(19==\'1C\'){5.e(\'W\',\'V(\'+4.t.s(\'D\')+\') R-Y\')}6(19==\'1A\'){5.e(\'W\',\'V(\'+4.t.s(\'D\')+\') R-Y\')}}4.f++;6(4.f==4.U){4.f=0;3.1V.1z(g)}6(4.f<0)4.f=(4.U-1);6($(d[4.f]).K(\'B\')){4.t=$(d[4.f])}n{4.t=$(d[4.f]).1g(\'B:1s\')}6(3.M){$(\'.7-M a\',5).2F(\'1o\');$(\'.7-M a:1B(\'+4.f+\')\',5).1n(\'1o\')}6(4.t.s(\'16\')!=\'\'){6($(\'.7-H\',5).e(\'P\')==\'1w\'){$(\'.7-H p\',5).22(3.q,9(){$(g).1y(4.t.s(\'16\'));$(g).1x(3.q)})}n{$(\'.7-H p\',5).1y(4.t.s(\'16\'))}$(\'.7-H\',5).1x(3.q)}n{$(\'.7-H\',5).22(3.q)}b i=0;$(\'.7-c\',5).E(9(){b G=X.27(5.w()/3.h);$(g).e({x:\'O\',y:\'0\',W:\'V(\'+4.t.s(\'D\')+\') R-Y -\'+((G+(i*G))-G)+\'13 0%\'});i++});6(3.k==\'1t\'){b 10=2G 2B("1K","14","1F","17","1E","12","1D","1r");4.o=10[X.26(X.1t()*(10.1j+1))];6(4.o==2y)4.o=\'1r\'}6(3.k.2o(\',\')!=-1){b 10=3.k.2r(\',\');4.o=$.2z(10[X.26(X.1t()*10.1j)])}4.N=Q;6(3.k==\'2p\'||3.k==\'1K\'||4.o==\'1K\'||3.k==\'14\'||4.o==\'14\'){b u=0;b i=0;b h=$(\'.7-c\',5);6(3.k==\'14\'||4.o==\'14\')h=$(\'.7-c\',5).1e();h.E(9(){b c=$(g);c.e(\'1G\',\'O\');6(i==3.h-1){L(9(){c.A({x:\'r%\',y:\'1.0\'},3.q,\'\',9(){5.18(\'7:Z\')})},(r+u))}n{L(9(){c.A({x:\'r%\',y:\'1.0\'},3.q)},(r+u))}u+=1u;i++})}n 6(3.k==\'2t\'||3.k==\'1F\'||4.o==\'1F\'||3.k==\'17\'||4.o==\'17\'){b u=0;b i=0;b h=$(\'.7-c\',5);6(3.k==\'17\'||4.o==\'17\')h=$(\'.7-c\',5).1e();h.E(9(){b c=$(g);c.e(\'23\',\'O\');6(i==3.h-1){L(9(){c.A({x:\'r%\',y:\'1.0\'},3.q,\'\',9(){5.18(\'7:Z\')})},(r+u))}n{L(9(){c.A({x:\'r%\',y:\'1.0\'},3.q)},(r+u))}u+=1u;i++})}n 6(3.k==\'1E\'||3.k==\'2u\'||4.o==\'1E\'||3.k==\'12\'||4.o==\'12\'){b u=0;b i=0;b v=0;b h=$(\'.7-c\',5);6(3.k==\'12\'||4.o==\'12\')h=$(\'.7-c\',5).1e();h.E(9(){b c=$(g);6(i==0){c.e(\'1G\',\'O\');i++}n{c.e(\'23\',\'O\');i=0}6(v==3.h-1){L(9(){c.A({x:\'r%\',y:\'1.0\'},3.q,\'\',9(){5.18(\'7:Z\')})},(r+u))}n{L(9(){c.A({x:\'r%\',y:\'1.0\'},3.q)},(r+u))}u+=1u;v++})}n 6(3.k==\'1D\'||4.o==\'1D\'){b u=0;b i=0;$(\'.7-c\',5).E(9(){b c=$(g);b 1H=c.w();c.e({1G:\'O\',x:\'r%\',w:\'O\'});6(i==3.h-1){L(9(){c.A({w:1H,y:\'1.0\'},3.q,\'\',9(){5.18(\'7:Z\')})},(r+u))}n{L(9(){c.A({w:1H,y:\'1.0\'},3.q)},(r+u))}u+=1u;i++})}n 6(3.k==\'1r\'||4.o==\'1r\'){b i=0;$(\'.7-c\',5).E(9(){$(g).e(\'x\',\'r%\');6(i==3.h-1){$(g).A({y:\'1.0\'},(3.q*2),\'\',9(){5.18(\'7:Z\')})}n{$(g).A({y:\'1.0\'},(3.q*2))}i++})}}};$.1f.1q.2c={k:\'1t\',h:15,q:2x,1m:2w,1a:0,T:Q,2d:Q,M:Q,20:m,1Q:m,1R:\'.1O\',1P:\'2v.1O\',1M:Q,1T:Q,1i:m,1Y:0.8,1W:9(){},1U:9(){},1V:9(){}};$.1f.1e=[].1e})(2s);',62,167,'|||settings|vars|slider|if|nivo||function||var|slice|kids|css|currentSlide|this|slices||child|effect|timer|false|else|randAnim||animSpeed|100|attr|currentImage|timeBuff||width|height|opacity|class|animate|img|div|src|each|nivoRun|sliceWidth|caption|return|append|is|setTimeout|controlNav|running|0px|display|true|no|clearInterval|directionNav|totalSlides|url|background|Math|repeat|animFinished|anims|rel|sliceUpDownLeft|px|sliceDownLeft||title|sliceUpLeft|trigger|nudge|startSlide|nivoControl|childWidth|childHeight|reverse|fn|find|none|manualAdvance|length|paused|control|pauseTime|addClass|active|link|nivoSlider|fade|first|random|50|setInterval|block|fadeIn|html|call|next|eq|prev|fold|sliceUpDown|sliceUpRight|top|origWidth|click|live|sliceDownRight|event|keyboardNav|stop|jpg|controlNavThumbsReplace|controlNavThumbsFromRel|controlNavThumbsSearch|data|pauseOnHover|afterChange|slideshowEnd|beforeChange|options|captionOpacity|keyCode|controlNavThumbs|left|fadeOut|bottom|hide|hover|floor|round|alt|nextNav|prevNav|for|defaults|directionNavHide|hasClass|Prev|relative|position|extend|children|imageLink|show|Next|replace|indexOf|sliceDown|window|split|jQuery|sliceUp|sliceUpDownRight|_thumb|3000|500|undefined|trim|keypress|Array|37|39|bind|removeClass|new'.split('|'),0,{}))

