﻿//cufon yui
/*
 * 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}})());
//taz font
Cufon.registerFont({"w":198,"face":{"font-family":"Taz SemiLight","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 0 4 5 2 2 2 4","ascent":"288","descent":"-72","x-height":"2","bbox":"-13 -310 315 70","underline-thickness":"20.16","underline-position":"-50.04","stemh":"17","stemv":"25","unicode-range":"U+0020-U+0192"},"glyphs":{" ":{"w":77},"!":{"d":"72,-68r-27,0r0,-175r27,0r0,175xm72,0r-27,0r0,-33r27,0r0,33","w":104},"\"":{"d":"125,-166r-24,0r0,-94r24,0r0,94xm56,-166r-24,0r0,-94r24,0r0,94","w":158},"#":{"d":"205,-164r-42,0r-7,75r39,0r0,21r-42,0r-6,68r-24,0r7,-68r-58,0r-7,68r-23,0r7,-68r-37,0r0,-21r39,0r8,-75r-38,0r0,-20r39,0r7,-59r23,0r-6,59r58,0r6,-59r23,0r-5,59r39,0r0,20xm140,-164r-58,0r-8,75r58,0","w":218},"$":{"d":"146,-61v0,32,-22,54,-52,60r0,43r-21,0r0,-42v-18,0,-34,-4,-54,-13r8,-20v33,18,93,16,93,-26v0,-55,-103,-46,-103,-115v0,-36,28,-54,56,-58r0,-36r21,0r0,35v17,2,32,8,45,16r-9,18v-32,-18,-87,-24,-87,23v0,51,103,46,103,115","w":159},"%":{"d":"112,-184v0,34,-14,60,-51,60v-36,0,-48,-21,-48,-60v0,-34,14,-60,51,-60v35,0,48,22,48,60xm207,-243r-144,243r-23,0r144,-243r23,0xm91,-184v0,-26,-6,-44,-29,-44v-21,0,-28,19,-28,44v0,26,5,43,28,43v21,0,29,-18,29,-43xm233,-59v0,34,-13,61,-50,61v-35,0,-48,-22,-48,-60v0,-34,13,-61,50,-61v35,0,48,23,48,60xm212,-58v0,-26,-5,-44,-28,-44v-22,0,-28,19,-28,44v0,25,6,43,28,43v21,0,28,-19,28,-43","w":247},"&":{"d":"247,-164v-13,4,-25,11,-35,15v49,71,14,151,-86,151v-68,0,-103,-30,-103,-75v0,-31,17,-54,43,-59v-55,-23,-36,-112,36,-112v17,0,37,4,54,11r-7,20v-35,-18,-89,-13,-89,30v0,26,18,41,49,39r0,22v-37,-3,-59,14,-59,45v0,33,25,57,79,57v81,-1,97,-63,59,-118v-13,7,-22,11,-37,21r-10,-18v27,-18,64,-35,97,-47","w":268},"(":{"d":"79,47v-58,-100,-57,-223,2,-322r22,5v-53,96,-55,216,-1,312","w":115},")":{"d":"38,-275v58,100,57,223,-2,322r-21,-5v53,-96,53,-217,0,-313","w":115},"*":{"d":"143,-175r-12,19r-42,-29r4,51r-23,1r3,-52r-42,29r-12,-19r47,-22r-47,-23r12,-19r42,29r-3,-52r23,0r-4,52r42,-29r12,19r-47,22","w":160},"+":{"d":"177,-97r-66,0r0,72r-24,0r0,-72r-66,0r0,-21r66,0r0,-72r24,0r0,72r66,0r0,21"},",":{"d":"72,-31r-41,93r-19,-6r31,-96","w":95},"-":{"d":"82,-91r-69,0r0,-23r69,0r0,23","w":92},"\u00ad":{"d":"82,-91r-69,0r0,-23r69,0r0,23","w":92},".":{"d":"60,0r-28,0r0,-38r28,0r0,38","w":92},"\/":{"d":"145,-288r-117,340r-23,0r117,-340r23,0","w":147},"0":{"d":"180,-117v0,59,-16,119,-82,119v-65,0,-78,-61,-78,-119v0,-59,17,-119,82,-119v65,0,78,60,78,119xm153,-117v0,-51,-11,-96,-53,-96v-42,0,-54,45,-54,96v0,52,12,96,54,96v42,0,53,-45,53,-96","w":199},"1":{"d":"93,0r-27,0r0,-206r-56,25r-6,-22v30,-10,47,-33,89,-31r0,234","w":123},"2":{"d":"160,0r-145,0r0,-20v33,-38,108,-96,108,-150v0,-52,-59,-51,-97,-25r-9,-18v45,-36,133,-31,133,38v0,58,-69,114,-103,152r113,0r0,23","w":178},"3":{"d":"156,-65v0,39,-27,67,-78,67v-27,0,-51,-8,-67,-17r8,-19v17,8,37,14,59,14v38,0,49,-22,49,-43v8,-36,-36,-49,-87,-45r0,-22v42,0,80,5,80,-44v0,-49,-67,-46,-96,-24r-8,-17v43,-33,132,-28,132,38v0,28,-14,50,-37,56v30,4,45,25,45,56","w":177},"4":{"d":"177,-47r-34,0r0,47r-26,0r0,-47r-109,0r0,-20r96,-167r39,0r0,164r34,0r0,23xm117,-70r-1,-141r-81,141r82,0","w":183},"5":{"d":"159,-72v0,83,-96,86,-147,58r7,-20v43,21,112,25,112,-36v0,-36,-11,-46,-68,-46v-14,0,-24,1,-35,2r11,-120r106,0r-2,23r-83,0r-7,73v96,-5,106,24,106,66","w":178},"6":{"d":"170,-79v0,50,-28,81,-78,81v-57,0,-72,-38,-72,-111v0,-79,21,-127,92,-127v18,0,35,3,47,7r-5,20v-15,-3,-30,-5,-44,-5v-50,0,-64,39,-64,85v17,-9,36,-16,58,-16v51,0,66,27,66,66xm143,-76v0,-26,-6,-47,-47,-47v-17,0,-36,6,-49,15v0,65,12,88,47,88v35,0,49,-20,49,-56","w":187},"7":{"d":"151,-214r-92,214r-29,0r93,-211r-109,0r0,-23r137,0r0,20","w":161},"8":{"d":"145,-53v0,-27,-24,-41,-50,-56v-25,15,-49,29,-49,55v0,23,17,35,50,35v33,0,49,-15,49,-34xm171,-54v0,32,-25,56,-78,56v-50,0,-73,-20,-73,-53v0,-33,26,-53,53,-70v-58,-22,-69,-115,25,-115v45,0,66,19,66,49v0,30,-21,49,-46,64v27,15,53,34,53,69xm139,-184v0,-20,-15,-31,-44,-31v-29,0,-43,12,-43,29v0,24,21,38,44,52v23,-14,43,-27,43,-50","w":191},"9":{"d":"19,-155v0,-50,27,-81,77,-81v58,0,72,38,72,111v0,79,-21,127,-92,127v-18,0,-35,-3,-47,-8r4,-20v15,3,31,6,45,6v50,0,63,-39,63,-85v-17,8,-35,16,-57,16v-51,0,-65,-27,-65,-66xm45,-158v0,26,6,47,47,47v17,0,36,-7,49,-16v0,-65,-11,-87,-46,-87v-35,0,-50,20,-50,56","w":187},":":{"d":"72,0r-28,0r0,-38r28,0r0,38xm72,-145r-28,0r0,-39r28,0r0,39","w":111},";":{"d":"72,-145r-28,0r0,-39r28,0r0,39xm77,-31r-41,93r-20,-6r32,-96","w":111},"\u037e":{"d":"72,-145r-28,0r0,-39r28,0r0,39xm77,-31r-41,93r-20,-6r32,-96","w":111},"<":{"d":"166,-17r-142,-81r0,-19r142,-81r0,27r-115,63r115,64r0,27"},"=":{"d":"176,-132r-154,0r0,-21r154,0r0,21xm176,-61r-154,0r0,-21r154,0r0,21"},">":{"d":"174,-98r-142,81r0,-27r115,-63r-115,-63r0,-28r142,81r0,19"},"?":{"d":"132,-193v-2,59,-66,57,-54,125r-26,0v-10,-68,49,-79,52,-122v3,-35,-46,-37,-76,-25r-4,-20v46,-18,110,-9,108,42xm78,0r-27,0r0,-33r27,0r0,33","w":153},"@":{"d":"315,-144v0,95,-48,119,-124,116r2,-22v-21,16,-36,25,-50,25v-22,0,-38,-17,-38,-54v0,-76,58,-142,106,-82r7,-23r19,0r-24,136v47,0,80,-18,80,-94v0,-53,-14,-92,-100,-92v-92,0,-136,61,-136,158v0,96,67,107,162,101r-2,17v-104,14,-183,-8,-183,-115v0,-111,56,-181,161,-181v99,0,120,51,120,110xm174,-165v-30,0,-46,50,-45,86v3,55,38,30,65,8r12,-70v-15,-17,-24,-24,-32,-24","w":342},"A":{"d":"179,0r-27,0r-16,-53r-88,0r-15,53r-27,0r69,-243r36,0xm131,-75r-39,-141r-39,141r78,0","w":186},"B":{"d":"165,-70v0,41,-26,70,-88,70r-49,0r0,-242v65,-5,129,1,129,61v0,27,-13,48,-41,54v36,6,49,27,49,57xm131,-180v7,-32,-32,-46,-76,-40r0,84v50,4,83,-16,76,-44xm138,-69v0,-30,-27,-49,-83,-45r0,92v7,1,13,0,22,0v54,0,61,-25,61,-47","w":183},"C":{"d":"165,-13v-81,34,-145,17,-145,-108v0,-115,67,-144,144,-109r-8,21v-60,-28,-109,-11,-109,88v0,105,46,113,111,87","w":173},"D":{"d":"186,-123v0,100,-57,135,-158,123r0,-243r53,0v77,0,105,40,105,120xm159,-123v0,-73,-29,-106,-104,-97r0,198v75,6,104,-26,104,-101","w":206},"E":{"d":"140,0r-112,0r0,-243r111,0r0,23r-84,0r0,84r76,0r0,22r-76,0r0,92r85,0r0,22","w":154},"F":{"d":"133,-220r-78,0r0,84r72,0r0,23r-72,0r0,113r-27,0r0,-243r105,0r0,23","w":147},"G":{"d":"172,-14v-80,33,-152,23,-152,-105v0,-116,70,-146,151,-111r-7,20v-69,-29,-117,-7,-117,90v0,95,35,111,99,92r0,-86r26,0r0,100","w":195},"H":{"d":"185,0r-26,0r0,-114r-104,0r0,114r-27,0r0,-243r27,0r0,106r104,0r0,-106r26,0r0,243","w":213},"I":{"d":"55,0r-27,0r0,-243r27,0r0,243","w":83},"J":{"d":"89,-77v3,68,-35,88,-90,74r1,-21v8,2,21,3,31,3v27,0,31,-26,31,-58r0,-164r27,0r0,166","w":117},"K":{"d":"166,0r-34,0r-77,-121r0,121r-27,0r0,-243r27,0r1,114r69,-114r32,0r-75,116","w":165},"L":{"d":"126,0r-98,0r0,-243r27,0r0,220r71,0r0,23","w":128},"M":{"d":"252,0r-26,0r-14,-215r-66,215r-20,0r-67,-215r-14,215r-25,0r17,-243r41,0r59,192r58,-192r40,0","w":272},"N":{"d":"184,0r-32,0r-99,-208r0,208r-25,0r0,-243r36,0r96,203r0,-203r24,0r0,243","w":213},"O":{"d":"204,-122v-1,84,-31,124,-94,124v-67,0,-90,-38,-90,-122v0,-84,30,-125,93,-124v66,0,91,37,91,122xm177,-122v0,-62,-15,-100,-66,-100v-48,0,-64,36,-64,101v0,62,14,100,65,100v48,0,65,-35,65,-101","w":223},"P":{"d":"168,-168v0,56,-44,84,-113,77r0,91r-27,0r0,-242v18,-1,42,-1,61,-1v56,0,79,27,79,75xm141,-167v7,-45,-36,-60,-86,-53r0,106v45,6,94,-9,86,-53","w":180},"Q":{"d":"185,-36r34,36r-17,17r-32,-35v-15,14,-34,20,-60,20v-67,0,-90,-38,-90,-122v0,-84,30,-125,93,-124v66,0,91,37,91,122v0,36,-7,65,-19,86xm166,-55v6,-14,11,-37,11,-67v0,-62,-15,-100,-66,-100v-48,0,-64,36,-64,101v0,84,50,123,106,86r-31,-32r17,-17","w":223},"R":{"d":"174,0r-31,0r-56,-115r-32,0r0,115r-27,0r0,-242v67,-6,136,1,136,61v0,31,-18,55,-50,61xm136,-180v8,-37,-38,-45,-81,-40r0,83v44,4,86,-8,81,-43","w":185},"S":{"d":"152,-64v0,67,-81,82,-133,49r9,-20v33,22,97,21,97,-27v0,-57,-108,-50,-108,-122v0,-60,80,-75,126,-45r-9,19v-30,-18,-91,-18,-91,24v0,55,109,47,109,122","w":164},"T":{"d":"148,-220r-59,0r0,220r-27,0r0,-220r-59,0r0,-23r145,0r0,23","w":150},"U":{"d":"183,-75v0,44,-22,77,-79,77v-53,0,-76,-25,-76,-74r0,-171r27,0r0,170v0,36,12,52,51,52v40,0,51,-19,51,-52r0,-170r26,0r0,168","w":211},"V":{"d":"179,-243r-70,243r-34,0r-69,-243r29,0r58,217r58,-217r28,0","w":185},"W":{"d":"278,-243r-54,243r-35,0r-48,-208r-47,208r-36,0r-52,-243r28,0r39,183v2,10,1,23,5,31r48,-214r33,0r48,214r44,-214r27,0","w":283},"X":{"d":"167,-243r-60,114r68,129r-31,0r-54,-105r-53,105r-30,0r68,-127r-61,-116r31,0r46,93r46,-93r30,0","w":182},"Y":{"d":"166,-243r-69,141r0,102r-26,0r0,-102r-69,-141r30,0r53,113r52,-113r29,0","w":167},"Z":{"d":"148,0r-134,0r0,-20r101,-200r-99,0r0,-23r128,0r0,20r-101,200r105,0r0,23","w":162},"[":{"d":"106,67r-76,0r0,-355r75,0r0,21r-50,0r0,314r51,0r0,20","w":130},"\\":{"d":"143,52r-24,0r-117,-340r24,0","w":147},"]":{"d":"26,-288r74,0r0,355r-75,0r0,-20r51,0r0,-314r-50,0r0,-21","w":130},"^":{"d":"177,-134r-30,0r-48,-89r-48,89r-28,0r62,-110r29,0"},"_":{"d":"180,70r-180,0r0,-20r180,0r0,20","w":180},"a":{"d":"121,-85v-45,-2,-85,5,-80,31v9,47,51,41,80,7r0,-38xm123,-25v-41,43,-104,36,-108,-27v-3,-39,41,-57,106,-54v0,-35,-1,-60,-39,-59v-17,0,-34,6,-53,12r-5,-19v54,-23,123,-25,123,51r0,121r-21,0","w":172},"b":{"d":"158,-93v0,89,-55,124,-108,69r-3,24r-20,0r0,-259r25,-4r0,103v54,-54,106,-21,106,67xm133,-92v0,-74,-39,-92,-81,-45r0,89v41,48,81,29,81,-44","w":175},"c":{"d":"121,-33r8,19v-52,30,-111,26,-111,-76v0,-88,55,-117,109,-81r-8,19v-40,-24,-76,-12,-75,60v1,77,35,82,77,59","w":134},"d":{"d":"149,0r-20,0r-3,-25v-56,56,-108,23,-108,-66v0,-87,53,-123,106,-71r0,-97r25,-4r0,263xm124,-47r0,-90v-42,-47,-81,-28,-81,45v0,75,38,91,81,45","w":176},"e":{"d":"145,-11v-68,27,-127,18,-127,-80v0,-62,26,-95,69,-95v47,0,69,45,62,101r-106,0v-2,72,43,72,97,56xm125,-106v1,-31,-10,-59,-40,-59v-30,0,-41,31,-42,59r82,0","w":168},"f":{"d":"100,-260r-2,20v-37,-12,-48,16,-43,56r36,0r0,21r-36,0r0,163r-25,0r0,-163r-30,0r0,-21r30,0v-7,-55,16,-92,70,-76","w":95},"g":{"d":"149,-3v2,63,-45,79,-105,70r-3,-19v47,5,91,-8,83,-47r0,-24v-55,53,-106,19,-106,-68v0,-89,55,-125,108,-68r3,-25r20,0r0,181xm124,-47r0,-89v-41,-48,-81,-29,-81,44v0,75,38,91,81,45","w":175},"h":{"d":"153,0r-25,0r0,-114v0,-57,-43,-62,-76,-23r0,137r-25,0r0,-259r25,-4r0,103v44,-45,101,-32,101,39r0,121","w":179},"i":{"d":"52,-226r-25,0r0,-34r25,0r0,34xm52,0r-25,0r0,-184r25,0r0,184","w":78},"j":{"d":"52,-226r-25,0r0,-34r25,0r0,34xm52,-184v-7,87,20,206,-26,253r-17,-12v36,-56,11,-158,18,-241r25,0","w":78},"k":{"d":"149,0r-32,0r-65,-97r0,97r-25,0r0,-259r25,-4r0,160r57,-81r30,0r-61,81","w":149},"l":{"d":"52,0r-25,0r0,-259r25,-4r0,263","w":78},"m":{"d":"252,0r-26,0r0,-114v1,-58,-41,-62,-74,-23r0,137r-25,0r0,-114v0,-57,-42,-62,-75,-23r0,137r-25,0r0,-184r20,0r3,25v38,-36,74,-37,96,3v28,-24,41,-30,59,-30v66,1,44,118,47,186","w":278},"n":{"d":"153,0r-25,0r0,-114v0,-57,-43,-62,-76,-23r0,137r-25,0r0,-184r20,0r3,25v46,-46,103,-34,103,38r0,121","w":179},"o":{"d":"163,-93v0,55,-22,95,-74,95v-50,0,-71,-31,-71,-93v0,-55,22,-95,73,-95v50,0,72,31,72,93xm137,-92v0,-42,-12,-72,-47,-72v-35,0,-47,31,-47,72v0,42,12,72,47,72v35,0,47,-31,47,-72","w":180},"p":{"d":"158,-93v0,87,-53,123,-106,71r0,88r-25,3r0,-253r20,0r3,25v57,-56,108,-23,108,66xm133,-92v0,-74,-39,-92,-81,-45r0,90v42,47,81,28,81,-45","w":175},"q":{"d":"124,-23v-55,53,-106,19,-106,-68v0,-89,55,-125,108,-68r3,-25r20,0r0,250r-25,3r0,-92xm124,-136v-41,-48,-81,-29,-81,44v0,75,38,91,81,45r0,-89","w":175},"r":{"d":"105,-161v-27,-1,-31,4,-53,26r0,135r-25,0r0,-184r21,0r2,27v29,-29,30,-29,55,-29r0,25","w":110},"s":{"d":"114,-48v0,50,-65,62,-101,38r9,-20v23,16,69,14,67,-15v0,-14,-6,-24,-34,-40v-31,-18,-41,-32,-41,-54v0,-46,61,-59,94,-35r-8,19v-19,-13,-63,-16,-61,14v0,14,6,22,33,37v33,19,42,35,42,56","w":129},"t":{"d":"96,-3v-32,9,-66,10,-66,-36r0,-124r-30,0r0,-21r30,0r0,-55r25,-3r0,58r41,0r0,21r-41,0r0,119v-2,28,16,25,39,22","w":106},"u":{"d":"26,-184r25,0r0,114v0,57,43,62,77,23r0,-137r25,0r0,184r-21,0r-3,-25v-46,46,-103,34,-103,-38r0,-121","w":179},"v":{"d":"139,-184r-52,184r-32,0r-49,-184r27,0r40,157r38,-157r28,0","w":144},"w":{"d":"227,-184r-44,184r-34,0r-31,-131r-31,131r-35,0r-43,-184r28,0r35,158r37,-158r21,0r37,158r34,-158r26,0","w":235},"x":{"d":"152,0r-32,0r-44,-77r-43,77r-29,0r57,-95r-53,-89r31,0r39,72r40,-72r29,0r-53,88","w":154},"y":{"d":"139,-184r-46,167v-14,49,-29,70,-59,86r-12,-19v16,-9,29,-20,37,-46r-54,-188r28,0r41,155r37,-155r28,0","w":141},"z":{"d":"114,0r-105,0r0,-15r72,-147r-69,0r0,-22r99,0r0,16r-72,146r75,0r0,22","w":123},"{":{"d":"46,-4v-1,-40,8,-99,-33,-95r0,-21v45,3,33,-54,33,-94v0,-55,27,-78,76,-74r0,21v-91,-21,-15,140,-82,157v36,7,31,57,31,101v0,49,19,57,51,56r0,20v-48,4,-76,-15,-76,-71","w":144},"|":{"d":"52,70r-21,0r0,-358r21,0r0,358","w":83},"}":{"d":"98,-217v0,41,-9,101,33,97r0,21v-45,-3,-33,53,-33,93v0,56,-27,77,-76,73r0,-20v90,23,15,-139,82,-156v-32,-2,-31,-60,-31,-103v0,-49,-19,-56,-51,-55r0,-21v48,-4,76,16,76,71","w":144},"~":{"d":"176,-224v2,36,-18,56,-45,56v-34,0,-41,-39,-64,-39v-18,0,-22,18,-23,35r-21,0v-2,-36,19,-56,45,-56v34,0,42,39,64,39v18,0,23,-17,23,-35r21,0"},"\u00a1":{"d":"60,-182r-29,0r0,-33r29,0r0,33xm59,27r-27,0r0,-174r27,0r0,174","w":104},"\u00a2":{"d":"132,-63v-11,6,-23,11,-37,13r0,37r-21,0r0,-36v-29,-2,-53,-18,-53,-74v0,-48,21,-72,53,-76r0,-35r21,0r0,35v13,1,27,7,37,13r-7,19v-33,-22,-81,-17,-79,43v2,63,40,62,80,43","w":151},"\u00a3":{"d":"150,0r-132,0r0,-17r24,-4r0,-87r-30,0r0,-21r30,0v-6,-61,16,-107,58,-107v26,0,42,7,50,13r-7,18v-34,-14,-81,-15,-75,44r0,32r57,0r0,21r-57,0r0,86r82,0r0,22","w":180},"\u00a5":{"d":"181,-234r-66,125r52,0r0,19r-54,0r0,36r54,0r0,19r-54,0r0,35r-25,0r0,-35r-53,0r0,-19r53,0r0,-36r-53,0r0,-19r51,0r-65,-125r28,0r53,106r51,-106r28,0"},"\u0192":{"d":"153,-250r-5,19v-34,-9,-69,-13,-69,34r-4,37r51,0r0,21r-54,0r-22,188r-26,4r23,-192r-36,0r0,-21r38,0v4,-49,12,-98,63,-98v12,0,32,4,41,8","w":159},"\u00a7":{"d":"170,-106v0,23,-11,38,-36,55v44,31,20,97,-46,97v-21,0,-43,-6,-60,-16r9,-20v27,19,93,19,93,-17v0,-51,-106,-40,-106,-108v0,-22,10,-37,36,-55v-39,-27,-23,-94,42,-94v21,0,41,6,55,14r-8,19v-23,-15,-85,-18,-85,19v0,48,106,40,106,106xm144,-103v1,-31,-36,-38,-64,-55v-23,13,-29,25,-30,40v-1,31,38,40,64,55v22,-12,29,-25,30,-40"},"\u00a4":{"d":"49,-56v-24,-18,-23,-99,1,-117r-35,-52r22,-10r31,50v18,-10,48,-9,63,0r30,-50r21,10r-33,50v24,23,23,97,0,118r31,48r-21,11r-29,-48v-16,9,-46,10,-63,0r-28,48r-21,-10xm141,-115v0,-32,-11,-56,-42,-56v-30,0,-42,23,-42,56v0,32,10,55,42,55v31,0,42,-23,42,-55"},"'":{"d":"57,-166r-25,0r0,-94r25,0r0,94","w":88},"\u00ab":{"d":"155,-39r-18,7r-47,-75r48,-75r17,6r-37,68xm88,-35r-19,7r-49,-79r50,-79r18,6r-39,72","w":186},"\u00b7":{"d":"46,-89r-29,0r0,-37r29,0r0,37","w":63},"\u22c5":{"d":"46,-89r-29,0r0,-37r29,0r0,37","w":63},"\u2219":{"d":"46,-89r-29,0r0,-37r29,0r0,37","w":63},"\u00b6":{"d":"191,-238r-26,0r0,287r-23,0r0,-287r-32,0r0,228v2,62,-23,68,-65,58r0,-20v37,8,41,7,41,-43r0,-112v-38,0,-63,-30,-63,-65v0,-30,19,-65,73,-65r95,0r0,19","w":201},"\u00bb":{"d":"32,-175r18,-7r46,74r-47,76r-17,-7r36,-68xm99,-180r18,-6r50,78r-50,80r-18,-7r39,-72","w":186},"\u00bf":{"d":"21,-22v3,-59,67,-58,55,-125r25,0v10,68,-49,79,-52,122v-3,34,46,36,76,25r4,20v-45,18,-110,9,-108,-42xm75,-215r27,0r0,33r-27,0r0,-33","w":153},"`":{"d":"86,-212r-18,6r-47,-47r24,-10","w":126},"\u00b4":{"d":"123,-253r-47,47r-18,-6r41,-51","w":144},"\u00af":{"d":"119,-224r-94,0r0,-19r94,0r0,19","w":144},"\u02c9":{"d":"119,-224r-94,0r0,-19r94,0r0,19","w":144},"\u00a8":{"d":"116,-227r-23,0r0,-31r23,0r0,31xm51,-227r-23,0r0,-31r23,0r0,31","w":144},"\u00b8":{"d":"83,18r-23,49r-21,0r17,-49r27,0","w":136},"\u00c6":{"d":"111,0r0,-53r-73,0r-24,53r-27,0r109,-243r125,0r0,23r-83,0r0,84r75,0r0,22r-75,0r0,92r84,0r0,22r-111,0xm111,-75r0,-145r-64,145r64,0","w":236},"\u00aa":{"d":"117,-82r-89,0r0,-18r89,0r0,18xm94,-178v-28,-1,-51,4,-48,19v6,28,29,22,48,1r0,-20xm98,-124r-2,-16v-22,27,-72,24,-72,-18v0,-24,26,-38,70,-36v7,-39,-32,-35,-59,-26r-5,-16v36,-13,85,-16,85,34r0,78r-17,0","w":137},"\u0141":{"d":"33,-126r-29,17r0,-23r29,-17r0,-94r26,0r0,79r39,-22r0,23r-39,22r0,118r71,0r0,23r-97,0r0,-126","w":132},"\u00d8":{"d":"164,-234v31,16,43,52,43,112v1,97,-45,137,-125,120r-17,51r-21,0r20,-58v-30,-16,-43,-50,-43,-111v-1,-97,43,-136,125,-121r17,-49r21,0xm156,-210r-66,186v62,17,91,-22,91,-98v0,-39,-5,-73,-25,-88xm73,-33r65,-186v-61,-17,-91,21,-91,98v0,39,6,73,26,88","w":226},"\u0152":{"d":"252,0r-142,2v-67,0,-90,-38,-90,-122v1,-98,38,-123,126,-123r105,0r0,23r-84,0r0,84r76,0r0,22r-76,0r0,92r85,0r0,22xm141,-23r0,-196v-66,-14,-94,19,-94,98v0,75,25,111,94,98","w":266},"\u00ba":{"d":"113,-82r-87,0r0,-18r87,0r0,18xm119,-184v0,37,-15,61,-51,61v-35,0,-50,-19,-50,-60v0,-37,16,-61,51,-61v34,0,50,18,50,60xm98,-184v0,-25,-7,-42,-29,-42v-21,0,-29,17,-29,43v0,26,7,42,29,42v21,0,29,-17,29,-43","w":136},"\u00e6":{"d":"121,-85v-45,-2,-85,5,-80,31v10,50,53,40,82,-1v-1,-9,-2,-22,-2,-30xm129,-35v-32,48,-109,54,-114,-17v-2,-39,41,-57,106,-54v0,-35,-1,-60,-39,-59v-17,0,-34,6,-53,12r-5,-19v40,-17,101,-26,114,17v9,-18,26,-31,52,-31v47,-1,69,45,62,101r-105,0v-3,72,42,73,96,56r5,18v-45,19,-104,22,-119,-24xm228,-106v1,-31,-10,-59,-40,-59v-31,0,-40,31,-41,59r81,0","w":271},"\u0131":{"d":"52,0r-25,0r0,-184r25,0r0,184","w":78},"\u0142":{"d":"56,-182r26,-16r0,24r-26,15r0,159r-26,0r0,-144r-26,15r0,-23r26,-16r0,-91r26,-4r0,81","w":86},"\u00f8":{"d":"134,-176v51,35,44,178,-43,178v-9,0,-18,-1,-24,-3r-19,50r-21,0r22,-57v-50,-34,-44,-188,42,-178v9,0,19,1,25,3r17,-46r21,0xm124,-152r-49,129v44,14,67,-22,65,-70v0,-25,-4,-47,-16,-59xm58,-32r50,-129v-44,-14,-67,21,-65,70v0,25,3,47,15,59","w":182},"\u0153":{"d":"151,-150v29,-64,127,-38,118,43v0,6,-1,16,-1,22r-106,0v-2,73,43,72,98,56r4,18v-45,19,-100,23,-116,-22v-9,20,-29,35,-59,35v-50,0,-71,-31,-71,-93v0,-55,22,-95,73,-95v29,0,50,13,60,36xm137,-92v0,-42,-12,-72,-47,-72v-35,0,-47,31,-47,72v0,42,12,72,47,72v35,0,47,-31,47,-72xm244,-106v1,-31,-10,-59,-40,-59v-30,0,-41,31,-42,59r82,0","w":287},"\u00df":{"d":"167,-47v0,44,-49,59,-86,43r4,-20v19,11,61,4,56,-21v0,-42,-60,-41,-60,-94v0,-37,37,-41,37,-73v0,-14,-8,-30,-31,-30v-24,0,-35,20,-35,48r0,194r-25,0r0,-193v0,-42,22,-69,62,-69v34,0,54,18,54,47v0,42,-37,46,-37,74v0,37,61,40,61,94","w":175},"\u00b9":{"d":"51,-125r0,-95r-24,12r-7,-17v17,-7,28,-21,55,-18r0,118r-24,0","w":111},"\u00ac":{"d":"171,-45r-22,0r0,-52r-128,0r0,-21r150,0r0,73"},"\u00b5":{"d":"174,-2v-20,9,-60,4,-51,-22v-35,28,-62,36,-83,11r-16,80r-25,0r49,-251r25,0r-22,116v-11,67,36,52,72,21r27,-137r25,0r-28,139v-6,29,9,24,29,23"},"\u03bc":{"d":"174,-2v-20,9,-60,4,-51,-22v-35,28,-62,36,-83,11r-16,80r-25,0r49,-251r25,0r-22,116v-11,67,36,52,72,21r27,-137r25,0r-28,139v-6,29,9,24,29,23"},"\u00d0":{"d":"32,-114r-23,0r0,-22r23,0r0,-107r53,0v77,0,105,40,105,120v0,100,-57,135,-158,123r0,-114xm99,-114r-40,0r0,92v75,6,104,-26,104,-101v0,-73,-30,-106,-104,-97r0,84r40,0r0,22","w":210},"\u00bd":{"d":"49,-125r0,-95r-23,12r-7,-17v17,-7,27,-21,54,-18r0,118r-24,0xm32,0r144,-243r23,0r-144,243r-23,0xm140,-105v23,-24,88,-18,83,19v4,29,-35,53,-55,68r62,0r0,18r-91,0r0,-16v17,-17,60,-42,59,-68v-1,-24,-36,-20,-51,-7","w":247},"\u00b1":{"d":"171,-120r-61,0r0,66r-22,0r0,-66r-61,0r0,-20r61,0r0,-65r22,0r0,65r61,0r0,20xm171,0r-144,0r0,-21r144,0r0,21"},"\u00de":{"d":"55,-201v69,-5,113,14,113,75v0,56,-46,85,-113,76r0,50r-27,0r0,-243r27,0r0,42xm141,-125v7,-45,-37,-61,-86,-54r0,108v46,7,94,-10,86,-54","w":180},"\u00bc":{"d":"49,-125r0,-95r-23,12r-7,-17v17,-7,27,-21,54,-18r0,118r-24,0xm32,0r144,-243r23,0r-144,243r-23,0xm201,-27r0,27r-23,0r0,-27r-53,0r0,-16r43,-75r33,0r0,73r20,0r0,18r-20,0xm178,-102r-33,57r33,0r0,-57","w":244},"\u00f7":{"d":"177,-97r-156,0r0,-21r156,0r0,21xm113,-21r-28,0r0,-36r28,0r0,36xm113,-157r-28,0r0,-36r28,0r0,36"},"\u00a6":{"d":"64,-148r-25,0r0,-143r25,0r0,143xm64,69r-25,0r0,-144r25,0r0,144","w":102},"\u00b0":{"d":"144,-220v0,33,-27,61,-60,61v-34,0,-61,-27,-61,-61v0,-33,28,-60,61,-60v34,0,60,26,60,60xm123,-220v0,-23,-17,-41,-39,-41v-22,0,-40,18,-40,41v0,23,18,41,40,41v22,0,39,-18,39,-41","w":167},"\u00fe":{"d":"52,-160v51,-53,107,-21,106,67v-1,87,-54,124,-106,71r0,88r-25,3r0,-328r25,-4r0,103xm133,-92v2,-74,-42,-91,-81,-44r0,88v43,51,79,27,81,-44","w":175},"\u00be":{"d":"102,-159v0,38,-59,44,-85,25r6,-12v16,8,57,11,57,-12v0,-9,-6,-18,-40,-17r0,-16v29,1,38,-6,38,-19v-1,-24,-37,-22,-53,-8r-6,-13v20,-20,81,-17,81,19v0,13,-7,23,-21,27v14,2,23,12,23,26xm208,-27r0,27r-22,0r0,-27r-54,0r0,-16r44,-75r32,0r0,73r21,0r0,18r-21,0xm186,-102r-33,57r33,0r0,-57xm40,0r144,-243r23,0r-144,243r-23,0","w":245},"\u00b2":{"d":"35,-230v23,-23,87,-17,83,19v3,28,-35,52,-55,68r62,0r0,18r-92,0r0,-16v18,-17,62,-41,60,-68v-1,-24,-36,-20,-52,-7","w":159},"\u00ae":{"d":"197,-179v0,48,-38,89,-88,89v-52,0,-89,-40,-89,-89v0,-49,38,-90,89,-90v52,0,88,41,88,90xm179,-179v0,-39,-29,-73,-70,-73v-41,0,-70,33,-70,72v0,39,29,73,70,73v41,0,70,-33,70,-72xm126,-128r-19,-37r-12,0r0,37r-21,0r0,-100v33,-1,71,-2,71,30v0,14,-6,23,-18,28r23,42r-24,0xm124,-196v2,-14,-12,-16,-29,-15r0,28v16,1,32,-3,29,-13","w":217},"\u00f0":{"d":"114,-225v27,35,39,79,39,123v0,68,-22,104,-70,104v-49,0,-65,-41,-65,-93v-1,-82,51,-121,100,-72v-6,-20,-14,-37,-26,-52r-36,15r-10,-17r32,-13v-7,-7,-17,-16,-27,-22r23,-11v11,7,20,15,28,23r37,-16r10,17xm85,-21v43,0,46,-65,40,-115v-40,-46,-81,-28,-82,44v0,36,8,71,42,71","w":170},"\u00d7":{"d":"183,-39r-15,15r-69,-69r-69,69r-14,-14r69,-69r-69,-69r15,-15r69,69r68,-69r15,15r-69,68"},"\u00b3":{"d":"118,-159v0,39,-60,44,-86,25r6,-12v16,8,57,11,57,-12v0,-9,-6,-18,-40,-17r0,-16v29,1,38,-6,38,-19v-1,-25,-37,-21,-53,-8r-6,-13v21,-20,82,-17,82,19v0,13,-8,23,-22,27v14,2,24,12,24,26","w":157},"\u00a9":{"d":"263,-121v0,70,-48,126,-119,126v-70,0,-120,-56,-120,-126v0,-70,50,-127,120,-127v71,0,119,57,119,127xm243,-121v0,-60,-40,-109,-99,-109v-59,0,-100,49,-100,109v0,60,41,108,100,108v59,0,99,-48,99,-108xm188,-56v-47,23,-103,27,-103,-64v0,-75,52,-96,103,-68r-7,19v-35,-19,-71,-14,-71,47v0,66,36,66,72,47","w":283},"\u00c1":{"d":"179,0r-27,0r-16,-53r-88,0r-15,53r-27,0r69,-243r36,0xm131,-75r-39,-141r-39,141r78,0xm81,-261r27,-45r30,0r-35,45r-22,0","w":186},"\u00c2":{"d":"179,0r-27,0r-16,-53r-88,0r-15,53r-27,0r69,-243r36,0xm131,-75r-39,-141r-39,141r78,0xm91,-284r-40,23r-7,-13r48,-33r48,33r-8,13","w":186},"\u00c4":{"d":"179,0r-27,0r-16,-53r-88,0r-15,53r-27,0r69,-243r36,0xm131,-75r-39,-141r-39,141r78,0xm72,-296r0,30r-24,0r0,-30r24,0xm138,-296r0,30r-25,0r0,-30r25,0","w":186},"\u00c0":{"d":"179,0r-27,0r-16,-53r-88,0r-15,53r-27,0r69,-243r36,0xm131,-75r-39,-141r-39,141r78,0xm103,-261r-22,0r-35,-45r30,0","w":186},"\u00c5":{"d":"179,0r-27,0r-16,-53r-88,0r-15,53r-27,0r69,-243r36,0xm131,-75r-39,-141r-39,141r78,0xm126,-279v0,18,-11,31,-35,31v-24,0,-34,-11,-34,-31v0,-18,11,-31,35,-31v22,0,34,10,34,31xm109,-279v0,-10,-5,-17,-18,-17v-12,0,-18,7,-18,17v0,10,6,17,18,17v12,0,18,-6,18,-17","w":186},"\u00c3":{"d":"179,0r-27,0r-16,-53r-88,0r-15,53r-27,0r69,-243r36,0xm131,-75r-39,-141r-39,141r78,0xm115,-263v-25,0,-31,-25,-46,-25v-11,0,-16,7,-16,23r-15,0v-4,-24,9,-42,31,-42v25,0,31,26,46,26v11,0,16,-8,16,-24r15,0v4,24,-9,42,-31,42","w":186},"\u00c7":{"d":"165,-13v-81,34,-145,17,-145,-108v0,-115,67,-144,144,-109r-8,21v-60,-28,-109,-11,-109,88v0,105,46,113,111,87xm111,18r-23,49r-21,0r17,-49r27,0","w":173},"\u00c9":{"d":"140,0r-112,0r0,-243r111,0r0,23r-84,0r0,84r76,0r0,22r-76,0r0,92r85,0r0,22xm69,-261r27,-45r30,0r-35,45r-22,0","w":154},"\u00ca":{"d":"140,0r-112,0r0,-243r111,0r0,23r-84,0r0,84r76,0r0,22r-76,0r0,92r85,0r0,22xm83,-284r-41,23r-7,-13r48,-33r48,33r-7,13","w":154},"\u00cb":{"d":"140,0r-112,0r0,-243r111,0r0,23r-84,0r0,84r76,0r0,22r-76,0r0,92r85,0r0,22xm62,-296r0,30r-25,0r0,-30r25,0xm127,-296r0,30r-24,0r0,-30r24,0","w":154},"\u00c8":{"d":"140,0r-112,0r0,-243r111,0r0,23r-84,0r0,84r76,0r0,22r-76,0r0,92r85,0r0,22xm95,-261r-22,0r-35,-45r30,0","w":154},"\u00cd":{"d":"55,0r-27,0r0,-243r27,0r0,243xm31,-261r27,-45r30,0r-35,45r-22,0","w":83},"\u00ce":{"d":"55,0r-27,0r0,-243r27,0r0,243xm42,-284r-41,23r-7,-13r48,-33r48,33r-7,13","w":83},"\u00cf":{"d":"55,0r-27,0r0,-243r27,0r0,243xm21,-296r0,30r-24,0r0,-30r24,0xm87,-296r0,30r-24,0r0,-30r24,0","w":83},"\u00cc":{"d":"55,0r-27,0r0,-243r27,0r0,243xm53,-261r-22,0r-35,-45r30,0","w":83},"\u00d1":{"d":"184,0r-32,0r-99,-208r0,208r-25,0r0,-243r36,0r96,203r0,-203r24,0r0,243xm129,-263v-25,0,-31,-25,-46,-25v-11,0,-16,7,-16,23r-15,0v-4,-24,9,-42,31,-42v25,0,31,26,46,26v11,0,16,-8,16,-24r15,0v4,24,-9,42,-31,42","w":213},"\u00d3":{"d":"204,-122v-1,84,-31,124,-94,124v-67,0,-90,-38,-90,-122v0,-84,30,-125,93,-124v66,0,91,37,91,122xm177,-122v0,-62,-15,-100,-66,-100v-48,0,-64,36,-64,101v0,62,14,100,65,100v48,0,65,-35,65,-101xm100,-261r27,-45r31,0r-36,45r-22,0","w":223},"\u00d4":{"d":"204,-122v-1,84,-31,124,-94,124v-67,0,-90,-38,-90,-122v0,-84,30,-125,93,-124v66,0,91,37,91,122xm177,-122v0,-62,-15,-100,-66,-100v-48,0,-64,36,-64,101v0,62,14,100,65,100v48,0,65,-35,65,-101xm112,-284r-41,23r-7,-13r48,-33r49,33r-8,13","w":223},"\u00d6":{"d":"204,-122v-1,84,-31,124,-94,124v-67,0,-90,-38,-90,-122v0,-84,30,-125,93,-124v66,0,91,37,91,122xm177,-122v0,-62,-15,-100,-66,-100v-48,0,-64,36,-64,101v0,62,14,100,65,100v48,0,65,-35,65,-101xm89,-296r0,30r-24,0r0,-30r24,0xm155,-296r0,30r-24,0r0,-30r24,0","w":223},"\u00d2":{"d":"204,-122v-1,84,-31,124,-94,124v-67,0,-90,-38,-90,-122v0,-84,30,-125,93,-124v66,0,91,37,91,122xm177,-122v0,-62,-15,-100,-66,-100v-48,0,-64,36,-64,101v0,62,14,100,65,100v48,0,65,-35,65,-101xm123,-261r-21,0r-36,-45r30,0","w":223},"\u00d5":{"d":"204,-122v-1,84,-31,124,-94,124v-67,0,-90,-38,-90,-122v0,-84,30,-125,93,-124v66,0,91,37,91,122xm177,-122v0,-62,-15,-100,-66,-100v-48,0,-64,36,-64,101v0,62,14,100,65,100v48,0,65,-35,65,-101xm135,-263v-25,0,-31,-25,-46,-25v-11,0,-16,7,-16,23r-15,0v-4,-24,9,-42,31,-42v25,0,31,26,46,26v11,0,16,-8,16,-24r15,0v4,24,-9,42,-31,42","w":223},"\u0160":{"d":"152,-64v0,67,-81,82,-133,49r9,-20v33,22,97,21,97,-27v0,-57,-108,-50,-108,-122v0,-60,80,-75,126,-45r-9,19v-30,-18,-91,-18,-91,24v0,55,109,47,109,122xm84,-284r40,-23r7,13r-48,33r-48,-32r7,-14","w":164},"\u00da":{"d":"183,-75v0,44,-22,77,-79,77v-53,0,-76,-25,-76,-74r0,-171r27,0r0,170v0,36,12,52,51,52v40,0,51,-19,51,-52r0,-170r26,0r0,168xm93,-261r27,-45r30,0r-35,45r-22,0","w":211},"\u00db":{"d":"183,-75v0,44,-22,77,-79,77v-53,0,-76,-25,-76,-74r0,-171r27,0r0,170v0,36,12,52,51,52v40,0,51,-19,51,-52r0,-170r26,0r0,168xm106,-284r-41,23r-7,-13r48,-33r48,33r-7,13","w":211},"\u00dc":{"d":"183,-75v0,44,-22,77,-79,77v-53,0,-76,-25,-76,-74r0,-171r27,0r0,170v0,36,12,52,51,52v40,0,51,-19,51,-52r0,-170r26,0r0,168xm85,-296r0,30r-25,0r0,-30r25,0xm150,-296r0,30r-24,0r0,-30r24,0","w":211},"\u00d9":{"d":"183,-75v0,44,-22,77,-79,77v-53,0,-76,-25,-76,-74r0,-171r27,0r0,170v0,36,12,52,51,52v40,0,51,-19,51,-52r0,-170r26,0r0,168xm117,-261r-22,0r-35,-45r30,0","w":211},"\u00dd":{"d":"166,-243r-69,141r0,102r-26,0r0,-102r-69,-141r30,0r53,113r52,-113r29,0xm69,-261r27,-45r30,0r-35,45r-22,0","w":167},"\u0178":{"d":"166,-243r-69,141r0,102r-26,0r0,-102r-69,-141r30,0r53,113r52,-113r29,0xm64,-296r0,30r-24,0r0,-30r24,0xm130,-296r0,30r-25,0r0,-30r25,0","w":167},"\u017d":{"d":"148,0r-134,0r0,-20r101,-200r-99,0r0,-23r128,0r0,20r-101,200r105,0r0,23xm82,-284r40,-23r8,13r-49,33r-48,-32r8,-14","w":162},"\u00e1":{"d":"121,-85v-45,-2,-85,5,-80,31v9,47,51,41,80,7r0,-38xm123,-25v-41,43,-104,36,-108,-27v-3,-39,41,-57,106,-54v0,-35,-1,-60,-39,-59v-17,0,-34,6,-53,12r-5,-19v54,-23,123,-25,123,51r0,121r-21,0xm132,-253r-47,47r-18,-6r41,-51","w":172},"\u00e2":{"d":"129,-218r-10,12r-35,-29r-34,29r-10,-12r45,-45xm121,-85v-45,-2,-85,5,-80,31v9,47,51,41,80,7r0,-38xm123,-25v-41,43,-104,36,-108,-27v-3,-39,41,-57,106,-54v0,-35,-1,-60,-39,-59v-17,0,-34,6,-53,12r-5,-19v54,-23,123,-25,123,51r0,121r-21,0","w":172},"\u00e4":{"d":"121,-85v-45,-2,-85,5,-80,31v9,47,51,41,80,7r0,-38xm123,-25v-41,43,-104,36,-108,-27v-3,-39,41,-57,106,-54v0,-35,-1,-60,-39,-59v-17,0,-34,6,-53,12r-5,-19v54,-23,123,-25,123,51r0,121r-21,0xm128,-227r-23,0r0,-31r23,0r0,31xm63,-227r-23,0r0,-31r23,0r0,31","w":172},"\u00e0":{"d":"121,-85v-45,-2,-85,5,-80,31v9,47,51,41,80,7r0,-38xm123,-25v-41,43,-104,36,-108,-27v-3,-39,41,-57,106,-54v0,-35,-1,-60,-39,-59v-17,0,-34,6,-53,12r-5,-19v54,-23,123,-25,123,51r0,121r-21,0xm99,-212r-18,6r-47,-47r24,-10","w":172},"\u00e5":{"d":"125,-238v0,22,-12,37,-40,37v-28,0,-40,-13,-40,-37v0,-22,12,-37,40,-37v27,0,40,13,40,37xm105,-238v0,-12,-4,-22,-20,-22v-14,0,-21,9,-21,22v0,12,6,22,21,22v15,0,20,-9,20,-22xm121,-85v-45,-2,-85,5,-80,31v9,47,51,41,80,7r0,-38xm123,-25v-41,43,-104,36,-108,-27v-3,-39,41,-57,106,-54v0,-35,-1,-60,-39,-59v-17,0,-34,6,-53,12r-5,-19v54,-23,123,-25,123,51r0,121r-21,0","w":172},"\u00e3":{"d":"139,-258v4,25,-9,42,-31,42v-25,0,-31,-25,-46,-25v-11,0,-16,8,-16,23r-15,0v-4,-24,9,-42,31,-42v25,0,31,25,46,25v11,0,16,-7,16,-23r15,0xm121,-85v-45,-2,-85,5,-80,31v9,47,51,41,80,7r0,-38xm123,-25v-41,43,-104,36,-108,-27v-3,-39,41,-57,106,-54v0,-35,-1,-60,-39,-59v-17,0,-34,6,-53,12r-5,-19v54,-23,123,-25,123,51r0,121r-21,0","w":172},"\u00e7":{"d":"121,-33r8,19v-52,30,-111,26,-111,-76v0,-88,55,-117,109,-81r-8,19v-40,-24,-76,-12,-75,60v1,77,35,82,77,59xm89,18r-23,49r-21,0r17,-49r27,0","w":134},"\u00e9":{"d":"145,-11v-68,27,-127,18,-127,-80v0,-62,26,-95,69,-95v47,0,69,45,62,101r-106,0v-2,72,43,72,97,56xm125,-106v1,-31,-10,-59,-40,-59v-30,0,-41,31,-42,59r82,0xm136,-253r-47,47r-18,-6r41,-51","w":168},"\u00ea":{"d":"129,-218r-11,12r-34,-29r-35,29r-10,-12r45,-45xm145,-11v-68,27,-127,18,-127,-80v0,-62,26,-95,69,-95v47,0,69,45,62,101r-106,0v-2,72,43,72,97,56xm125,-106v1,-31,-10,-59,-40,-59v-30,0,-41,31,-42,59r82,0","w":168},"\u00eb":{"d":"145,-11v-68,27,-127,18,-127,-80v0,-62,26,-95,69,-95v47,0,69,45,62,101r-106,0v-2,72,43,72,97,56xm125,-106v1,-31,-10,-59,-40,-59v-30,0,-41,31,-42,59r82,0xm129,-227r-23,0r0,-31r23,0r0,31xm64,-227r-23,0r0,-31r23,0r0,31","w":168},"\u00e8":{"d":"145,-11v-68,27,-127,18,-127,-80v0,-62,26,-95,69,-95v47,0,69,45,62,101r-106,0v-2,72,43,72,97,56xm125,-106v1,-31,-10,-59,-40,-59v-30,0,-41,31,-42,59r82,0xm99,-212r-18,6r-47,-47r24,-10","w":168},"\u00ed":{"d":"52,0r-25,0r0,-184r25,0r0,184xm86,-253r-47,47r-18,-6r41,-51","w":78},"\u00ee":{"d":"84,-218r-10,12r-35,-29r-34,29r-10,-12r45,-45xm52,0r-25,0r0,-184r25,0r0,184","w":78},"\u00ef":{"d":"52,0r-25,0r0,-184r25,0r0,184xm84,-227r-23,0r0,-31r23,0r0,31xm19,-227r-23,0r0,-31r23,0r0,31","w":78},"\u00ec":{"d":"52,0r-25,0r0,-184r25,0r0,184xm58,-212r-18,6r-47,-47r24,-10","w":78},"\u00f1":{"d":"143,-258v4,25,-8,42,-30,42v-25,0,-31,-25,-46,-25v-11,0,-16,8,-16,23r-15,0v-4,-24,8,-42,30,-42v25,0,31,25,46,25v11,0,16,-7,16,-23r15,0xm153,0r-25,0r0,-114v0,-57,-43,-62,-76,-23r0,137r-25,0r0,-184r20,0r3,25v46,-46,103,-34,103,38r0,121","w":179},"\u00f3":{"d":"163,-93v0,55,-22,95,-74,95v-50,0,-71,-31,-71,-93v0,-55,22,-95,73,-95v50,0,72,31,72,93xm137,-92v0,-42,-12,-72,-47,-72v-35,0,-47,31,-47,72v0,42,12,72,47,72v35,0,47,-31,47,-72xm142,-253r-47,47r-18,-6r41,-51","w":180},"\u00f4":{"d":"136,-218r-11,12r-34,-29r-34,29r-11,-12r45,-45xm163,-93v0,55,-22,95,-74,95v-50,0,-71,-31,-71,-93v0,-55,22,-95,73,-95v50,0,72,31,72,93xm137,-92v0,-42,-12,-72,-47,-72v-35,0,-47,31,-47,72v0,42,12,72,47,72v35,0,47,-31,47,-72","w":180},"\u00f6":{"d":"163,-93v0,55,-22,95,-74,95v-50,0,-71,-31,-71,-93v0,-55,22,-95,73,-95v50,0,72,31,72,93xm137,-92v0,-42,-12,-72,-47,-72v-35,0,-47,31,-47,72v0,42,12,72,47,72v35,0,47,-31,47,-72xm134,-227r-23,0r0,-31r23,0r0,31xm69,-227r-23,0r0,-31r23,0r0,31","w":180},"\u00f2":{"d":"163,-93v0,55,-22,95,-74,95v-50,0,-71,-31,-71,-93v0,-55,22,-95,73,-95v50,0,72,31,72,93xm137,-92v0,-42,-12,-72,-47,-72v-35,0,-47,31,-47,72v0,42,12,72,47,72v35,0,47,-31,47,-72xm105,-212r-18,6r-47,-47r24,-10","w":180},"\u00f5":{"d":"144,-258v4,25,-8,42,-30,42v-25,0,-31,-25,-46,-25v-11,0,-16,8,-16,23r-15,0v-4,-24,8,-42,30,-42v25,0,31,25,46,25v11,0,16,-7,16,-23r15,0xm163,-93v0,55,-22,95,-74,95v-50,0,-71,-31,-71,-93v0,-55,22,-95,73,-95v50,0,72,31,72,93xm137,-92v0,-42,-12,-72,-47,-72v-35,0,-47,31,-47,72v0,42,12,72,47,72v35,0,47,-31,47,-72","w":180},"\u0161":{"d":"17,-250r10,-13r35,29r34,-29r10,12r-45,45xm114,-48v0,50,-65,62,-101,38r9,-20v23,16,69,14,67,-15v0,-14,-6,-24,-34,-40v-31,-18,-41,-32,-41,-54v0,-46,61,-59,94,-35r-8,19v-19,-13,-63,-16,-61,14v0,14,6,22,33,37v33,19,42,35,42,56","w":129},"\u00fa":{"d":"26,-184r25,0r0,114v0,57,43,62,77,23r0,-137r25,0r0,184r-21,0r-3,-25v-46,46,-103,34,-103,-38r0,-121xm142,-253r-47,47r-18,-6r41,-51","w":179},"\u00fb":{"d":"134,-218r-10,12r-35,-29r-34,29r-10,-12r45,-45xm26,-184r25,0r0,114v0,57,43,62,77,23r0,-137r25,0r0,184r-21,0r-3,-25v-46,46,-103,34,-103,-38r0,-121","w":179},"\u00fc":{"d":"26,-184r25,0r0,114v0,57,43,62,77,23r0,-137r25,0r0,184r-21,0r-3,-25v-46,46,-103,34,-103,-38r0,-121xm132,-227r-23,0r0,-31r23,0r0,31xm67,-227r-23,0r0,-31r23,0r0,31","w":179},"\u00f9":{"d":"26,-184r25,0r0,114v0,57,43,62,77,23r0,-137r25,0r0,184r-21,0r-3,-25v-46,46,-103,34,-103,-38r0,-121xm102,-212r-18,6r-47,-47r24,-10","w":179},"\u00fd":{"d":"139,-184r-46,167v-14,49,-29,70,-59,86r-12,-19v16,-9,29,-20,37,-46r-54,-188r28,0r41,155r37,-155r28,0xm128,-253r-47,47r-18,-6r41,-51","w":141},"\u00ff":{"d":"139,-184r-46,167v-14,49,-29,70,-59,86r-12,-19v16,-9,29,-20,37,-46r-54,-188r28,0r41,155r37,-155r28,0xm117,-227r-23,0r0,-31r23,0r0,31xm52,-227r-23,0r0,-31r23,0r0,31","w":141},"\u017e":{"d":"16,-250r11,-13r34,29r34,-29r10,12r-44,45xm114,0r-105,0r0,-15r72,-147r-69,0r0,-22r99,0r0,16r-72,146r75,0r0,22","w":123},"\u00a0":{"w":77},"\u0104":{"d":"192,59v-21,13,-70,13,-70,-19v0,-15,10,-30,29,-40r-15,-53r-88,0r-15,53r-27,0r69,-243r36,0r68,243v-21,7,-33,22,-33,36v-1,17,29,13,42,8xm131,-75r-39,-141r-39,141r78,0","w":186},"\u0105":{"d":"168,59v-21,13,-69,12,-69,-19v0,-14,9,-29,27,-42r-3,-23v-41,43,-104,36,-108,-27v-3,-39,41,-57,106,-54v0,-35,-1,-60,-39,-59v-17,0,-34,6,-53,12r-5,-19v54,-23,123,-25,123,51r0,121v-18,14,-25,26,-25,36v-1,17,29,13,42,8xm121,-47r0,-38v-45,-2,-85,5,-80,31v9,47,51,41,80,7","w":172},"\u0118":{"d":"146,59v-21,13,-69,12,-69,-19v0,-20,15,-34,27,-40r-76,0r0,-243r111,0r0,23r-84,0r0,84r76,0r0,22r-76,0r0,92r85,0r0,22v-22,0,-40,19,-40,36v0,17,29,13,42,8","w":154},"\u0119":{"d":"150,59v-22,13,-70,12,-70,-20v0,-15,10,-30,23,-39v-58,9,-85,-16,-85,-91v0,-62,26,-95,69,-95v47,0,69,45,62,101r-106,0v-2,72,43,73,97,56r5,18v-26,9,-41,31,-41,46v0,18,28,14,42,9xm125,-106v1,-31,-10,-59,-40,-59v-30,0,-41,31,-42,59r82,0","w":168},"\u0172":{"d":"183,-75v0,30,-10,55,-36,68v-24,12,-34,30,-34,42v0,17,28,14,42,9r4,15v-21,13,-69,12,-69,-19v0,-15,10,-30,22,-39v-54,5,-84,-22,-84,-73r0,-171r27,0r0,170v0,36,12,52,51,52v40,0,51,-19,51,-52r0,-170r26,0r0,168","w":211},"\u0173":{"d":"175,59v-21,13,-70,13,-70,-19v0,-14,9,-29,27,-42r-3,-23v-46,46,-103,34,-103,-38r0,-121r25,0r0,114v0,57,43,62,77,23r0,-137r25,0r0,184v-18,14,-24,26,-24,36v0,17,29,13,42,8","w":179},"\u012e":{"d":"69,59v-20,13,-66,13,-66,-19v0,-15,8,-30,25,-40r0,-243r27,0r0,243v-20,10,-29,23,-29,35v-1,17,27,14,38,9","w":83},"\u012f":{"d":"52,-226r-25,0r0,-34r25,0r0,34xm67,59v-20,13,-66,13,-66,-19v0,-15,8,-29,26,-40r0,-184r25,0r0,184v-20,11,-28,23,-28,35v-1,17,27,14,38,9","w":78},"\u0111":{"d":"179,-210r-30,0r0,210r-20,0r-3,-25v-56,56,-108,23,-108,-66v0,-87,53,-123,106,-71r0,-48r-41,0r0,-20r41,0r0,-29r25,-4r0,33r30,0r0,20xm124,-47r0,-90v-42,-47,-81,-28,-81,45v0,75,38,91,81,45","w":177}}});

/////////////////////////////////////////////////////////////////////////Jquery slides.min.jquery
(function($){$.fn.slides=function(g){g=$.extend({},$.fn.slides.option,g);return this.each(function(){$('.'+g.container,$(this)).children().wrapAll('<div class="slides_control"/>');var d=$(this),control=$('.slides_control',d),total=control.children().size(),width=control.children().outerWidth(),height=control.children().outerHeight(),start=g.start-1,effect=g.effect.indexOf(',')<0?g.effect:g.effect.replace(' ','').split(',')[0],paginationEffect=g.effect.indexOf(',')<0?effect:g.effect.replace(' ','').split(',')[1],next=0,prev=0,number=0,current=0,loaded,active,clicked,position,direction,imageParent,pauseTimeout,playInterval;function animate(a,b,c){if(!active&&loaded){active=true;g.animationStart(current+1);switch(a){case'next':prev=current;next=current+1;next=total===next?0:next;position=width*2;a=-width*2;current=next;break;case'prev':prev=current;next=current-1;next=next===-1?total-1:next;position=0;a=0;current=next;break;case'pagination':next=parseInt(c,10);prev=$('.'+g.paginationClass+' li.'+g.currentClass+' a',d).attr('href').match('[^#/]+$');if(next>prev){position=width*2;a=-width*2}else{position=0;a=0}current=next;break}if(b==='fade'){if(g.crossfade){control.children(':eq('+next+')',d).css({zIndex:10}).fadeIn(g.fadeSpeed,g.fadeEasing,function(){if(g.autoHeight){control.animate({height:control.children(':eq('+next+')',d).outerHeight()},g.autoHeightSpeed,function(){control.children(':eq('+prev+')',d).css({display:'none',zIndex:0});control.children(':eq('+next+')',d).css({zIndex:0});g.animationComplete(next+1);active=false})}else{control.children(':eq('+prev+')',d).css({display:'none',zIndex:0});control.children(':eq('+next+')',d).css({zIndex:0});g.animationComplete(next+1);active=false}})}else{control.children(':eq('+prev+')',d).fadeOut(g.fadeSpeed,g.fadeEasing,function(){if(g.autoHeight){control.animate({height:control.children(':eq('+next+')',d).outerHeight()},g.autoHeightSpeed,function(){control.children(':eq('+next+')',d).fadeIn(g.fadeSpeed,g.fadeEasing)})}else{control.children(':eq('+next+')',d).fadeIn(g.fadeSpeed,g.fadeEasing,function(){if($.browser.msie){$(this).get(0).style.removeAttribute('filter')}})}g.animationComplete(next+1);active=false})}}else{control.children(':eq('+next+')').css({left:position,display:'block'});if(g.autoHeight){control.animate({left:a,height:control.children(':eq('+next+')').outerHeight()},g.slideSpeed,g.slideEasing,function(){control.css({left:-width});control.children(':eq('+next+')').css({left:width,zIndex:5});control.children(':eq('+prev+')').css({left:width,display:'none',zIndex:0});g.animationComplete(next+1);active=false})}else{control.animate({left:a},g.slideSpeed,g.slideEasing,function(){control.css({left:-width});control.children(':eq('+next+')').css({left:width,zIndex:5});control.children(':eq('+prev+')').css({left:width,display:'none',zIndex:0});g.animationComplete(next+1);active=false})}}if(g.pagination){$('.'+g.paginationClass+' li.'+g.currentClass,d).removeClass(g.currentClass);$('.'+g.paginationClass+' li:eq('+next+')',d).addClass(g.currentClass)}}}function stop(){clearInterval(d.data('interval'))}function pause(){if(g.pause){clearTimeout(d.data('pause'));clearInterval(d.data('interval'));pauseTimeout=setTimeout(function(){clearTimeout(d.data('pause'));playInterval=setInterval(function(){animate("next",effect)},g.play);d.data('interval',playInterval)},g.pause);d.data('pause',pauseTimeout)}else{stop()}}if(total<2){return}if(start<0){start=0}if(start>total){start=total-1}if(g.start){current=start}if(g.randomize){control.randomize()}$('.'+g.container,d).css({overflow:'hidden',position:'relative'});control.children().css({position:'absolute',top:0,left:control.children().outerWidth(),zIndex:0,display:'none'});control.css({position:'relative',width:(width*3),height:height,left:-width});$('.'+g.container,d).css({display:'block'});if(g.autoHeight){control.children().css({height:'auto'});control.animate({height:control.children(':eq('+start+')').outerHeight()},g.autoHeightSpeed)}if(g.preload&&control.find('img').length){$('.'+g.container,d).css({background:'url('+g.preloadImage+') no-repeat 50% 50%'});var f=control.find('img:eq('+start+')').attr('src')+'?'+(new Date()).getTime();if($('img',d).parent().attr('class')!='slides_control'){imageParent=control.children(':eq(0)')[0].tagName.toLowerCase()}else{imageParent=control.find('img:eq('+start+')')}control.find('img:eq('+start+')').attr('src',f).load(function(){control.find(imageParent+':eq('+start+')').fadeIn(g.fadeSpeed,g.fadeEasing,function(){$(this).css({zIndex:5});$('.'+g.container,d).css({background:''});loaded=true;g.slidesLoaded()})})}else{control.children(':eq('+start+')').fadeIn(g.fadeSpeed,g.fadeEasing,function(){loaded=true;g.slidesLoaded()})}if(g.bigTarget){control.children().css({cursor:'pointer'});control.children().click(function(){animate('next',effect);return false})}if(g.hoverPause&&g.play){control.bind('mouseover',function(){stop()});control.bind('mouseleave',function(){pause()})}if(g.generateNextPrev){$('.'+g.container,d).after('<a href="#" class="'+g.prev+'">Prev</a>');$('.'+g.prev,d).after('<a href="#" class="'+g.next+'">Next</a>')}$('.'+g.next,d).click(function(e){e.preventDefault();if(g.play){pause()}animate('next',effect)});$('.'+g.prev,d).click(function(e){e.preventDefault();if(g.play){pause()}animate('prev',effect)});if(g.generatePagination){if(g.prependPagination){d.prepend('<ul class='+g.paginationClass+'></ul>')}else{d.append('<ul class='+g.paginationClass+'></ul>')}control.children().each(function(){$('.'+g.paginationClass,d).append('<li><a href="#'+number+'">'+(number+1)+'</a></li>');number++})}else{$('.'+g.paginationClass+' li a',d).each(function(){$(this).attr('href','#'+number);number++})}$('.'+g.paginationClass+' li:eq('+start+')',d).addClass(g.currentClass);$('.'+g.paginationClass+' li a',d).click(function(){if(g.play){pause()}clicked=$(this).attr('href').match('[^#/]+$');if(current!=clicked){animate('pagination',paginationEffect,clicked)}return false});$('a.link',d).click(function(){if(g.play){pause()}clicked=$(this).attr('href').match('[^#/]+$')-1;if(current!=clicked){animate('pagination',paginationEffect,clicked)}return false});if(g.play){playInterval=setInterval(function(){animate('next',effect)},g.play);d.data('interval',playInterval)}})};$.fn.slides.option={preload:false,preloadImage:'../images/loading.gif',container:'slides_container',generateNextPrev:false,next:'next',prev:'prev',pagination:true,generatePagination:true,prependPagination:false,paginationClass:'pagination',currentClass:'current',fadeSpeed:350,fadeEasing:'',slideSpeed:350,slideEasing:'',start:1,effect:'slide',crossfade:false,randomize:false,play:0,pause:0,hoverPause:false,autoHeight:false,autoHeightSpeed:350,bigTarget:false,animationStart:function(){},animationComplete:function(){},slidesLoaded:function(){}};$.fn.randomize=function(c){function randomizeOrder(){return(Math.round(Math.random())-0.5)}return($(this).each(function(){var $this=$(this);var $children=$this.children();var a=$children.length;if(a>1){$children.hide();var b=[];for(i=0;i<a;i++){b[b.length]=i}b=b.sort(randomizeOrder);$.each(b,function(j,k){var $child=$children.eq(k);var $clone=$child.clone(true);$clone.show().appendTo($this);if(c!==undefined){c($child,$clone)}$child.remove()})}}))}})(jQuery);


/////////////////////////////////////////////////////////////////////////Jquery fancybox-1.3.4.pack
;(function(b){var m,t,u,f,D,j,E,n,z,A,q=0,e={},o=[],p=0,d={},l=[],G=null,v=new Image,J=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,W=/[^\.]\.(swf)\s*$/i,K,L=1,y=0,s="",r,i,h=false,B=b.extend(b("<div/>")[0],{prop:0}),M=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,N=function(){t.hide();v.onerror=v.onload=null;G&&G.abort();m.empty()},O=function(){if(false===e.onError(o,q,e)){t.hide();h=false}else{e.titleShow=false;e.width="auto";e.height="auto";m.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>');
F()}},I=function(){var a=o[q],c,g,k,C,P,w;N();e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));w=e.onStart(o,q,e);if(w===false)h=false;else{if(typeof w=="object")e=b.extend(e,w);k=e.title||(a.nodeName?b(a).attr("title"):a.title)||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(k===""&&e.orig&&e.titleFromAlt)k=e.orig.attr("alt");c=e.href||(a.nodeName?b(a).attr("href"):a.href)||null;if(/^(?:javascript)/i.test(c)||
c=="#")c=null;if(e.type){g=e.type;if(!c)c=e.content}else if(e.content)g="html";else if(c)g=c.match(J)?"image":c.match(W)?"swf":b(a).hasClass("iframe")?"iframe":c.indexOf("#")===0?"inline":"ajax";if(g){if(g=="inline"){a=c.substr(c.indexOf("#"));g=b(a).length>0?"inline":"ajax"}e.type=g;e.href=c;e.title=k;if(e.autoDimensions)if(e.type=="html"||e.type=="inline"||e.type=="ajax"){e.width="auto";e.height="auto"}else e.autoDimensions=false;if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=
false;e.enableEscapeButton=false;e.showCloseButton=false}e.padding=parseInt(e.padding,10);e.margin=parseInt(e.margin,10);m.css("padding",e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(j.children())});switch(g){case "html":m.html(e.content);F();break;case "inline":if(b(a).parent().is("#fancybox-content")===true){h=false;break}b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(j.children())}).bind("fancybox-cancel",
function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();v=new Image;v.onerror=function(){O()};v.onload=function(){h=true;v.onerror=v.onload=null;e.width=v.width;e.height=v.height;b("<img />").attr({id:"fancybox-img",src:v.src,alt:e.title}).appendTo(m);Q()};v.src=c;break;case "swf":e.scrolling="no";C='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+c+
'"></param>';P="";b.each(e.swf,function(x,H){C+='<param name="'+x+'" value="'+H+'"></param>';P+=" "+x+'="'+H+'"'});C+='<embed src="'+c+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+P+"></embed></object>";m.html(C);F();break;case "ajax":h=false;b.fancybox.showActivity();e.ajax.win=e.ajax.success;G=b.ajax(b.extend({},e.ajax,{url:c,data:e.ajax.data||{},error:function(x){x.status>0&&O()},success:function(x,H,R){if((typeof R=="object"?R:G).status==200){if(typeof e.ajax.win==
"function"){w=e.ajax.win(c,x,H,R);if(w===false){t.hide();return}else if(typeof w=="string"||typeof w=="object")x=w}m.html(x);F()}}}));break;case "iframe":Q()}}else O()}},F=function(){var a=e.width,c=e.height;a=a.toString().indexOf("%")>-1?parseInt((b(window).width()-e.margin*2)*parseFloat(a)/100,10)+"px":a=="auto"?"auto":a+"px";c=c.toString().indexOf("%")>-1?parseInt((b(window).height()-e.margin*2)*parseFloat(c)/100,10)+"px":c=="auto"?"auto":c+"px";m.wrapInner('<div style="width:'+a+";height:"+c+
";overflow: "+(e.scrolling=="auto"?"auto":e.scrolling=="yes"?"scroll":"hidden")+';position:relative;"></div>');e.width=m.width();e.height=m.height();Q()},Q=function(){var a,c;t.hide();if(f.is(":visible")&&false===d.onCleanup(l,p,d)){b.event.trigger("fancybox-cancel");h=false}else{h=true;b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");f.is(":visible")&&d.titlePosition!=="outside"&&f.css("height",f.height());l=o;p=q;d=e;if(d.overlayShow){u.css({"background-color":d.overlayColor,
opacity:d.overlayOpacity,cursor:d.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!u.is(":visible")){M&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});u.show()}}else u.hide();i=X();s=d.title||"";y=0;n.empty().removeAttr("style").removeClass();if(d.titleShow!==false){if(b.isFunction(d.titleFormat))a=d.titleFormat(s,l,p,d);else a=s&&s.length?
d.titlePosition=="float"?'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+s+'</td><td id="fancybox-title-float-right"></td></tr></table>':'<div id="fancybox-title-'+d.titlePosition+'">'+s+"</div>":false;s=a;if(!(!s||s==="")){n.addClass("fancybox-title-"+d.titlePosition).html(s).appendTo("body").show();switch(d.titlePosition){case "inside":n.css({width:i.width-d.padding*2,marginLeft:d.padding,marginRight:d.padding});
y=n.outerHeight(true);n.appendTo(D);i.height+=y;break;case "over":n.css({marginLeft:d.padding,width:i.width-d.padding*2,bottom:d.padding}).appendTo(D);break;case "float":n.css("left",parseInt((n.width()-i.width-40)/2,10)*-1).appendTo(f);break;default:n.css({width:i.width-d.padding*2,paddingLeft:d.padding,paddingRight:d.padding}).appendTo(f)}}}n.hide();if(f.is(":visible")){b(E.add(z).add(A)).hide();a=f.position();r={top:a.top,left:a.left,width:f.width(),height:f.height()};c=r.width==i.width&&r.height==
i.height;j.fadeTo(d.changeFade,0.3,function(){var g=function(){j.html(m.contents()).fadeTo(d.changeFade,1,S)};b.event.trigger("fancybox-change");j.empty().removeAttr("filter").css({"border-width":d.padding,width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2});if(c)g();else{B.prop=0;b(B).animate({prop:1},{duration:d.changeSpeed,easing:d.easingChange,step:T,complete:g})}})}else{f.removeAttr("style");j.css("border-width",d.padding);if(d.transitionIn=="elastic"){r=V();j.html(m.contents());
f.show();if(d.opacity)i.opacity=0;B.prop=0;b(B).animate({prop:1},{duration:d.speedIn,easing:d.easingIn,step:T,complete:S})}else{d.titlePosition=="inside"&&y>0&&n.show();j.css({width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2}).html(m.contents());f.css(i).fadeIn(d.transitionIn=="none"?0:d.speedIn,S)}}}},Y=function(){if(d.enableEscapeButton||d.enableKeyboardNav)b(document).bind("keydown.fb",function(a){if(a.keyCode==27&&d.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if((a.keyCode==
37||a.keyCode==39)&&d.enableKeyboardNav&&a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.target.tagName!=="SELECT"){a.preventDefault();b.fancybox[a.keyCode==37?"prev":"next"]()}});if(d.showNavArrows){if(d.cyclic&&l.length>1||p!==0)z.show();if(d.cyclic&&l.length>1||p!=l.length-1)A.show()}else{z.hide();A.hide()}},S=function(){if(!b.support.opacity){j.get(0).style.removeAttribute("filter");f.get(0).style.removeAttribute("filter")}e.autoDimensions&&j.css("height","auto");f.css("height","auto");
s&&s.length&&n.show();d.showCloseButton&&E.show();Y();d.hideOnContentClick&&j.bind("click",b.fancybox.close);d.hideOnOverlayClick&&u.bind("click",b.fancybox.close);b(window).bind("resize.fb",b.fancybox.resize);d.centerOnScroll&&b(window).bind("scroll.fb",b.fancybox.center);if(d.type=="iframe")b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" '+(b.browser.msie?'allowtransparency="true""':"")+' scrolling="'+e.scrolling+'" src="'+d.href+'"></iframe>').appendTo(j);
f.show();h=false;b.fancybox.center();d.onComplete(l,p,d);var a,c;if(l.length-1>p){a=l[p+1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}if(p>0){a=l[p-1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}},T=function(a){var c={width:parseInt(r.width+(i.width-r.width)*a,10),height:parseInt(r.height+(i.height-r.height)*a,10),top:parseInt(r.top+(i.top-r.top)*a,10),left:parseInt(r.left+(i.left-r.left)*a,10)};if(typeof i.opacity!=="undefined")c.opacity=a<0.5?0.5:a;f.css(c);
j.css({width:c.width-d.padding*2,height:c.height-y*a-d.padding*2})},U=function(){return[b(window).width()-d.margin*2,b(window).height()-d.margin*2,b(document).scrollLeft()+d.margin,b(document).scrollTop()+d.margin]},X=function(){var a=U(),c={},g=d.autoScale,k=d.padding*2;c.width=d.width.toString().indexOf("%")>-1?parseInt(a[0]*parseFloat(d.width)/100,10):d.width+k;c.height=d.height.toString().indexOf("%")>-1?parseInt(a[1]*parseFloat(d.height)/100,10):d.height+k;if(g&&(c.width>a[0]||c.height>a[1]))if(e.type==
"image"||e.type=="swf"){g=d.width/d.height;if(c.width>a[0]){c.width=a[0];c.height=parseInt((c.width-k)/g+k,10)}if(c.height>a[1]){c.height=a[1];c.width=parseInt((c.height-k)*g+k,10)}}else{c.width=Math.min(c.width,a[0]);c.height=Math.min(c.height,a[1])}c.top=parseInt(Math.max(a[3]-20,a[3]+(a[1]-c.height-40)*0.5),10);c.left=parseInt(Math.max(a[2]-20,a[2]+(a[0]-c.width-40)*0.5),10);return c},V=function(){var a=e.orig?b(e.orig):false,c={};if(a&&a.length){c=a.offset();c.top+=parseInt(a.css("paddingTop"),
10)||0;c.left+=parseInt(a.css("paddingLeft"),10)||0;c.top+=parseInt(a.css("border-top-width"),10)||0;c.left+=parseInt(a.css("border-left-width"),10)||0;c.width=a.width();c.height=a.height();c={width:c.width+d.padding*2,height:c.height+d.padding*2,top:c.top-d.padding-20,left:c.left-d.padding-20}}else{a=U();c={width:d.padding*2,height:d.padding*2,top:parseInt(a[3]+a[1]*0.5,10),left:parseInt(a[2]+a[0]*0.5,10)}}return c},Z=function(){if(t.is(":visible")){b("div",t).css("top",L*-40+"px");L=(L+1)%12}else clearInterval(K)};
b.fn.fancybox=function(a){if(!b(this).length)return this;b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(c){c.preventDefault();if(!h){h=true;b(this).blur();o=[];q=0;c=b(this).attr("rel")||"";if(!c||c==""||c==="nofollow")o.push(this);else{o=b("a[rel="+c+"], area[rel="+c+"]");q=o.index(this)}I()}});return this};b.fancybox=function(a,c){var g;if(!h){h=true;g=typeof c!=="undefined"?c:{};o=[];q=parseInt(g.index,10)||0;if(b.isArray(a)){for(var k=
0,C=a.length;k<C;k++)if(typeof a[k]=="object")b(a[k]).data("fancybox",b.extend({},g,a[k]));else a[k]=b({}).data("fancybox",b.extend({content:a[k]},g));o=jQuery.merge(o,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},g,a));else a=b({}).data("fancybox",b.extend({content:a},g));o.push(a)}if(q>o.length||q<0)q=0;I()}};b.fancybox.showActivity=function(){clearInterval(K);t.show();K=setInterval(Z,66)};b.fancybox.hideActivity=function(){t.hide()};b.fancybox.next=function(){return b.fancybox.pos(p+
1)};b.fancybox.prev=function(){return b.fancybox.pos(p-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);o=l;if(a>-1&&a<l.length){q=a;I()}else if(d.cyclic&&l.length>1){q=a>=l.length?0:l.length-1;I()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");N();e.onCancel(o,q,e);h=false}};b.fancybox.close=function(){function a(){u.fadeOut("fast");n.empty().hide();f.hide();b.event.trigger("fancybox-cleanup");j.empty();d.onClosed(l,p,d);l=e=[];p=q=0;d=e={};h=false}if(!(h||f.is(":hidden"))){h=
true;if(d&&false===d.onCleanup(l,p,d))h=false;else{N();b(E.add(z).add(A)).hide();b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");j.find("iframe").attr("src",M&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");d.titlePosition!=="inside"&&n.empty();f.stop();if(d.transitionOut=="elastic"){r=V();var c=f.position();i={top:c.top,left:c.left,width:f.width(),height:f.height()};if(d.opacity)i.opacity=1;n.empty().hide();B.prop=1;
b(B).animate({prop:0},{duration:d.speedOut,easing:d.easingOut,step:T,complete:a})}else f.fadeOut(d.transitionOut=="none"?0:d.speedOut,a)}}};b.fancybox.resize=function(){u.is(":visible")&&u.css("height",b(document).height());b.fancybox.center(true)};b.fancybox.center=function(a){var c,g;if(!h){g=a===true?1:0;c=U();!g&&(f.width()>c[0]||f.height()>c[1])||f.stop().animate({top:parseInt(Math.max(c[3]-20,c[3]+(c[1]-j.height()-40)*0.5-d.padding)),left:parseInt(Math.max(c[2]-20,c[2]+(c[0]-j.width()-40)*0.5-
d.padding))},typeof a=="number"?a:200)}};b.fancybox.init=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),t=b('<div id="fancybox-loading"><div></div></div>'),u=b('<div id="fancybox-overlay"></div>'),f=b('<div id="fancybox-wrap"></div>'));D=b('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(f);
D.append(j=b('<div id="fancybox-content"></div>'),E=b('<a id="fancybox-close"></a>'),n=b('<div id="fancybox-title"></div>'),z=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),A=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));E.click(b.fancybox.close);t.click(b.fancybox.cancel);z.click(function(a){a.preventDefault();b.fancybox.prev()});A.click(function(a){a.preventDefault();b.fancybox.next()});
b.fn.mousewheel&&f.bind("mousewheel.fb",function(a,c){if(h)a.preventDefault();else if(b(a.target).get(0).clientHeight==0||b(a.target).get(0).scrollHeight===b(a.target).get(0).clientHeight){a.preventDefault();b.fancybox[c>0?"prev":"next"]()}});b.support.opacity||f.addClass("fancybox-ie");if(M){t.addClass("fancybox-ie6");f.addClass("fancybox-ie6");b('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(D)}}};
b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.3,overlayColor:"#000",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",
easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery);


/////////////////////////////////////////////////////////////////////////Jquery mousewheel-3.0..pack4 (lightbox gallery)
(function(d){function g(a){var b=a||window.event,i=[].slice.call(arguments,1),c=0,h=0,e=0;a=d.event.fix(b);a.type="mousewheel";if(a.wheelDelta)c=a.wheelDelta/120;if(a.detail)c=-a.detail/3;e=c;if(b.axis!==undefined&&b.axis===b.HORIZONTAL_AXIS){e=0;h=-1*c}if(b.wheelDeltaY!==undefined)e=b.wheelDeltaY/120;if(b.wheelDeltaX!==undefined)h=-1*b.wheelDeltaX/120;i.unshift(a,c,h,e);return d.event.handle.apply(this,i)}var f=["DOMMouseScroll","mousewheel"];d.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=
f.length;a;)this.addEventListener(f[--a],g,false);else this.onmousewheel=g},teardown:function(){if(this.removeEventListener)for(var a=f.length;a;)this.removeEventListener(f[--a],g,false);else this.onmousewheel=null}};d.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);

/////////////////////////////////////////////////////////////////////////Jquery easing1.3 (lightbox gallery)
// t: current time, b: begInnIng value, c: change In value, d: duration
jQuery.easing['jswing'] = jQuery.easing['swing'];

jQuery.extend( jQuery.easing,
{
	def: 'easeOutQuad',
	swing: function (x, t, b, c, d) {
		//alert(jQuery.easing.default);
		return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
	},
	easeInQuad: function (x, t, b, c, d) {
		return c*(t/=d)*t + b;
	},
	easeOutQuad: function (x, t, b, c, d) {
		return -c *(t/=d)*(t-2) + b;
	},
	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;
	},
	easeInCubic: function (x, t, b, c, d) {
		return c*(t/=d)*t*t + b;
	},
	easeOutCubic: function (x, t, b, c, d) {
		return c*((t=t/d-1)*t*t + 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;
	},
	easeInQuart: function (x, t, b, c, d) {
		return c*(t/=d)*t*t*t + b;
	},
	easeOutQuart: function (x, t, b, c, d) {
		return -c * ((t=t/d-1)*t*t*t - 1) + 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;
	},
	easeInQuint: function (x, t, b, c, d) {
		return c*(t/=d)*t*t*t*t + b;
	},
	easeOutQuint: function (x, t, b, c, d) {
		return c*((t=t/d-1)*t*t*t*t + 1) + 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;
	},
	easeInSine: function (x, t, b, c, d) {
		return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
	},
	easeOutSine: function (x, t, b, c, d) {
		return c * Math.sin(t/d * (Math.PI/2)) + b;
	},
	easeInOutSine: function (x, t, b, c, d) {
		return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
	},
	easeInExpo: function (x, t, b, c, d) {
		return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
	},
	easeOutExpo: function (x, t, b, c, d) {
		return (t==d) ? b+c : c * (-Math.pow(2, -10 * 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;
	},
	easeInCirc: function (x, t, b, c, d) {
		return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
	},
	easeOutCirc: function (x, t, b, c, d) {
		return c * Math.sqrt(1 - (t=t/d-1)*t) + 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;
	},
	easeInElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
	},
	easeOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + 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;
	},
	easeInBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158;
		return c*(t/=d)*t*((s+1)*t - s) + b;
	},
	easeOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158;
		return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + 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;
	}
});

/////////////////////////////////////////////////////////////////////////lightbox init
$(document).ready(function() {
			$(".group").fancybox({
						'width'		: 700,
			'height'		: 100,
				'padding'			: 0,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic'
				
			});
			$("a[rel=example_group]").fancybox({
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});
			$("a#picBox").fancybox({
				'opacity'		: true,
				'overlayShow'	: false,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic'
			});
			$(".video").click(function() {
			$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'			: 700,
			'height'		: 400,
			'href'			: this.href.replace(new RegExp("([0-9])","i"),'moogaloop.swf?clip_id=$1'),
			'type'			: 'swf'
			});
			return false;
			});

		});


/////////////////////////////////////////////////////////////////////////Init slider
$(function(){
			$('#thumbSlider').slides({
				preload: true,
				preloadImage: '../images/loading.gif',
				play: 0,
				pause: 0,
				hoverPause: false,
				pagination:false
			});
			
		$('.slides').slides({
				preload: true,
				preloadImage: '../images/loading.gif',
				play: 0,
				pause: 0,
				hoverPause: false,
				pagination:false
			});
			
		});
		
		
			

/////////////////////////////////////////////////////////////////////////fade thumbs
    // wrap as a jQuery plugin and pass jQuery in to our anoymous function
    (function ($) {
        $.fn.cross = function (options) {
            return this.each(function (i) { 
                // cache the copy of jQuery(this) - the start image
                var $$ = $(this);
                
                // get the target from the backgroundImage + regexp
                var target = $$.css('backgroundImage').replace(/^url|[\(\)'"]/g, '');
 
                // nice long chain: wrap img element in span
                $$.wrap('<span style="position: relative;"></span>')
                    // change selector to parent - i.e. newly created span
                    .parent()
                    // prepend a new image inside the span
                    .prepend('<img>')
                    // change the selector to the newly created image
                    .find(':first-child')
                    // set the image to the target
                    .attr('src', target);
 
                // the CSS styling of the start image needs to be handled
                // differently for different browsers
                if ($.browser.msie || $.browser.mozilla) {
                    $$.css({
                        'position' : 'absolute', 
                        'left' : 0,
                        'background' : '',
                        'top' : this.offsetTop
                    });
                } else if ($.browser.opera && $.browser.version < 9.5) {
                    // Browser sniffing is bad - however opera < 9.5 has a render bug 
                    // so this is required to get around it we can't apply the 'top' : 0 
                    // separately because Mozilla strips the style set originally somehow...                    
                    $$.css({
                        'position' : 'absolute', 
                        'left' : 0,
                        'background' : '',
                        'top' : "0"
                    });
                } else { // Safari
                    $$.css({
                        'position' : 'absolute', 
                        'left' : 0,
                        'background' : ''
                    });
                }
 
                // similar effect as single image technique, except using .animate 
                // which will handle the fading up from the right opacity for us
                $$.hover(function () {
                    $$.stop().animate({
                        opacity: 0
                    }, 350);
                }, function () {
                    $$.stop().animate({
                        opacity: 1
                    }, 350);
                });
            });
        };
        
    })(jQuery);
    
    // note that this uses the .bind('load') on the window object, rather than $(document).ready() 
    // because .ready() fires before the images have loaded, but we need to fire *after* because
    // our code relies on the dimensions of the images already in place.
    $(window).bind('load', function () {
        $('img.fade').cross();
    });
    
    //-->
//menu
function initMenus() {
	$('ul.menu ul').hide();
	$.each($('ul.menu'), function(){
		$('#' + this.id + '.expandfirst ul:first').show();
	});
	$('ul.menu li a').click(
		function() {
			var checkElement = $(this).next();
			var parent = this.parentNode.parentNode.id;

			if($('#' + parent).hasClass('noaccordion')) {
				$(this).next().slideToggle('normal');
				return false;
			}
			if((checkElement.is('ul')) && (checkElement.is(':visible'))) {
				if($('#' + parent).hasClass('collapsible')) {
					$('#' + parent + ' ul:visible').slideUp('normal');
				}
				return false;
			}
			if((checkElement.is('ul')) && (!checkElement.is(':visible'))) {
				$('#' + parent + ' ul:visible').slideUp('normal');
				checkElement.slideDown('normal');
				return false;
			}
		}
	);
}
$(document).ready(function() {initMenus();});


