/*inc/js/cufon/cufon.js*/
/*
 * 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 by Christine Mauerkirchner und Rainer Grunert RWE
 */
Cufon.registerFont({"w":233,"face":{"font-family":"eurosiko","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"1","bbox":"-7 -297 378 79.4817","underline-thickness":"11.0894","underline-position":"-31.6454","unicode-range":"U+0020-U+2026"},"glyphs":{" ":{"w":117},"!":{"d":"61,-1r-29,0r0,-33r29,0r0,33xm58,-71r-24,0r1,-100v0,-33,-1,-61,-3,-82r29,0v0,41,-1,101,-3,182","w":91},"\"":{"d":"27,-171v-5,-25,-11,-50,-9,-82r30,0v1,31,0,56,-9,82r-12,0xm80,-171v-5,-25,-11,-50,-9,-82r31,0v1,31,-1,58,-9,82r-13,0","w":120},"#":{"d":"92,-102r43,0r9,-56r-43,0xm105,-184r44,0r12,-69r25,0r-12,69r31,0r0,26r-36,0r-9,56r34,0r0,26r-39,0r-13,75r-25,0r13,-75r-43,0r-13,75r-25,0r13,-75r-34,0r0,-26r39,0r9,-56r-36,0r0,-26r40,0r13,-69r25,0"},"$":{"d":"13,-184v0,-61,24,-67,94,-69r0,-24r20,0r0,24v72,0,87,7,91,70r-28,0v-2,-45,-10,-50,-63,-48r0,91v72,0,96,8,96,72v0,58,-28,68,-96,67r0,29r-20,0r0,-29v-78,0,-93,-6,-96,-77r27,0v-7,47,19,60,69,56r0,-96v-71,-1,-94,-6,-94,-66xm107,-231v-54,-1,-64,2,-67,45v-3,42,25,50,67,46r0,-91xm127,-22v52,-1,69,-2,69,-47v0,-46,-15,-49,-69,-49r0,96"},"%":{"d":"74,1r-21,0r171,-254r22,0xm98,-174v0,-31,9,-68,-29,-64v-25,3,-44,-2,-42,26v1,37,-12,78,42,67v23,1,29,-7,29,-29xm61,-255v58,-4,56,30,55,81v-1,40,-11,43,-54,46v-58,4,-55,-30,-54,-81v1,-38,12,-43,53,-46xm267,-104v-20,-6,-72,-16,-66,21v5,33,-12,77,36,67v47,14,39,-55,30,-88xm235,-126v58,-4,57,29,56,81v-1,40,-12,43,-55,46v-58,4,-55,-32,-54,-82v1,-38,14,-42,53,-45","w":299},"&":{"d":"51,-196v1,-48,24,-59,76,-59v61,1,71,16,73,78r-28,0v-1,-34,0,-60,-46,-55v-50,-9,-61,45,-31,70r101,86v1,-14,0,-26,0,-35r25,0v1,25,0,43,-2,55r46,36r-15,19r-37,-31v-9,23,-37,34,-82,34v-80,0,-109,-8,-109,-81v0,-52,9,-52,53,-67v-17,-13,-24,-22,-24,-50xm92,-131v-37,9,-43,10,-43,53v0,54,15,57,78,57v38,0,59,-10,64,-28","w":266},"'":{"d":"50,-253v-3,33,13,76,-32,71r0,-14v14,-1,16,-7,16,-24r-13,0r0,-33r29,0","w":68},"(":{"d":"84,50v-50,-1,-67,-21,-65,-72v2,-69,-12,-167,12,-213v7,-14,27,-19,53,-20r0,23v-29,1,-38,16,-38,48r0,163v1,32,8,46,38,47r0,24","w":105},")":{"d":"21,-255v50,-1,69,25,65,78v-6,85,33,236,-65,227r0,-24v32,-4,38,-17,38,-56r0,-156v0,-31,-8,-46,-38,-46r0,-23","w":105},"*":{"d":"126,-198r51,-19r7,17r-53,19r31,45r-13,10r-32,-46r-34,46r-15,-10r34,-45r-52,-19r6,-17r52,19r0,-55r18,0r0,55"},"+":{"d":"87,-177r24,0r0,69r69,0r0,24r-69,0r0,69r-24,0r0,-69r-70,0r0,-24r70,0r0,-69","w":197},",":{"d":"70,-34v-2,34,10,78,-32,72r0,-14v14,-2,15,-9,16,-25r-12,0r0,-33r28,0","w":117,"k":{"1":74}},"-":{"d":"1,-81r0,-24r86,0r0,24r-86,0","w":88,"k":{"Y":31,"W":9,"V":11,"T":27,"A":1}},".":{"d":"38,-1r0,-33r29,0r0,33r-29,0","w":117,"k":{"1":76}},"\/":{"d":"40,38r-30,0r195,-291r30,0","w":245},"0":{"d":"124,-232v-57,0,-88,1,-88,63r0,85v-3,65,35,62,99,62v52,0,61,-11,61,-65r0,-79v-3,-59,-9,-66,-72,-66xm116,1v-82,-1,-104,-13,-107,-90r0,-75v3,-77,24,-91,107,-91v83,0,106,13,108,91r0,74v-2,79,-23,91,-108,91","k":{"7":9,"4":-5,"1":11}},"1":{"d":"123,-1r0,-233r-66,72r-16,-16r69,-75r41,0r0,252r-28,0","k":{"9":40,"8":40,"7":40,"6":39,"5":41,"4":34,"3":39,"2":41,"1":50,"0":32,".":46,",":49}},"2":{"d":"120,-255v68,2,86,16,87,83v0,38,-12,65,-40,71v-57,11,-128,-1,-115,77r154,0r0,23r-181,0v-1,-52,-4,-104,40,-111v51,-8,118,1,115,-61v-3,-53,-7,-58,-61,-59v-60,-1,-68,6,-67,65r-27,0v-1,-71,17,-90,95,-88","k":{"7":15,"4":20,"1":20}},"3":{"d":"113,1v-74,0,-95,-14,-93,-82r28,0v-11,55,26,63,82,61v38,-1,47,-12,50,-51v3,-52,-39,-51,-86,-47r0,-24v44,2,81,5,81,-45v0,-48,-32,-45,-78,-45v-42,1,-44,11,-46,55r-28,0v3,-69,16,-77,89,-78v67,-1,88,7,91,64v1,40,-11,54,-42,61v31,0,46,19,46,56v0,69,-17,75,-94,75","k":{"7":17,"4":4,"1":22}},"4":{"d":"153,-237r-121,154r121,0r0,-154xm181,-83r37,0r0,25r-37,0r0,57r-28,0r0,-57r-142,0r0,-33r127,-162r43,0r0,170","k":{"7":24,"4":-2,"1":34}},"5":{"d":"182,-91v3,-58,-25,-58,-79,-58v-29,0,-44,7,-47,23r-28,0r0,-127r172,0r0,24r-145,0r0,78v11,-15,34,-22,68,-22v61,0,86,19,87,77v2,82,-15,99,-99,97v-69,-2,-83,-9,-87,-73r27,0v-3,41,16,51,59,50v68,-2,68,-3,72,-69","k":{"7":14,"4":3,"1":38}},"6":{"d":"132,-232v-47,-2,-82,-1,-82,46r0,53r3,0v8,-20,30,-23,64,-23v78,2,93,9,93,85v0,63,-24,72,-95,72v-68,0,-92,-14,-92,-76r0,-112v2,-57,30,-69,96,-68v65,0,80,8,85,64r-27,0v-1,-32,-11,-40,-45,-41xm50,-88v0,63,9,65,78,67v47,1,54,-18,54,-64v0,-51,-30,-47,-77,-48v-39,-1,-55,11,-55,45","k":{"7":15,"4":2,"1":24}},"7":{"d":"205,-253r0,35r-122,217r-33,0r134,-230r-162,0r0,-22r183,0","k":{":":32,"7":11,"6":14,"4":41,"1":31,".":70}},"8":{"d":"125,-119v-50,0,-76,0,-76,50v0,49,36,47,83,48v38,0,51,-11,51,-49v0,-44,-10,-49,-58,-49xm163,-132v37,7,48,18,48,63v0,61,-21,70,-88,70v-74,0,-101,-5,-101,-69v0,-48,8,-54,48,-64v-35,-7,-44,-17,-44,-58v0,-60,20,-65,91,-65v69,0,90,4,90,64v0,43,-8,52,-44,59xm133,-232v-43,0,-86,-6,-80,42v-5,53,34,48,81,48v37,0,46,-11,46,-48v0,-34,-10,-42,-47,-42","k":{"7":13,"4":2,"1":19}},"9":{"d":"212,-64v3,69,-58,66,-132,65v-43,0,-57,-20,-58,-65r27,0v-9,42,34,43,80,43v63,0,55,-48,55,-103v-11,20,-29,25,-61,25v-78,0,-99,-7,-99,-77v0,-67,20,-79,92,-79v69,-1,96,10,96,69r0,122xm118,-232v-47,0,-66,2,-66,54v0,55,27,59,81,55v45,-2,51,-6,51,-53v0,-51,-11,-55,-66,-56","k":{"7":13,"4":1,"1":17}},":":{"d":"38,-1r0,-33r29,0r0,33r-29,0xm38,-144r0,-33r29,0r0,33r-29,0","w":117},";":{"d":"70,-143r-28,0r0,-34r28,0r0,34xm70,-34v-3,34,12,77,-32,72r0,-14v11,0,16,-9,16,-25r-12,0r0,-33r28,0","w":117},"<":{"d":"180,-137r-135,55r135,55r0,26r-163,-69r0,-23r163,-70r0,26","w":197},"=":{"d":"180,-110r-163,0r0,-24r163,0r0,24xm180,-57r-163,0r0,-25r163,0r0,25","w":197},">":{"d":"17,-1r0,-26r134,-55r-134,-55r0,-26r163,70r0,23","w":197},"?":{"d":"101,-255v60,1,77,13,77,72v0,53,-8,57,-58,74v-15,5,-21,17,-20,36r-27,0v-1,-25,2,-45,20,-52v30,-12,62,-17,59,-62v-2,-40,-10,-44,-53,-45v-46,-2,-57,15,-53,57r-26,0v1,-65,13,-81,81,-80xm101,-1r-29,0r0,-33r29,0r0,33","w":197},"@":{"d":"174,-173v-43,-2,-74,90,-21,98v27,4,50,-41,49,-70v0,-18,-10,-28,-28,-28xm190,-80v-28,42,-90,20,-90,-30v0,-55,81,-118,110,-56v8,-2,5,-13,9,-19r22,0r-31,98v0,7,6,11,17,11v31,1,51,-40,51,-74v0,-49,-53,-84,-105,-84v-58,0,-116,57,-114,115v1,75,83,123,164,90r8,18v-93,38,-195,-17,-197,-105v-1,-70,68,-139,138,-139v63,0,129,41,129,101v0,45,-33,97,-76,97v-24,0,-35,-8,-35,-23","w":334},"A":{"d":"115,-232r-56,155r114,0xm229,-1r-28,0r-21,-53r-129,0r-20,53r-28,0r92,-252r39,0","w":232,"k":{"y":14,"w":10,"v":13,"u":3,"q":3,"o":1,"g":3,"e":2,"d":1,"c":1,"b":-4,"Y":35,"W":27,"V":31,"U":8,"T":30,"Q":5,"O":3,"G":3,"C":4,".":6,",":8}},"B":{"d":"48,-24v56,-6,139,24,139,-46v0,-74,-80,-41,-139,-48r0,94xm180,-193v0,-59,-83,-29,-132,-36r0,87v58,-5,132,23,132,-51xm215,-64v0,38,-20,63,-58,63r-136,0r0,-252v76,8,186,-31,186,60v0,36,-8,50,-33,60v34,8,41,24,41,69","w":234,"k":{"\u2026":3,"Y":9,"W":6,"V":6,"O":3}},"C":{"d":"186,-175v-3,-54,-7,-57,-64,-57v-53,0,-79,8,-79,54r0,85v1,66,17,75,91,72v49,-2,54,-12,56,-64r27,0v1,62,-12,86,-77,86v-72,0,-124,-8,-124,-77r0,-100v2,-64,30,-80,102,-79v79,1,92,8,96,80r-28,0","w":224,"k":{"A":-3}},"D":{"d":"143,-24v72,6,60,-71,61,-140v1,-37,-18,-65,-53,-65r-102,0r0,205r94,0xm146,-253v82,-3,86,68,86,153v0,67,-26,99,-79,99r-131,0r0,-252r124,0","w":248,"k":{"Y":10,"W":5,"V":5,"T":5,"J":-1,"A":7}},"E":{"d":"176,-253r0,24r-134,0r0,88r129,0r0,22r-129,0r0,95r134,0r0,23r-161,0r0,-252r161,0","w":189},"F":{"d":"177,-253r0,24r-128,0r0,90r125,0r0,23r-125,0r0,115r-27,0r0,-252r155,0","w":185,"k":{"\u2026":-2,"u":1,"o":-1,"e":-1,"a":1,"O":-2,"J":9,"A":14,".":44,"-":-8,",":46}},"G":{"d":"223,-126v3,83,2,127,-93,127v-74,0,-115,-8,-115,-87r0,-83v0,-57,25,-86,74,-86v71,0,143,-12,134,75r-27,0v6,-61,-37,-52,-90,-52v-54,0,-63,10,-63,62v0,69,-19,155,63,148v49,-4,96,7,90,-47r0,-33r-81,0r0,-24r108,0","w":235,"k":{"Y":3,"W":-1,"V":-1,"T":-3}},"H":{"d":"52,-141r150,0r0,-112r27,0r0,252r-27,0r0,-117r-150,0r0,117r-28,0r0,-252r28,0r0,112","w":253},"I":{"d":"52,-1r-27,0r0,-252r27,0r0,252","w":77},"J":{"d":"81,-21v40,-2,58,-7,58,-43r0,-189r27,0r0,191v-1,51,-28,63,-85,63v-63,0,-75,-33,-70,-93r27,0v-3,41,-2,73,43,71","w":190,"k":{"A":6}},"K":{"d":"52,-142r26,0r104,-111r36,0r-116,122r130,130r-38,0r-116,-117r-26,0r0,117r-27,0r0,-252r27,0r0,111","w":229,"k":{"\u2026":4,"y":15,"u":4,"o":3,"e":3,"a":-1,"T":-9,"O":4,"G":6,"C":7,"-":18}},"L":{"d":"53,-24r129,0r0,23r-156,0r0,-252r27,0r0,229","w":189,"k":{"y":15,"u":1,"Y":36,"W":26,"V":31,"U":5,"T":32,"G":2,"C":2,"-":47}},"M":{"d":"73,-253r90,219r91,-219r48,0r0,252r-27,0r0,-235r-98,235r-27,0r-98,-234r-1,234r-27,0r0,-252r49,0","w":326},"N":{"d":"213,-19r1,-234r27,0r0,252r-46,0r-144,-231r0,231r-28,0r0,-252r47,0","w":264,"k":{"u":3,"o":3,"e":4,"a":4,"A":-2,".":15,",":18}},"O":{"d":"121,-232v-61,-1,-79,3,-79,59v0,65,-24,156,55,151v58,-4,88,2,88,-56r0,-97v-2,-48,-14,-56,-64,-57xm113,-255v81,0,99,11,99,88r0,91v3,71,-43,77,-116,77v-99,0,-81,-84,-81,-170v0,-75,19,-86,98,-86","w":227,"k":{"Y":6,"X":4,"W":2,"V":2,"A":3}},"P":{"d":"209,-176v4,89,-80,83,-161,77r0,98r-27,0r0,-252r128,0v46,1,58,28,60,77xm48,-123v58,-5,143,21,134,-50v13,-80,-73,-50,-134,-56r0,106","w":223,"k":{"o":4,"e":5,"a":4,"J":19,"A":22,".":54,",":56}},"Q":{"d":"45,-89v-4,65,28,69,91,68v31,0,51,-6,59,-18r-79,-52r12,-18r74,48v5,-34,2,-78,2,-116v0,-49,-18,-54,-72,-55v-63,-1,-87,3,-87,58r0,85xm134,1v-94,0,-118,-17,-117,-105r0,-57v3,-80,27,-94,113,-94v76,0,102,14,102,87v0,38,3,97,-6,123r21,14r-11,19r-19,-13v-15,17,-42,26,-83,26","w":249},"R":{"d":"191,-184v5,-70,-84,-38,-140,-45r0,103r91,0v42,-1,46,-14,49,-58xm24,-253v86,5,203,-27,195,75v-3,44,-11,57,-48,64v55,7,45,57,45,113r-28,0v3,-48,8,-101,-45,-101r-92,0r0,101r-27,0r0,-252","w":237,"k":{"\u2026":2,"y":-7,"u":4,"o":4,"e":4,"Y":6,"W":3,"V":3,"U":8,"O":2,"G":2,"C":3,"-":-3}},"S":{"d":"14,-164v-8,-68,14,-94,92,-91v68,3,88,7,90,70r-27,0v3,-50,-30,-47,-78,-47v-37,-1,-49,11,-51,44v-3,55,53,45,106,47v40,2,54,26,56,69v4,77,-55,74,-131,73v-46,-1,-64,-32,-59,-80r27,0v-6,58,27,59,83,58v41,-1,52,-13,52,-53v0,-39,-28,-46,-75,-46v-58,1,-75,-4,-86,-46","w":212,"k":{"t":-4,"Y":5,"W":1,"V":1,"T":-1}},"T":{"d":"2,-229r0,-24r192,0r0,24r-82,0r0,228r-28,0r0,-228r-82,0","w":195,"k":{"y":27,"w":29,"v":27,"u":36,"s":36,"r":34,"o":36,"j":-4,"i":-4,"g":36,"e":37,"c":36,"a":36,"Y":-14,"W":-14,"V":-15,"S":-3,"J":34,"G":2,"C":2,"A":30,";":51,":":49,".":48,"-":27,",":50}},"U":{"d":"107,-22v55,0,90,3,90,-56r0,-175r28,0r0,181v-3,64,-31,73,-106,73v-66,0,-94,-11,-94,-70r0,-184r27,0r0,184v1,38,14,47,55,47","w":249,"k":{"r":3,"p":4,"n":5,"m":4,"A":7,".":19,",":22}},"V":{"d":"-1,-253r29,0r80,232r2,0r80,-232r28,0r-89,252r-40,0","w":217,"k":{"\u2026":1,"y":-3,"u":9,"r":7,"o":15,"g":15,"e":15,"a":15,"T":-15,"O":1,"G":3,"C":3,"A":31,";":21,":":19,".":42,"-":11,",":44}},"W":{"d":"29,-253r70,234r69,-234r42,0r68,234r72,-234r28,0r-79,252r-43,0r-67,-229r-68,229r-42,0r-77,-252r27,0","w":380,"k":{"\u2026":2,"y":-3,"u":9,"r":6,"o":14,"g":14,"e":14,"a":14,"T":-14,"O":2,"G":3,"C":3,"A":28,";":21,":":18,".":39,"-":9,",":41}},"X":{"d":"112,-144r71,-109r33,0r-81,122r86,130r-32,0r-77,-117r-79,117r-34,0r91,-130r-83,-122r32,0","w":220,"k":{"y":14,"o":2,"e":2,"Q":7,"O":4,"C":6,"-":9}},"Y":{"d":"-1,-253r32,0r75,120r76,-120r33,0r-96,147r0,105r-28,0r0,-105","w":214,"k":{"\u2026":6,"v":10,"u":23,"p":20,"o":31,"g":31,"e":31,"a":30,"T":-15,"S":4,"O":6,"G":8,"C":8,"A":33,";":34,":":31,".":54,"-":32,",":56}},"Z":{"d":"203,-228r-161,204r164,0r0,23r-197,0r0,-24r160,-204r-155,0r0,-24r189,0r0,25","w":215},"[":{"d":"83,-232r-37,0r0,258r37,0r0,24r-64,0r0,-305r64,0r0,23","w":105},"\\":{"d":"-7,-253r25,0r84,252r-26,0","w":93},"]":{"d":"86,50r-65,0r0,-24r37,0r0,-258r-37,0r0,-23r65,0r0,305","w":105},"^":{"d":"179,-89r-25,0r-56,-133r-55,133r-25,0r69,-164r23,0","w":197},"_":{"d":"169,50r-168,0r0,-24r168,0r0,24","w":169},"`":{"d":"39,-250r49,37r-8,13r-54,-33","w":114},"a":{"d":"95,-179v53,1,74,9,74,59r0,119r-25,0v0,-6,1,-15,-1,-19v-7,14,-26,21,-55,21v-49,1,-71,-9,-71,-52v0,-48,21,-56,77,-55v30,0,45,5,47,17r3,0v2,-47,0,-74,-54,-70v-30,2,-45,10,-41,31r-27,0v3,-43,22,-52,73,-51xm143,-55v4,-38,-59,-35,-88,-28v-18,24,-18,76,35,64v36,0,50,-5,53,-36","w":192,"k":{"y":1,"w":1}},"b":{"d":"176,-86v0,64,-12,86,-72,87v-27,0,-45,-7,-54,-23v-3,5,0,14,-1,21r-26,0r0,-252r26,0r0,101v8,-18,27,-27,56,-27v60,0,72,25,71,93xm98,-159v-67,-7,-50,84,-39,126v6,10,19,14,39,14v47,0,52,-16,52,-70v0,-55,-4,-65,-52,-70","w":194,"k":{"w":-1,"v":-1}},"c":{"d":"141,-120v-2,-36,-10,-37,-51,-39v-53,-3,-48,42,-47,92v1,41,13,48,57,48v39,0,44,-4,45,-44r25,0v1,50,-22,66,-76,65v-67,-3,-77,-18,-77,-89v0,-75,10,-92,81,-92v50,0,66,12,69,59r-26,0","w":185,"k":{"k":1,"h":1}},"d":{"d":"86,-179v32,-1,50,6,58,27r1,-101r25,0r0,252r-25,0r0,-24v-10,17,-30,26,-58,26v-61,0,-70,-39,-70,-96v0,-57,16,-83,69,-84xm43,-96v-1,60,3,77,53,77v43,0,48,-19,49,-69v0,-52,-6,-71,-52,-71v-42,0,-50,17,-50,63","w":194},"e":{"d":"146,-104v-1,-50,-5,-55,-52,-55v-44,0,-47,10,-50,55r102,0xm97,-179v66,-3,80,31,76,96r-129,0v1,53,1,64,60,64v36,0,40,-2,43,-34r26,0v-2,48,-21,55,-75,54v-70,-2,-80,-18,-80,-92v0,-68,14,-86,79,-88","w":190,"k":{"y":-1,"x":-2,"w":-1,"v":-2,"t":-6}},"f":{"d":"30,-177v-4,-60,12,-85,73,-78r0,21v-29,-1,-50,-1,-48,29r0,28r48,0r0,20r-48,0r0,156r-25,0r0,-156r-27,0r0,-20r27,0","w":102,"k":{"t":-20,"s":-7,"o":-4,"l":-7,"j":-7,"i":-7,"f":-18,"e":-3,"a":-5}},"g":{"d":"43,-101v-1,50,2,84,51,82v46,-2,52,-19,52,-70v0,-54,-5,-70,-53,-70v-40,0,-49,16,-50,58xm89,-179v31,0,45,7,57,27r0,-25r25,0r0,196v8,64,-83,70,-128,51v-15,-7,-23,-27,-20,-48r25,0v2,30,14,33,47,36v56,4,53,-35,50,-83v-6,18,-25,26,-57,26v-60,0,-71,-28,-70,-96v0,-59,15,-84,71,-84","w":193},"h":{"d":"101,-159v-78,0,-45,94,-52,158r-25,0r0,-252r25,0r0,100v9,-17,28,-26,57,-26v95,0,60,101,66,178r-25,0r0,-119v-1,-30,-13,-39,-46,-39","w":196},"i":{"d":"49,-225r-26,0r0,-28r26,0r0,28xm49,-1r-26,0r0,-176r26,0r0,176","w":72},"j":{"d":"49,-225r-26,0r0,-28r26,0r0,28xm-1,50v20,-1,24,-9,24,-31r0,-196r26,0r0,198v0,37,-17,54,-50,48r0,-19","w":70},"k":{"d":"49,-106r12,0r64,-71r31,0r-76,81r90,95r-34,0r-75,-85r-12,0r0,85r-26,0r0,-252r26,0r0,147","w":164,"k":{"g":2,"a":-4,"-":13,",":2}},"l":{"d":"49,-1r-26,0r0,-252r26,0r0,252","w":72},"m":{"d":"143,-118v0,-33,-9,-39,-41,-41v-76,-4,-49,92,-54,158r-26,0r0,-176r26,0r0,30v12,-41,107,-44,116,-1v10,-21,31,-31,62,-31v90,0,56,103,62,178r-26,0r0,-113v0,-34,-7,-43,-39,-45v-81,-6,-49,92,-55,158r-25,0r0,-117","w":311},"n":{"d":"103,-159v-81,-6,-47,93,-54,158r-25,0r0,-176r25,0r0,24v9,-17,27,-26,54,-26v97,0,63,99,69,178r-25,0r0,-119v-1,-30,-12,-36,-44,-39","w":196},"o":{"d":"87,-159v-47,0,-44,34,-43,83v1,49,6,53,53,57v64,5,51,-45,51,-99v0,-37,-17,-41,-61,-41xm91,-179v76,0,84,13,84,92v0,74,-9,88,-83,88v-65,0,-74,-19,-74,-89v1,-71,9,-91,73,-91","w":192,"k":{"y":-1,"x":1,"w":-1,"v":-1,"t":-5}},"p":{"d":"176,-82v-1,61,-15,82,-74,83v-28,0,-45,-8,-53,-25r-1,101r-26,0r0,-254r26,0r1,24v8,-18,27,-26,56,-26v61,0,72,27,71,97xm99,-19v50,3,51,-31,50,-80v-1,-44,-9,-60,-49,-60v-46,0,-52,15,-52,67v0,51,7,71,51,73","w":193,"k":{"t":-5}},"q":{"d":"18,-92v0,-64,14,-86,74,-87v26,0,44,9,54,26r0,-24r25,0r0,254r-25,0r0,-100v-9,16,-27,24,-54,24v-64,0,-74,-23,-74,-93xm96,-19v49,3,50,-33,49,-82v-2,-45,-8,-58,-53,-58v-40,0,-49,18,-48,64v0,61,1,73,52,76","w":194},"r":{"d":"88,-159v-68,-2,-34,99,-42,158r-26,0r0,-176r25,0r-1,24v12,-31,75,-34,92,-9v6,9,8,24,8,45r-24,0v0,-33,-2,-40,-32,-42","w":149,"k":{"z":-5,"y":-11,"x":-5,"w":-10,"v":-11,"t":-15,"s":-7,"q":-6,"p":-5,"o":-6,"k":-4,"h":-4,"g":-6,"f":-13,"e":-6,"d":-7,"c":-7,"a":-5,";":8,":":6,".":53,"-":-13,",":55}},"s":{"d":"18,-130v0,-44,22,-50,77,-49v45,1,66,8,68,47r-26,0v2,-27,-28,-26,-53,-26v-27,0,-40,9,-40,28v0,25,29,30,62,29v44,-1,62,11,62,51v0,44,-25,52,-76,51v-58,0,-73,-5,-76,-56r26,0v3,35,9,34,51,34v32,0,48,-2,48,-28v0,-28,-18,-32,-51,-31v-51,0,-72,-7,-72,-50","w":181,"k":{"t":-8}},"t":{"d":"71,1v-78,0,-40,-96,-49,-158r-23,0r0,-20r23,0r0,-43r26,0r0,43r68,0r0,20r-68,0r0,110v0,21,4,27,24,28v27,1,28,-16,27,-43r24,0v1,43,-10,63,-52,63","w":123,"k":{"o":-9,"e":-9,"a":-10,";":5,":":3}},"u":{"d":"90,-19v81,0,46,-94,53,-158r26,0r0,176r-26,0r0,-24v-18,13,-23,26,-59,26v-87,0,-57,-103,-62,-178r26,0r0,116v1,34,8,42,42,42","w":192},"v":{"d":"58,-1r-58,-176r25,0r51,159r50,-159r28,0r-59,176r-37,0","w":153,"k":{"s":-4,"o":-1,"g":-1,"c":-2,"a":-1,";":5,":":3,".":24,"-":-7,",":26}},"w":{"d":"128,-162r-40,161r-38,0r-48,-176r26,0r41,161r40,-161r37,0r39,159r2,0r40,-159r27,0r-50,177r-38,-1","w":255,"k":{"s":-4,"o":-1,"g":-1,"c":-2,"a":-1,";":5,":":3,".":21,"-":-9,",":23}},"x":{"d":"77,-111r41,-66r29,0r-56,85r62,91r-30,0r-46,-72r-47,72r-30,0r64,-91r-57,-85r28,0","w":153,"k":{"q":3,"o":1,"e":1,"c":1,"a":-3}},"y":{"d":"0,-177r25,0r56,160r41,-160r26,0v-17,65,-50,217,-75,242v-7,7,-23,9,-36,12r3,1r-14,-1r0,-19v35,1,35,-17,47,-59r-10,0","w":148,"k":{"s":-5,"o":-3,"g":-2,"e":-1,"c":-3,"a":-2,";":4,":":2,".":18,"-":-10,",":21}},"z":{"d":"145,-153r-107,132r107,0r0,20r-136,0r0,-23r107,-133r-98,0r0,-20r127,0r0,24","w":153},"{":{"d":"98,-232v-36,-2,-26,33,-26,62v0,32,-9,54,-26,67v25,17,25,59,25,104v0,24,2,25,27,25r0,24v-58,14,-55,-34,-55,-94v0,-29,-8,-44,-26,-47r0,-24v51,0,0,-139,54,-140r27,0r0,23","w":113},"|":{"d":"32,-1r0,-252r24,0r0,252r-24,0","w":88},"}":{"d":"15,26v40,13,27,-45,27,-74v0,-24,8,-43,26,-55v-28,-14,-26,-58,-26,-104v0,-24,-3,-23,-27,-25r0,-23v54,-12,55,30,54,89v0,31,9,48,27,51r0,24v-61,4,19,163,-81,141r0,-24","w":113},"~":{"d":"17,-73v0,-28,14,-55,39,-55v17,-4,69,39,85,39v11,0,16,-10,16,-29r23,0v0,26,-17,54,-40,54v-31,9,-98,-89,-100,-9r-23,0","w":197},"\u00c4":{"d":"115,-232r-56,155r114,0xm229,-1r-28,0r-21,-53r-129,0r-20,53r-28,0r92,-252r39,0xm164,-273r-28,0r0,-24r28,0r0,24xm96,-273r-28,0r0,-24r28,0r0,24","w":232},"\u00d6":{"d":"121,-232v-61,-1,-79,3,-79,59v0,65,-24,156,55,151v58,-4,88,2,88,-56r0,-97v-2,-48,-14,-56,-64,-57xm113,-255v81,0,99,11,99,88r0,91v3,71,-43,77,-116,77v-99,0,-81,-84,-81,-170v0,-75,19,-86,98,-86xm162,-273r-29,0r0,-24r29,0r0,24xm94,-273r-29,0r0,-24r29,0r0,24","w":227},"\u00dc":{"d":"107,-22v55,0,90,3,90,-56r0,-175r28,0r0,181v-3,64,-31,73,-106,73v-66,0,-94,-11,-94,-70r0,-184r27,0r0,184v1,38,14,47,55,47xm173,-273r-29,0r0,-24r29,0r0,24xm105,-273r-28,0r0,-24r28,0r0,24","w":249},"\u00e1":{"d":"95,-179v53,1,74,9,74,59r0,119r-25,0v0,-6,1,-15,-1,-19v-7,14,-26,21,-55,21v-49,1,-71,-9,-71,-52v0,-48,21,-56,77,-55v30,0,45,5,47,17r3,0v2,-47,0,-74,-54,-70v-30,2,-45,10,-41,31r-27,0v3,-43,22,-52,73,-51xm143,-55v4,-38,-59,-35,-88,-28v-18,24,-18,76,35,64v36,0,50,-5,53,-36xm127,-234r-53,33r-8,-12r49,-38","w":192},"\u00e0":{"d":"95,-179v53,1,74,9,74,59r0,119r-25,0v0,-6,1,-15,-1,-19v-7,14,-26,21,-55,21v-49,1,-71,-9,-71,-52v0,-48,21,-56,77,-55v30,0,45,5,47,17r3,0v2,-47,0,-74,-54,-70v-30,2,-45,10,-41,31r-27,0v3,-43,22,-52,73,-51xm143,-55v4,-38,-59,-35,-88,-28v-18,24,-18,76,35,64v36,0,50,-5,53,-36xm72,-250r48,37r-8,13r-53,-33","w":192},"\u00e2":{"d":"95,-179v53,1,74,9,74,59r0,119r-25,0v0,-6,1,-15,-1,-19v-7,14,-26,21,-55,21v-49,1,-71,-9,-71,-52v0,-48,21,-56,77,-55v30,0,45,5,47,17r3,0v2,-47,0,-74,-54,-70v-30,2,-45,10,-41,31r-27,0v3,-43,22,-52,73,-51xm143,-55v4,-38,-59,-35,-88,-28v-18,24,-18,76,35,64v36,0,50,-5,53,-36xm97,-225r-52,25r-7,-13r59,-36r58,36r-7,13","w":192},"\u00e4":{"d":"95,-179v53,1,74,9,74,59r0,119r-25,0v0,-6,1,-15,-1,-19v-7,14,-26,21,-55,21v-49,1,-71,-9,-71,-52v0,-48,21,-56,77,-55v30,0,45,5,47,17r3,0v2,-47,0,-74,-54,-70v-30,2,-45,10,-41,31r-27,0v3,-43,22,-52,73,-51xm143,-55v4,-38,-59,-35,-88,-28v-18,24,-18,76,35,64v36,0,50,-5,53,-36xm144,-196r-28,0r0,-24r28,0r0,24xm77,-196r-29,0r0,-24r29,0r0,24","w":192},"\u00e5":{"d":"95,-179v53,1,74,9,74,59r0,119r-25,0v0,-6,1,-15,-1,-19v-7,14,-26,21,-55,21v-49,1,-71,-9,-71,-52v0,-48,21,-56,77,-55v30,0,45,5,47,17r3,0v2,-47,0,-74,-54,-70v-30,2,-45,10,-41,31r-27,0v3,-43,22,-52,73,-51xm143,-55v4,-38,-59,-35,-88,-28v-18,24,-18,76,35,64v36,0,50,-5,53,-36xm96,-248v16,0,31,13,30,28v0,15,-14,29,-29,29v-15,0,-29,-13,-29,-29v0,-14,13,-28,28,-28xm96,-237v-9,0,-16,9,-16,18v0,8,8,17,16,17v10,-1,18,-8,18,-18v0,-9,-9,-17,-18,-17","w":192},"\u00e9":{"d":"146,-104v-1,-50,-5,-55,-52,-55v-44,0,-47,10,-50,55r102,0xm97,-179v66,-3,80,31,76,96r-129,0v1,53,1,64,60,64v36,0,40,-2,43,-34r26,0v-2,48,-21,55,-75,54v-70,-2,-80,-18,-80,-92v0,-68,14,-86,79,-88xm127,-234r-53,33r-9,-12r49,-38","w":190},"\u00e8":{"d":"146,-104v-1,-50,-5,-55,-52,-55v-44,0,-47,10,-50,55r102,0xm97,-179v66,-3,80,31,76,96r-129,0v1,53,1,64,60,64v36,0,40,-2,43,-34r26,0v-2,48,-21,55,-75,54v-70,-2,-80,-18,-80,-92v0,-68,14,-86,79,-88xm71,-250r49,37r-9,13r-53,-33","w":190},"\u00f6":{"d":"87,-159v-47,0,-44,34,-43,83v1,49,6,53,53,57v64,5,51,-45,51,-99v0,-37,-17,-41,-61,-41xm91,-179v76,0,84,13,84,92v0,74,-9,88,-83,88v-65,0,-74,-19,-74,-89v1,-71,9,-91,73,-91xm144,-196r-28,0r0,-24r28,0r0,24xm77,-196r-29,0r0,-24r29,0r0,24","w":192},"\u00fc":{"d":"90,-19v81,0,46,-94,53,-158r26,0r0,176r-26,0r0,-24v-18,13,-23,26,-59,26v-87,0,-57,-103,-62,-178r26,0r0,116v1,34,8,42,42,42xm144,-196r-28,0r0,-24r28,0r0,24xm77,-196r-29,0r0,-24r29,0r0,24","w":192},"\u00b0":{"d":"68,-131v-27,0,-50,-23,-50,-50v0,-27,23,-50,50,-50v26,0,50,24,50,50v0,26,-24,50,-50,50xm67,-219v-20,0,-37,18,-37,38v0,20,17,39,38,38v20,0,38,-18,38,-38v1,-20,-19,-38,-39,-38","w":135},"\u00df":{"d":"98,-234v-32,0,-44,5,-44,32r0,201r-26,0r0,-199v1,-43,20,-55,66,-55v47,0,72,10,74,50v2,23,-15,33,-34,43v39,5,48,26,47,73v0,60,-8,89,-58,91v-36,2,-56,-20,-51,-55r24,0v0,23,8,34,26,34v22,0,33,-16,33,-50v2,-71,-6,-83,-72,-84r0,-20v32,1,60,1,58,-31v-1,-26,-11,-30,-43,-30","w":199},"\u00ab":{"d":"127,-193r19,11r-40,84r44,86r-17,11r-51,-97xm65,-193r18,11r-39,84r44,86r-18,11r-51,-97","w":170},"\u00bb":{"d":"24,-182r19,-11r45,95r-51,97r-18,-11r45,-86xm87,-182r18,-11r46,95r-51,97r-18,-11r44,-86","w":170},"\u2026":{"d":"71,-1r-29,0r0,-33r29,0r0,33xm184,-34r0,33r-29,0r0,-33r29,0xm297,-1r-29,0r0,-33r29,0r0,33","w":338,"k":{"Y":6,"X":4,"W":2,"V":2,"A":3}},"\u2013":{"d":"169,-81r-168,0r0,-24r168,0r0,24","w":169},"\u201c":{"d":"18,-184v2,-34,-11,-78,32,-71r0,14v-14,0,-16,7,-16,23r12,0r0,34r-28,0xm103,-255r0,14v-15,2,-15,6,-16,23r13,0r0,34r-29,0v3,-33,-12,-76,32,-71","w":121},"\u201e":{"d":"103,-34v-2,34,11,75,-32,72r0,-14v16,-1,17,-4,16,-25r-12,0r0,-33r28,0xm50,-34v-3,33,12,77,-32,72r0,-14v15,-1,15,-7,16,-25r-13,0r0,-33r29,0","w":121},"\u00a0":{"w":117}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright by Christine Mauerkirchner und Rainer Grunert RWE
 */
Cufon.registerFont({"w":237,"face":{"font-family":"eurosiko","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 7 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"1","bbox":"-11 -311 376 146.719","underline-thickness":"11.0894","underline-position":"-31.6454","unicode-range":"U+0020-U+2026"},"glyphs":{" ":{"w":118},"!":{"d":"72,-1r-40,0r0,-44r40,0r0,44xm32,-86r-4,-167r47,0r-3,167r-40,0","w":103},"\"":{"d":"111,-168v-9,-24,-16,-50,-13,-85r44,0v3,36,-4,62,-14,85r-17,0xm32,-168v-9,-24,-17,-49,-14,-85r44,0v3,36,-4,62,-14,85r-16,0","w":160},"#":{"d":"98,-98r39,0r9,-47r-40,0xm113,-182r39,0r13,-71r29,0r-13,71r31,0r0,37r-37,0r-8,47r35,0r0,37r-43,0r-12,60r-28,0r11,-60r-40,0r-11,60r-29,0r11,-60r-34,0r0,-37r41,0r9,-47r-36,0r0,-37r43,0v2,-14,6,-38,12,-71r30,0"},"$":{"d":"11,-180v0,-64,26,-74,95,-75r0,-24r25,0r0,24v66,0,86,12,89,73r-40,0v-2,-33,-11,-35,-49,-35r0,69v70,0,98,13,98,75v0,60,-32,73,-98,74r0,26r-25,0r0,-26v-75,-1,-93,-14,-97,-83r40,0v3,42,10,46,57,45r0,-72v-67,-6,-95,-10,-95,-71xm106,-217v-41,-1,-52,3,-52,37v0,27,19,33,52,32r0,-69xm131,-37v37,1,53,-4,53,-35v0,-34,-12,-38,-53,-37r0,72"},"%":{"d":"243,-126v58,0,56,30,55,82v-2,40,-16,45,-62,45v-52,0,-47,-38,-46,-84v1,-36,14,-43,53,-43xm271,-51v1,-32,6,-60,-39,-51v-22,-1,-16,37,-16,59v0,18,6,21,27,20v27,0,27,-2,28,-28xm61,-255v58,0,57,30,55,82v-1,40,-14,45,-59,45v-54,0,-51,-36,-49,-84v1,-36,13,-43,53,-43xm61,-232v-38,-4,-26,33,-26,61v0,17,6,20,26,19v39,7,28,-29,28,-58v0,-20,-6,-20,-28,-22xm89,-1r-29,0r159,-252r30,0","w":305},"&":{"d":"166,-177v-2,-37,-1,-39,-37,-40v-25,0,-38,4,-38,25v0,31,71,80,99,104r0,-36r39,0v0,21,2,54,-5,64r36,32r-22,27r-30,-26v-12,22,-37,28,-75,28v-82,-1,-112,-7,-112,-78v0,-49,10,-61,50,-69v-15,-12,-23,-25,-23,-41v1,-56,20,-68,79,-68v66,0,76,13,79,78r-40,0xm94,-125v-27,6,-30,13,-30,48v0,44,26,40,70,40v21,0,36,-5,44,-16","w":263},"'":{"d":"61,-253v1,44,6,96,-44,86r0,-18v16,0,19,-7,20,-24r-16,0r0,-44r40,0","w":77},"(":{"d":"99,50v-68,-3,-77,-21,-77,-96v0,-61,-11,-154,15,-188v10,-12,30,-19,61,-21r0,38v-26,2,-33,12,-33,41r0,148v0,26,8,39,34,39r0,39","w":117},")":{"d":"19,-255v67,3,77,21,77,93v0,58,8,152,-11,186v-9,17,-32,25,-66,26r0,-39v28,0,33,-12,33,-43r0,-146v0,-27,-7,-39,-33,-39r0,-38","w":117},"*":{"d":"131,-203r46,-17r9,24r-47,15r27,40r-18,14r-28,-41r-31,41r-19,-14r29,-40r-47,-17r8,-22r47,17r0,-50r24,0r0,50"},"+":{"d":"83,-177r31,0r0,66r65,0r0,31r-65,0r0,65r-31,0r0,-65r-66,0r0,-31r66,0r0,-66","w":196},",":{"d":"75,-45v-2,46,11,93,-45,87r0,-18v14,0,21,-9,21,-25r-17,0r0,-44r41,0","w":118,"k":{"1":70}},"-":{"d":"1,-78r0,-31r88,0r0,31r-88,0","w":89,"k":{"Y":27,"W":4,"V":8,"T":23,"A":-2}},".":{"d":"30,-1r0,-44r41,0r0,44r-41,0","w":118,"k":{"1":72}},"\/":{"d":"35,37r-35,0r194,-290r37,0","w":230},"0":{"d":"119,-217v-55,0,-60,5,-60,62r0,65v2,50,9,53,62,53v50,0,58,-6,58,-54r0,-70v-2,-49,-8,-56,-60,-56xm124,1v-89,0,-106,-17,-109,-104r0,-58v3,-80,24,-91,111,-94v96,-3,100,60,97,155v-2,80,-20,101,-99,101","k":{"7":10,"4":-1,"1":9}},"1":{"d":"121,-1r0,-214r-67,66r-27,-28r81,-76r57,0r0,252r-44,0","k":{"9":35,"8":36,"7":36,"6":33,"5":37,"4":30,"3":35,"2":34,"1":39,"0":30,".":37,",":40}},"2":{"d":"119,-255v66,0,92,17,92,77v0,41,-13,66,-38,76v-48,8,-112,2,-108,63r146,0r0,38r-190,0v-2,-53,-2,-106,38,-117v41,-11,109,-4,107,-55v-1,-37,-8,-44,-47,-44v-52,0,-50,3,-54,53r-44,0v4,-78,17,-91,98,-91","k":{"7":14,"4":12,"1":15}},"3":{"d":"65,-84v-6,49,19,47,62,47v34,0,42,-5,44,-36v3,-42,-32,-43,-71,-39r0,-35v39,1,67,6,67,-41v0,-32,-29,-29,-60,-30v-34,0,-39,10,-40,44r-44,0v2,-66,21,-80,88,-81v78,-1,101,8,101,77v0,28,-14,44,-40,47r-1,3v32,2,45,18,45,53v0,68,-26,77,-104,76v-77,-1,-87,-12,-91,-85r44,0","k":{"7":13,"4":3,"1":14}},"4":{"d":"149,-220r-3,0r-100,130r103,0r0,-130xm193,-90r30,0r0,35r-30,0r0,54r-44,0r0,-54r-138,0r0,-52r111,-146r71,0r0,163","k":{"7":22,"4":-1,"1":24}},"5":{"d":"132,-174v63,0,82,23,82,87v0,74,-19,88,-97,88v-69,0,-91,-11,-94,-73r44,0v3,31,17,37,56,36v39,-1,47,-8,47,-49v0,-51,-6,-50,-61,-51v-23,0,-36,6,-39,17r-41,0r0,-134r175,0r0,35r-134,0r0,67v10,-16,31,-23,62,-23","k":{"7":15,"4":4,"1":32}},"6":{"d":"166,-184v3,-35,-26,-30,-60,-33v-54,-4,-38,46,-41,91v12,-22,23,-28,58,-28v70,1,90,9,90,73v0,70,-22,82,-98,82v-75,0,-94,-16,-94,-91r0,-81v2,-67,24,-84,94,-84v72,0,91,8,96,71r-45,0xm117,-36v46,-1,48,-2,52,-42v3,-42,-26,-38,-67,-38v-31,0,-37,10,-37,40v0,34,14,40,52,40","k":{"7":14,"4":4,"1":15}},"7":{"d":"209,-253r0,46r-104,206r-50,0r110,-212r-143,0r0,-40r187,0","k":{":":26,"7":13,"6":14,"4":33,"1":23,".":58}},"8":{"d":"129,-112v-38,-1,-64,0,-64,38v0,39,20,37,60,37v37,1,48,-6,48,-38v0,-32,-11,-37,-44,-37xm214,-186v0,35,-10,47,-40,53r0,4v29,3,43,21,43,54v0,69,-26,76,-106,76v-66,-1,-88,-15,-90,-77v0,-35,14,-48,45,-53r0,-4v-32,-6,-42,-19,-42,-57v0,-55,35,-66,102,-65v64,0,88,11,88,69xm130,-218v-32,1,-61,-3,-61,31v0,42,23,40,62,40v32,0,37,-8,38,-41v0,-23,-14,-31,-39,-30","k":{"7":12,"4":2,"1":13}},"9":{"d":"216,-73v-2,63,-34,75,-108,74v-63,0,-85,-13,-87,-71r44,0v-1,34,25,37,59,34v57,8,49,-43,48,-91v-19,22,-25,27,-65,27v-64,0,-84,-15,-84,-78v0,-65,23,-77,95,-77v86,0,97,20,98,111r0,71xm172,-170v1,-39,-12,-47,-54,-47v-43,0,-49,3,-51,42v-2,41,24,37,65,37v28,1,39,-6,40,-32","k":{"7":13,"4":3,"1":13}},":":{"d":"30,-1r0,-44r41,0r0,44r-41,0xm30,-132r0,-45r41,0r0,45r-41,0","w":118},";":{"d":"75,-132r-41,0r0,-45r41,0r0,45xm75,-45v-2,46,11,93,-45,87r0,-18v16,0,20,-8,21,-25r-17,0r0,-44r41,0","w":118},"<":{"d":"179,-144r-119,48r119,49r0,32r-162,-70r0,-22r162,-69r0,32","w":196},"=":{"d":"179,-113r-162,0r0,-31r162,0r0,31xm179,-47r-162,0r0,-31r162,0r0,31","w":196},">":{"d":"17,-15r0,-32r120,-49r-120,-48r0,-32r162,69r0,22","w":196},"?":{"d":"103,-255v59,0,77,16,79,73v1,43,-25,54,-53,66v-14,6,-19,18,-19,34r-41,0v-3,-47,24,-56,54,-68v13,-6,19,-17,19,-34v-1,-33,-8,-37,-42,-37v-40,0,-38,3,-41,44r-41,0v3,-66,16,-78,85,-78xm110,-1r-41,0r0,-44r41,0r0,44","w":200},"@":{"d":"189,-76v-33,39,-89,18,-92,-30v-4,-51,80,-122,108,-59r6,-20r24,0r-24,92v0,9,5,13,15,13v23,2,44,-38,44,-62v0,-47,-48,-86,-96,-86v-57,0,-112,53,-112,110v0,73,88,114,160,83r9,24v-87,37,-201,-13,-201,-102v0,-74,73,-142,147,-142v62,0,121,56,121,118v0,52,-72,116,-109,61xm168,-166v-23,-1,-41,31,-40,56v0,20,8,30,24,30v27,0,43,-33,43,-60v0,-17,-9,-26,-27,-26","w":329},"A":{"d":"120,-220r-46,136r91,0xm240,-1r-48,0r-16,-48r-112,0r-16,48r-48,0r84,-252r70,0","w":239,"k":{"y":11,"w":6,"v":10,"u":1,"t":1,"q":1,"g":1,"b":-5,"Y":29,"W":19,"V":24,"U":5,"T":24,"Q":5,"O":2,"G":1,"C":3,".":1,"-":-2,",":3}},"B":{"d":"180,-75v7,-57,-67,-30,-111,-36r0,70v44,-5,116,19,111,-34xm175,-183v0,-49,-65,-24,-106,-30r0,67v45,-4,106,17,106,-37xm22,-253v81,7,199,-31,199,65v0,35,-9,48,-36,56r0,3v31,4,39,21,42,58v7,102,-120,62,-205,70r0,-252","w":241,"k":{"\u2026":1,"Y":6,"W":3,"V":2,"O":1}},"C":{"d":"130,-215v-59,0,-70,2,-70,54r0,66v2,49,9,56,59,56v51,0,56,-4,58,-51r46,0v2,74,-22,92,-100,92v-90,0,-110,-22,-110,-114v0,-108,7,-139,100,-143v82,-3,103,9,107,85r-46,0v-2,-39,-4,-44,-44,-45","w":234},"D":{"d":"142,-41v57,4,53,-55,52,-112v-2,-47,-8,-59,-55,-60r-71,0r0,172r74,0xm142,-253v94,-6,99,59,99,152v0,67,-30,100,-89,100r-131,0r0,-252r121,0","w":254,"k":{"Y":8,"W":2,"V":3,"T":-2,"J":-1,"A":5}},"E":{"d":"191,-253r0,40r-125,0r0,65r119,0r0,38r-119,0r0,69r126,0r0,40r-173,0r0,-252r172,0","w":208},"F":{"d":"186,-253r0,40r-119,0r0,69r113,0r0,38r-113,0r0,105r-47,0r0,-252r166,0","w":196,"k":{"\u2026":1,"u":5,"r":4,"o":2,"e":1,"a":5,"O":1,"J":5,"A":12,".":33,"-":-5,",":36}},"G":{"d":"232,-134v2,93,-2,135,-107,135v-73,0,-114,-19,-113,-92r0,-65v0,-86,36,-101,129,-99v68,1,88,13,90,77r-47,0v2,-38,-30,-37,-70,-37v-73,0,-55,59,-55,118v0,53,10,58,64,59v56,2,60,-9,61,-61r-64,0r0,-35r112,0","w":245,"k":{"Y":5,"T":-4,"A":1}},"H":{"d":"69,-149r121,0r0,-104r47,0r0,252r-47,0r0,-108r-121,0r0,108r-47,0r0,-252r47,0r0,104","w":259},"I":{"d":"69,-1r-47,0r0,-252r47,0r0,252","w":92},"J":{"d":"91,-39v34,-3,37,-3,38,-38r0,-176r47,0r0,177v-2,63,-18,76,-84,77v-74,2,-85,-26,-82,-99r45,0v-1,34,-4,63,36,59","w":196,"k":{"A":4}},"K":{"d":"69,-149r25,0r85,-104r56,0r-101,123r112,129r-59,0r-93,-108r-25,0r0,108r-47,0r0,-252r47,0r0,104","w":241,"k":{"\u2026":6,"y":12,"u":3,"o":3,"e":3,"T":-11,"O":6,"G":6,"C":7,"-":13}},"L":{"d":"69,-41r120,0r0,40r-167,0r0,-252r47,0r0,212","w":190,"k":{"\u2026":-3,"y":9,"u":-3,"Y":34,"W":15,"V":21,"T":27,"O":-3,"G":-4,"C":-3}},"M":{"d":"99,-253r69,189r3,0r68,-189r78,0r0,252r-47,0r4,-214r-3,0r-80,214r-42,0r-81,-213v-6,-1,-1,8,-2,12v2,63,3,131,3,201r-47,0r0,-252r77,0","w":340},"N":{"d":"211,-41r3,0r-5,-212r48,0r0,252r-80,0r-108,-212r-4,0v2,71,4,141,4,212r-47,0r0,-252r80,0","w":278,"k":{"u":3,"o":3,"e":2,"a":5,"A":-3,".":10,",":12}},"O":{"d":"120,-215v-68,-5,-62,38,-62,96v0,69,4,81,61,81v81,0,61,-66,61,-130v0,-42,-14,-44,-60,-47xm120,-255v80,0,107,15,107,89r0,82v-2,72,-34,85,-114,85v-76,-1,-97,-18,-99,-92r0,-72v2,-79,23,-92,106,-92","w":241,"k":{"Y":7,"X":6,"W":1,"V":2,"T":-2,"A":2}},"P":{"d":"220,-168v6,92,-70,91,-154,85r0,82r-47,0r0,-252r110,0v72,1,87,16,91,85xm66,-123v48,-4,117,19,108,-43v9,-64,-57,-43,-108,-47r0,90","w":231,"k":{"o":2,"e":2,"a":4,"J":8,"A":15,".":36,"-":-4,",":40}},"Q":{"d":"65,-102v0,58,11,67,73,64v19,0,33,-3,43,-11r-62,-41r18,-28r55,38r2,-82v-3,-48,-13,-53,-67,-53v-77,0,-62,50,-62,113xm219,-23v-20,20,-45,25,-90,24v-90,-2,-109,-19,-111,-110v-3,-115,8,-137,112,-146v130,-11,115,100,106,205r24,16r-18,27","w":258},"R":{"d":"179,-171v10,-64,-63,-36,-111,-42r0,88v50,-4,120,18,111,-46xm21,-253v88,6,205,-30,205,75v0,54,-8,60,-50,72v54,1,48,50,48,105r-47,0v2,-42,6,-84,-40,-84r-69,0r0,84r-47,0r0,-252","w":243,"k":{"\u2026":3,"y":-6,"u":4,"o":4,"e":4,"Y":6,"W":2,"V":2,"U":6,"T":-2,"O":3,"G":1,"C":3,"-":-2}},"S":{"d":"13,-180v0,-66,28,-75,104,-75v74,1,88,9,93,75r-47,0v6,-41,-25,-37,-59,-38v-29,-1,-44,8,-44,35v-2,47,74,32,115,41v27,6,41,32,41,69v0,63,-28,73,-99,74v-79,1,-103,-9,-105,-81r46,0v-3,36,11,46,55,44v41,-2,56,-3,56,-39v0,-47,-72,-33,-116,-41v-28,-5,-40,-29,-40,-64","w":227,"k":{"t":-4,"Y":6,"W":1,"V":1,"T":-3}},"T":{"d":"1,-213r0,-40r196,0r0,40r-75,0r0,212r-47,0r0,-212r-74,0","w":198,"k":{"\u2026":-3,"y":12,"w":13,"v":13,"u":25,"s":30,"r":21,"o":31,"j":-5,"i":-4,"g":31,"e":31,"c":32,"a":34,"Y":-15,"W":-14,"V":-15,"S":-4,"O":-3,"J":31,"G":-3,"C":-3,"A":23,";":31,":":29,".":39,"-":23,",":41}},"U":{"d":"123,-38v47,0,62,-2,62,-40r0,-175r47,0r0,181v-4,64,-35,74,-112,73v-68,0,-98,-13,-98,-74r0,-180r47,0r0,184v1,25,22,31,54,31","w":254,"k":{"r":3,"p":4,"n":4,"m":4,"A":5,".":14,",":16}},"V":{"d":"-3,-253r48,0r68,216r70,-216r48,0r-81,252r-72,0","w":228,"k":{"\u2026":1,"y":-3,"u":9,"r":6,"o":13,"g":13,"e":14,"a":15,"T":-15,"O":1,"G":2,"C":2,"A":24,";":16,":":14,".":34,"-":8,",":36}},"W":{"d":"47,-253r52,214r3,0r59,-214r54,0r57,214r3,0r55,-214r46,0r-67,252r-69,0r-51,-194r-3,0r-52,194r-69,0r-65,-252r47,0","w":375,"k":{"\u2026":1,"y":-4,"u":8,"r":5,"o":11,"g":10,"e":11,"a":13,"T":-14,"O":1,"G":1,"C":2,"A":21,";":15,":":13,".":29,"-":5,",":31}},"X":{"d":"118,-151r59,-102r54,0r-76,122r81,130r-54,0r-64,-108r-65,108r-56,0r84,-130r-77,-122r54,0","w":233,"k":{"y":12,"o":3,"e":3,"Q":8,"O":5,"C":6,"-":6}},"Y":{"d":"-3,-253r53,0v22,35,38,76,63,109r62,-109r54,0r-94,156r0,96r-46,0r0,-96","w":226,"k":{"\u2026":6,"v":9,"u":21,"p":19,"o":28,"g":27,"e":29,"a":29,"T":-15,"S":4,"O":6,"G":7,"C":6,"A":27,";":27,":":26,".":47,"-":27,",":49}},"Z":{"d":"207,-213r-141,172r143,0r0,40r-200,0r0,-40r140,-172r-134,0r0,-40r192,0r0,40","w":218},"[":{"d":"97,-220r-32,0r0,235r32,0r0,35r-76,0r0,-305r76,0r0,35","w":117},"\\":{"d":"-11,-253r32,0r82,252r-31,0","w":93},"]":{"d":"96,50r-76,0r0,-35r32,0r0,-235r-32,0r0,-35r76,0r0,305","w":117},"^":{"d":"179,-91r-32,0r-49,-119r-49,119r-31,0r69,-162r22,0","w":196},"_":{"d":"168,50r-167,0r0,-23r167,0r0,23","w":168},"`":{"d":"41,-250r58,38r-8,16r-64,-28","w":124},"a":{"d":"55,-54v0,24,10,28,38,28v29,0,42,-4,43,-29v0,-17,-13,-26,-40,-26v-28,1,-41,4,-41,27xm135,-24v-8,20,-24,26,-56,25v-43,-1,-64,-12,-64,-54v0,-42,21,-54,65,-55v30,-1,44,3,53,20r3,0v0,-38,4,-67,-39,-64v-23,2,-33,4,-34,25r-41,0v3,-44,23,-52,73,-52v57,0,81,9,81,61r0,117r-40,0v-1,-7,5,-20,-1,-23","w":198,"k":{"y":3,"w":3,"v":3}},"b":{"d":"98,-148v-34,0,-38,22,-38,63v0,42,7,54,45,56v39,1,39,-33,39,-73v0,-38,-10,-46,-46,-46xm184,-86v0,63,-11,85,-69,87v-27,0,-44,-9,-53,-28r-3,0r2,26r-41,0r0,-252r41,0r0,100r3,0v7,-17,25,-26,53,-26v58,0,68,25,67,93","w":200,"k":{"y":1,"v":1}},"c":{"d":"134,-116v0,-26,-11,-33,-39,-33v-46,0,-39,39,-39,81v0,28,9,39,35,39v37,0,41,-3,43,-37r41,0v-3,56,-22,67,-83,67v-66,0,-76,-18,-76,-88v0,-72,13,-92,79,-92v57,0,75,12,80,63r-41,0","w":185},"d":{"d":"55,-95v0,47,1,63,36,66v46,3,47,-25,46,-71v0,-33,-15,-49,-43,-49v-32,0,-39,17,-39,54xm15,-86v-1,-68,8,-93,66,-93v29,0,46,9,53,26r3,0r0,-100r41,0r0,252r-40,0r2,-26r-4,0v-8,19,-26,28,-53,28v-56,-2,-67,-25,-68,-87","w":200},"e":{"d":"15,-91v1,-68,17,-88,83,-88v69,0,79,24,80,97r-122,0v-3,38,3,53,42,53v28,0,37,-2,39,-26r41,0v-3,49,-25,57,-84,56v-68,-2,-80,-19,-79,-92xm137,-107v-1,-38,-5,-42,-42,-42v-34,0,-39,6,-40,42r82,0","w":192,"k":{"y":1,"v":1,"t":-5}},"f":{"d":"113,-222v-43,-2,-41,7,-42,45r43,0r0,31r-43,0r0,145r-41,0r0,-145r-25,0r0,-31r25,0v-4,-71,19,-77,83,-76r0,31","w":117,"k":{"t":-14,"s":-6,"o":-3,"l":-3,"j":-5,"i":-4,"f":-11,"e":-3,"a":-1}},"g":{"d":"15,-94v0,-58,14,-83,67,-85v28,0,45,10,54,29r3,0r-1,-27r40,0r0,178v-2,64,-18,77,-84,77v-53,0,-69,-10,-72,-58r38,0v1,22,9,27,34,27v50,0,46,-30,45,-73r-3,0v-8,18,-26,27,-54,27v-60,0,-68,-25,-67,-95xm94,-149v-39,-2,-39,27,-39,68v1,36,7,52,39,52v40,0,44,-16,44,-63v0,-41,-8,-55,-44,-57","w":200},"h":{"d":"106,-148v-68,0,-37,90,-44,147r-41,0r0,-252r41,0r0,107v12,-24,23,-31,58,-33v86,-4,54,104,60,178r-41,0r0,-112v1,-27,-6,-35,-33,-35","w":201,"k":{"y":1}},"i":{"d":"60,-219r-41,0r0,-34r41,0r0,34xm60,-1r-41,0r0,-176r41,0r0,176","w":79},"j":{"d":"58,-219r-41,0r0,-34r41,0r0,34xm-3,31v18,-2,20,-9,20,-32r0,-176r41,0r0,182v2,42,-20,61,-61,55r0,-29","w":75},"k":{"d":"62,-107r12,0r50,-70r45,0r-62,83r75,93r-49,0r-59,-79r-12,0r0,79r-41,0r0,-252r41,0r0,146","w":181,"k":{"u":4,"o":4,"g":4,"e":4,"a":1,".":1,"-":13,",":3}},"l":{"d":"63,-1r-41,0r0,-252r41,0r0,252","w":84},"m":{"d":"105,-149v-67,-4,-35,91,-42,148r-41,0r0,-176r39,0r0,26r3,0v10,-37,103,-39,107,4r3,0v7,-21,27,-32,57,-32v88,0,52,105,59,178r-41,0r0,-110v1,-28,-8,-37,-31,-38v-67,-3,-35,92,-42,148r-41,0r0,-112v1,-27,-6,-34,-30,-36","w":311,"k":{"y":1,"w":1,"v":2,"p":1}},"n":{"d":"62,-146v13,-25,22,-31,58,-33v88,-5,53,104,60,178r-41,0r0,-111v0,-29,-7,-36,-33,-37v-68,-4,-37,90,-44,148r-41,0r0,-176r41,0r0,31","w":201,"k":{"y":1,"w":1,"v":1,"p":1}},"o":{"d":"98,-179v71,0,83,16,83,91v0,76,-12,89,-88,89v-66,0,-78,-19,-78,-89v0,-74,12,-91,83,-91xm98,-148v-45,-3,-43,29,-42,72v0,38,7,45,42,47v47,3,41,-32,43,-75v1,-34,-11,-42,-43,-44","w":196,"k":{"x":2,"t":-5}},"p":{"d":"144,-81v1,-49,-1,-68,-39,-68v-41,0,-44,17,-44,67v0,40,8,53,44,53v32,0,39,-15,39,-52xm185,-92v0,69,-8,93,-68,93v-27,0,-45,-8,-52,-25r-3,0r0,101r-41,0r0,-254r41,0r-2,27r3,0v9,-19,26,-29,54,-29v55,0,69,26,68,87","w":200,"k":{"t":-5}},"q":{"d":"139,-82v0,-51,-2,-67,-46,-67v-31,0,-38,21,-38,58v1,44,3,62,40,62v36,0,44,-13,44,-53xm15,-82v0,-67,10,-97,69,-97v27,0,45,10,54,29r3,0r-2,-27r41,0r0,254r-41,0r0,-102r-3,0v-7,17,-25,26,-54,26v-54,-1,-67,-25,-67,-83","w":201,"k":{"u":1,"c":1}},"r":{"d":"115,-111v1,-23,-1,-38,-23,-37v-55,1,-26,96,-33,147r-40,0r0,-176r39,0r-1,24r4,0v7,-17,23,-26,48,-26v38,1,44,25,44,68r-38,0","w":158,"k":{"z":-4,"y":-8,"x":-2,"w":-8,"v":-8,"t":-12,"s":-5,"q":-4,"p":-2,"o":-4,"k":-1,"h":-1,"g":-5,"f":-9,"e":-4,"d":-5,"c":-4,"a":-1,";":6,":":4,".":49,"-":-11,",":50}},"s":{"d":"130,-130v-2,-19,-16,-22,-41,-22v-23,0,-32,5,-34,25v-2,20,29,21,56,21v44,0,65,12,65,55v0,46,-32,52,-86,52v-58,0,-70,-6,-75,-55r40,0v-1,29,22,30,51,29v20,0,30,-9,30,-25v1,-33,-44,-23,-77,-26v-31,-2,-40,-21,-44,-55v-7,-60,88,-52,126,-43v18,4,28,21,29,44r-40,0","w":187,"k":{"t":-5}},"t":{"d":"78,1v-80,7,-50,-83,-56,-147r-22,0r0,-31r22,0r0,-40r41,0r0,40r68,0r0,31r-68,0r0,93v0,18,3,24,19,24v20,0,23,-14,23,-38r35,0v0,54,-11,64,-62,68","w":143,"k":{"o":-6,"e":-6,"a":-6,";":5,":":3}},"u":{"d":"93,-29v69,4,37,-90,44,-148r41,0r0,176r-39,0r0,-27r-3,0v-8,19,-26,29,-56,29v-90,0,-51,-105,-59,-178r41,0r0,115v0,27,6,32,31,33","w":200},"v":{"d":"53,-1r-53,-176r42,0r42,152r41,-152r43,0r-51,176r-64,0","w":165,"k":{"s":-4,"o":-1,"g":-2,"e":-1,";":2,".":16,"-":-9,",":18}},"w":{"d":"136,-144r-3,0r-32,143r-60,0r-39,-176r39,0r31,153r37,-153r51,0r34,149r3,0r31,-149r39,0r-39,176r-60,0","w":268,"k":{"s":-3,"g":-1,"a":1,";":4,":":2,".":13,"-":-10,",":15}},"x":{"d":"84,-119r31,-58r47,0r-51,84r57,92r-48,0r-36,-66r-36,66r-49,0r59,-92r-52,-84r46,0","w":168,"k":{"q":4,"o":3,"e":3,"c":3}},"y":{"d":"-1,-177r42,0r46,155r36,-155r41,0r-49,198v-9,44,-28,60,-81,56r0,-30v34,3,38,-15,44,-48r-21,0","w":163,"k":{"s":-4,"o":-1,"g":-2,"e":-1,"c":-1,";":2,".":14,"-":-10,",":16}},"z":{"d":"151,-143r-97,111r97,0r0,31r-143,0r0,-35r96,-110r-88,0r0,-31r135,0r0,34","w":160},"{":{"d":"13,-119v41,3,25,-35,26,-65v1,-64,18,-76,71,-71r0,31v-37,4,-34,15,-28,64v4,37,-9,47,-32,57v65,-3,-7,124,60,123r0,30v-49,4,-70,-4,-69,-61v1,-32,7,-80,-28,-78r0,-30","w":130},"|":{"d":"32,-1r0,-252r30,0r0,252r-30,0","w":93},"}":{"d":"52,-255v74,-2,0,139,66,139r0,30v-24,1,-31,19,-31,46v0,235,0,248,1,40v4,46,-23,54,-67,50r0,-30v41,2,27,-45,27,-77v0,-26,14,-40,41,-43v-59,-4,-34,-63,-40,-112v-4,-8,-14,-12,-28,-12r0,-31r31,0","w":130},"~":{"d":"17,-75v0,-26,21,-52,46,-52v12,0,61,37,75,33v10,0,15,-7,15,-21r26,0v1,23,-18,52,-39,50v-25,9,-91,-69,-96,-10r-27,0","w":196},"\u00c4":{"d":"120,-220r-46,136r91,0xm240,-1r-48,0r-16,-48r-112,0r-16,48r-48,0r84,-252r70,0xm170,-283r-32,0r0,-28r32,0r0,28xm101,-283r-32,0r0,-28r32,0r0,28","w":239},"\u00d6":{"d":"120,-215v-68,-5,-62,38,-62,96v0,69,4,81,61,81v81,0,61,-66,61,-130v0,-42,-14,-44,-60,-47xm120,-255v80,0,107,15,107,89r0,82v-2,72,-34,85,-114,85v-76,-1,-97,-18,-99,-92r0,-72v2,-79,23,-92,106,-92xm171,-283r-32,0r0,-28r32,0r0,28xm102,-283r-32,0r0,-28r32,0r0,28","w":241},"\u00dc":{"d":"123,-38v47,0,62,-2,62,-40r0,-175r47,0r0,181v-4,64,-35,74,-112,73v-68,0,-98,-13,-98,-74r0,-180r47,0r0,184v1,25,22,31,54,31xm177,-283r-32,0r0,-28r32,0r0,28xm108,-283r-31,0r0,-28r31,0r0,28","w":254},"\u00e1":{"d":"55,-54v0,24,10,28,38,28v29,0,42,-4,43,-29v0,-17,-13,-26,-40,-26v-28,1,-41,4,-41,27xm135,-24v-8,20,-24,26,-56,25v-43,-1,-64,-12,-64,-54v0,-42,21,-54,65,-55v30,-1,44,3,53,20r3,0v0,-38,4,-67,-39,-64v-23,2,-33,4,-34,25r-41,0v3,-44,23,-52,73,-52v57,0,81,9,81,61r0,117r-40,0v-1,-7,5,-20,-1,-23xm128,-250r14,26r-64,28r-8,-16","w":198},"\u00e0":{"d":"55,-54v0,24,10,28,38,28v29,0,42,-4,43,-29v0,-17,-13,-26,-40,-26v-28,1,-41,4,-41,27xm135,-24v-8,20,-24,26,-56,25v-43,-1,-64,-12,-64,-54v0,-42,21,-54,65,-55v30,-1,44,3,53,20r3,0v0,-38,4,-67,-39,-64v-23,2,-33,4,-34,25r-41,0v3,-44,23,-52,73,-52v57,0,81,9,81,61r0,117r-40,0v-1,-7,5,-20,-1,-23xm77,-250r58,38r-8,16r-64,-28","w":198},"\u00e2":{"d":"55,-54v0,24,10,28,38,28v29,0,42,-4,43,-29v0,-17,-13,-26,-40,-26v-28,1,-41,4,-41,27xm135,-24v-8,20,-24,26,-56,25v-43,-1,-64,-12,-64,-54v0,-42,21,-54,65,-55v30,-1,44,3,53,20r3,0v0,-38,4,-67,-39,-64v-23,2,-33,4,-34,25r-41,0v3,-44,23,-52,73,-52v57,0,81,9,81,61r0,117r-40,0v-1,-7,5,-20,-1,-23xm100,-220r-51,21r-8,-15r59,-36r59,36r-8,15","w":198},"\u00e4":{"d":"55,-54v0,24,10,28,38,28v29,0,42,-4,43,-29v0,-17,-13,-26,-40,-26v-28,1,-41,4,-41,27xm135,-24v-8,20,-24,26,-56,25v-43,-1,-64,-12,-64,-54v0,-42,21,-54,65,-55v30,-1,44,3,53,20r3,0v0,-38,4,-67,-39,-64v-23,2,-33,4,-34,25r-41,0v3,-44,23,-52,73,-52v57,0,81,9,81,61r0,117r-40,0v-1,-7,5,-20,-1,-23xm149,-206r-32,0r0,-29r32,0r0,29xm81,-206r-32,0r0,-29r32,0r0,29","w":198},"\u00e5":{"d":"55,-54v0,24,10,28,38,28v29,0,42,-4,43,-29v0,-17,-13,-26,-40,-26v-28,1,-41,4,-41,27xm135,-24v-8,20,-24,26,-56,25v-43,-1,-64,-12,-64,-54v0,-42,21,-54,65,-55v30,-1,44,3,53,20r3,0v0,-38,4,-67,-39,-64v-23,2,-33,4,-34,25r-41,0v3,-44,23,-52,73,-52v57,0,81,9,81,61r0,117r-40,0v-1,-7,5,-20,-1,-23xm100,-252v15,-1,30,15,30,30v0,15,-15,30,-30,30v-18,0,-31,-13,-31,-30v0,-15,15,-30,31,-30xm100,-239v-10,0,-17,7,-17,17v0,8,8,17,16,17v10,0,19,-9,18,-18v1,-8,-10,-16,-17,-16","w":198},"\u00e9":{"d":"15,-91v1,-68,17,-88,83,-88v69,0,79,24,80,97r-122,0v-3,38,3,53,42,53v28,0,37,-2,39,-26r41,0v-3,49,-25,57,-84,56v-68,-2,-80,-19,-79,-92xm137,-107v-1,-38,-5,-42,-42,-42v-34,0,-39,6,-40,42r82,0xm126,-250r14,26r-64,28r-9,-16","w":192},"\u00e8":{"d":"15,-91v1,-68,17,-88,83,-88v69,0,79,24,80,97r-122,0v-3,38,3,53,42,53v28,0,37,-2,39,-26r41,0v-3,49,-25,57,-84,56v-68,-2,-80,-19,-79,-92xm137,-107v-1,-38,-5,-42,-42,-42v-34,0,-39,6,-40,42r82,0xm74,-250r58,38r-8,16r-64,-28","w":192},"\u00f6":{"d":"98,-179v71,0,83,16,83,91v0,76,-12,89,-88,89v-66,0,-78,-19,-78,-89v0,-74,12,-91,83,-91xm98,-148v-45,-3,-43,29,-42,72v0,38,7,45,42,47v47,3,41,-32,43,-75v1,-34,-11,-42,-43,-44xm148,-206r-32,0r0,-28r32,0r0,28xm80,-206r-32,0r0,-28r32,0r0,28","w":196},"\u00fc":{"d":"93,-29v69,4,37,-90,44,-148r41,0r0,176r-39,0r0,-27r-3,0v-8,19,-26,29,-56,29v-90,0,-51,-105,-59,-178r41,0r0,115v0,27,6,32,31,33xm150,-206r-32,0r0,-28r32,0r0,28xm81,-206r-32,0r0,-28r32,0r0,28","w":200},"\u00b0":{"d":"67,-131v-26,0,-49,-23,-49,-50v0,-27,23,-50,49,-50v26,0,50,25,50,50v0,26,-24,50,-50,50xm67,-219v-20,0,-39,17,-38,38v0,21,17,38,38,38v20,0,39,-19,39,-38v0,-19,-19,-38,-39,-38","w":134},"\u00df":{"d":"189,-86v0,72,-40,101,-103,80r0,-31v36,18,63,6,62,-45v-1,-50,-6,-58,-54,-60r0,-27v29,1,46,-7,45,-35v0,-16,-20,-24,-38,-24v-29,0,-37,7,-37,33r0,194r-41,0r0,-183v2,-58,19,-71,82,-71v45,0,71,12,72,51v2,28,-21,40,-40,47v35,0,52,24,52,71","w":204},"\u00ab":{"d":"132,-182r26,16r-36,73r38,71r-25,16r-48,-87xm62,-182r28,16r-37,73r38,71r-26,16r-47,-87","w":178},"\u00bb":{"d":"56,-93r-36,-73r28,-15r43,88r-47,87r-26,-16xm126,-93r-36,-73r27,-15r44,88r-48,87r-25,-16","w":178},"\u2026":{"d":"77,-1r-41,0r0,-44r41,0r0,44xm189,-45r0,44r-40,0r0,-44r40,0xm302,-1r-40,0r0,-44r40,0r0,44","w":337,"k":{"Y":7,"X":6,"W":1,"V":2,"T":-2,"A":2}},"\u2013":{"d":"168,-79r-167,0r0,-30r167,0r0,30","w":168},"\u201c":{"d":"17,-169v1,-44,-11,-94,44,-86r0,18v-16,1,-19,8,-20,25r16,0r0,43r-40,0xm82,-169v1,-44,-10,-93,44,-86r0,18v-16,1,-20,9,-21,25r18,0r0,43r-41,0","w":142},"\u201e":{"d":"125,-45v-1,44,11,95,-44,87r0,-19v16,0,20,-8,20,-24r-16,0r0,-44r40,0xm60,-45v-2,45,11,93,-43,87r0,-19v13,0,19,-8,19,-24r-16,0r0,-44r40,0","w":142},"\u00a0":{"w":118}}});

/*inc/js/accordion/jquery.simpleAccordion.0.1.5.js*/
/*
 * jQuery simpleAccordion plugin
 * @author Jonas Weidler (jquery@jonas-weidler.de)
 * @version 0.1.5
 * @date December 2, 2010
 * @category jQuery plugin
 * @requires jQuery 1.4.2
 * @copyright (c) 2010 Jonas Weidler
 * @license CC Attribution-Share Alike 3.0 - http://creativecommons.org/licenses/by-sa/3.0/
 */

(function($){
	$.fn.extend({ 
		simpleAccordion: function(options) {
			var defaults = 
			{
				slideSpeed: 500,
				classOpened: 'active',
				classContents: 'acc-contents',
				event: 'click',
				callbackOpen: function(){},
				callbackClose: function(){}
			};
			var options = $.extend(defaults, options);
			
			return this.each(function() {
								
				var opt = options;
				var obj = $(this);
				var sel = this.selector;
				
				var accordionElements = obj.children();
				var objContents = accordionElements.find("> ."+opt.classContents);
				// filter elements that don't contain any further contents (like in a menu)
				var objTrigger = accordionElements.find(":first:not(:only-child)");
				
				// notes to myself: once I used an accordion nested in another one there occured problems with setting the width of the nested ones because there were already hidden and had a width of 0 due to that. that's why I'm using this:
				$("."+opt.classContents, sel).show();
				// setting a width prevents bumpy ending of slide transition
				// this is the only part that actually requires jQ 1.4 :-(
				var width = objContents.width();
				objContents.css("width", width);
				$("."+opt.classContents, sel).hide();
				
				objContents.hide();
				objTrigger.css({
					cursor: "pointer"
				});
				
				objTrigger.bind(opt.event, function(event){
					event.preventDefault();
					var trigger = $(this);
					var contents = trigger.next();
					if (contents.is(":visible")) {
						trigger.removeClass(opt.classOpened);
						contents.slideUp(opt.slideSpeed, function(){
							opt.callbackClose();
						}).removeClass(opt.classOpened);
					}
					else {
						trigger.toggleClass(opt.classOpened);
						accordionElements.find("> ."+opt.classContents+":visible").slideUp(opt.slideSpeed).removeClass(opt.classOpened).prev().removeClass(opt.classOpened);
						contents.slideToggle(opt.slideSpeed, function(){
							opt.callbackOpen();
						}).toggleClass(opt.classOpened);
					}
				});
			});
		}
	});
})(jQuery);
/*inc/js/fancybox/jquery.fancybox-1.3.1.js*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

(function($) {

	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,

		/*
		 * Private methods 
		 */

		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>');
			}
		};

	/*
	 * Public methods 
	 */

	$.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;
	};

	// Note: within an iframe use - parent.$.fancybox.close();
	$.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',	// 'auto', 'yes' or 'no'

		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',	// 'outside', 'inside' or 'over'
		titleFormat			:	null,

		transitionIn		:	'fade',	// 'elastic', 'fade' or 'none'
		transitionOut		:	'fade',	// 'elastic', 'fade' or 'none'

		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);
/*inc/js/slideshow/jquery.cycle-2.73.min.js*/
;(function($){var ver='2.73';if($.support==undefined){$.support={opacity:!($.browser.msie)};}
function debug(s){if($.fn.cycle.debug)
log(s);}
function log(){if(window.console&&window.console.log)
window.console.log('[cycle] '+Array.prototype.join.call(arguments,' '));};$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!='stop'){if(!$.isReady&&o.s){log('DOM not ready, queuing slideshow');$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}
log('terminating; zero elements found by selector'+($.isReady?'':' (DOM not ready)'));return this;}
return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false)
return;if(this.cycleTimeout)
clearTimeout(this.cycleTimeout);this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log('terminating; too few slides: '+els.length);return;}
var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false)
return;var startTime=opts2.continuous?10:getTimeout(opts2.currSlide,opts2.nextSlide,opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10)
startTime=10;debug('first timeout: '+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts2.rev)},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined)
cont.cycleStop=0;if(options===undefined||options===null)
options={};if(options.constructor==String){switch(options){case'stop':cont.cycleStop++;if(cont.cycleTimeout)
clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;$(cont).removeData('cycle.opts');return false;case'pause':cont.cyclePause=1;return false;case'resume':cont.cyclePause=0;if(arg2===true){options=$(cont).data('cycle.opts');if(!options){log('options not found, can not resume');return false;}
if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}
go(options.elements,options,1,1);}
return false;case'prev':case'next':var opts=$(cont).data('cycle.opts');if(!opts){log('options not found, "prev/next" ignored');return false;}
$.fn.cycle[options](opts);return false;default:options={fx:options};};return options;}
else if(options.constructor==Number){var num=options;options=$(cont).data('cycle.opts');if(!options){log('options not found, can not advance slide');return false;}
if(num<0||num>=options.elements.length){log('invalid slide index: '+num);return false;}
options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}
if(typeof arg2=='string')
options.oneTimeFx=arg2;go(options.elements,options,1,num>=options.currSlide);return false;}
return options;};function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute('filter');}
catch(smother){}}};function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop)
opts.countdown=opts.autostopCount||els.length;var cont=$cont[0];$cont.data('cycle.opts',opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype)
opts.after.push(function(){removeFilter(this,opts);});if(opts.continuous)
opts.after.push(function(){go(els,opts,0,!opts.rev);});saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg)
clearTypeFix($slides);if($cont.css('position')=='static')
$cont.css('position','relative');if(opts.width)
$cont.width(opts.width);if(opts.height&&opts.height!='auto')
$cont.height(opts.height);if(opts.startingSlide)
opts.startingSlide=parseInt(opts.startingSlide);if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++)
opts.randomMap.push(i);opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=0;opts.startingSlide=opts.randomMap[0];}
else if(opts.startingSlide>=els.length)
opts.startingSlide=0;opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:'absolute',top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css('z-index',z)});$(els[first]).css('opacity',1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width)
$slides.width(opts.width);if(opts.fit&&opts.height&&opts.height!='auto')
$slides.height(opts.height);var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w)w=e.offsetWidth;if(!h)h=e.offsetHeight;maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}
if(maxw>0&&maxh>0)
$cont.css({width:maxw+'px',height:maxh+'px'});}
if(opts.pause)
$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});if(supportMultiTransitions(opts)===false)
return false;var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is('img')){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts,' - img slide not loaded, requeuing slideshow: ',this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options)},opts.requeueTimeout);requeue=true;return false;}
else{log('could not determine size of image: '+this.src,this.cycleW,this.cycleH);}}}
return true;});if(requeue)
return false;opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(':eq('+first+')').css(opts.cssBefore);if(opts.cssFirst)
$($slides[first]).css(opts.cssFirst);if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String)
opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);if(!opts.sync)
opts.speed=opts.speed/2;while((opts.timeout-opts.speed)<250)
opts.timeout+=opts.speed;}
if(opts.easing)
opts.easeIn=opts.easeOut=opts.easing;if(!opts.speedIn)
opts.speedIn=opts.speed;if(!opts.speedOut)
opts.speedOut=opts.speed;opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else
opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init))
init($cont,$slides,opts);else if(opts.fx!='custom'&&!opts.multiFx){log('unknown transition: '+opts.fx,'; slideshow terminating');return false;}}
var e0=$slides[first];if(opts.before.length)
opts.before[0].apply(e0,[e0,e0,opts,true]);if(opts.after.length>1)
opts.after[1].apply(e0,[e0,e0,opts,true]);if(opts.next)
$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1)});if(opts.prev)
$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1)});if(opts.pager)
buildPager(els,opts);exposeAddSlide(opts,els);return opts;};function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});};function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(',')>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,'').split(',');for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log('discarding unknown transition: ',fx);opts.fxs.splice(i,1);i--;}}
if(!opts.fxs.length){log('No valid transitions named; slideshow terminating.');return false;}}
else if(opts.fx=='all'){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx))
opts.fxs.push(p);}}
if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}
debug('randomized fx sequence: ',opts.fxs);}
return true;};function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount)
opts.countdown++;els[prepend?'unshift':'push'](s);if(opts.els)
opts.els[prepend?'unshift':'push'](s);opts.slideCount=els.length;$s.css('position','absolute');$s[prepend?'prependTo':'appendTo'](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}
if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg)
clearTypeFix($s);if(opts.fit&&opts.width)
$s.width(opts.width);if(opts.fit&&opts.height&&opts.height!='auto')
$slides.height(opts.height);s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager)
$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);if($.isFunction(opts.onAddSlide))
opts.onAddSlide($s);else
$s.hide();};}
$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init))
init(opts.$cont,$(opts.elements),opts);};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){$(els).stop(true,true);opts.busy=false;}
if(opts.busy)
return;var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual)
return;if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end)
opts.end(opts);return;}
if(manual||!p.cyclePause){var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length)
opts.lastFx=0;fx=opts.fxs[opts.lastFx];opts.currFx=fx;}
if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}
$.fn.cycle.resetState(opts,fx);if(opts.before.length)
$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount)return;o.apply(next,[curr,next,opts,fwd]);});var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount)return;o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn)
opts.fxFn(curr,next,opts,after,fwd);else if($.isFunction($.fn.cycle[opts.fx]))
$.fn.cycle[opts.fx](curr,next,opts,after);else
$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}
opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}
if(opts.pager)
$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}
var ms=0;if(opts.timeout&&!opts.continuous)
ms=getTimeout(curr,next,opts,fwd);else if(opts.continuous&&p.cyclePause)
ms=10;if(ms>0)
p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev)},ms);};$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).each(function(){$(this).find('a').removeClass('activeSlide').filter('a:eq('+currSlide+')').addClass('activeSlide');});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);while((t-opts.speed)<250)
t+=opts.speed;debug('calculated timeout: '+t+'; speed: '+opts.speed);if(t!==false)
return t;}
return opts.timeout;};$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}
if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2)
opts.randomIndex=els.length-2;else if(opts.randomIndex==-1)
opts.randomIndex=els.length-1;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else if(opts.random){if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap)return false;opts.nextSlide=els.length-1;}
else if(opts.nextSlide>=els.length){if(opts.nowrap)return false;opts.nextSlide=0;}}
if($.isFunction(opts.prevNextClick))
opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);go(els,opts,1,val>=0);return false;};function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);};$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder))
a=opts.pagerAnchorBuilder(i,el);else
a='<a href="#">'+(i+1)+'</a>';if(!a)
return;var $a=$(a);if($a.parents('body').length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}
else{$a.appendTo($p);}}
$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}
if($.isFunction(opts.pagerClick))
opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);go(els,opts,1,opts.currSlide<i);return false;});if(opts.pagerEvent!='click')
$a.click(function(){return false;});if(opts.pauseOnPagerHover)
$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd)
hops=c>l?c-l:opts.slideCount-l;else
hops=c<l?l-c:l+opts.slideCount-c;return hops;};function clearTypeFix($slides){function hex(s){s=parseInt(s).toString(16);return s.length<2?'0'+s:s;};function getBg(e){for(;e&&e.nodeName.toLowerCase()!='html';e=e.parentNode){var v=$.css(e,'background-color');if(v.indexOf('rgb')>=0){var rgb=v.match(/\d+/g);return'#'+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}
if(v&&v!='transparent')
return v;}
return'#ffffff';};$slides.each(function(){$(this).css('background-color',getBg(this));});};$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display='block';if(w!==false&&next.cycleW>0)
opts.cssBefore.width=next.cycleW;if(h!==false&&next.cycleH>0)
opts.cssBefore.height=next.cycleH;opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display='none';$(curr).css('zIndex',opts.slideCount+(rev===true?1:0));$(next).css('zIndex',opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=='number')
speedIn=speedOut=speedOverride;else
speedIn=speedOut=1;easeIn=easeOut=null;}
var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb)};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter)$l.css(opts.cssAfter);if(!opts.sync)fn();});if(opts.sync)fn();};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(':eq('+opts.currSlide+')').css('opacity',0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:'fade',timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:'click',pager:null,pagerClick:null,pagerEvent:'click',pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:'auto',startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};}
$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css('overflow','hidden').width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:'show'};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:'show'};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css('overflow','visible').width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}
opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++)
opts.els.push($slides[i]);for(i=0;i<opts.currSlide;i++)
opts.els.push(opts.els.shift());opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++)
fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());if(fwd){for(var i=0,len=opts.els.length;i<len;i++)
$(opts.els[i]).css('z-index',len-i+count);}
else{var z=$(curr).css('z-index');$el.css('z-index',parseInt(z)+1+count);}
$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb)cb();});});};opts.cssBefore={display:'block',opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css('overflow','hidden').width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css('overflow','hidden').height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css('overflow','hidden').height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||'left';var w=$cont.css('overflow','hidden').width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=='right')
opts.cssBefore.left=-w;else if(d=='up')
opts.cssBefore.top=h;else if(d=='down')
opts.cssBefore.top=-h;else
opts.cssBefore.left=w;});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||'left';var w=$cont.css('overflow','hidden').width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=='right')
opts.animOut.left=w;else if(d=='up')
opts.animOut.top=-h;else if(d=='down')
opts.animOut.top=h;else
opts.animOut.left=-w;});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css('overflow','visible').width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top)
opts.animOut={left:w*2,top:-h/2,opacity:0};else
opts.animOut.opacity=0;});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css('overflow','hidden').width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip))
clip='rect(0px 0px '+h+'px 0px)';else if(/r2l/.test(opts.clip))
clip='rect(0px '+w+'px '+h+'px '+w+'px)';else if(/t2b/.test(opts.clip))
clip='rect(0px '+w+'px 0px 0px)';else if(/b2t/.test(opts.clip))
clip='rect('+h+'px '+w+'px '+h+'px 0px)';else if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip='rect('+top+'px '+left+'px '+top+'px '+left+'px)';}}
opts.cssBefore.clip=opts.cssBefore.clip||clip||'rect(0px 0px 0px 0px)';var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next)return;var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display='block';var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:'rect('+tt+'px '+rr+'px '+bb+'px '+ll+'px)'});(step++<=count)?setTimeout(f,13):$curr.css('display','none');})();});opts.cssBefore={display:'block',opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);
/*inc/js/jcarousellite1.0.1.pack.js*/
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(6($){$.1g.1w=6(o){o=$.1f({r:n,x:n,N:n,17:q,J:n,L:1a,16:n,y:q,u:12,H:3,B:0,k:1,K:n,I:n},o||{});8 G.R(6(){p b=q,A=o.y?"15":"w",P=o.y?"t":"s";p c=$(G),9=$("9",c),E=$("10",9),W=E.Y(),v=o.H;7(o.u){9.1h(E.D(W-v-1+1).V()).1d(E.D(0,v).V());o.B+=v}p f=$("10",9),l=f.Y(),4=o.B;c.5("1c","H");f.5({U:"T",1b:o.y?"S":"w"});9.5({19:"0",18:"0",Q:"13","1v-1s-1r":"S","z-14":"1"});c.5({U:"T",Q:"13","z-14":"2",w:"1q"});p g=o.y?t(f):s(f);p h=g*l;p j=g*v;f.5({s:f.s(),t:f.t()});9.5(P,h+"C").5(A,-(4*g));c.5(P,j+"C");7(o.r)$(o.r).O(6(){8 m(4-o.k)});7(o.x)$(o.x).O(6(){8 m(4+o.k)});7(o.N)$.R(o.N,6(i,a){$(a).O(6(){8 m(o.u?o.H+i:i)})});7(o.17&&c.11)c.11(6(e,d){8 d>0?m(4-o.k):m(4+o.k)});7(o.J)1p(6(){m(4+o.k)},o.J+o.L);6 M(){8 f.D(4).D(0,v)};6 m(a){7(!b){7(o.K)o.K.Z(G,M());7(o.u){7(a<=o.B-v-1){9.5(A,-((l-(v*2))*g)+"C");4=a==o.B-v-1?l-(v*2)-1:l-(v*2)-o.k}F 7(a>=l-v+1){9.5(A,-((v)*g)+"C");4=a==l-v+1?v+1:v+o.k}F 4=a}F{7(a<0||a>l-v)8;F 4=a}b=12;9.1o(A=="w"?{w:-(4*g)}:{15:-(4*g)},o.L,o.16,6(){7(o.I)o.I.Z(G,M());b=q});7(!o.u){$(o.r+","+o.x).1n("X");$((4-o.k<0&&o.r)||(4+o.k>l-v&&o.x)||[]).1m("X")}}8 q}})};6 5(a,b){8 1l($.5(a[0],b))||0};6 s(a){8 a[0].1k+5(a,\'1j\')+5(a,\'1i\')};6 t(a){8 a[0].1t+5(a,\'1u\')+5(a,\'1e\')}})(1x);',62,96,'||||curr|css|function|if|return|ul|||||||||||scroll|itemLength|go|null||var|false|btnPrev|width|height|circular||left|btnNext|vertical||animCss|start|px|slice|tLi|else|this|visible|afterEnd|auto|beforeStart|speed|vis|btnGo|click|sizeCss|position|each|none|hidden|overflow|clone|tl|disabled|size|call|li|mousewheel|true|relative|index|top|easing|mouseWheel|padding|margin|200|float|visibility|append|marginBottom|extend|fn|prepend|marginRight|marginLeft|offsetWidth|parseInt|addClass|removeClass|animate|setInterval|0px|type|style|offsetHeight|marginTop|list|jCarouselLite|jQuery'.split('|'),0,{}))
/*inc/js/standard.js*/
var redirect = false;
var scrollSpeed = 1000;
function animateScrolling(target, redirect) {
	$('html, body').animate(
		{
			scrollTop: $(target).offset().top, 
			scrollLeft: $(target).offset().left
		}, 
		scrollSpeed, 
		'easeInOutQuad', 
		function(){
			if (redirect) window.location.href = target;
		}
	);
}

jQuery(document).ready(function(){
	$('body').removeClass('nojs');
	// smooth anchors
	$('html, body').scrollTop(0).scrollLeft(0);
	
	var currentURL = window.location.href;
	var matches = currentURL.match(/#/g);
	if (matches == '#') {
		var target = currentURL.split(matches);
		if (target[1] != '') animateScrolling("#"+target[1]);
	}
	
	$("a[href^='#']").click(function(event){
		if ($(this).attr("href").length != 1) {
			event.preventDefault();
			var targetElement = $(this).attr("href");
			animateScrolling(targetElement, false);
		}
	});
		$('#slideshow').cycle({'fx':'fade','timeout':7000});
	// cms lightbox to fancybox
	$("a[rel*='lightbox[']").each(function(){
		var rel = $(this).attr("rel").split('[');
		$(this).attr("rel", rel[0]);
		var rev = rel[1].split(']');
		$(this).attr("rev", rev[0]);
	});
	
	// inputfill
    $("input[placeholder], textarea[placeholder]").each(function(){$(this).val($(this).attr("placeholder"));})
		.focus(function(){if ($(this).val() == $(this).attr("placeholder")) $(this).val("");
    }).blur(function(){if ($(this).val() == '') $(this).val($(this).attr("placeholder"));});
	
	// noSpam
	$("a.escape").each(function(){
		var el = $(this);
		var p = el.text().split('∂');
		if (el.attr('rel') != '') el.attr('href', 'mailto:'+p[0]+'@'+el.attr('rel'));
		else el.attr('href', 'mailto:'+p[0]+'@'+p[1]);
		el.html(p[0]+'@'+p[1]);
	});
	
	// contact form
	$(".contact-form").each(function(){
		var form = $(this);
		form_validation(form);
		$("a.highlight-required-fields", form).click(function(event){
			event.preventDefault();
			$(".invalid", form).toggleClass("reveal");
		});
	});
	
	$(".contact-form input[type=text], .contact-form textarea, .contact-form select")
	.focus(function(){
		$(this).parent().addClass("focus");
	})
	.blur(function(){
		$(this).parent().removeClass("focus");
	});
	
	$(".acc fieldset:not(:first)").hide();
	$(".acc fieldset.valid").next().show();
	
	var i = 1;
	//alert($(".acc fieldset").size());
	if ($(".acc fieldset").size() > 1) {
		$(".acc fieldset")
			.append('<a class="next-step" rel="Weiter &hellip;" rev="Bitte f&uuml;llen Sie alle Pflichtfelder aus." href="#">Bitte f&uuml;llen Sie alle Pflichtfelder aus.</a>')
			.each(function(){
				$(this).attr("id","step-"+i);
				i++;
		});
	}
	
	$(".next-step").click(function(event){
		event.preventDefault();
		var parentFieldset = $(this).closest("fieldset");
		if (parentFieldset.hasClass("valid")) {
			var targetId = parentFieldset.next().attr("id");
			$("#"+targetId).fadeTo(scrollSpeed, 1).find("input, textarea, select").attr("disabled", "");
			animateScrolling("#"+targetId, false);
		}
	}).hover(function(){
		var parentFieldset = $(this).closest("fieldset");
		$(".invalid", parentFieldset).addClass("reveal");
		}, function(){
		var parentFieldset = $(this).closest("fieldset");
		$(".invalid", parentFieldset).removeClass("reveal");
	});
	
	$(".input-record").hover(function(){
		$(this).css("cursor", "text");
	}).click(function(event){
		//event.stopPropagination();
		$(this).children("input[readonly!='readonly']").eq(0).focus();
	});
	
	// sonstiges, optionales input-feld
	$("input.other").closest("div").hide();
	$("input[name=form_werbungskosten_nur_bei_vorlage]").change(function(){
		var nextInput = $(this).closest("div").next();
		if ($(this).val() == 'sonstiges') {
			nextInput.slideDown();
		}
		else nextInput.slideUp();
	});
		
	softcheckForm();
});

function softcheckForm(){
	$(".contact-form").each(function(){
		form_validation($(this));
	});
	setTimeout('softcheckForm()', 1000);
}

function setValid(formElement){
	formElement.removeClass("invalid").addClass("valid");
}
function setInvalid(formElement){
	formElement.removeClass("valid").addClass("invalid");
}

function form_validation(form, send){
	var form = $(form);
	var submitButton = $("input[type=submit]", form);
	submitButton.attr("disabled", "disabled");
	var requiredFields = $("input.required, textarea.required, select.required", form);
	
	requiredFields.each(function(){
		var requiredField = $(this);
		var fieldType = requiredField.attr("type");
		//alert(fieldType);
		if (fieldType == "radio" || fieldType == "checkbox") {
			var scope = requiredField.attr("name");
			if ($("input[name="+scope+"]:checked").size() != 0) setValid(requiredField);
			else setInvalid(requiredField);
		}
		else if (
			requiredField.val() == '' ||
			requiredField.val() == requiredField.attr('placeholder') ||
			requiredField.hasClass("select") &&  requiredField.val() == 'default' ||
			requiredField.hasClass("mail") && !requiredField.val().match(/^[\w\.\-]+@([\w\-]+\.)+[a-zA-Z]+$/) ||
			requiredField.hasClass("date") && !requiredField.val().match(/^(0[1-9]|[12][0-9]|3[01])[\.](0[1-9]|1[012])[\.](19|20)\d\d$/)
			) {
			setInvalid(requiredField);
		}
		else {
			setValid(requiredField);
		}
	});
	
	$("fieldset", form).each(function(){
		if ($(".invalid", this).size() == 0) {
			$(this).removeClass("invalid").addClass("valid");
			var nextButton = $(".next-step", this);
			nextButton.text(nextButton.attr("rel"));
		}
		else {
			$(this).removeClass("valid").addClass("invalid");
			var nextButton = $(".next-step", this);
			nextButton.text(nextButton.attr("rev"));
		}
		if ($(this).hasClass("invalid")) return false;
	});
	
	if ($(".invalid", form).size() == 0) {
		submitButton.attr("disabled", "");
		submitButton.val(submitButton.attr("title"));
		if (send) {
			return true;
		}
		else return false;
	}
	else {
		submitButton.attr("disabled", "disabled");
		submitButton.val(submitButton.attr("alt"));
		return false;
	}
}

jQuery.easing['jswing'] = jQuery.easing['swing'];
jQuery.extend( jQuery.easing,
{
	def: 'jswing',
	swing: function (x, t, b, c, d) {
		return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
	},
	easeInOutQuad: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t + b;
		return -c/2 * ((--t)*(t-2) - 1) + b;
	},
	easeInOutCubic: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t + b;
		return c/2*((t-=2)*t*t + 2) + b;
	},
	easeInOutQuart: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
		return -c/2 * ((t-=2)*t*t*t - 2) + b;
	},
	easeInOutQuint: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
		return c/2*((t-=2)*t*t*t*t + 2) + b;
	},
	easeInOutSine: function (x, t, b, c, d) {
		return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
	},
	easeInOutExpo: function (x, t, b, c, d) {
		if (t==0) return b;
		if (t==d) return b+c;
		if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
		return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
	},
	easeInOutCirc: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
		return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
	},
	easeInOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d/2)==2) return b+c;  if (!p) p=d*(.3*1.5);
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
		return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
	},
	easeInOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158; 
		if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
		return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
	},
	easeInBounce: function (x, t, b, c, d) {
		return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
	},
	easeOutBounce: function (x, t, b, c, d) {
		if ((t/=d) < (1/2.75)) {
			return c*(7.5625*t*t) + b;
		} else if (t < (2/2.75)) {
			return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
		} else if (t < (2.5/2.75)) {
			return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
		} else {
			return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
		}
	},
	easeInOutBounce: function (x, t, b, c, d) {
		if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
		return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
	}
});
/*inc/js/domready.js*/
Cufon.replace('h2', {textShadow: '1px 1px #000000'});
Cufon.replace('h3', {textShadow: '1px 1px #000000'});
Cufon.replace('h4', {textShadow: '1px 1px #000000'});
Cufon.replace('h5', {textShadow: '1px 1px #000000'});
Cufon.replace('h6', {textShadow: '1px 1px #000000'});
Cufon.replace('#navi-01 a', {textShadow: '1px 1px #000000', hover: true, active: true});
Cufon.replace('#navi-02 a', {textShadow: '1px 1px #000000', hover: true, active: true});
Cufon.replace('#navi-03 a', {textShadow: '1px 1px #000000', hover: true, active: true});
Cufon.replace('#navi-04 a', {textShadow: '1px 1px #000000', hover: true, active: true});

jQuery(document).ready(function(){
	jQuery.fx.off = false;
	
	//accordion
	$(".accordion").simpleAccordion({classContents: 'acc-contents'});
	
	$(".article").each(function(){
		var h5text = $("h5", this).eq(0).text();
		if (h5text == "") $(this).hide();
	});

	// fancybox
	$("a[rel=lightbox]").fancybox({'type': 'image', titlePosition: 'over', 'padding': 0, 'transitionIn': 'elastic',
				'transitionOut'	: 'elastic'});
	$("a[rel=lightbox_pixaround]").fancybox();
	$("a[rel=lightbox_iframe], a[rel=lightbox_iframe2]").fancybox({
		'width'				: '75%',
		'height'			: '75%',
		'autoScale'			: false,
		'cyclic'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	$(".carousel").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		circular: true,
		auto: 4000,
	    speed: 1000,
		visible: 4
	});
	
	$("a.next, a.prev").click(function(event){
		event.preventDefault();
	});
	
});

