var MooTools={version:"1.2.1",build:"0d4845aab3d9a4fdee2f0d4a6dd59210e4b697cf"};var Native=function(K){K=K||{};var A=K.name;var I=K.legacy;var B=K.protect;var C=K.implement;var H=K.generics;var F=K.initialize;var G=K.afterImplement||function(){};var D=F||I;H=H!==false;D.constructor=Native;D.$family={name:"native"};if(I&&F){D.prototype=I.prototype;}D.prototype.constructor=D;if(A){var E=A.toLowerCase();D.prototype.$family={name:E};Native.typize(D,E);}var J=function(N,L,O,M){if(!B||M||!N.prototype[L]){N.prototype[L]=O;}if(H){Native.genericize(N,L,B);}G.call(N,L,O);return N;};D.alias=function(N,L,O){if(typeof N=="string"){if((N=this.prototype[N])){return J(this,L,N,O);}}for(var M in N){this.alias(M,N[M],L);}return this;};D.implement=function(M,L,O){if(typeof M=="string"){return J(this,M,L,O);}for(var N in M){J(this,N,M[N],L);}return this;};if(C){D.implement(C);}return D;};Native.genericize=function(B,C,A){if((!A||!B[C])&&typeof B.prototype[C]=="function"){B[C]=function(){var D=Array.prototype.slice.call(arguments);return B.prototype[C].apply(D.shift(),D);};}};Native.implement=function(D,C){for(var B=0,A=D.length;B<A;B++){D[B].implement(C);}};Native.typize=function(A,B){if(!A.type){A.type=function(C){return($type(C)===B);};}};(function(){var A={Array:Array,Date:Date,Function:Function,Number:Number,RegExp:RegExp,String:String};for(var G in A){new Native({name:G,initialize:A[G],protect:true});}var D={"boolean":Boolean,"native":Native,object:Object};for(var C in D){Native.typize(D[C],C);}var F={Array:["concat","indexOf","join","lastIndexOf","pop","push","reverse","shift","slice","sort","splice","toString","unshift","valueOf"],String:["charAt","charCodeAt","concat","indexOf","lastIndexOf","match","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase","valueOf"]};for(var E in F){for(var B=F[E].length;B--;){Native.genericize(window[E],F[E][B],true);}}})();var Hash=new Native({name:"Hash",initialize:function(A){if($type(A)=="hash"){A=$unlink(A.getClean());}for(var B in A){this[B]=A[B];}return this;}});Hash.implement({forEach:function(B,C){for(var A in this){if(this.hasOwnProperty(A)){B.call(C,this[A],A,this);}}},getClean:function(){var B={};for(var A in this){if(this.hasOwnProperty(A)){B[A]=this[A];}}return B;},getLength:function(){var B=0;for(var A in this){if(this.hasOwnProperty(A)){B++;}}return B;}});Hash.alias("forEach","each");Array.implement({forEach:function(C,D){for(var B=0,A=this.length;B<A;B++){C.call(D,this[B],B,this);}}});Array.alias("forEach","each");function $A(C){if(C.item){var D=[];for(var B=0,A=C.length;B<A;B++){D[B]=C[B];}return D;}return Array.prototype.slice.call(C);}function $arguments(A){return function(){return arguments[A];};}function $chk(A){return!!(A||A===0);}function $clear(A){clearTimeout(A);clearInterval(A);return null;}function $defined(A){return(A!=undefined);}function $each(C,B,D){var A=$type(C);((A=="arguments"||A=="collection"||A=="array")?Array:Hash).each(C,B,D);}function $empty(){}function $extend(C,A){for(var B in(A||{})){C[B]=A[B];}return C;}function $H(A){return new Hash(A);}function $lambda(A){return(typeof A=="function")?A:function(){return A;};}function $merge(){var E={};for(var D=0,A=arguments.length;D<A;D++){var B=arguments[D];if($type(B)!="object"){continue;}for(var C in B){var G=B[C],F=E[C];E[C]=(F&&$type(G)=="object"&&$type(F)=="object")?$merge(F,G):$unlink(G);}}return E;}function $pick(){for(var B=0,A=arguments.length;B<A;B++){if(arguments[B]!=undefined){return arguments[B];}}return null;}function $random(B,A){return Math.floor(Math.random()*(A-B+1)+B);}function $splat(B){var A=$type(B);return(A)?((A!="array"&&A!="arguments")?[B]:B):[];}var $time=Date.now||function(){return+new Date;};function $try(){for(var B=0,A=arguments.length;B<A;B++){try{return arguments[B]();}catch(C){}}return null;}function $type(A){if(A==undefined){return false;}if(A.$family){return(A.$family.name=="number"&&!isFinite(A))?false:A.$family.name;}if(A.nodeName){switch(A.nodeType){case 1:return"element";case 3:return(/\S/).test(A.nodeValue)?"textnode":"whitespace";}}else{if(typeof A.length=="number"){if(A.callee){return"arguments";}else{if(A.item){return"collection";}}}}return typeof A;}function $unlink(C){var B;switch($type(C)){case"object":B={};for(var E in C){B[E]=$unlink(C[E]);}break;case"hash":B=new Hash(C);break;case"array":B=[];for(var D=0,A=C.length;D<A;D++){B[D]=$unlink(C[D]);}break;default:return C;}return B;}var Browser=$merge({Engine:{name:"unknown",version:0},Platform:{name:(window.orientation!=undefined)?"ipod":(navigator.platform.match(/mac|win|linux/i)||["other"])[0].toLowerCase()},Features:{xpath:!!(document.evaluate),air:!!(window.runtime),query:!!(document.querySelector)},Plugins:{},Engines:{presto:function(){return(!window.opera)?false:((arguments.callee.caller)?960:((document.getElementsByClassName)?950:925));},trident:function(){return(!window.ActiveXObject)?false:((window.XMLHttpRequest)?5:4);},webkit:function(){return(navigator.taintEnabled)?false:((Browser.Features.xpath)?((Browser.Features.query)?525:420):419);},gecko:function(){return(document.getBoxObjectFor==undefined)?false:((document.getElementsByClassName)?19:18);}}},Browser||{});Browser.Platform[Browser.Platform.name]=true;Browser.detect=function(){for(var B in this.Engines){var A=this.Engines[B]();if(A){this.Engine={name:B,version:A};this.Engine[B]=this.Engine[B+A]=true;break;}}return{name:B,version:A};};Browser.detect();Browser.Request=function(){return $try(function(){return new XMLHttpRequest();},function(){return new ActiveXObject("MSXML2.XMLHTTP");});};Browser.Features.xhr=!!(Browser.Request());Browser.Plugins.Flash=(function(){var A=($try(function(){return navigator.plugins["Shockwave Flash"].description;},function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version");})||"0 r0").match(/\d+/g);return{version:parseInt(A[0]||0+"."+A[1]||0),build:parseInt(A[2]||0)};})();function $exec(B){if(!B){return B;}if(window.execScript){window.execScript(B);}else{var A=document.createElement("script");A.setAttribute("type","text/javascript");A[(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerText":"text"]=B;document.head.appendChild(A);document.head.removeChild(A);}return B;}Native.UID=1;var $uid=(Browser.Engine.trident)?function(A){return(A.uid||(A.uid=[Native.UID++]))[0];}:function(A){return A.uid||(A.uid=Native.UID++);};var Window=new Native({name:"Window",legacy:(Browser.Engine.trident)?null:window.Window,initialize:function(A){$uid(A);if(!A.Element){A.Element=$empty;if(Browser.Engine.webkit){A.document.createElement("iframe");}A.Element.prototype=(Browser.Engine.webkit)?window["[[DOMElement.prototype]]"]:{};}A.document.window=A;return $extend(A,Window.Prototype);},afterImplement:function(B,A){window[B]=Window.Prototype[B]=A;}});Window.Prototype={$family:{name:"window"}};new Window(window);var Document=new Native({name:"Document",legacy:(Browser.Engine.trident)?null:window.Document,initialize:function(A){$uid(A);A.head=A.getElementsByTagName("head")[0];A.html=A.getElementsByTagName("html")[0];if(Browser.Engine.trident&&Browser.Engine.version<=4){$try(function(){A.execCommand("BackgroundImageCache",false,true);});}if(Browser.Engine.trident){A.window.attachEvent("onunload",function(){A.window.detachEvent("onunload",arguments.callee);A.head=A.html=A.window=null;});}return $extend(A,Document.Prototype);},afterImplement:function(B,A){document[B]=Document.Prototype[B]=A;}});Document.Prototype={$family:{name:"document"}};new Document(document);Array.implement({every:function(C,D){for(var B=0,A=this.length;B<A;B++){if(!C.call(D,this[B],B,this)){return false;}}return true;},filter:function(D,E){var C=[];for(var B=0,A=this.length;B<A;B++){if(D.call(E,this[B],B,this)){C.push(this[B]);}}return C;},clean:function(){return this.filter($defined);},indexOf:function(C,D){var A=this.length;for(var B=(D<0)?Math.max(0,A+D):D||0;B<A;B++){if(this[B]===C){return B;}}return-1;},map:function(D,E){var C=[];for(var B=0,A=this.length;B<A;B++){C[B]=D.call(E,this[B],B,this);}return C;},some:function(C,D){for(var B=0,A=this.length;B<A;B++){if(C.call(D,this[B],B,this)){return true;}}return false;},associate:function(C){var D={},B=Math.min(this.length,C.length);for(var A=0;A<B;A++){D[C[A]]=this[A];}return D;},link:function(C){var A={};for(var E=0,B=this.length;E<B;E++){for(var D in C){if(C[D](this[E])){A[D]=this[E];delete C[D];break;}}}return A;},contains:function(A,B){return this.indexOf(A,B)!=-1;},extend:function(C){for(var B=0,A=C.length;B<A;B++){this.push(C[B]);}return this;},getLast:function(){return(this.length)?this[this.length-1]:null;},getRandom:function(){return(this.length)?this[$random(0,this.length-1)]:null;},include:function(A){if(!this.contains(A)){this.push(A);}return this;},combine:function(C){for(var B=0,A=C.length;B<A;B++){this.include(C[B]);}return this;},erase:function(B){for(var A=this.length;A--;A){if(this[A]===B){this.splice(A,1);}}return this;},empty:function(){this.length=0;return this;},flatten:function(){var D=[];for(var B=0,A=this.length;B<A;B++){var C=$type(this[B]);if(!C){continue;}D=D.concat((C=="array"||C=="collection"||C=="arguments")?Array.flatten(this[B]):this[B]);}return D;},hexToRgb:function(B){if(this.length!=3){return null;}var A=this.map(function(C){if(C.length==1){C+=C;}return C.toInt(16);});return(B)?A:"rgb("+A+")";},rgbToHex:function(D){if(this.length<3){return null;}if(this.length==4&&this[3]==0&&!D){return"transparent";}var B=[];for(var A=0;A<3;A++){var C=(this[A]-0).toString(16);B.push((C.length==1)?"0"+C:C);}return(D)?B:"#"+B.join("");}});Function.implement({extend:function(A){for(var B in A){this[B]=A[B];}return this;},create:function(B){var A=this;B=B||{};return function(D){var C=B.arguments;C=(C!=undefined)?$splat(C):Array.slice(arguments,(B.event)?1:0);if(B.event){C=[D||window.event].extend(C);}var E=function(){return A.apply(B.bind||null,C);};if(B.delay){return setTimeout(E,B.delay);}if(B.periodical){return setInterval(E,B.periodical);}if(B.attempt){return $try(E);}return E();};},run:function(A,B){return this.apply(B,$splat(A));},pass:function(A,B){return this.create({bind:B,arguments:A});},bind:function(B,A){return this.create({bind:B,arguments:A});},bindWithEvent:function(B,A){return this.create({bind:B,arguments:A,event:true});},attempt:function(A,B){return this.create({bind:B,arguments:A,attempt:true})();},delay:function(B,C,A){return this.create({bind:C,arguments:A,delay:B})();},periodical:function(C,B,A){return this.create({bind:B,arguments:A,periodical:C})();}});Number.implement({limit:function(B,A){return Math.min(A,Math.max(B,this));},round:function(A){A=Math.pow(10,A||0);return Math.round(this*A)/A;},times:function(B,C){for(var A=0;A<this;A++){B.call(C,A,this);}},toFloat:function(){return parseFloat(this);},toInt:function(A){return parseInt(this,A||10);}});Number.alias("times","each");(function(B){var A={};B.each(function(C){if(!Number[C]){A[C]=function(){return Math[C].apply(null,[this].concat($A(arguments)));};}});Number.implement(A);})(["abs","acos","asin","atan","atan2","ceil","cos","exp","floor","log","max","min","pow","sin","sqrt","tan"]);String.implement({test:function(A,B){return((typeof A=="string")?new RegExp(A,B):A).test(this);},contains:function(A,B){return(B)?(B+this+B).indexOf(B+A+B)>-1:this.indexOf(A)>-1;},trim:function(){return this.replace(/^\s+|\s+$/g,"");},clean:function(){return this.replace(/\s+/g," ").trim();},camelCase:function(){return this.replace(/-\D/g,function(A){return A.charAt(1).toUpperCase();});},hyphenate:function(){return this.replace(/[A-Z]/g,function(A){return("-"+A.charAt(0).toLowerCase());});},capitalize:function(){return this.replace(/\b[a-z]/g,function(A){return A.toUpperCase();});},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1");},toInt:function(A){return parseInt(this,A||10);},toFloat:function(){return parseFloat(this);},hexToRgb:function(B){var A=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);return(A)?A.slice(1).hexToRgb(B):null;},rgbToHex:function(B){var A=this.match(/\d{1,3}/g);return(A)?A.rgbToHex(B):null;},stripScripts:function(B){var A="";var C=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(){A+=arguments[1]+"\n";return"";});if(B===true){$exec(A);}else{if($type(B)=="function"){B(A,C);}}return C;},substitute:function(A,B){return this.replace(B||(/\\?\{([^{}]+)\}/g),function(D,C){if(D.charAt(0)=="\\"){return D.slice(1);}return(A[C]!=undefined)?A[C]:"";});}});Hash.implement({has:Object.prototype.hasOwnProperty,keyOf:function(B){for(var A in this){if(this.hasOwnProperty(A)&&this[A]===B){return A;}}return null;},hasValue:function(A){return(Hash.keyOf(this,A)!==null);},extend:function(A){Hash.each(A,function(C,B){Hash.set(this,B,C);},this);return this;},combine:function(A){Hash.each(A,function(C,B){Hash.include(this,B,C);},this);return this;},erase:function(A){if(this.hasOwnProperty(A)){delete this[A];}return this;},get:function(A){return(this.hasOwnProperty(A))?this[A]:null;},set:function(A,B){if(!this[A]||this.hasOwnProperty(A)){this[A]=B;}return this;},empty:function(){Hash.each(this,function(B,A){delete this[A];},this);return this;},include:function(B,C){var A=this[B];if(A==undefined){this[B]=C;}return this;},map:function(B,C){var A=new Hash;Hash.each(this,function(E,D){A.set(D,B.call(C,E,D,this));},this);return A;},filter:function(B,C){var A=new Hash;Hash.each(this,function(E,D){if(B.call(C,E,D,this)){A.set(D,E);}},this);return A;},every:function(B,C){for(var A in this){if(this.hasOwnProperty(A)&&!B.call(C,this[A],A)){return false;}}return true;},some:function(B,C){for(var A in this){if(this.hasOwnProperty(A)&&B.call(C,this[A],A)){return true;}}return false;},getKeys:function(){var A=[];Hash.each(this,function(C,B){A.push(B);});return A;},getValues:function(){var A=[];Hash.each(this,function(B){A.push(B);});return A;},toQueryString:function(A){var B=[];Hash.each(this,function(F,E){if(A){E=A+"["+E+"]";}var D;switch($type(F)){case"object":D=Hash.toQueryString(F,E);break;case"array":var C={};F.each(function(H,G){C[G]=H;});D=Hash.toQueryString(C,E);break;default:D=E+"="+encodeURIComponent(F);}if(F!=undefined){B.push(D);}});return B.join("&");}});Hash.alias({keyOf:"indexOf",hasValue:"contains"});var Event=new Native({name:"Event",initialize:function(A,F){F=F||window;var K=F.document;A=A||F.event;if(A.$extended){return A;}this.$extended=true;var J=A.type;var G=A.target||A.srcElement;while(G&&G.nodeType==3){G=G.parentNode;}if(J.test(/key/)){var B=A.which||A.keyCode;var M=Event.Keys.keyOf(B);if(J=="keydown"){var D=B-111;if(D>0&&D<13){M="f"+D;}}M=M||String.fromCharCode(B).toLowerCase();}else{if(J.match(/(click|mouse|menu)/i)){K=(!K.compatMode||K.compatMode=="CSS1Compat")?K.html:K.body;var I={x:A.pageX||A.clientX+K.scrollLeft,y:A.pageY||A.clientY+K.scrollTop};var C={x:(A.pageX)?A.pageX-F.pageXOffset:A.clientX,y:(A.pageY)?A.pageY-F.pageYOffset:A.clientY};if(J.match(/DOMMouseScroll|mousewheel/)){var H=(A.wheelDelta)?A.wheelDelta/120:-(A.detail||0)/3;}var E=(A.which==3)||(A.button==2);var L=null;if(J.match(/over|out/)){switch(J){case"mouseover":L=A.relatedTarget||A.fromElement;break;case"mouseout":L=A.relatedTarget||A.toElement;}if(!(function(){while(L&&L.nodeType==3){L=L.parentNode;}return true;}).create({attempt:Browser.Engine.gecko})()){L=false;}}}}return $extend(this,{event:A,type:J,page:I,client:C,rightClick:E,wheel:H,relatedTarget:L,target:G,code:B,key:M,shift:A.shiftKey,control:A.ctrlKey,alt:A.altKey,meta:A.metaKey});}});Event.Keys=new Hash({enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46});Event.implement({stop:function(){return this.stopPropagation().preventDefault();},stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation();}else{this.event.cancelBubble=true;}return this;},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault();}else{this.event.returnValue=false;}return this;}});var Class=new Native({name:"Class",initialize:function(B){B=B||{};var A=function(){for(var E in this){if($type(this[E])!="function"){this[E]=$unlink(this[E]);}}this.constructor=A;if(Class.prototyping){return this;}var D=(this.initialize)?this.initialize.apply(this,arguments):this;if(this.options&&this.options.initialize){this.options.initialize.call(this);}return D;};for(var C in Class.Mutators){if(!B[C]){continue;}B=Class.Mutators[C](B,B[C]);delete B[C];}$extend(A,this);A.constructor=Class;A.prototype=B;return A;}});Class.Mutators={Extends:function(C,A){Class.prototyping=A.prototype;var B=new A;delete B.parent;B=Class.inherit(B,C);delete Class.prototyping;return B;},Implements:function(A,B){$splat(B).each(function(C){Class.prototying=C;$extend(A,($type(C)=="class")?new C:C);delete Class.prototyping;});return A;}};Class.extend({inherit:function(B,E){var A=arguments.callee.caller;for(var D in E){var C=E[D];var G=B[D];var F=$type(C);if(G&&F=="function"){if(C!=G){if(A){C.__parent=G;B[D]=C;}else{Class.override(B,D,C);}}}else{if(F=="object"){B[D]=$merge(G,C);}else{B[D]=C;}}}if(A){B.parent=function(){return arguments.callee.caller.__parent.apply(this,arguments);};}return B;},override:function(B,A,E){var D=Class.prototyping;if(D&&B[A]!=D[A]){D=null;}var C=function(){var F=this.parent;this.parent=D?D[A]:B[A];var G=E.apply(this,arguments);this.parent=F;return G;};B[A]=C;}});Class.implement({implement:function(){var A=this.prototype;$each(arguments,function(B){Class.inherit(A,B);});return this;}});var Chain=new Class({$chain:[],chain:function(){this.$chain.extend(Array.flatten(arguments));return this;},callChain:function(){return(this.$chain.length)?this.$chain.shift().apply(this,arguments):false;},clearChain:function(){this.$chain.empty();return this;}});var Events=new Class({$events:{},addEvent:function(C,B,A){C=Events.removeOn(C);if(B!=$empty){this.$events[C]=this.$events[C]||[];this.$events[C].include(B);if(A){B.internal=true;}}return this;},addEvents:function(A){for(var B in A){this.addEvent(B,A[B]);}return this;},fireEvent:function(C,B,A){C=Events.removeOn(C);if(!this.$events||!this.$events[C]){return this;}this.$events[C].each(function(D){D.create({bind:this,delay:A,"arguments":B})();},this);return this;},removeEvent:function(B,A){B=Events.removeOn(B);if(!this.$events[B]){return this;}if(!A.internal){this.$events[B].erase(A);}return this;},removeEvents:function(C){if($type(C)=="object"){for(var D in C){this.removeEvent(D,C[D]);}return this;}if(C){C=Events.removeOn(C);}for(var D in this.$events){if(C&&C!=D){continue;}var B=this.$events[D];for(var A=B.length;A--;A){this.removeEvent(D,B[A]);}}return this;}});Events.removeOn=function(A){return A.replace(/^on([A-Z])/,function(B,C){return C.toLowerCase();});};var Options=new Class({setOptions:function(){this.options=$merge.run([this.options].extend(arguments));if(!this.addEvent){return this;}for(var A in this.options){if($type(this.options[A])!="function"||!(/^on[A-Z]/).test(A)){continue;}this.addEvent(A,this.options[A]);delete this.options[A];}return this;}});var Element=new Native({name:"Element",legacy:window.Element,initialize:function(A,B){var C=Element.Constructors.get(A);if(C){return C(B);}if(typeof A=="string"){return document.newElement(A,B);}return $(A).set(B);},afterImplement:function(A,B){Element.Prototype[A]=B;if(Array[A]){return;}Elements.implement(A,function(){var C=[],G=true;for(var E=0,D=this.length;E<D;E++){var F=this[E][A].apply(this[E],arguments);C.push(F);if(G){G=($type(F)=="element");}}return(G)?new Elements(C):C;});}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var E=Array.link(arguments,{properties:Object.type,iframe:$defined});var C=E.properties||{};var B=$(E.iframe)||false;var D=C.onload||$empty;delete C.onload;C.id=C.name=$pick(C.id,C.name,B.id,B.name,"IFrame_"+$time());B=new Element(B||"iframe",C);var A=function(){var F=$try(function(){return B.contentWindow.location.host;});if(F&&F==window.location.host){var G=new Window(B.contentWindow);new Document(B.contentWindow.document);$extend(G.Element.prototype,Element.Prototype);}D.call(B.contentWindow,B.contentWindow.document);};(window.frames[C.id])?A():B.addListener("load",A);return B;}});var Elements=new Native({initialize:function(F,B){B=$extend({ddup:true,cash:true},B);F=F||[];if(B.ddup||B.cash){var G={},E=[];for(var C=0,A=F.length;C<A;C++){var D=$.element(F[C],!B.cash);if(B.ddup){if(G[D.uid]){continue;}G[D.uid]=true;}E.push(D);}F=E;}return(B.cash)?$extend(F,this):F;}});Elements.implement({filter:function(A,B){if(!A){return this;}return new Elements(Array.filter(this,(typeof A=="string")?function(C){return C.match(A);}:A,B));}});Document.implement({newElement:function(A,B){if(Browser.Engine.trident&&B){["name","type","checked"].each(function(C){if(!B[C]){return;}A+=" "+C+'="'+B[C]+'"';if(C!="checked"){delete B[C];}});A="<"+A+">";}return $.element(this.createElement(A)).set(B);},newTextNode:function(A){return this.createTextNode(A);},getDocument:function(){return this;},getWindow:function(){return this.window;}});Window.implement({$:function(B,C){if(B&&B.$family&&B.uid){return B;}var A=$type(B);return($[A])?$[A](B,C,this.document):null;},$$:function(A){if(arguments.length==1&&typeof A=="string"){return this.document.getElements(A);}var F=[];var C=Array.flatten(arguments);for(var D=0,B=C.length;D<B;D++){var E=C[D];switch($type(E)){case"element":F.push(E);break;case"string":F.extend(this.document.getElements(E,true));}}return new Elements(F);},getDocument:function(){return this.document;},getWindow:function(){return this;}});$.string=function(C,B,A){C=A.getElementById(C);return(C)?$.element(C,B):null;};$.element=function(A,D){$uid(A);if(!D&&!A.$family&&!(/^object|embed$/i).test(A.tagName)){var B=Element.Prototype;for(var C in B){A[C]=B[C];}}return A;};$.object=function(B,C,A){if(B.toElement){return $.element(B.toElement(A),C);}return null;};$.textnode=$.whitespace=$.window=$.document=$arguments(0);Native.implement([Element,Document],{getElement:function(A,B){return $(this.getElements(A,true)[0]||null,B);},getElements:function(A,D){A=A.split(",");var C=[];var B=(A.length>1);A.each(function(E){var F=this.getElementsByTagName(E.trim());(B)?C.extend(F):C=F;},this);return new Elements(C,{ddup:B,cash:!D});}});(function(){var H={},F={};var I={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"};var C=function(L){return(F[L]||(F[L]={}));};var G=function(N,L){if(!N){return;}var M=N.uid;if(Browser.Engine.trident){if(N.clearAttributes){var P=L&&N.cloneNode(false);N.clearAttributes();if(P){N.mergeAttributes(P);}}else{if(N.removeEvents){N.removeEvents();}}if((/object/i).test(N.tagName)){for(var O in N){if(typeof N[O]=="function"){N[O]=$empty;}}Element.dispose(N);}}if(!M){return;}H[M]=F[M]=null;};var D=function(){Hash.each(H,G);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(G);}if(window.CollectGarbage){CollectGarbage();}H=F=null;};var J=function(N,L,S,M,P,R){var O=N[S||L];var Q=[];while(O){if(O.nodeType==1&&(!M||Element.match(O,M))){if(!P){return $(O,R);}Q.push(O);}O=O[L];}return(P)?new Elements(Q,{ddup:false,cash:!R}):null;};var E={html:"innerHTML","class":"className","for":"htmlFor",text:(Browser.Engine.trident||(Browser.Engine.webkit&&Browser.Engine.version<420))?"innerText":"textContent"};var B=["compact","nowrap","ismap","declare","noshade","checked","disabled","readonly","multiple","selected","noresize","defer"];var K=["value","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];Hash.extend(E,B.associate(B));Hash.extend(E,K.associate(K.map(String.toLowerCase)));var A={before:function(M,L){if(L.parentNode){L.parentNode.insertBefore(M,L);}},after:function(M,L){if(!L.parentNode){return;}var N=L.nextSibling;(N)?L.parentNode.insertBefore(M,N):L.parentNode.appendChild(M);},bottom:function(M,L){L.appendChild(M);},top:function(M,L){var N=L.firstChild;(N)?L.insertBefore(M,N):L.appendChild(M);}};A.inside=A.bottom;Hash.each(A,function(L,M){M=M.capitalize();Element.implement("inject"+M,function(N){L(this,$(N,true));return this;});Element.implement("grab"+M,function(N){L($(N,true),this);return this;});});Element.implement({set:function(O,M){switch($type(O)){case"object":for(var N in O){this.set(N,O[N]);}break;case"string":var L=Element.Properties.get(O);(L&&L.set)?L.set.apply(this,Array.slice(arguments,1)):this.setProperty(O,M);}return this;},get:function(M){var L=Element.Properties.get(M);return(L&&L.get)?L.get.apply(this,Array.slice(arguments,1)):this.getProperty(M);},erase:function(M){var L=Element.Properties.get(M);(L&&L.erase)?L.erase.apply(this):this.removeProperty(M);return this;},setProperty:function(M,N){var L=E[M];if(N==undefined){return this.removeProperty(M);}if(L&&B[M]){N=!!N;}(L)?this[L]=N:this.setAttribute(M,""+N);return this;},setProperties:function(L){for(var M in L){this.setProperty(M,L[M]);}return this;},getProperty:function(M){var L=E[M];var N=(L)?this[L]:this.getAttribute(M,2);return(B[M])?!!N:(L)?N:N||null;},getProperties:function(){var L=$A(arguments);return L.map(this.getProperty,this).associate(L);},removeProperty:function(M){var L=E[M];(L)?this[L]=(L&&B[M])?false:"":this.removeAttribute(M);return this;},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this;},hasClass:function(L){return this.className.contains(L," ");},addClass:function(L){if(!this.hasClass(L)){this.className=(this.className+" "+L).clean();}return this;},removeClass:function(L){this.className=this.className.replace(new RegExp("(^|\\s)"+L+"(?:\\s|$)"),"$1");return this;},toggleClass:function(L){return this.hasClass(L)?this.removeClass(L):this.addClass(L);},adopt:function(){Array.flatten(arguments).each(function(L){L=$(L,true);if(L){this.appendChild(L);}},this);return this;},appendText:function(M,L){return this.grab(this.getDocument().newTextNode(M),L);},grab:function(M,L){A[L||"bottom"]($(M,true),this);return this;},inject:function(M,L){A[L||"bottom"](this,$(M,true));return this;},replaces:function(L){L=$(L,true);L.parentNode.replaceChild(this,L);return this;},wraps:function(M,L){M=$(M,true);return this.replaces(M).grab(M,L);},getPrevious:function(L,M){return J(this,"previousSibling",null,L,false,M);},getAllPrevious:function(L,M){return J(this,"previousSibling",null,L,true,M);},getNext:function(L,M){return J(this,"nextSibling",null,L,false,M);},getAllNext:function(L,M){return J(this,"nextSibling",null,L,true,M);},getFirst:function(L,M){return J(this,"nextSibling","firstChild",L,false,M);},getLast:function(L,M){return J(this,"previousSibling","lastChild",L,false,M);},getParent:function(L,M){return J(this,"parentNode",null,L,false,M);},getParents:function(L,M){return J(this,"parentNode",null,L,true,M);},getChildren:function(L,M){return J(this,"nextSibling","firstChild",L,true,M);},getWindow:function(){return this.ownerDocument.window;},getDocument:function(){return this.ownerDocument;},getElementById:function(O,N){var M=this.ownerDocument.getElementById(O);if(!M){return null;}for(var L=M.parentNode;L!=this;L=L.parentNode){if(!L){return null;}}return $.element(M,N);},getSelected:function(){return new Elements($A(this.options).filter(function(L){return L.selected;}));},getComputedStyle:function(M){if(this.currentStyle){return this.currentStyle[M.camelCase()];}var L=this.getDocument().defaultView.getComputedStyle(this,null);return(L)?L.getPropertyValue([M.hyphenate()]):null;},toQueryString:function(){var L=[];this.getElements("input, select, textarea",true).each(function(M){if(!M.name||M.disabled){return;}var N=(M.tagName.toLowerCase()=="select")?Element.getSelected(M).map(function(O){return O.value;}):((M.type=="radio"||M.type=="checkbox")&&!M.checked)?null:M.value;$splat(N).each(function(O){if(typeof O!="undefined"){L.push(M.name+"="+encodeURIComponent(O));}});});return L.join("&");},clone:function(O,L){O=O!==false;var R=this.cloneNode(O);var N=function(V,U){if(!L){V.removeAttribute("id");}if(Browser.Engine.trident){V.clearAttributes();V.mergeAttributes(U);V.removeAttribute("uid");if(V.options){var W=V.options,S=U.options;for(var T=W.length;T--;){W[T].selected=S[T].selected;}}}var X=I[U.tagName.toLowerCase()];if(X&&U[X]){V[X]=U[X];}};if(O){var P=R.getElementsByTagName("*"),Q=this.getElementsByTagName("*");for(var M=P.length;M--;){N(P[M],Q[M]);}}N(R,this);return $(R);},destroy:function(){Element.empty(this);Element.dispose(this);G(this,true);return null;},empty:function(){$A(this.childNodes).each(function(L){Element.destroy(L);});return this;},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this;},hasChild:function(L){L=$(L,true);if(!L){return false;}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(L.tagName)).contains(L);}return(this.contains)?(this!=L&&this.contains(L)):!!(this.compareDocumentPosition(L)&16);},match:function(L){return(!L||(L==this)||(Element.get(this,"tag")==L));}});Native.implement([Element,Window,Document],{addListener:function(O,N){if(O=="unload"){var L=N,M=this;N=function(){M.removeListener("unload",N);L();};}else{H[this.uid]=this;}if(this.addEventListener){this.addEventListener(O,N,false);}else{this.attachEvent("on"+O,N);}return this;},removeListener:function(M,L){if(this.removeEventListener){this.removeEventListener(M,L,false);}else{this.detachEvent("on"+M,L);}return this;},retrieve:function(M,L){var O=C(this.uid),N=O[M];if(L!=undefined&&N==undefined){N=O[M]=L;}return $pick(N);},store:function(M,L){var N=C(this.uid);N[M]=L;return this;},eliminate:function(L){var M=C(this.uid);delete M[L];return this;}});window.addListener("unload",D);})();Element.Properties=new Hash;Element.Properties.style={set:function(A){this.style.cssText=A;},get:function(){return this.style.cssText;},erase:function(){this.style.cssText="";}};Element.Properties.tag={get:function(){return this.tagName.toLowerCase();}};Element.Properties.html=(function(){var C=document.createElement("div");var A={table:[1,"<table>","</table>"],select:[1,"<select>","</select>"],tbody:[2,"<table><tbody>","</tbody></table>"],tr:[3,"<table><tbody><tr>","</tr></tbody></table>"]};A.thead=A.tfoot=A.tbody;var B={set:function(){var E=Array.flatten(arguments).join("");var F=Browser.Engine.trident&&A[this.get("tag")];if(F){var G=C;G.innerHTML=F[1]+E+F[2];for(var D=F[0];D--;){G=G.firstChild;}this.empty().adopt(G.childNodes);}else{this.innerHTML=E;}}};B.erase=B.set;return B;})();if(Browser.Engine.webkit&&Browser.Engine.version<420){Element.Properties.text={get:function(){if(this.innerText){return this.innerText;}var A=this.ownerDocument.newElement("div",{html:this.innerHTML}).inject(this.ownerDocument.body);var B=A.innerText;A.destroy();return B;}};}Element.Properties.events={set:function(A){this.addEvents(A);}};Native.implement([Element,Window,Document],{addEvent:function(E,G){var H=this.retrieve("events",{});H[E]=H[E]||{keys:[],values:[]};if(H[E].keys.contains(G)){return this;}H[E].keys.push(G);var F=E,A=Element.Events.get(E),C=G,I=this;if(A){if(A.onAdd){A.onAdd.call(this,G);}if(A.condition){C=function(J){if(A.condition.call(this,J)){return G.call(this,J);}return true;};}F=A.base||F;}var D=function(){return G.call(I);};var B=Element.NativeEvents[F];if(B){if(B==2){D=function(J){J=new Event(J,I.getWindow());if(C.call(I,J)===false){J.stop();}};}this.addListener(F,D);}H[E].values.push(D);return this;},removeEvent:function(C,B){var A=this.retrieve("events");if(!A||!A[C]){return this;}var F=A[C].keys.indexOf(B);if(F==-1){return this;}A[C].keys.splice(F,1);var E=A[C].values.splice(F,1)[0];var D=Element.Events.get(C);if(D){if(D.onRemove){D.onRemove.call(this,B);}C=D.base||C;}return(Element.NativeEvents[C])?this.removeListener(C,E):this;},addEvents:function(A){for(var B in A){this.addEvent(B,A[B]);}return this;},removeEvents:function(A){if($type(A)=="object"){for(var C in A){this.removeEvent(C,A[C]);}return this;}var B=this.retrieve("events");if(!B){return this;}if(!A){for(var C in B){this.removeEvents(C);}this.eliminate("events");}else{if(B[A]){while(B[A].keys[0]){this.removeEvent(A,B[A].keys[0]);}B[A]=null;}}return this;},fireEvent:function(D,B,A){var C=this.retrieve("events");if(!C||!C[D]){return this;}C[D].keys.each(function(E){E.create({bind:this,delay:A,"arguments":B})();},this);return this;},cloneEvents:function(D,A){D=$(D);var C=D.retrieve("events");if(!C){return this;}if(!A){for(var B in C){this.cloneEvents(D,B);}}else{if(C[A]){C[A].keys.each(function(E){this.addEvent(A,E);},this);}}return this;}});Element.NativeEvents={click:2,dblclick:2,mouseup:2,mousedown:2,contextmenu:2,mousewheel:2,DOMMouseScroll:2,mouseover:2,mouseout:2,mousemove:2,selectstart:2,selectend:2,keydown:2,keypress:2,keyup:2,focus:2,blur:2,change:2,reset:2,select:2,submit:2,load:1,unload:1,beforeunload:2,resize:1,move:1,DOMContentLoaded:1,readystatechange:1,error:1,abort:1,scroll:1};(function(){var A=function(B){var C=B.relatedTarget;if(C==undefined){return true;}if(C===false){return false;}return($type(this)!="document"&&C!=this&&C.prefix!="xul"&&!this.hasChild(C));};Element.Events=new Hash({mouseenter:{base:"mouseover",condition:A},mouseleave:{base:"mouseout",condition:A},mousewheel:{base:(Browser.Engine.gecko)?"DOMMouseScroll":"mousewheel"}});})();Element.Properties.styles={set:function(A){this.setStyles(A);}};Element.Properties.opacity={set:function(A,B){if(!B){if(A==0){if(this.style.visibility!="hidden"){this.style.visibility="hidden";}}else{if(this.style.visibility!="visible"){this.style.visibility="visible";}}}if(!this.currentStyle||!this.currentStyle.hasLayout){this.style.zoom=1;}if(Browser.Engine.trident){this.style.filter=(A==1)?"":"alpha(opacity="+A*100+")";}this.style.opacity=A;this.store("opacity",A);},get:function(){return this.retrieve("opacity",1);}};Element.implement({setOpacity:function(A){return this.set("opacity",A,true);},getOpacity:function(){return this.get("opacity");},setStyle:function(B,A){switch(B){case"opacity":return this.set("opacity",parseFloat(A));case"float":B=(Browser.Engine.trident)?"styleFloat":"cssFloat";}B=B.camelCase();if($type(A)!="string"){var C=(Element.Styles.get(B)||"@").split(" ");A=$splat(A).map(function(E,D){if(!C[D]){return"";}return($type(E)=="number")?C[D].replace("@",Math.round(E)):E;}).join(" ");}else{if(A==String(Number(A))){A=Math.round(A);}}this.style[B]=A;return this;},getStyle:function(G){switch(G){case"opacity":return this.get("opacity");case"float":G=(Browser.Engine.trident)?"styleFloat":"cssFloat";}G=G.camelCase();var A=this.style[G];if(!$chk(A)){A=[];for(var F in Element.ShortStyles){if(G!=F){continue;}for(var E in Element.ShortStyles[F]){A.push(this.getStyle(E));}return A.join(" ");}A=this.getComputedStyle(G);}if(A){A=String(A);var C=A.match(/rgba?\([\d\s,]+\)/);if(C){A=A.replace(C[0],C[0].rgbToHex());}}if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(A)))){if(G.test(/^(height|width)$/)){var B=(G=="width")?["left","right"]:["top","bottom"],D=0;B.each(function(H){D+=this.getStyle("border-"+H+"-width").toInt()+this.getStyle("padding-"+H).toInt();},this);return this["offset"+G.capitalize()]-D+"px";}if((Browser.Engine.presto)&&String(A).test("px")){return A;}if(G.test(/(border(.+)Width|margin|padding)/)){return"0px";}}return A;},setStyles:function(B){for(var A in B){this.setStyle(A,B[A]);}return this;},getStyles:function(){var A={};Array.each(arguments,function(B){A[B]=this.getStyle(B);},this);return A;}});Element.Styles=new Hash({left:"@px",top:"@px",bottom:"@px",right:"@px",width:"@px",height:"@px",maxWidth:"@px",maxHeight:"@px",minWidth:"@px",minHeight:"@px",backgroundColor:"rgb(@, @, @)",backgroundPosition:"@px @px",color:"rgb(@, @, @)",fontSize:"@px",letterSpacing:"@px",lineHeight:"@px",clip:"rect(@px @px @px @px)",margin:"@px @px @px @px",padding:"@px @px @px @px",border:"@px @ rgb(@, @, @) @px @ rgb(@, @, @) @px @ rgb(@, @, @)",borderWidth:"@px @px @px @px",borderStyle:"@ @ @ @",borderColor:"rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)",zIndex:"@",zoom:"@",fontWeight:"@",textIndent:"@px",opacity:"@"});Element.ShortStyles={margin:{},padding:{},border:{},borderWidth:{},borderStyle:{},borderColor:{}};["Top","Right","Bottom","Left"].each(function(G){var F=Element.ShortStyles;var B=Element.Styles;["margin","padding"].each(function(H){var I=H+G;F[H][I]=B[I]="@px";});var E="border"+G;F.border[E]=B[E]="@px @ rgb(@, @, @)";var D=E+"Width",A=E+"Style",C=E+"Color";F[E]={};F.borderWidth[D]=F[E][D]=B[D]="@px";F.borderStyle[A]=F[E][A]=B[A]="@";F.borderColor[C]=F[E][C]=B[C]="rgb(@, @, @)";});(function(){Element.implement({scrollTo:function(H,I){if(B(this)){this.getWindow().scrollTo(H,I);}else{this.scrollLeft=H;this.scrollTop=I;}return this;},getSize:function(){if(B(this)){return this.getWindow().getSize();}return{x:this.offsetWidth,y:this.offsetHeight};},getScrollSize:function(){if(B(this)){return this.getWindow().getScrollSize();}return{x:this.scrollWidth,y:this.scrollHeight};},getScroll:function(){if(B(this)){return this.getWindow().getScroll();}return{x:this.scrollLeft,y:this.scrollTop};},getScrolls:function(){var I=this,H={x:0,y:0};while(I&&!B(I)){H.x+=I.scrollLeft;H.y+=I.scrollTop;I=I.parentNode;}return H;},getOffsetParent:function(){var H=this;if(B(H)){return null;}if(!Browser.Engine.trident){return H.offsetParent;}while((H=H.parentNode)&&!B(H)){if(D(H,"position")!="static"){return H;}}return null;},getOffsets:function(){if(Browser.Engine.trident){var L=this.getBoundingClientRect(),J=this.getDocument().documentElement;return{x:L.left+J.scrollLeft-J.clientLeft,y:L.top+J.scrollTop-J.clientTop};}var I=this,H={x:0,y:0};if(B(this)){return H;}while(I&&!B(I)){H.x+=I.offsetLeft;H.y+=I.offsetTop;if(Browser.Engine.gecko){if(!F(I)){H.x+=C(I);H.y+=G(I);}var K=I.parentNode;if(K&&D(K,"overflow")!="visible"){H.x+=C(K);H.y+=G(K);}}else{if(I!=this&&Browser.Engine.webkit){H.x+=C(I);H.y+=G(I);}}I=I.offsetParent;}if(Browser.Engine.gecko&&!F(this)){H.x-=C(this);H.y-=G(this);}return H;},getPosition:function(K){if(B(this)){return{x:0,y:0};}var L=this.getOffsets(),I=this.getScrolls();var H={x:L.x-I.x,y:L.y-I.y};var J=(K&&(K=$(K)))?K.getPosition():{x:0,y:0};return{x:H.x-J.x,y:H.y-J.y};},getCoordinates:function(J){if(B(this)){return this.getWindow().getCoordinates();}var H=this.getPosition(J),I=this.getSize();var K={left:H.x,top:H.y,width:I.x,height:I.y};K.right=K.left+K.width;K.bottom=K.top+K.height;return K;},computePosition:function(H){return{left:H.x-E(this,"margin-left"),top:H.y-E(this,"margin-top")};},position:function(H){return this.setStyles(this.computePosition(H));}});Native.implement([Document,Window],{getSize:function(){var I=this.getWindow();if(Browser.Engine.presto||Browser.Engine.webkit){return{x:I.innerWidth,y:I.innerHeight};}var H=A(this);return{x:H.clientWidth,y:H.clientHeight};},getScroll:function(){var I=this.getWindow();var H=A(this);return{x:I.pageXOffset||H.scrollLeft,y:I.pageYOffset||H.scrollTop};},getScrollSize:function(){var I=A(this);var H=this.getSize();return{x:Math.max(I.scrollWidth,H.x),y:Math.max(I.scrollHeight,H.y)};},getPosition:function(){return{x:0,y:0};},getCoordinates:function(){var H=this.getSize();return{top:0,left:0,bottom:H.y,right:H.x,height:H.y,width:H.x};}});var D=Element.getComputedStyle;function E(H,I){return D(H,I).toInt()||0;}function F(H){return D(H,"-moz-box-sizing")=="border-box";}function G(H){return E(H,"border-top-width");}function C(H){return E(H,"border-left-width");}function B(H){return(/^(?:body|html)$/i).test(H.tagName);}function A(H){var I=H.getDocument();return(!I.compatMode||I.compatMode=="CSS1Compat")?I.html:I.body;}})();Native.implement([Window,Document,Element],{getHeight:function(){return this.getSize().y;},getWidth:function(){return this.getSize().x;},getScrollTop:function(){return this.getScroll().y;},getScrollLeft:function(){return this.getScroll().x;},getScrollHeight:function(){return this.getScrollSize().y;},getScrollWidth:function(){return this.getScrollSize().x;},getTop:function(){return this.getPosition().y;},getLeft:function(){return this.getPosition().x;}});Native.implement([Document,Element],{getElements:function(H,G){H=H.split(",");var C,E={};for(var D=0,B=H.length;D<B;D++){var A=H[D],F=Selectors.Utils.search(this,A,E);if(D!=0&&F.item){F=$A(F);}C=(D==0)?F:(C.item)?$A(C).concat(F):C.concat(F);}return new Elements(C,{ddup:(H.length>1),cash:!G});}});Element.implement({match:function(B){if(!B||(B==this)){return true;}var D=Selectors.Utils.parseTagAndID(B);var A=D[0],E=D[1];if(!Selectors.Filters.byID(this,E)||!Selectors.Filters.byTag(this,A)){return false;}var C=Selectors.Utils.parseSelector(B);return(C)?Selectors.Utils.filter(this,C,{}):true;}});var Selectors={Cache:{nth:{},parsed:{}}};Selectors.RegExps={id:(/#([\w-]+)/),tag:(/^(\w+|\*)/),quick:(/^(\w+|\*)$/),splitter:(/\s*([+>~\s])\s*([a-zA-Z#.*:\[])/g),combined:(/\.([\w-]+)|\[(\w+)(?:([!*^$~|]?=)(["']?)([^\4]*?)\4)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g)};Selectors.Utils={chk:function(B,C){if(!C){return true;}var A=$uid(B);if(!C[A]){return C[A]=true;}return false;},parseNthArgument:function(F){if(Selectors.Cache.nth[F]){return Selectors.Cache.nth[F];}var C=F.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!C){return false;}var E=parseInt(C[1]);var B=(E||E===0)?E:1;var D=C[2]||false;var A=parseInt(C[3])||0;if(B!=0){A--;while(A<1){A+=B;}while(A>=B){A-=B;}}else{B=A;D="index";}switch(D){case"n":C={a:B,b:A,special:"n"};break;case"odd":C={a:2,b:0,special:"n"};break;case"even":C={a:2,b:1,special:"n"};break;case"first":C={a:0,special:"index"};break;case"last":C={special:"last-child"};break;case"only":C={special:"only-child"};break;default:C={a:(B-1),special:"index"};}return Selectors.Cache.nth[F]=C;},parseSelector:function(E){if(Selectors.Cache.parsed[E]){return Selectors.Cache.parsed[E];}var D,H={classes:[],pseudos:[],attributes:[]};while((D=Selectors.RegExps.combined.exec(E))){var I=D[1],G=D[2],F=D[3],B=D[5],C=D[6],J=D[7];if(I){H.classes.push(I);}else{if(C){var A=Selectors.Pseudo.get(C);if(A){H.pseudos.push({parser:A,argument:J});}else{H.attributes.push({name:C,operator:"=",value:J});}}else{if(G){H.attributes.push({name:G,operator:F,value:B});}}}}if(!H.classes.length){delete H.classes;}if(!H.attributes.length){delete H.attributes;}if(!H.pseudos.length){delete H.pseudos;}if(!H.classes&&!H.attributes&&!H.pseudos){H=null;}return Selectors.Cache.parsed[E]=H;},parseTagAndID:function(B){var A=B.match(Selectors.RegExps.tag);var C=B.match(Selectors.RegExps.id);return[(A)?A[1]:"*",(C)?C[1]:false];},filter:function(F,C,E){var D;if(C.classes){for(D=C.classes.length;D--;D){var G=C.classes[D];if(!Selectors.Filters.byClass(F,G)){return false;}}}if(C.attributes){for(D=C.attributes.length;D--;D){var B=C.attributes[D];if(!Selectors.Filters.byAttribute(F,B.name,B.operator,B.value)){return false;}}}if(C.pseudos){for(D=C.pseudos.length;D--;D){var A=C.pseudos[D];if(!Selectors.Filters.byPseudo(F,A.parser,A.argument,E)){return false;}}}return true;},getByTagAndID:function(B,A,D){if(D){var C=(B.getElementById)?B.getElementById(D,true):Element.getElementById(B,D,true);return(C&&Selectors.Filters.byTag(C,A))?[C]:[];}else{return B.getElementsByTagName(A);}},search:function(I,H,N){var B=[];var C=H.trim().replace(Selectors.RegExps.splitter,function(Y,X,W){B.push(X);return":)"+W;}).split(":)");var J,E,U;for(var T=0,P=C.length;T<P;T++){var S=C[T];if(T==0&&Selectors.RegExps.quick.test(S)){J=I.getElementsByTagName(S);continue;}var A=B[T-1];var K=Selectors.Utils.parseTagAndID(S);var V=K[0],L=K[1];if(T==0){J=Selectors.Utils.getByTagAndID(I,V,L);}else{var D={},G=[];for(var R=0,Q=J.length;R<Q;R++){G=Selectors.Getters[A](G,J[R],V,L,D);}J=G;}var F=Selectors.Utils.parseSelector(S);if(F){E=[];for(var O=0,M=J.length;O<M;O++){U=J[O];if(Selectors.Utils.filter(U,F,N)){E.push(U);}}J=E;}}return J;}};Selectors.Getters={" ":function(H,G,I,A,E){var D=Selectors.Utils.getByTagAndID(G,I,A);for(var C=0,B=D.length;C<B;C++){var F=D[C];if(Selectors.Utils.chk(F,E)){H.push(F);}}return H;},">":function(H,G,I,A,F){var C=Selectors.Utils.getByTagAndID(G,I,A);for(var E=0,D=C.length;E<D;E++){var B=C[E];if(B.parentNode==G&&Selectors.Utils.chk(B,F)){H.push(B);}}return H;},"+":function(C,B,A,E,D){while((B=B.nextSibling)){if(B.nodeType==1){if(Selectors.Utils.chk(B,D)&&Selectors.Filters.byTag(B,A)&&Selectors.Filters.byID(B,E)){C.push(B);}break;}}return C;},"~":function(C,B,A,E,D){while((B=B.nextSibling)){if(B.nodeType==1){if(!Selectors.Utils.chk(B,D)){break;}if(Selectors.Filters.byTag(B,A)&&Selectors.Filters.byID(B,E)){C.push(B);}}}return C;}};Selectors.Filters={byTag:function(B,A){return(A=="*"||(B.tagName&&B.tagName.toLowerCase()==A));},byID:function(A,B){return(!B||(A.id&&A.id==B));},byClass:function(B,A){return(B.className&&B.className.contains(A," "));},byPseudo:function(A,D,C,B){return D.call(A,C,B);},byAttribute:function(C,D,B,E){var A=Element.prototype.getProperty.call(C,D);if(!A){return(B=="!=");}if(!B||E==undefined){return true;}switch(B){case"=":return(A==E);case"*=":return(A.contains(E));case"^=":return(A.substr(0,E.length)==E);case"$=":return(A.substr(A.length-E.length)==E);case"!=":return(A!=E);case"~=":return A.contains(E," ");case"|=":return A.contains(E,"-");}return false;}};Selectors.Pseudo=new Hash({checked:function(){return this.checked;},empty:function(){return!(this.innerText||this.textContent||"").length;},not:function(A){return!Element.match(this,A);},contains:function(A){return(this.innerText||this.textContent||"").contains(A);},"first-child":function(){return Selectors.Pseudo.index.call(this,0);},"last-child":function(){var A=this;while((A=A.nextSibling)){if(A.nodeType==1){return false;}}return true;},"only-child":function(){var B=this;while((B=B.previousSibling)){if(B.nodeType==1){return false;}}var A=this;while((A=A.nextSibling)){if(A.nodeType==1){return false;}}return true;},"nth-child":function(G,E){G=(G==undefined)?"n":G;var C=Selectors.Utils.parseNthArgument(G);if(C.special!="n"){return Selectors.Pseudo[C.special].call(this,C.a,E);}var F=0;E.positions=E.positions||{};var D=$uid(this);if(!E.positions[D]){var B=this;while((B=B.previousSibling)){if(B.nodeType!=1){continue;}F++;var A=E.positions[$uid(B)];if(A!=undefined){F=A+F;break;}}E.positions[D]=F;}return(E.positions[D]%C.a==C.b);},index:function(A){var B=this,C=0;while((B=B.previousSibling)){if(B.nodeType==1&&++C>A){return false;}}return(C==A);},even:function(B,A){return Selectors.Pseudo["nth-child"].call(this,"2n+1",A);},odd:function(B,A){return Selectors.Pseudo["nth-child"].call(this,"2n",A);}});Element.Events.domready={onAdd:function(A){if(Browser.loaded){A.call(this);}}};(function(){var B=function(){if(Browser.loaded){return;}Browser.loaded=true;window.fireEvent("domready");document.fireEvent("domready");};if(Browser.Engine.trident){var A=document.createElement("div");(function(){($try(function(){A.doScroll("left");return $(A).inject(document.body).set("html","temp").dispose();}))?B():arguments.callee.delay(50);})();}else{if(Browser.Engine.webkit&&Browser.Engine.version<525){(function(){(["loaded","complete"].contains(document.readyState))?B():arguments.callee.delay(50);})();}else{window.addEvent("load",B);document.addEvent("DOMContentLoaded",B);}}})();var JSON=new Hash({$specialChars:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},$replaceChars:function(A){return JSON.$specialChars[A]||"\\u00"+Math.floor(A.charCodeAt()/16).toString(16)+(A.charCodeAt()%16).toString(16);},encode:function(B){switch($type(B)){case"string":return'"'+B.replace(/[\x00-\x1f\\"]/g,JSON.$replaceChars)+'"';case"array":return"["+String(B.map(JSON.encode).filter($defined))+"]";case"object":case"hash":var A=[];Hash.each(B,function(E,D){var C=JSON.encode(E);if(C){A.push(JSON.encode(D)+":"+C);}});return"{"+A+"}";case"number":case"boolean":return String(B);case false:return"null";}return null;},decode:function(string,secure){if($type(string)!="string"||!string.length){return null;}if(secure&&!(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(string.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,""))){return null;}return eval("("+string+")");}});Native.implement([Hash,Array,String,Number],{toJSON:function(){return JSON.encode(this);}});var Cookie=new Class({Implements:Options,options:{path:false,domain:false,duration:false,secure:false,document:document},initialize:function(B,A){this.key=B;this.setOptions(A);},write:function(B){B=encodeURIComponent(B);if(this.options.domain){B+="; domain="+this.options.domain;}if(this.options.path){B+="; path="+this.options.path;}if(this.options.duration){var A=new Date();A.setTime(A.getTime()+this.options.duration*24*60*60*1000);B+="; expires="+A.toGMTString();}if(this.options.secure){B+="; secure";}this.options.document.cookie=this.key+"="+B;return this;},read:function(){var A=this.options.document.cookie.match("(?:^|;)\\s*"+this.key.escapeRegExp()+"=([^;]*)");return(A)?decodeURIComponent(A[1]):null;},dispose:function(){new Cookie(this.key,$merge(this.options,{duration:-1})).write("");return this;}});Cookie.write=function(B,C,A){return new Cookie(B,A).write(C);};Cookie.read=function(A){return new Cookie(A).read();};Cookie.dispose=function(B,A){return new Cookie(B,A).dispose();};var Swiff=new Class({Implements:[Options],options:{id:null,height:1,width:1,container:null,properties:{},params:{quality:"high",allowScriptAccess:"always",wMode:"transparent",swLiveConnect:true},callBacks:{},vars:{}},toElement:function(){return this.object;},initialize:function(L,M){this.instance="Swiff_"+$time();this.setOptions(M);M=this.options;var B=this.id=M.id||this.instance;var A=$(M.container);Swiff.CallBacks[this.instance]={};var E=M.params,G=M.vars,F=M.callBacks;var H=$extend({height:M.height,width:M.width},M.properties);var K=this;for(var D in F){Swiff.CallBacks[this.instance][D]=(function(N){return function(){return N.apply(K.object,arguments);};})(F[D]);G[D]="Swiff.CallBacks."+this.instance+"."+D;}E.flashVars=Hash.toQueryString(G);if(Browser.Engine.trident){H.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";E.movie=L;}else{H.type="application/x-shockwave-flash";H.data=L;}var J='<object id="'+B+'"';for(var I in H){J+=" "+I+'="'+H[I]+'"';}J+=">";for(var C in E){if(E[C]){J+='<param name="'+C+'" value="'+E[C]+'" />';}}J+="</object>";this.object=((A)?A.empty():new Element("div")).set("html",J).firstChild;},replaces:function(A){A=$(A,true);A.parentNode.replaceChild(this.toElement(),A);return this;},inject:function(A){$(A,true).appendChild(this.toElement());return this;},remote:function(){return Swiff.remote.apply(Swiff,[this.toElement()].extend(arguments));}});Swiff.CallBacks={};Swiff.remote=function(obj,fn){var rs=obj.CallFunction('<invoke name="'+fn+'" returntype="javascript">'+__flash__argumentsToXML(arguments,2)+"</invoke>");return eval(rs);};var Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:"ignore"},initialize:function(A){this.subject=this.subject||this;this.setOptions(A);this.options.duration=Fx.Durations[this.options.duration]||this.options.duration.toInt();var B=this.options.wait;if(B===false){this.options.link="cancel";}},getTransition:function(){return function(A){return-(Math.cos(Math.PI*A)-1)/2;};},step:function(){var A=$time();if(A<this.time+this.options.duration){var B=this.transition((A-this.time)/this.options.duration);this.set(this.compute(this.from,this.to,B));}else{this.set(this.compute(this.from,this.to,1));this.complete();}},set:function(A){return A;},compute:function(C,B,A){return Fx.compute(C,B,A);},check:function(A){if(!this.timer){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(A.bind(this,Array.slice(arguments,1)));return false;}return false;},start:function(B,A){if(!this.check(arguments.callee,B,A)){return this;}this.from=B;this.to=A;this.time=0;this.transition=this.getTransition();this.startTimer();this.onStart();return this;},complete:function(){if(this.stopTimer()){this.onComplete();}return this;},cancel:function(){if(this.stopTimer()){this.onCancel();}return this;},onStart:function(){this.fireEvent("start",this.subject);},onComplete:function(){this.fireEvent("complete",this.subject);if(!this.callChain()){this.fireEvent("chainComplete",this.subject);}},onCancel:function(){this.fireEvent("cancel",this.subject).clearChain();},pause:function(){this.stopTimer();return this;},resume:function(){this.startTimer();return this;},stopTimer:function(){if(!this.timer){return false;}this.time=$time()-this.time;this.timer=$clear(this.timer);return true;},startTimer:function(){if(this.timer){return false;}this.time=$time()-this.time;this.timer=this.step.periodical(Math.round(1000/this.options.fps),this);return true;}});Fx.compute=function(C,B,A){return(B-C)*A+C;};Fx.Durations={"short":250,normal:500,"long":1000};Fx.CSS=new Class({Extends:Fx,prepare:function(D,E,B){B=$splat(B);var C=B[1];if(!$chk(C)){B[1]=B[0];B[0]=D.getStyle(E);}var A=B.map(this.parse);return{from:A[0],to:A[1]};},parse:function(A){A=$lambda(A)();A=(typeof A=="string")?A.split(" "):$splat(A);return A.map(function(C){C=String(C);var B=false;Fx.CSS.Parsers.each(function(F,E){if(B){return;}var D=F.parse(C);if($chk(D)){B={value:D,parser:F};}});B=B||{value:C,parser:Fx.CSS.Parsers.String};return B;});},compute:function(D,C,B){var A=[];(Math.min(D.length,C.length)).times(function(E){A.push({value:D[E].parser.compute(D[E].value,C[E].value,B),parser:D[E].parser});});A.$family={name:"fx:css:value"};return A;},serve:function(C,B){if($type(C)!="fx:css:value"){C=this.parse(C);}var A=[];C.each(function(D){A=A.concat(D.parser.serve(D.value,B));});return A;},render:function(A,D,C,B){A.setStyle(D,this.serve(C,B));},search:function(A){if(Fx.CSS.Cache[A]){return Fx.CSS.Cache[A];}var B={};Array.each(document.styleSheets,function(E,D){var C=E.href;if(C&&C.contains("://")&&!C.contains(document.domain)){return;}var F=E.rules||E.cssRules;Array.each(F,function(I,G){if(!I.style){return;}var H=(I.selectorText)?I.selectorText.replace(/^\w+/,function(J){return J.toLowerCase();}):null;if(!H||!H.test("^"+A+"$")){return;}Element.Styles.each(function(K,J){if(!I.style[J]||Element.ShortStyles[J]){return;}K=String(I.style[J]);B[J]=(K.test(/^rgb/))?K.rgbToHex():K;});});});return Fx.CSS.Cache[A]=B;}});Fx.CSS.Cache={};Fx.CSS.Parsers=new Hash({Color:{parse:function(A){if(A.match(/^#[0-9a-f]{3,6}$/i)){return A.hexToRgb(true);}return((A=A.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[A[1],A[2],A[3]]:false;},compute:function(C,B,A){return C.map(function(E,D){return Math.round(Fx.compute(C[D],B[D],A));});},serve:function(A){return A.map(Number);}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(B,A){return(A)?B+A:B;}},String:{parse:$lambda(false),compute:$arguments(1),serve:$arguments(0)}});Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(B,A){this.element=this.subject=$(B);this.parent(A);},set:function(B,A){if(arguments.length==1){A=B;B=this.property||this.options.property;}this.render(this.element,B,A,this.options.unit);return this;},start:function(C,E,D){if(!this.check(arguments.callee,C,E,D)){return this;}var B=Array.flatten(arguments);this.property=this.options.property||B.shift();var A=this.prepare(this.element,this.property,B);return this.parent(A.from,A.to);}});Element.Properties.tween={set:function(A){var B=this.retrieve("tween");if(B){B.cancel();}return this.eliminate("tween").store("tween:options",$extend({link:"cancel"},A));},get:function(A){if(A||!this.retrieve("tween")){if(A||!this.retrieve("tween:options")){this.set("tween",A);}this.store("tween",new Fx.Tween(this,this.retrieve("tween:options")));}return this.retrieve("tween");}};Element.implement({tween:function(A,C,B){this.get("tween").start(arguments);return this;},fade:function(C){var E=this.get("tween"),D="opacity",A;C=$pick(C,"toggle");switch(C){case"in":E.start(D,1);break;case"out":E.start(D,0);break;case"show":E.set(D,1);break;case"hide":E.set(D,0);break;case"toggle":var B=this.retrieve("fade:flag",this.get("opacity")==1);E.start(D,(B)?0:1);this.store("fade:flag",!B);A=true;break;default:E.start(D,arguments);}if(!A){this.eliminate("fade:flag");}return this;},highlight:function(C,A){if(!A){A=this.retrieve("highlight:original",this.getStyle("background-color"));A=(A=="transparent")?"#fff":A;}var B=this.get("tween");B.start("background-color",C||"#ffff88",A).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));B.callChain();}.bind(this));return this;}});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(B,A){this.element=this.subject=$(B);this.parent(A);},set:function(A){if(typeof A=="string"){A=this.search(A);}for(var B in A){this.render(this.element,B,A[B],this.options.unit);}return this;},compute:function(E,D,C){var A={};for(var B in E){A[B]=this.parent(E[B],D[B],C);}return A;},start:function(B){if(!this.check(arguments.callee,B)){return this;}if(typeof B=="string"){B=this.search(B);}var E={},D={};for(var C in B){var A=this.prepare(this.element,C,B[C]);E[C]=A.from;D[C]=A.to;}return this.parent(E,D);}});Element.Properties.morph={set:function(A){var B=this.retrieve("morph");if(B){B.cancel();}return this.eliminate("morph").store("morph:options",$extend({link:"cancel"},A));},get:function(A){if(A||!this.retrieve("morph")){if(A||!this.retrieve("morph:options")){this.set("morph",A);}this.store("morph",new Fx.Morph(this,this.retrieve("morph:options")));}return this.retrieve("morph");}};Element.implement({morph:function(A){this.get("morph").start(A);return this;}});Fx.implement({getTransition:function(){var A=this.options.transition||Fx.Transitions.Sine.easeInOut;if(typeof A=="string"){var B=A.split(":");A=Fx.Transitions;A=A[B[0]]||A[B[0].capitalize()];if(B[1]){A=A["ease"+B[1].capitalize()+(B[2]?B[2].capitalize():"")];}}return A;}});Fx.Transition=function(B,A){A=$splat(A);return $extend(B,{easeIn:function(C){return B(C,A);},easeOut:function(C){return 1-B(1-C,A);},easeInOut:function(C){return(C<=0.5)?B(2*C,A)/2:(2-B(2*(1-C),A))/2;}});};Fx.Transitions=new Hash({linear:$arguments(0)});Fx.Transitions.extend=function(A){for(var B in A){Fx.Transitions[B]=new Fx.Transition(A[B]);}};Fx.Transitions.extend({Pow:function(B,A){return Math.pow(B,A[0]||6);},Expo:function(A){return Math.pow(2,8*(A-1));},Circ:function(A){return 1-Math.sin(Math.acos(A));},Sine:function(A){return 1-Math.sin((1-A)*Math.PI/2);},Back:function(B,A){A=A[0]||1.618;return Math.pow(B,2)*((A+1)*B-A);},Bounce:function(D){var C;for(var B=0,A=1;1;B+=A,A/=2){if(D>=(7-4*B)/11){C=A*A-Math.pow((11-6*B-11*D)/4,2);break;}}return C;},Elastic:function(B,A){return Math.pow(2,10*--B)*Math.cos(20*B*Math.PI*(A[0]||1)/3);}});["Quad","Cubic","Quart","Quint"].each(function(B,A){Fx.Transitions[B]=new Fx.Transition(function(C){return Math.pow(C,[A+2]);});});var Request=new Class({Implements:[Chain,Events,Options],options:{url:"",data:"",headers:{"X-Requested-With":"XMLHttpRequest",Accept:"text/javascript, text/html, application/xml, text/xml, */*"},async:true,format:false,method:"post",link:"ignore",isSuccess:null,emulation:true,urlEncoded:true,encoding:"utf-8",evalScripts:false,evalResponse:false},initialize:function(A){this.xhr=new Browser.Request();this.setOptions(A);this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.headers=new Hash(this.options.headers);},onStateChange:function(){if(this.xhr.readyState!=4||!this.running){return;}this.running=false;this.status=0;$try(function(){this.status=this.xhr.status;}.bind(this));if(this.options.isSuccess.call(this,this.status)){this.response={text:this.xhr.responseText,xml:this.xhr.responseXML};this.success(this.response.text,this.response.xml);}else{this.response={text:null,xml:null};this.failure();}this.xhr.onreadystatechange=$empty;},isSuccess:function(){return((this.status>=200)&&(this.status<300));},processScripts:function(A){if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader("Content-type"))){return $exec(A);}return A.stripScripts(this.options.evalScripts);},success:function(B,A){this.onSuccess(this.processScripts(B),A);},onSuccess:function(){this.fireEvent("complete",arguments).fireEvent("success",arguments).callChain();},failure:function(){this.onFailure();},onFailure:function(){this.fireEvent("complete").fireEvent("failure",this.xhr);},setHeader:function(A,B){this.headers.set(A,B);return this;},getHeader:function(A){return $try(function(){return this.xhr.getResponseHeader(A);}.bind(this));},check:function(A){if(!this.running){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(A.bind(this,Array.slice(arguments,1)));return false;}return false;},send:function(I){if(!this.check(arguments.callee,I)){return this;}this.running=true;var G=$type(I);if(G=="string"||G=="element"){I={data:I};}var D=this.options;I=$extend({data:D.data,url:D.url,method:D.method},I);var E=I.data,B=I.url,A=I.method;switch($type(E)){case"element":E=$(E).toQueryString();break;case"object":case"hash":E=Hash.toQueryString(E);}if(this.options.format){var H="format="+this.options.format;E=(E)?H+"&"+E:H;}if(this.options.emulation&&["put","delete"].contains(A)){var F="_method="+A;E=(E)?F+"&"+E:F;A="post";}if(this.options.urlEncoded&&A=="post"){var C=(this.options.encoding)?"; charset="+this.options.encoding:"";this.headers.set("Content-type","application/x-www-form-urlencoded"+C);}if(E&&A=="get"){B=B+(B.contains("?")?"&":"?")+E;E=null;}this.xhr.open(A.toUpperCase(),B,this.options.async);this.xhr.onreadystatechange=this.onStateChange.bind(this);this.headers.each(function(K,J){try{this.xhr.setRequestHeader(J,K);}catch(L){this.fireEvent("exception",[J,K]);}},this);this.fireEvent("request");this.xhr.send(E);if(!this.options.async){this.onStateChange();}return this;},cancel:function(){if(!this.running){return this;}this.running=false;this.xhr.abort();this.xhr.onreadystatechange=$empty;this.xhr=new Browser.Request();this.fireEvent("cancel");return this;}});(function(){var A={};["get","post","put","delete","GET","POST","PUT","DELETE"].each(function(B){A[B]=function(){var C=Array.link(arguments,{url:String.type,data:$defined});return this.send($extend(C,{method:B.toLowerCase()}));};});Request.implement(A);})();Element.Properties.send={set:function(A){var B=this.retrieve("send");if(B){B.cancel();}return this.eliminate("send").store("send:options",$extend({data:this,link:"cancel",method:this.get("method")||"post",url:this.get("action")},A));},get:function(A){if(A||!this.retrieve("send")){if(A||!this.retrieve("send:options")){this.set("send",A);}this.store("send",new Request(this.retrieve("send:options")));}return this.retrieve("send");}};Element.implement({send:function(A){var B=this.get("send");B.send({data:this,url:A||B.options.url});return this;}});Request.HTML=new Class({Extends:Request,options:{update:false,evalScripts:true,filter:false},processHTML:function(C){var B=C.match(/<body[^>]*>([\s\S]*?)<\/body>/i);C=(B)?B[1]:C;var A=new Element("div");return $try(function(){var D="<root>"+C+"</root>",G;if(Browser.Engine.trident){G=new ActiveXObject("Microsoft.XMLDOM");G.async=false;G.loadXML(D);}else{G=new DOMParser().parseFromString(D,"text/xml");}D=G.getElementsByTagName("root")[0];for(var F=0,E=D.childNodes.length;F<E;F++){var H=Element.clone(D.childNodes[F],true,true);if(H){A.grab(H);}}return A;})||A.set("html",C);},success:function(D){var C=this.options,B=this.response;B.html=D.stripScripts(function(E){B.javascript=E;});var A=this.processHTML(B.html);B.tree=A.childNodes;B.elements=A.getElements("*");if(C.filter){B.tree=B.elements.filter(C.filter);}if(C.update){$(C.update).empty().set("html",B.html);}if(C.evalScripts){$exec(B.javascript);}this.onSuccess(B.tree,B.elements,B.html,B.javascript);}});Element.Properties.load={set:function(A){var B=this.retrieve("load");if(B){B.cancel();}return this.eliminate("load").store("load:options",$extend({data:this,link:"cancel",update:this,method:"get"},A));},get:function(A){if(A||!this.retrieve("load")){if(A||!this.retrieve("load:options")){this.set("load",A);}this.store("load",new Request.HTML(this.retrieve("load:options")));}return this.retrieve("load");}};Element.implement({load:function(){this.get("load").send(Array.link(arguments,{data:Object.type,url:String.type}));return this;}});Request.JSON=new Class({Extends:Request,options:{secure:true},initialize:function(A){this.parent(A);this.headers.extend({Accept:"application/json","X-Request":"JSON"});},success:function(A){this.response.json=JSON.decode(A,this.options.secure);this.onSuccess(this.response.json,A);}});;Fx.Slide=new Class({Extends:Fx,options:{mode:"vertical"},initialize:function(B,A){this.addEvent("complete",function(){this.open=(this.wrapper["offset"+this.layout.capitalize()]!=0);if(this.open&&Browser.Engine.webkit419){this.element.dispose().inject(this.wrapper);}},true);this.element=this.subject=$(B);this.parent(A);var C=this.element.retrieve("wrapper");this.wrapper=C||new Element("div",{styles:$extend(this.element.getStyles("margin","position"),{overflow:"hidden"})}).wraps(this.element);this.element.store("wrapper",this.wrapper).setStyle("margin",0);this.now=[];this.open=true;},vertical:function(){this.margin="margin-top";this.layout="height";this.offset=this.element.offsetHeight;},horizontal:function(){this.margin="margin-left";this.layout="width";this.offset=this.element.offsetWidth;},set:function(A){this.element.setStyle(this.margin,A[0]);this.wrapper.setStyle(this.layout,A[1]);return this;},compute:function(E,D,C){var B=[];var A=2;A.times(function(F){B[F]=Fx.compute(E[F],D[F],C);});return B;},start:function(B,E){if(!this.check(arguments.callee,B,E)){return this;}this[E||this.options.mode]();var D=this.element.getStyle(this.margin).toInt();var C=this.wrapper.getStyle(this.layout).toInt();var A=[[D,C],[0,this.offset]];var G=[[D,C],[-this.offset,0]];var F;switch(B){case"in":F=A;break;case"out":F=G;break;case"toggle":F=(this.wrapper["offset"+this.layout.capitalize()]==0)?A:G;}return this.parent(F[0],F[1]);},slideIn:function(A){return this.start("in",A);},slideOut:function(A){return this.start("out",A);},hide:function(A){this[A||this.options.mode]();this.open=false;return this.set([-this.offset,0]);},show:function(A){this[A||this.options.mode]();this.open=true;return this.set([0,this.offset]);},toggle:function(A){return this.start("toggle",A);}});Element.Properties.slide={set:function(B){var A=this.retrieve("slide");if(A){A.cancel();}return this.eliminate("slide").store("slide:options",$extend({link:"cancel"},B));},get:function(A){if(A||!this.retrieve("slide")){if(A||!this.retrieve("slide:options")){this.set("slide",A);}this.store("slide",new Fx.Slide(this,this.retrieve("slide:options")));}return this.retrieve("slide");}};Element.implement({slide:function(D,E){D=D||"toggle";var B=this.get("slide"),A;switch(D){case"hide":B.hide(E);break;case"show":B.show(E);break;case"toggle":var C=this.retrieve("slide:flag",B.open);B[(C)?"slideOut":"slideIn"](E);this.store("slide:flag",!C);A=true;break;default:B.start(D,E);}if(!A){this.eliminate("slide:flag");}return this;}});Fx.Scroll=new Class({Extends:Fx,options:{offset:{x:0,y:0},wheelStops:true},initialize:function(B,A){this.element=this.subject=$(B);this.parent(A);var D=this.cancel.bind(this,false);if($type(this.element)!="element"){this.element=$(this.element.getDocument().body);}var C=this.element;if(this.options.wheelStops){this.addEvent("start",function(){C.addEvent("mousewheel",D);},true);this.addEvent("complete",function(){C.removeEvent("mousewheel",D);},true);}},set:function(){var A=Array.flatten(arguments);this.element.scrollTo(A[0],A[1]);},compute:function(E,D,C){var B=[];var A=2;A.times(function(F){B.push(Fx.compute(E[F],D[F],C));});return B;},start:function(C,H){if(!this.check(arguments.callee,C,H)){return this;}var E=this.element.getSize(),F=this.element.getScrollSize();var B=this.element.getScroll(),D={x:C,y:H};for(var G in D){var A=F[G]-E[G];if($chk(D[G])){D[G]=($type(D[G])=="number")?D[G].limit(0,A):A;}else{D[G]=B[G];}D[G]+=this.options.offset[G];}return this.parent([B.x,B.y],[D.x,D.y]);},toTop:function(){return this.start(false,0);},toLeft:function(){return this.start(0,false);},toRight:function(){return this.start("right",false);},toBottom:function(){return this.start(false,"bottom");},toElement:function(B){var A=$(B).getPosition(this.element);return this.start(A.x,A.y);}});Fx.Elements=new Class({Extends:Fx.CSS,initialize:function(B,A){this.elements=this.subject=$$(B);this.parent(A);},compute:function(G,H,I){var C={};for(var D in G){var A=G[D],E=H[D],F=C[D]={};for(var B in A){F[B]=this.parent(A[B],E[B],I);}}return C;},set:function(B){for(var C in B){var A=B[C];for(var D in A){this.render(this.elements[C],D,A[D],this.options.unit);}}return this;},start:function(C){if(!this.check(arguments.callee,C)){return this;}var H={},I={};for(var D in C){var F=C[D],A=H[D]={},G=I[D]={};for(var B in F){var E=this.prepare(this.elements[D],B,F[B]);A[B]=E.from;G[B]=E.to;}}return this.parent(H,I);}});Hash.Cookie=new Class({Extends:Cookie,options:{autoSave:true},initialize:function(B,A){this.parent(B,A);this.load();},save:function(){var A=JSON.encode(this.hash);if(!A||A.length>4096){return false;}if(A=="{}"){this.dispose();}else{this.write(A);}return true;},load:function(){this.hash=new Hash(JSON.decode(this.read(),true));return this;}});Hash.Cookie.implement((function(){var A={};Hash.each(Hash.prototype,function(C,B){A[B]=function(){var D=C.apply(this.hash,arguments);if(this.options.autoSave){this.save();}return D;};});return A;})());var Asset=new Hash({javascript:function(F,D){D=$extend({onload:$empty,document:document,check:$lambda(true)},D);var B=new Element("script",{src:F,type:"text/javascript"});var E=D.onload.bind(B),A=D.check,G=D.document;delete D.onload;delete D.check;delete D.document;B.addEvents({load:E,readystatechange:function(){if(["loaded","complete"].contains(this.readyState)){E();}}}).setProperties(D);if(Browser.Engine.webkit419){var C=(function(){if(!$try(A)){return;}$clear(C);E();}).periodical(50);}return B.inject(G.head);},css:function(B,A){return new Element("link",$merge({rel:"stylesheet",media:"screen",type:"text/css",href:B},A)).inject(document.head);},image:function(C,B){B=$merge({onload:$empty,onabort:$empty,onerror:$empty},B);var D=new Image();var A=$(D)||new Element("img");["load","abort","error"].each(function(E){var F="on"+E;var G=B[F];delete B[F];D[F]=function(){if(!D){return;}if(!A.parentNode){A.width=D.width;A.height=D.height;}D=D.onload=D.onabort=D.onerror=null;G.delay(1,A,A);A.fireEvent(E,A,1);};});D.src=A.src=C;if(D&&D.complete){D.onload.delay(1);}return A.setProperties(B);},images:function(D,C){C=$merge({onComplete:$empty,onProgress:$empty},C);if(!D.push){D=[D];}var A=[];var B=0;D.each(function(F){var E=new Asset.image(F,{onload:function(){C.onProgress.call(this,B,D.indexOf(F));B++;if(B==D.length){C.onComplete();}}});A.push(E);});return new Elements(A);}});var Accordion=new Class({Extends:Fx.Elements,options:{display:0,show:false,height:true,width:false,opacity:true,fixedHeight:false,fixedWidth:false,wait:false,alwaysHide:false},initialize:function(){var C=Array.link(arguments,{container:Element.type,options:Object.type,togglers:$defined,elements:$defined});this.parent(C.elements,C.options);this.togglers=$$(C.togglers);this.container=$(C.container);this.previous=-1;if(this.options.alwaysHide){this.options.wait=true;}if($chk(this.options.show)){this.options.display=false;this.previous=this.options.show;}if(this.options.start){this.options.display=false;this.options.show=false;}this.effects={};if(this.options.opacity){this.effects.opacity="fullOpacity";}if(this.options.width){this.effects.width=this.options.fixedWidth?"fullWidth":"offsetWidth";}if(this.options.height){this.effects.height=this.options.fixedHeight?"fullHeight":"scrollHeight";}for(var B=0,A=this.togglers.length;B<A;B++){this.addSection(this.togglers[B],this.elements[B]);}this.elements.each(function(E,D){if(this.options.show===D){this.fireEvent("active",[this.togglers[D],E]);}else{for(var F in this.effects){E.setStyle(F,0);}}},this);if($chk(this.options.display)){this.display(this.options.display);}},addSection:function(E,C,G){E=$(E);C=$(C);var F=this.togglers.contains(E);var B=this.togglers.length;this.togglers.include(E);this.elements.include(C);if(B&&(!F||G)){G=$pick(G,B-1);E.inject(this.togglers[G],"before");C.inject(E,"after");}else{if(this.container&&!F){E.inject(this.container);C.inject(this.container);}}var A=this.togglers.indexOf(E);E.addEvent("click",this.display.bind(this,A));if(this.options.height){C.setStyles({"padding-top":0,"border-top":"none","padding-bottom":0,"border-bottom":"none"});}if(this.options.width){C.setStyles({"padding-left":0,"border-left":"none","padding-right":0,"border-right":"none"});}C.fullOpacity=1;if(this.options.fixedWidth){C.fullWidth=this.options.fixedWidth;}if(this.options.fixedHeight){C.fullHeight=this.options.fixedHeight;}C.setStyle("overflow","hidden");if(!F){for(var D in this.effects){C.setStyle(D,0);}}return this;},display:function(A){A=($type(A)=="element")?this.elements.indexOf(A):A;if((this.timer&&this.options.wait)||(A===this.previous&&!this.options.alwaysHide)){return this;}this.previous=A;var B={};this.elements.each(function(E,D){B[D]={};var C=(D!=A)||(this.options.alwaysHide&&(E.offsetHeight>0));this.fireEvent(C?"background":"active",[this.togglers[D],E]);for(var F in this.effects){B[D][F]=C?0:E[this.effects[F]];}},this);return this.start(B);}});;var Calendar=new Class({Implements:Options,options:{blocked:[],classes:[],days:['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],direction:0,draggable:true,months:['Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre'],navigation:1,offset:0,onHideStart:Class.empty,onHideComplete:Class.empty,onShowStart:Class.empty,onShowComplete:Class.empty,pad:1,tweak:{x:0,y:0}},initialize:function(obj,options){if(!obj){return false;}
this.setOptions(options);var keys=['calendar','prev','next','month','year','today','invalid','valid','inactive','active','hover','hilite'];var values=keys.map(function(key,i){if(this.options.classes[i]){if(this.options.classes[i].length){key=this.options.classes[i];}}
return key;},this);this.classes=values.associate(keys);this.calendar=new Element('div',{'styles':{left:'-1000px',opacity:0,position:'absolute',top:'-1000px',zIndex:1000}}).addClass(this.classes.calendar).injectInside(document.body);if(window.ie6){this.iframe=new Element('iframe',{'styles':{left:'-1000px',position:'absolute',top:'-1000px',zIndex:999}}).injectInside(document.body);this.iframe.style.filter='progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)';}
this.fx=new Fx.Tween(this.calendar,{onStart:function(){if(this.calendar.getStyle('opacity')==0){if(window.ie6){this.iframe.setStyle('display','block');}
this.calendar.setStyle('display','block');this.fireEvent('onShowStart',this.element);}
else{this.fireEvent('onHideStart',this.element);}}.bind(this),onComplete:function(){if(this.calendar.getStyle('opacity')==0){this.calendar.setStyle('display','none');if(window.ie6){this.iframe.setStyle('display','none');}
this.fireEvent('onHideComplete',this.element);}
else{this.fireEvent('onShowComplete',this.element);}}.bind(this)});if(window.Drag&&this.options.draggable){this.drag=new Drag.Move(this.calendar,{onDrag:function(){if(window.ie6){this.iframe.setStyles({left:this.calendar.style.left,top:this.calendar.style.top});}}.bind(this)});}
this.calendars=[];var id=0;var d=new Date();d.setDate(d.getDate()+this.options.direction.toInt());for(var i in obj){var cal={button:new Element('button',{'type':'button'}),el:$(i),els:[],id:id++,month:d.getMonth(),visible:false,year:d.getFullYear()};if(!this.element(i,obj[i],cal)){continue;}
cal.el.addClass(this.classes.calendar);cal.button.addClass(this.classes.calendar).addEvent('click',function(cal){this.toggle(cal);}.pass(cal,this)).injectAfter(cal.el);cal.val=this.read(cal);$extend(cal,this.bounds(cal));$extend(cal,this.values(cal));this.rebuild(cal);this.calendars.push(cal);}},blocked:function(cal){var blocked=[];var offset=new Date(cal.year,cal.month,1).getDay();var last=new Date(cal.year,cal.month+1,0).getDate();this.options.blocked.each(function(date){var values=date.split(' ');for(var i=0;i<=3;i++){if(!values[i]){values[i]=(i==3)?'':'*';}
values[i]=values[i].contains(',')?values[i].split(','):new Array(values[i]);var count=values[i].length-1;for(var j=count;j>=0;j--){if(values[i][j].contains('-')){var val=values[i][j].split('-');for(var k=val[0];k<=val[1];k++){if(!values[i].contains(k)){values[i].push(k+'');}}
values[i].splice(j,1);}}}
if(values[2].contains(cal.year+'')||values[2].contains('*')){if(values[1].contains(cal.month+1+'')||values[1].contains('*')){values[0].each(function(val){if(val>0){blocked.push(val.toInt());}});if(values[3]){for(var i=0;i<last;i++){var day=(i+offset)%7;if(values[3].contains(day+'')){blocked.push(i+1);}}}}}},this);return blocked;},bounds:function(cal){var start=new Date(1000,0,1);var end=new Date(2999,11,31);var date=new Date().getDate()+this.options.direction.toInt();if(this.options.direction>0){start=new Date();start.setDate(date+this.options.pad*cal.id);}
if(this.options.direction<0){end=new Date();end.setDate(date-this.options.pad*(this.calendars.length-cal.id-1));}
cal.els.each(function(el){if(el.get('tag')=='select'){if(el.format.test('(y|Y)')){var years=[];el.getChildren().each(function(option){var values=this.unformat(option.value,el.format);if(!years.contains(values[0])){years.push(values[0]);}},this);years.sort(this.sort);if(years[0]>start.getFullYear()){d=new Date(years[0],start.getMonth()+1,0);if(start.getDate()>d.getDate()){start.setDate(d.getDate());}
start.setYear(years[0]);}
if(years.getLast()<end.getFullYear()){d=new Date(years.getLast(),end.getMonth()+1,0);if(end.getDate()>d.getDate()){end.setDate(d.getDate());}
end.setYear(years.getLast());}}
if(el.format.test('(F|m|M|n)')){var months_start=[];var months_end=[];el.getChildren().each(function(option){var values=this.unformat(option.value,el.format);if($type(values[0])!='number'||values[0]==years[0]){if(!months_start.contains(values[1])){months_start.push(values[1]);}}
if($type(values[0])!='number'||values[0]==years.getLast()){if(!months_end.contains(values[1])){months_end.push(values[1]);}}},this);months_start.sort(this.sort);months_end.sort(this.sort);if(months_start[0]>start.getMonth()){d=new Date(start.getFullYear(),months_start[0]+1,0);if(start.getDate()>d.getDate()){start.setDate(d.getDate());}
start.setMonth(months_start[0]);}
if(months_end.getLast()<end.getMonth()){d=new Date(start.getFullYear(),months_end.getLast()+1,0);if(end.getDate()>d.getDate()){end.setDate(d.getDate());}
end.setMonth(months_end.getLast());}}}},this);return{'start':start,'end':end};},caption:function(cal){var navigation={prev:{'month':true,'year':true},next:{'month':true,'year':true}};if(cal.year==cal.start.getFullYear()){navigation.prev.year=false;if(cal.month==cal.start.getMonth()&&this.options.navigation==1){navigation.prev.month=false;}}
if(cal.year==cal.end.getFullYear()){navigation.next.year=false;if(cal.month==cal.end.getMonth()&&this.options.navigation==1){navigation.next.month=false;}}
if($type(cal.months)=='array'){if(cal.months.length==1&&this.options.navigation==2){navigation.prev.month=navigation.next.month=false;}}
var caption=new Element('caption');var prev=new Element('a').addClass(this.classes.prev).appendText('\x3c');var next=new Element('a').addClass(this.classes.next).appendText('\x3e');if(this.options.navigation==2){var month=new Element('span').addClass(this.classes.month).injectInside(caption);if(navigation.prev.month){prev.clone().addEvent('click',function(cal){this.navigate(cal,'m',-1);}.pass(cal,this)).injectInside(month);}
month.adopt(new Element('span').appendText(this.options.months[cal.month]));if(navigation.next.month){next.clone().addEvent('click',function(cal){this.navigate(cal,'m',1);}.pass(cal,this)).injectInside(month);}
var year=new Element('span').addClass(this.classes.year).injectInside(caption);if(navigation.prev.year){prev.clone().addEvent('click',function(cal){this.navigate(cal,'y',-1);}.pass(cal,this)).injectInside(year);}
year.adopt(new Element('span').appendText(cal.year));if(navigation.next.year){next.clone().addEvent('click',function(cal){this.navigate(cal,'y',1);}.pass(cal,this)).injectInside(year);}}
else{if(navigation.prev.month&&this.options.navigation){prev.clone().addEvent('click',function(cal){this.navigate(cal,'m',-1);}.pass(cal,this)).injectInside(caption);}
caption.adopt(new Element('span').addClass(this.classes.month).appendText(this.options.months[cal.month]));caption.adopt(new Element('span').addClass(this.classes.year).appendText(cal.year));if(navigation.next.month&&this.options.navigation){next.clone().addEvent('click',function(cal){this.navigate(cal,'m',1);}.pass(cal,this)).injectInside(caption);}}
return caption;},changed:function(cal){cal.val=this.read(cal);$extend(cal,this.values(cal));this.rebuild(cal);if(!cal.val){return;}
if(cal.val.getDate()<cal.days[0]){cal.val.setDate(cal.days[0]);}
if(cal.val.getDate()>cal.days.getLast()){cal.val.setDate(cal.days.getLast());}
cal.els.each(function(el){el.value=this.format(cal.val,el.format);},this);this.check(cal);this.calendars.each(function(kal){if(kal.visible){this.display(kal);}},this);},check:function(cal){this.calendars.each(function(kal,i){if(kal.val){var change=false;if(i<cal.id){var bound=new Date(Date.parse(cal.val));bound.setDate(bound.getDate()-(this.options.pad*(cal.id-i)));if(bound<kal.val){change=true;}}
if(i>cal.id){var bound=new Date(Date.parse(cal.val));bound.setDate(bound.getDate()+(this.options.pad*(i-cal.id)));if(bound>kal.val){change=true;}}
if(change){if(kal.start>bound){bound=kal.start;}
if(kal.end<bound){bound=kal.end;}
kal.month=bound.getMonth();kal.year=bound.getFullYear();$extend(kal,this.values(kal));kal.val=kal.days.contains(bound.getDate())?bound:null;this.write(kal);if(kal.visible){this.display(kal);}}}
else{kal.month=cal.month;kal.year=cal.year;}},this);},clicked:function(td,day,cal){cal.val=(this.value(cal)==day)?null:new Date(cal.year,cal.month,day);this.write(cal);if(!cal.val){cal.val=this.read(cal);}
if(cal.val){this.check(cal);this.toggle(cal);}
else{td.addClass(this.classes.valid);td.removeClass(this.classes.active);}},display:function(cal){this.calendar.empty();this.calendar.className=this.classes.calendar+' '+this.options.months[cal.month].toLowerCase();var div=new Element('div').injectInside(this.calendar);var table=new Element('table').injectInside(div).adopt(this.caption(cal));var thead=new Element('thead').injectInside(table);var tr=new Element('tr').injectInside(thead);for(var i=0;i<=6;i++){var th=this.options.days[(i+this.options.offset)%7];tr.adopt(new Element('th',{'title':th}).appendText(th.substr(0,1)));}
var tbody=new Element('tbody').injectInside(table);var tr=new Element('tr').injectInside(tbody);var d=new Date(cal.year,cal.month,1);var offset=((d.getDay()-this.options.offset)+7)%7;var last=new Date(cal.year,cal.month+1,0).getDate();var prev=new Date(cal.year,cal.month,0).getDate();var active=this.value(cal);var valid=cal.days;var inactive=[];var hilited=[];this.calendars.each(function(kal,i){if(kal!=cal&&kal.val){if(cal.year==kal.val.getFullYear()&&cal.month==kal.val.getMonth()){inactive.push(kal.val.getDate());}
if(cal.val){for(var day=1;day<=last;day++){d.setDate(day);if((i<cal.id&&d>kal.val&&d<cal.val)||(i>cal.id&&d>cal.val&&d<kal.val)){if(!hilited.contains(day)){hilited.push(day);}}}}}},this);var d=new Date();var today=new Date(d.getFullYear(),d.getMonth(),d.getDate()).getTime();for(var i=1;i<43;i++){if((i-1)%7==0){tr=new Element('tr').injectInside(tbody);}
var td=new Element('td').injectInside(tr);var day=i-offset;var date=new Date(cal.year,cal.month,day);var cls='';if(day===active){cls=this.classes.active;}
else if(inactive.contains(day)){cls=this.classes.inactive;}
else if(valid.contains(day)){cls=this.classes.valid;}
else if(day>=1&&day<=last){cls=this.classes.invalid;}
if(date.getTime()==today){cls=cls+' '+this.classes.today;}
if(hilited.contains(day)){cls=cls+' '+this.classes.hilite;}
td.addClass(cls);if(valid.contains(day)){td.setProperty('title',this.format(date,'D M jS Y'));td.addEvents({'click':function(td,day,cal){this.clicked(td,day,cal);}.pass([td,day,cal],this),'mouseover':function(td,cls){td.addClass(cls);}.pass([td,this.classes.hover]),'mouseout':function(td,cls){td.removeClass(cls);}.pass([td,this.classes.hover])});}
if(day<1){day=prev+day;}
else if(day>last){day=day-last;}
td.appendText(day);}},element:function(el,f,cal){if($type(f)=='object'){for(var i in f){if(!this.element(i,f[i],cal)){return false;}}
return true;}
el=$(el);if(!el){return false;}
el.format=f;if(el.get('tag')=='select'){el.addEvent('change',function(cal){this.changed(cal);}.pass(cal,this));}
else{el.readOnly=true;el.addEvent('focus',function(cal){this.toggle(cal);}.pass(cal,this));}
cal.els.push(el);return true;},format:function(date,format){var str='';if(date){var j=date.getDate();var w=date.getDay();var l=this.options.days[w];var n=date.getMonth()+1;var f=this.options.months[n-1];var y=date.getFullYear()+'';for(var i=0,len=format.length;i<len;i++){var cha=format.charAt(i);switch(cha){case'y':y=y.substr(2);case'Y':str+=y;break;case'm':if(n<10){n='0'+n;}
case'n':str+=n;break;case'M':f=f.substr(0,3);case'F':str+=f;break;case'd':if(j<10){j='0'+j;}
case'j':str+=j;break;case'D':l=l.substr(0,3);case'l':str+=l;break;case'N':w+=1;case'w':str+=w;break;case'S':if(j%10==1&&j!='11'){str+='st';}
else if(j%10==2&&j!='12'){str+='nd';}
else if(j%10==3&&j!='13'){str+='rd';}
else{str+='th';}
break;default:str+=cha;}}}
return str;},navigate:function(cal,type,n){switch(type){case'm':if($type(cal.months)=='array'){var i=cal.months.indexOf(cal.month)+n;if(i<0||i==cal.months.length){if(this.options.navigation==1){this.navigate(cal,'y',n);}
i=(i<0)?cal.months.length-1:0;}
cal.month=cal.months[i];}
else{var i=cal.month+n;if(i<0||i==12){if(this.options.navigation==1){this.navigate(cal,'y',n);}
i=(i<0)?11:0;}
cal.month=i;}
break;case'y':if($type(cal.years)=='array'){var i=cal.years.indexOf(cal.year)+n;cal.year=cal.years[i];}
else{cal.year+=n;}
break;}
$extend(cal,this.values(cal));if($type(cal.months)=='array'){var i=cal.months.indexOf(cal.month);if(i<0){cal.month=cal.months[0];}}
this.display(cal);},read:function(cal){var arr=[null,null,null];cal.els.each(function(el){var values=this.unformat(el.value,el.format);values.each(function(val,i){if($type(val)=='number'){arr[i]=val;}});},this);if($type(arr[0])=='number'){cal.year=arr[0];}
if($type(arr[1])=='number'){cal.month=arr[1];}
var val=null;if(arr.every(function(i){return $type(i)=='number';})){var last=new Date(arr[0],arr[1]+1,0).getDate();if(arr[2]>last){arr[2]=last;}
val=new Date(arr[0],arr[1],arr[2]);}
return(cal.val==val)?null:val;},rebuild:function(cal){cal.els.each(function(el){if(el.get('tag')=='select'&&el.format.test('^(d|j)$')){var d=this.value(cal);if(!d){d=el.value.toInt();}
el.empty();cal.days.each(function(day){var option=new Element('option',{'selected':(d==day),'value':((el.format=='d'&&day<10)?'0'+day:day)}).appendText(day).injectInside(el);},this);}},this);},sort:function(a,b){return a-b;},toggle:function(cal){document.removeEvent('mousedown',this.fn);if(cal.visible){cal.visible=false;cal.button.removeClass(this.classes.active);this.fx.start('opacity',1,0);}
else{this.fn=function(e,cal){var e=new Event(e);var el=e.target;var stop=false;while(el!=document.body&&el.nodeType==1){if(el==this.calendar){stop=true;}
this.calendars.each(function(kal){if(kal.button==el||kal.els.contains(el)){stop=true;}});if(stop){e.stop();return false;}
else{el=el.parentNode;}}
this.toggle(cal);}.create({'arguments':cal,'bind':this,'event':true});document.addEvent('mousedown',this.fn);this.calendars.each(function(kal){if(kal==cal){kal.visible=true;kal.button.addClass(this.classes.active);}
else{kal.visible=false;kal.button.removeClass(this.classes.active);}},this);var size=window.getScrollSize();var coord=cal.button.getCoordinates();var x=coord.right+this.options.tweak.x;var y=coord.top+this.options.tweak.y;if(!this.calendar.coord){this.calendar.coord=this.calendar.getCoordinates();}
if(x+this.calendar.coord.width>size.x){x-=(x+this.calendar.coord.width-size.x);}
if(y+this.calendar.coord.height>size.y){y-=(y+this.calendar.coord.height-size.y);}
this.calendar.setStyles({left:x+'px',top:y+'px'});if(window.ie6){this.iframe.setStyles({height:this.calendar.coord.height+'px',left:x+'px',top:y+'px',width:this.calendar.coord.width+'px'});}
this.display(cal);this.fx.start('opacity',0,1);}},unformat:function(val,f){f=f.escapeRegExp();var re={d:'([0-9]{2})',j:'([0-9]{1,2})',D:'('+this.options.days.map(function(day){return day.substr(0,3);}).join('|')+')',l:'('+this.options.days.join('|')+')',S:'(st|nd|rd|th)',F:'('+this.options.months.join('|')+')',m:'([0-9]{2})',M:'('+this.options.months.map(function(month){return month.substr(0,3);}).join('|')+')',n:'([0-9]{1,2})',Y:'([0-9]{4})',y:'([0-9]{2})'}
var arr=[];var g='';for(var i=0;i<f.length;i++){var c=f.charAt(i);if(re[c]){arr.push(c);g+=re[c];}
else{g+=c;}}
var matches=val.match('^'+g+'$');var dates=new Array(3);if(matches){matches=matches.slice(1);arr.each(function(c,i){i=matches[i];switch(c){case'y':i='19'+i;case'Y':dates[0]=i.toInt();break;case'F':i=i.substr(0,3);case'M':i=this.options.months.map(function(month){return month.substr(0,3);}).indexOf(i)+1;case'm':case'n':dates[1]=i.toInt()-1;break;case'd':case'j':dates[2]=i.toInt();break;}},this);}
return dates;},value:function(cal){var day=null;if(cal.val){if(cal.year==cal.val.getFullYear()&&cal.month==cal.val.getMonth()){day=cal.val.getDate();}}
return day;},values:function(cal){var years,months,days;cal.els.each(function(el){if(el.get('tag')=='select'){if(el.format.test('(y|Y)')){years=[];el.getChildren().each(function(option){var values=this.unformat(option.value,el.format);if(!years.contains(values[0])){years.push(values[0]);}},this);years.sort(this.sort);}
if(el.format.test('(F|m|M|n)')){months=[];el.getChildren().each(function(option){var values=this.unformat(option.value,el.format);if($type(values[0])!='number'||values[0]==cal.year){if(!months.contains(values[1])){months.push(values[1]);}}},this);months.sort(this.sort);}
if(el.format.test('(d|j)')&&!el.format.test('^(d|j)$')){days=[];el.getChildren().each(function(option){var values=this.unformat(option.value,el.format);if(values[0]==cal.year&&values[1]==cal.month){if(!days.contains(values[2])){days.push(values[2]);}}},this);}}},this);var first=1;var last=new Date(cal.year,cal.month+1,0).getDate();if(cal.year==cal.start.getFullYear()){if(months==null&&this.options.navigation==2){months=[];for(var i=0;i<12;i++){if(i>=cal.start.getMonth()){months.push(i);}}}
if(cal.month==cal.start.getMonth()){first=cal.start.getDate();}}
if(cal.year==cal.end.getFullYear()){if(months==null&&this.options.navigation==2){months=[];for(var i=0;i<12;i++){if(i<=cal.end.getMonth()){months.push(i);}}}
if(cal.month==cal.end.getMonth()){last=cal.end.getDate();}}
var blocked=this.blocked(cal);if($type(days)=='array'){days=days.filter(function(day){if(day>=first&&day<=last&&!blocked.contains(day)){return day;}});}
else{days=[];for(var i=first;i<=last;i++){if(!blocked.contains(i)){days.push(i);}}}
days.sort(this.sort);return{'days':days,'months':months,'years':years};},write:function(cal){this.rebuild(cal);cal.els.each(function(el){el.value=this.format(cal.val,el.format);},this);}});Calendar.implement(new Events,new Options);;function openPopup(url,w,h){var x=(screen.width-w)/2;var y=(screen.height-h)/2;var popup=window.open(url,'','toolbar=0, location=0, directories=0, menuBar=0, scrollbars=0, resizable=0, width='+w+', height='+h+', left='+x+', top='+y+', screenX='+x+', screenY='+y);return false;}
function scrollHoraires(element,x){$('horaires').getElement('ul').getChildren().each(function(item){if(item.hasClass('selected'))item.removeClass('selected');});var scroll=new Fx.Tween($('tableaux'),{property:'margin-left',duration:500,onStart:function(){element.getParent().addClass('selected');}});scroll.start(-x);}
function horizontalTicker(element,nav,width,duration){var list=element.getElement('ul');var nav=nav.getElement('ul');var nbElements=list.getElements('li').length;var next=nav.getElement('li.next');var previous=nav.getElement('li.previous');if(nbElements>1){var scroll=new Fx.Tween(list,{property:'margin-left',duration:duration});list.setStyle('width',nbElements*width);previous.addEvents({'click':function(event){event.stop();if(list.getStyle('margin-left').toInt()+width<=0)scroll.start(list.getStyle('margin-left').toInt()+width);else scroll.start(-(nbElements-1)*width);}});next.addEvents({'click':function(event){event.stop();if(list.getStyle('margin-left').toInt()-width>-nbElements*width)scroll.start(list.getStyle('margin-left').toInt()-width);else scroll.start(0);}});}}
function activeStar(id){$$('#stars img.vote').each(function(item){item.removeClass('star').addClass('star-empty');});var i=1;$$('#stars img.vote').each(function(item){if(i<=id)item.removeClass('star-empty').addClass('star');i++;});if($$('input#vote'))$$('input#vote').set('value',id);}
window.addEvent('domready',function(){Swiff.ExpressInstall=new Class({Extends:Swiff,options:{expressInstall:'/swf/expressInstall.swf'},initialize:function(path,version,build,options){if(Browser.Plugins.Flash.version>=version&&Browser.Plugins.Flash.build>=build)this.parent(path,options);else this.parent(this.options.expressInstall,$extend({vars:{MMPlayerType:(Browser.Engine.trident)?'ActiveX':'PlugIn',MMredirectURL:window.location,MMdoctitle:document.title.slice(0,47)+' - Flash Player Installation'}},options));}});if($('menu')){$('menu').getElement('ul').getChildren().each(function(item){if(!(item.hasClass('selected'))){item.getElement('a').setOpacity(0);if(item.getElement('ul'))item.getElement('ul').setOpacity(0);item.addEvents({'mouseenter':function(){this.addClass('hover');if(this.getElement('ul'))this.getElement('ul').get('tween',{property:'opacity',duration:'normal',onStart:function(e){e.setStyle('display','block');}}).start(1);this.getElement('a').get('tween',{property:'opacity',duration:'short'}).start(1);},'mouseleave':function(){this.removeClass('hover');if(this.getElement('ul'))this.getElement('ul').get('tween',{property:'opacity',duration:'normal',onComplete:function(e){e.setStyle('display','none');}}).start(0.0001);this.getElement('a').get('tween',{property:'opacity',duration:'normal'}).start(0.0001);}});}});}
if($('agenda')&&$('navigation-agenda')){if($('events'))horizontalTicker($('events'),$('navigation-agenda'),217,500);}
if($('photos')&&$('navigation-photos')){horizontalTicker($('photos'),$('navigation-photos'),180,500);}
if($('calendrier-fiche')&&$('navigation-calendrier')){horizontalTicker($('calendrier-fiche'),$('navigation-calendrier'),478,500);}
var myAccordion=new Accordion($$('.toggler'),$$('.content'),{display:3,width:true,height:false,fixedWidth:624,onActive:function(toggler,element){toggler.addClass('active');},onBackground:function(toggler,element){toggler.removeClass('active');}});$$('.form-agenda').each(function(item){item.getElement('select[name=mois_annee_agenda]').addEvent('change',function(){window.location=this.options[this.selectedIndex].value;});});if($('full-agenda')){$$('.event').each(function(item){var posX=item.getPosition().x.toInt();var posY=item.getPosition().y.toInt();var popup=item.getElement('div');popup.setOpacity(0);item.addEvents({'click':function(e){e.stop();window.open(this.getElement('a').getProperty('href'),'_self');},'mouseenter':function(){popup.setStyles({'display':'block'});popup.get('tween',{property:'opacity',duration:'normal'}).start(1);},'mouseleave':function(){popup.get('tween',{property:'opacity',duration:'short',onComplete:function(){popup.setStyles({display:'none'});}}).start(0.0001);}});});}
$$('table').each(function(table){if(table.getProperty('border')==1){table.addClass('border');}
table.removeProperty('border');});if($('form-filtres')){var form=$('form-filtres');var filtres=new Hash.Cookie('filtres');var settings=new Object();if(form.getElement('select[name=categorie]')){form.getElement('select[name=categorie]').addEvent('change',function(){window.location='?categorie='+this.options[this.selectedIndex].value;});}
form.getElements('input[name^=types]').each(function(item,i){var medias=$$('ul.'+item.value,'h4.'+item.value);if(filtres.get(item.value)==false){item.checked=false;medias.setStyle('display','none');}
item.addEvent('click',function(event){if(this.checked){medias.setStyle('display','block');settings[this.value]=true;}else{medias.setStyle('display','none');settings[this.value]=false;}
filtres.extend(settings);});});};$$('a.print').each(function(a){a.addEvent('click',function(event){event.stop();window.print();});});if($('guide-decouverte')){var player=new Swiff.ExpressInstall('http://v.calameo.com/2.0/cmini.swf',9,0,{width:160,height:98,container:$('guide-decouverte'),params:{wmode:'transparent',scale:'noscale',loop:false,salign:'t',allowScriptAccess:'always'},vars:{bkcode:'000135916a63578353b4d',langid:'fr',clickTo:'public',clickTarget:'_blank',autoFlip:0,showArrows:1,page:1}});}
if($('guide-restaurants')){var player=new Swiff.ExpressInstall('http://v.calameo.com/2.0/cmini.swf',9,0,{width:160,height:98,container:$('guide-restaurants'),params:{wmode:'transparent',scale:'noscale',loop:false,salign:'t',allowScriptAccess:'always'},vars:{bkcode:'00013591616805e31d7d1',langid:'fr',clickTo:'public',clickTarget:'_blank',autoFlip:0,showArrows:1,page:1}});}
if($('guide-hebergements')){var player=new Swiff.ExpressInstall('http://v.calameo.com/2.0/cmini.swf',9,0,{width:160,height:98,container:$('guide-hebergements'),params:{wmode:'transparent',scale:'noscale',loop:false,salign:'t',allowScriptAccess:'always'},vars:{bkcode:'0001359165f1b849d5847',langid:'fr',clickTo:'public',clickTarget:'_blank',autoFlip:0,showArrows:1,page:1}});}
if($('catalogue-groupe')){var player=new Swiff.ExpressInstall('http://v.calameo.com/2.0/cmini.swf',9,0,{width:240,height:147,container:$('catalogue-groupe'),params:{wmode:'transparent',scale:'noscale',loop:false,salign:'t',allowScriptAccess:'always'},vars:{bkcode:'00013591636682422a952',langid:'fr',clickTo:'public',clickTarget:'_blank',autoFlip:0,showArrows:1,page:1}});}});;var Mediabox;(function(){var state=0,options,images,activeImage,prevImage,nextImage,top,fx,preload,preloadPrev=new Image(),preloadNext=new Image(),overlay,center,image,bottomContainer,bottom,captionSplit,title,caption,prevLink,number,nextLink,URL,WH,WHL,elrel,mediaWidth,mediaHeight,mediaType="none",mediaSplit,mediaId="mediaBox",mediaFmt;window.addEvent("domready",function(){$(document.body).adopt($$([overlay=new Element("div",{id:"mbOverlay"}).addEvent("click",close),center=new Element("div",{id:"mbCenter"}),bottomContainer=new Element("div",{id:"mbBottomContainer"})]).setStyle("display","none"));image=new Element("div",{id:"mbImage"}).injectInside(center);bottom=new Element("div",{id:"mbBottom"}).injectInside(bottomContainer).adopt(new Element("a",{id:"mbCloseLink",href:"#"}).addEvent("click",close),nextLink=new Element("a",{id:"mbNextLink",href:"#"}).addEvent("click",next),prevLink=new Element("a",{id:"mbPrevLink",href:"#"}).addEvent("click",previous),title=new Element("div",{id:"mbTitle"}),number=new Element("div",{id:"mbNumber"}),caption=new Element("div",{id:"mbCaption"}),new Element("div",{styles:{clear:"both"}}));fx={overlay:new Fx.Tween(overlay,{property:"opacity",duration:360}).set(0),image:new Fx.Tween(image,{property:"opacity",duration:360,onComplete:nextEffect}),bottom:new Fx.Tween(bottom,{property:"margin-top",duration:240})};});Mediabox={close:function(){close();},open:function(_images,startImage,_options){options=$extend({loop:false,stopKey:true,overlayOpacity:0.85,resizeDuration:240,resizeTransition:false,initialWidth:360,initialHeight:240,showCaption:true,animateCaption:true,showCounter:true,counterText:'  ({x}/{y})',scriptaccess:'true',fullscreen:'true',fullscreenNum:'1',autoplay:'true',autoplayNum:'1',bgcolor:'#ffffff',playerpath:'/swf/jeroen-media-player.swf',backcolor:'000000',frontcolor:'999999',lightcolor:'000000',screencolor:'000000',controlbar:'over',useNB:true,NBpath:'/swf/nonverBlaster.swf',controllerColor:'0x777777',showTimecode:'false',flInfo:'true',revverID:'187866',revverFullscreen:'true',revverBack:'000000',revverFront:'ffffff',revverGrad:'000000',ytColor1:'000000',ytColor2:'333333',ytQuality:'&ap=%2526fmt%3D18',vdPlayer:'false',vmTitle:'1',vmByline:'1',vmPortrait:'1',vmColor:'ffffff'},_options||{});if(typeof _images=="string"){_images=[[_images,startImage,_options]];startImage=0;}
if((Browser.Engine.gecko)&&(Browser.Engine.version<19)){options.overlayOpacity=1;overlay.className='mbOverlayFF';}
images=_images;options.loop=options.loop&&(images.length>1);position();setup(true);top=window.getScrollTop()+(window.getHeight()/15);fx.resize=new Fx.Morph(center,$extend({duration:options.resizeDuration,onComplete:nextEffect},options.resizeTransition?{transition:options.resizeTransition}:{}));center.setStyles({top:top,width:options.initialWidth,height:options.initialHeight,marginLeft:-(options.initialWidth/2),display:""});fx.overlay.start(options.overlayOpacity);state=1;return changeImage(startImage);}};Element.implement({mediabox:function(_options,linkMapper){$$(this).mediabox(_options,linkMapper);return this;}});Elements.implement({mediabox:function(_options,linkMapper,linksFilter){linkMapper=linkMapper||function(el){elrel=el.rel.split(/[\[\]]/);elrel=elrel[1];return[el.href,el.title,elrel];};linksFilter=linksFilter||function(){return true;};var links=this;links.removeEvents("click").addEvent("click",function(){var filteredArray=links.filter(linksFilter,this);var filteredLinks=[];var filteredHrefs=[];filteredArray.each(function(item,index){if(filteredHrefs.indexOf(item.toString())<0){filteredLinks.include(filteredArray[index]);filteredHrefs.include(filteredArray[index].toString());};});return Mediabox.open(filteredLinks.map(linkMapper),filteredHrefs.indexOf(this.toString()),_options);});return links;}});function position(){overlay.setStyles({top:window.getScrollTop(),height:window.getHeight()});}
function setup(open){if(Browser.Engine.trident4){$$('select').forEach(function(tag){if(open)tag.setStyle('visibility','hidden');else tag.setStyle('visibility','visible');});}
overlay.style.display=open?"":"none";var fn=open?"addEvent":"removeEvent";window[fn]("scroll",position)[fn]("resize",position);document[fn]("keydown",keyDown);}
function keyDown(event){switch(event.code){case 27:case 88:case 67:close();break;case 37:case 80:previous();break;case 39:case 78:next();}
if(options.stopKey){return false;};}
function previous(){return changeImage(prevImage);}
function next(){return changeImage(nextImage);}
function changeImage(imageIndex){if((state==1)&&(imageIndex>=0)){state=2;image.set('html','');activeImage=imageIndex;prevImage=((activeImage||!options.loop)?activeImage:images.length)-1;nextImage=activeImage+1;if(nextImage==images.length)nextImage=options.loop?0:-1;$$(prevLink,nextLink,image,bottomContainer).setStyle("display","none");fx.bottom.cancel().set(0);fx.image.set(0);center.className="mbLoading";WH=images[imageIndex][2].split(' ');WHL=WH.length;if(WHL>1){mediaWidth=(WH[WHL-2].match("%"))?(window.getWidth()*("0."+(WH[WHL-2].replace("%",""))))+"px":WH[WHL-2]+"px";mediaHeight=(WH[WHL-1].match("%"))?(window.getHeight()*("0."+(WH[WHL-1].replace("%",""))))+"px":WH[WHL-1]+"px";}else{mediaWidth="";mediaHeight="";}
URL=images[imageIndex][0];captionSplit=images[activeImage][1].split('::');if(URL.match(/\.gif|\.jpg|\.png/i)){mediaType='img';preload=new Image();preload.onload=nextEffect;preload.src=images[imageIndex][0];}else if(URL.match(/\.flv|\.mp4/i)){mediaType='obj';mediaWidth=mediaWidth||options.initialWidth;mediaHeight=mediaHeight||options.initialHeight;if(options.useNB){preload=new Swiff(''+options.NBpath+'?videoURL='+URL+'&allowSmoothing=true&autoPlay='+options.autoplay+'&buffer=6&showTimecode='+options.showTimecode+'&loop=true&controlColour='+options.controllerColor+'&scaleIfFullScreen=true&showScalingButton=false',{id:'MediaboxSWF',width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});}else{preload=new Swiff(''+options.playerpath+'?file='+URL+'&backcolor='+options.backcolor+'&frontcolor='+options.frontcolor+'&lightcolor='+options.lightcolor+'&screencolor='+options.screencolor+'&autostart='+options.autoplay+'&controlbar='+options.controlbar,{id:'MediaboxSWF',width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});}
nextEffect();}else if(URL.match(/\.mp3|\.aac/i)){mediaType='obj';mediaWidth=mediaWidth||options.initialWidth;mediaHeight=mediaHeight||options.initialHeight;preload=new Swiff(''+options.playerpath+'?file='+URL+'&backcolor='+options.backcolor+'&frontcolor='+options.frontcolor+'&lightcolor='+options.lightcolor+'&screencolor='+options.screencolor+'&autostart='+options.autoplay,{id:'MediaboxSWF',width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/\.swf/i)){mediaType='obj';mediaWidth=mediaWidth||options.initialWidth;mediaHeight=mediaHeight||options.initialHeight;preload=new Swiff(URL,{id:'MediaboxSWF',width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/blip\.tv/i)){mediaType='obj';mediaWidth=mediaWidth||"640px";mediaHeight=mediaHeight||"390px";preload=new Swiff(URL,{src:URL,width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/dailymotion\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"480px";mediaHeight=mediaHeight||"381px";preload=new Swiff(URL,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/flickr\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"500px";mediaHeight=mediaHeight||"375px";mediaSplit=URL.split('/');mediaId=mediaSplit[5];preload=new Swiff('http://www.flickr.com/apps/video/stewart.swf',{id:mediaId,classid:'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000',width:mediaWidth,height:mediaHeight,params:{flashvars:'photo_id='+mediaId+'&amp;show_info_box='+options.flInfo,wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/google\.com\/videoplay/i)){mediaType='obj';mediaWidth=mediaWidth||"400px";mediaHeight=mediaHeight||"326px";mediaSplit=URL.split('=');mediaId=mediaSplit[1];preload=new Swiff('http://video.google.com/googleplayer.swf?docId='+mediaId+'&autoplay='+options.autoplayNum,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/metacafe\.com\/watch/i)){mediaType='obj';mediaWidth=mediaWidth||"400px";mediaHeight=mediaHeight||"345px";mediaSplit=URL.split('/');mediaId=mediaSplit[4];preload=new Swiff('http://www.metacafe.com/fplayer/'+mediaId+'/.swf',{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/myspacetv\.com|vids\.myspace\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"425px";mediaHeight=mediaHeight||"360px";mediaSplit=URL.split('=');mediaId=mediaSplit[2];preload=new Swiff('http://lads.myspace.com/videos/vplayer.swf?m='+mediaId+'&v=2&type=video',{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/revver\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"480px";mediaHeight=mediaHeight||"392px";mediaSplit=URL.split('/');mediaId=mediaSplit[4];preload=new Swiff('http://flash.revver.com/player/1.0/player.swf?mediaId='+mediaId+'&affiliateId='+options.revverID+'&allowFullScreen='+options.revverFullscreen+'&backColor=#'+options.revverBack+'&frontColor=#'+options.revverFront+'&gradColor=#'+options.revverGrad+'&shareUrl=revver',{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/rutube\.ru/i)){mediaType='obj';mediaWidth=mediaWidth||"470px";mediaHeight=mediaHeight||"353px";mediaSplit=URL.split('=');mediaId=mediaSplit[1];preload=new Swiff('http://video.rutube.ru/'+mediaId,{movie:'http://video.rutube.ru/'+mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/seesmic\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"435px";mediaHeight=mediaHeight||"355px";mediaSplit=URL.split('/');mediaId=mediaSplit[5];preload=new Swiff('http://seesmic.com/Standalone.swf?video='+mediaId,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/tudou\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"400px";mediaHeight=mediaHeight||"340px";mediaSplit=URL.split('/');mediaId=mediaSplit[5];preload=new Swiff('http://www.tudou.com/v/'+mediaId,{width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/youku\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"480px";mediaHeight=mediaHeight||"400px";mediaSplit=URL.split('id_');mediaId=mediaSplit[1];preload=new Swiff('http://player.youku.com/player.php/sid/'+mediaId+'=/v.swf',{width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/youtube\.com/i)){mediaType='obj';mediaSplit=URL.split('v=');mediaId=mediaSplit[1];if(mediaId.match(/fmt=18/i)){mediaFmt='&ap=%2526fmt%3D18';mediaWidth=mediaWidth||"560px";mediaHeight=mediaHeight||"345px";}else if(mediaId.match(/fmt=22/i)){mediaFmt='&ap=%2526fmt%3D22';mediaWidth=mediaWidth||"640px";mediaHeight=mediaHeight||"385px";}else{mediaFmt=options.ytQuality;mediaWidth=mediaWidth||"480px";mediaHeight=mediaHeight||"295px";}
preload=new Swiff('http://www.youtube.com/v/'+mediaId+'&autoplay='+options.autoplayNum+'&fs='+options.fullscreenNum+mediaFmt+'&color1=0x'+options.ytColor1+'&color2=0x'+options.ytColor2,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/veoh\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"410px";mediaHeight=mediaHeight||"341px";mediaSplit=URL.split('videos/');mediaId=mediaSplit[1];preload=new Swiff('http://www.veoh.com/videodetails2.swf?permalinkId='+mediaId+'&player=videodetailsembedded&videoAutoPlay='+options.AutoplayNum,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/viddler\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"437px";mediaHeight=mediaHeight||"370px";mediaSplit=URL.split('/');mediaId=mediaSplit[4];preload=new Swiff(URL,{id:'viddler_'+mediaId,movie:URL,classid:'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000',width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen,id:'viddler_'+mediaId,movie:URL}});nextEffect();}else if(URL.match(/vimeo\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"400px";mediaHeight=mediaHeight||"225px";mediaSplit=URL.split('/');mediaId=mediaSplit[3];preload=new Swiff('http://www.vimeo.com/moogaloop.swf?clip_id='+mediaId+'&amp;server=www.vimeo.com&amp;fullscreen='+options.fullscreenNum+'&amp;show_title='+options.vmTitle+'&amp;show_byline='+options.vmByline+'&amp;show_portrait='+options.vmPortrait+'&amp;color='+options.vmColor,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/12seconds\.tv/i)){mediaType='obj';mediaWidth=mediaWidth||"430px";mediaHeight=mediaHeight||"360px";mediaSplit=URL.split('/');mediaId=mediaSplit[5];preload=new Swiff('http://embed.12seconds.tv/players/remotePlayer.swf',{id:mediaId,width:mediaWidth,height:mediaHeight,params:{flashvars:'vid='+mediaId+'',wmode:'opaque',bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});nextEffect();}else if(URL.match(/\#mb_/i)){mediaType='inline';mediaWidth=mediaWidth||options.initialWidth;mediaHeight=mediaHeight||options.initialHeight;URLsplit=URL.split('#');preload=$(URLsplit[1]).get('html');nextEffect();}else{mediaType='url';mediaWidth=mediaWidth||options.initialWidth;mediaHeight=mediaHeight||options.initialHeight;mediaId="mediaId_"+new Date().getTime();preload=new Element('iframe',{'src':URL,'id':mediaId,'width':mediaWidth,'height':mediaHeight,'frameborder':0});nextEffect();}}
return false;}
function nextEffect(){switch(state++){case 2:if(mediaType=="img"){mediaWidth=preload.width;mediaHeight=preload.height;image.setStyles({backgroundImage:"url("+URL+")",display:""});}else if(mediaType=="obj"){if(Browser.Plugins.Flash.version<8){image.setStyles({backgroundImage:"none",display:""});image.set('html','<div id="mbError"><b>Error</b><br/>Adobe Flash is either not installed or not up to date,<br/>please visit <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" title="Get Flash" target="_new">Adobe.com</a> to download the free player.</div>');}else{image.setStyles({backgroundImage:"none",display:""});preload.inject(image);}}else if(mediaType=="inline"){image.setStyles({backgroundImage:"none",display:""});image.set('html',preload);}else if(mediaType=="url"){image.setStyles({backgroundImage:"none",display:""});preload.inject(image);}else{alert('this file type is not supported\n'+URL+'\nplease visit iaian7.com/webcode/Mediabox for more information');}
$$(image,bottom).setStyle("width",mediaWidth);image.setStyle("height",mediaHeight);title.set('html',(options.showCaption)?captionSplit[0]:"");caption.set('html',(options.showCaption&&(captionSplit.length>1))?captionSplit[1]:"");number.set('html',(options.showCounter&&(images.length>1))?options.counterText.replace(/{x}/,activeImage+1).replace(/{y}/,images.length):"");if((prevImage>=0)&&(images[prevImage][0].match(/\.gif|\.jpg|\.png/i)))preloadPrev.src=images[prevImage][0];if((nextImage>=0)&&(images[nextImage][0].match(/\.gif|\.jpg|\.png/i)))preloadNext.src=images[nextImage][0];state++;case 3:center.className="";fx.resize.start({height:image.offsetHeight,width:image.offsetWidth,marginLeft:-image.offsetWidth/2});break;state++;case 4:bottomContainer.setStyles({top:top+center.clientHeight,marginLeft:center.style.marginLeft,visibility:"hidden",display:""});fx.image.start(1);break;case 5:if(prevImage>=0)prevLink.style.display="";if(nextImage>=0)nextLink.style.display="";if(options.animateCaption){fx.bottom.set(-bottom.offsetHeight).start(0);}
bottomContainer.style.visibility="";state=1;}}
function close(){if(state){state=0;preload.onload=$empty;image.set('html','');for(var f in fx)fx[f].cancel();$$(center,bottomContainer).setStyle("display","none");fx.overlay.chain(setup).start(0);}
return false;}})();Mediabox.scanPage=function(){var links=$$("a").filter(function(el){return el.rel&&el.rel.test(/^lightbox/i);});$$(links).mediabox({},null,function(el){var rel0=this.rel.replace(/[[]|]/gi," ");var relsize=rel0.split(" ");return(this==el)||((this.rel.length>8)&&el.rel.match(relsize[1]));});};window.addEvent("domready",Mediabox.scanPage);;(function(){var _typeface_js={faces:{},loadFace:function(typefaceData){var familyName=typefaceData.familyName.toLowerCase();if(!this.faces[familyName]){this.faces[familyName]={};}
if(!this.faces[familyName][typefaceData.cssFontWeight]){this.faces[familyName][typefaceData.cssFontWeight]={};}
var face=this.faces[familyName][typefaceData.cssFontWeight][typefaceData.cssFontStyle]=typefaceData;face.loaded=true;},log:function(message){if(this.quiet){return;}
message="typeface.js: "+message;if(this.customLogFn){this.customLogFn(message);}else if(window.console&&window.console.log){window.console.log(message);}},pixelsFromPoints:function(face,style,points,dimension){var pixels=points*parseInt(style.fontSize)*72/(face.resolution*100);if(dimension=='horizontal'&&style.fontStretchPercent){pixels*=style.fontStretchPercent;}
return pixels;},pointsFromPixels:function(face,style,pixels,dimension){var points=pixels*face.resolution/(parseInt(style.fontSize)*72/100);if(dimension=='horizontal'&&style.fontStretchPrecent){points*=style.fontStretchPercent;}
return points;},cssFontWeightMap:{normal:'normal',bold:'bold',400:'normal',700:'bold'},cssFontStretchMap:{'ultra-condensed':0.55,'extra-condensed':0.77,'condensed':0.85,'semi-condensed':0.93,'normal':1,'semi-expanded':1.07,'expanded':1.15,'extra-expanded':1.23,'ultra-expanded':1.45,'default':1},fallbackCharacter:'.',configure:function(args){var configurableOptionNames=['customLogFn','customClassNameRegex','customTypefaceElementsList','quiet','verbose'];for(var i=0;i<configurableOptionNames.length;i++){var optionName=configurableOptionNames[i];if(args[optionName]){if(optionName=='customLogFn'){if(typeof args[optionName]!='function'){throw"customLogFn is not a function";}else{this.customLogFn=args.customLogFn;}}else{this[optionName]=args[optionName];}}}},getTextExtents:function(face,style,text){var extentX=0;var extentY=0;var horizontalAdvance;for(var i=0;i<text.length;i++){var glyph=face.glyphs[text.charAt(i)]?face.glyphs[text.charAt(i)]:face.glyphs[this.fallbackCharacter];var letterSpacingAdjustment=this.pointsFromPixels(face,style,style.letterSpacing);extentX+=Math.max(glyph.ha,glyph.x_max)+letterSpacingAdjustment;horizontalAdvance+=glyph.ha+letterSpacingAdjustment;}
return{x:extentX,y:extentY,ha:horizontalAdvance};},pixelsFromCssAmount:function(cssAmount,defaultValue,element){var matches=undefined;if(cssAmount=='normal'){return defaultValue;}else if(matches=cssAmount.match(/([\-\d+\.]+)px/)){return matches[1];}else{var pixelAmount;var leftInlineStyle=element.style.left;var leftRuntimeStyle=element.runtimeStyle.left;element.runtimeStyle.left=element.currentStyle.left;if(cssAmount.match(/\d(em|%)$/)){element.style.left='1em';}else{element.style.left=cssAmount||0;}
pixelAmount=element.style.pixelLeft;element.style.left=leftInlineStyle;element.runtimeStyle.left=leftRuntimeStyle;return pixelAmount||defaultValue;}},capitalizeText:function(text){return text.replace(/(^|\s)[a-z]/g,function(match){return match.toUpperCase()});},getElementStyle:function(e){if(window.getComputedStyle){return window.getComputedStyle(e,'');}else if(e.currentStyle){return e.currentStyle;}},getRenderedText:function(e){var browserStyle=this.getElementStyle(e.parentNode);var inlineStyleAttribute=e.parentNode.getAttribute('style');if(inlineStyleAttribute&&typeof(inlineStyleAttribute)=='object'){inlineStyleAttribute=inlineStyleAttribute.cssText;}
if(inlineStyleAttribute){var inlineStyleDeclarations=inlineStyleAttribute.split(/\s*\;\s*/);var inlineStyle={};for(var i=0;i<inlineStyleDeclarations.length;i++){var declaration=inlineStyleDeclarations[i];var declarationOperands=declaration.split(/\s*\:\s*/);inlineStyle[declarationOperands[0]]=declarationOperands[1];}}
var style={color:browserStyle.color,fontFamily:browserStyle.fontFamily.split(/\s*,\s*/)[0].replace(/(^"|^'|'$|"$)/g,'').toLowerCase(),fontSize:this.pixelsFromCssAmount(browserStyle.fontSize,12,e.parentNode),fontWeight:this.cssFontWeightMap[browserStyle.fontWeight],fontStyle:browserStyle.fontStyle?browserStyle.fontStyle:'normal',fontStretchPercent:this.cssFontStretchMap[inlineStyle&&inlineStyle['font-stretch']?inlineStyle['font-stretch']:'default'],textDecoration:browserStyle.textDecoration,lineHeight:this.pixelsFromCssAmount(browserStyle.lineHeight,'normal',e.parentNode),letterSpacing:this.pixelsFromCssAmount(browserStyle.letterSpacing,0,e.parentNode),textTransform:browserStyle.textTransform};var face;if(this.faces[style.fontFamily]&&this.faces[style.fontFamily][style.fontWeight]){face=this.faces[style.fontFamily][style.fontWeight][style.fontStyle];}
var text=e.nodeValue;if(e.previousSibling&&e.previousSibling.nodeType==1&&e.previousSibling.tagName!='BR'&&this.getElementStyle(e.previousSibling).display.match(/inline/)){text=text.replace(/^\s+/,' ');}else{text=text.replace(/^\s+/,'');}
if(e.nextSibling&&e.nextSibling.nodeType==1&&e.nextSibling.tagName!='BR'&&this.getElementStyle(e.nextSibling).display.match(/inline/)){text=text.replace(/\s+$/,' ');}else{text=text.replace(/\s+$/,'');}
text=text.replace(/\s+/g,' ');if(style.textTransform&&style.textTransform!='none'){switch(style.textTransform){case'capitalize':text=this.capitalizeText(text);break;case'uppercase':text=text.toUpperCase();break;case'lowercase':text=text.toLowerCase();break;}}
if(!face){var excerptLength=12;var textExcerpt=text.substring(0,excerptLength);if(text.length>excerptLength){textExcerpt+='...';}
var fontDescription=style.fontFamily;if(style.fontWeight!='normal')fontDescription+=' '+style.fontWeight;if(style.fontStyle!='normal')fontDescription+=' '+style.fontStyle;this.log("couldn't find typeface font: "+fontDescription+' for text "'+textExcerpt+'"');return;}
var words=text.split(' ');var containerSpan=document.createElement('span');for(var i=0;i<words.length;i++){var word=words[i]+' ';var vectorElement=this.renderWord(face,style,word);if(vectorElement)
containerSpan.appendChild(vectorElement);}
return containerSpan;},renderDocument:function(callback){if(!callback)
callback=function(e){e.style.visibility='visible'};var elements=document.getElementsByTagName('*');var elementsLength=elements.length;for(var i=0;i<elements.length;i++){if(elements[i].className.match(/(^|\s)typeface-js(\s|$)/)||elements[i].tagName.match(/^(H1|H2|H3|H4|H5|H6)$/)){this.replaceText(elements[i]);if(typeof callback=='function'){callback(elements[i]);}}}},replaceText:function(e){var childNodes=[];var childNodesLength=e.childNodes.length;for(var i=0;i<childNodesLength;i++){this.replaceText(e.childNodes[i]);}
if(e.nodeType==3&&e.nodeValue.match(/\S/)){var parentNode=e.parentNode;var renderedText=this.getRenderedText(e);if(parentNode.tagName=='A'&&this.vectorBackend=='vml'&&this.getElementStyle(parentNode).display=='inline'){parentNode.style.display='inline-block';parentNode.style.cursor='pointer';}
if(this.getElementStyle(parentNode).display=='inline'){parentNode.style.display='inline-block';}
if(renderedText){if(parentNode.replaceChild){parentNode.replaceChild(renderedText,e);}else{parentNode.insertBefore(renderedText,e);parentNode.removeChild(e);}
if(this.vectorBackend=='vml'){renderedText.innerHTML=renderedText.innerHTML;}}}},applyElementVerticalMetrics:function(face,style,e){if(style.lineHeight=='normal'){style.lineHeight=this.pixelsFromPoints(face,style,face.lineHeight);}
var cssLineHeightAdjustment=style.lineHeight-this.pixelsFromPoints(face,style,face.lineHeight);e.style.marginTop=Math.round(cssLineHeightAdjustment/2)+'px';e.style.marginBottom=Math.round(cssLineHeightAdjustment/2)+'px';},vectorBackends:{canvas:{_initializeSurface:function(face,style,text){var extents=this.getTextExtents(face,style,text);var canvas=document.createElement('canvas');canvas.innerHTML=text;canvas.height=Math.round(this.pixelsFromPoints(face,style,face.lineHeight));canvas.width=Math.round(this.pixelsFromPoints(face,style,extents.x,'horizontal'));this.applyElementVerticalMetrics(face,style,canvas);if(extents.x>extents.ha)
canvas.style.marginRight=Math.round(this.pixelsFromPoints(face,style,extents.x-extents.ha,'horizontal'))+'px';var ctx=canvas.getContext('2d');var pointScale=this.pixelsFromPoints(face,style,1);ctx.scale(pointScale*style.fontStretchPercent,-1*pointScale);ctx.translate(0,-1*face.ascender);ctx.fillStyle=style.color;return{context:ctx,canvas:canvas};},_renderGlyph:function(ctx,face,char,style){var glyph=face.glyphs[char];if(!glyph){return this.renderGlyph(ctx,face,this.fallbackCharacter,style);}
if(glyph.o){var outline;if(glyph.cached_outline){outline=glyph.cached_outline;}else{outline=glyph.o.split(' ');glyph.cached_outline=outline;}
for(var i=0;i<outline.length;){var action=outline[i++];switch(action){case'm':ctx.moveTo(outline[i++],outline[i++]);break;case'l':ctx.lineTo(outline[i++],outline[i++]);break;case'q':var cpx=outline[i++];var cpy=outline[i++];ctx.quadraticCurveTo(outline[i++],outline[i++],cpx,cpy);break;}}}
if(glyph.ha){var letterSpacingPoints=style.letterSpacing&&style.letterSpacing!='normal'?this.pointsFromPixels(face,style,style.letterSpacing):0;ctx.translate(glyph.ha+letterSpacingPoints,0);}},_renderWord:function(face,style,text){var surface=this.initializeSurface(face,style,text);var ctx=surface.context;var canvas=surface.canvas;ctx.beginPath();ctx.save();var chars=text.split('');for(var i=0;i<chars.length;i++){this.renderGlyph(ctx,face,chars[i],style);}
ctx.fill();if(style.textDecoration=='underline'){ctx.beginPath();ctx.moveTo(0,face.underlinePosition);ctx.restore();ctx.lineTo(0,face.underlinePosition);ctx.strokeStyle=style.color;ctx.lineWidth=face.underlineThickness;ctx.stroke();}
return ctx.canvas;}},vml:{_initializeSurface:function(face,style,text){var shape=document.createElement('v:shape');var extents=this.getTextExtents(face,style,text);shape.style.width=shape.style.height=style.fontSize+'px';if(extents.x>extents.ha){shape.style.marginRight=this.pixelsFromPoints(face,style,extents.x-extents.ha,'horizontal')+'px';}
this.applyElementVerticalMetrics(face,style,shape);var resolutionScale=face.resolution*100/72;shape.coordsize=(resolutionScale/style.fontStretchPercent)+","+resolutionScale;shape.coordorigin='0,'+face.ascender;shape.style.flip='y';shape.fillColor=style.color;shape.stroked=false;shape.path='hh m 0,'+face.ascender+' l 0,'+face.descender+' ';return shape;},_renderGlyph:function(shape,face,char,offsetX,style,vmlSegments){var glyph=face.glyphs[char];if(!glyph){this.log("glyph not defined: "+char);this.renderGlyph(shape,face,this.fallbackCharacter,offsetX,style);return;}
vmlSegments.push('m');if(glyph.o){var outline,outlineLength;if(glyph.cached_outline){outline=glyph.cached_outline;outlineLength=outline.length;}else{outline=glyph.o.split(' ');outlineLength=outline.length;for(var i=0;i<outlineLength;){switch(outline[i++]){case'q':outline[i]=Math.round(outline[i++]);outline[i]=Math.round(outline[i++]);case'm':case'l':outline[i]=Math.round(outline[i++]);outline[i]=Math.round(outline[i++]);break;}}
glyph.cached_outline=outline;}
var prevX,prevY;for(var i=0;i<outlineLength;){var action=outline[i++];var x=outline[i++]+offsetX;var y=outline[i++];switch(action){case'm':vmlSegments.push('xm ',x,',',y);break;case'l':vmlSegments.push('l ',x,',',y);break;case'q':var cpx=outline[i++]+offsetX;var cpy=outline[i++];var cp1x=Math.round(prevX+2.0/3.0*(cpx-prevX));var cp1y=Math.round(prevY+2.0/3.0*(cpy-prevY));var cp2x=Math.round(cp1x+(x-prevX)/3.0);var cp2y=Math.round(cp1y+(y-prevY)/3.0);vmlSegments.push('c ',cp1x,',',cp1y,',',cp2x,',',cp2y,',',x,',',y);break;}
prevX=x;prevY=y;}}
vmlSegments.push('x e');return vmlSegments;},_renderWord:function(face,style,text){var offsetX=0;var shape=this.initializeSurface(face,style,text);var letterSpacingPoints=style.letterSpacing&&style.letterSpacing!='normal'?this.pointsFromPixels(face,style,style.letterSpacing):0;letterSpacingPoints=Math.round(letterSpacingPoints);var chars=text.split('');var vmlSegments=[];for(var i=0;i<chars.length;i++){var char=chars[i];vmlSegments=this.renderGlyph(shape,face,char,offsetX,style,vmlSegments);offsetX+=face.glyphs[char].ha+letterSpacingPoints;}
shape.path+=vmlSegments.join('')+'m '+offsetX+' 0 l '+offsetX+' '+face.ascender;return shape;}}},setVectorBackend:function(backend){this.vectorBackend=backend;var backendFunctions=['renderWord','initializeSurface','renderGlyph'];for(var i=0;i<backendFunctions.length;i++){var backendFunction=backendFunctions[i];this[backendFunction]=this.vectorBackends[backend]['_'+backendFunction];}}};var typefaceSelectors=['.typeface-js','h1','h2','h3','h4','h5','h6'];if(document.createStyleSheet){var styleSheet=document.createStyleSheet();for(var i=0;i<typefaceSelectors.length;i++){var selector=typefaceSelectors[i];styleSheet.addRule(selector,'visibility: hidden');}}else if(document.styleSheets&&document.styleSheets.length){var styleSheet=document.styleSheets[0];document.styleSheets[0].insertRule(typefaceSelectors.join(',')+' { visibility: hidden; }',styleSheet.cssRules.length);}
var backend=!!(window.attachEvent&&!window.opera)?'vml':window.CanvasRenderingContext2D||document.createElement('canvas').getContext?'canvas':null;if(backend=='vml'){document.namespaces.add("v","urn:schemas-microsoft-com:vml","#default#VML");var styleSheet=document.createStyleSheet();styleSheet.addRule('v\\:shape',"display: inline-block;");}
_typeface_js.setVectorBackend(backend);window._typeface_js=_typeface_js;function typefaceInit(){if(arguments.callee.done)return;arguments.callee.done=true;if(window._typefaceTimer)clearInterval(_typefaceTimer);_typeface_js.renderDocument(function(e){e.style.visibility='visible'});};if(/WebKit/i.test(navigator.userAgent)){var _typefaceTimer=setInterval(function(){if(/loaded|complete/.test(document.readyState)){typefaceInit();}},10);}
if(document.addEventListener){window.addEventListener('DOMContentLoaded',function(){typefaceInit()},false);}/*@cc_on @*//*@if (@_win32)

document.write("<script id=__ie_onload_typeface defer src=javascript:void(0)><\/script>");
var script = document.getElementById("__ie_onload_typeface");
script.onreadystatechange = function() {
 if (this.readyState == "complete") {
  typefaceInit(); 
 }
};

/*@end @*/try{console.log('initializing typeface.js')}catch(e){};})();;if(_typeface_js&&_typeface_js.loadFace)_typeface_js.loadFace({"glyphs":{"¦":{"x_min":135,"x_max":246.109375,"ha":381,"o":"m 135 478 l 135 986 l 140 994 l 237 1009 l 246 1004 l 246 478 l 239 472 l 141 472 l 135 478 m 141 230 l 239 230 l 246 223 l 246 -299 l 239 -306 l 141 -306 l 135 -299 l 135 223 l 141 230 "},"Ő":{"x_min":99,"x_max":829,"ha":928,"o":"m 462 1050 l 547 1196 l 557 1202 l 697 1202 l 704 1196 l 533 1018 l 525 1018 l 464 1042 l 462 1050 m 295 1049 l 294 1057 l 365 1196 l 375 1202 l 465 1202 l 472 1196 l 372 1024 l 362 1024 l 295 1049 m 99 607 q 200 864 99 772 q 464 952 297 952 q 727 864 630 952 q 829 607 829 772 l 829 323 q 727 69 829 159 q 464 -17 631 -17 q 200 69 296 -17 q 99 323 99 159 l 99 607 m 218 336 q 287 152 218 216 q 464 94 352 94 q 640 152 575 94 q 710 336 710 216 l 710 597 q 640 779 710 714 q 464 841 573 841 q 287 779 354 841 q 218 597 218 714 l 218 336 "},"Ž":{"x_min":62.546875,"x_max":660,"ha":731,"o":"m 320 1034 l 193 1176 l 195 1186 l 272 1211 l 281 1211 l 375 1102 l 468 1211 l 477 1211 l 554 1186 l 556 1176 l 429 1034 l 416 1028 l 333 1028 l 320 1034 m 62 74 l 509 827 l 84 827 l 79 833 l 93 931 l 101 938 l 652 938 l 660 931 l 660 863 l 213 111 l 650 111 l 657 104 l 657 6 l 650 0 l 84 0 l 76 6 l 62 74 "},"Á":{"x_min":16.671875,"x_max":802.78125,"ha":819,"o":"m 326 1045 l 325 1054 l 408 1195 l 418 1201 l 568 1201 l 575 1195 l 404 1018 l 395 1018 l 326 1045 m 340 923 l 348 930 l 465 945 l 473 940 l 802 6 l 798 0 l 687 0 l 679 6 l 602 230 l 215 230 l 140 6 l 133 0 l 20 0 l 16 6 l 340 923 m 568 336 l 423 763 l 409 823 l 395 763 l 251 336 l 568 336 "},"ĥ":{"x_min":-19,"x_max":624,"ha":725,"o":"m -16 1066 l -19 1076 l 108 1218 l 121 1225 l 204 1225 l 217 1218 l 344 1076 l 342 1066 l 265 1042 l 255 1042 l 162 1150 l 69 1042 l 60 1042 l -16 1066 m 106 923 l 112 932 l 210 946 l 217 940 l 217 655 l 210 594 l 215 607 l 226 622 q 261 658 240 641 q 321 689 287 677 q 410 703 361 703 q 562 641 505 703 q 624 462 624 577 l 624 6 l 617 0 l 519 0 l 512 6 l 512 440 q 468 566 512 525 q 362 602 429 602 q 287 589 343 602 l 217 571 l 217 6 l 210 0 l 112 0 l 106 6 l 106 923 "},"Î":{"x_min":5.390625,"x_max":369.609375,"ha":377,"o":"m 8 1043 l 5 1052 l 133 1195 l 145 1202 l 229 1202 l 241 1195 l 369 1052 l 366 1043 l 290 1018 l 280 1018 l 187 1126 l 94 1018 l 84 1018 l 8 1043 m 129 923 l 135 931 l 239 945 l 246 940 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 "},"e":{"x_min":82,"x_max":597.328125,"ha":663,"o":"m 82 456 q 155 639 82 572 q 345 703 226 703 q 534 636 469 703 q 589 497 589 580 q 523 343 589 397 q 359 293 462 293 q 276 304 312 293 q 223 327 245 312 q 206 341 213 334 l 195 354 q 188 365 191 359 l 186 371 l 193 319 l 193 247 q 348 83 193 83 q 499 156 456 83 l 509 159 l 593 130 l 597 121 q 354 -17 545 -17 q 82 223 82 -17 l 82 456 m 193 416 q 231 404 193 414 q 327 392 280 392 q 429 415 391 392 q 472 503 472 443 q 441 571 472 543 q 341 602 406 602 q 193 441 193 602 l 193 416 "},"»":{"x_min":71,"x_max":634,"ha":695,"o":"m 514 344 l 333 611 l 341 621 l 446 621 l 458 612 l 634 348 l 634 338 l 458 76 l 446 68 l 341 68 l 333 77 l 514 344 m 71 77 l 251 344 l 71 611 l 79 621 l 183 621 l 196 612 l 371 348 l 371 338 l 196 76 l 183 68 l 79 68 l 71 77 "},"ļ":{"x_min":100.21875,"x_max":287.71875,"ha":343,"o":"m 103 988 l 109 996 l 207 1010 l 214 1005 l 214 160 q 237 109 214 124 q 258 100 246 103 q 276 98 266 98 l 282 98 l 287 91 l 272 3 l 265 -4 l 254 -4 q 237 -2 246 -4 q 215 0 225 -2 q 164 20 186 6 q 103 153 103 59 l 103 988 m 148 -65 l 257 -65 l 264 -70 l 164 -281 l 154 -285 l 107 -276 l 100 -267 l 140 -70 l 148 -65 "},"Ĕ":{"x_min":129,"x_max":625.171875,"ha":713,"o":"m 388 1019 q 273 1059 319 1019 q 223 1165 223 1100 q 224 1181 223 1172 l 225 1195 l 234 1201 l 301 1201 l 308 1195 l 308 1182 q 388 1102 308 1102 q 469 1182 469 1102 l 469 1195 l 475 1201 l 542 1201 l 551 1195 l 552 1181 q 554 1165 554 1172 q 505 1059 554 1100 q 388 1019 458 1019 m 129 931 l 135 938 l 618 938 l 625 931 l 625 833 l 618 827 l 246 827 l 246 549 l 569 549 l 574 542 l 549 444 l 541 438 l 246 438 l 246 111 l 619 111 l 625 104 l 611 6 l 602 0 l 135 0 l 129 6 l 129 931 "},"ò":{"x_min":82,"x_max":615.109375,"ha":697,"o":"m 180 968 l 187 973 l 337 973 l 347 968 l 430 826 l 429 817 l 359 790 l 351 790 l 180 968 m 82 462 q 158 641 82 576 q 348 703 230 703 q 538 641 466 703 q 615 462 615 576 l 615 223 q 538 45 615 109 q 348 -17 466 -17 q 158 45 230 -17 q 82 223 82 109 l 82 462 m 193 247 q 348 83 193 83 q 504 247 504 83 l 504 440 q 348 602 504 602 q 193 440 193 602 l 193 247 "},"ţ":{"x_min":42,"x_max":512.78125,"ha":527,"o":"m 160 -139 q 221 -162 190 -162 q 316 -68 316 -162 q 309 -39 316 -57 q 303 -23 307 -32 l 297 -11 q 124 242 124 21 l 124 585 l 48 585 l 42 592 l 42 679 l 48 686 l 129 686 l 142 826 l 148 834 l 228 845 l 235 840 l 235 686 l 465 686 l 472 679 l 446 592 l 436 585 l 235 585 l 235 251 q 357 86 235 86 q 396 92 375 86 q 428 108 411 98 q 460 129 460 124 l 469 127 l 512 48 l 510 38 q 351 -17 435 -17 q 382 -57 371 -36 q 399 -115 399 -86 q 257 -245 399 -245 q 135 -200 178 -245 l 132 -191 l 150 -143 l 160 -139 "},"^":{"x_min":2.78125,"x_max":695.828125,"ha":699,"o":"m 2 374 l 279 922 l 288 929 l 402 945 l 409 940 l 695 374 l 691 368 l 587 368 l 580 374 l 348 837 l 118 374 l 111 368 l 6 368 l 2 374 "},"«":{"x_min":61,"x_max":624,"ha":695,"o":"m 324 348 l 499 612 l 511 621 l 615 621 l 624 611 l 443 344 l 624 77 l 615 68 l 511 68 l 499 76 l 324 338 l 324 348 m 61 338 l 61 348 l 236 612 l 248 621 l 353 621 l 361 611 l 180 344 l 361 77 l 353 68 l 248 68 l 236 76 l 61 338 "},"í":{"x_min":80.390625,"x_max":330.390625,"ha":321,"o":"m 81 818 l 80 827 l 163 968 l 173 974 l 323 974 l 330 968 l 159 791 l 151 791 l 81 818 m 104 671 l 110 679 l 208 693 l 215 688 l 215 6 l 208 0 l 110 0 l 104 6 l 104 671 "},"ˆ":{"x_min":166.671875,"x_max":530.5625,"ha":697,"o":"m 169 815 l 166 825 l 294 967 l 306 974 l 390 974 l 402 967 l 530 825 l 527 815 l 451 791 l 441 791 l 348 899 l 255 791 l 245 791 l 169 815 "},"ū":{"x_min":99,"x_max":644.828125,"ha":720,"o":"m 209 851 l 209 932 l 215 939 l 526 939 l 532 932 l 515 851 l 507 845 l 215 845 l 209 851 m 99 671 l 105 679 l 203 693 l 210 687 l 210 251 q 254 121 210 165 q 357 83 292 83 q 394 88 369 83 l 442 102 q 464 109 453 105 l 499 121 l 499 671 l 505 679 l 603 693 l 610 687 l 610 135 l 644 13 l 637 5 l 553 -7 l 544 -1 l 504 98 q 449 21 489 51 q 311 -17 396 -17 q 99 227 99 -17 l 99 671 "},"ņ":{"x_min":75.28125,"x_max":629.109375,"ha":729,"o":"m 110 541 l 75 672 l 82 680 l 166 693 l 175 687 l 214 590 l 218 600 q 226 615 221 608 q 257 652 239 636 q 316 687 282 675 q 408 703 357 703 q 565 641 504 703 q 629 462 629 576 l 629 6 l 622 0 l 524 0 l 518 6 l 518 440 q 469 566 518 523 q 362 602 429 602 q 290 589 343 602 l 221 571 l 221 6 l 214 0 l 116 0 l 110 6 l 110 541 m 319 -65 l 427 -65 l 434 -70 l 334 -281 l 325 -285 l 277 -276 l 271 -267 l 311 -70 l 319 -65 "},"µ":{"x_min":49,"x_max":1045,"ha":1094,"o":"m 49 333 l 49 375 l 53 385 l 606 700 l 614 697 l 658 620 l 656 610 l 636 592 l 546 413 l 1038 413 l 1045 406 l 1045 302 l 1038 296 l 546 296 l 636 116 l 656 98 l 658 89 l 614 11 l 606 8 l 53 323 l 49 333 "},"č":{"x_min":82,"x_max":595.875,"ha":656,"o":"m 298 806 l 170 948 l 173 958 l 250 983 l 259 983 l 352 874 l 445 983 l 455 983 l 531 958 l 534 948 l 406 806 l 394 800 l 311 800 l 298 806 m 82 461 q 152 634 82 569 q 352 703 226 703 q 588 561 530 703 l 584 552 l 501 523 l 491 526 q 345 602 451 602 q 193 438 193 602 l 193 247 q 345 83 193 83 q 498 156 458 83 l 508 159 l 591 130 l 595 121 q 352 -17 543 -17 q 152 49 226 -17 q 82 223 82 115 l 82 461 "},"’":{"x_min":63.890625,"x_max":251.390625,"ha":282,"o":"m 69 693 l 63 703 l 104 931 l 113 938 l 247 938 l 251 931 l 131 685 l 122 679 l 69 693 "},"-":{"x_min":115,"x_max":484.4375,"ha":590,"o":"m 115 310 l 115 408 l 121 415 l 478 415 l 484 408 l 459 310 l 451 304 l 121 304 l 115 310 "},"Q":{"x_min":99,"x_max":829,"ha":928,"o":"m 99 606 q 200 864 99 772 q 464 952 297 952 q 727 864 630 952 q 829 606 829 772 l 829 322 q 733 73 829 162 q 483 -13 641 -13 q 471 -66 471 -22 q 552 -159 471 -159 l 664 -159 l 671 -165 l 671 -276 l 664 -283 l 552 -283 q 420 -231 469 -283 q 379 -131 379 -188 q 444 -13 379 -50 q 194 73 284 -13 q 99 322 99 163 l 99 606 m 218 336 q 287 153 218 217 q 463 95 352 95 q 640 153 575 95 q 710 336 710 217 l 710 597 q 640 779 710 714 q 463 841 573 841 q 287 779 354 841 q 218 597 218 714 l 218 336 "},"M":{"x_min":129,"x_max":993,"ha":1124,"o":"m 129 923 l 135 931 l 240 945 l 248 940 l 561 372 l 865 925 l 872 933 l 986 945 l 993 940 l 993 6 l 986 0 l 883 0 l 879 6 l 879 740 l 844 663 l 619 260 l 611 254 l 511 254 l 502 260 l 277 663 l 246 740 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 "},"œ":{"x_min":82,"x_max":1019.171875,"ha":1084,"o":"m 82 462 q 158 641 82 576 q 348 703 230 703 q 559 607 490 703 q 763 703 627 703 q 949 636 885 703 q 1001 497 1001 582 q 937 341 1001 394 q 777 293 878 293 q 694 304 730 293 q 642 327 665 312 l 627 341 l 617 353 q 610 364 613 359 l 608 370 l 615 319 l 615 247 q 770 83 615 83 q 921 156 878 83 l 931 159 l 1015 130 l 1019 121 q 776 -17 967 -17 q 556 76 627 -17 q 348 -17 490 -17 q 158 45 230 -17 q 82 223 82 109 l 82 462 m 193 247 q 348 83 193 83 q 504 247 504 83 l 504 440 q 348 602 504 602 q 193 440 193 602 l 193 247 m 615 416 q 674 398 631 403 q 760 394 709 394 q 849 416 817 394 q 890 502 890 442 q 860 571 890 544 q 759 602 826 602 q 615 441 615 602 l 615 416 "},"ě":{"x_min":82,"x_max":597.328125,"ha":663,"o":"m 288 806 l 161 948 l 163 958 l 240 983 l 250 983 l 342 874 l 435 983 l 445 983 l 522 958 l 524 948 l 397 806 l 384 800 l 301 800 l 288 806 m 82 456 q 155 639 82 572 q 345 703 226 703 q 534 636 469 703 q 589 497 589 580 q 523 343 589 397 q 359 293 462 293 q 276 304 312 293 q 223 327 245 312 q 206 341 213 334 l 195 354 q 188 365 191 359 l 186 371 l 193 319 l 193 247 q 348 83 193 83 q 499 156 456 83 l 509 159 l 593 130 l 597 121 q 354 -17 545 -17 q 82 223 82 -17 l 82 456 m 193 416 q 231 404 193 414 q 327 392 280 392 q 429 415 391 392 q 472 503 472 443 q 441 571 472 543 q 341 602 406 602 q 193 441 193 602 l 193 416 "},"ũ":{"x_min":99,"x_max":644.828125,"ha":720,"o":"m 171 859 l 171 869 q 303 961 228 961 q 382 929 344 961 q 439 897 419 897 q 505 942 460 897 l 515 945 l 566 908 l 566 898 q 431 807 514 807 q 353 838 392 807 q 296 869 315 869 q 230 824 271 869 l 221 822 l 171 859 m 99 670 l 105 679 l 203 693 l 210 687 l 210 251 q 254 121 210 165 q 357 83 292 83 q 394 88 369 83 l 442 102 q 464 109 453 105 l 499 121 l 499 670 l 505 679 l 603 693 l 610 687 l 610 135 l 644 13 l 637 5 l 553 -7 l 545 -1 l 504 98 q 449 21 489 51 q 311 -17 396 -17 q 99 227 99 -17 l 99 670 "},"ŭ":{"x_min":99,"x_max":644.828125,"ha":720,"o":"m 368 790 q 253 830 299 790 q 203 937 203 871 q 204 952 203 944 l 205 966 l 214 973 l 281 973 l 288 966 l 288 954 q 368 873 288 873 q 449 954 449 873 l 449 966 l 455 974 l 522 974 l 531 966 l 532 952 q 534 937 534 944 q 485 830 534 872 q 368 790 438 790 m 99 670 l 105 678 l 203 692 l 210 687 l 210 251 q 254 121 210 164 q 357 83 292 83 q 394 88 369 83 l 442 102 q 464 109 453 105 l 499 121 l 499 670 l 506 678 l 603 692 l 610 687 l 610 135 l 644 13 l 637 5 l 553 -7 l 545 -1 l 504 98 q 449 21 489 51 q 311 -17 396 -17 q 99 227 99 -17 l 99 670 "},"{":{"x_min":52.28125,"x_max":484.046875,"ha":533,"o":"m 187 231 q 162 330 187 295 q 57 382 131 372 l 52 389 l 77 472 l 87 479 q 168 532 145 494 q 187 622 187 564 l 187 715 q 446 943 187 943 l 478 943 l 484 936 l 459 855 l 450 849 q 291 690 291 849 l 291 625 q 171 425 291 473 q 291 237 291 372 l 291 90 q 450 -71 291 -71 l 459 -77 l 484 -158 l 478 -165 l 446 -165 q 254 -101 325 -165 q 187 65 187 -39 l 187 231 "},"¼":{"x_min":59.609375,"x_max":1030.5625,"ha":1082,"o":"m 59 377 l 59 450 l 66 457 l 196 457 l 196 852 l 101 852 l 93 858 l 74 931 l 80 938 l 281 938 l 288 931 l 288 457 l 421 457 l 426 450 l 408 377 l 400 371 l 66 371 l 59 377 m 579 686 l 588 692 l 662 679 l 667 671 l 457 6 l 448 0 l 367 0 l 362 6 l 579 686 m 593 204 l 844 551 l 854 558 l 918 571 l 925 565 l 925 228 l 1025 228 l 1030 221 l 1011 149 l 1004 143 l 925 143 l 925 11 l 918 2 l 840 -8 l 833 -2 l 833 143 l 616 143 l 606 148 l 593 204 m 836 228 l 836 352 l 836 405 l 806 357 l 733 252 l 710 228 l 836 228 "},"#":{"x_min":62,"x_max":881.390625,"ha":930,"o":"m 210 249 l 68 249 l 62 255 l 62 338 l 68 345 l 228 345 l 274 590 l 136 590 l 130 596 l 130 679 l 136 686 l 292 686 l 336 923 l 345 931 l 434 945 l 442 938 l 395 686 l 605 686 l 649 923 l 657 931 l 746 945 l 755 938 l 707 686 l 875 686 l 881 679 l 857 596 l 848 590 l 689 590 l 643 345 l 807 345 l 813 338 l 789 255 l 780 249 l 625 249 l 581 6 l 573 0 l 484 0 l 478 6 l 523 249 l 313 249 l 268 6 l 260 0 l 171 0 l 166 6 l 210 249 m 541 345 l 586 590 l 377 590 l 331 345 l 541 345 "},"Ĳ":{"x_min":129,"x_max":760,"ha":885,"o":"m 408 128 l 419 130 q 520 94 466 94 q 599 125 565 94 q 643 246 643 167 l 643 923 l 649 931 l 753 945 l 760 940 l 760 235 q 696 51 760 120 q 527 -17 632 -17 q 368 33 433 -17 l 366 42 l 408 128 m 129 923 l 135 931 l 239 945 l 246 940 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 "},"Ê":{"x_min":129,"x_max":625.171875,"ha":713,"o":"m 208 1043 l 205 1052 l 333 1195 l 346 1201 l 429 1201 l 441 1195 l 569 1052 l 566 1043 l 490 1018 l 480 1018 l 387 1126 l 294 1018 l 284 1018 l 208 1043 m 129 931 l 135 938 l 618 938 l 625 931 l 625 833 l 618 827 l 246 827 l 246 549 l 569 549 l 575 542 l 550 444 l 541 438 l 246 438 l 246 111 l 619 111 l 625 104 l 611 6 l 602 0 l 135 0 l 129 6 l 129 931 "},")":{"x_min":48.9375,"x_max":303.109375,"ha":392,"o":"m 48 -110 l 54 -103 l 62 -94 l 71 -82 q 121 5 97 -44 q 169 159 151 74 q 192 387 192 264 q 169 615 192 509 q 121 769 151 698 q 72 855 98 817 q 62 867 68 862 l 50 883 l 48 892 l 104 954 l 114 954 l 122 947 q 132 938 126 944 l 143 926 q 208 834 179 888 q 273 659 250 758 q 303 387 303 537 q 273 113 303 235 q 208 -61 250 14 q 143 -154 179 -115 l 132 -165 q 122 -174 126 -171 l 114 -181 l 104 -179 l 50 -119 l 48 -110 "},"Å":{"x_min":17,"x_max":803.109375,"ha":820,"o":"m 404 1018 q 292 1109 292 1018 l 292 1127 q 404 1218 292 1218 q 517 1127 517 1218 l 517 1109 q 404 1018 517 1018 m 404 1072 q 456 1118 456 1072 q 404 1164 456 1164 q 353 1118 353 1164 q 404 1072 353 1072 m 340 923 l 348 930 l 465 945 l 474 940 l 803 6 l 798 0 l 687 0 l 679 6 l 603 230 l 215 230 l 140 6 l 133 0 l 21 0 l 17 6 l 340 923 m 568 336 l 423 763 l 410 823 l 396 763 l 251 336 l 568 336 "},"¸":{"x_min":215.671875,"x_max":482,"ha":697,"o":"m 243 -139 q 304 -162 274 -162 q 399 -68 399 -162 q 387 -25 399 -53 l 375 0 l 416 0 l 437 -20 l 450 -35 q 482 -116 482 -77 q 340 -245 482 -245 q 218 -200 261 -245 l 215 -191 l 233 -143 l 243 -139 "},"a":{"x_min":56,"x_max":594.828125,"ha":659,"o":"m 56 187 q 122 339 56 284 q 217 380 159 368 q 339 392 265 392 l 387 392 q 449 405 426 392 l 449 471 q 407 576 449 544 q 306 602 372 602 q 168 561 221 602 l 157 562 l 110 632 l 113 643 q 307 703 189 703 q 486 655 422 703 q 560 491 560 601 l 560 135 l 594 13 l 587 5 l 503 -7 l 495 -1 l 455 98 q 447 80 455 95 q 418 41 436 58 q 361 1 394 14 q 267 -17 320 -17 q 124 27 181 -17 q 56 187 56 81 m 173 186 q 285 83 173 83 q 393 103 328 83 q 415 110 404 106 l 433 116 l 449 123 l 449 358 q 399 302 437 321 q 326 289 368 289 l 293 289 q 214 269 246 289 q 173 186 173 243 "},"Ę":{"x_min":129,"x_max":625.171875,"ha":713,"o":"m 129 931 l 135 938 l 618 938 l 625 931 l 625 833 l 618 827 l 246 827 l 246 549 l 569 549 l 575 542 l 549 444 l 541 438 l 246 438 l 246 111 l 619 111 l 625 104 l 611 6 l 575 -27 q 540 -67 554 -48 q 504 -149 504 -113 q 602 -223 504 -223 l 609 -235 l 594 -297 l 582 -304 q 448 -267 501 -304 q 391 -169 391 -229 q 428 -67 391 -116 q 509 0 459 -30 l 135 0 l 129 6 l 129 931 "},"=":{"x_min":131,"x_max":635.15625,"ha":764,"o":"m 131 437 l 131 525 l 137 532 l 629 532 l 635 525 l 611 437 l 603 431 l 137 431 l 131 437 m 131 192 l 131 280 l 137 287 l 599 287 l 604 280 l 581 192 l 572 186 l 137 186 l 131 192 "},"˚":{"x_min":236,"x_max":461,"ha":697,"o":"m 348 791 q 236 882 236 791 l 236 900 q 348 991 236 991 q 461 900 461 991 l 461 882 q 348 791 461 791 m 348 845 q 400 891 400 845 q 348 937 400 937 q 297 891 297 937 q 348 845 297 845 "},"ú":{"x_min":99,"x_max":644.828125,"ha":720,"o":"m 289 826 l 372 968 l 382 973 l 532 973 l 539 968 l 368 790 l 360 790 l 290 817 l 289 826 m 99 670 l 105 678 l 203 692 l 210 687 l 210 251 q 254 121 210 164 q 357 83 292 83 q 394 88 369 83 l 442 102 q 464 109 453 105 l 499 121 l 499 670 l 505 678 l 603 692 l 610 687 l 610 135 l 644 13 l 637 5 l 553 -7 l 544 -1 l 504 98 q 449 21 489 51 q 311 -17 396 -17 q 99 227 99 -17 l 99 670 "},"¯":{"x_min":193,"x_max":516.609375,"ha":699,"o":"m 193 851 l 193 932 l 199 939 l 511 939 l 516 932 l 499 851 l 491 845 l 199 845 l 193 851 "},"Z":{"x_min":62.546875,"x_max":660,"ha":731,"o":"m 62 74 l 509 827 l 84 827 l 79 833 l 93 931 l 101 938 l 652 938 l 660 931 l 660 863 l 213 111 l 650 111 l 657 104 l 657 6 l 650 0 l 84 0 l 76 6 l 62 74 "},"u":{"x_min":99,"x_max":644.828125,"ha":720,"o":"m 99 670 l 105 679 l 203 692 l 210 687 l 210 251 q 254 121 210 165 q 357 83 292 83 q 394 88 369 83 l 442 102 q 464 109 453 105 l 499 121 l 499 670 l 505 679 l 603 692 l 610 687 l 610 135 l 644 13 l 637 5 l 553 -7 l 544 -1 l 504 98 q 449 21 489 51 q 311 -17 396 -17 q 99 227 99 -17 l 99 670 "},"k":{"x_min":106,"x_max":635.15625,"ha":660,"o":"m 106 987 l 112 995 l 210 1009 l 217 1004 l 217 436 l 228 436 l 426 673 l 436 679 l 582 693 l 589 686 l 365 441 l 333 413 l 362 380 l 514 151 l 522 142 q 543 119 532 129 q 608 95 574 95 l 618 95 q 628 96 624 95 l 635 89 l 619 0 l 612 -6 q 601 -8 607 -8 l 589 -8 q 468 35 519 -8 q 432 74 449 51 l 407 108 l 228 387 l 217 387 l 217 6 l 211 0 l 111 0 l 106 6 l 106 987 "},"Ù":{"x_min":119,"x_max":844,"ha":965,"o":"m 316 1195 l 323 1201 l 473 1201 l 482 1195 l 566 1054 l 564 1045 l 495 1018 l 487 1018 l 316 1195 m 119 923 l 125 931 l 229 945 l 236 940 l 236 335 q 306 152 236 216 q 481 94 371 94 q 659 152 595 94 q 727 335 727 216 l 727 923 l 733 931 l 837 945 l 844 940 l 844 323 q 481 -17 844 -17 q 217 69 312 -17 q 119 323 119 158 l 119 923 "},"Ů":{"x_min":119,"x_max":844,"ha":965,"o":"m 481 1018 q 369 1109 369 1018 l 369 1127 q 481 1218 369 1218 q 594 1127 594 1218 l 594 1109 q 481 1018 594 1018 m 481 1072 q 533 1118 533 1072 q 481 1164 533 1164 q 430 1118 430 1164 q 481 1072 430 1072 m 119 923 l 125 931 l 229 945 l 236 940 l 236 335 q 306 152 236 216 q 481 94 371 94 q 659 152 595 94 q 727 335 727 216 l 727 923 l 733 931 l 837 945 l 844 940 l 844 323 q 481 -17 844 -17 q 217 69 312 -17 q 119 323 119 158 l 119 923 "},"¢":{"x_min":78,"x_max":650.5,"ha":723,"o":"m 332 111 q 154 189 222 124 q 78 378 78 263 l 78 421 q 154 609 78 536 q 332 686 222 672 l 332 792 l 338 800 l 406 810 l 413 804 l 413 688 q 551 649 492 681 q 650 552 617 613 l 646 543 l 561 508 l 551 511 q 413 586 511 574 l 413 210 q 551 286 511 222 l 561 289 l 644 254 l 649 246 q 550 147 615 183 q 413 113 490 113 l 413 6 l 406 0 l 338 0 l 332 6 l 332 111 m 332 583 q 189 418 189 554 l 189 381 q 332 213 189 242 l 332 583 "},"Ş":{"x_min":66.609375,"x_max":627,"ha":705,"o":"m 66 75 l 123 153 l 135 155 q 325 94 206 94 q 453 130 406 94 q 508 253 508 171 q 442 372 508 327 q 375 408 417 390 l 301 438 q 224 473 252 457 q 158 519 184 494 q 93 685 93 582 q 176 881 93 806 q 370 952 254 952 q 464 942 419 952 q 537 921 502 935 q 585 899 564 911 q 609 882 602 889 l 610 872 l 557 792 l 546 790 q 375 841 480 841 q 212 689 212 841 q 277 578 212 621 q 344 544 301 562 l 420 514 q 495 479 466 496 q 561 429 535 455 q 627 255 627 363 q 546 58 627 128 q 371 -12 480 0 q 405 -54 392 -33 q 423 -115 423 -85 q 281 -245 423 -245 q 159 -200 202 -245 l 156 -191 l 174 -143 l 184 -139 q 245 -162 214 -162 q 340 -68 340 -162 q 324 -17 340 -50 l 321 -17 q 198 3 266 -17 q 69 66 119 27 l 66 75 "},"é":{"x_min":82,"x_max":597.328125,"ha":663,"o":"m 265 817 l 263 826 l 347 968 l 356 973 l 506 973 l 513 968 l 342 790 l 334 790 l 265 817 m 82 456 q 155 639 82 572 q 345 703 226 703 q 534 636 469 703 q 589 497 589 580 q 523 343 589 397 q 359 293 462 293 q 276 304 312 293 q 223 327 245 312 q 206 341 213 334 l 195 354 q 188 365 191 359 l 186 371 l 193 319 l 193 247 q 348 83 193 83 q 499 156 456 83 l 509 159 l 593 130 l 597 121 q 354 -17 545 -17 q 82 223 82 -17 l 82 456 m 193 416 q 231 404 193 414 q 327 392 280 392 q 429 415 391 392 q 472 503 472 443 q 441 571 472 543 q 341 602 406 602 q 193 441 193 602 l 193 416 "},"B":{"x_min":129,"x_max":718,"ha":807,"o":"m 129 931 l 135 938 l 388 938 q 502 928 452 938 q 599 890 561 915 q 693 700 693 832 q 563 503 693 551 q 718 276 718 453 q 624 65 718 140 q 413 0 541 0 l 135 0 l 129 6 l 129 931 m 390 554 q 519 581 473 554 q 576 693 576 615 q 519 805 576 772 q 390 831 474 831 l 246 831 l 246 554 l 390 554 m 398 107 q 537 144 483 107 q 600 276 600 188 q 537 408 600 363 q 398 447 483 447 l 246 447 l 246 107 l 398 107 "},"…":{"x_min":93,"x_max":1005,"ha":1098,"o":"m 863 137 l 869 144 l 998 144 l 1005 137 l 1005 6 l 998 0 l 869 0 l 863 6 l 863 137 m 478 137 l 484 144 l 613 144 l 620 137 l 620 6 l 613 0 l 484 0 l 478 6 l 478 137 m 93 137 l 99 144 l 228 144 l 235 137 l 235 6 l 228 0 l 99 0 l 93 6 l 93 137 "},"ē":{"x_min":82,"x_max":597.328125,"ha":663,"o":"m 183 851 l 183 932 l 190 939 l 501 939 l 506 932 l 490 851 l 481 845 l 190 845 l 183 851 m 82 456 q 155 639 82 572 q 345 703 226 703 q 534 636 469 703 q 589 497 589 580 q 523 343 589 397 q 359 293 462 293 q 276 304 312 293 q 223 327 245 312 q 206 341 213 334 l 195 354 q 188 365 191 359 l 185 371 l 193 319 l 193 247 q 348 83 193 83 q 499 156 456 83 l 509 159 l 593 130 l 597 121 q 354 -17 545 -17 q 82 223 82 -17 l 82 456 m 193 416 q 231 404 193 414 q 327 392 280 392 q 429 415 391 392 q 472 503 472 443 q 441 571 472 543 q 341 602 406 602 q 193 441 193 602 l 193 416 "},"H":{"x_min":129,"x_max":857,"ha":988,"o":"m 129 923 l 135 931 l 239 945 l 246 940 l 246 547 l 740 547 l 740 923 l 747 931 l 850 945 l 857 940 l 857 6 l 850 0 l 747 0 l 740 6 l 740 436 l 246 436 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 "},"î":{"x_min":-23.78125,"x_max":340.109375,"ha":321,"o":"m -21 815 l -23 825 l 104 967 l 116 974 l 199 974 l 212 967 l 340 825 l 337 815 l 260 791 l 251 791 l 158 899 l 65 791 l 55 791 l -21 815 m 104 671 l 110 679 l 208 693 l 215 688 l 215 6 l 208 0 l 110 0 l 104 6 l 104 671 "},"¥":{"x_min":81.765625,"x_max":691.890625,"ha":772,"o":"m 104 213 l 104 297 l 110 304 l 328 304 l 328 344 l 275 438 l 110 438 l 104 444 l 104 528 l 110 535 l 220 535 l 81 785 l 88 794 l 202 810 l 211 804 l 361 504 l 383 450 l 407 504 l 548 785 l 555 793 l 679 810 l 687 804 l 541 535 l 686 535 l 691 528 l 668 444 l 659 438 l 489 438 l 439 344 l 439 304 l 655 304 l 661 297 l 637 213 l 629 207 l 439 207 l 439 6 l 432 0 l 334 0 l 328 6 l 328 207 l 110 207 l 104 213 "},"Ĥ":{"x_min":129,"x_max":857,"ha":988,"o":"m 308 1052 l 436 1194 l 448 1201 l 532 1201 l 544 1194 l 672 1052 l 669 1043 l 593 1018 l 583 1018 l 490 1126 l 397 1018 l 387 1018 l 311 1043 l 308 1052 m 129 923 l 135 931 l 239 945 l 246 940 l 246 547 l 740 547 l 740 923 l 747 931 l 850 945 l 857 940 l 857 6 l 850 0 l 747 0 l 740 6 l 740 436 l 246 436 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 "},"U":{"x_min":119,"x_max":844,"ha":965,"o":"m 119 923 l 125 931 l 229 945 l 236 940 l 236 335 q 306 152 236 216 q 481 94 371 94 q 659 152 595 94 q 727 335 727 216 l 727 923 l 733 931 l 837 945 l 844 940 l 844 323 q 481 -17 844 -17 q 217 69 312 -17 q 119 323 119 158 l 119 923 "},"Ñ":{"x_min":129,"x_max":851,"ha":982,"o":"m 304 1087 l 304 1097 q 435 1189 360 1189 q 514 1157 477 1189 q 571 1125 552 1125 q 638 1170 592 1125 l 648 1173 l 698 1136 l 698 1126 q 563 1035 646 1035 q 485 1066 524 1035 q 428 1097 448 1097 q 363 1052 403 1097 l 353 1050 l 304 1087 m 129 923 l 135 932 l 239 946 l 248 940 l 698 262 l 734 195 l 734 923 l 740 932 l 844 946 l 851 940 l 851 6 l 844 0 l 745 0 l 734 6 l 281 690 l 246 757 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 "},"F":{"x_min":129,"x_max":611.28125,"ha":671,"o":"m 129 931 l 135 938 l 604 938 l 611 931 l 611 833 l 604 827 l 246 827 l 246 535 l 583 535 l 589 528 l 564 430 l 555 424 l 246 424 l 246 6 l 239 0 l 135 0 l 129 6 l 129 931 "},"ĵ":{"x_min":-173.390625,"x_max":340.109375,"ha":321,"o":"m -20 815 l -23 824 l 104 966 l 116 973 l 199 973 l 212 966 l 340 824 l 337 815 l 260 790 l 251 790 l 158 898 l 65 790 l 55 790 l -20 815 m 104 670 l 110 678 l 208 692 l 215 687 l 215 -61 q -9 -320 215 -320 q -99 -304 -58 -320 q -170 -265 -135 -290 l -173 -257 l -128 -176 l -122 -175 q -92 -197 -122 -179 q -58 -213 -76 -207 q -15 -219 -37 -219 q 63 -182 30 -219 q 104 -53 104 -136 l 104 670 "},"ā":{"x_min":56,"x_max":594.828125,"ha":659,"o":"m 173 851 l 173 932 l 179 939 l 490 939 l 496 932 l 479 851 l 471 845 l 179 845 l 173 851 m 56 187 q 122 339 56 284 q 217 380 159 368 q 339 392 265 392 l 387 392 q 449 405 426 392 l 449 471 q 407 576 449 544 q 306 602 372 602 q 168 561 221 602 l 157 562 l 110 632 l 113 643 q 307 703 189 703 q 486 655 422 703 q 560 491 560 601 l 560 135 l 594 13 l 587 5 l 503 -7 l 495 -1 l 455 98 q 447 80 455 95 q 418 41 436 58 q 361 1 394 14 q 267 -17 320 -17 q 124 27 181 -17 q 56 187 56 81 m 173 186 q 285 83 173 83 q 393 103 328 83 q 415 110 404 106 l 433 116 l 449 123 l 449 358 q 399 302 437 321 q 326 289 368 289 l 293 289 q 214 269 246 289 q 173 186 173 243 "},"Ĩ":{"x_min":-4,"x_max":390,"ha":376,"o":"m -4 1087 l -4 1097 q 127 1189 52 1189 q 207 1157 169 1189 q 264 1125 244 1125 q 330 1170 284 1125 l 340 1173 l 390 1136 l 390 1126 q 255 1035 338 1035 q 177 1066 216 1035 q 120 1097 140 1097 q 55 1052 95 1097 l 45 1050 l -4 1087 m 136 923 l 142 932 l 246 946 l 253 940 l 253 6 l 246 0 l 142 0 l 136 6 l 136 923 "},"ă":{"x_min":56,"x_max":594.828125,"ha":659,"o":"m 332 790 q 217 830 263 790 q 167 937 167 871 q 168 952 167 944 l 170 966 l 178 973 l 245 973 l 252 966 l 252 954 q 332 873 252 873 q 413 954 413 873 l 413 966 l 419 974 l 486 974 l 495 966 l 496 952 q 498 937 498 944 q 449 830 498 872 q 332 790 402 790 m 56 187 q 122 339 56 284 q 217 380 158 368 q 339 392 265 392 l 388 392 q 449 405 426 392 l 449 471 q 407 576 449 544 q 306 602 372 602 q 168 561 221 602 l 157 562 l 110 632 l 112 643 q 307 703 189 703 q 486 655 422 703 q 560 491 560 601 l 560 135 l 594 13 l 587 5 l 503 -7 l 495 -1 l 455 98 q 447 80 455 95 q 418 41 436 58 q 361 1 394 14 q 267 -17 320 -17 q 124 27 181 -17 q 56 187 56 81 m 173 186 q 285 83 173 83 q 393 103 328 83 q 415 110 404 106 l 433 116 l 449 123 l 449 358 q 399 302 437 321 q 326 289 368 289 l 293 289 q 214 269 246 289 q 173 186 173 243 "},"*":{"x_min":69.046875,"x_max":685.9375,"ha":753,"o":"m 444 630 q 528 685 476 685 q 602 663 563 685 l 683 615 l 685 605 l 656 525 l 648 521 l 504 604 q 456 621 473 621 q 444 619 448 621 l 444 630 m 356 712 q 271 752 298 712 q 251 832 251 782 l 251 925 l 257 934 l 342 949 l 350 944 l 350 777 q 366 717 350 731 l 356 712 m 424 696 q 408 753 408 724 q 476 849 408 809 l 556 896 l 566 894 l 622 828 l 620 818 l 476 735 q 432 690 438 713 l 424 696 m 71 676 l 69 686 l 98 767 l 106 771 l 251 687 q 298 670 283 670 q 311 672 302 670 l 311 661 q 226 607 279 607 q 152 629 190 607 l 71 676 m 132 464 l 134 474 l 278 557 q 322 601 317 579 l 330 596 q 347 539 347 568 q 278 443 347 483 l 198 396 l 188 399 l 132 464 m 405 515 q 388 575 405 561 l 398 581 q 483 542 456 581 q 504 460 504 510 l 504 367 l 497 358 l 412 343 l 405 348 l 405 515 "},"†":{"x_min":56,"x_max":565.21875,"ha":614,"o":"m 243 565 l 62 565 l 56 571 l 56 658 l 62 665 l 243 665 l 243 923 l 249 931 l 347 945 l 354 940 l 354 665 l 558 665 l 565 658 l 538 571 l 529 565 l 354 565 l 354 -165 l 326 -306 l 318 -315 l 249 -275 l 243 -263 l 243 565 "},"°":{"x_min":61,"x_max":430,"ha":491,"o":"m 245 599 q 118 639 170 599 q 61 758 61 682 l 61 793 q 118 912 61 868 q 245 952 169 952 q 372 912 321 952 q 430 793 430 868 l 430 758 q 372 639 430 682 q 245 599 320 599 m 245 684 q 341 775 341 684 q 245 867 341 867 q 150 775 150 867 q 245 684 150 684 "},"å":{"x_min":56,"x_max":594.828125,"ha":659,"o":"m 332 790 q 220 881 220 790 l 220 899 q 332 990 220 990 q 445 899 445 990 l 445 881 q 332 790 445 790 m 332 844 q 384 890 384 844 q 332 936 384 936 q 281 890 281 936 q 332 844 281 844 m 56 187 q 122 339 56 284 q 217 380 159 368 q 339 392 265 392 l 388 392 q 449 405 426 392 l 449 471 q 407 576 449 544 q 306 602 372 602 q 168 561 221 602 l 157 562 l 110 632 l 113 643 q 307 703 189 703 q 486 655 422 703 q 560 491 560 601 l 560 135 l 594 13 l 587 5 l 503 -7 l 495 -1 l 455 98 q 447 80 455 95 q 418 41 436 58 q 361 1 395 14 q 267 -17 319 -17 q 124 27 181 -17 q 56 187 56 81 m 173 186 q 285 83 173 83 q 393 103 328 83 q 415 110 404 106 l 433 116 l 449 123 l 449 358 q 399 302 438 321 q 326 289 368 289 l 293 289 q 214 269 246 289 q 173 186 173 243 "},"0":{"x_min":93,"x_max":698.109375,"ha":791,"o":"m 93 474 q 187 681 93 609 q 395 744 269 744 q 603 681 521 744 q 698 474 698 609 l 698 252 q 603 45 698 117 q 395 -17 521 -17 q 187 45 269 -17 q 93 252 93 117 l 93 474 m 204 276 q 259 130 204 181 q 395 83 309 83 q 531 130 481 83 q 587 276 587 181 l 587 451 q 531 596 587 545 q 395 644 481 644 q 259 596 309 644 q 204 451 204 545 l 204 276 "},"ō":{"x_min":82,"x_max":615.109375,"ha":697,"o":"m 193 851 l 193 932 l 200 939 l 510 939 l 516 932 l 499 851 l 491 845 l 200 845 l 193 851 m 82 462 q 158 641 82 576 q 348 703 230 703 q 538 641 466 703 q 615 462 615 576 l 615 223 q 538 45 615 109 q 348 -17 466 -17 q 158 45 230 -17 q 82 223 82 109 l 82 462 m 193 247 q 348 83 193 83 q 504 247 504 83 l 504 440 q 348 602 504 602 q 193 440 193 602 l 193 247 "},"”":{"x_min":63.890625,"x_max":465.28125,"ha":496,"o":"m 277 703 l 318 931 l 327 938 l 461 938 l 465 931 l 345 685 l 336 679 l 283 693 l 277 703 m 69 693 l 63 703 l 104 931 l 113 938 l 247 938 l 251 931 l 131 685 l 122 679 l 69 693 "},"ŵ":{"x_min":19.5,"x_max":996.15625,"ha":1014,"o":"m 325 825 l 452 967 l 465 974 l 548 974 l 561 967 l 689 825 l 686 815 l 610 791 l 600 791 l 507 899 l 413 791 l 404 791 l 327 815 l 325 825 m 19 671 l 26 679 l 130 693 l 137 688 l 305 189 l 325 115 l 344 189 l 457 528 l 457 671 l 463 679 l 560 693 l 567 688 l 567 510 l 671 189 l 690 115 l 710 189 l 871 672 l 879 679 l 992 693 l 996 686 l 743 0 l 733 -9 l 639 10 l 630 18 l 523 343 l 507 411 l 489 343 l 376 0 l 366 -9 l 273 8 l 265 17 l 19 671 "},"Ķ":{"x_min":129,"x_max":794.625,"ha":825,"o":"m 129 923 l 135 931 l 239 945 l 246 940 l 246 547 l 311 547 l 322 552 l 611 922 l 622 929 l 768 945 l 773 938 l 443 538 l 402 498 l 443 453 l 676 145 q 698 127 687 134 q 772 104 732 104 l 780 104 q 789 105 784 104 l 794 98 l 779 4 l 771 -2 q 758 -4 765 -4 l 746 -4 q 618 45 677 -4 q 579 83 597 62 l 316 438 l 305 444 l 246 444 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 m 376 -65 l 484 -65 l 491 -70 l 391 -281 l 382 -285 l 334 -276 l 327 -267 l 368 -70 l 376 -65 "},"ö":{"x_min":82,"x_max":615.109375,"ha":697,"o":"m 390 853 l 390 962 l 396 969 l 498 969 l 505 962 l 505 853 l 498 847 l 396 847 l 390 853 m 200 853 l 200 962 l 206 969 l 308 969 l 315 962 l 315 853 l 308 847 l 206 847 l 200 853 m 82 462 q 158 641 82 576 q 348 703 230 703 q 538 641 466 703 q 615 462 615 576 l 615 223 q 538 45 615 109 q 348 -17 466 -17 q 158 45 230 -17 q 82 223 82 109 l 82 462 m 193 247 q 348 83 193 83 q 504 247 504 83 l 504 440 q 348 602 504 602 q 193 440 193 602 l 193 247 "},"Ļ":{"x_min":129,"x_max":651.5625,"ha":659,"o":"m 129 923 l 135 932 l 239 945 l 246 940 l 246 111 l 646 111 l 651 104 l 626 6 l 618 0 l 135 0 l 129 6 l 129 923 m 343 -65 l 451 -65 l 458 -70 l 358 -281 l 348 -285 l 301 -276 l 294 -267 l 334 -70 l 343 -65 "},"Õ":{"x_min":99,"x_max":829,"ha":928,"o":"m 270 1087 l 270 1097 q 401 1189 326 1189 q 480 1157 443 1189 q 537 1125 518 1125 q 604 1170 558 1125 l 614 1173 l 664 1136 l 664 1126 q 529 1035 612 1035 q 451 1066 490 1035 q 394 1097 414 1097 q 329 1052 369 1097 l 319 1050 l 270 1087 m 99 607 q 200 864 99 772 q 464 952 297 952 q 727 864 630 952 q 829 607 829 772 l 829 323 q 727 69 829 159 q 464 -17 631 -17 q 200 69 296 -17 q 99 323 99 159 l 99 607 m 218 336 q 288 152 218 216 q 464 94 353 94 q 640 152 575 94 q 710 336 710 216 l 710 597 q 640 779 710 714 q 464 841 573 841 q 288 779 354 841 q 218 597 218 714 l 218 336 "},"ć":{"x_min":82,"x_max":595.875,"ha":656,"o":"m 275 817 l 273 826 l 356 968 l 366 973 l 516 973 l 523 968 l 352 790 l 344 790 l 275 817 m 82 461 q 152 634 82 569 q 352 703 226 703 q 588 561 530 703 l 584 552 l 501 523 l 491 526 q 345 602 451 602 q 193 438 193 602 l 193 247 q 345 83 193 83 q 498 156 458 83 l 508 159 l 591 130 l 595 121 q 352 -17 543 -17 q 152 49 226 -17 q 82 223 82 115 l 82 461 "},"þ":{"x_min":106,"x_max":617.109375,"ha":700,"o":"m 217 -32 l 217 -292 l 210 -300 l 112 -314 l 106 -308 l 106 987 l 112 996 l 210 1010 l 217 1004 l 217 658 l 211 601 q 218 614 214 608 l 231 630 q 265 664 246 648 q 401 703 321 703 q 556 640 497 703 q 617 459 617 575 l 617 223 q 544 45 617 109 q 364 -17 475 -17 q 211 31 274 -17 l 217 -32 m 217 230 q 360 83 217 83 q 506 247 506 83 l 506 436 q 461 565 506 522 q 356 602 422 602 q 285 590 336 602 q 217 571 244 580 l 217 230 "},"]":{"x_min":48.546875,"x_max":300,"ha":428,"o":"m 83 -70 l 193 -70 l 193 843 l 83 843 l 74 849 l 48 930 l 54 937 l 293 937 l 300 930 l 300 -157 l 293 -164 l 54 -164 l 48 -157 l 74 -76 l 83 -70 "},"8":{"x_min":85,"x_max":684,"ha":770,"o":"m 85 252 q 123 389 85 326 q 230 478 164 456 q 105 684 105 525 q 386 952 105 952 q 663 684 663 952 q 539 478 663 525 q 646 389 606 456 q 684 252 684 326 q 592 45 684 117 q 386 -17 513 -17 q 178 45 260 -17 q 85 252 85 117 m 386 523 q 553 684 553 523 q 386 851 553 851 q 217 684 217 851 q 386 523 217 523 m 196 253 q 250 127 196 173 q 386 83 303 83 q 519 127 468 83 q 572 253 572 174 q 519 381 572 331 q 386 429 466 429 q 250 381 304 429 q 196 253 196 331 "},"R":{"x_min":129,"x_max":757.171875,"ha":810,"o":"m 129 931 l 135 938 l 383 938 q 587 889 508 938 q 703 661 703 815 q 661 509 703 572 q 567 429 626 459 q 473 395 524 406 q 432 390 432 387 l 462 359 l 625 164 q 669 125 647 137 q 736 106 700 106 l 751 107 l 757 100 l 741 5 l 733 -1 l 719 -2 q 704 -4 711 -4 q 584 41 643 -4 q 545 79 565 57 l 302 380 l 293 386 l 246 386 l 246 6 l 239 0 l 135 0 l 129 6 l 129 931 m 382 493 q 522 529 469 493 q 586 661 586 572 q 522 793 586 748 q 382 831 468 831 l 246 831 l 246 493 l 382 493 "},"ť":{"x_min":42,"x_max":512.78125,"ha":527,"o":"m 326 795 l 366 993 l 375 998 l 483 998 l 490 993 l 390 781 l 380 777 l 333 787 l 326 795 m 124 585 l 48 585 l 42 592 l 42 679 l 48 686 l 129 686 l 142 826 l 148 834 l 228 845 l 235 840 l 235 686 l 465 686 l 472 679 l 446 592 l 436 585 l 235 585 l 235 251 q 357 86 235 86 q 396 92 375 86 q 428 108 411 98 q 460 129 460 124 l 469 127 l 512 48 l 510 38 q 347 -17 430 -17 q 187 48 248 -17 q 124 242 124 117 l 124 585 "},"Ľ":{"x_min":129,"x_max":651.5625,"ha":659,"o":"m 364 749 l 404 946 l 412 952 l 521 952 l 527 946 l 427 735 l 418 730 l 371 740 l 364 749 m 129 924 l 135 932 l 239 946 l 246 940 l 246 111 l 646 111 l 651 104 l 626 6 l 618 0 l 135 0 l 129 6 l 129 924 "},"Ż":{"x_min":62.5625,"x_max":660,"ha":731,"o":"m 307 1079 l 307 1195 l 313 1202 l 429 1202 l 436 1195 l 436 1079 l 429 1073 l 313 1073 l 307 1079 m 62 74 l 509 827 l 84 827 l 79 833 l 93 931 l 101 938 l 652 938 l 660 931 l 660 863 l 213 111 l 650 111 l 657 104 l 657 6 l 650 0 l 84 0 l 76 6 l 62 74 "},"o":{"x_min":82,"x_max":615.109375,"ha":697,"o":"m 82 462 q 158 641 82 576 q 348 703 230 703 q 538 641 466 703 q 615 462 615 576 l 615 223 q 538 45 615 109 q 348 -17 466 -17 q 158 45 230 -17 q 82 223 82 109 l 82 462 m 193 247 q 348 83 193 83 q 504 247 504 83 l 504 440 q 348 602 504 602 q 193 440 193 602 l 193 247 "},"5":{"x_min":0,"x_max":608,"ha":677,"o":"m 72 -3 l 82 -3 q 95 -22 82 -4 q 135 -62 113 -44 q 205 -104 167 -90 q 301 -123 251 -123 q 435 -78 378 -123 q 496 48 496 -29 l 496 90 q 435 216 496 167 q 301 260 378 260 q 185 242 242 260 q 140 223 140 227 l 133 223 l 90 283 l 90 721 l 98 728 l 558 728 l 563 721 l 538 634 l 530 627 l 201 627 l 201 349 q 233 355 201 351 q 303 361 270 361 q 513 294 426 361 q 608 103 608 222 l 608 33 q 513 -155 608 -83 q 303 -224 426 -224 q 165 -198 228 -224 q 70 -143 112 -179 q 38 -114 54 -130 q 16 -89 26 -101 q 0 -64 0 -66 l 1 -53 l 72 -3 "},"ħ":{"x_min":7,"x_max":624,"ha":725,"o":"m 106 791 l 13 791 l 7 797 l 7 878 l 13 885 l 106 885 l 106 987 l 112 996 l 210 1010 l 217 1004 l 217 885 l 492 885 l 499 878 l 479 797 l 469 791 l 217 791 l 217 655 l 210 594 l 215 607 l 226 622 q 261 658 240 641 q 321 689 287 677 q 410 703 361 703 q 562 641 505 703 q 624 462 624 577 l 624 6 l 617 0 l 519 0 l 512 6 l 512 440 q 468 566 512 525 q 362 602 429 602 q 287 589 343 602 l 217 571 l 217 6 l 210 0 l 112 0 l 106 6 l 106 791 "},"õ":{"x_min":82,"x_max":615.109375,"ha":697,"o":"m 156 859 l 156 869 q 287 961 212 961 q 366 929 329 961 q 423 897 404 897 q 490 942 444 897 l 499 945 l 550 908 l 550 898 q 415 807 498 807 q 337 838 376 807 q 280 869 299 869 q 215 824 255 869 l 205 822 l 156 859 m 82 462 q 158 641 82 576 q 348 703 230 703 q 538 641 466 703 q 615 462 615 576 l 615 223 q 538 45 615 109 q 348 -17 466 -17 q 158 45 230 -17 q 82 223 82 109 l 82 462 m 193 247 q 348 83 193 83 q 504 247 504 83 l 504 440 q 348 602 504 602 q 193 440 193 602 l 193 247 "},",":{"x_min":44.4375,"x_max":261.109375,"ha":343,"o":"m 102 137 l 111 144 l 256 144 l 261 137 l 113 -174 l 104 -179 l 50 -163 l 44 -153 l 102 137 "},"d":{"x_min":83,"x_max":628.84375,"ha":704,"o":"m 83 462 q 155 641 83 576 q 335 703 223 703 q 488 655 422 703 l 483 716 l 483 987 l 490 996 l 587 1010 l 594 1004 l 594 135 l 628 13 l 621 5 l 537 -7 l 529 -1 l 488 98 q 433 21 473 51 q 295 -17 380 -17 q 83 227 83 -17 l 83 462 m 194 251 q 238 121 194 165 q 341 83 276 83 q 379 88 354 83 l 426 102 q 448 109 437 105 l 483 121 l 483 455 q 340 602 483 602 q 194 440 194 602 l 194 251 "},"\"":{"x_min":79,"x_max":401,"ha":480,"o":"m 293 695 l 293 931 l 293 938 l 401 938 l 401 931 l 401 695 l 387 689 l 308 689 l 293 695 m 79 695 l 79 931 l 79 938 l 187 938 l 187 931 l 187 695 l 173 689 l 94 689 l 79 695 "},"˙":{"x_min":285,"x_max":414,"ha":699,"o":"m 285 851 l 285 967 l 291 974 l 407 974 l 414 967 l 414 851 l 407 845 l 291 845 l 285 851 "},"ê":{"x_min":82,"x_max":597.328125,"ha":663,"o":"m 162 815 l 159 824 l 287 966 l 299 973 l 383 973 l 395 966 l 523 824 l 520 815 l 444 790 l 434 790 l 341 898 l 248 790 l 238 790 l 162 815 m 82 456 q 155 639 82 572 q 345 703 226 703 q 534 636 469 703 q 589 497 589 580 q 523 343 589 397 q 359 293 462 293 q 276 304 312 293 q 223 327 245 312 q 206 341 213 334 l 195 354 q 188 365 191 359 l 186 371 l 193 319 l 193 247 q 348 83 193 83 q 499 156 456 83 l 509 159 l 593 130 l 597 121 q 354 -17 545 -17 q 82 223 82 -17 l 82 456 m 193 416 q 231 404 193 414 q 327 392 280 392 q 429 415 391 392 q 472 503 472 443 q 441 571 472 543 q 341 602 406 602 q 193 441 193 602 l 193 416 "},"„":{"x_min":59.71875,"x_max":461.109375,"ha":543,"o":"m 313 125 l 323 132 l 456 132 l 461 125 l 341 -120 l 331 -126 l 279 -112 l 273 -102 l 313 125 m 100 125 l 109 132 l 243 132 l 247 125 l 127 -120 l 118 -126 l 65 -112 l 59 -102 l 100 125 "},"ľ":{"x_min":103,"x_max":462.71875,"ha":385,"o":"m 103 987 l 109 996 l 207 1010 l 214 1004 l 214 159 q 237 108 214 123 q 258 99 246 102 q 276 97 266 97 l 282 97 l 287 90 l 272 2 l 265 -4 l 254 -4 q 237 -3 246 -4 q 215 0 225 -3 q 164 19 186 5 q 103 152 103 58 l 103 987 m 298 796 l 339 993 l 347 999 l 455 999 l 462 993 l 362 782 l 353 778 l 305 787 l 298 796 "},"Â":{"x_min":16.671875,"x_max":802.78125,"ha":819,"o":"m 229 1043 l 226 1052 l 354 1194 l 366 1201 l 450 1201 l 462 1194 l 590 1052 l 587 1043 l 511 1018 l 501 1018 l 408 1126 l 315 1018 l 305 1018 l 229 1043 m 340 923 l 348 930 l 465 945 l 473 940 l 802 6 l 798 0 l 687 0 l 679 6 l 602 230 l 215 230 l 140 6 l 133 0 l 20 0 l 16 6 l 340 923 m 568 336 l 423 763 l 409 823 l 395 763 l 251 336 l 568 336 "},"Į":{"x_min":26,"x_max":246,"ha":377,"o":"m 129 924 l 136 932 l 239 946 l 246 941 l 246 13 l 239 0 q 172 -70 194 -39 q 139 -148 139 -113 q 237 -223 139 -223 l 244 -235 l 229 -297 l 216 -304 q 83 -267 136 -304 q 26 -168 26 -229 q 42 -103 26 -136 q 77 -49 55 -77 q 112 -13 94 -29 q 129 0 129 2 l 129 924 "},"ė":{"x_min":82,"x_max":597.328125,"ha":663,"o":"m 275 850 l 275 966 l 281 973 l 397 973 l 404 966 l 404 850 l 397 844 l 281 844 l 275 850 m 82 456 q 155 639 82 572 q 345 703 226 703 q 534 636 469 703 q 589 497 589 580 q 523 343 589 397 q 359 293 462 293 q 276 304 312 293 q 223 327 245 312 q 206 341 213 334 l 195 354 q 188 365 191 359 l 186 371 l 193 319 l 193 247 q 348 83 193 83 q 499 156 456 83 l 509 159 l 593 130 l 597 121 q 354 -17 545 -17 q 82 223 82 -17 l 82 456 m 193 416 q 231 404 193 414 q 327 392 280 392 q 429 415 391 392 q 472 503 472 443 q 441 571 472 543 q 341 602 406 602 q 193 441 193 602 l 193 416 "},"Ţ":{"x_min":22,"x_max":685.9375,"ha":690,"o":"m 189 -138 q 251 -161 220 -161 q 346 -68 346 -161 q 334 -24 346 -52 l 322 0 l 294 0 l 287 6 l 287 827 l 28 827 l 22 833 l 22 931 l 28 938 l 680 938 l 685 931 l 660 833 l 652 827 l 404 827 l 404 6 l 397 0 l 363 0 l 384 -19 l 397 -34 q 429 -115 429 -76 q 287 -244 429 -244 q 164 -199 207 -244 l 162 -190 l 180 -142 l 189 -138 "},"Í":{"x_min":106.765625,"x_max":357.109375,"ha":377,"o":"m 108 1045 l 106 1054 l 190 1196 l 200 1202 l 350 1202 l 357 1196 l 186 1018 l 177 1018 l 108 1045 m 129 923 l 135 931 l 239 945 l 246 940 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 "},"´":{"x_min":251.390625,"x_max":501.390625,"ha":697,"o":"m 252 818 l 251 827 l 334 968 l 344 974 l 494 974 l 501 968 l 330 791 l 322 791 l 252 818 "},"Ú":{"x_min":119,"x_max":844,"ha":965,"o":"m 409 1054 l 492 1195 l 502 1201 l 652 1201 l 659 1195 l 488 1018 l 480 1018 l 410 1045 l 409 1054 m 119 923 l 125 931 l 229 945 l 236 940 l 236 335 q 306 152 236 216 q 481 94 371 94 q 659 152 595 94 q 727 335 727 216 l 727 923 l 733 931 l 837 945 l 844 940 l 844 323 q 481 -17 844 -17 q 217 69 312 -17 q 119 323 119 158 l 119 923 "},"Ŷ":{"x_min":17.0625,"x_max":699.328125,"ha":715,"o":"m 176 1043 l 174 1052 l 301 1195 l 314 1202 l 397 1202 l 410 1195 l 538 1052 l 535 1043 l 459 1018 l 449 1018 l 356 1126 l 262 1018 l 253 1018 l 176 1043 m 299 411 l 17 920 l 24 930 l 140 945 l 149 940 l 335 570 l 357 516 l 381 570 l 557 920 l 564 929 l 691 945 l 699 940 l 416 411 l 416 6 l 409 0 l 305 0 l 299 6 l 299 411 "},"ŝ":{"x_min":64.84375,"x_max":526,"ha":587,"o":"m 112 815 l 109 824 l 237 966 l 249 973 l 332 973 l 345 966 l 473 824 l 470 815 l 393 790 l 384 790 l 291 898 l 198 790 l 188 790 l 112 815 m 64 55 l 117 128 l 128 130 q 273 83 184 83 q 370 105 335 83 q 412 191 412 131 q 357 264 412 237 q 303 287 338 274 l 273 296 q 256 302 262 299 l 241 308 q 177 333 202 320 q 123 367 144 348 q 69 498 69 416 q 148 654 69 598 q 319 703 216 703 q 498 648 420 703 l 500 639 l 446 565 l 437 565 q 321 602 381 602 q 183 498 183 602 q 237 419 183 448 q 291 398 256 409 l 338 383 q 355 378 346 380 q 417 355 392 366 q 471 320 450 339 q 526 191 526 273 q 450 27 526 78 q 277 -17 388 -17 q 66 46 149 -17 l 64 55 "},"Ý":{"x_min":17.0625,"x_max":699.328125,"ha":715,"o":"m 274 1045 l 272 1054 l 356 1196 l 365 1202 l 516 1202 l 522 1196 l 351 1018 l 343 1018 l 274 1045 m 299 411 l 17 920 l 24 930 l 140 945 l 149 940 l 335 570 l 357 516 l 381 570 l 557 920 l 564 929 l 691 945 l 699 940 l 416 411 l 416 6 l 409 0 l 305 0 l 299 6 l 299 411 "},"Ĉ":{"x_min":99,"x_max":801.328125,"ha":871,"o":"m 286 1043 l 283 1052 l 411 1195 l 423 1202 l 506 1202 l 519 1195 l 647 1052 l 644 1043 l 568 1018 l 558 1018 l 465 1126 l 372 1018 l 362 1018 l 286 1043 m 99 607 q 198 864 99 772 q 462 952 296 952 q 787 760 709 952 l 783 751 l 690 713 l 680 715 q 462 841 619 841 q 287 779 352 841 q 218 597 218 714 l 218 336 q 287 152 218 216 q 462 94 351 94 q 697 223 637 94 l 706 226 l 797 191 l 801 183 q 462 -17 731 -17 q 198 69 294 -17 q 99 323 99 159 l 99 607 "},"ą":{"x_min":56,"x_max":593.453125,"ha":659,"o":"m 56 187 q 122 339 56 284 q 217 380 159 368 q 339 392 265 392 l 388 392 q 449 405 426 392 l 449 471 q 407 576 449 544 q 306 602 372 602 q 168 561 221 602 l 157 562 l 110 632 l 113 643 q 307 703 189 703 q 486 655 422 703 q 560 491 560 601 l 560 135 l 593 16 l 587 5 l 551 -29 q 518 -67 532 -50 q 483 -150 483 -113 q 580 -224 483 -224 l 587 -236 l 572 -298 l 560 -305 q 426 -268 480 -305 q 370 -169 370 -230 q 410 -65 370 -115 q 492 2 440 -28 l 455 98 q 447 80 455 95 q 418 41 436 58 q 361 1 394 14 q 267 -17 320 -17 q 124 27 181 -17 q 56 187 56 81 m 173 186 q 285 83 173 83 q 393 103 328 83 q 415 110 404 106 l 433 116 l 449 123 l 449 358 q 399 302 437 321 q 327 289 368 289 l 293 289 q 214 269 246 289 q 173 186 173 243 "},"Ö":{"x_min":99,"x_max":829,"ha":928,"o":"m 505 1081 l 505 1190 l 511 1197 l 613 1197 l 620 1190 l 620 1081 l 613 1075 l 511 1075 l 505 1081 m 314 1081 l 314 1190 l 320 1197 l 422 1197 l 429 1190 l 429 1081 l 422 1075 l 320 1075 l 314 1081 m 99 607 q 200 864 99 772 q 464 952 297 952 q 727 864 630 952 q 829 607 829 772 l 829 323 q 727 69 829 159 q 464 -17 631 -17 q 200 69 296 -17 q 99 323 99 159 l 99 607 m 218 336 q 287 152 218 216 q 464 94 352 94 q 640 152 575 94 q 710 336 710 216 l 710 597 q 640 779 710 714 q 464 841 574 841 q 287 779 354 841 q 218 597 218 714 l 218 336 "},"z":{"x_min":57,"x_max":533,"ha":598,"o":"m 57 69 l 391 586 l 73 586 l 66 592 l 82 679 l 91 686 l 526 686 l 533 679 l 533 613 l 194 100 l 525 100 l 532 93 l 532 6 l 525 0 l 80 0 l 70 6 l 57 69 "},"Ř":{"x_min":129,"x_max":757.171875,"ha":810,"o":"m 336 1034 l 208 1176 l 211 1186 l 287 1211 l 297 1211 l 390 1102 l 483 1211 l 493 1211 l 569 1186 l 572 1176 l 444 1034 l 432 1028 l 348 1028 l 336 1034 m 129 931 l 135 938 l 383 938 q 587 889 508 938 q 703 661 703 815 q 661 509 703 572 q 567 429 626 459 q 473 395 524 406 q 432 390 432 387 l 462 359 l 625 164 q 669 125 647 137 q 736 106 700 106 l 751 107 l 757 100 l 741 5 l 733 -1 l 719 -2 q 704 -4 711 -4 q 584 41 643 -4 q 545 79 565 57 l 302 380 l 293 386 l 246 386 l 246 6 l 239 0 l 135 0 l 129 6 l 129 931 m 382 493 q 522 529 469 493 q 586 661 586 572 q 522 793 586 748 q 382 831 468 831 l 246 831 l 246 493 l 382 493 "},"ã":{"x_min":56,"x_max":594.828125,"ha":659,"o":"m 135 859 l 135 869 q 267 961 192 961 q 346 929 308 961 q 403 897 383 897 q 470 942 424 897 l 480 945 l 530 908 l 530 898 q 395 807 478 807 q 317 838 356 807 q 260 869 279 869 q 195 824 235 869 l 185 822 l 135 859 m 56 187 q 122 339 56 284 q 217 380 158 368 q 339 392 265 392 l 387 392 q 449 405 426 392 l 449 471 q 407 576 449 544 q 306 602 372 602 q 168 561 221 602 l 157 562 l 110 632 l 112 643 q 307 703 189 703 q 486 655 422 703 q 560 491 560 601 l 560 135 l 594 13 l 587 5 l 503 -7 l 495 -1 l 455 98 q 447 80 455 95 q 418 41 436 58 q 361 1 394 14 q 267 -17 320 -17 q 124 27 181 -17 q 56 187 56 81 m 173 186 q 285 83 173 83 q 393 103 328 83 q 415 110 404 106 l 433 116 l 449 123 l 449 358 q 399 302 437 321 q 326 289 368 289 l 293 289 q 214 269 246 289 q 173 186 173 243 "},"Ň":{"x_min":129,"x_max":851,"ha":982,"o":"m 447 1034 l 319 1176 l 322 1186 l 398 1211 l 408 1211 l 501 1102 l 593 1211 l 603 1211 l 679 1186 l 682 1176 l 555 1034 l 542 1028 l 459 1028 l 447 1034 m 129 923 l 135 932 l 239 946 l 248 940 l 697 262 l 734 195 l 734 923 l 740 932 l 844 946 l 851 940 l 851 6 l 844 0 l 745 0 l 734 6 l 282 690 l 246 757 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 "},"æ":{"x_min":56,"x_max":961.15625,"ha":1026,"o":"m 56 191 q 132 351 56 300 q 315 396 197 396 l 384 396 q 446 409 423 396 l 446 471 q 404 576 446 544 q 303 602 369 602 q 165 561 218 602 l 154 563 l 107 632 l 110 643 q 304 703 186 703 q 509 616 448 703 q 705 703 575 703 q 891 636 827 703 q 943 495 943 580 q 879 337 943 392 q 719 287 820 287 q 636 298 672 287 q 584 321 607 306 l 569 335 l 559 348 q 552 359 555 353 l 550 364 l 557 313 l 557 246 q 712 83 557 83 q 863 156 820 83 l 873 159 l 957 130 l 961 121 q 718 -17 909 -17 q 472 99 534 -17 q 465 88 469 94 q 454 73 461 80 q 416 33 437 51 q 354 -1 389 10 q 264 -17 312 -17 q 117 38 175 -17 q 56 191 56 97 m 557 411 q 616 392 573 398 q 702 388 651 388 q 791 412 758 388 q 832 501 832 441 q 802 569 832 543 q 701 602 768 602 q 557 441 557 602 l 557 411 m 170 191 q 282 83 170 83 q 401 106 343 83 q 422 116 412 110 l 439 124 l 457 137 q 446 223 446 178 l 446 361 q 396 306 434 324 q 323 293 365 293 l 290 293 q 211 273 243 293 q 170 191 170 248 "},"ĩ":{"x_min":-37,"x_max":358,"ha":322,"o":"m -37 860 l -37 870 q 95 962 20 962 q 174 929 136 962 q 231 897 211 897 q 298 943 252 897 l 307 946 l 358 908 l 358 898 q 223 807 306 807 q 145 839 184 807 q 88 870 107 870 q 22 825 63 870 l 13 822 l -37 860 m 105 670 l 111 679 l 209 693 l 216 687 l 216 6 l 209 0 l 111 0 l 105 6 l 105 670 "},"É":{"x_min":129,"x_max":625.171875,"ha":713,"o":"m 311 1045 l 309 1054 l 393 1196 l 402 1201 l 552 1201 l 559 1196 l 389 1018 l 380 1018 l 311 1045 m 129 931 l 135 938 l 618 938 l 625 931 l 625 833 l 618 827 l 246 827 l 246 549 l 569 549 l 575 542 l 550 444 l 541 438 l 246 438 l 246 111 l 619 111 l 625 104 l 611 6 l 602 0 l 135 0 l 129 6 l 129 931 "},"ŀ":{"x_min":103,"x_max":528,"ha":571,"o":"m 103 987 l 109 996 l 207 1009 l 214 1004 l 214 160 q 237 109 214 124 q 258 100 246 103 q 276 98 266 98 l 282 98 l 287 91 l 272 3 l 265 -4 l 254 -4 q 237 -2 246 -4 q 215 0 225 -2 q 164 20 186 6 q 103 153 103 59 l 103 987 m 386 426 l 386 557 l 392 564 l 521 564 l 528 557 l 528 426 l 521 420 l 392 420 l 386 426 "},"~":{"x_min":85,"x_max":742,"ha":817,"o":"m 85 375 q 141 551 85 489 q 275 604 191 604 q 365 582 323 604 q 429 536 394 567 l 457 511 q 483 489 472 498 q 541 469 512 469 q 618 507 594 469 q 635 591 635 538 l 641 598 l 735 598 l 742 591 q 685 417 742 477 q 551 363 635 363 q 461 384 503 363 q 397 431 432 399 l 369 455 q 343 477 354 469 q 285 498 314 498 q 210 457 233 498 q 192 375 192 427 l 185 369 l 91 369 l 85 375 "},"Ċ":{"x_min":99,"x_max":801.390625,"ha":871,"o":"m 396 1078 l 396 1194 l 402 1201 l 518 1201 l 525 1194 l 525 1078 l 518 1072 l 402 1072 l 396 1078 m 99 607 q 198 864 99 772 q 462 952 296 952 q 787 760 709 952 l 783 751 l 690 713 l 680 715 q 462 841 619 841 q 287 779 352 841 q 218 597 218 714 l 218 336 q 287 152 218 216 q 462 94 351 94 q 697 223 637 94 l 706 226 l 797 191 l 801 183 q 462 -17 731 -17 q 198 69 294 -17 q 99 323 99 159 l 99 607 "},"³":{"x_min":53,"x_max":434,"ha":502,"o":"m 243 502 q 158 518 197 502 q 98 556 125 532 q 64 592 79 572 q 53 609 53 607 l 54 617 l 116 665 l 128 665 q 134 652 128 663 l 144 641 q 157 627 150 632 q 243 588 196 588 q 344 669 344 588 l 344 683 q 221 763 344 763 l 169 763 l 164 769 l 189 841 l 197 848 l 221 848 q 331 921 331 848 q 237 998 331 998 q 168 971 200 998 q 155 961 161 967 l 137 942 q 130 936 133 938 l 119 935 l 60 975 l 60 985 q 71 1000 60 986 q 104 1035 86 1018 q 159 1068 130 1056 q 237 1084 197 1084 q 421 922 421 1084 q 356 807 421 842 q 434 695 434 776 l 434 663 q 375 543 434 588 q 243 502 322 502 "},"¡":{"x_min":108,"x_max":246,"ha":354,"o":"m 108 552 l 108 679 l 114 686 l 238 686 l 246 679 l 246 552 l 238 546 l 114 546 l 108 552 m 119 421 l 139 428 l 213 428 l 234 421 l 234 -295 l 243 -304 l 114 -320 l 119 -315 l 119 421 "},"[":{"x_min":128,"x_max":379.453125,"ha":428,"o":"m 128 930 l 134 937 l 373 937 l 379 930 l 353 849 l 344 843 l 235 843 l 235 -70 l 344 -70 l 353 -76 l 379 -157 l 373 -164 l 134 -164 l 128 -157 l 128 930 "},"%":{"x_min":81,"x_max":903,"ha":979,"o":"m 246 507 q 81 655 81 507 l 81 797 q 246 947 81 947 q 410 797 410 947 l 410 655 q 246 507 410 507 m 783 942 l 793 945 l 879 919 l 882 912 l 201 2 l 193 0 l 86 0 l 83 6 l 783 942 m 246 588 q 328 671 328 588 l 328 784 q 246 865 328 865 q 163 784 163 865 l 163 671 q 246 588 163 588 m 571 274 q 736 425 571 425 q 903 274 903 425 l 903 134 q 736 -17 903 -17 q 571 134 571 -17 l 571 274 m 653 145 q 736 65 653 65 q 818 145 818 65 l 818 260 q 736 343 818 343 q 653 260 653 343 l 653 145 "},"P":{"x_min":129,"x_max":717,"ha":770,"o":"m 129 931 l 135 938 l 380 938 q 600 892 522 938 q 717 658 717 824 q 641 447 717 527 q 407 357 558 357 q 239 437 272 357 l 246 381 l 246 6 l 239 0 l 135 0 l 129 6 l 129 931 m 246 484 q 377 461 314 461 q 533 508 476 461 q 596 655 596 558 q 530 796 596 753 q 380 831 477 831 l 246 831 l 246 484 "},"_":{"x_min":49,"x_max":724,"ha":773,"o":"m 55 0 l 717 0 l 724 -6 l 724 -94 l 717 -101 l 55 -101 l 49 -94 l 49 -6 l 55 0 "},"Ŕ":{"x_min":129,"x_max":757.171875,"ha":810,"o":"m 300 1045 l 298 1054 l 382 1196 l 391 1201 l 541 1201 l 548 1196 l 377 1018 l 369 1018 l 300 1045 m 129 931 l 135 938 l 383 938 q 587 889 508 938 q 703 661 703 815 q 661 509 703 572 q 567 429 626 459 q 473 395 524 406 q 432 390 432 387 l 462 359 l 625 164 q 669 125 647 137 q 736 106 700 106 l 751 107 l 757 100 l 741 5 l 733 -1 l 719 -2 q 704 -4 711 -4 q 584 41 643 -4 q 545 79 565 57 l 302 380 l 293 386 l 246 386 l 246 6 l 239 0 l 135 0 l 129 6 l 129 931 m 382 493 q 522 529 469 493 q 586 661 586 572 q 522 793 586 748 q 382 831 468 831 l 246 831 l 246 493 l 382 493 "},"ñ":{"x_min":75.28125,"x_max":629.109375,"ha":729,"o":"m 184 860 l 184 870 q 315 962 240 962 q 394 929 357 962 q 451 897 431 897 q 518 943 472 897 l 527 946 l 578 908 l 578 898 q 443 807 526 807 q 365 839 404 807 q 308 870 327 870 q 243 825 283 870 l 233 822 l 184 860 m 110 541 l 75 672 l 82 680 l 167 693 l 175 687 l 214 590 l 218 600 q 226 615 221 608 q 257 652 239 636 q 316 687 282 675 q 408 703 357 703 q 565 641 504 703 q 629 462 629 576 l 629 6 l 622 0 l 524 0 l 518 6 l 518 440 q 469 566 518 523 q 362 602 429 602 q 290 589 343 602 l 221 571 l 221 6 l 214 0 l 116 0 l 110 6 l 110 541 "},"‚":{"x_min":58.328125,"x_max":245.828125,"ha":329,"o":"m 98 124 l 108 131 l 241 131 l 245 124 l 126 -121 l 116 -127 l 63 -113 l 58 -103 l 98 124 "},"Æ":{"x_min":12.28125,"x_max":991.453125,"ha":1064,"o":"m 370 931 l 378 938 l 940 938 l 947 931 l 947 833 l 940 827 l 553 827 l 610 549 l 934 549 l 941 542 l 922 444 l 913 438 l 634 438 l 701 111 l 985 111 l 991 104 l 977 6 l 969 0 l 612 0 l 603 6 l 558 228 l 223 228 l 142 6 l 135 0 l 16 0 l 12 6 l 370 931 m 535 339 l 449 764 l 438 827 l 422 764 l 265 339 l 535 339 "},"ğ":{"x_min":54.609375,"x_max":629.34375,"ha":675,"o":"m 325 791 q 210 831 256 791 q 160 937 160 872 q 161 952 160 944 l 163 966 l 171 973 l 238 973 l 245 966 l 245 954 q 325 874 245 874 q 406 954 406 874 l 406 966 l 412 973 l 479 973 l 488 966 l 489 952 q 491 937 491 944 q 442 831 491 872 q 325 791 395 791 m 142 84 q 205 199 142 160 q 181 209 205 198 q 130 245 152 223 q 79 317 97 276 q 56 440 56 372 q 317 693 56 693 l 454 693 l 607 725 l 615 719 l 629 643 l 623 633 l 529 607 q 598 437 598 565 q 527 250 598 320 q 331 180 454 180 q 268 184 300 180 l 242 186 l 235 160 q 234 145 234 152 q 317 57 234 57 l 403 57 q 607 -126 607 57 q 525 -273 607 -219 q 346 -321 453 -321 q 54 -187 119 -321 l 57 -177 l 140 -140 l 150 -143 q 157 -155 150 -145 l 168 -168 l 186 -182 q 245 -208 210 -198 q 343 -220 288 -220 q 496 -122 496 -220 q 403 -43 496 -43 l 317 -43 q 186 -2 235 -43 q 142 84 142 33 m 324 279 q 488 440 488 279 q 324 603 488 603 q 166 440 166 603 q 324 279 166 279 "},"Ū":{"x_min":119,"x_max":844,"ha":965,"o":"m 329 1078 l 329 1159 l 335 1166 l 646 1166 l 652 1159 l 635 1078 l 627 1072 l 335 1072 l 329 1078 m 119 923 l 125 931 l 229 945 l 236 940 l 236 335 q 306 152 236 216 q 481 94 371 94 q 659 152 595 94 q 727 335 727 216 l 727 923 l 733 931 l 837 945 l 844 940 l 844 323 q 481 -17 844 -17 q 217 69 312 -17 q 119 323 119 158 l 119 923 "},"ª":{"x_min":65,"x_max":392.671875,"ha":468,"o":"m 192 507 q 103 538 140 507 q 65 633 65 574 q 192 761 65 761 l 266 761 q 283 763 274 761 l 290 766 l 290 801 q 216 865 290 865 q 132 838 173 865 l 121 840 l 87 892 l 89 903 q 216 947 146 947 q 376 812 376 947 l 376 608 l 392 526 l 385 518 l 323 509 l 315 515 l 297 573 l 293 563 q 286 552 290 558 q 276 540 281 545 q 192 507 245 507 m 205 583 q 259 592 224 583 q 290 601 290 599 l 290 724 q 273 705 290 720 q 224 686 251 686 l 194 686 q 151 633 151 686 q 205 583 151 583 "},"Œ":{"x_min":99,"x_max":1209,"ha":1297,"o":"m 99 607 q 200 864 99 772 q 458 952 296 952 q 713 856 617 952 l 713 930 l 719 937 l 1202 937 l 1209 930 l 1209 833 l 1202 826 l 830 826 l 830 548 l 1153 548 l 1159 541 l 1134 443 l 1125 437 l 830 437 l 830 111 l 1203 111 l 1209 103 l 1195 6 l 1186 0 l 719 0 l 713 6 l 713 76 q 458 -17 617 -17 q 200 69 296 -17 q 99 323 99 159 l 99 607 m 218 335 q 288 152 218 216 q 465 94 354 94 q 642 151 580 94 q 713 352 713 215 l 713 594 q 640 785 713 721 q 465 841 576 841 q 288 778 355 841 q 218 596 218 713 l 218 335 "},"Ą":{"x_min":16.171875,"x_max":802.171875,"ha":819,"o":"m 337 923 l 345 930 l 467 946 l 475 940 l 802 6 l 798 0 q 774 -8 798 1 q 724 -34 746 -19 q 673 -80 691 -55 q 650 -149 650 -113 q 748 -223 650 -223 l 755 -235 l 739 -297 l 727 -304 q 594 -267 647 -304 q 537 -169 537 -229 q 583 -60 537 -112 q 674 9 619 -19 l 602 228 l 216 228 l 143 6 l 137 0 l 20 0 l 16 6 l 337 923 m 566 339 l 423 764 l 409 823 l 395 764 l 252 339 l 566 339 "},"T":{"x_min":22,"x_max":685.9375,"ha":690,"o":"m 287 827 l 28 827 l 22 833 l 22 931 l 28 938 l 680 938 l 685 931 l 660 833 l 652 827 l 404 827 l 404 6 l 397 0 l 293 0 l 287 6 l 287 827 "},"š":{"x_min":64.84375,"x_max":526,"ha":587,"o":"m 238 806 l 110 948 l 113 958 l 189 983 l 199 983 l 292 874 l 385 983 l 395 983 l 471 958 l 474 948 l 346 806 l 334 800 l 251 800 l 238 806 m 64 55 l 117 128 l 128 130 q 273 83 184 83 q 370 105 335 83 q 412 191 412 131 q 357 264 412 237 q 303 287 338 274 l 273 296 q 256 302 262 299 l 241 308 q 177 333 202 320 q 123 367 144 348 q 69 498 69 416 q 148 654 69 598 q 319 703 216 703 q 498 648 420 703 l 500 639 l 446 565 l 437 565 q 321 602 381 602 q 183 498 183 602 q 237 419 183 448 q 291 398 256 409 l 338 383 q 355 378 346 380 q 417 355 392 366 q 471 320 450 339 q 526 191 526 273 q 450 27 526 78 q 277 -17 388 -17 q 66 46 149 -17 l 64 55 "},"Þ":{"x_min":129,"x_max":717,"ha":773,"o":"m 129 924 l 135 932 l 239 946 l 246 940 l 246 745 l 380 745 q 600 699 522 745 q 717 465 717 631 q 641 254 717 334 q 407 164 558 164 q 239 244 272 164 l 246 188 l 246 6 l 239 0 l 135 0 l 129 6 l 129 924 m 246 291 q 377 268 314 268 q 533 315 476 268 q 596 462 596 365 q 530 603 596 560 q 380 638 477 638 l 246 638 l 246 291 "},"j":{"x_min":-173.390625,"x_max":225,"ha":321,"o":"m 96 851 l 96 967 l 102 974 l 217 974 l 225 967 l 225 851 l 217 845 l 102 845 l 96 851 m 104 671 l 110 679 l 208 693 l 215 687 l 215 -62 q -9 -321 215 -321 q -99 -305 -58 -321 q -170 -266 -135 -291 l -173 -258 l -128 -177 l -122 -176 q -92 -198 -122 -180 q -58 -214 -76 -208 q -15 -220 -37 -220 q 63 -183 30 -220 q 104 -54 104 -137 l 104 671 "},"1":{"x_min":57,"x_max":577.453125,"ha":608,"o":"m 57 93 l 63 100 l 258 100 l 258 627 l 126 627 l 118 634 l 93 721 l 98 728 l 362 728 l 369 721 l 369 100 l 571 100 l 577 93 l 552 6 l 544 0 l 63 0 l 57 6 l 57 93 "},"›":{"x_min":71,"x_max":371,"ha":432,"o":"m 71 77 l 251 344 l 71 611 l 79 621 l 183 621 l 196 612 l 371 348 l 371 338 l 196 76 l 183 68 l 79 68 l 71 77 "},"<":{"x_min":77.453125,"x_max":658,"ha":764,"o":"m 77 293 l 99 400 l 108 408 l 651 691 l 658 686 l 658 587 l 651 577 l 191 339 l 651 111 l 658 101 l 658 2 l 651 -2 l 81 282 l 77 293 "},"t":{"x_min":42,"x_max":512.78125,"ha":527,"o":"m 124 585 l 48 585 l 42 592 l 42 679 l 48 686 l 129 686 l 142 826 l 148 834 l 228 845 l 235 840 l 235 686 l 465 686 l 472 679 l 446 592 l 436 585 l 235 585 l 235 251 q 357 86 235 86 q 396 92 375 86 q 428 108 411 98 q 460 129 460 124 l 469 127 l 512 48 l 510 38 q 347 -17 430 -17 q 187 48 248 -17 q 124 242 124 117 l 124 585 "},"¬":{"x_min":49,"x_max":658.71875,"ha":726,"o":"m 49 333 l 49 375 l 53 384 l 605 700 l 614 697 l 658 619 l 655 609 l 636 591 l 546 354 l 636 116 l 655 98 l 658 88 l 614 11 l 605 8 l 53 323 l 49 333 "},"ù":{"x_min":99,"x_max":644.828125,"ha":720,"o":"m 196 968 l 203 973 l 353 973 l 362 968 l 446 826 l 444 817 l 375 790 l 367 790 l 196 968 m 99 670 l 105 678 l 203 692 l 210 687 l 210 251 q 254 121 210 164 q 357 83 292 83 q 394 88 369 83 l 442 102 q 464 109 453 105 l 499 121 l 499 670 l 505 678 l 603 692 l 610 687 l 610 135 l 644 13 l 637 5 l 553 -7 l 544 -1 l 504 98 q 449 21 489 51 q 311 -17 396 -17 q 99 227 99 -17 l 99 670 "},"ĉ":{"x_min":82,"x_max":595.875,"ha":656,"o":"m 172 815 l 169 824 l 297 966 l 309 973 l 393 973 l 405 966 l 533 824 l 530 815 l 454 790 l 444 790 l 351 898 l 258 790 l 248 790 l 172 815 m 82 461 q 152 634 82 569 q 352 703 226 703 q 588 561 530 703 l 584 552 l 501 523 l 491 526 q 345 602 451 602 q 193 438 193 602 l 193 247 q 345 83 193 83 q 498 156 458 83 l 508 159 l 591 130 l 595 121 q 352 -17 543 -17 q 152 49 226 -17 q 82 223 82 115 l 82 461 "},"ï":{"x_min":7,"x_max":312,"ha":320,"o":"m 197 854 l 197 963 l 203 970 l 305 970 l 312 963 l 312 854 l 305 848 l 203 848 l 197 854 m 7 854 l 7 963 l 13 970 l 115 970 l 122 963 l 122 854 l 115 848 l 13 848 l 7 854 m 104 671 l 110 679 l 208 693 l 215 688 l 215 6 l 208 0 l 110 0 l 104 6 l 104 671 "},"ī":{"x_min":0,"x_max":323.4375,"ha":321,"o":"m 0 851 l 0 932 l 6 939 l 317 939 l 323 932 l 306 851 l 298 845 l 6 845 l 0 851 m 104 671 l 110 679 l 208 693 l 215 687 l 215 6 l 208 0 l 110 0 l 104 6 l 104 671 "},"Ò":{"x_min":99,"x_max":829,"ha":928,"o":"m 294 1196 l 301 1202 l 451 1202 l 461 1196 l 544 1054 l 543 1045 l 473 1018 l 465 1018 l 294 1196 m 99 607 q 200 864 99 772 q 464 952 297 952 q 727 864 630 952 q 829 607 829 772 l 829 323 q 727 69 829 159 q 464 -17 631 -17 q 200 69 296 -17 q 99 323 99 159 l 99 607 m 218 336 q 287 152 218 216 q 464 94 352 94 q 640 152 575 94 q 710 336 710 216 l 710 597 q 640 779 710 714 q 464 841 573 841 q 287 779 354 841 q 218 597 218 714 l 218 336 "},"Ď":{"x_min":129,"x_max":812,"ha":911,"o":"m 394 1034 l 266 1176 l 269 1186 l 345 1211 l 355 1211 l 448 1102 l 541 1211 l 551 1211 l 627 1186 l 630 1176 l 502 1034 l 490 1028 l 407 1028 l 394 1034 m 129 931 l 135 938 l 446 938 q 710 850 613 938 q 812 593 812 758 l 812 340 q 710 86 812 176 q 446 0 614 0 l 135 0 l 129 6 l 129 931 m 447 111 q 623 169 558 111 q 693 352 693 233 l 693 583 q 623 765 693 700 q 447 827 556 827 l 246 827 l 246 111 l 447 111 "},"&":{"x_min":79,"x_max":781.34375,"ha":830,"o":"m 79 277 q 115 416 79 359 q 225 492 155 479 q 102 693 102 548 q 192 884 102 821 q 407 937 270 937 l 496 937 l 502 930 l 486 843 l 478 837 l 407 837 q 274 807 323 837 q 214 695 214 771 q 414 548 214 548 l 528 548 l 541 688 l 548 696 l 628 707 l 634 702 l 634 548 l 774 548 l 781 541 l 754 454 l 745 448 l 634 448 l 634 21 l 628 13 q 562 -1 628 10 q 489 -12 526 -8 q 398 -17 443 -17 q 179 49 265 -17 q 79 277 79 128 m 190 278 q 258 130 190 182 q 401 83 316 83 q 482 91 434 83 q 523 98 523 96 l 523 448 l 414 448 q 190 278 190 448 "},"˝":{"x_min":172.21875,"x_max":581.9375,"ha":699,"o":"m 340 823 l 425 968 l 434 974 l 575 974 l 581 968 l 411 791 l 402 791 l 341 814 l 340 823 m 173 821 l 172 830 l 243 968 l 252 974 l 343 974 l 350 968 l 250 797 l 240 797 l 173 821 "},"I":{"x_min":129,"x_max":246,"ha":377,"o":"m 129 923 l 135 932 l 239 946 l 246 940 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 "},"G":{"x_min":99,"x_max":827,"ha":908,"o":"m 99 607 q 199 864 99 772 q 462 952 296 952 q 788 760 710 952 l 783 751 l 690 712 l 680 715 q 462 841 619 841 q 287 779 352 841 q 218 597 218 714 l 218 336 q 287 152 218 216 q 462 94 351 94 q 640 152 575 94 q 710 336 710 216 l 710 368 l 550 368 l 541 374 l 527 472 l 533 479 l 820 479 l 827 472 l 827 323 q 463 -17 827 -17 q 199 69 294 -17 q 99 323 99 159 l 99 607 "},"`":{"x_min":195.828125,"x_max":445.828125,"ha":697,"o":"m 195 968 l 202 974 l 352 974 l 362 968 l 445 827 l 444 818 l 375 791 l 366 791 l 195 968 "},"·":{"x_min":111,"x_max":253,"ha":364,"o":"m 111 299 l 111 431 l 117 438 l 246 438 l 253 431 l 253 299 l 246 293 l 117 293 l 111 299 "},"ŏ":{"x_min":82,"x_max":615.109375,"ha":697,"o":"m 352 790 q 237 830 283 790 q 187 937 187 871 q 188 952 187 944 l 190 966 l 198 973 l 265 973 l 272 966 l 272 954 q 352 873 272 873 q 433 954 433 873 l 433 966 l 439 973 l 506 973 l 515 966 l 516 952 q 518 937 518 944 q 469 830 518 872 q 352 790 422 790 m 82 462 q 158 641 82 576 q 348 703 230 703 q 538 641 466 703 q 615 462 615 576 l 615 223 q 538 45 615 109 q 348 -17 466 -17 q 157 45 230 -17 q 82 223 82 109 l 82 462 m 193 247 q 348 83 193 83 q 504 247 504 83 l 504 440 q 348 602 504 602 q 193 440 193 602 l 193 247 "},"¿":{"x_min":67,"x_max":616,"ha":665,"o":"m 285 552 l 285 679 l 291 686 l 416 686 l 423 679 l 423 552 l 416 546 l 291 546 l 285 552 m 67 63 q 133 233 67 166 q 303 308 197 297 l 303 420 l 312 427 l 395 427 l 402 420 l 402 222 l 395 213 l 300 198 q 184 40 184 179 l 184 -58 q 340 -210 184 -210 q 504 -58 504 -210 l 513 -53 l 609 -73 l 616 -82 q 535 -259 616 -194 q 340 -321 460 -321 q 146 -259 221 -321 q 67 -82 67 -194 l 67 63 "},"ý":{"x_min":-45.390625,"x_max":625.4375,"ha":646,"o":"m 236 817 l 235 826 l 318 968 l 328 974 l 478 974 l 485 968 l 314 790 l 306 790 l 236 817 m 6 -177 q 36 -198 6 -182 q 69 -214 53 -208 q 114 -220 92 -220 q 243 -94 197 -220 l 286 22 l 271 27 l 260 37 l 21 670 l 28 678 l 136 692 l 143 687 l 306 187 l 326 113 l 343 174 l 501 671 l 510 678 l 621 692 l 625 685 l 335 -140 q 117 -321 272 -321 q -42 -266 31 -321 l -45 -255 l -3 -180 l 6 -177 "},"ſ":{"x_min":42.78125,"x_max":528.890625,"ha":357,"o":"m 140 586 l 49 586 l 42 592 l 42 679 l 49 686 l 140 686 l 140 831 q 217 1002 140 940 q 391 1060 288 1060 q 527 1027 466 1060 l 528 1018 l 476 941 l 466 938 q 391 954 433 954 q 294 926 331 954 q 251 837 251 894 l 251 -165 l 223 -305 l 215 -315 l 146 -275 l 140 -262 l 140 586 "},"º":{"x_min":74,"x_max":407,"ha":481,"o":"m 240 507 q 74 655 74 507 l 74 797 q 240 947 74 947 q 407 797 407 947 l 407 655 q 240 507 407 507 m 240 588 q 321 671 321 588 l 321 784 q 240 865 321 865 q 160 784 160 865 l 160 671 q 240 588 160 588 "},"ź":{"x_min":57,"x_max":533,"ha":598,"o":"m 226 818 l 225 826 l 308 968 l 318 973 l 468 973 l 475 968 l 304 791 l 295 791 l 226 818 m 57 69 l 391 586 l 73 586 l 66 592 l 82 679 l 91 686 l 526 686 l 533 679 l 533 613 l 194 100 l 525 100 l 532 93 l 532 6 l 525 0 l 80 0 l 70 6 l 57 69 "},"ű":{"x_min":99,"x_max":644.828125,"ha":720,"o":"m 364 822 l 449 968 l 458 974 l 599 974 l 605 968 l 435 790 l 426 790 l 365 814 l 364 822 m 197 821 l 196 829 l 267 968 l 276 974 l 367 974 l 374 968 l 274 796 l 264 796 l 197 821 m 99 670 l 105 678 l 203 692 l 210 687 l 210 251 q 254 121 210 164 q 357 83 292 83 q 394 88 369 83 l 442 102 q 464 109 453 105 l 499 121 l 499 670 l 505 678 l 603 692 l 610 687 l 610 135 l 644 13 l 637 5 l 553 -7 l 544 -1 l 504 98 q 449 21 489 51 q 311 -17 396 -17 q 99 227 99 -17 l 99 670 "},"ń":{"x_min":75.28125,"x_max":629.109375,"ha":729,"o":"m 301 827 l 384 968 l 394 973 l 544 973 l 551 968 l 380 791 l 372 791 l 302 818 l 301 827 m 110 541 l 75 672 l 82 680 l 166 693 l 175 687 l 214 590 l 218 600 q 226 615 221 608 q 257 652 239 636 q 316 687 282 675 q 408 703 357 703 q 565 641 504 703 q 629 462 629 576 l 629 6 l 622 0 l 524 0 l 518 6 l 518 440 q 469 566 518 523 q 362 602 429 602 q 290 589 343 602 l 221 571 l 221 6 l 214 0 l 116 0 l 110 6 l 110 541 "},";":{"x_min":44.046875,"x_max":261.046875,"ha":343,"o":"m 101 548 l 101 679 l 107 686 l 236 686 l 243 679 l 243 548 l 236 542 l 107 542 l 101 548 m 102 138 l 110 145 l 256 145 l 261 138 l 113 -173 l 103 -178 l 49 -162 l 44 -152 l 102 138 "},"Ġ":{"x_min":99,"x_max":827,"ha":908,"o":"m 396 1078 l 396 1194 l 402 1201 l 518 1201 l 525 1194 l 525 1078 l 518 1072 l 402 1072 l 396 1078 m 99 607 q 199 864 99 772 q 462 952 296 952 q 788 760 710 952 l 783 751 l 690 712 l 680 715 q 462 841 619 841 q 287 779 352 841 q 218 597 218 714 l 218 336 q 287 152 218 216 q 462 94 351 94 q 640 152 575 94 q 710 336 710 216 l 710 368 l 550 368 l 541 374 l 527 472 l 533 479 l 820 479 l 827 472 l 827 323 q 463 -17 827 -17 q 199 69 294 -17 q 99 323 99 159 l 99 607 "},"6":{"x_min":110,"x_max":710,"ha":784,"o":"m 110 679 q 201 875 110 797 q 418 952 290 952 q 543 928 484 952 q 629 875 589 908 q 678 822 657 851 q 695 798 695 801 l 695 788 l 622 737 l 611 737 q 597 756 610 741 q 560 795 580 777 q 500 835 532 821 q 418 851 460 851 q 285 809 336 851 q 221 658 221 758 l 221 554 l 212 488 l 216 497 q 223 511 219 504 q 257 547 237 530 q 319 580 285 568 q 418 596 364 596 q 616 534 539 596 q 710 323 710 461 l 710 252 q 616 45 710 116 q 410 -17 536 -17 q 203 45 283 -17 q 110 252 110 116 l 110 679 m 221 276 q 276 130 221 181 q 410 83 326 83 q 598 276 598 83 l 598 298 q 544 444 598 392 q 412 493 494 493 q 289 479 339 493 q 221 448 253 469 l 221 276 "},"n":{"x_min":75.28125,"x_max":629.109375,"ha":729,"o":"m 110 541 l 75 672 l 82 680 l 166 693 l 175 687 l 214 590 l 218 600 q 226 615 221 608 q 257 652 239 636 q 316 687 282 675 q 408 703 357 703 q 565 641 504 703 q 629 462 629 576 l 629 6 l 622 0 l 524 0 l 518 6 l 518 440 q 469 566 518 523 q 362 602 429 602 q 290 589 343 602 l 221 571 l 221 6 l 214 0 l 116 0 l 110 6 l 110 541 "},"ģ":{"x_min":54.609375,"x_max":629.34375,"ha":675,"o":"m 263 793 l 363 1004 l 372 1008 l 419 999 l 426 990 l 386 793 l 378 788 l 270 788 l 263 793 m 142 84 q 205 199 142 160 q 181 209 205 198 q 130 245 152 223 q 79 317 97 276 q 56 440 56 372 q 317 693 56 693 l 454 693 l 607 725 l 615 719 l 629 643 l 623 633 l 529 607 q 598 437 598 565 q 527 250 598 320 q 331 180 454 180 q 268 184 300 180 l 242 186 l 235 160 q 234 145 234 152 q 317 57 234 57 l 403 57 q 607 -126 607 57 q 525 -273 607 -219 q 346 -321 453 -321 q 54 -187 119 -321 l 57 -177 l 140 -140 l 150 -143 q 157 -155 150 -145 l 168 -168 l 186 -182 q 245 -208 210 -198 q 343 -220 288 -220 q 496 -122 496 -220 q 403 -43 496 -43 l 317 -43 q 186 -2 235 -43 q 142 84 142 33 m 324 279 q 488 440 488 279 q 324 603 488 603 q 166 440 166 603 q 324 279 166 279 "},"Ĝ":{"x_min":99,"x_max":827,"ha":908,"o":"m 279 1043 l 276 1052 l 404 1195 l 416 1202 l 500 1202 l 512 1195 l 640 1052 l 637 1043 l 561 1018 l 551 1018 l 458 1126 l 365 1018 l 355 1018 l 279 1043 m 99 607 q 199 864 99 772 q 462 952 296 952 q 788 760 710 952 l 783 751 l 690 712 l 680 715 q 462 841 619 841 q 287 779 352 841 q 218 597 218 714 l 218 336 q 287 152 218 216 q 462 94 351 94 q 640 152 575 94 q 710 336 710 216 l 710 368 l 550 368 l 541 374 l 527 472 l 533 479 l 820 479 l 827 472 l 827 323 q 463 -17 827 -17 q 199 69 294 -17 q 99 323 99 159 l 99 607 "},"p":{"x_min":75.28125,"x_max":622.109375,"ha":705,"o":"m 221 -32 l 221 -292 l 214 -300 l 116 -314 l 110 -308 l 110 541 l 75 672 l 82 680 l 166 693 l 175 687 l 214 590 l 218 600 q 226 615 221 608 q 257 652 239 636 q 316 687 282 675 q 408 703 357 703 q 561 641 504 703 q 622 462 622 577 l 622 223 q 549 45 622 109 q 368 -17 480 -17 q 215 31 279 -17 l 221 -32 m 221 230 q 363 83 221 83 q 511 247 511 83 l 511 440 q 466 566 511 523 q 362 602 427 602 q 290 589 343 602 l 221 571 l 221 230 "},"‡":{"x_min":82,"x_max":591.21875,"ha":668,"o":"m 82 114 l 88 121 l 269 121 l 269 565 l 88 565 l 82 572 l 82 659 l 88 666 l 269 666 l 269 924 l 275 932 l 373 946 l 380 941 l 380 666 l 584 666 l 591 659 l 564 572 l 555 565 l 380 565 l 380 121 l 584 121 l 591 114 l 564 27 l 555 21 l 380 21 l 380 -165 l 352 -305 l 344 -315 l 275 -274 l 269 -262 l 269 21 l 88 21 l 82 27 l 82 114 "},"ň":{"x_min":75.28125,"x_max":629.109375,"ha":729,"o":"m 326 806 l 198 949 l 201 958 l 277 984 l 287 984 l 380 875 l 473 984 l 483 984 l 559 958 l 562 949 l 434 806 l 422 800 l 339 800 l 326 806 m 110 541 l 75 672 l 82 680 l 166 693 l 175 687 l 214 590 l 218 600 q 226 615 221 608 q 257 652 239 636 q 316 687 282 675 q 408 703 357 703 q 565 641 504 703 q 629 462 629 576 l 629 6 l 622 0 l 524 0 l 518 6 l 518 440 q 469 566 518 523 q 362 602 429 602 q 290 589 343 602 l 221 571 l 221 6 l 214 0 l 116 0 l 110 6 l 110 541 "},"ę":{"x_min":82,"x_max":597.328125,"ha":663,"o":"m 82 456 q 155 639 82 572 q 345 703 226 703 q 534 636 469 703 q 589 497 589 580 q 523 343 589 397 q 359 293 462 293 q 276 304 312 293 q 223 327 245 312 q 206 341 213 334 l 195 354 q 188 365 191 359 l 186 371 l 193 319 l 193 247 q 348 83 193 83 q 499 156 456 83 l 509 159 l 593 130 l 597 121 q 550 53 584 89 q 516 20 537 39 l 481 -11 q 422 -76 440 -50 q 396 -149 396 -114 q 494 -224 396 -224 l 501 -236 l 485 -298 l 473 -305 q 340 -268 393 -305 q 283 -169 283 -230 q 315 -78 283 -119 q 387 -17 341 -43 l 354 -17 q 82 223 82 -17 l 82 456 m 193 416 q 231 404 193 414 q 327 392 280 392 q 429 415 391 392 q 472 503 472 443 q 441 571 472 543 q 341 602 407 602 q 193 441 193 602 l 193 416 "},"S":{"x_min":66.609375,"x_max":627,"ha":705,"o":"m 66 75 l 123 153 l 135 155 q 325 94 206 94 q 453 130 406 94 q 508 253 508 171 q 442 372 508 327 q 375 408 417 390 l 300 438 q 224 473 252 457 q 158 519 184 494 q 93 685 93 582 q 176 881 93 806 q 370 952 254 952 q 464 942 419 952 q 537 921 502 935 q 585 899 564 911 q 609 882 602 889 l 610 872 l 557 792 l 546 790 q 375 841 480 841 q 212 689 212 841 q 277 578 212 621 q 344 544 300 562 l 420 514 q 495 479 466 496 q 561 429 535 455 q 627 255 627 363 q 527 41 627 112 q 321 -17 445 -17 q 198 3 266 -17 q 69 66 119 27 l 66 75 "},"/":{"x_min":48.609375,"x_max":431.9375,"ha":481,"o":"m 319 924 l 326 932 l 423 946 l 431 940 l 155 -95 l 147 -104 l 52 -104 l 48 -97 l 319 924 "},"į":{"x_min":-4,"x_max":225,"ha":321,"o":"m 96 852 l 96 968 l 102 975 l 217 975 l 225 968 l 225 852 l 217 846 l 102 846 l 96 852 m 104 671 l 111 679 l 208 693 l 215 687 l 215 11 l 208 0 q 142 -70 164 -39 q 109 -148 109 -113 q 206 -223 109 -223 l 213 -235 l 198 -297 l 186 -304 q 52 -267 105 -304 q -4 -168 -4 -229 q 33 -67 -4 -116 q 111 0 62 -31 l 104 7 l 104 671 "},"Ŧ":{"x_min":49,"x_max":712.9375,"ha":745,"o":"m 314 470 l 113 470 l 107 476 l 107 564 l 113 571 l 314 571 l 314 827 l 55 827 l 49 833 l 49 931 l 55 938 l 707 938 l 712 931 l 687 833 l 679 827 l 431 827 l 431 571 l 647 571 l 654 564 l 637 476 l 628 470 l 431 470 l 431 6 l 424 0 l 320 0 l 314 6 l 314 470 "},"y":{"x_min":-45.390625,"x_max":625.4375,"ha":646,"o":"m 6 -177 q 36 -198 6 -182 q 69 -214 53 -208 q 114 -220 92 -220 q 243 -94 197 -220 l 286 22 l 271 27 l 260 37 l 21 670 l 28 679 l 136 693 l 143 687 l 306 187 l 326 113 l 343 175 l 501 672 l 510 679 l 621 693 l 625 686 l 335 -140 q 117 -321 272 -321 q -42 -266 31 -321 l -45 -255 l -3 -180 l 6 -177 "},"g":{"x_min":54.609375,"x_max":629.34375,"ha":675,"o":"m 142 84 q 205 199 142 160 q 181 209 205 198 q 130 245 152 223 q 79 317 97 276 q 56 440 56 372 q 317 693 56 693 l 454 693 l 607 724 l 615 719 l 629 643 l 623 633 l 529 607 q 598 437 598 565 q 527 250 598 320 q 331 180 454 180 q 268 184 300 180 l 242 186 l 235 160 q 234 145 234 152 q 317 57 234 57 l 403 57 q 607 -126 607 57 q 525 -273 607 -219 q 346 -321 453 -321 q 54 -187 119 -321 l 57 -177 l 140 -140 l 150 -143 q 157 -155 150 -145 l 168 -168 l 186 -182 q 245 -208 210 -198 q 343 -220 288 -220 q 496 -122 496 -220 q 403 -43 496 -43 l 317 -43 q 186 -2 235 -43 q 142 84 142 33 m 324 279 q 488 440 488 279 q 324 603 488 603 q 166 440 166 603 q 324 279 166 279 "},"ĸ":{"x_min":104,"x_max":624.828125,"ha":662,"o":"m 104 671 l 110 679 l 208 693 l 215 688 l 215 381 l 226 381 l 465 674 l 474 679 l 610 693 l 617 686 l 363 389 l 334 361 l 363 327 l 484 165 q 499 147 490 157 q 523 125 510 135 q 592 99 558 99 l 605 99 q 617 100 613 99 l 624 93 l 609 4 l 602 -2 q 588 -4 597 -4 l 573 -4 q 498 11 534 -4 q 441 47 469 25 q 404 86 422 65 l 226 332 l 215 332 l 215 6 l 209 0 l 109 0 l 104 6 l 104 671 "},"²":{"x_min":67,"x_max":439.453125,"ha":508,"o":"m 77 513 l 68 556 q 109 641 68 594 q 151 684 126 659 l 244 772 q 285 818 268 797 q 324 908 324 868 q 241 995 324 995 q 133 925 182 995 l 126 925 l 67 968 l 67 975 q 77 992 67 976 q 111 1028 93 1011 q 166 1064 137 1051 q 244 1081 204 1081 q 365 1038 315 1081 q 420 912 420 990 q 386 809 420 862 q 310 719 360 768 l 230 645 q 184 593 191 609 l 433 593 l 439 586 l 420 513 l 411 507 l 86 507 l 77 513 "},"–":{"x_min":115,"x_max":810.828125,"ha":922,"o":"m 115 314 l 115 402 l 121 409 l 805 409 l 810 402 l 794 314 l 785 308 l 121 308 l 115 314 "},"ë":{"x_min":82,"x_max":597.328125,"ha":663,"o":"m 381 853 l 381 962 l 387 969 l 488 969 l 496 962 l 496 853 l 488 847 l 387 847 l 381 853 m 190 853 l 190 962 l 197 969 l 298 969 l 305 962 l 305 853 l 298 847 l 197 847 l 190 853 m 82 456 q 155 639 82 572 q 345 703 226 703 q 534 636 469 703 q 589 497 589 580 q 523 343 589 397 q 359 293 462 293 q 275 304 312 293 q 223 327 245 312 q 206 341 213 334 l 195 354 q 188 365 191 359 l 185 371 l 193 319 l 193 247 q 348 83 193 83 q 500 156 456 83 l 509 159 l 593 130 l 597 121 q 354 -17 545 -17 q 82 223 82 -17 l 82 456 m 193 416 q 231 404 193 414 q 327 392 280 392 q 429 415 391 392 q 472 503 472 443 q 441 571 472 543 q 341 602 407 602 q 193 441 193 602 l 193 416 "},"J":{"x_min":5.625,"x_max":399,"ha":524,"o":"m 5 42 l 47 128 l 58 130 q 159 94 105 94 q 238 125 204 94 q 282 246 282 167 l 282 923 l 288 931 l 392 945 l 399 940 l 399 235 q 335 51 399 120 q 166 -17 271 -17 q 7 32 72 -17 l 5 42 "},"Ã":{"x_min":16.171875,"x_max":801.84375,"ha":819,"o":"m 212 1087 l 212 1097 q 343 1189 268 1189 q 422 1157 385 1189 q 479 1125 460 1125 q 546 1170 500 1125 l 556 1173 l 606 1136 l 606 1126 q 471 1035 554 1035 q 393 1066 432 1035 q 336 1097 356 1097 q 271 1052 311 1097 l 261 1050 l 212 1087 m 339 923 l 347 930 l 464 946 l 472 940 l 801 6 l 797 0 l 686 0 l 678 6 l 601 230 l 214 230 l 139 6 l 132 0 l 20 0 l 16 6 l 339 923 m 567 336 l 422 764 l 409 823 l 395 764 l 250 336 l 567 336 "},"ŷ":{"x_min":-45.390625,"x_max":625.4375,"ha":646,"o":"m 146 815 l 143 824 l 271 967 l 283 974 l 367 974 l 379 967 l 507 824 l 504 815 l 428 790 l 418 790 l 325 898 l 232 790 l 222 790 l 146 815 m 6 -177 q 36 -198 6 -182 q 69 -214 53 -208 q 114 -220 92 -220 q 243 -94 197 -220 l 286 22 l 271 27 l 260 37 l 21 670 l 28 678 l 136 692 l 143 687 l 306 187 l 326 113 l 343 174 l 501 671 l 510 678 l 621 692 l 625 685 l 335 -140 q 117 -321 272 -321 q -42 -266 31 -321 l -45 -255 l -3 -180 l 6 -177 "},"ŕ":{"x_min":75.28125,"x_max":411.390625,"ha":429,"o":"m 141 818 l 140 827 l 223 968 l 233 974 l 383 974 l 390 968 l 219 791 l 211 791 l 141 818 m 110 542 l 75 672 l 82 680 l 166 693 l 175 687 l 214 590 l 218 600 q 225 615 221 608 q 257 653 239 636 q 314 687 282 675 q 404 703 354 703 l 411 694 l 390 578 l 380 571 q 308 584 355 584 q 221 571 265 584 l 221 6 l 214 0 l 116 0 l 110 6 l 110 542 "},"©":{"x_min":85,"x_max":1010,"ha":1095,"o":"m 85 548 q 125 728 85 648 q 232 854 162 802 q 547 954 362 954 q 864 855 734 954 q 969 728 932 802 q 1010 548 1010 648 l 1010 383 q 969 202 1010 283 q 864 76 932 127 q 547 -24 735 -24 q 232 75 362 -24 q 125 202 162 128 q 85 382 85 282 l 85 548 m 175 410 q 287 145 175 237 q 547 64 386 64 q 808 145 710 64 q 920 410 920 237 l 920 519 q 808 784 920 692 q 547 866 710 866 q 287 784 386 866 q 175 519 175 692 l 175 410 m 331 542 q 550 754 331 754 q 754 627 710 754 l 750 618 l 679 591 l 669 593 q 550 662 622 662 q 425 537 425 662 l 425 388 q 550 265 425 265 q 678 339 643 265 l 687 342 l 757 317 l 761 309 q 550 173 719 173 q 331 382 331 173 l 331 542 "},"˘":{"x_min":183,"x_max":514,"ha":697,"o":"m 348 791 q 233 831 279 791 q 183 937 183 872 q 184 953 183 944 l 185 967 l 194 974 l 261 974 l 268 967 l 268 954 q 348 874 268 874 q 429 954 429 874 l 429 967 l 435 974 l 502 974 l 511 967 l 512 953 q 514 937 514 944 q 465 831 514 872 q 348 791 418 791 "},"ẞ":{"x_min":106,"x_max":771,"ha":824,"o":"m 106 686 q 168 871 106 803 q 333 938 231 938 l 669 938 l 677 931 l 677 863 l 493 548 q 686 483 612 548 q 771 278 771 407 q 679 65 771 141 q 472 0 598 0 l 347 0 l 340 6 l 357 103 l 365 110 l 455 110 q 593 147 539 110 q 657 276 657 191 q 593 405 657 361 q 455 442 539 442 l 364 442 l 357 448 l 340 518 l 530 830 l 340 830 q 264 798 297 830 q 220 677 220 757 l 220 6 l 213 0 l 112 0 l 106 6 l 106 686 "},"Ă":{"x_min":16.234375,"x_max":802.78125,"ha":819,"o":"m 409 1019 q 294 1059 340 1019 q 244 1165 244 1100 q 245 1180 244 1172 l 246 1194 l 255 1201 l 322 1201 l 329 1194 l 329 1182 q 409 1102 329 1102 q 490 1182 490 1102 l 490 1194 l 496 1201 l 563 1201 l 572 1194 l 573 1180 q 575 1165 575 1172 q 526 1059 575 1100 q 409 1019 479 1019 m 340 924 l 348 931 l 465 946 l 473 941 l 802 6 l 798 0 l 687 0 l 679 6 l 602 230 l 214 230 l 139 6 l 132 0 l 20 0 l 16 6 l 340 924 m 568 336 l 423 764 l 409 824 l 395 764 l 250 336 l 568 336 "},"D":{"x_min":129,"x_max":812,"ha":911,"o":"m 129 931 l 135 938 l 446 938 q 710 850 613 938 q 812 593 812 758 l 812 340 q 710 86 812 176 q 446 0 614 0 l 135 0 l 129 6 l 129 931 m 447 111 q 623 169 558 111 q 693 352 693 233 l 693 583 q 623 765 693 700 q 447 827 556 827 l 246 827 l 246 111 l 447 111 "},"ÿ":{"x_min":-45.390625,"x_max":625.328125,"ha":646,"o":"m 352 854 l 352 963 l 358 970 l 460 970 l 467 963 l 467 854 l 460 848 l 358 848 l 352 854 m 162 854 l 162 963 l 168 970 l 270 970 l 277 963 l 277 854 l 270 848 l 168 848 l 162 854 m 6 -177 q 36 -198 6 -182 q 70 -214 53 -208 q 114 -220 92 -220 q 243 -94 197 -220 l 286 22 l 271 27 l 260 37 l 21 671 l 28 679 l 136 693 l 143 688 l 306 187 l 327 114 l 343 175 l 501 672 l 510 679 l 621 693 l 625 686 l 335 -140 q 117 -321 272 -321 q -42 -266 30 -321 l -45 -255 l -3 -180 l 6 -177 "},"ĺ":{"x_min":87.71875,"x_max":337.71875,"ha":343,"o":"m 89 1046 l 87 1055 l 171 1196 l 180 1202 l 330 1202 l 337 1196 l 166 1019 l 158 1019 l 89 1046 m 103 924 l 109 932 l 207 946 l 214 941 l 214 159 q 237 108 214 123 q 258 99 246 102 q 276 97 266 97 l 282 97 l 287 90 l 272 2 l 265 -4 l 254 -4 q 237 -2 246 -4 q 215 0 225 -2 q 164 19 186 5 q 103 153 103 58 l 103 924 "},"ł":{"x_min":40.34375,"x_max":347.265625,"ha":401,"o":"m 132 526 l 72 511 l 63 515 l 40 599 l 44 608 l 132 631 l 132 987 l 138 995 l 236 1009 l 243 1004 l 243 661 l 340 687 l 347 683 l 347 594 l 341 584 l 243 556 l 243 159 q 266 108 243 123 q 287 99 275 102 q 305 97 295 97 l 311 97 l 316 90 l 301 2 l 294 -4 l 283 -4 q 266 -3 275 -4 q 244 0 254 -3 q 193 19 215 5 q 132 152 132 58 l 132 526 "},"Ł":{"x_min":67.84375,"x_max":669.5625,"ha":677,"o":"m 147 512 l 99 500 l 91 504 l 67 588 l 72 597 l 147 616 l 147 923 l 153 932 l 257 945 l 264 940 l 264 648 l 415 688 l 422 684 l 422 595 l 416 586 l 264 544 l 264 111 l 664 111 l 669 104 l 644 6 l 636 0 l 153 0 l 147 6 l 147 512 "},"$":{"x_min":70.546875,"x_max":607,"ha":682,"o":"m 70 71 l 117 145 l 129 146 q 174 120 129 141 q 230 101 201 108 q 304 90 266 90 l 304 335 q 226 365 253 352 q 158 405 184 384 q 90 547 90 458 q 153 683 90 628 q 304 747 212 733 l 304 840 l 310 848 l 378 858 l 385 852 l 385 747 q 523 723 455 747 q 565 706 545 716 q 586 695 580 699 l 587 688 l 544 612 l 534 610 q 385 647 482 647 l 385 421 q 464 391 434 405 q 536 349 507 371 q 607 198 607 292 q 537 51 607 105 q 385 -4 479 8 l 385 -101 l 378 -108 l 310 -108 l 304 -101 l 304 -7 q 73 65 171 -7 l 70 71 m 304 645 q 201 549 201 627 q 304 449 201 488 l 304 645 m 385 94 q 495 198 495 109 q 464 266 495 237 q 385 308 439 287 l 385 94 "},"w":{"x_min":19.5,"x_max":996.15625,"ha":1014,"o":"m 19 671 l 26 679 l 130 693 l 137 687 l 305 188 l 325 115 l 344 188 l 457 527 l 457 671 l 463 679 l 560 693 l 567 687 l 567 509 l 671 188 l 690 115 l 710 188 l 871 672 l 879 679 l 992 693 l 996 686 l 743 -1 l 733 -9 l 639 9 l 630 18 l 523 343 l 507 411 l 489 343 l 376 -1 l 366 -9 l 273 8 l 265 16 l 19 671 "},"\\":{"x_min":48.609375,"x_max":426.390625,"ha":475,"o":"m 48 925 l 55 933 l 140 946 l 147 940 l 426 -97 l 422 -104 l 329 -104 l 320 -95 l 48 925 "},"Ì":{"x_min":20.65625,"x_max":271,"ha":377,"o":"m 20 1196 l 27 1202 l 177 1202 l 187 1196 l 271 1054 l 269 1045 l 200 1018 l 191 1018 l 20 1196 m 129 923 l 135 931 l 239 945 l 246 940 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 "},"Ç":{"x_min":99,"x_max":801.171875,"ha":871,"o":"m 308 -138 q 369 -161 338 -161 q 464 -66 464 -161 q 448 -14 464 -48 q 194 71 286 -14 q 99 322 99 160 l 99 606 q 198 864 99 772 q 462 952 296 952 q 787 760 709 952 l 783 752 l 690 713 l 680 715 q 462 841 619 841 q 287 779 352 841 q 218 597 218 714 l 218 336 q 287 153 218 217 q 462 95 351 95 q 697 224 637 95 l 706 226 l 797 192 l 801 183 q 498 -8 737 -8 q 530 -55 517 -34 q 547 -114 547 -85 q 405 -244 547 -244 q 283 -199 326 -244 l 280 -190 l 298 -142 l 308 -138 "},"Ŝ":{"x_min":66.609375,"x_max":627,"ha":705,"o":"m 184 1043 l 181 1052 l 309 1195 l 321 1202 l 405 1202 l 417 1195 l 545 1052 l 542 1043 l 466 1018 l 456 1018 l 363 1126 l 270 1018 l 260 1018 l 184 1043 m 66 75 l 123 153 l 135 155 q 325 94 206 94 q 453 130 406 94 q 508 253 508 171 q 442 372 508 327 q 375 408 417 390 l 300 438 q 224 473 252 457 q 158 519 184 494 q 93 685 93 582 q 176 881 93 806 q 370 952 254 952 q 464 942 419 952 q 537 921 502 935 q 585 899 564 911 q 609 882 602 889 l 610 872 l 557 792 l 546 790 q 375 841 480 841 q 212 689 212 841 q 277 578 212 621 q 344 544 300 562 l 420 514 q 495 479 466 496 q 561 429 535 455 q 627 255 627 363 q 527 41 627 112 q 321 -17 445 -17 q 198 3 266 -17 q 69 66 119 27 l 66 75 "},"C":{"x_min":99,"x_max":801.328125,"ha":871,"o":"m 99 607 q 198 864 99 772 q 462 952 296 952 q 787 760 709 952 l 783 751 l 690 713 l 680 715 q 462 841 619 841 q 287 779 352 841 q 218 597 218 714 l 218 336 q 287 152 218 216 q 462 94 351 94 q 697 223 637 94 l 706 226 l 797 191 l 801 183 q 462 -17 731 -17 q 198 69 294 -17 q 99 323 99 159 l 99 607 "},"Ē":{"x_min":129,"x_max":625.171875,"ha":713,"o":"m 229 1079 l 229 1160 l 236 1167 l 547 1167 l 552 1160 l 536 1079 l 527 1073 l 236 1073 l 229 1079 m 129 931 l 135 938 l 618 938 l 625 931 l 625 833 l 618 827 l 246 827 l 246 549 l 569 549 l 575 542 l 550 444 l 541 438 l 246 438 l 246 111 l 619 111 l 625 104 l 611 6 l 602 0 l 135 0 l 129 6 l 129 931 "},"!":{"x_min":131,"x_max":269,"ha":400,"o":"m 141 264 l 141 981 l 133 990 l 261 1006 l 256 1001 l 256 264 l 236 258 l 163 258 l 141 264 m 131 133 l 138 140 l 261 140 l 269 133 l 269 6 l 261 0 l 138 0 l 131 6 l 131 133 "},"ç":{"x_min":82,"x_max":595.5,"ha":655,"o":"m 194 -138 q 255 -161 225 -161 q 350 -64 350 -161 q 334 -11 350 -45 q 82 220 82 -11 l 82 459 q 152 634 82 568 q 352 703 226 703 q 588 561 530 703 l 584 552 l 501 523 l 491 526 q 345 602 451 602 q 193 438 193 602 l 193 247 q 345 83 193 83 q 498 156 458 83 l 508 159 l 591 130 l 595 121 q 384 -15 546 -1 q 416 -55 403 -34 q 433 -115 433 -85 q 291 -244 433 -244 q 169 -199 212 -244 l 166 -190 l 184 -142 l 194 -138 "},"Ĵ":{"x_min":5.625,"x_max":521.21875,"ha":524,"o":"m 159 1042 l 157 1052 l 284 1194 l 297 1201 l 380 1201 l 393 1194 l 521 1052 l 518 1042 l 442 1018 l 432 1018 l 339 1126 l 245 1018 l 236 1018 l 159 1042 m 5 42 l 47 128 l 58 130 q 159 94 105 94 q 238 125 204 94 q 282 246 282 167 l 282 923 l 288 931 l 392 945 l 399 940 l 399 235 q 335 51 399 120 q 166 -17 271 -17 q 7 32 72 -17 l 5 42 "},"È":{"x_min":129,"x_max":625.171875,"ha":713,"o":"m 223 1196 l 230 1201 l 380 1201 l 390 1196 l 473 1054 l 472 1045 l 402 1018 l 394 1018 l 223 1196 m 129 931 l 135 938 l 618 938 l 625 931 l 625 833 l 618 827 l 246 827 l 246 549 l 569 549 l 575 542 l 550 444 l 541 438 l 246 438 l 246 111 l 619 111 l 625 104 l 611 6 l 602 0 l 135 0 l 129 6 l 129 931 "},"X":{"x_min":37.5,"x_max":759.71875,"ha":799,"o":"m 326 479 l 63 922 l 70 930 l 176 946 l 184 941 l 376 602 l 400 555 l 422 602 l 601 921 l 609 929 l 736 946 l 744 940 l 473 479 l 759 6 l 755 0 l 630 0 l 622 6 l 422 357 l 400 404 l 376 357 l 177 6 l 169 0 l 43 0 l 37 6 l 326 479 "},"ô":{"x_min":82,"x_max":615.109375,"ha":697,"o":"m 172 815 l 169 824 l 297 966 l 309 973 l 392 973 l 405 966 l 533 824 l 530 815 l 454 790 l 444 790 l 351 898 l 258 790 l 248 790 l 172 815 m 82 462 q 158 641 82 576 q 348 703 230 703 q 538 641 466 703 q 615 462 615 576 l 615 223 q 538 45 615 109 q 348 -17 466 -17 q 158 45 230 -17 q 82 223 82 109 l 82 462 m 193 247 q 348 83 193 83 q 504 247 504 83 l 504 440 q 348 602 504 602 q 193 440 193 602 l 193 247 "},"Ė":{"x_min":129,"x_max":625.171875,"ha":713,"o":"m 321 1079 l 321 1195 l 327 1202 l 443 1202 l 450 1195 l 450 1079 l 443 1073 l 327 1073 l 321 1079 m 129 931 l 135 938 l 618 938 l 625 931 l 625 833 l 618 827 l 246 827 l 246 549 l 569 549 l 575 542 l 550 444 l 541 438 l 246 438 l 246 111 l 619 111 l 625 104 l 611 6 l 602 0 l 135 0 l 129 6 l 129 931 "},"Ā":{"x_min":16.28125,"x_max":802.390625,"ha":819,"o":"m 251 1079 l 251 1160 l 257 1167 l 569 1167 l 574 1160 l 557 1079 l 549 1073 l 257 1073 l 251 1079 m 339 924 l 348 931 l 464 946 l 473 940 l 802 6 l 798 0 l 687 0 l 678 6 l 602 230 l 214 230 l 139 6 l 132 0 l 20 0 l 16 6 l 339 924 m 567 336 l 423 764 l 409 824 l 395 764 l 251 336 l 567 336 "},"ċ":{"x_min":82,"x_max":595.9375,"ha":656,"o":"m 285 850 l 285 966 l 291 973 l 407 973 l 414 966 l 414 850 l 407 844 l 291 844 l 285 850 m 82 461 q 152 634 82 569 q 352 703 226 703 q 589 561 530 703 l 584 552 l 501 523 l 491 526 q 345 602 451 602 q 193 438 193 602 l 193 247 q 345 83 193 83 q 498 156 458 83 l 508 159 l 591 130 l 595 121 q 352 -17 543 -17 q 152 49 226 -17 q 82 223 82 115 l 82 461 "},"đ":{"x_min":83,"x_max":706.625,"ha":704,"o":"m 83 462 q 155 641 83 576 q 335 703 223 703 q 488 655 422 703 l 483 716 l 483 795 l 243 795 l 237 801 l 237 882 l 243 889 l 483 889 l 483 987 l 490 995 l 587 1009 l 594 1004 l 594 889 l 701 889 l 706 882 l 689 801 l 681 795 l 594 795 l 594 135 l 628 13 l 621 5 l 537 -7 l 529 -1 l 488 98 q 433 21 473 51 q 295 -17 380 -17 q 83 227 83 -17 l 83 462 m 194 251 q 238 121 194 165 q 341 83 275 83 q 378 88 353 83 l 426 102 q 448 109 437 105 l 483 121 l 483 455 q 340 602 483 602 q 194 440 194 602 l 194 251 "},"Ŀ":{"x_min":129,"x_max":651.0625,"ha":658,"o":"m 129 923 l 135 932 l 239 946 l 246 940 l 246 111 l 645 111 l 651 104 l 626 6 l 617 0 l 135 0 l 129 6 l 129 923 m 441 557 l 447 564 l 576 564 l 583 557 l 583 426 l 576 420 l 447 420 l 441 426 l 441 557 "},"ŋ":{"x_min":75.28125,"x_max":629.109375,"ha":729,"o":"m 110 541 l 75 672 l 82 680 l 166 693 l 175 687 l 214 590 l 218 600 q 226 615 221 608 q 257 652 239 636 q 316 687 282 675 q 408 703 357 703 q 565 641 504 703 q 629 462 629 576 l 629 -8 q 476 -257 629 -210 q 404 -267 445 -267 l 397 -261 l 380 -172 l 386 -166 q 440 -157 420 -166 q 494 -104 473 -140 q 518 0 518 -62 l 518 440 q 469 566 518 523 q 362 602 429 602 q 290 589 343 602 l 221 571 l 221 6 l 214 0 l 116 0 l 110 6 l 110 541 "},"}":{"x_min":48.9375,"x_max":477.953125,"ha":532,"o":"m 82 -71 q 242 90 242 -71 l 242 237 q 361 425 242 372 q 242 625 242 473 l 242 690 q 82 849 242 849 l 73 855 l 48 936 l 54 943 l 86 943 q 346 715 346 943 l 346 622 q 371 521 346 551 q 472 472 397 490 l 477 462 l 452 383 l 443 376 q 365 320 387 361 q 346 231 346 287 l 346 65 q 278 -101 346 -39 q 86 -165 207 -165 l 54 -165 l 48 -158 l 73 -77 l 82 -71 "},"â":{"x_min":56,"x_max":594.828125,"ha":659,"o":"m 152 815 l 149 824 l 277 966 l 289 973 l 372 973 l 385 966 l 513 824 l 510 815 l 433 790 l 424 790 l 331 898 l 238 790 l 228 790 l 152 815 m 56 187 q 122 339 56 284 q 217 380 159 368 q 339 392 265 392 l 387 392 q 449 405 426 392 l 449 471 q 407 576 449 544 q 306 602 372 602 q 168 561 221 602 l 157 562 l 110 632 l 113 643 q 307 703 189 703 q 486 655 422 703 q 560 491 560 601 l 560 135 l 594 13 l 587 5 l 503 -7 l 495 -1 l 455 98 q 447 80 455 95 q 418 41 436 58 q 361 1 394 14 q 267 -17 320 -17 q 124 27 181 -17 q 56 187 56 81 m 173 186 q 285 83 173 83 q 393 103 328 83 q 415 110 404 106 l 433 116 l 449 123 l 449 358 q 399 302 437 321 q 326 289 368 289 l 293 289 q 214 269 246 289 q 173 186 173 243 "},"ø":{"x_min":85,"x_max":618.109375,"ha":704,"o":"m 144 60 q 85 223 85 123 l 85 462 q 161 641 85 576 q 351 703 233 703 q 495 671 432 703 l 533 736 l 543 739 l 605 715 l 608 708 l 559 623 q 618 462 618 558 l 618 223 q 541 45 618 109 q 351 -17 469 -17 q 207 13 272 -17 l 169 -51 l 161 -54 l 104 -21 l 101 -14 l 144 60 m 443 579 q 351 602 404 602 q 196 440 196 602 l 196 247 q 207 170 196 206 l 443 579 m 259 105 q 351 83 296 83 q 507 247 507 83 l 507 440 q 495 512 507 479 l 259 105 "},"‰":{"x_min":81,"x_max":1321,"ha":1396,"o":"m 246 507 q 81 655 81 507 l 81 797 q 246 947 81 947 q 410 797 410 947 l 410 655 q 246 507 410 507 m 783 942 l 793 945 l 879 919 l 882 912 l 201 2 l 193 0 l 86 0 l 83 6 l 783 942 m 246 588 q 328 671 328 588 l 328 784 q 246 865 328 865 q 163 784 163 865 l 163 671 q 246 588 163 588 m 989 274 q 1154 425 989 425 q 1321 274 1321 425 l 1321 134 q 1154 -17 1321 -17 q 989 134 989 -17 l 989 274 m 571 274 q 736 425 571 425 q 903 274 903 425 l 903 134 q 736 -17 903 -17 q 571 134 571 -17 l 571 274 m 1071 145 q 1154 65 1071 65 q 1236 145 1236 65 l 1236 260 q 1154 343 1236 343 q 1071 260 1071 343 l 1071 145 m 653 145 q 736 65 653 65 q 818 145 818 65 l 818 260 q 736 343 818 343 q 653 260 653 343 l 653 145 "},"Ä":{"x_min":16.734375,"x_max":802.28125,"ha":819,"o":"m 447 1081 l 447 1190 l 453 1197 l 555 1197 l 562 1190 l 562 1081 l 555 1075 l 453 1075 l 447 1081 m 257 1081 l 257 1190 l 263 1197 l 365 1197 l 372 1190 l 372 1081 l 365 1075 l 263 1075 l 257 1081 m 340 923 l 348 930 l 465 945 l 473 940 l 802 6 l 798 0 l 687 0 l 678 6 l 602 230 l 215 230 l 140 6 l 133 0 l 20 0 l 16 6 l 340 923 m 567 336 l 423 763 l 409 823 l 395 763 l 251 336 l 567 336 "},"ř":{"x_min":61.390625,"x_max":425.28125,"ha":429,"o":"m 189 806 l 61 949 l 64 958 l 140 984 l 150 984 l 243 875 l 336 984 l 346 984 l 422 958 l 425 949 l 297 806 l 285 800 l 201 800 l 189 806 m 110 542 l 75 672 l 82 680 l 166 693 l 175 687 l 214 590 l 218 600 q 225 615 221 608 q 257 653 239 636 q 314 687 282 675 q 404 703 354 703 l 411 694 l 390 578 l 380 571 q 308 584 355 584 q 221 571 265 584 l 221 6 l 214 0 l 116 0 l 110 6 l 110 542 "},"—":{"x_min":115,"x_max":1085.828125,"ha":1197,"o":"m 115 314 l 115 402 l 121 409 l 1080 409 l 1085 402 l 1069 314 l 1060 308 l 121 308 l 115 314 "},"N":{"x_min":129,"x_max":851,"ha":982,"o":"m 129 923 l 135 932 l 239 946 l 248 940 l 697 262 l 734 195 l 734 923 l 740 932 l 844 946 l 851 940 l 851 6 l 844 0 l 745 0 l 734 6 l 282 690 l 246 757 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 "},"⁄":{"x_min":48.609375,"x_max":847.21875,"ha":896,"o":"m 748 943 l 758 946 l 844 919 l 847 912 l 166 2 l 158 0 l 51 0 l 48 6 l 748 943 "},"2":{"x_min":57,"x_max":647.328125,"ha":715,"o":"m 94 68 q 208 136 151 98 q 341 239 283 186 q 450 362 411 301 q 496 500 496 434 q 339 642 496 642 q 254 625 296 642 q 193 586 222 611 q 154 549 172 569 q 142 531 142 532 l 132 531 l 58 580 l 57 592 q 73 615 57 594 q 96 640 83 628 q 126 668 109 655 q 218 721 168 701 q 350 745 279 745 q 537 685 465 745 q 614 507 614 621 q 575 354 614 430 q 486 237 543 294 q 396 161 446 195 q 378 148 387 154 l 348 130 l 290 100 l 641 100 l 647 93 l 623 6 l 615 0 l 114 0 l 107 6 l 94 68 "},"ü":{"x_min":99,"x_max":644.828125,"ha":720,"o":"m 406 853 l 406 962 l 412 969 l 514 969 l 521 962 l 521 853 l 514 847 l 412 847 l 406 853 m 216 853 l 216 962 l 222 969 l 324 969 l 331 962 l 331 853 l 324 847 l 222 847 l 216 853 m 99 670 l 105 678 l 203 692 l 210 687 l 210 251 q 254 121 210 164 q 357 83 292 83 q 394 88 369 83 l 442 102 q 464 109 453 105 l 499 121 l 499 670 l 505 678 l 603 692 l 610 687 l 610 135 l 644 13 l 637 5 l 553 -7 l 544 -1 l 504 98 q 449 21 489 51 q 311 -17 396 -17 q 99 227 99 -17 l 99 670 "},"˜":{"x_min":154,"x_max":548,"ha":697,"o":"m 154 859 l 154 869 q 285 961 210 961 q 364 929 327 961 q 421 897 402 897 q 488 942 442 897 l 498 945 l 548 908 l 548 898 q 413 807 496 807 q 335 838 374 807 q 278 869 298 869 q 213 824 253 869 l 203 822 l 154 859 "},"Ó":{"x_min":99,"x_max":829,"ha":928,"o":"m 387 1054 l 470 1196 l 480 1202 l 630 1202 l 637 1196 l 466 1018 l 458 1018 l 388 1045 l 387 1054 m 99 607 q 200 864 99 772 q 464 952 297 952 q 727 864 630 952 q 829 607 829 772 l 829 323 q 727 69 829 159 q 464 -17 631 -17 q 200 69 296 -17 q 99 323 99 159 l 99 607 m 218 336 q 287 152 218 216 q 464 94 352 94 q 640 152 575 94 q 710 336 710 216 l 710 597 q 640 779 710 714 q 464 841 573 841 q 287 779 354 841 q 218 597 218 714 l 218 336 "},"ˇ":{"x_min":166.671875,"x_max":530.5625,"ha":697,"o":"m 294 806 l 166 948 l 169 958 l 245 983 l 255 983 l 348 874 l 441 983 l 451 983 l 527 958 l 530 948 l 402 806 l 390 800 l 306 800 l 294 806 "},"Ÿ":{"x_min":16.5,"x_max":697.890625,"ha":713,"o":"m 394 1081 l 394 1190 l 401 1197 l 502 1197 l 509 1190 l 509 1081 l 502 1075 l 401 1075 l 394 1081 m 204 1081 l 204 1190 l 210 1197 l 312 1197 l 319 1190 l 319 1081 l 312 1075 l 210 1075 l 204 1081 m 298 411 l 16 920 l 23 930 l 140 945 l 148 940 l 334 570 l 356 516 l 380 570 l 556 920 l 563 929 l 689 945 l 697 940 l 415 411 l 415 6 l 408 0 l 305 0 l 298 6 l 298 411 "},"ų":{"x_min":99,"x_max":644.828125,"ha":720,"o":"m 99 670 l 105 679 l 203 692 l 210 687 l 210 251 q 254 121 210 165 q 357 83 291 83 q 394 88 369 83 l 441 102 q 464 109 453 105 l 499 121 l 499 670 l 506 679 l 603 692 l 610 687 l 610 135 l 644 16 l 639 5 l 603 -29 q 569 -67 583 -50 q 534 -150 534 -113 q 632 -224 534 -224 l 639 -236 l 624 -298 l 611 -305 q 478 -268 531 -305 q 421 -169 421 -230 q 461 -65 421 -115 q 543 2 492 -28 l 504 98 q 448 21 489 51 q 311 -17 396 -17 q 99 227 99 -17 l 99 670 "},"€":{"x_min":74,"x_max":759.765625,"ha":824,"o":"m 74 253 l 74 337 l 80 344 l 168 344 l 168 439 l 80 439 l 74 445 l 74 529 l 80 536 l 172 536 q 525 812 212 812 q 613 803 570 812 q 680 784 648 796 q 726 763 705 774 q 747 748 740 755 l 748 738 l 718 660 l 707 659 q 695 667 707 660 l 680 675 q 661 685 672 681 q 605 703 634 696 q 530 712 569 712 q 287 536 330 712 l 682 536 l 687 529 l 665 445 l 656 439 l 279 439 l 279 344 l 634 344 l 640 337 l 619 253 l 611 247 l 290 247 q 531 83 338 83 q 641 102 586 83 q 720 142 688 117 l 732 141 l 759 63 l 758 53 q 736 37 751 46 q 690 13 715 24 q 620 -7 656 0 q 531 -17 577 -17 q 293 49 387 -17 q 173 247 195 119 l 80 247 l 74 253 "},"Ŭ":{"x_min":119,"x_max":844,"ha":965,"o":"m 481 1018 q 366 1058 412 1018 q 316 1165 316 1099 q 317 1180 316 1172 l 318 1194 l 327 1201 l 394 1201 l 401 1194 l 401 1181 q 481 1101 401 1101 q 562 1181 562 1101 l 562 1194 l 568 1201 l 635 1201 l 644 1194 l 645 1180 q 647 1165 647 1172 q 598 1058 647 1099 q 481 1018 551 1018 m 119 923 l 125 931 l 229 945 l 236 940 l 236 335 q 306 152 236 216 q 481 94 372 94 q 659 152 595 94 q 727 335 727 216 l 727 923 l 733 931 l 837 945 l 844 940 l 844 323 q 481 -17 844 -17 q 217 69 312 -17 q 119 323 119 158 l 119 923 "},"ĝ":{"x_min":54.609375,"x_max":629.34375,"ha":675,"o":"m 144 815 l 142 824 l 270 966 l 282 973 l 365 973 l 378 966 l 505 824 l 502 815 l 426 790 l 417 790 l 324 898 l 231 790 l 221 790 l 144 815 m 142 84 q 205 199 142 160 q 181 209 205 198 q 130 245 152 223 q 79 317 97 276 q 56 440 56 372 q 317 693 56 693 l 454 693 l 607 724 l 615 719 l 629 643 l 623 633 l 529 607 q 598 437 598 565 q 527 250 598 320 q 331 180 454 180 q 268 184 300 180 l 242 186 l 235 160 q 234 145 234 152 q 317 57 234 57 l 403 57 q 607 -126 607 57 q 525 -273 607 -219 q 346 -321 453 -321 q 54 -187 119 -321 l 57 -177 l 140 -140 l 150 -143 q 157 -155 150 -145 l 168 -168 l 186 -182 q 245 -208 210 -198 q 343 -220 288 -220 q 496 -122 496 -220 q 403 -43 496 -43 l 317 -43 q 186 -2 235 -43 q 142 84 142 33 m 324 279 q 488 440 488 279 q 324 603 488 603 q 166 440 166 603 q 324 279 166 279 "},"ß":{"x_min":44.71875,"x_max":786.109375,"ha":831,"o":"m 135 585 l 51 585 l 44 592 l 44 679 l 51 686 l 135 686 l 135 787 q 212 955 135 896 q 386 1010 282 1010 q 560 955 490 1010 q 638 787 638 896 q 614 693 638 736 q 561 626 599 665 l 546 610 q 532 595 538 602 q 507 563 516 579 q 483 480 483 524 q 531 412 483 437 q 579 394 549 404 l 603 386 q 607 384 606 386 q 621 380 615 383 q 635 376 628 377 q 739 319 705 352 q 786 191 786 272 q 712 27 786 78 q 537 -17 650 -17 q 327 46 411 -17 l 326 55 l 379 128 l 390 130 q 534 83 445 83 q 632 105 597 83 q 675 191 675 131 q 629 266 675 238 q 582 288 611 277 l 529 308 q 474 331 495 320 q 427 363 445 345 q 382 480 382 406 q 404 580 382 534 q 453 649 419 610 l 480 680 l 504 712 q 526 787 526 748 q 483 879 526 845 q 386 909 444 909 q 289 882 326 909 q 246 793 246 850 l 246 -165 l 218 -305 l 210 -315 l 141 -275 l 135 -262 l 135 585 "},"s":{"x_min":64.84375,"x_max":526,"ha":587,"o":"m 64 55 l 117 128 l 128 130 q 273 83 184 83 q 370 105 335 83 q 412 191 412 131 q 357 264 412 237 q 303 287 338 274 l 273 296 q 256 302 262 299 l 241 308 q 177 333 202 320 q 123 367 144 348 q 69 498 69 416 q 148 654 69 598 q 319 703 216 703 q 498 648 420 703 l 500 639 l 446 565 l 437 565 q 321 602 381 602 q 183 498 183 602 q 237 419 183 448 q 291 398 256 409 l 338 383 q 355 378 346 380 q 417 355 392 366 q 471 320 450 339 q 526 191 526 273 q 450 27 526 78 q 277 -17 388 -17 q 66 46 149 -17 l 64 55 "},"Ű":{"x_min":119,"x_max":844,"ha":965,"o":"m 484 1050 l 568 1195 l 578 1201 l 718 1201 l 725 1195 l 555 1018 l 546 1018 l 485 1042 l 484 1050 m 317 1048 l 316 1057 l 387 1195 l 396 1201 l 487 1201 l 493 1195 l 394 1024 l 384 1024 l 317 1048 m 119 923 l 125 931 l 229 945 l 236 940 l 236 335 q 306 152 236 216 q 481 94 371 94 q 659 152 595 94 q 727 335 727 216 l 727 923 l 733 931 l 837 945 l 844 940 l 844 323 q 481 -17 844 -17 q 217 69 312 -17 q 119 323 119 158 l 119 923 "},"?":{"x_min":49,"x_max":598,"ha":684,"o":"m 263 473 l 269 482 l 364 497 q 481 655 481 517 l 481 754 q 324 906 481 906 q 160 754 160 906 l 151 749 l 55 769 l 49 778 q 129 955 49 890 q 324 1017 204 1017 q 518 955 443 1017 q 598 778 598 890 l 598 632 q 531 462 598 529 q 360 387 467 398 l 360 265 l 351 258 l 269 258 l 263 265 l 263 473 m 242 133 l 249 140 l 372 140 l 380 133 l 380 6 l 372 0 l 249 0 l 242 6 l 242 133 "},"c":{"x_min":82,"x_max":595.875,"ha":656,"o":"m 82 461 q 152 634 82 569 q 352 703 226 703 q 588 561 530 703 l 584 552 l 501 523 l 491 526 q 345 602 451 602 q 193 438 193 602 l 193 247 q 345 83 193 83 q 498 156 458 83 l 508 159 l 591 130 l 595 121 q 352 -17 543 -17 q 152 49 226 -17 q 82 223 82 115 l 82 461 "},"Ņ":{"x_min":129,"x_max":851,"ha":982,"o":"m 129 923 l 135 932 l 239 946 l 248 940 l 697 262 l 734 195 l 734 923 l 740 932 l 844 946 l 851 940 l 851 6 l 844 0 l 745 0 l 734 6 l 282 690 l 246 757 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 m 447 -65 l 555 -65 l 562 -70 l 462 -281 l 452 -285 l 405 -276 l 398 -267 l 438 -70 l 447 -65 "},"¶":{"x_min":77.78125,"x_max":758.21875,"ha":807,"o":"m 375 228 q 169 290 248 228 q 77 497 77 361 l 77 671 q 169 876 77 806 q 374 938 248 938 l 752 938 l 758 931 l 744 837 l 736 831 l 482 831 l 482 -298 l 476 -304 l 381 -304 l 375 -298 l 375 228 m 554 750 l 560 757 l 654 757 l 661 750 l 661 -297 l 654 -304 l 560 -304 l 554 -297 l 554 750 "},"•":{"x_min":103,"x_max":575,"ha":678,"o":"m 103 370 q 177 527 103 468 q 337 580 244 580 q 500 527 432 580 q 575 370 575 468 l 575 320 q 500 163 575 220 q 337 113 433 113 q 177 163 243 113 q 103 320 103 220 l 103 370 "},"(":{"x_min":89,"x_max":343.171875,"ha":392,"o":"m 277 -181 l 269 -174 q 259 -165 265 -171 l 248 -154 q 183 -61 212 -115 q 118 113 141 14 q 89 387 89 235 q 118 659 89 537 q 183 834 141 758 q 248 926 212 888 l 259 938 q 269 947 265 944 l 277 954 l 287 954 l 343 892 l 341 883 l 329 867 q 319 855 323 862 q 270 769 293 817 q 222 615 240 698 q 200 387 200 509 q 222 159 200 264 q 272 5 240 74 q 320 -82 294 -44 l 329 -94 l 343 -110 l 341 -119 l 287 -179 l 277 -181 "},"◊":{"x_min":116.28125,"x_max":726,"ha":811,"o":"m 116 241 l 119 251 l 138 269 l 228 507 l 138 744 l 119 762 l 116 772 l 160 850 l 169 853 l 721 537 l 726 527 l 726 486 l 721 476 l 169 161 l 160 163 l 116 241 "},"­":{"x_min":115,"x_max":484.4375,"ha":590,"o":"m 115 310 l 115 408 l 121 415 l 478 415 l 484 408 l 459 310 l 451 304 l 121 304 l 115 310 "},"Ħ":{"x_min":57,"x_max":1030.5,"ha":1072,"o":"m 165 703 l 63 703 l 57 709 l 57 797 l 63 804 l 165 804 l 165 923 l 171 931 l 275 945 l 282 940 l 282 804 l 776 804 l 776 923 l 782 931 l 886 945 l 893 940 l 893 804 l 1023 804 l 1030 797 l 1011 709 l 1001 703 l 893 703 l 893 6 l 886 0 l 782 0 l 776 6 l 776 436 l 282 436 l 282 6 l 275 0 l 171 0 l 165 6 l 165 703 m 776 547 l 776 703 l 282 703 l 282 547 l 776 547 "},":":{"x_min":93,"x_max":235,"ha":328,"o":"m 93 548 l 93 679 l 99 686 l 228 686 l 235 679 l 235 548 l 228 542 l 99 542 l 93 548 m 93 137 l 99 144 l 228 144 l 235 137 l 235 6 l 228 0 l 99 0 l 93 6 l 93 137 "},"Û":{"x_min":119,"x_max":844,"ha":965,"o":"m 298 1052 l 426 1194 l 438 1201 l 521 1201 l 534 1194 l 661 1052 l 659 1043 l 582 1018 l 573 1018 l 480 1126 l 387 1018 l 377 1018 l 301 1043 l 298 1052 m 119 923 l 125 931 l 229 945 l 236 940 l 236 335 q 306 152 236 216 q 481 94 371 94 q 659 152 595 94 q 727 335 727 216 l 727 923 l 733 931 l 837 945 l 844 940 l 844 323 q 481 -17 844 -17 q 217 69 312 -17 q 119 323 119 158 l 119 923 "},"ś":{"x_min":64.84375,"x_max":526,"ha":587,"o":"m 214 817 l 213 826 l 296 968 l 306 973 l 456 973 l 463 968 l 292 790 l 284 790 l 214 817 m 64 55 l 117 128 l 128 130 q 273 83 184 83 q 370 105 335 83 q 412 191 412 131 q 357 264 412 237 q 303 287 338 274 l 273 296 q 256 302 262 299 l 241 308 q 177 333 202 320 q 123 367 144 348 q 69 498 69 416 q 148 654 69 598 q 319 703 216 703 q 498 648 420 703 l 500 639 l 446 565 l 437 565 q 321 602 381 602 q 183 498 183 602 q 237 419 183 448 q 291 398 256 409 l 338 383 q 355 378 346 380 q 417 355 392 366 q 471 320 450 339 q 526 191 526 273 q 450 27 526 78 q 277 -17 388 -17 q 66 46 149 -17 l 64 55 "},"V":{"x_min":18.0625,"x_max":811.109375,"ha":825,"o":"m 18 922 l 25 930 l 134 946 l 143 940 l 384 204 l 411 112 l 436 204 l 675 921 l 681 929 l 802 946 l 811 940 l 476 -2 l 466 -9 l 345 9 l 337 18 l 18 922 "},"Ŗ":{"x_min":129,"x_max":757.171875,"ha":810,"o":"m 129 931 l 135 938 l 383 938 q 587 889 508 938 q 703 661 703 815 q 661 509 703 572 q 567 429 626 459 q 473 395 524 406 q 432 390 432 387 l 462 359 l 625 164 q 669 125 647 137 q 736 106 700 106 l 751 107 l 757 100 l 741 5 l 733 -1 l 719 -2 q 704 -4 711 -4 q 584 41 643 -4 q 545 79 565 57 l 302 380 l 293 386 l 246 386 l 246 6 l 239 0 l 135 0 l 129 6 l 129 931 m 382 493 q 522 529 469 493 q 586 661 586 572 q 522 793 586 748 q 382 831 468 831 l 246 831 l 246 493 l 382 493 m 363 -65 l 472 -65 l 479 -70 l 379 -281 l 369 -285 l 322 -276 l 315 -267 l 355 -70 l 363 -65 "}," ":{"x_min":0,"x_max":0,"ha":346},"@":{"x_min":90,"x_max":1169.109375,"ha":1252,"o":"m 90 294 q 223 769 90 600 q 646 952 366 952 q 1169 452 1169 952 l 1169 363 q 792 -62 1169 -30 l 781 -57 l 725 92 q 716 76 725 89 q 686 38 704 55 q 625 0 659 13 q 526 -17 581 -17 q 384 49 436 -17 q 339 194 339 108 q 430 583 339 448 q 644 703 512 703 q 729 694 683 703 q 806 676 765 687 q 862 658 834 668 l 884 650 l 891 640 l 830 142 l 860 38 q 1058 375 1058 99 l 1058 439 q 952 758 1058 658 q 646 851 853 851 q 309 697 423 851 q 201 284 201 551 l 201 230 q 302 -89 201 9 q 602 -185 398 -185 l 607 -194 l 589 -280 l 580 -286 q 90 218 90 -286 l 90 294 m 453 220 q 476 123 453 158 q 568 83 505 83 q 665 105 604 83 q 687 112 676 108 l 720 126 l 772 571 q 735 586 772 574 q 643 602 690 602 q 521 522 573 602 q 472 405 490 475 q 453 220 453 326 "},"¾":{"x_min":54,"x_max":1023.546875,"ha":1075,"o":"m 244 365 q 159 381 198 365 q 99 419 126 395 q 65 455 80 435 q 54 472 54 470 l 55 480 l 117 528 l 129 528 q 135 515 129 526 l 145 504 q 158 490 151 495 q 244 451 197 451 q 345 532 345 451 l 345 546 q 222 626 345 626 l 170 626 l 165 632 l 190 704 l 198 711 l 222 711 q 332 784 332 711 q 238 861 332 861 q 169 834 201 861 q 156 824 162 830 l 138 805 q 131 799 134 801 l 120 798 l 61 838 l 61 848 q 72 863 61 849 q 105 898 87 881 q 160 931 131 919 q 238 947 198 947 q 422 785 422 947 q 357 670 422 705 q 435 558 435 639 l 435 526 q 376 406 435 451 q 244 365 323 365 m 575 685 l 584 691 l 658 678 l 663 670 l 453 6 l 444 0 l 362 0 l 358 6 l 575 685 m 586 204 l 837 551 l 847 558 l 911 570 l 918 565 l 918 228 l 1018 228 l 1023 221 l 1004 149 l 997 143 l 918 143 l 918 11 l 911 2 l 833 -8 l 826 -2 l 826 143 l 609 143 l 600 148 l 586 204 m 829 228 l 829 352 l 829 405 l 799 356 l 726 252 l 703 228 l 829 228 "},"ŉ":{"x_min":51.671875,"x_max":629.109375,"ha":729,"o":"m 58 787 l 51 796 l 91 993 l 100 999 l 208 999 l 215 993 l 115 782 l 105 778 l 58 787 m 110 541 l 75 672 l 82 680 l 166 693 l 175 687 l 214 590 l 218 600 q 226 615 221 608 q 257 652 239 636 q 316 687 282 675 q 408 703 357 703 q 565 641 504 703 q 629 462 629 576 l 629 6 l 622 0 l 524 0 l 518 6 l 518 440 q 469 566 518 523 q 362 602 429 602 q 290 589 343 602 l 221 571 l 221 6 l 214 0 l 116 0 l 110 6 l 110 541 "},"i":{"x_min":96,"x_max":225,"ha":321,"o":"m 96 851 l 96 967 l 102 974 l 217 974 l 225 967 l 225 851 l 217 845 l 102 845 l 96 851 m 104 671 l 110 679 l 208 693 l 215 687 l 215 6 l 208 0 l 110 0 l 104 6 l 104 671 "},"Ģ":{"x_min":99,"x_max":827,"ha":908,"o":"m 99 607 q 199 864 99 772 q 462 952 296 952 q 788 760 710 952 l 783 751 l 690 712 l 680 715 q 462 841 619 841 q 287 779 352 841 q 218 597 218 714 l 218 336 q 287 152 218 216 q 462 94 351 94 q 640 152 575 94 q 710 336 710 216 l 710 368 l 550 368 l 541 374 l 527 472 l 533 479 l 820 479 l 827 472 l 827 323 q 463 -17 827 -17 q 199 69 294 -17 q 99 323 99 159 l 99 607 m 411 -66 l 519 -66 l 526 -71 l 426 -282 l 416 -286 l 369 -277 l 362 -268 l 402 -71 l 411 -66 "},"m":{"x_min":75.28125,"x_max":996.890625,"ha":1098,"o":"m 110 542 l 75 672 l 82 680 l 166 693 l 175 687 l 214 590 l 218 600 q 226 615 221 608 q 257 652 239 636 q 317 687 282 675 q 408 703 357 703 q 581 600 532 703 l 588 612 q 600 627 593 621 q 638 662 617 647 q 784 703 697 703 q 937 641 878 703 q 996 462 996 577 l 996 6 l 989 0 l 891 0 l 885 6 l 885 440 q 841 565 885 524 q 738 602 803 602 q 666 590 717 602 q 593 571 624 581 q 609 474 609 519 l 609 6 l 602 0 l 504 0 l 497 6 l 497 440 q 362 602 497 602 q 290 589 343 602 l 221 571 l 221 6 l 214 0 l 116 0 l 110 6 l 110 542 "},"ĕ":{"x_min":82,"x_max":597.328125,"ha":663,"o":"m 343 790 q 228 830 274 790 q 178 937 178 871 q 179 952 178 944 l 180 966 l 188 973 l 256 973 l 263 966 l 263 954 q 343 873 263 873 q 424 954 424 873 l 424 966 l 430 974 l 497 974 l 506 966 l 507 952 q 509 937 509 944 q 460 830 509 872 q 343 790 413 790 m 82 456 q 155 639 82 572 q 346 703 226 703 q 535 636 469 703 q 589 497 589 580 q 523 343 589 397 q 360 293 462 293 q 276 304 312 293 q 223 327 246 312 q 207 341 214 334 l 195 354 q 188 365 191 359 l 186 371 l 193 319 l 193 247 q 348 83 193 83 q 500 156 456 83 l 510 159 l 593 130 l 597 121 q 354 -17 545 -17 q 82 223 82 -17 l 82 456 m 193 416 q 231 404 193 414 q 327 392 280 392 q 429 415 391 392 q 472 503 472 443 q 441 571 472 543 q 341 602 407 602 q 193 441 193 602 l 193 416 "},"ż":{"x_min":56.828125,"x_max":533,"ha":598,"o":"m 236 851 l 236 967 l 242 974 l 358 974 l 365 967 l 365 851 l 358 845 l 242 845 l 236 851 m 56 69 l 391 586 l 73 586 l 66 592 l 81 679 l 91 686 l 526 686 l 533 679 l 533 613 l 194 100 l 525 100 l 532 93 l 532 6 l 525 0 l 80 0 l 70 6 l 56 69 "},"ő":{"x_min":82,"x_max":615.109375,"ha":697,"o":"m 348 822 l 433 968 l 442 973 l 583 973 l 590 968 l 419 790 l 411 790 l 349 814 l 348 822 m 182 821 l 180 829 l 251 968 l 261 973 l 351 973 l 358 968 l 258 796 l 248 796 l 182 821 m 82 462 q 158 641 82 576 q 348 703 230 703 q 538 641 466 703 q 615 462 615 576 l 615 223 q 538 45 615 109 q 348 -17 466 -17 q 158 45 230 -17 q 82 223 82 109 l 82 462 m 193 247 q 348 83 193 83 q 504 247 504 83 l 504 440 q 348 602 504 602 q 193 440 193 602 l 193 247 "},"ž":{"x_min":57,"x_max":533,"ha":598,"o":"m 250 806 l 122 949 l 125 958 l 201 984 l 211 984 l 304 875 l 397 984 l 407 984 l 483 958 l 486 949 l 358 806 l 345 800 l 262 800 l 250 806 m 57 69 l 391 586 l 73 586 l 66 592 l 82 679 l 91 686 l 526 686 l 533 679 l 533 613 l 194 100 l 525 100 l 532 93 l 532 6 l 525 0 l 80 0 l 70 6 l 57 69 "},"Ŏ":{"x_min":99,"x_max":829,"ha":928,"o":"m 464 1018 q 349 1058 395 1018 q 299 1165 299 1099 q 300 1181 299 1172 l 301 1195 l 310 1202 l 377 1202 l 384 1195 l 384 1182 q 464 1101 384 1101 q 545 1182 545 1101 l 545 1195 l 551 1202 l 618 1202 l 627 1195 l 628 1181 q 630 1165 630 1172 q 581 1058 630 1100 q 464 1018 534 1018 m 99 607 q 200 864 99 772 q 464 952 297 952 q 727 864 630 952 q 829 607 829 772 l 829 323 q 727 69 829 159 q 464 -17 631 -17 q 200 69 296 -17 q 99 323 99 159 l 99 607 m 218 336 q 287 152 218 216 q 464 94 353 94 q 641 152 575 94 q 710 336 710 216 l 710 597 q 641 779 710 714 q 464 841 574 841 q 287 779 354 841 q 218 597 218 714 l 218 336 "},"á":{"x_min":56,"x_max":594.828125,"ha":659,"o":"m 254 817 l 253 826 l 336 968 l 346 973 l 496 973 l 503 968 l 332 790 l 324 790 l 254 817 m 56 187 q 122 339 56 284 q 217 380 159 368 q 339 392 265 392 l 387 392 q 449 405 426 392 l 449 471 q 407 576 449 544 q 306 602 372 602 q 168 561 221 602 l 157 562 l 110 632 l 113 643 q 307 703 189 703 q 486 655 422 703 q 560 491 560 601 l 560 135 l 594 13 l 587 5 l 503 -7 l 495 -1 l 455 98 q 447 80 455 95 q 418 41 436 58 q 361 1 394 14 q 267 -17 320 -17 q 124 27 181 -17 q 56 187 56 81 m 173 186 q 285 83 173 83 q 393 103 328 83 q 415 110 404 106 l 433 116 l 449 123 l 449 358 q 399 302 437 321 q 326 289 368 289 l 293 289 q 214 269 246 289 q 173 186 173 243 "},"×":{"x_min":129.234375,"x_max":643,"ha":764,"o":"m 132 180 l 311 359 l 129 541 l 130 551 l 209 610 l 219 608 l 388 439 l 565 617 l 574 617 l 634 536 l 630 526 l 466 361 l 643 184 l 643 175 l 574 107 l 565 107 l 388 282 l 209 103 l 200 103 l 132 170 l 132 180 "},"İ":{"x_min":125,"x_max":254,"ha":376,"o":"m 125 1079 l 125 1195 l 131 1202 l 247 1202 l 254 1195 l 254 1079 l 247 1073 l 131 1073 l 125 1079 m 129 924 l 135 932 l 239 946 l 246 940 l 246 6 l 239 0 l 135 0 l 129 6 l 129 924 "},"Ě":{"x_min":129,"x_max":625.171875,"ha":713,"o":"m 341 1034 l 213 1176 l 216 1186 l 293 1211 l 302 1211 l 396 1102 l 489 1211 l 498 1211 l 575 1186 l 577 1176 l 450 1034 l 437 1028 l 354 1028 l 341 1034 m 129 931 l 135 938 l 618 938 l 625 931 l 625 833 l 618 827 l 246 827 l 246 549 l 569 549 l 575 542 l 550 444 l 541 438 l 246 438 l 246 111 l 619 111 l 625 104 l 611 6 l 602 0 l 135 0 l 129 6 l 129 931 "},"K":{"x_min":129,"x_max":794.625,"ha":825,"o":"m 129 923 l 135 931 l 239 945 l 246 940 l 246 547 l 311 547 l 322 552 l 611 922 l 622 929 l 768 945 l 773 938 l 443 538 l 402 498 l 443 453 l 676 145 q 698 127 687 134 q 772 104 732 104 l 780 104 q 789 105 784 104 l 794 98 l 779 4 l 771 -2 q 758 -4 765 -4 l 746 -4 q 618 45 677 -4 q 579 83 597 62 l 316 438 l 305 444 l 246 444 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 "},"7":{"x_min":23.609375,"x_max":594.4375,"ha":632,"o":"m 459 628 l 59 628 l 51 633 l 23 721 l 27 728 l 576 728 l 581 721 l 594 666 l 218 -215 l 209 -219 l 116 -195 l 112 -188 l 459 628 "},"¨":{"x_min":196,"x_max":501,"ha":697,"o":"m 386 853 l 386 962 l 392 969 l 494 969 l 501 962 l 501 853 l 494 847 l 392 847 l 386 853 m 196 853 l 196 962 l 202 969 l 304 969 l 311 962 l 311 853 l 304 847 l 202 847 l 196 853 "},"Y":{"x_min":17.0625,"x_max":699.328125,"ha":715,"o":"m 299 411 l 17 921 l 24 930 l 140 946 l 149 940 l 335 571 l 357 516 l 381 571 l 557 921 l 564 929 l 691 946 l 699 940 l 416 411 l 416 6 l 409 0 l 305 0 l 299 6 l 299 411 "},"E":{"x_min":129,"x_max":625.171875,"ha":713,"o":"m 129 931 l 135 938 l 618 938 l 625 931 l 625 833 l 618 827 l 246 827 l 246 549 l 569 549 l 575 542 l 550 444 l 541 438 l 246 438 l 246 111 l 619 111 l 625 104 l 611 6 l 602 0 l 135 0 l 129 6 l 129 931 "},"Ô":{"x_min":99,"x_max":829,"ha":928,"o":"m 286 1043 l 283 1052 l 411 1195 l 423 1202 l 507 1202 l 519 1195 l 647 1052 l 644 1043 l 568 1018 l 558 1018 l 465 1126 l 372 1018 l 362 1018 l 286 1043 m 99 607 q 200 864 99 772 q 464 952 297 952 q 727 864 630 952 q 829 607 829 772 l 829 323 q 727 69 829 159 q 464 -17 631 -17 q 200 69 296 -17 q 99 323 99 159 l 99 607 m 218 336 q 287 152 218 216 q 464 94 352 94 q 640 152 575 94 q 710 336 710 216 l 710 597 q 640 779 710 714 q 464 841 573 841 q 287 779 354 841 q 218 597 218 714 l 218 336 "},"‹":{"x_min":61,"x_max":361,"ha":432,"o":"m 61 338 l 61 348 l 236 612 l 248 621 l 352 621 l 361 611 l 180 344 l 361 77 l 352 68 l 248 68 l 236 76 l 61 338 "},"Ï":{"x_min":33,"x_max":338,"ha":376,"o":"m 223 1081 l 223 1190 l 230 1197 l 331 1197 l 338 1190 l 338 1081 l 331 1075 l 230 1075 l 223 1081 m 33 1081 l 33 1190 l 39 1197 l 141 1197 l 148 1190 l 148 1081 l 141 1075 l 39 1075 l 33 1081 m 129 923 l 135 931 l 238 945 l 246 940 l 246 6 l 238 0 l 135 0 l 129 6 l 129 923 "},"ġ":{"x_min":54.609375,"x_max":629.34375,"ha":675,"o":"m 257 851 l 257 967 l 263 974 l 379 974 l 386 967 l 386 851 l 379 845 l 263 845 l 257 851 m 142 84 q 205 199 142 160 q 181 209 205 198 q 130 245 152 223 q 79 317 97 276 q 56 440 56 372 q 316 693 56 693 l 454 693 l 607 725 l 615 719 l 629 643 l 623 633 l 529 607 q 598 437 598 565 q 526 250 598 320 q 330 180 454 180 q 268 184 300 180 l 242 186 l 235 160 q 234 145 234 152 q 316 57 234 57 l 402 57 q 607 -126 607 57 q 525 -273 607 -219 q 346 -321 453 -321 q 54 -187 119 -321 l 57 -177 l 140 -140 l 150 -143 q 157 -155 150 -145 l 168 -168 l 186 -182 q 244 -208 210 -198 q 343 -220 287 -220 q 496 -122 496 -220 q 402 -43 496 -43 l 316 -43 q 186 -2 235 -43 q 142 84 142 33 m 324 279 q 488 440 488 279 q 324 603 488 603 q 166 440 166 603 q 324 279 166 279 "},"ķ":{"x_min":106,"x_max":635.15625,"ha":660,"o":"m 290 -65 l 399 -65 l 406 -70 l 306 -281 l 296 -285 l 249 -276 l 242 -267 l 282 -70 l 290 -65 m 106 987 l 112 995 l 210 1009 l 217 1004 l 217 436 l 228 436 l 426 673 l 436 679 l 582 693 l 589 686 l 365 441 l 333 413 l 362 380 l 514 151 l 522 142 q 543 119 532 129 q 608 95 574 95 l 618 95 q 628 96 624 95 l 635 89 l 619 0 l 612 -6 q 601 -8 607 -8 l 589 -8 q 468 35 519 -8 q 432 74 449 51 l 407 108 l 228 387 l 217 387 l 217 6 l 211 0 l 111 0 l 106 6 l 106 987 "},"±":{"x_min":131,"x_max":640.609375,"ha":764,"o":"m 317 309 l 137 309 l 131 315 l 131 403 l 137 410 l 317 410 l 317 608 l 323 617 l 421 630 l 428 625 l 428 410 l 629 410 l 635 403 l 612 315 l 604 309 l 428 309 l 428 84 l 421 78 l 323 78 l 317 84 l 317 309 m 137 -30 l 635 -30 l 640 -36 l 615 -133 l 607 -140 l 137 -140 l 131 -133 l 131 -36 l 137 -30 "},"ì":{"x_min":-12.671875,"x_max":237.328125,"ha":321,"o":"m -12 968 l -5 974 l 144 974 l 154 968 l 237 827 l 235 818 l 166 791 l 158 791 l -12 968 m 104 671 l 110 679 l 208 693 l 215 688 l 215 6 l 208 0 l 110 0 l 104 6 l 104 671 "},"|":{"x_min":121,"x_max":232.109375,"ha":356,"o":"m 121 986 l 127 994 l 225 1008 l 232 1002 l 232 -299 l 225 -306 l 127 -306 l 121 -299 l 121 986 "},"§":{"x_min":49,"x_max":540,"ha":589,"o":"m 101 671 q 96 732 96 710 q 323 952 96 952 q 540 861 453 952 l 540 851 l 474 786 l 465 789 q 323 849 410 849 q 240 822 273 849 q 202 740 202 792 q 204 712 202 729 l 313 -78 l 308 -92 l 247 -140 l 239 -131 l 195 4 l 101 671 m 487 -26 q 493 -87 493 -65 q 265 -307 493 -307 q 49 -216 135 -307 l 49 -206 l 114 -141 l 123 -144 q 265 -204 178 -204 q 349 -177 315 -204 q 387 -95 387 -147 q 384 -67 387 -84 l 275 723 l 280 737 l 341 785 l 349 776 l 393 640 l 487 -26 "},"q":{"x_min":83,"x_max":594.109375,"ha":701,"o":"m 83 462 q 155 641 83 576 q 335 703 224 703 q 447 682 387 703 q 496 659 496 664 l 587 684 l 594 678 l 594 -292 l 587 -300 l 490 -314 l 483 -308 l 483 30 l 490 91 l 484 78 l 474 63 q 441 27 461 44 q 297 -17 387 -17 q 144 44 201 -17 q 83 226 83 109 l 83 462 m 194 245 q 238 119 194 160 q 344 83 277 83 q 416 96 363 83 l 483 115 l 483 455 q 340 602 483 602 q 194 438 194 602 l 194 245 "},"b":{"x_min":106,"x_max":617.109375,"ha":700,"o":"m 106 987 l 112 996 l 210 1010 l 217 1004 l 217 655 l 210 594 l 215 607 l 225 622 q 258 658 239 641 q 403 703 312 703 q 556 641 499 703 q 617 459 617 576 l 617 223 q 544 45 617 109 q 364 -17 475 -17 q 251 2 311 -17 q 202 20 202 17 l 112 8 l 106 14 l 106 987 m 217 108 q 258 95 217 105 q 353 83 310 83 q 506 247 506 83 l 506 440 q 461 566 506 525 q 356 602 422 602 q 285 589 336 602 l 217 571 l 217 108 "},"®":{"x_min":67,"x_max":589,"ha":656,"o":"m 327 405 q 150 462 223 405 q 67 633 67 523 l 67 724 q 150 896 67 832 q 328 952 223 952 q 507 896 433 952 q 589 724 589 832 l 589 634 q 507 461 589 524 q 327 405 433 405 m 328 462 q 466 506 414 462 q 525 649 525 556 l 525 707 q 466 851 525 802 q 328 895 414 895 q 190 851 243 895 q 131 707 131 802 l 131 649 q 190 506 131 556 q 328 462 243 462 m 232 523 l 232 831 l 238 838 l 325 838 q 404 818 376 838 q 442 739 442 794 q 366 650 442 665 l 414 588 q 444 577 423 577 l 448 577 l 455 570 l 448 523 l 442 517 l 425 517 q 359 557 384 517 l 301 646 l 299 646 l 299 523 l 292 517 l 238 517 l 232 523 m 325 698 q 375 739 375 698 q 325 778 375 778 l 299 778 l 299 698 l 325 698 "},"Ŋ":{"x_min":129,"x_max":851,"ha":982,"o":"m 129 923 l 135 932 l 239 946 l 248 940 l 684 283 l 734 188 l 734 923 l 740 932 l 844 946 l 851 940 l 851 -55 q 692 -304 851 -255 q 620 -314 661 -314 l 613 -308 l 596 -219 l 602 -213 q 656 -204 636 -213 q 713 -151 691 -187 q 739 -47 739 -108 l 739 -1 l 282 690 l 246 757 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 "},"Ũ":{"x_min":119,"x_max":844,"ha":965,"o":"m 284 1087 l 284 1097 q 416 1189 341 1189 q 495 1157 457 1189 q 552 1125 532 1125 q 619 1170 573 1125 l 628 1173 l 679 1136 l 679 1126 q 544 1035 627 1035 q 466 1066 505 1035 q 409 1097 428 1097 q 343 1052 384 1097 l 334 1050 l 284 1087 m 119 923 l 125 932 l 229 946 l 236 940 l 236 335 q 306 152 236 216 q 481 94 372 94 q 659 152 595 94 q 727 335 727 216 l 727 923 l 733 932 l 837 946 l 844 940 l 844 323 q 481 -17 844 -17 q 217 69 312 -17 q 119 323 119 158 l 119 923 "},"L":{"x_min":129,"x_max":651.5625,"ha":659,"o":"m 129 923 l 135 932 l 239 945 l 246 940 l 246 111 l 646 111 l 651 104 l 626 6 l 618 0 l 135 0 l 129 6 l 129 923 "},"ď":{"x_min":83,"x_max":845.5,"ha":746,"o":"m 83 462 q 155 641 83 576 q 335 703 223 703 q 488 655 422 703 l 483 716 l 483 987 l 490 996 l 587 1010 l 594 1004 l 594 135 l 628 13 l 621 5 l 537 -7 l 529 -1 l 488 98 q 433 21 473 51 q 295 -17 380 -17 q 83 227 83 -17 l 83 462 m 681 796 l 721 993 l 730 999 l 838 999 l 845 993 l 745 782 l 735 778 l 688 787 l 681 796 m 194 251 q 238 121 194 165 q 341 83 276 83 q 379 88 354 83 l 426 102 q 448 109 437 105 l 483 121 l 483 455 q 340 602 483 602 q 194 440 194 602 l 194 251 "}," ":{"x_min":0,"x_max":0,"ha":346},"ŧ":{"x_min":60,"x_max":530.78125,"ha":557,"o":"m 142 371 l 73 371 l 67 377 l 67 458 l 73 465 l 142 465 l 142 585 l 67 585 l 60 592 l 60 679 l 67 686 l 147 686 l 160 826 l 166 834 l 246 845 l 253 840 l 253 686 l 483 686 l 490 679 l 464 592 l 454 585 l 253 585 l 253 465 l 462 465 l 469 458 l 450 377 l 440 371 l 253 371 l 253 251 q 375 86 253 86 q 414 92 393 86 q 446 108 429 98 q 478 129 478 124 l 487 127 l 530 48 l 528 38 q 365 -17 448 -17 q 205 48 266 -17 q 142 243 142 117 l 142 371 "},"À":{"x_min":16.671875,"x_max":802.78125,"ha":819,"o":"m 243 1195 l 250 1201 l 400 1201 l 409 1195 l 493 1054 l 491 1045 l 422 1018 l 413 1018 l 243 1195 m 340 923 l 348 930 l 465 945 l 473 940 l 802 6 l 798 0 l 687 0 l 679 6 l 602 230 l 215 230 l 140 6 l 133 0 l 20 0 l 16 6 l 340 923 m 568 336 l 423 763 l 409 823 l 395 763 l 251 336 l 568 336 "},"+":{"x_min":131,"x_max":635.046875,"ha":764,"o":"m 317 308 l 137 308 l 131 314 l 131 402 l 137 409 l 317 409 l 317 607 l 323 616 l 421 629 l 428 624 l 428 409 l 629 409 l 635 402 l 612 314 l 604 308 l 428 308 l 428 83 l 421 77 l 323 77 l 317 83 l 317 308 "},"½":{"x_min":59.71875,"x_max":1040.453125,"ha":1107,"o":"m 59 377 l 59 450 l 66 457 l 196 457 l 196 852 l 101 852 l 93 858 l 75 931 l 80 938 l 281 938 l 288 931 l 288 457 l 421 457 l 426 450 l 408 377 l 400 371 l 66 371 l 59 377 m 579 686 l 588 692 l 662 679 l 668 671 l 457 6 l 448 0 l 367 0 l 362 6 l 579 686 m 670 49 q 711 134 670 87 q 753 177 728 152 l 846 265 q 886 311 869 290 q 925 401 925 361 q 843 488 925 488 q 735 418 783 488 l 728 418 l 668 461 l 668 468 q 679 485 668 469 q 712 521 694 504 q 768 557 739 544 q 846 574 805 574 q 966 531 916 574 q 1021 405 1021 483 q 987 302 1021 355 q 911 212 961 261 l 832 138 q 786 86 793 102 l 1034 86 l 1040 79 l 1021 6 l 1012 0 l 688 0 l 679 6 l 670 49 "},"Ë":{"x_min":129,"x_max":625.171875,"ha":713,"o":"m 426 1081 l 426 1190 l 432 1197 l 534 1197 l 541 1190 l 541 1081 l 534 1075 l 432 1075 l 426 1081 m 236 1081 l 236 1190 l 243 1197 l 344 1197 l 351 1190 l 351 1081 l 344 1075 l 243 1075 l 236 1081 m 129 931 l 135 938 l 618 938 l 625 931 l 625 833 l 618 827 l 246 827 l 246 549 l 569 549 l 574 542 l 549 444 l 541 438 l 246 438 l 246 111 l 619 111 l 625 104 l 611 6 l 602 0 l 135 0 l 129 6 l 129 931 "},"'":{"x_min":79,"x_max":187,"ha":266,"o":"m 79 695 l 79 931 l 79 938 l 187 938 l 187 931 l 187 695 l 173 689 l 94 689 l 79 695 "},"Š":{"x_min":66.609375,"x_max":627,"ha":705,"o":"m 303 1034 l 176 1176 l 178 1186 l 255 1211 l 264 1211 l 357 1102 l 451 1211 l 460 1211 l 537 1186 l 539 1176 l 412 1034 l 399 1028 l 316 1028 l 303 1034 m 66 75 l 123 153 l 135 155 q 325 94 206 94 q 453 130 406 94 q 508 253 508 171 q 442 372 508 327 q 375 408 417 390 l 300 438 q 224 473 252 457 q 158 519 184 494 q 93 685 93 582 q 176 881 93 806 q 370 952 254 952 q 464 942 419 952 q 537 921 502 935 q 585 899 564 911 q 609 882 602 889 l 610 872 l 557 792 l 546 790 q 375 841 480 841 q 212 689 212 841 q 277 578 212 621 q 344 544 300 562 l 420 514 q 495 479 466 496 q 561 429 535 455 q 627 255 627 363 q 527 41 627 112 q 321 -17 445 -17 q 198 3 266 -17 q 69 66 119 27 l 66 75 "},"ĳ":{"x_min":96,"x_max":572,"ha":668,"o":"m 443 851 l 443 967 l 450 974 l 565 974 l 572 967 l 572 851 l 565 845 l 450 845 l 443 851 m 96 851 l 96 967 l 102 974 l 217 974 l 225 967 l 225 851 l 217 845 l 102 845 l 96 851 m 225 -176 q 254 -198 225 -180 q 288 -214 270 -208 q 332 -220 309 -220 q 411 -183 378 -220 q 451 -54 451 -137 l 451 671 l 458 679 l 556 693 l 563 687 l 563 -62 q 337 -321 563 -321 q 247 -305 288 -321 q 176 -266 211 -291 l 173 -258 l 217 -177 l 225 -176 m 104 671 l 110 679 l 208 693 l 215 687 l 215 6 l 208 0 l 110 0 l 104 6 l 104 671 "},"˛":{"x_min":229,"x_max":470.390625,"ha":700,"o":"m 229 -168 q 262 -72 229 -118 q 337 -6 290 -36 q 376 17 355 6 q 410 34 393 27 q 444 47 444 49 l 470 28 l 431 -9 q 388 -52 405 -34 q 342 -149 342 -108 q 439 -223 342 -223 l 446 -232 l 431 -297 l 424 -304 q 284 -267 339 -304 q 229 -168 229 -231 "},"ð":{"x_min":83,"x_max":614.953125,"ha":694,"o":"m 83 420 q 155 599 83 534 q 335 661 223 661 q 488 613 421 661 l 488 651 q 439 812 488 744 l 289 736 l 281 738 l 249 802 l 251 812 l 374 874 q 255 941 331 905 l 249 951 l 280 1025 l 291 1030 q 473 926 403 984 l 573 977 l 581 976 l 614 911 l 612 902 l 534 861 q 594 679 594 777 l 594 223 q 523 45 594 109 q 335 -17 453 -17 q 155 45 223 -17 q 83 223 83 109 l 83 420 m 194 246 q 339 83 194 83 q 483 246 483 83 l 483 413 q 339 560 483 560 q 194 398 194 560 l 194 246 "},"ş":{"x_min":64.84375,"x_max":526,"ha":587,"o":"m 64 55 l 117 128 l 128 130 q 273 83 184 83 q 370 105 335 83 q 412 191 412 131 q 358 264 412 237 q 304 287 338 274 l 273 296 q 256 302 262 299 l 241 308 q 177 333 202 320 q 123 367 144 348 q 69 498 69 416 q 148 654 69 598 q 319 703 216 703 q 498 648 420 703 l 500 639 l 446 565 l 437 565 q 321 602 381 602 q 183 498 183 602 q 237 419 183 448 q 291 398 256 409 l 338 383 q 355 378 346 380 q 417 355 392 366 q 471 320 450 339 q 526 191 526 273 q 470 42 526 94 q 335 -12 423 -3 q 369 -54 356 -33 q 387 -115 387 -85 q 245 -245 387 -245 q 123 -200 166 -245 l 120 -191 l 138 -143 l 148 -139 q 209 -162 178 -162 q 304 -68 304 -162 q 288 -17 304 -50 l 277 -17 q 66 46 149 -17 l 64 55 "},"ı":{"x_min":104,"x_max":215.109375,"ha":321,"o":"m 104 671 l 110 679 l 208 693 l 215 687 l 215 6 l 208 0 l 110 0 l 104 6 l 104 671 "},"Ć":{"x_min":99,"x_max":801.328125,"ha":871,"o":"m 387 1054 l 470 1196 l 480 1202 l 630 1202 l 637 1196 l 466 1018 l 458 1018 l 388 1045 l 387 1054 m 99 607 q 198 864 99 772 q 462 952 296 952 q 787 760 709 952 l 783 751 l 690 713 l 680 715 q 462 841 619 841 q 287 779 352 841 q 218 597 218 714 l 218 336 q 287 152 218 216 q 462 94 351 94 q 697 223 637 94 l 706 226 l 797 191 l 801 183 q 462 -17 731 -17 q 198 69 294 -17 q 99 323 99 159 l 99 607 "},"ä":{"x_min":56,"x_max":594.828125,"ha":659,"o":"m 370 853 l 370 962 l 376 969 l 478 969 l 485 962 l 485 853 l 478 847 l 376 847 l 370 853 m 180 853 l 180 962 l 186 969 l 288 969 l 295 962 l 295 853 l 288 847 l 186 847 l 180 853 m 56 187 q 122 339 56 284 q 217 380 159 368 q 339 392 265 392 l 388 392 q 449 405 426 392 l 449 471 q 407 576 449 544 q 306 602 372 602 q 168 561 221 602 l 157 562 l 110 632 l 113 643 q 307 703 189 703 q 486 655 422 703 q 560 491 560 601 l 560 135 l 594 13 l 587 5 l 503 -7 l 494 -1 l 455 98 q 447 80 455 95 q 418 41 436 58 q 361 1 394 14 q 267 -17 320 -17 q 124 27 181 -17 q 56 187 56 81 m 173 186 q 285 83 173 83 q 393 103 328 83 q 415 110 404 106 l 433 116 l 449 123 l 449 358 q 399 302 437 321 q 326 289 368 289 l 293 289 q 214 269 246 289 q 173 186 173 243 "},"¹":{"x_min":72,"x_max":438.890625,"ha":503,"o":"m 72 513 l 72 586 l 78 593 l 208 593 l 208 988 l 113 988 l 105 994 l 87 1067 l 92 1074 l 293 1074 l 300 1067 l 300 593 l 433 593 l 438 586 l 420 513 l 412 507 l 78 507 l 72 513 "},"£":{"x_min":76.21875,"x_max":746,"ha":810,"o":"m 80 74 l 92 76 q 106 77 99 76 l 122 82 q 169 135 163 98 l 201 372 l 85 372 l 79 378 l 79 465 l 85 472 l 211 472 l 225 582 q 466 813 254 813 q 543 804 507 813 q 599 788 572 799 q 618 778 610 783 q 633 771 626 775 q 644 762 644 764 l 645 753 l 615 676 l 606 673 q 567 693 606 678 q 465 712 517 712 q 334 556 355 712 l 323 472 l 548 472 l 554 465 l 529 378 l 521 372 l 312 372 l 286 165 l 269 96 l 302 96 q 366 87 333 96 l 479 47 q 535 39 510 39 q 610 65 580 39 q 643 158 643 97 q 636 208 643 183 l 629 229 l 634 237 l 718 254 l 727 249 q 746 154 746 193 q 687 -8 746 48 q 547 -61 633 -61 q 482 -51 518 -61 l 355 -9 q 290 0 319 0 q 181 -11 252 0 l 119 -23 l 110 -19 l 76 66 l 80 74 "},"ů":{"x_min":99,"x_max":644.828125,"ha":720,"o":"m 368 790 q 256 881 256 790 l 256 899 q 368 990 256 990 q 481 899 481 990 l 481 881 q 368 790 481 790 m 368 844 q 420 890 420 844 q 368 936 420 936 q 317 890 317 936 q 368 844 317 844 m 99 670 l 105 678 l 203 692 l 210 687 l 210 251 q 254 121 210 164 q 357 83 292 83 q 394 88 369 83 l 442 102 q 464 109 453 105 l 499 121 l 499 670 l 505 678 l 603 692 l 610 687 l 610 135 l 644 13 l 637 5 l 553 -7 l 544 -1 l 504 98 q 449 21 489 51 q 311 -17 396 -17 q 99 227 99 -17 l 99 670 "},"Ō":{"x_min":99,"x_max":829,"ha":928,"o":"m 307 1078 l 307 1159 l 313 1166 l 625 1166 l 630 1159 l 614 1078 l 605 1072 l 313 1072 l 307 1078 m 99 607 q 200 864 99 772 q 464 952 297 952 q 727 864 630 952 q 829 607 829 772 l 829 323 q 727 69 829 159 q 464 -17 631 -17 q 200 69 296 -17 q 99 323 99 159 l 99 607 m 218 336 q 287 152 218 216 q 464 94 352 94 q 640 152 575 94 q 710 336 710 216 l 710 597 q 640 779 710 714 q 464 841 573 841 q 287 779 354 841 q 218 597 218 714 l 218 336 "},"W":{"x_min":19.65625,"x_max":1188.046875,"ha":1209,"o":"m 19 922 l 26 930 l 136 946 l 144 940 l 359 247 l 387 144 l 408 247 l 553 762 l 553 923 l 559 932 l 663 946 l 670 940 l 670 746 l 806 247 l 826 144 l 851 247 l 1050 921 l 1057 929 l 1179 946 l 1188 940 l 875 -2 l 865 -9 l 765 9 l 757 18 l 626 487 l 607 580 l 587 487 l 448 -2 l 439 -9 l 336 9 l 328 18 l 19 922 "},"Ğ":{"x_min":99,"x_max":827,"ha":908,"o":"m 464 1018 q 349 1058 395 1018 q 299 1165 299 1099 q 300 1181 299 1172 l 301 1195 l 310 1202 l 377 1202 l 384 1195 l 384 1182 q 464 1101 384 1101 q 545 1182 545 1101 l 545 1195 l 551 1202 l 618 1202 l 627 1195 l 628 1181 q 630 1165 630 1172 q 581 1058 630 1100 q 464 1018 534 1018 m 99 607 q 199 864 99 772 q 462 952 296 952 q 788 760 710 952 l 783 751 l 690 712 l 681 715 q 462 841 620 841 q 287 779 353 841 q 218 597 218 714 l 218 336 q 287 152 218 216 q 463 94 351 94 q 641 152 575 94 q 710 336 710 216 l 710 368 l 550 368 l 542 374 l 528 472 l 533 479 l 820 479 l 827 472 l 827 323 q 463 -17 827 -17 q 199 69 294 -17 q 99 323 99 159 l 99 607 "},"v":{"x_min":19.4375,"x_max":625,"ha":642,"o":"m 19 671 l 26 679 l 133 693 l 140 687 l 304 188 l 323 115 l 343 188 l 501 672 l 509 679 l 620 693 l 625 686 l 370 -4 l 361 -9 l 276 9 l 266 18 l 19 671 "},">":{"x_min":106,"x_max":686.546875,"ha":764,"o":"m 106 100 l 112 109 l 572 348 l 112 576 l 106 586 l 106 684 l 112 690 l 682 405 l 686 394 l 664 287 l 656 279 l 112 -4 l 106 1 l 106 100 "},"û":{"x_min":99,"x_max":644.828125,"ha":720,"o":"m 187 815 l 185 824 l 312 966 l 325 973 l 408 973 l 421 966 l 549 824 l 546 815 l 469 790 l 460 790 l 367 898 l 274 790 l 264 790 l 187 815 m 99 670 l 105 678 l 203 692 l 210 687 l 210 251 q 254 121 210 164 q 357 83 292 83 q 394 88 369 83 l 442 102 q 464 109 453 105 l 499 121 l 499 670 l 505 678 l 603 692 l 610 687 l 610 135 l 644 13 l 637 5 l 553 -7 l 544 -1 l 504 98 q 449 21 489 51 q 311 -17 396 -17 q 99 227 99 -17 l 99 670 "},"Ź":{"x_min":62.546875,"x_max":660,"ha":731,"o":"m 297 1045 l 295 1054 l 379 1196 l 388 1201 l 538 1201 l 545 1196 l 375 1018 l 366 1018 l 297 1045 m 62 74 l 509 827 l 84 827 l 79 833 l 93 931 l 101 938 l 652 938 l 660 931 l 660 863 l 213 111 l 650 111 l 657 104 l 657 6 l 650 0 l 84 0 l 76 6 l 62 74 "},"Ų":{"x_min":119,"x_max":844,"ha":966,"o":"m 119 923 l 125 931 l 229 945 l 236 940 l 236 335 q 306 152 236 216 q 481 94 372 94 q 659 152 595 94 q 727 335 727 216 l 727 923 l 733 931 l 837 945 l 844 940 l 844 323 q 799 144 844 219 q 754 84 781 112 q 703 37 733 62 l 652 -4 q 608 -44 623 -28 q 564 -150 564 -92 q 657 -224 564 -224 l 664 -236 l 649 -298 l 637 -305 q 504 -268 557 -305 q 447 -169 447 -230 q 477 -79 447 -122 q 544 -12 501 -43 q 481 -17 513 -17 q 217 69 312 -17 q 119 323 119 158 l 119 923 "},"Ŵ":{"x_min":19.65625,"x_max":1188.046875,"ha":1209,"o":"m 423 1052 l 551 1194 l 564 1201 l 647 1201 l 660 1194 l 788 1052 l 785 1042 l 708 1018 l 699 1018 l 605 1126 l 512 1018 l 503 1018 l 426 1042 l 423 1052 m 19 922 l 26 930 l 136 945 l 144 940 l 359 246 l 387 144 l 408 246 l 553 762 l 553 923 l 559 931 l 663 945 l 670 940 l 670 745 l 806 246 l 826 144 l 851 246 l 1050 920 l 1057 929 l 1179 945 l 1188 940 l 875 -3 l 865 -10 l 765 9 l 757 17 l 626 487 l 607 580 l 587 487 l 448 -3 l 439 -10 l 336 9 l 328 17 l 19 922 "},"Ð":{"x_min":77.28125,"x_max":831,"ha":930,"o":"m 148 411 l 84 411 l 77 417 l 77 515 l 84 522 l 148 522 l 148 931 l 154 938 l 461 938 q 729 850 631 938 q 831 597 831 760 l 831 337 q 729 84 831 173 q 461 0 632 0 l 154 0 l 148 6 l 148 411 m 462 111 q 639 167 574 111 q 712 350 712 230 l 712 584 q 639 767 712 703 q 462 827 573 827 l 265 827 l 265 522 l 441 522 l 446 515 l 421 417 l 413 411 l 265 411 l 265 111 l 462 111 "},"Ĺ":{"x_min":121.78125,"x_max":666.5625,"ha":658,"o":"m 123 1045 l 121 1054 l 205 1196 l 215 1201 l 365 1201 l 372 1196 l 201 1018 l 192 1018 l 123 1045 m 144 923 l 150 931 l 254 945 l 261 940 l 261 111 l 661 111 l 666 104 l 641 6 l 633 0 l 150 0 l 144 6 l 144 923 "},"r":{"x_min":75.28125,"x_max":411.390625,"ha":429,"o":"m 110 542 l 75 672 l 82 680 l 166 693 l 175 687 l 214 590 l 218 600 q 225 615 221 608 q 257 653 239 636 q 314 687 282 675 q 404 703 354 703 l 411 694 l 390 578 l 380 571 q 308 584 355 584 q 221 571 265 584 l 221 6 l 214 0 l 116 0 l 110 6 l 110 542 "},"Č":{"x_min":99,"x_max":801.328125,"ha":871,"o":"m 412 1034 l 284 1176 l 287 1186 l 363 1211 l 373 1211 l 466 1102 l 559 1211 l 569 1211 l 645 1186 l 648 1176 l 520 1034 l 508 1028 l 424 1028 l 412 1034 m 99 607 q 198 864 99 772 q 462 952 296 952 q 787 760 709 952 l 783 751 l 690 713 l 680 715 q 462 841 619 841 q 287 779 352 841 q 218 597 218 714 l 218 336 q 287 152 218 216 q 462 94 351 94 q 697 223 637 94 l 706 226 l 797 191 l 801 183 q 462 -17 731 -17 q 198 69 294 -17 q 99 323 99 159 l 99 607 "},"x":{"x_min":37.5,"x_max":640.28125,"ha":676,"o":"m 272 347 l 48 671 l 55 679 l 156 693 l 166 687 l 315 457 l 336 419 l 355 457 l 494 672 l 505 679 l 622 693 l 630 687 l 401 352 l 640 6 l 634 0 l 520 0 l 509 6 l 355 244 l 336 279 l 318 244 l 165 6 l 154 0 l 43 0 l 37 6 l 272 347 "},"è":{"x_min":82,"x_max":597.328125,"ha":663,"o":"m 170 968 l 177 973 l 327 973 l 337 968 l 420 826 l 419 817 l 349 790 l 341 790 l 170 968 m 82 456 q 155 639 82 572 q 345 703 226 703 q 534 636 469 703 q 589 497 589 580 q 523 343 589 397 q 359 293 462 293 q 276 304 312 293 q 223 327 245 312 q 206 341 213 334 l 195 354 q 188 365 191 359 l 186 371 l 193 319 l 193 247 q 348 83 193 83 q 499 156 456 83 l 509 159 l 593 130 l 597 121 q 354 -17 545 -17 q 82 223 82 -17 l 82 456 m 193 416 q 231 404 193 414 q 327 392 280 392 q 429 415 391 392 q 472 503 472 443 q 441 571 472 543 q 341 602 406 602 q 193 441 193 602 l 193 416 "},"Ø":{"x_min":99,"x_max":829,"ha":928,"o":"m 198 69 q 99 323 99 157 l 99 607 q 200 864 99 772 q 464 952 297 952 q 676 902 589 952 l 712 964 l 722 967 l 790 942 l 793 935 l 743 849 q 829 607 829 756 l 829 323 q 727 69 829 159 q 463 -17 631 -17 q 268 23 351 -17 l 223 -53 l 215 -55 l 152 -21 l 150 -14 l 198 69 m 616 797 q 464 841 555 841 q 287 779 354 841 q 218 597 218 714 l 218 336 q 262 180 218 240 l 616 797 m 326 124 q 464 94 383 94 q 640 152 575 94 q 710 336 710 216 l 710 597 q 676 733 710 675 l 326 124 "},"Ń":{"x_min":129,"x_max":851,"ha":982,"o":"m 422 1054 l 505 1196 l 514 1202 l 664 1202 l 671 1196 l 501 1018 l 492 1018 l 423 1045 l 422 1054 m 129 923 l 135 931 l 239 945 l 248 940 l 697 262 l 734 195 l 734 923 l 740 931 l 844 945 l 851 940 l 851 6 l 844 0 l 745 0 l 734 6 l 282 690 l 246 756 l 246 6 l 239 0 l 135 0 l 129 6 l 129 923 "},"÷":{"x_min":131,"x_max":641.28125,"ha":765,"o":"m 309 507 l 309 638 l 315 645 l 444 645 l 451 638 l 451 507 l 444 501 l 315 501 l 309 507 m 131 294 l 131 391 l 137 398 l 635 398 l 641 391 l 616 294 l 607 288 l 137 288 l 131 294 m 309 179 l 315 186 l 444 186 l 451 179 l 451 48 l 444 42 l 315 42 l 309 48 l 309 179 "},"h":{"x_min":106,"x_max":624,"ha":725,"o":"m 106 987 l 112 996 l 210 1010 l 217 1004 l 217 655 l 210 594 l 215 607 l 226 622 q 261 658 240 641 q 321 689 287 677 q 410 703 361 703 q 562 641 505 703 q 624 462 624 577 l 624 6 l 617 0 l 519 0 l 512 6 l 512 440 q 468 566 512 525 q 362 602 429 602 q 287 589 343 602 l 217 571 l 217 6 l 210 0 l 112 0 l 106 6 l 106 987 "},".":{"x_min":93,"x_max":235,"ha":328,"o":"m 93 137 l 99 144 l 228 144 l 235 137 l 235 6 l 228 0 l 99 0 l 93 6 l 93 137 "},"f":{"x_min":43,"x_max":528.890625,"ha":450,"o":"m 140 586 l 49 586 l 43 592 l 43 679 l 49 686 l 140 686 l 140 831 q 217 1002 140 940 q 391 1060 288 1060 q 527 1027 466 1060 l 528 1018 l 476 941 l 466 938 q 391 954 433 954 q 294 926 331 954 q 251 837 251 894 l 251 686 l 469 686 l 476 679 l 449 592 l 440 586 l 251 586 l 251 -165 l 223 -305 l 215 -315 l 146 -275 l 140 -262 l 140 586 "},"“":{"x_min":55.5625,"x_max":456.9375,"ha":517,"o":"m 269 692 l 388 938 l 398 944 l 451 930 l 456 920 l 416 686 l 273 686 l 269 692 m 55 692 l 175 938 l 184 944 l 237 930 l 243 920 l 202 692 l 193 686 l 59 686 l 55 692 "},"A":{"x_min":16.671875,"x_max":802.78125,"ha":819,"o":"m 340 923 l 348 930 l 465 945 l 473 940 l 802 6 l 798 0 l 687 0 l 679 6 l 602 230 l 215 230 l 140 6 l 133 0 l 20 0 l 16 6 l 340 923 m 568 336 l 423 763 l 409 823 l 395 763 l 251 336 l 568 336 "},"‘":{"x_min":55.5625,"x_max":243.0625,"ha":303,"o":"m 55 692 l 175 938 l 184 944 l 237 930 l 243 920 l 202 692 l 193 686 l 59 686 l 55 692 "},"O":{"x_min":99,"x_max":829,"ha":928,"o":"m 99 607 q 200 864 99 772 q 464 952 297 952 q 727 864 630 952 q 829 607 829 772 l 829 323 q 727 69 829 159 q 464 -17 631 -17 q 200 69 296 -17 q 99 323 99 159 l 99 607 m 218 336 q 287 152 218 216 q 464 94 352 94 q 640 152 575 94 q 710 336 710 216 l 710 597 q 640 779 710 714 q 464 841 573 841 q 287 779 354 841 q 218 597 218 714 l 218 336 "},"Đ":{"x_min":77.28125,"x_max":831,"ha":930,"o":"m 148 411 l 84 411 l 77 417 l 77 515 l 84 522 l 148 522 l 148 931 l 154 938 l 461 938 q 729 850 631 938 q 831 597 831 760 l 831 337 q 729 84 831 173 q 461 0 632 0 l 154 0 l 148 6 l 148 411 m 462 111 q 639 167 574 111 q 712 350 712 230 l 712 584 q 639 767 712 703 q 462 827 573 827 l 265 827 l 265 522 l 441 522 l 446 515 l 421 417 l 413 411 l 265 411 l 265 111 l 462 111 "},"3":{"x_min":33,"x_max":640,"ha":723,"o":"m 105 1 l 115 1 q 129 -18 115 0 q 169 -58 147 -40 q 237 -100 201 -86 q 331 -119 281 -119 q 467 -74 412 -119 q 528 53 528 -25 l 528 73 q 298 237 528 237 l 237 237 l 231 243 l 255 330 l 263 337 l 298 337 q 459 380 407 337 q 505 490 505 417 q 450 608 505 567 q 324 644 403 644 q 238 628 278 644 q 177 594 205 614 q 141 558 156 577 q 129 543 129 544 l 117 543 l 48 592 l 47 602 q 63 624 47 605 q 113 673 84 650 q 199 721 152 703 q 324 744 257 744 q 534 677 455 744 q 616 489 616 609 q 582 369 616 426 q 491 284 548 307 q 640 92 640 237 l 640 39 q 546 -151 640 -78 q 335 -220 459 -220 q 195 -194 260 -220 q 102 -139 144 -175 q 70 -110 85 -126 l 49 -85 q 33 -60 33 -62 l 34 -49 l 105 1 "},"9":{"x_min":74,"x_max":674,"ha":785,"o":"m 161 -6 l 173 -6 q 185 -24 173 -7 q 222 -62 201 -44 q 283 -101 251 -88 q 365 -119 322 -119 q 500 -76 447 -119 q 562 72 562 -26 l 562 172 l 571 236 q 561 220 571 234 q 529 183 549 200 q 465 147 501 160 q 365 131 421 131 q 167 192 244 131 q 74 403 74 265 l 74 474 q 167 681 74 610 q 374 744 247 744 q 580 681 500 744 q 674 474 674 610 l 674 52 q 582 -143 674 -65 q 365 -220 493 -220 q 240 -196 299 -220 q 154 -143 194 -176 q 105 -90 126 -119 q 89 -67 89 -69 l 89 -57 l 161 -6 m 371 234 q 494 247 444 234 q 562 278 530 257 l 562 450 q 508 596 562 545 q 374 644 457 644 q 185 450 185 644 l 185 428 q 239 282 185 334 q 371 234 289 234 "},"l":{"x_min":103,"x_max":287.71875,"ha":343,"o":"m 103 987 l 109 995 l 207 1009 l 214 1004 l 214 159 q 237 108 214 123 q 258 99 246 102 q 276 97 266 97 l 282 97 l 287 90 l 272 2 l 265 -4 l 254 -4 q 237 -3 246 -4 q 215 0 225 -3 q 164 19 186 5 q 103 152 103 58 l 103 987 "},"4":{"x_min":33.328125,"x_max":738.890625,"ha":746,"o":"m 33 117 l 464 715 l 473 721 l 554 735 l 561 729 l 561 142 l 733 142 l 738 135 l 713 48 l 705 42 l 561 42 l 561 -202 l 554 -210 l 456 -224 l 450 -219 l 450 42 l 61 42 l 54 48 l 33 117 m 451 142 l 451 476 l 451 525 l 429 483 l 197 167 l 176 142 l 451 142 "},"Ť":{"x_min":22,"x_max":685.9375,"ha":690,"o":"m 288 1034 l 160 1176 l 163 1186 l 239 1211 l 249 1211 l 342 1102 l 435 1211 l 445 1211 l 522 1186 l 524 1176 l 397 1034 l 384 1028 l 300 1028 l 288 1034 m 287 827 l 28 827 l 22 833 l 22 931 l 28 938 l 680 938 l 685 931 l 660 833 l 652 827 l 404 827 l 404 6 l 397 0 l 293 0 l 287 6 l 287 827 "},"Ś":{"x_min":66.609375,"x_max":627,"ha":705,"o":"m 287 1045 l 285 1054 l 369 1196 l 378 1202 l 528 1202 l 535 1196 l 364 1018 l 356 1018 l 287 1045 m 66 75 l 123 153 l 135 155 q 325 94 206 94 q 453 130 406 94 q 508 253 508 171 q 442 372 508 327 q 375 408 417 390 l 300 438 q 224 473 252 457 q 158 519 184 494 q 93 685 93 582 q 176 881 93 806 q 370 952 254 952 q 464 942 419 952 q 537 921 502 935 q 585 899 564 911 q 609 882 602 889 l 610 872 l 557 792 l 546 790 q 375 841 480 841 q 212 689 212 841 q 277 578 212 621 q 344 544 300 562 l 420 514 q 495 479 466 496 q 561 429 535 455 q 627 255 627 363 q 527 41 627 112 q 321 -17 445 -17 q 198 3 266 -17 q 69 66 119 27 l 66 75 "},"Ü":{"x_min":119,"x_max":844,"ha":965,"o":"m 519 1081 l 519 1190 l 525 1197 l 627 1197 l 634 1190 l 634 1081 l 627 1075 l 525 1075 l 519 1081 m 329 1081 l 329 1190 l 335 1197 l 437 1197 l 444 1190 l 444 1081 l 437 1075 l 335 1075 l 329 1081 m 119 923 l 125 931 l 229 945 l 236 940 l 236 335 q 306 152 236 216 q 481 94 371 94 q 658 152 595 94 q 727 335 727 216 l 727 923 l 733 931 l 837 945 l 844 940 l 844 323 q 481 -17 844 -17 q 217 69 312 -17 q 119 323 119 158 l 119 923 "},"à":{"x_min":56,"x_max":594.828125,"ha":659,"o":"m 160 968 l 167 973 l 317 973 l 326 968 l 410 826 l 408 817 l 339 790 l 331 790 l 160 968 m 56 187 q 122 339 56 284 q 217 380 159 368 q 339 392 265 392 l 387 392 q 449 405 426 392 l 449 471 q 407 576 449 544 q 306 602 372 602 q 168 561 221 602 l 157 562 l 110 632 l 113 643 q 307 703 189 703 q 486 655 422 703 q 560 491 560 601 l 560 135 l 594 13 l 587 5 l 503 -7 l 495 -1 l 455 98 q 447 80 455 95 q 418 41 436 58 q 361 1 394 14 q 267 -17 320 -17 q 124 27 181 -17 q 56 187 56 81 m 173 186 q 285 83 173 83 q 393 103 328 83 q 415 110 404 106 l 433 116 l 449 123 l 449 358 q 399 302 437 321 q 326 289 368 289 l 293 289 q 214 269 246 289 q 173 186 173 243 "},"ó":{"x_min":82,"x_max":615.109375,"ha":697,"o":"m 275 817 l 273 826 l 356 968 l 366 973 l 516 973 l 523 968 l 352 790 l 344 790 l 275 817 m 82 462 q 158 641 82 576 q 348 703 230 703 q 538 641 466 703 q 615 462 615 576 l 615 223 q 538 45 615 109 q 348 -17 466 -17 q 158 45 230 -17 q 82 223 82 109 l 82 462 m 193 247 q 348 83 193 83 q 504 247 504 83 l 504 440 q 348 602 504 602 q 193 440 193 602 l 193 247 "},"ŗ":{"x_min":65.5625,"x_max":411.390625,"ha":429,"o":"m 110 542 l 75 672 l 82 680 l 166 693 l 175 687 l 214 590 l 218 600 q 225 615 221 608 q 257 653 239 636 q 314 687 282 675 q 404 703 354 703 l 411 694 l 390 578 l 380 571 q 308 584 355 584 q 221 571 265 584 l 221 6 l 214 0 l 116 0 l 110 6 l 110 542 m 114 -65 l 222 -65 l 229 -70 l 129 -281 l 119 -285 l 72 -276 l 65 -267 l 105 -70 l 114 -65 "}},"cssFontWeight":"normal","ascender":1306,"underlinePosition":-29,"cssFontStyle":"normal","boundingBox":{"yMin":-321,"xMin":-173.390625,"yMax":1225,"xMax":1321},"resolution":1000,"original_font_information":{"postscript_name":"Anivers-Regular","version_string":"1.000","vendor_url":"http://www.josbuivenga.demon.nl","full_font_name":"Anivers-Regular","font_family_name":"Anivers","copyright":"Copyright (c) 2008 by Jos Buivenga. All rights reserved.","description":"Spaced and kerned with iKern.","trademark":"Anivers is a trademark of Jos Buivenga.","designer":"Jos Buivenga","designer_url":"http://www.josbuivenga.demon.nl","unique_font_identifier":"FONTLAB:OTFEXPORT","license_url":"","license_description":"","manufacturer_name":"Jos Buivenga","font_sub_family_name":"Regular"},"descender":-362,"familyName":"Anivers","lineHeight":1667,"underlineThickness":54});