var MooTools={version:"1.2.5",build:"008d8f0f2fcc2044e54fdd3635341aaab274e757"};var Native=function(l){l=l||{};var a=l.name;var j=l.legacy;var b=l.protect;var c=l.implement;var i=l.generics;var g=l.initialize;var h=l.afterImplement||function(){};var d=g||j;i=i!==false;d.constructor=Native;d.$family={name:"native"};if(j&&g){d.prototype=j.prototype}d.prototype.constructor=d;if(a){var f=a.toLowerCase();d.prototype.$family={name:f};Native.typize(d,f)}var k=function(o,m,p,n){if(!b||n||!o.prototype[m]){o.prototype[m]=p
}if(i){Native.genericize(o,m,b)}h.call(o,m,p);return o};d.alias=function(o,m,q){if(typeof o=="string"){var p=this.prototype[o];if((o=p)){return k(this,m,o,q)}}for(var n in o){this.alias(n,o[n],m)}return this};d.implement=function(n,m,q){if(typeof n=="string"){return k(this,n,m,q)}for(var o in n){k(this,o,n[o],m)}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 j in a){new Native({name:j,initialize:a[j],protect:true})}var d={"boolean":Boolean,"native":Native,object:Object};for(var c in d){Native.typize(d[c],c)}var h={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 f in h){for(var b=h[f].length;b--;){Native.genericize(a[f],h[f][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(b){if(b.item){var a=b.length,c=new Array(a);while(a--){c[a]=b[a]}return c}return Array.prototype.slice.call(b)}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($type(a)=="function")?a:function(){return a}}function $merge(){var a=Array.slice(arguments);a.unshift({});return $mixin.apply(null,a)}function $mixin(f){for(var d=1,a=arguments.length;d<a;d++){var b=arguments[d];if($type(b)!="object"){continue}for(var c in b){var h=b[c],g=f[c];
f[c]=(g&&$type(h)=="object"&&$type(g)=="object")?$mixin(g,h):$unlink(h)}}return f}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 f in c){b[f]=$unlink(c[f])}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}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,f){var c=[];for(var b=0,a=this.length;b<a;b++){if(d.call(f,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,f){var c=[];for(var b=0,a=this.length;b<a;b++){c[b]=d.call(f,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 f=0,b=this.length;f<b;f++){for(var d in c){if(c[d](this[f])){a[d]=this[f];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("")}});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]:""})}});try{delete Function.prototype.bind}catch(e){}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 f=function(){return a.apply(b.bind||null,c)};if(b.delay){return setTimeout(f,b.delay)}if(b.periodical){return setInterval(f,b.periodical)}if(b.attempt){return $try(f)}return f()}},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"]);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(a,b){if(this[a]==undefined){this[a]=b}return this},map:function(b,c){var a=new Hash;
Hash.each(this,function(f,d){a.set(d,b.call(c,f,d,this))},this);return a},filter:function(b,c){var a=new Hash;Hash.each(this,function(f,d){if(b.call(c,f,d,this)){a.set(d,f)}},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(g,f){if(a){f=a+"["+f+"]"}var d;switch($type(g)){case"object":d=Hash.toQueryString(g,f);break;case"array":var c={};g.each(function(j,h){c[h]=j});d=Hash.toQueryString(c,f);break;default:d=f+"="+encodeURIComponent(g)}if(g!=undefined){b.push(d)}});return b.join("&")}});Hash.alias({keyOf:"indexOf",hasValue:"contains"});function Class(b){if(b instanceof Function){b={initialize:b}}var a=function(){Object.reset(this);
if(a._prototyping){return this}this._current=$empty;var c=(this.initialize)?this.initialize.apply(this,arguments):this;delete this._current;delete this.caller;return c}.extend(this);a.implement(b);a.constructor=Class;a.prototype.constructor=a;return a}Function.prototype.protect=function(){this._protected=true;return this};Object.reset=function(a,c){if(c==null){for(var f in a){Object.reset(a,f)}return a}delete a[c];switch($type(a[c])){case"object":var d=function(){};d.prototype=a[c];var b=new d;a[c]=Object.reset(b);
break;case"array":a[c]=$unlink(a[c]);break}return a};new Native({name:"Class",initialize:Class}).extend({instantiate:function(b){b._prototyping=true;var a=new b;delete b._prototyping;return a},wrap:function(a,b,c){if(c._origin){c=c._origin}return function(){if(c._protected&&this._current==null){throw new Error('The method "'+b+'" cannot be called.')}var f=this.caller,g=this._current;this.caller=g;this._current=arguments.callee;var d=c.apply(this,arguments);this._current=g;this.caller=f;return d}.extend({_owner:a,_origin:c,_name:b})
}});Class.implement({implement:function(a,d){if($type(a)=="object"){for(var f in a){this.implement(f,a[f])}return this}var g=Class.Mutators[a];if(g){d=g.call(this,d);if(d==null){return this}}var c=this.prototype;switch($type(d)){case"function":if(d._hidden){return this}c[a]=Class.wrap(this,a,d);break;case"object":var b=c[a];if($type(b)=="object"){$mixin(b,d)}else{c[a]=$unlink(d)}break;case"array":c[a]=$unlink(d);break;default:c[a]=d}return this}});Class.Mutators={Extends:function(a){this.parent=a;
this.prototype=Class.instantiate(a);this.implement("parent",function(){var b=this.caller._name,c=this.caller._owner.parent.prototype[b];if(!c){throw new Error('The method "'+b+'" has no parent.')}return c.apply(this,arguments)}.protect())},Implements:function(a){$splat(a).each(function(b){if(b instanceof Function){b=Class.instantiate(b)}this.implement(b)},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){var d;if($type(c)=="object"){for(d in c){this.removeEvent(d,c[d])}return this}if(c){c=Events.removeOn(c)}for(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 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)?((document.querySelectorAll)?6:5):4)},webkit:function(){return(navigator.taintEnabled)?false:((Browser.Features.xpath)?((Browser.Features.query)?525:420):419)},gecko:function(){return(!document.getBoxObjectFor&&window.mozInnerScreenX==null)?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")},function(){return new ActiveXObject("Microsoft.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],10)||0,build:parseInt(a[2],10)||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);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 document.id(a).set(b)},afterImplement:function(a,b){Element.Prototype[a]=b;if(Array[a]){return}Elements.implement(a,function(){var c=[],h=true;for(var f=0,d=this.length;
f<d;f++){var g=this[f][a].apply(this[f],arguments);c.push(g);if(h){h=($type(g)=="element")}}return(h)?new Elements(c):c})}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var g=Array.link(arguments,{properties:Object.type,iframe:$defined});var d=g.properties||{};var c=document.id(g.iframe);var f=d.onload||$empty;delete d.onload;d.id=d.name=$pick(d.id,d.name,c?(c.id||c.name):"IFrame_"+$time());c=new Element(c||"iframe",d);
var b=function(){var h=$try(function(){return c.contentWindow.location.host});if(!h||h==window.location.host){var i=new Window(c.contentWindow);new Document(c.contentWindow.document);$extend(i.Element.prototype,Element.Prototype)}f.call(c.contentWindow,c.contentWindow.document)};var a=$try(function(){return c.contentWindow});((a&&a.document.body)||window.frames[d.id])?b():c.addListener("load",b);return c}});var Elements=new Native({initialize:function(g,b){b=$extend({ddup:true,cash:true},b);g=g||[];
if(b.ddup||b.cash){var h={},f=[];for(var c=0,a=g.length;c<a;c++){var d=document.id(g[c],!b.cash);if(b.ddup){if(h[d.uid]){continue}h[d.uid]=true}if(d){f.push(d)}}g=f}return(b.cash)?$extend(g,this):g}});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))}});(function(){var d;try{var a=document.createElement("<input name=x>");d=(a.name=="x")}catch(b){}var c=function(f){return(""+f).replace(/&/g,"&amp;").replace(/"/g,"&quot;")
};Document.implement({newElement:function(f,g){if(g&&g.checked!=null){g.defaultChecked=g.checked}if(d&&g){f="<"+f;if(g.name){f+=' name="'+c(g.name)+'"'}if(g.type){f+=' type="'+c(g.type)+'"'}f+=">";delete g.name;delete g.type}return this.id(this.createElement(f)).set(g)},newTextNode:function(f){return this.createTextNode(f)},getDocument:function(){return this},getWindow:function(){return this.window},id:(function(){var f={string:function(i,h,g){i=g.getElementById(i);return(i)?f.element(i,h):null},element:function(g,j){$uid(g);
if(!j&&!g.$family&&!(/^object|embed$/i).test(g.tagName)){var h=Element.Prototype;for(var i in h){g[i]=h[i]}}return g},object:function(h,i,g){if(h.toElement){return f.element(h.toElement(g),i)}return null}};f.textnode=f.whitespace=f.window=f.document=$arguments(0);return function(h,j,i){if(h&&h.$family&&h.uid){return h}var g=$type(h);return(f[g])?f[g](h,j,i||document):null}})()})})();if(window.$==null){Window.implement({$:function(a,b){return document.id(a,b,this.document)}})}Window.implement({$$:function(a){if(arguments.length==1&&typeof a=="string"){return this.document.getElements(a)
}var g=[];var c=Array.flatten(arguments);for(var d=0,b=c.length;d<b;d++){var f=c[d];switch($type(f)){case"element":g.push(f);break;case"string":g.extend(this.document.getElements(f,true))}}return new Elements(g)},getDocument:function(){return this.document},getWindow:function(){return this}});Native.implement([Element,Document],{getElement:function(a,b){return document.id(this.getElements(a,true)[0]||null,b)},getElements:function(a,d){a=a.split(",");var c=[];var b=(a.length>1);a.each(function(f){var g=this.getElementsByTagName(f.trim());
(b)?c.extend(g):c=g},this);return new Elements(c,{ddup:b,cash:!d})}});(function(){var i={},g={};var j={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"};var c=function(m){return(g[m]||(g[m]={}))};var h=function(o,m){if(!o){return}var n=o.uid;if(m!==true){m=false}if(Browser.Engine.trident){if(o.clearAttributes){var r=m&&o.cloneNode(false);o.clearAttributes();if(r){o.mergeAttributes(r)}}else{if(o.removeEvents){o.removeEvents()}}if((/object/i).test(o.tagName)){for(var q in o){if(typeof o[q]=="function"){o[q]=$empty
}}Element.dispose(o)}}if(!n){return}i[n]=g[n]=null};var d=function(){Hash.each(i,h);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(h)}if(window.CollectGarbage){CollectGarbage()}i=g=null};var k=function(o,m,t,n,q,s){var p=o[t||m];var r=[];while(p){if(p.nodeType==1&&(!n||Element.match(p,n))){if(!q){return document.id(p,s)}r.push(p)}p=p[m]}return(q)?new Elements(r,{ddup:false,cash:!s}):null};var f={html:"innerHTML","class":"className","for":"htmlFor",defaultValue:"defaultValue",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 l=["value","type","defaultValue","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];b=b.associate(b);Hash.extend(f,b);Hash.extend(f,l.associate(l.map(String.toLowerCase)));var a={before:function(n,m){if(m.parentNode){m.parentNode.insertBefore(n,m)}},after:function(n,m){if(!m.parentNode){return}var o=m.nextSibling;
(o)?m.parentNode.insertBefore(n,o):m.parentNode.appendChild(n)},bottom:function(n,m){m.appendChild(n)},top:function(n,m){var o=m.firstChild;(o)?m.insertBefore(n,o):m.appendChild(n)}};a.inside=a.bottom;Hash.each(a,function(m,n){n=n.capitalize();Element.implement("inject"+n,function(o){m(this,document.id(o,true));return this});Element.implement("grab"+n,function(o){m(document.id(o,true),this);return this})});Element.implement({set:function(q,n){switch($type(q)){case"object":for(var o in q){this.set(o,q[o])
}break;case"string":var m=Element.Properties.get(q);(m&&m.set)?m.set.apply(this,Array.slice(arguments,1)):this.setProperty(q,n)}return this},get:function(n){var m=Element.Properties.get(n);return(m&&m.get)?m.get.apply(this,Array.slice(arguments,1)):this.getProperty(n)},erase:function(n){var m=Element.Properties.get(n);(m&&m.erase)?m.erase.apply(this):this.removeProperty(n);return this},setProperty:function(n,o){var m=f[n];if(o==undefined){return this.removeProperty(n)}if(m&&b[n]){o=!!o}(m)?this[m]=o:this.setAttribute(n,""+o);
return this},setProperties:function(m){for(var n in m){this.setProperty(n,m[n])}return this},getProperty:function(n){var m=f[n];var o=(m)?this[m]:this.getAttribute(n,2);return(b[n])?!!o:(m)?o:o||null},getProperties:function(){var m=$A(arguments);return m.map(this.getProperty,this).associate(m)},removeProperty:function(n){var m=f[n];(m)?this[m]=(m&&b[n])?false:"":this.removeAttribute(n);return this},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this},hasClass:function(m){return this.className.contains(m," ")
},addClass:function(m){if(!this.hasClass(m)){this.className=(this.className+" "+m).clean()}return this},removeClass:function(m){this.className=this.className.replace(new RegExp("(^|\\s)"+m+"(?:\\s|$)"),"$1");return this},toggleClass:function(m){return this.hasClass(m)?this.removeClass(m):this.addClass(m)},adopt:function(){Array.flatten(arguments).each(function(m){m=document.id(m,true);if(m){this.appendChild(m)}},this);return this},appendText:function(n,m){return this.grab(this.getDocument().newTextNode(n),m)
},grab:function(n,m){a[m||"bottom"](document.id(n,true),this);return this},inject:function(n,m){a[m||"bottom"](this,document.id(n,true));return this},replaces:function(m){m=document.id(m,true);m.parentNode.replaceChild(this,m);return this},wraps:function(n,m){n=document.id(n,true);return this.replaces(n).grab(n,m)},getPrevious:function(m,n){return k(this,"previousSibling",null,m,false,n)},getAllPrevious:function(m,n){return k(this,"previousSibling",null,m,true,n)},getNext:function(m,n){return k(this,"nextSibling",null,m,false,n)
},getAllNext:function(m,n){return k(this,"nextSibling",null,m,true,n)},getFirst:function(m,n){return k(this,"nextSibling","firstChild",m,false,n)},getLast:function(m,n){return k(this,"previousSibling","lastChild",m,false,n)},getParent:function(m,n){return k(this,"parentNode",null,m,false,n)},getParents:function(m,n){return k(this,"parentNode",null,m,true,n)},getSiblings:function(m,n){return this.getParent().getChildren(m,n).erase(this)},getChildren:function(m,n){return k(this,"nextSibling","firstChild",m,true,n)
},getWindow:function(){return this.ownerDocument.window},getDocument:function(){return this.ownerDocument},getElementById:function(p,o){var n=this.ownerDocument.getElementById(p);if(!n){return null}for(var m=n.parentNode;m!=this;m=m.parentNode){if(!m){return null}}return document.id(n,o)},getSelected:function(){return new Elements($A(this.options).filter(function(m){return m.selected}))},getComputedStyle:function(n){if(this.currentStyle){return this.currentStyle[n.camelCase()]}var m=this.getDocument().defaultView.getComputedStyle(this,null);
return(m)?m.getPropertyValue([n.hyphenate()]):null},toQueryString:function(){var m=[];this.getElements("input, select, textarea",true).each(function(n){if(!n.name||n.disabled||n.type=="submit"||n.type=="reset"||n.type=="file"){return}var o=(n.tagName.toLowerCase()=="select")?Element.getSelected(n).map(function(p){return p.value}):((n.type=="radio"||n.type=="checkbox")&&!n.checked)?null:n.value;$splat(o).each(function(p){if(typeof p!="undefined"){m.push(n.name+"="+encodeURIComponent(p))}})});return m.join("&")
},clone:function(p,m){p=p!==false;var s=this.cloneNode(p);var o=function(w,v){if(!m){w.removeAttribute("id")}if(Browser.Engine.trident){w.clearAttributes();w.mergeAttributes(v);w.removeAttribute("uid");if(w.options){var x=w.options,t=v.options;for(var u=x.length;u--;){x[u].selected=t[u].selected}}}var y=j[v.tagName.toLowerCase()];if(y&&v[y]){w[y]=v[y]}};if(p){var q=s.getElementsByTagName("*"),r=this.getElementsByTagName("*");for(var n=q.length;n--;){o(q[n],r[n])}}o(s,this);return document.id(s)},destroy:function(){Element.empty(this);
Element.dispose(this);h(this,true);return null},empty:function(){$A(this.childNodes).each(function(m){Element.destroy(m)});return this},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this},hasChild:function(m){m=document.id(m,true);if(!m){return false}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(m.tagName)).contains(m)}return(this.contains)?(this!=m&&this.contains(m)):!!(this.compareDocumentPosition(m)&16)},match:function(m){return(!m||(m==this)||(Element.get(this,"tag")==m))
}});Native.implement([Element,Window,Document],{addListener:function(p,o){if(p=="unload"){var m=o,n=this;o=function(){n.removeListener("unload",o);m()}}else{i[this.uid]=this}if(this.addEventListener){this.addEventListener(p,o,false)}else{this.attachEvent("on"+p,o)}return this},removeListener:function(n,m){if(this.removeEventListener){this.removeEventListener(n,m,false)}else{this.detachEvent("on"+n,m)}return this},retrieve:function(n,m){var p=c(this.uid),o=p[n];if(m!=undefined&&o==undefined){o=p[n]=m
}return $pick(o)},store:function(n,m){var o=c(this.uid);o[n]=m;return this},eliminate:function(m){var n=c(this.uid);delete n[m];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 f=Array.flatten(arguments).join("");var g=Browser.Engine.trident&&a[this.get("tag")];if(g){var h=c;h.innerHTML=g[1]+f+g[2];for(var d=g[0];d--;){h=h.firstChild}this.empty().adopt(h.childNodes)}else{this.innerHTML=f}}};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}}}(function(){Element.implement({scrollTo:function(i,j){if(b(this)){this.getWindow().scrollTo(i,j)}else{this.scrollLeft=i;this.scrollTop=j}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 j=this,i={x:0,y:0};while(j&&!b(j)){i.x+=j.scrollLeft;i.y+=j.scrollTop;j=j.parentNode}return i},getOffsetParent:function(){var i=this;if(b(i)){return null}if(!Browser.Engine.trident){return i.offsetParent}while((i=i.parentNode)&&!b(i)){if(d(i,"position")!="static"){return i}}return null},getOffsets:function(){if(this.getBoundingClientRect){var k=this.getBoundingClientRect(),n=document.id(this.getDocument().documentElement),q=n.getScroll(),l=this.getScrolls(),j=this.getScroll(),i=(d(this,"position")=="fixed");
return{x:k.left.toInt()+l.x-j.x+((i)?0:q.x)-n.clientLeft,y:k.top.toInt()+l.y-j.y+((i)?0:q.y)-n.clientTop}}var m=this,o={x:0,y:0};if(b(this)){return o}while(m&&!b(m)){o.x+=m.offsetLeft;o.y+=m.offsetTop;if(Browser.Engine.gecko){if(!g(m)){o.x+=c(m);o.y+=h(m)}var p=m.parentNode;if(p&&d(p,"overflow")!="visible"){o.x+=c(p);o.y+=h(p)}}else{if(m!=this&&Browser.Engine.webkit){o.x+=c(m);o.y+=h(m)}}m=m.offsetParent}if(Browser.Engine.gecko&&!g(this)){o.x-=c(this);o.y-=h(this)}return o},getPosition:function(l){if(b(this)){return{x:0,y:0}
}var m=this.getOffsets(),j=this.getScrolls();var i={x:m.x-j.x,y:m.y-j.y};var k=(l&&(l=document.id(l)))?l.getPosition():{x:0,y:0};return{x:i.x-k.x,y:i.y-k.y}},getCoordinates:function(k){if(b(this)){return this.getWindow().getCoordinates()}var i=this.getPosition(k),j=this.getSize();var l={left:i.x,top:i.y,width:j.x,height:j.y};l.right=l.left+l.width;l.bottom=l.top+l.height;return l},computePosition:function(i){return{left:i.x-f(this,"margin-left"),top:i.y-f(this,"margin-top")}},setPosition:function(i){return this.setStyles(this.computePosition(i))
}});Native.implement([Document,Window],{getSize:function(){if(Browser.Engine.presto||Browser.Engine.webkit){var j=this.getWindow();return{x:j.innerWidth,y:j.innerHeight}}var i=a(this);return{x:i.clientWidth,y:i.clientHeight}},getScroll:function(){var j=this.getWindow(),i=a(this);return{x:j.pageXOffset||i.scrollLeft,y:j.pageYOffset||i.scrollTop}},getScrollSize:function(){var j=a(this),i=this.getSize();return{x:Math.max(j.scrollWidth,i.x),y:Math.max(j.scrollHeight,i.y)}},getPosition:function(){return{x:0,y:0}
},getCoordinates:function(){var i=this.getSize();return{top:0,left:0,bottom:i.y,right:i.x,height:i.y,width:i.x}}});var d=Element.getComputedStyle;function f(i,j){return d(i,j).toInt()||0}function g(i){return d(i,"-moz-box-sizing")=="border-box"}function h(i){return f(i,"border-top-width")}function c(i){return f(i,"border-left-width")}function b(i){return(/^(?:body|html)$/i).test(i.tagName)}function a(i){var j=i.getDocument();return(!j.compatMode||j.compatMode=="CSS1Compat")?j.html:j.body}})();Element.alias("setPosition","position");
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}});var Event=new Native({name:"Event",initialize:function(a,g){g=g||window;
var l=g.document;a=a||g.event;if(a.$extended){return a}this.$extended=true;var k=a.type;var h=a.target||a.srcElement;while(h&&h.nodeType==3){h=h.parentNode}if(k.test(/key/)){var b=a.which||a.keyCode;var n=Event.Keys.keyOf(b);if(k=="keydown"){var d=b-111;if(d>0&&d<13){n="f"+d}}n=n||String.fromCharCode(b).toLowerCase()}else{if(k.match(/(click|mouse|menu)/i)){l=(!l.compatMode||l.compatMode=="CSS1Compat")?l.html:l.body;var j={x:a.pageX||a.clientX+l.scrollLeft,y:a.pageY||a.clientY+l.scrollTop};var c={x:(a.pageX)?a.pageX-g.pageXOffset:a.clientX,y:(a.pageY)?a.pageY-g.pageYOffset:a.clientY};
if(k.match(/DOMMouseScroll|mousewheel/)){var i=(a.wheelDelta)?a.wheelDelta/120:-(a.detail||0)/3}var f=(a.which==3)||(a.button==2);var m=null;if(k.match(/over|out/)){switch(k){case"mouseover":m=a.relatedTarget||a.fromElement;break;case"mouseout":m=a.relatedTarget||a.toElement}if(!(function(){while(m&&m.nodeType==3){m=m.parentNode}return true}).create({attempt:Browser.Engine.gecko})()){m=false}}}}return $extend(this,{event:a,type:k,page:j,client:c,rightClick:f,wheel:i,relatedTarget:m,target:h,code:b,key:n,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}});Element.Properties.events={set:function(a){this.addEvents(a)
}};Native.implement([Element,Window,Document],{addEvent:function(f,h){var i=this.retrieve("events",{});i[f]=i[f]||{keys:[],values:[]};if(i[f].keys.contains(h)){return this}i[f].keys.push(h);var g=f,a=Element.Events.get(f),c=h,j=this;if(a){if(a.onAdd){a.onAdd.call(this,h)}if(a.condition){c=function(k){if(a.condition.call(this,k)){return h.call(this,k)}return true}}g=a.base||g}var d=function(){return h.call(j)};var b=Element.NativeEvents[g];if(b){if(b==2){d=function(k){k=new Event(k,j.getWindow());
if(c.call(j,k)===false){k.stop()}}}this.addListener(g,d)}i[f].values.push(d);return this},removeEvent:function(c,b){var a=this.retrieve("events");if(!a||!a[c]){return this}var g=a[c].keys.indexOf(b);if(g==-1){return this}a[c].keys.splice(g,1);var f=a[c].values.splice(g,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,f):this},addEvents:function(a){for(var b in a){this.addEvent(b,a[b])}return this},removeEvents:function(a){var c;
if($type(a)=="object"){for(c in a){this.removeEvent(c,a[c])}return this}var b=this.retrieve("events");if(!b){return this}if(!a){for(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(f){f.create({bind:this,delay:a,"arguments":b})()},this);return this},cloneEvents:function(d,a){d=document.id(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(f){this.addEvent(a,f)},this)}}return this}});try{if(typeof HTMLElement!="undefined"){HTMLElement.prototype.fireEvent=Element.prototype.fireEvent}}catch(e){}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(f,d){if(!c[d]){return""}return($type(f)=="number")?c[d].replace("@",Math.round(f)):f}).join(" ")}else{if(a==String(Number(a))){a=Math.round(a)}}this.style[b]=a;return this},getStyle:function(h){switch(h){case"opacity":return this.get("opacity");case"float":h=(Browser.Engine.trident)?"styleFloat":"cssFloat"}h=h.camelCase();var a=this.style[h];
if(!$chk(a)){a=[];for(var g in Element.ShortStyles){if(h!=g){continue}for(var f in Element.ShortStyles[g]){a.push(this.getStyle(f))}return a.join(" ")}a=this.getComputedStyle(h)}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,10)))){if(h.test(/^(height|width)$/)){var b=(h=="width")?["left","right"]:["top","bottom"],d=0;b.each(function(i){d+=this.getStyle("border-"+i+"-width").toInt()+this.getStyle("padding-"+i).toInt()
},this);return this["offset"+h.capitalize()]-d+"px"}if((Browser.Engine.presto)&&String(a).test("px")){return a}if(h.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.flatten(arguments).each(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(h){var g=Element.ShortStyles;var b=Element.Styles;["margin","padding"].each(function(i){var j=i+h;g[i][j]=b[j]="@px"});var f="border"+h;g.border[f]=b[f]="@px @ rgb(@, @, @)";var d=f+"Width",a=f+"Style",c=f+"Color";g[f]={};g.borderWidth[d]=g[f][d]=b[d]="@px";g.borderStyle[a]=g[f][a]=b[a]="@";g.borderColor[c]=g[f][c]=b[c]="rgb(@, @, @)"});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(){if(!this.timer){return true}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.bind(this,arguments));return false}return false},start:function(b,a){if(!this.check(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,f,b){b=$splat(b);var c=b[1];if(!$chk(c)){b[1]=b[0];b[0]=d.getStyle(f)}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(g,f){if(b){return}var d=g.parse(c);if($chk(d)){b={value:d,parser:g}}});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(f){a.push({value:d[f].parser.compute(d[f].value,c[f].value,b),parser:d[f].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(f,d){var c=f.href;if(c&&c.contains("://")&&!c.contains(document.domain)){return}var g=f.rules||f.cssRules;Array.each(g,function(k,h){if(!k.style){return}var j=(k.selectorText)?k.selectorText.replace(/^\w+/,function(i){return i.toLowerCase()}):null;if(!j||!j.test("^"+a+"$")){return}Element.Styles.each(function(l,i){if(!k.style[i]||Element.ShortStyles[i]){return
}l=String(k.style[i]);b[i]=(l.test(/^rgb/))?l.rgbToHex():l})})});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(f,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.Morph=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(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(f,d,c){var a={};for(var b in f){a[b]=this.parent(f[b],d[b],c)}return a},start:function(b){if(!this.check(b)){return this}if(typeof b=="string"){b=this.search(b)
}var f={},d={};for(var c in b){var a=this.prepare(this.element,c,b[c]);f[c]=a.from;d[c]=a.to}return this.parent(f,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(g){var f;for(var d=0,c=1;1;d+=c,c/=2){if(g>=(7-4*d)/11){f=c*c-Math.pow((11-6*d-11*g)/4,2);break}}return f},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])})});Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(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,f,d){if(!this.check(c,f,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 f=this.get("tween"),d="opacity",a;c=$pick(c,"toggle");switch(c){case"in":f.start(d,1);break;case"out":f.start(d,0);break;case"show":f.set(d,1);break;case"hide":f.set(d,0);break;case"toggle":var b=this.retrieve("fade:flag",this.get("opacity")==1);f.start(d,(b)?0:1);this.store("fade:flag",!b);a=true;break;default:f.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}});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,noCache: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));this.xhr.onreadystatechange=$empty;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()}},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(){if(!this.running){return true}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.bind(this,arguments));return false}return false},send:function(l){if(!this.check(l)){return this}this.running=true;var j=$type(l);if(j=="string"||j=="element"){l={data:l}}var d=this.options;l=$extend({data:d.data,url:d.url,method:d.method},l);
var h=l.data,b=String(l.url),a=l.method.toLowerCase();switch($type(h)){case"element":h=document.id(h).toQueryString();break;case"object":case"hash":h=Hash.toQueryString(h)}if(this.options.format){var k="format="+this.options.format;h=(h)?k+"&"+h:k}if(this.options.emulation&&!["get","post"].contains(a)){var i="_method="+a;h=(h)?i+"&"+h:i;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(this.options.noCache){var g="noCache="+new Date().getTime();h=(h)?g+"&"+h:g}var f=b.lastIndexOf("/");if(f>-1&&(f=b.indexOf("#"))>-1){b=b.substr(0,f)}if(h&&a=="get"){b=b+(b.contains("?")?"&":"?")+h;h=null}this.xhr.open(a.toUpperCase(),b,this.options.async);this.xhr.onreadystatechange=this.onStateChange.bind(this);this.headers.each(function(n,m){try{this.xhr.setRequestHeader(m,n)}catch(o){this.fireEvent("exception",[m,n])}},this);this.fireEvent("request");this.xhr.send(h);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}))}});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,append: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>",h;if(Browser.Engine.trident){h=new ActiveXObject("Microsoft.XMLDOM");h.async=false;h.loadXML(d)}else{h=new DOMParser().parseFromString(d,"text/xml")}d=h.getElementsByTagName("root")[0];if(!d){return null}for(var g=0,f=d.childNodes.length;g<f;g++){var j=Element.clone(d.childNodes[g],true,true);if(j){a.grab(j)}}return a})||a.set("html",c)},success:function(d){var c=this.options,b=this.response;b.html=d.stripScripts(function(f){b.javascript=f
});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){document.id(c.update).empty().set("html",b.html)}else{if(c.append){document.id(c.append).adopt(a.getChildren())}}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}});var JSON=new Hash(this.JSON&&{stringify:JSON.stringify,parse:JSON.parse}).extend({$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).clean())+"]";case"object":case"hash":var a=[];Hash.each(b,function(f,d){var c=JSON.encode(f);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+")")}});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)}});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()};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")};window.addEvent("load",b);if(Browser.Engine.trident){var a=document.createElement("div");(function(){($try(function(){a.doScroll();
return document.id(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{document.addEvent("DOMContentLoaded",b)}}})();Native.implement([Document,Element],{getElements:function(j,h){j=j.split(",");var c,f={};for(var d=0,b=j.length;d<b;d++){var a=j[d],g=Selectors.Utils.search(this,a,f);if(d!=0&&g.item){g=$A(g)
}c=(d==0)?g:(c.item)?$A(c).concat(g):c.concat(g)}return new Elements(c,{ddup:(j.length>1),cash:!h})}});Element.implement({match:function(b){if(!b||(b==this)){return true}var d=Selectors.Utils.parseTagAndID(b);var a=d[0],f=d[1];if(!Selectors.Filters.byID(this,f)||!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(i){if(Selectors.Cache.nth[i]){return Selectors.Cache.nth[i]}var f=i.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!f){return false}var h=parseInt(f[1],10);var d=(h||h===0)?h:1;var g=f[2]||false;var c=parseInt(f[3],10)||0;if(d!=0){c--;while(c<1){c+=d}while(c>=d){c-=d}}else{d=c;g="index"}switch(g){case"n":f={a:d,b:c,special:"n"};break;case"odd":f={a:2,b:0,special:"n"};
break;case"even":f={a:2,b:1,special:"n"};break;case"first":f={a:0,special:"index"};break;case"last":f={special:"last-child"};break;case"only":f={special:"only-child"};break;default:f={a:(d-1),special:"index"}}return Selectors.Cache.nth[i]=f},parseSelector:function(f){if(Selectors.Cache.parsed[f]){return Selectors.Cache.parsed[f]}var d,i={classes:[],pseudos:[],attributes:[]};while((d=Selectors.RegExps.combined.exec(f))){var j=d[1],h=d[2],g=d[3],b=d[5],c=d[6],k=d[7];if(j){i.classes.push(j)}else{if(c){var a=Selectors.Pseudo.get(c);
if(a){i.pseudos.push({parser:a,argument:k})}else{i.attributes.push({name:c,operator:"=",value:k})}}else{if(h){i.attributes.push({name:h,operator:g,value:b})}}}}if(!i.classes.length){delete i.classes}if(!i.attributes.length){delete i.attributes}if(!i.pseudos.length){delete i.pseudos}if(!i.classes&&!i.attributes&&!i.pseudos){i=null}return Selectors.Cache.parsed[f]=i},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(g,c,f){var d;if(c.classes){for(d=c.classes.length;d--;d){var h=c.classes[d];if(!Selectors.Filters.byClass(g,h)){return false}}}if(c.attributes){for(d=c.attributes.length;d--;d){var b=c.attributes[d];if(!Selectors.Filters.byAttribute(g,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(g,a.parser,a.argument,f)){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(p,o,u){var b=[];var c=o.trim().replace(Selectors.RegExps.splitter,function(k,j,i){b.push(j);return":)"+i}).split(":)");var q,f,B;for(var A=0,w=c.length;A<w;A++){var z=c[A];if(A==0&&Selectors.RegExps.quick.test(z)){q=p.getElementsByTagName(z);continue}var a=b[A-1];var r=Selectors.Utils.parseTagAndID(z);var C=r[0],s=r[1];if(A==0){q=Selectors.Utils.getByTagAndID(p,C,s)}else{var d={},h=[];for(var y=0,x=q.length;
y<x;y++){h=Selectors.Getters[a](h,q[y],C,s,d)}q=h}var g=Selectors.Utils.parseSelector(z);if(g){f=[];for(var v=0,t=q.length;v<t;v++){B=q[v];if(Selectors.Utils.filter(B,g,u)){f.push(B)}}q=f}}return q}};Selectors.Getters={" ":function(j,h,k,a,f){var d=Selectors.Utils.getByTagAndID(h,k,a);for(var c=0,b=d.length;c<b;c++){var g=d[c];if(Selectors.Utils.chk(g,f)){j.push(g)}}return j},">":function(j,h,k,a,g){var c=Selectors.Utils.getByTagAndID(h,k,a);for(var f=0,d=c.length;f<d;f++){var b=c[f];if(b.parentNode==h&&Selectors.Utils.chk(b,g)){j.push(b)
}}return j},"+":function(c,b,a,f,d){while((b=b.nextSibling)){if(b.nodeType==1){if(Selectors.Utils.chk(b,d)&&Selectors.Filters.byTag(b,a)&&Selectors.Filters.byID(b,f)){c.push(b)}break}}return c},"~":function(c,b,a,f,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,f)){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&&b.className.contains(a," "))},byPseudo:function(a,d,c,b){return d.call(a,c,b)},byAttribute:function(c,d,b,f){var a=Element.prototype.getProperty.call(c,d);if(!a){return(b=="!=")}if(!b||f==undefined){return true}switch(b){case"=":return(a==f);case"*=":return(a.contains(f));case"^=":return(a.substr(0,f.length)==f);case"$=":return(a.substr(a.length-f.length)==f);case"!=":return(a!=f);case"~=":return a.contains(f," ");case"|=":return a.contains(f,"-")
}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(h,f){h=(h==undefined)?"n":h;var c=Selectors.Utils.parseNthArgument(h);if(c.special!="n"){return Selectors.Pseudo[c.special].call(this,c.a,f)}var g=0;f.positions=f.positions||{};var d=$uid(this);if(!f.positions[d]){var b=this;while((b=b.previousSibling)){if(b.nodeType!=1){continue}g++;var a=f.positions[$uid(b)];if(a!=undefined){g=a+g;break}}f.positions[d]=g}return(f.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)},selected:function(){return this.selected},enabled:function(){return(this.disabled===false)}});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(m,n){this.instance="Swiff_"+$time();this.setOptions(n);n=this.options;var b=this.id=n.id||this.instance;var a=document.id(n.container);Swiff.CallBacks[this.instance]={};var f=n.params,h=n.vars,g=n.callBacks;var i=$extend({height:n.height,width:n.width},n.properties);var l=this;for(var d in g){Swiff.CallBacks[this.instance][d]=(function(o){return function(){return o.apply(l.object,arguments)}})(g[d]);h[d]="Swiff.CallBacks."+this.instance+"."+d}f.flashVars=Hash.toQueryString(h);
if(Browser.Engine.trident){i.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";f.movie=m}else{i.type="application/x-shockwave-flash";i.data=m}var k='<object id="'+b+'"';for(var j in i){k+=" "+j+'="'+i[j]+'"'}k+=">";for(var c in f){if(f[c]){k+='<param name="'+c+'" value="'+f[c]+'" />'}}k+="</object>";this.object=((a)?a.empty():new Element("div")).set("html",k).firstChild},replaces:function(a){a=document.id(a,true);a.parentNode.replaceChild(this.toElement(),a);return this},inject:function(a){document.id(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)};Selectors.RegExps.combined=(/\.([\w-]+)|\[([\w-]+)(?:([!*^$~|]?=)(["']?)([^\4]*?)\4)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g);
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Eurostile is a trademark of Linotype GmbH and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * EurostileLTCE-ExtendedTwo
 */
Cufon.registerFont({"w":345,"face":{"font-family":"Eurostile ExtendedTwo","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-78 -378 484 103.256","underline-thickness":"18","underline-position":"-27","stemh":"10","stemv":"30","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":172},"!":{"d":"102,-75r-31,0r0,-185r31,0r0,185xm67,0r0,-46r39,0r0,46r-39,0","w":172},"\"":{"d":"27,-260r35,0v1,45,-4,84,-8,124r-19,0v-4,-40,-10,-78,-8,-124xm111,-260r35,0v2,46,-5,84,-9,124r-18,0v-4,-40,-10,-78,-8,-124","w":172},"#":{"d":"312,-195r0,28r-57,0r-15,71r59,0r0,28r-65,0r-15,68r-32,0r15,-68r-95,0r-14,68r-33,0r15,-68r-48,0r0,-28r54,0r15,-71r-56,0r0,-28r62,0r14,-65r32,0r-13,65r95,0r13,-65r32,0r-14,65r51,0xm129,-167r-16,71r95,0r16,-71r-95,0"},"$":{"d":"324,-74v-3,76,-37,72,-137,74r0,21r-28,0r0,-21v-48,0,-64,-1,-76,-3v-47,-6,-66,-28,-62,-77r33,0v-12,58,50,53,105,52r0,-88v-91,-1,-139,2,-139,-70v0,-77,47,-72,139,-74r0,-20r28,0r0,20v83,-3,140,14,131,70r-34,0v-9,-53,-15,-38,-97,-43r0,86v87,0,140,-2,137,73xm289,-75v0,-54,-55,-38,-102,-41r0,88v54,0,62,-1,75,-5v22,-6,27,-16,27,-42xm159,-233v-81,5,-93,-9,-104,45v-9,46,55,41,104,41r0,-86"},"%":{"d":"202,-166v0,74,2,71,-53,77v-58,-6,-146,23,-141,-46v4,-53,-19,-127,44,-127r102,0v56,10,48,6,48,96xm58,-114r90,0v47,3,18,-64,26,-100v0,-16,-6,-23,-24,-23r-93,0v-38,0,-21,65,-21,98v0,18,5,25,22,25xm183,1r88,-264r23,0r-88,264r-23,0xm470,-75v0,74,2,70,-53,76v-58,-6,-146,23,-141,-46v4,-53,-19,-126,44,-126r102,0v56,10,48,6,48,96xm326,-24r90,0v47,3,18,-64,26,-100v0,-16,-6,-22,-24,-22r-93,0v-38,0,-21,65,-21,98v0,18,5,24,22,24","w":478},"&":{"d":"379,0r-49,-26v-18,24,-37,29,-112,29v-123,0,-125,1,-147,-6v-32,-11,-46,-29,-46,-79v0,-55,16,-72,64,-72v-51,-24,-36,-117,36,-110v84,8,209,-26,188,80r-33,0v1,-36,-6,-51,-42,-51r-106,0v-43,-8,-47,47,-24,59r201,106r0,-59r33,0v-1,26,2,51,-2,74r52,28xm60,-81v0,87,101,55,171,55v47,0,62,-4,67,-16r-184,-95v-35,-3,-54,12,-54,56","w":389},"'":{"d":"30,-260r36,0v2,46,-5,84,-9,124r-18,0v-4,-40,-11,-78,-9,-124","w":95},"(":{"d":"123,-263r0,28v-42,-2,-61,3,-61,51r0,116v-3,39,17,44,61,43r0,28v-65,3,-94,-11,-94,-83r0,-90v-2,-80,25,-98,94,-93","w":132},")":{"d":"10,3r0,-28v41,2,61,-4,61,-51r0,-116v3,-39,-17,-44,-61,-43r0,-28v63,-5,94,10,94,82r0,91v1,81,-24,96,-94,93","w":132},"*":{"d":"95,-217r-19,9r-28,-48r21,-10xm143,-256r-28,48r-18,-10r27,-48xm117,-185r0,-22r56,0r0,22r-56,0xm19,-207r57,0r0,22r-57,0r0,-22xm77,-183r18,10r-26,48r-21,-9xm96,-174r20,-8r28,48r-22,9","w":191},"+":{"d":"41,-138r116,0r0,-96r31,0r0,96r117,0r0,30r-117,0r0,97r-31,0r0,-97r-116,0r0,-30"},",":{"d":"62,41r0,-21v13,1,19,-6,18,-20r-13,0r0,-46r39,0v-1,44,9,92,-44,87","w":172,"k":{"\u00ab":29,"\u201d":57,"\u201c":57,"\u2019":57,"\u2018":57,"\u2039":29}},"-":{"d":"27,-96r0,-29r105,0r0,29r-105,0","w":159,"k":{"x":12,"Z":12,"Y":46,"X":23,"W":12,"V":23,"T":35,"A":12,"7":46,"1":63}},".":{"d":"67,0r0,-46r39,0r0,46r-39,0","w":172,"k":{"\u00ab":29,"\u201d":57,"\u201c":57,"\u2019":57,"\u2018":57,"\u2039":29,"y":46,"w":35,"v":46,"Y":103,"W":52,"V":75,"T":89}},"\/":{"d":"-15,3r134,-266r31,0r-135,266r-30,0","w":132},"0":{"d":"321,-60v-4,86,-123,63,-210,63v-64,0,-89,-27,-89,-94v0,-56,-10,-126,22,-153v19,-16,33,-20,104,-20v98,0,106,0,121,4v44,12,55,34,55,96v0,72,-2,91,-3,104xm217,-25v84,5,74,-35,74,-117v0,-45,-3,-67,-10,-77v-10,-14,-23,-16,-84,-16v-79,0,-102,1,-110,2v-46,6,-26,88,-32,140v-10,94,87,64,162,68"},"1":{"d":"216,-260r0,260r-31,0r0,-231r-98,78r-20,-21r108,-86r41,0","k":{"\u2014":69,"-":75}},"2":{"d":"321,0r-293,0v-1,-79,-3,-116,92,-123r99,-7v58,-4,66,-9,66,-49v0,-26,-3,-37,-12,-45v-3,-21,-185,-9,-178,-10v-29,2,-35,31,-33,70r-33,0v-1,-46,4,-79,35,-91v18,-7,32,-9,128,-9v63,0,75,2,93,11v23,12,33,34,33,77v0,57,-20,72,-99,77r-61,3v-101,7,-97,9,-97,69r260,0r0,27"},"3":{"d":"321,-70v0,106,-118,68,-206,73v-75,4,-95,-21,-92,-85r33,0v-15,85,99,57,170,57v53,0,62,-7,62,-44v0,-41,-7,-50,-38,-50r-113,0r0,-28v53,-6,147,24,147,-41v0,-52,-13,-48,-60,-48r-90,0v-70,0,-71,0,-76,53r-32,0v-6,-56,18,-81,82,-81r111,0v72,2,98,6,98,70v0,44,-5,51,-41,60v35,4,45,19,45,64"},"4":{"d":"19,-55r0,-41r214,-164r48,0r0,177r43,0r0,28r-43,0r0,55r-32,0r0,-55r-230,0xm249,-83r0,-152r-196,152r196,0"},"5":{"d":"212,-176v85,0,108,5,108,82v0,38,-1,45,-3,54v-12,58,-137,42,-212,43v-59,1,-82,-26,-79,-83r32,0v-17,77,100,55,166,55v47,0,64,-5,63,-56v0,-39,-3,-46,-14,-56v-19,-17,-103,-12,-148,-12v-42,0,-56,6,-62,26r-32,0r0,-137r280,0r0,27r-247,0r0,84v7,-12,13,-18,22,-21v16,-6,23,-6,126,-6"},"6":{"d":"30,-193v9,-59,31,-71,114,-71v73,0,94,1,107,2v46,6,67,23,65,77r-32,0v17,-71,-97,-45,-159,-50v-74,-5,-61,51,-61,113v12,-51,110,-33,171,-33v61,0,85,12,84,74v0,36,-3,50,-16,63v-18,19,-37,21,-136,21v-72,0,-86,-2,-104,-11v-52,-27,-27,-115,-33,-185xm286,-83v7,-68,-82,-45,-130,-45v-79,0,-92,8,-92,52v0,73,93,51,156,51v56,0,61,-4,66,-58"},"7":{"d":"23,-260r299,0r0,39r-193,221r-45,0r205,-231r-266,0r0,-29","k":{"\u2014":35,"-":35}},"8":{"d":"26,-74v-1,-50,12,-55,50,-61v-31,-7,-46,-16,-46,-58v0,-92,89,-71,170,-71v63,0,78,3,95,15v15,10,19,24,19,60v0,42,-10,48,-41,55v37,6,47,15,47,62v0,115,-123,75,-213,75v-63,0,-80,-10,-81,-77xm282,-188v-2,-50,-7,-47,-62,-47r-92,0v-52,1,-64,-2,-64,43v0,22,3,31,13,36v4,13,210,9,192,2v10,-4,13,-13,13,-34xm205,-121v-116,0,-115,1,-129,7v-20,2,-20,75,-3,81v2,13,215,10,200,1v19,-4,18,-75,3,-80v-10,-7,-17,-9,-71,-9"},"9":{"d":"315,-67v-7,60,-32,70,-114,70v-73,0,-93,-1,-106,-2v-47,-7,-68,-21,-65,-76r32,0v-16,70,96,45,158,50v76,6,60,-52,61,-114v-12,51,-110,33,-171,33v-63,0,-83,-12,-84,-73v0,-36,3,-50,16,-63v18,-19,38,-22,137,-22v72,0,85,3,103,12v52,27,27,115,33,185xm59,-177v-6,67,82,44,130,44v78,0,92,-7,92,-51v0,-73,-93,-51,-156,-51v-57,0,-61,4,-66,58"},":":{"d":"67,-137r0,-46r39,0r0,46r-39,0xm67,0r0,-46r39,0r0,46r-39,0","w":172},";":{"d":"67,-183r39,0r0,46r-39,0r0,-46xm62,41r0,-21v13,1,19,-6,18,-20r-13,0r0,-46r39,0v-1,44,9,92,-44,87","w":172},"<":{"d":"45,-109r0,-25r249,-100r0,33r-204,79r204,78r0,33"},"=":{"d":"43,-186r259,0r0,30r-259,0r0,-30xm43,-90r259,0r0,30r-259,0r0,-30"},">":{"d":"301,-135r0,25r-250,99r0,-33r205,-78r-205,-79r0,-33"},"?":{"d":"17,-176v0,-85,16,-87,114,-87v62,0,81,2,99,9v44,7,46,115,5,128v-10,4,-19,6,-54,12v-35,6,-42,12,-42,34r-28,0v1,-50,15,-51,75,-62v42,-8,48,-13,48,-50v0,-40,-10,-45,-93,-45v-95,0,-96,7,-93,61r-31,0xm104,-46r40,0r0,46r-40,0r0,-46","w":283},"@":{"d":"203,-183v26,0,42,9,48,31r4,-24r32,0r-23,127v0,10,4,17,16,17v30,0,56,-23,56,-96v0,-75,-39,-99,-120,-99v-106,0,-154,31,-154,150v0,90,42,116,139,116v51,0,71,-2,103,-14r0,29v-30,10,-47,13,-105,13v-113,0,-168,-33,-168,-144v0,-134,58,-177,187,-177v99,0,146,37,146,126v0,90,-37,121,-87,121v-21,0,-34,-8,-37,-30v-19,48,-123,43,-123,-28v0,-12,1,-23,4,-37v12,-67,32,-81,82,-81xm204,-156v-40,-9,-56,39,-56,86v0,26,7,35,41,35v53,0,54,-42,54,-86v0,-19,-8,-35,-39,-35","w":392},"A":{"d":"154,-260r45,0r157,260r-40,0r-34,-57r-208,0r-32,57r-40,0xm90,-84r176,0r-89,-149","w":357,"k":{"\u2014":12,"\u201d":35,"\u201c":35,"\u2019":35,"\u2018":35,"y":17,"w":12,"v":17,"u":6,"t":12,"s":3,"q":6,"o":6,"c":6,"Y":57,"W":17,"V":40,"U":6,"T":55,"S":6,"Q":6,"O":6,"G":6,"C":6,"-":12}},"B":{"d":"336,-70v0,59,-30,70,-83,70r-218,0r0,-260r200,0v75,0,87,7,91,70v2,35,-10,42,-42,52v41,6,52,13,52,68xm292,-189v0,-42,-8,-44,-40,-44r-183,0r0,83r183,0v30,-1,40,-8,40,-39xm69,-122r0,93r183,0v41,0,51,-9,51,-44v0,-41,-8,-49,-50,-49r-184,0","w":363,"k":{"Y":17}},"C":{"d":"239,-264v81,-1,97,16,98,88r-30,0v-5,-60,-7,-59,-88,-59v-88,0,-111,1,-120,2v-47,3,-36,80,-36,132v0,62,12,75,67,75v71,0,197,32,179,-61r33,0v3,69,-14,91,-100,90r-115,0v-70,0,-99,-24,-99,-101r0,-76v0,-64,27,-90,98,-90r113,0","w":363,"k":{"Y":12}},"D":{"d":"356,-131v0,99,-19,131,-104,131r-217,0r0,-260r209,0v90,0,112,26,112,129xm69,-233r0,204r177,0v62,0,75,-19,75,-102v0,-82,-13,-102,-68,-102r-184,0","w":384,"k":{"Y":20,"X":6,"V":6,"T":6,"A":6}},"E":{"d":"35,0r0,-260r256,0r0,29r-222,0r0,82r213,0r0,28r-213,0r0,92r223,0r0,29r-257,0","w":313,"k":{"y":6,"w":3,"v":6}},"F":{"d":"35,0r0,-260r248,0r0,29r-214,0r0,84r206,0r0,29r-206,0r0,118r-34,0","w":300,"k":{"u":9,"r":6,"o":9,"e":9,"a":9,"J":12,"A":29,";":29,":":29,".":75,",":75}},"G":{"d":"350,-182r-32,0v0,-23,-2,-32,-9,-40v-12,-12,-26,-13,-125,-13v-84,0,-94,2,-107,13v-26,22,-16,177,-3,181v29,28,123,12,179,15v60,3,69,-23,65,-75r-135,0r0,-29r171,0v1,107,-7,133,-93,133v-64,0,-179,9,-207,-18v-19,-18,-26,-40,-26,-96v0,-63,0,-75,2,-88v10,-57,39,-65,117,-65r95,0v81,0,110,21,108,82","w":380,"k":{"Y":14,"A":6}},"H":{"d":"35,0r0,-260r34,0r0,113r238,0r0,-113r35,0r0,260r-35,0r0,-120r-238,0r0,120r-34,0","w":376},"I":{"d":"71,-260r0,260r-35,0r0,-260r35,0","w":107},"J":{"d":"163,3v-90,0,-169,9,-153,-99r32,0v3,56,-3,70,67,70v82,0,90,-2,100,-11v8,-7,9,-13,9,-35r0,-188r35,0r0,188v0,55,-24,75,-90,75","w":284,"k":{"A":6}},"K":{"d":"35,0r0,-260r34,0r0,110r45,0r164,-110r59,0r-186,125r202,135r-62,0r-179,-122r-43,0r0,122r-34,0","w":351,"k":{"\u00ab":12,"\u2014":17,"\u2039":12,"y":35,"w":29,"v":35,"u":12,"o":12,"j":6,"i":6,"e":12,"a":9,"Y":23,"T":6,"O":6,"G":6,"C":6,"A":6,"-":23}},"L":{"d":"35,0r0,-260r34,0r0,230r203,0r0,30r-237,0","w":275,"k":{"\u2014":29,"\u201d":40,"\u201c":40,"\u2019":40,"\u2018":40,"y":17,"u":3,"t":12,"o":3,"e":3,"Y":80,"W":29,"V":52,"T":75,"O":6,"C":6,"A":-6,"-":35}},"M":{"d":"35,-260r56,0r152,218r153,-218r53,0r0,260r-34,0r0,-229r-159,229r-25,0r-162,-231r0,231r-34,0r0,-260","w":484},"N":{"d":"35,0r0,-260r52,0r239,232r0,-232r35,0r0,260r-53,0r-239,-231r0,231r-34,0","w":395},"O":{"d":"141,-264r120,0v110,-5,103,69,103,166v0,78,-20,101,-105,101r-131,0v-73,0,-100,-23,-100,-101v0,-102,-7,-166,113,-166xm63,-93v-9,93,102,68,181,68v40,0,55,-3,67,-12v13,-10,18,-28,18,-81v0,-72,-1,-83,-8,-95v-22,-37,-132,-16,-192,-22v-84,-9,-59,72,-66,142","w":391,"k":{"Y":12,"X":6,"V":3,"A":6}},"P":{"d":"248,-260v61,3,75,12,75,80v0,37,-3,46,-13,58v-11,12,-27,20,-61,20r-180,0r0,102r-34,0r0,-260r213,0xm238,-131v40,-2,51,-5,51,-49v0,-45,-8,-53,-52,-53r-168,0r0,102r169,0","w":342,"k":{"\u00ee":-6,"Y":6,"A":29,";":12,":":12,".":69,",":69}},"Q":{"d":"141,-264r120,0v127,-10,105,108,99,212r27,16r-14,26r-23,-15v-28,44,-148,28,-222,28v-73,0,-100,-23,-100,-101v0,-102,-7,-166,113,-166xm63,-93v-9,93,102,68,181,68v45,0,64,-3,76,-20r-106,-66r16,-23r97,63v4,-36,3,-147,-6,-142v-23,-36,-132,-16,-192,-22v-84,-9,-59,72,-66,142","w":397},"R":{"d":"282,-116v37,14,49,10,46,80v0,7,-1,20,-1,36r-32,0v-1,-52,13,-103,-50,-103r-176,0r0,103r-34,0r0,-260r200,0v77,2,93,6,95,82v2,50,-14,56,-48,62xm246,-131v38,-3,52,-8,51,-52v0,-41,-11,-50,-67,-50r-161,0r0,102r177,0","w":360,"k":{"Y":12}},"S":{"d":"137,3v-85,1,-110,-11,-111,-85r33,0v-1,45,7,59,68,57v62,-2,177,20,164,-48v4,-65,-82,-39,-136,-42v-95,-5,-121,-2,-129,-74v7,-74,32,-75,130,-75v91,0,116,3,137,15v20,11,27,30,26,63r-33,0v0,-23,-2,-30,-11,-37v-12,-9,-34,-12,-106,-12v-93,0,-109,6,-109,45v0,64,96,41,152,43v83,4,113,6,113,74v0,74,-34,73,-121,76r-67,0","w":349,"k":{"y":3,"v":6,"Y":17,"V":6,"T":3,"A":6}},"T":{"d":"1,-231r0,-29r298,0r0,29r-132,0r0,231r-34,0r0,-231r-132,0","w":299,"k":{"\u00f8":46,"\u00ef":-17,"\u0153":46,"\u00ec":-6,"\u00e6":46,"\u00ee":-12,"\u00ed":12,"\u00bb":52,"\u00ab":52,"\u203a":52,"\u2014":52,"\u2013":17,"\u2039":52,"z":35,"y":46,"w":46,"v":46,"u":46,"s":46,"o":46,"e":46,"c":46,"a":46,"Y":6,"T":-12,"J":65,"A":55,";":46,":":46,".":89,"-":35,",":89}},"U":{"d":"32,-260r34,0r0,187v-8,76,109,48,173,48v51,0,66,-9,66,-42r0,-192r35,0r0,195v1,46,-23,61,-65,66v-18,2,-195,3,-198,-4v-32,-9,-45,-28,-45,-67r0,-191","w":371,"k":{"A":6}},"V":{"d":"295,-260r38,0r-145,260r-43,0r-143,-260r40,0r125,228","w":335,"k":{"\u00f8":29,"\u00ef":-12,"\u0153":29,"\u00ec":-3,"\u00e6":29,"\u00ee":-6,"\u00ed":17,"\u00bb":23,"\u00ab":23,"\u203a":23,"\u2014":17,"\u2039":23,"u":14,"o":29,"i":9,"e":29,"a":29,"O":3,"J":40,"G":3,"C":3,"A":40,";":29,":":29,".":75,"-":23,",":75}},"W":{"d":"4,-260r36,0r88,228r90,-228r46,0r87,229r91,-229r36,0r-104,260r-46,0r-88,-228r-88,228r-46,0","w":482,"k":{"\u00f8":17,"\u00ef":-12,"\u0153":17,"\u00ec":-3,"\u00e6":17,"\u00ee":-12,"\u00ed":12,"\u00bb":12,"\u00ab":12,"\u203a":12,"\u2014":12,"\u2039":12,"y":12,"u":9,"r":9,"o":17,"i":6,"e":17,"a":17,"J":17,"A":17,";":23,":":23,".":52,"-":12,",":52}},"X":{"d":"20,-260r49,0r110,105r108,-105r49,0r-127,122r144,138r-51,0r-124,-121r-124,121r-50,0r143,-138","w":356,"k":{"\u00ab":12,"\u2014":17,"\u2039":12,"y":23,"O":6,"G":6,"C":6,";":12,":":12,"-":23}},"Y":{"d":"0,-260r48,0r121,120r118,-120r46,0r-148,151r0,109r-34,0r0,-109","w":334,"k":{"\u00f8":46,"\u00ef":-9,"\u0153":46,"\u00ec":-3,"\u00e6":46,"\u00ee":-3,"\u00ed":17,"\u00bb":46,"\u00ab":46,"\u203a":46,"\u2014":46,"\u2013":17,"\u2039":46,"v":35,"u":40,"s":46,"o":46,"i":12,"e":46,"a":46,"S":9,"O":12,"J":63,"G":12,"C":12,"A":57,";":57,":":57,".":103,"-":46,",":103}},"Z":{"d":"16,0r0,-28r237,-204r-229,0r0,-28r286,0r0,24r-240,207r244,0r0,29r-298,0","w":332,"k":{"\u00bb":12,"\u00ab":17,"\u203a":12,"\u2014":12,"\u2039":17,"y":17,"w":14,"u":3,"o":3,"e":3,"-":17}},"[":{"d":"30,0r0,-260r92,0r0,29r-60,0r0,202r60,0r0,29r-92,0","w":132},"\\":{"d":"118,4r-140,-268r36,0r140,268r-36,0","w":132},"]":{"d":"103,-260r0,260r-91,0r0,-29r59,0r0,-202r-59,0r0,-29r91,0","w":132},"^":{"d":"116,-260r32,0r89,130r-38,0r-67,-100r-68,100r-37,0","w":263},"_":{"d":"239,36r0,24r-239,0r0,-24r239,0","w":239},"`":{"d":"-14,-278r37,0r54,67r-25,0","w":93},"a":{"d":"136,-186v92,0,114,2,114,72r0,114r-31,0r0,-19v-12,32,-68,20,-110,22v-80,4,-82,-2,-90,-59v-9,-68,74,-54,135,-54v39,0,53,5,65,21v-3,-73,0,-74,-94,-72v-58,1,-62,-6,-67,31r-30,0v0,-23,4,-33,13,-42v13,-12,30,-14,95,-14xm122,-87v-64,0,-72,3,-72,34v0,28,10,32,65,32v90,0,104,-4,104,-32v0,-31,-11,-34,-97,-34","w":276},"b":{"d":"264,-95v0,103,-53,98,-142,98v-31,0,-55,-12,-65,-33r0,30r-28,0r0,-263r30,0r0,104v9,-36,74,-27,119,-27v66,0,86,19,86,91xm59,-91v0,68,13,69,85,69v51,0,65,-3,77,-14v16,-5,12,-106,1,-109v-3,-24,-145,-19,-149,-4v-11,9,-14,22,-14,58","w":285},"c":{"d":"131,-186v95,0,108,3,115,68r-28,0v0,-36,-13,-43,-80,-43v-74,0,-84,-4,-84,67v0,73,8,72,80,72v68,0,83,2,87,-45r28,0v0,26,-3,39,-12,49v-15,18,-34,21,-103,21v-55,0,-71,-2,-89,-16v-18,-13,-23,-34,-23,-81v0,-84,18,-92,109,-92","w":266},"d":{"d":"22,-96v0,-97,61,-91,148,-90v29,0,53,11,57,28r0,-105r30,0r0,263r-28,0r0,-30v-15,39,-73,36,-126,33v-59,-3,-81,-20,-81,-99xm133,-161v-70,0,-79,6,-79,59v0,48,1,56,10,66v9,21,149,19,152,-4v17,-11,15,-105,-4,-109v-12,-10,-26,-12,-79,-12","w":285},"e":{"d":"152,-22v63,0,67,3,76,-33v9,2,25,-3,30,2v-4,58,-46,56,-117,56v-64,0,-76,-2,-95,-17v-18,-15,-24,-36,-24,-84v0,-83,27,-88,117,-88v101,0,117,12,119,101r-205,0v5,63,15,63,99,63xm227,-111v-2,-55,-23,-51,-86,-51v-74,0,-87,9,-87,51r173,0","w":278},"f":{"d":"160,-237v-49,1,-103,-12,-88,54r88,0r0,24r-88,0r0,159r-30,0r0,-159r-40,0r0,-24r40,0v-12,-75,44,-86,118,-80r0,26","w":164,"k":{"z":6,"t":-6,"l":-6,"k":-6,"h":-6,"f":-6,"b":-6}},"g":{"d":"55,6v5,40,23,36,85,36v49,0,71,-6,80,-19v5,-6,5,-22,6,-60v-4,13,-14,20,-28,24v-12,4,-30,5,-83,5v-41,0,-59,-6,-75,-21v-21,-8,-26,-112,-3,-134v19,-18,38,-23,97,-23v69,0,82,6,94,32r0,-29r28,0r0,168v0,82,-38,82,-125,82v-44,0,-51,0,-64,-4v-28,-10,-42,-27,-40,-57r28,0xm227,-96v0,-66,-14,-65,-94,-65v-68,0,-81,8,-81,57v0,65,2,69,77,69v73,0,98,6,98,-61","w":283},"h":{"d":"154,-186v74,0,101,8,101,66r0,120r-30,0r0,-115v0,-38,-16,-46,-80,-46v-120,0,-79,74,-86,161r-30,0r0,-263r30,0r0,112v12,-28,32,-35,95,-35","w":281},"i":{"d":"62,-263r0,37r-30,0r0,-37r30,0xm32,-183r30,0r0,183r-30,0r0,-183","w":93},"j":{"d":"32,-226r0,-37r30,0r0,37r-30,0xm62,8v2,49,-18,56,-61,56r0,-26v23,0,31,-2,31,-25r0,-196r30,0r0,191","w":93},"k":{"d":"29,-263r30,0r0,148r17,0r106,-68r49,0r-127,81r152,102r-50,0r-131,-89r-16,0r0,89r-30,0r0,-263","w":244,"k":{".":12,"-":12,",":12}},"l":{"d":"62,-263r0,263r-30,0r0,-263r30,0","w":93},"m":{"d":"208,-113v-2,-44,-18,-44,-76,-48v-107,-7,-66,82,-74,161r-30,0r0,-183r29,0r0,22v19,-22,28,-25,82,-25v60,1,70,2,89,34v13,-26,37,-34,88,-34v69,0,98,19,98,67r0,119r-30,0r0,-113v-1,-48,-22,-42,-73,-48v-101,-12,-66,84,-72,161r-31,0r0,-113","w":441},"n":{"d":"143,-161v-55,0,-85,8,-85,51r0,110r-30,0r0,-183r29,0r0,34v16,-28,36,-37,86,-37v85,0,112,16,112,67r0,119r-30,0r0,-116v-1,-51,-27,-45,-82,-45","w":281},"o":{"d":"269,-93v1,82,-21,96,-98,96v-93,0,-97,1,-114,-10v-28,-18,-36,-32,-35,-83v0,-41,2,-54,14,-69v18,-22,40,-27,118,-27v54,0,79,5,97,23v15,14,18,29,18,70xm237,-96v-1,-61,-12,-65,-76,-65v-95,0,-107,-12,-107,65v0,34,2,47,9,57v10,14,26,17,81,17v53,0,67,-3,79,-13v12,-9,14,-23,14,-61","w":291},"p":{"d":"261,-89v0,80,-20,92,-108,92v-66,0,-84,-4,-95,-30r0,93r-30,0r0,-249r29,0r0,27v10,-26,29,-30,97,-30v84,0,107,11,107,97xm153,-22v71,0,76,-2,76,-67v0,-36,-2,-48,-10,-57v-11,-12,-27,-15,-75,-15v-75,-1,-86,6,-86,71v0,34,2,43,12,53v13,12,31,15,83,15","w":283},"q":{"d":"22,-92v0,-101,61,-96,150,-94v27,0,50,13,54,30r0,-27r30,0r0,249r-31,0r0,-93v-9,36,-74,30,-123,30v-58,0,-80,-23,-80,-95xm225,-85v16,-90,-46,-76,-118,-76v-46,0,-53,14,-53,63v0,62,1,76,50,76v64,0,129,12,121,-63","w":283},"r":{"d":"28,0r0,-183r29,0r0,26v16,-44,126,-36,151,-9v10,12,12,22,12,66r-28,0v8,-55,-22,-61,-81,-61v-78,0,-47,95,-53,161r-30,0","w":231,"k":{"t":-6,"f":-6,".":57,",":57}},"s":{"d":"131,3v-93,0,-104,0,-109,-67r28,0v-1,36,6,42,63,42v76,0,86,0,96,-4v17,-6,19,-55,-8,-53v-5,-4,-160,2,-155,-8v-17,-8,-22,-21,-22,-48v0,-42,19,-51,106,-51v82,0,112,-5,114,57r-27,0v-4,-35,-15,-32,-64,-32v-71,0,-77,1,-88,5v-8,3,-11,11,-11,24v0,24,4,26,63,26r37,0v79,1,90,-1,98,55v-9,62,-31,54,-121,54","w":272},"t":{"d":"126,3v-57,-2,-84,-11,-84,-66r0,-96r-39,0r0,-24r39,0r0,-44r31,0r0,44r124,0r0,24r-124,0v7,60,-28,137,54,137v51,0,50,-16,49,-62r26,0v3,66,-10,89,-76,87","w":214,"k":{"t":6,"f":6}},"u":{"d":"131,3v-75,0,-104,-8,-104,-69r0,-117r30,0r0,117v8,42,17,44,84,44v59,0,81,-8,81,-56r0,-105r31,0r0,183r-29,0r0,-32v-14,28,-33,35,-93,35","w":280},"v":{"d":"0,-183r35,0r90,158r86,-158r33,0r-101,183r-37,0","w":245,"k":{".":46,",":46}},"w":{"d":"1,-183r34,0r74,159r57,-159r45,0r59,158r69,-158r32,0r-80,183r-43,0r-60,-159r-57,159r-42,0","w":373,"k":{".":35,",":35}},"x":{"d":"144,-96r100,96r-45,0r-78,-78r-77,78r-45,0r101,-98r-88,-85r43,0r67,67r67,-67r41,0","w":243,"k":{"-":12}},"y":{"d":"0,-183r35,0r90,161r79,-161r33,0r-107,214v-14,29,-46,38,-92,36r0,-25v42,1,64,-8,74,-39r-8,0","w":238,"k":{".":46,",":46}},"z":{"d":"13,0r0,-25r162,-134r-156,0r0,-24r199,0r0,25r-161,134r164,0r0,24r-208,0","w":237,"k":{"z":6}},"{":{"d":"16,-145r0,30v35,-1,28,27,28,56v0,48,25,63,73,59r0,-31v-68,20,-15,-95,-68,-99v26,-3,29,-34,28,-68v-1,-30,14,-32,40,-31r0,-31v-59,-7,-73,23,-73,86v0,18,-4,29,-28,29","w":132},"|":{"d":"70,-354r32,0r0,397r-32,0r0,-397","w":172},"}":{"d":"117,-115r0,-30v-36,1,-27,-28,-27,-57v0,-48,-26,-62,-74,-58r0,31v68,-20,15,94,68,99v-55,-2,6,113,-68,99r0,31v59,7,74,-23,74,-86v0,-18,3,-29,27,-29","w":132},"~":{"d":"235,-119v23,0,39,-12,43,-46r26,0v-4,59,-37,76,-70,76v-49,0,-84,-46,-125,-46v-23,0,-38,12,-42,46r-26,0v4,-59,37,-76,70,-76v51,0,84,46,124,46"},"\u20ac":{"d":"42,-114r33,0r0,-36r-40,0r7,-25r33,0v-3,-62,17,-91,74,-89v59,3,137,-13,162,25r-11,28v-28,-40,-90,-19,-148,-24v-40,-3,-51,17,-48,60r184,0r-7,25r-177,0r0,36r167,0r-7,25r-160,0v-3,46,10,67,55,63v63,-6,107,18,144,-26r0,36v-36,34,-93,15,-152,19v-56,4,-82,-28,-76,-92r-40,0"},"\u201a":{"d":"24,41r0,-21v13,1,18,-6,17,-20r-13,0r0,-46r40,0v-1,44,9,92,-44,87","w":95,"k":{"Y":69,"W":17,"V":46,"T":57}},"\u201e":{"d":"23,41r0,-21v13,0,17,-7,16,-20r-13,0r0,-46r40,0v-1,44,9,92,-43,87xm105,41r0,-21v13,0,16,-7,15,-20r-13,0r0,-46r40,0v-1,43,9,91,-42,87","w":172,"k":{"Y":69,"W":17,"V":46,"T":57}},"\u2026":{"d":"61,0r0,-46r40,0r0,46r-40,0xm380,0r0,-46r40,0r0,46r-40,0xm221,0r0,-46r39,0r0,46r-39,0","w":478},"\u2020":{"d":"156,0r0,-166r-98,0r0,-26r98,0r0,-68r33,0r0,68r99,0r0,26r-99,0r0,166r-33,0"},"\u2021":{"d":"57,-59r0,-26r99,0r0,-90r-98,0r0,-26r98,0r0,-59r33,0r0,59r99,0r0,26r-99,0r0,90r99,0r0,26r-99,0r0,59r-33,0r0,-59r-99,0"},"\u2030":{"d":"66,-126v-57,0,-60,-6,-61,-69v0,-40,2,-50,11,-58v9,-8,22,-11,61,-11v62,0,61,4,61,72v0,59,-8,66,-72,66xm64,-240v-35,0,-36,1,-36,48v0,41,1,42,45,42v42,0,42,0,42,-48v0,-26,-1,-32,-6,-36v-5,-5,-12,-6,-45,-6xm194,-263r24,0r-87,266r-24,0xm248,3v-56,0,-60,-5,-61,-68v0,-40,2,-51,11,-59v9,-8,22,-10,61,-10v62,0,61,3,61,71v0,59,-8,66,-72,66xm246,-111v-35,0,-36,2,-36,49v0,41,1,42,45,42v42,0,42,0,42,-48v0,-26,-1,-33,-6,-37v-5,-5,-12,-6,-45,-6xm401,3v-56,0,-60,-5,-61,-68v0,-40,2,-51,11,-59v8,-8,22,-10,61,-10v62,0,61,3,61,71v0,59,-8,66,-72,66xm450,-68v0,-53,5,-43,-51,-43v-34,0,-36,2,-36,49v0,41,1,42,45,42v41,0,42,0,42,-48","w":478},"\u0160":{"d":"137,3v-85,1,-110,-11,-111,-85r33,0v-1,45,7,59,68,57v62,-2,177,20,164,-48v4,-65,-82,-39,-136,-42v-95,-5,-121,-2,-129,-74v7,-74,32,-75,130,-75v91,0,116,3,137,15v20,11,27,30,26,63r-33,0v0,-23,-2,-30,-11,-37v-12,-9,-34,-12,-106,-12v-93,0,-109,6,-109,45v0,64,96,41,152,43v83,4,113,6,113,74v0,74,-34,73,-121,76r-67,0xm245,-354r-53,66r-32,0r-53,-66r28,0r41,50r40,-50r29,0","w":349},"\u2039":{"d":"59,-148r31,0r-40,55r40,55r-31,0r-39,-55","w":110,"k":{"Y":46,"W":12,"V":23,"T":52}},"\u015a":{"d":"137,3v-85,1,-110,-11,-111,-85r33,0v-1,45,7,59,68,57v62,-2,177,20,164,-48v4,-65,-82,-39,-136,-42v-95,-5,-121,-2,-129,-74v7,-74,32,-75,130,-75v91,0,116,3,137,15v20,11,27,30,26,63r-33,0v0,-23,-2,-30,-11,-37v-12,-9,-34,-12,-106,-12v-93,0,-109,6,-109,45v0,64,96,41,152,43v83,4,113,6,113,74v0,74,-34,73,-121,76r-67,0xm155,-288r53,-66r37,0r-66,66r-24,0","w":349},"\u0164":{"d":"1,-231r0,-29r298,0r0,29r-132,0r0,231r-34,0r0,-231r-132,0xm220,-354r-53,66r-32,0r-53,-66r29,0r40,50r41,-50r28,0","w":299},"\u017d":{"d":"16,0r0,-28r237,-204r-229,0r0,-28r286,0r0,24r-240,207r244,0r0,29r-298,0xm232,-354r-53,66r-32,0r-53,-66r28,0r41,50r40,-50r29,0","w":332},"\u0179":{"d":"16,0r0,-28r237,-204r-229,0r0,-28r286,0r0,24r-240,207r244,0r0,29r-298,0xm141,-288r54,-66r37,0r-66,66r-25,0","w":332},"\u2018":{"d":"70,-260r0,21v-13,0,-16,7,-15,20r12,0r0,46r-39,0v1,-43,-9,-91,42,-87","w":95,"k":{"\u00c6":46,"J":29,"A":35,".":57,",":57}},"\u2019":{"d":"26,-173r0,-21v12,0,16,-8,15,-20r-13,0r0,-46r40,0v-1,43,9,91,-42,87","w":95,"k":{"s":6,"A":35,".":57,",":57}},"\u201c":{"d":"149,-260r0,21v-13,0,-16,7,-15,20r13,0r0,46r-40,0v1,-43,-9,-91,42,-87xm68,-260r0,21v-13,0,-16,7,-15,20r13,0r0,46r-40,0v1,-43,-9,-91,42,-87","w":172,"k":{"J":29,"A":35,".":57,",":57}},"\u201d":{"d":"23,-173r0,-21v12,0,17,-7,16,-20r-13,0r0,-46r40,0v-1,44,9,92,-43,87xm105,-173r0,-21v12,0,16,-8,15,-20r-13,0r0,-46r40,0v-1,43,9,91,-42,87","w":172,"k":{".":57,",":57}},"\u2022":{"d":"87,-184v26,0,49,23,49,49v0,28,-23,50,-50,50v-27,0,-50,-22,-50,-50v0,-27,23,-49,51,-49","w":172},"\u2013":{"d":"-1,-125r347,0r0,29r-347,0r0,-29","k":{"Y":17,"T":17}},"\u2014":{"d":"29,-125r421,0r0,29r-421,0r0,-29","w":478,"k":{"Z":12,"Y":46,"X":17,"W":12,"V":17,"T":52,"A":12,"7":40,"1":52}},"\u2122":{"d":"1,-260r121,0r0,27r-45,0r0,103r-31,0r0,-103r-45,0r0,-27xm144,-130r0,-130r50,0r41,102r41,-102r49,0r0,130r-29,0r0,-109r-45,109r-34,0r-45,-109r0,109r-28,0","w":359},"\u0161":{"d":"131,3v-93,0,-104,0,-109,-67r28,0v-1,36,6,42,63,42v76,0,86,0,96,-4v17,-6,19,-55,-8,-53v-5,-4,-160,2,-155,-8v-17,-8,-22,-21,-22,-48v0,-42,19,-51,106,-51v82,0,112,-5,114,57r-27,0v-4,-35,-15,-32,-64,-32v-71,0,-77,1,-88,5v-8,3,-11,11,-11,24v0,24,4,26,63,26r37,0v79,1,90,-1,98,55v-9,62,-31,54,-121,54xm203,-278r-53,67r-32,0r-53,-67r29,0r40,50r41,-50r28,0","w":272},"\u203a":{"d":"51,-38r-30,0r39,-55r-39,-55r30,0r39,55","w":110,"k":{"Y":46,"X":12,"W":12,"V":23,"T":52,".":29,",":29}},"\u015b":{"d":"131,3v-93,0,-104,0,-109,-67r28,0v-1,36,6,42,63,42v76,0,86,0,96,-4v17,-6,19,-55,-8,-53v-5,-4,-160,2,-155,-8v-17,-8,-22,-21,-22,-48v0,-42,19,-51,106,-51v82,0,112,-5,114,57r-27,0v-4,-35,-15,-32,-64,-32v-71,0,-77,1,-88,5v-8,3,-11,11,-11,24v0,24,4,26,63,26r37,0v79,1,90,-1,98,55v-9,62,-31,54,-121,54xm113,-211r54,-67r37,0r-66,67r-25,0","w":272},"\u0165":{"d":"126,3v-57,-2,-84,-11,-84,-66r0,-96r-39,0r0,-24r39,0r0,-44r31,0r0,44r124,0r0,24r-124,0v7,60,-28,137,54,137v51,0,50,-16,49,-62r26,0v3,66,-10,89,-76,87xm151,-263r29,0r-20,68r-19,0","w":214},"\u017e":{"d":"13,0r0,-25r162,-134r-156,0r0,-24r199,0r0,25r-161,134r164,0r0,24r-208,0xm186,-278r-54,67r-32,0r-52,-67r28,0r41,50r40,-50r29,0","w":237},"\u017a":{"d":"13,0r0,-25r162,-134r-156,0r0,-24r199,0r0,25r-161,134r164,0r0,24r-208,0xm96,-211r53,-67r37,0r-66,67r-24,0","w":237},"\u00a0":{"w":172},"\u02c7":{"d":"116,-278r-53,67r-32,0r-53,-67r28,0r41,50r40,-50r29,0","w":93},"\u02d8":{"d":"-22,-275r19,0v5,25,23,39,51,39v28,0,43,-12,50,-39r18,0v-4,39,-30,61,-71,61v-39,0,-63,-22,-67,-61","w":93},"\u0141":{"d":"35,0r0,-77r-34,20r0,-28r34,-20r0,-155r34,0r0,134r101,-60r0,28r-101,60r0,68r203,0r0,30r-237,0","w":275},"\u00a4":{"d":"173,-197v-37,0,-61,20,-61,62v0,38,24,57,61,57v37,0,61,-20,61,-62v0,-38,-24,-57,-61,-57xm116,-206v23,-24,93,-23,114,0r36,-33r19,23r-38,27v21,21,20,81,0,103r36,28r-20,21r-33,-31v-22,23,-94,22,-114,0r-36,32r-20,-23r38,-26v-21,-21,-18,-83,1,-104r-36,-27r19,-22"},"\u0104":{"d":"154,-260r45,0r157,260r-10,0v-25,16,-37,31,-37,47v-1,23,26,30,50,21r0,22v-36,13,-75,-5,-75,-39v0,-22,13,-38,32,-51r-34,-57r-208,0r-32,57r-40,0xm90,-84r176,0r-89,-149","w":357},"\u00a6":{"d":"70,-125r32,0r0,168r-32,0r0,-168xm70,-354r32,0r0,168r-32,0r0,-168","w":172},"\u00a7":{"d":"96,-54v0,21,-3,30,26,30r97,0v27,0,33,-7,33,-24v0,-15,-3,-18,-26,-22r-133,-23v-50,-3,-54,-80,-10,-89v-31,-22,-22,-89,33,-82v58,8,165,-23,152,50r-28,0v1,-14,-2,-23,-20,-23r-103,0v-17,0,-22,4,-22,16v0,13,6,17,20,20r133,24v55,4,61,72,17,88v14,8,15,17,15,39v0,79,-97,49,-162,53v-42,3,-54,-18,-51,-57r29,0xm243,-147r-134,-24v-16,0,-28,10,-28,26v0,13,8,19,30,23r130,22v28,0,36,-41,2,-47"},"\u00a8":{"d":"24,-217r-31,0r0,-39r31,0r0,39xm100,-217r-31,0r0,-39r31,0r0,39","w":93},"\u00a9":{"d":"30,-131v0,-101,58,-133,162,-133v104,0,161,31,161,134v0,101,-58,133,-162,133v-104,0,-161,-31,-161,-134xm60,-131v0,86,45,108,131,108v89,0,132,-21,132,-107v0,-86,-45,-107,-131,-107v-89,0,-132,20,-132,106xm266,-146v-9,-2,-25,3,-31,-2v6,-30,-33,-20,-59,-23v-26,-3,-27,21,-27,49v0,38,29,26,59,28v23,1,29,-5,28,-30r31,0v9,60,-42,58,-99,58v-50,0,-51,-32,-51,-79v0,-58,43,-54,96,-54v43,0,53,16,53,53","w":382},"\u015e":{"d":"168,3v-88,1,-150,3,-142,-85r33,0v-1,45,7,59,68,57v62,-2,177,20,164,-48v4,-65,-82,-39,-136,-42v-95,-5,-121,-2,-129,-74v7,-74,32,-75,130,-75v91,0,116,3,137,15v20,11,27,30,26,63r-33,0v0,-23,-2,-30,-11,-37v-12,-9,-34,-12,-106,-12v-93,0,-109,6,-109,45v0,64,96,41,152,43v83,4,113,6,113,74v0,79,-47,74,-135,76r-23,28v30,-2,53,5,54,33v2,41,-56,45,-93,34r0,-19v24,5,61,9,62,-14v0,-18,-24,-19,-47,-16v-2,-25,17,-30,25,-46","w":349},"\u00ab":{"d":"60,-148r30,0r-39,55r39,55r-30,0r-39,-55xm121,-148r30,0r-39,55r39,55r-30,0r-39,-55","w":172,"k":{"Y":46,"W":12,"V":23,"T":52}},"\u00ad":{"d":"27,-96r0,-29r105,0r0,29r-105,0","w":159,"k":{"x":12,"Z":12,"Y":46,"X":23,"W":12,"V":23,"T":35,"A":12,"7":46,"1":63}},"\u00ae":{"d":"108,-246v-49,0,-67,13,-67,49v0,36,19,50,67,50v49,0,66,-14,66,-50v0,-36,-18,-49,-66,-49xm71,-164r0,-67v28,2,77,-10,77,21v0,11,-4,15,-16,18v18,1,16,12,16,28r-19,0v6,-26,-17,-23,-39,-22r0,22r-19,0xm90,-199v14,-2,39,6,39,-9v0,-15,-26,-7,-39,-9r0,18xm108,-264v61,0,87,23,87,67v0,42,-27,67,-87,67v-61,0,-87,-23,-87,-67v0,-42,27,-67,87,-67","w":219},"\u017b":{"d":"16,0r0,-28r237,-204r-229,0r0,-28r286,0r0,24r-240,207r244,0r0,29r-298,0xm179,-301r-32,0r0,-38r32,0r0,38","w":332},"\u00b0":{"d":"87,-240v-23,0,-33,16,-33,38v0,22,11,39,33,39v22,0,32,-17,32,-39v0,-22,-11,-38,-32,-38xm87,-264v37,0,57,26,57,62v0,34,-20,62,-57,62v-38,0,-58,-26,-58,-62v0,-34,20,-62,58,-62","w":172},"\u00b1":{"d":"46,-161r111,0r0,-78r31,0r0,78r112,0r0,29r-112,0r0,73r-31,0r0,-73r-111,0r0,-29xm46,-29r254,0r0,29r-254,0r0,-29"},"\u02db":{"d":"32,0r30,0v-25,16,-37,31,-37,47v-1,23,27,31,51,21r0,22v-37,13,-76,-4,-76,-39v0,-22,14,-37,32,-51","w":93},"\u0142":{"d":"8,-127r27,-19r0,-117r31,0r0,96r29,-19r0,26r-29,20r0,140r-31,0r0,-119r-27,19r0,-27","w":100},"\u00b4":{"d":"16,-211r53,-67r38,0r-66,67r-25,0","w":93},"\u03bc":{"d":"175,-22v60,0,81,-9,81,-56r0,-105r29,0r0,183r-28,0r0,-32v-14,28,-32,35,-92,35v-38,0,-59,-3,-75,-13r0,76r-30,0r0,-249r30,0r0,119v7,44,18,42,85,42"},"\u00b6":{"d":"263,66r-33,0r0,-292r-50,0r0,292r-33,0r0,-165v-66,0,-96,-13,-96,-80v0,-58,18,-81,93,-81r147,0r0,35r-28,0r0,291"},"\u00b8":{"d":"40,0r22,0r-27,31v30,-2,54,5,55,33v1,41,-56,45,-94,34r0,-19v25,5,61,10,62,-14v1,-18,-25,-19,-47,-16v-1,-27,20,-32,29,-49","w":93},"\u0105":{"d":"136,-186v92,0,114,2,114,72r0,114v-27,15,-39,31,-39,47v-1,23,27,31,51,21r0,22v-37,13,-76,-5,-76,-39v0,-22,14,-37,33,-51r0,-19v-12,32,-68,20,-110,22v-80,4,-82,-2,-90,-59v-9,-68,74,-54,135,-54v39,0,53,5,65,21v-3,-73,0,-74,-94,-72v-58,1,-62,-6,-67,31r-30,0v0,-23,4,-33,13,-42v13,-12,30,-14,95,-14xm122,-87v-64,0,-72,3,-72,34v0,28,10,32,65,32v90,0,104,-4,104,-32v0,-31,-11,-34,-97,-34","w":276},"\u015f":{"d":"128,3v-90,-1,-101,-1,-106,-67r28,0v-1,36,6,42,63,42v76,0,86,0,96,-4v17,-6,19,-55,-8,-53v-5,-4,-160,2,-155,-8v-17,-8,-22,-21,-22,-48v0,-42,19,-51,106,-51v82,0,112,-5,114,57r-27,0v-4,-35,-15,-32,-64,-32v-71,0,-77,1,-88,5v-8,3,-11,11,-11,24v0,24,4,26,63,26r37,0v79,1,90,-1,98,55v-6,56,-28,51,-102,54r-23,28v30,-2,54,5,54,33v0,41,-56,45,-94,34r0,-19v25,5,62,10,63,-14v0,-18,-25,-19,-48,-16v-2,-26,18,-30,26,-46","w":272},"\u00bb":{"d":"112,-38r-30,0r40,-55r-40,-55r30,0r40,55xm52,-38r-30,0r39,-55r-39,-55r30,0r39,55","w":172,"k":{"Y":46,"X":12,"W":12,"V":23,"T":52,".":29,",":29}},"\u013d":{"d":"35,0r0,-260r34,0r0,230r203,0r0,30r-237,0xm127,-263r30,0r-20,68r-19,0","w":275},"\u02dd":{"d":"5,-211r49,-67r31,0r-56,67r-24,0xm57,-211r55,-67r32,0r-63,67r-24,0","w":93},"\u013e":{"d":"62,-263r0,263r-30,0r0,-263r30,0xm103,-263r29,0r-20,68r-19,0","w":93,"k":{"\u201d":-35,"\u201c":-35,"\u2019":-35,"\u2018":-35,"l":-40,"k":-40,"h":-40,"b":-40,"?":-40,"'":-35,"\"":-35}},"\u017c":{"d":"13,0r0,-25r162,-134r-156,0r0,-24r199,0r0,25r-161,134r164,0r0,24r-208,0xm132,-225r-31,0r0,-38r31,0r0,38","w":237},"\u0154":{"d":"282,-116v37,14,49,10,46,80v0,7,-1,20,-1,36r-32,0v-1,-52,13,-103,-50,-103r-176,0r0,103r-34,0r0,-260r200,0v77,2,93,6,95,82v2,50,-14,56,-48,62xm246,-131v38,-3,52,-8,51,-52v0,-41,-11,-50,-67,-50r-161,0r0,102r177,0xm155,-288r53,-66r37,0r-66,66r-24,0","w":360},"\u00c1":{"d":"154,-260r45,0r157,260r-40,0r-34,-57r-208,0r-32,57r-40,0xm90,-84r176,0r-89,-149xm156,-288r54,-66r37,0r-66,66r-25,0","w":357},"\u00c2":{"d":"154,-260r45,0r157,260r-40,0r-34,-57r-208,0r-32,57r-40,0xm90,-84r176,0r-89,-149xm108,-288r54,-66r31,0r54,66r-29,0r-41,-49r-40,49r-29,0","w":357},"\u0102":{"d":"154,-260r45,0r157,260r-40,0r-34,-57r-208,0r-32,57r-40,0xm90,-84r176,0r-89,-149xm109,-351r18,0v5,25,23,39,51,39v28,0,44,-12,51,-39r18,0v-4,39,-30,61,-71,61v-39,0,-63,-22,-67,-61","w":357},"\u00c4":{"d":"154,-260r45,0r157,260r-40,0r-34,-57r-208,0r-32,57r-40,0xm90,-84r176,0r-89,-149xm156,-293r-32,0r0,-40r32,0r0,40xm231,-293r-31,0r0,-40r31,0r0,40","w":357},"\u0139":{"d":"35,0r0,-260r34,0r0,230r203,0r0,30r-237,0xm35,-288r54,-66r37,0r-66,66r-25,0","w":275},"\u0106":{"d":"239,-264v81,-1,97,16,98,88r-30,0v-5,-60,-7,-59,-88,-59v-88,0,-111,1,-120,2v-47,3,-36,80,-36,132v0,62,12,75,67,75v71,0,197,32,179,-61r33,0v3,69,-14,91,-100,90r-115,0v-70,0,-99,-24,-99,-101r0,-76v0,-64,27,-90,98,-90r113,0xm164,-288r53,-66r38,0r-66,66r-25,0","w":363},"\u00c7":{"d":"239,-264v81,-1,97,16,98,88r-30,0v-5,-60,-7,-59,-88,-59v-88,0,-111,1,-120,2v-47,3,-36,80,-36,132v0,62,12,75,67,75v71,0,197,32,179,-61r33,0v14,85,-48,94,-141,90r-24,28v30,-2,53,5,54,33v2,41,-56,45,-93,34r0,-19v24,5,61,9,62,-14v0,-18,-24,-19,-47,-16v-2,-26,18,-30,26,-46v-92,4,-157,-2,-151,-101r0,-76v0,-64,27,-90,98,-90r113,0","w":363},"\u010c":{"d":"239,-264v81,-1,97,16,98,88r-30,0v-5,-60,-7,-59,-88,-59v-88,0,-111,1,-120,2v-47,3,-36,80,-36,132v0,62,12,75,67,75v71,0,197,32,179,-61r33,0v3,69,-14,91,-100,90r-115,0v-70,0,-99,-24,-99,-101r0,-76v0,-64,27,-90,98,-90r113,0xm254,-354r-53,66r-32,0r-53,-66r28,0r41,50r40,-50r29,0","w":363},"\u00c9":{"d":"35,0r0,-260r256,0r0,29r-222,0r0,82r213,0r0,28r-213,0r0,92r223,0r0,29r-257,0xm139,-288r54,-66r37,0r-66,66r-25,0","w":313},"\u0118":{"d":"35,0r0,-260r256,0r0,29r-222,0r0,82r213,0r0,28r-213,0r0,92r223,0r0,29r-39,0v-25,16,-37,31,-37,47v-1,23,26,30,50,21r0,22v-36,13,-75,-5,-75,-39v0,-22,13,-37,31,-51r-187,0","w":313},"\u00cb":{"d":"35,0r0,-260r256,0r0,29r-222,0r0,82r213,0r0,28r-213,0r0,92r223,0r0,29r-257,0xm138,-293r-31,0r0,-40r31,0r0,40xm214,-293r-31,0r0,-40r31,0r0,40","w":313},"\u011a":{"d":"35,0r0,-260r256,0r0,29r-222,0r0,82r213,0r0,28r-213,0r0,92r223,0r0,29r-257,0xm229,-354r-53,66r-32,0r-53,-66r29,0r40,50r41,-50r28,0","w":313},"\u00cd":{"d":"71,-260r0,260r-35,0r0,-260r35,0xm25,-288r53,-66r37,0r-66,66r-24,0","w":107},"\u00ce":{"d":"71,-260r0,260r-35,0r0,-260r35,0xm-15,-288r53,-66r31,0r54,66r-29,0r-40,-49r-41,49r-28,0","w":107},"\u010e":{"d":"356,-131v0,99,-19,131,-104,131r-217,0r0,-260r209,0v90,0,112,26,112,129xm69,-233r0,204r177,0v62,0,75,-19,75,-102v0,-82,-13,-102,-68,-102r-184,0xm248,-354r-53,66r-32,0r-53,-66r28,0r41,50r40,-50r29,0","w":384},"\u0110":{"d":"356,-131v0,99,-19,131,-104,131r-217,0r0,-122r-39,0r0,-24r39,0r0,-114r209,0v90,0,112,26,112,129xm196,-146r0,24r-127,0r0,93r177,0v62,0,75,-19,75,-102v0,-82,-13,-102,-68,-102r-184,0r0,87r127,0","w":384},"\u0143":{"d":"35,0r0,-260r52,0r239,232r0,-232r35,0r0,260r-53,0r-239,-231r0,231r-34,0xm179,-288r53,-66r37,0r-66,66r-24,0","w":395},"\u0147":{"d":"35,0r0,-260r52,0r239,232r0,-232r35,0r0,260r-53,0r-239,-231r0,231r-34,0xm269,-354r-54,66r-32,0r-53,-66r29,0r40,50r41,-50r29,0","w":395},"\u00d3":{"d":"141,-264r120,0v110,-5,103,69,103,166v0,78,-20,101,-105,101r-131,0v-73,0,-100,-23,-100,-101v0,-102,-7,-166,113,-166xm63,-93v-9,93,102,68,181,68v40,0,55,-3,67,-12v13,-10,18,-28,18,-81v0,-72,-1,-83,-8,-95v-22,-37,-132,-16,-192,-22v-84,-9,-59,72,-66,142xm175,-288r53,-66r37,0r-66,66r-24,0","w":391},"\u00d4":{"d":"141,-264r120,0v110,-5,103,69,103,166v0,78,-20,101,-105,101r-131,0v-73,0,-100,-23,-100,-101v0,-102,-7,-166,113,-166xm63,-93v-9,93,102,68,181,68v40,0,55,-3,67,-12v13,-10,18,-28,18,-81v0,-72,-1,-83,-8,-95v-22,-37,-132,-16,-192,-22v-84,-9,-59,72,-66,142xm127,-288r53,-66r32,0r53,66r-28,0r-41,-49r-40,49r-29,0","w":391},"\u0150":{"d":"141,-264r120,0v110,-5,103,69,103,166v0,78,-20,101,-105,101r-131,0v-73,0,-100,-23,-100,-101v0,-102,-7,-166,113,-166xm63,-93v-9,93,102,68,181,68v40,0,55,-3,67,-12v13,-10,18,-28,18,-81v0,-72,-1,-83,-8,-95v-22,-37,-132,-16,-192,-22v-84,-9,-59,72,-66,142xm152,-288r49,-66r31,0r-56,66r-24,0xm204,-288r55,-66r32,0r-63,66r-24,0","w":391},"\u00d6":{"d":"141,-264r120,0v110,-5,103,69,103,166v0,78,-20,101,-105,101r-131,0v-73,0,-100,-23,-100,-101v0,-102,-7,-166,113,-166xm63,-93v-9,93,102,68,181,68v40,0,55,-3,67,-12v13,-10,18,-28,18,-81v0,-72,-1,-83,-8,-95v-22,-37,-132,-16,-192,-22v-84,-9,-59,72,-66,142xm174,-293r-31,0r0,-40r31,0r0,40xm250,-293r-31,0r0,-40r31,0r0,40","w":391},"\u00d7":{"d":"267,-221r-94,81r-95,-81r-20,22r92,78r-89,77r20,21r92,-79r91,79r20,-21r-89,-77r92,-78"},"\u0158":{"d":"282,-116v37,14,49,10,46,80v0,7,-1,20,-1,36r-32,0v-1,-52,13,-103,-50,-103r-176,0r0,103r-34,0r0,-260r200,0v77,2,93,6,95,82v2,50,-14,56,-48,62xm246,-131v38,-3,52,-8,51,-52v0,-41,-11,-50,-67,-50r-161,0r0,102r177,0xm245,-354r-53,66r-33,0r-52,-66r28,0r41,50r40,-50r29,0","w":360},"\u016e":{"d":"32,-260r34,0r0,187v-8,76,109,48,173,48v51,0,66,-9,66,-42r0,-192r35,0r0,195v1,46,-23,61,-65,66v-18,2,-195,3,-198,-4v-32,-9,-45,-28,-45,-67r0,-191xm186,-378v26,0,48,23,48,49v0,27,-21,49,-48,49v-27,0,-49,-22,-49,-49v0,-27,22,-49,49,-49xm186,-358v-16,0,-29,13,-29,29v0,16,13,29,29,29v16,0,29,-13,29,-29v0,-17,-12,-29,-29,-29","w":371},"\u00da":{"d":"32,-260r34,0r0,187v-8,76,109,48,173,48v51,0,66,-9,66,-42r0,-192r35,0r0,195v1,46,-23,61,-65,66v-18,2,-195,3,-198,-4v-32,-9,-45,-28,-45,-67r0,-191xm165,-288r53,-66r37,0r-66,66r-24,0","w":371},"\u0170":{"d":"32,-260r34,0r0,187v-8,76,109,48,173,48v51,0,66,-9,66,-42r0,-192r35,0r0,195v1,46,-23,61,-65,66v-18,2,-195,3,-198,-4v-32,-9,-45,-28,-45,-67r0,-191xm142,-288r48,-66r32,0r-56,66r-24,0xm194,-288r55,-66r32,0r-63,66r-24,0","w":371},"\u00dc":{"d":"32,-260r34,0r0,187v-8,76,109,48,173,48v51,0,66,-9,66,-42r0,-192r35,0r0,195v1,46,-23,61,-65,66v-18,2,-195,3,-198,-4v-32,-9,-45,-28,-45,-67r0,-191xm164,-293r-31,0r0,-40r31,0r0,40xm240,-293r-32,0r0,-40r32,0r0,40","w":371},"\u00dd":{"d":"0,-260r48,0r121,120r118,-120r46,0r-148,151r0,109r-34,0r0,-109xm148,-288r53,-66r37,0r-66,66r-24,0","w":334},"\u0162":{"d":"1,-231r0,-29r298,0r0,29r-132,0r0,231r-34,0r0,-231r-132,0xm134,27r33,0r-31,66r-24,0","w":299},"\u00df":{"d":"231,-74v0,-71,-45,-54,-115,-56r0,-22r25,0v70,0,80,-5,80,-42v0,-39,-14,-45,-85,-45v-66,0,-77,10,-77,60r0,179r-30,0r0,-192v4,-62,31,-71,107,-71v90,0,114,15,114,70v0,29,-8,41,-35,50v37,8,48,24,48,70v0,91,-74,76,-148,73r0,-25v16,2,42,3,58,3v49,0,58,-10,58,-52","w":288},"\u0155":{"d":"28,0r0,-183r29,0r0,26v16,-44,126,-36,151,-9v10,12,12,22,12,66r-28,0v8,-55,-22,-61,-81,-61v-78,0,-47,95,-53,161r-30,0xm103,-211r54,-67r37,0r-66,67r-25,0","w":231},"\u00e1":{"d":"136,-186v92,0,114,2,114,72r0,114r-31,0r0,-19v-12,32,-68,20,-110,22v-80,4,-82,-2,-90,-59v-9,-68,74,-54,135,-54v39,0,53,5,65,21v-3,-73,0,-74,-94,-72v-58,1,-62,-6,-67,31r-30,0v0,-23,4,-33,13,-42v13,-12,30,-14,95,-14xm122,-87v-64,0,-72,3,-72,34v0,28,10,32,65,32v90,0,104,-4,104,-32v0,-31,-11,-34,-97,-34xm118,-211r53,-67r37,0r-65,67r-25,0","w":276},"\u00e2":{"d":"136,-186v92,0,114,2,114,72r0,114r-31,0r0,-19v-12,32,-68,20,-110,22v-80,4,-82,-2,-90,-59v-9,-68,74,-54,135,-54v39,0,53,5,65,21v-3,-73,0,-74,-94,-72v-58,1,-62,-6,-67,31r-30,0v0,-23,4,-33,13,-42v13,-12,30,-14,95,-14xm122,-87v-64,0,-72,3,-72,34v0,28,10,32,65,32v90,0,104,-4,104,-32v0,-31,-11,-34,-97,-34xm70,-211r53,-67r32,0r53,67r-28,0r-41,-50r-40,50r-29,0","w":276},"\u0103":{"d":"136,-186v92,0,114,2,114,72r0,114r-31,0r0,-19v-12,32,-68,20,-110,22v-80,4,-82,-2,-90,-59v-9,-68,74,-54,135,-54v39,0,53,5,65,21v-3,-73,0,-74,-94,-72v-58,1,-62,-6,-67,31r-30,0v0,-23,4,-33,13,-42v13,-12,30,-14,95,-14xm122,-87v-64,0,-72,3,-72,34v0,28,10,32,65,32v90,0,104,-4,104,-32v0,-31,-11,-34,-97,-34xm71,-275r18,0v5,25,23,39,51,39v28,0,43,-12,50,-39r18,0v-4,39,-29,61,-70,61v-39,0,-63,-22,-67,-61","w":276},"\u00e4":{"d":"136,-186v92,0,114,2,114,72r0,114r-31,0r0,-19v-12,32,-68,20,-110,22v-80,4,-82,-2,-90,-59v-9,-68,74,-54,135,-54v39,0,53,5,65,21v-3,-73,0,-74,-94,-72v-58,1,-62,-6,-67,31r-30,0v0,-23,4,-33,13,-42v13,-12,30,-14,95,-14xm122,-87v-64,0,-72,3,-72,34v0,28,10,32,65,32v90,0,104,-4,104,-32v0,-31,-11,-34,-97,-34xm117,-217r-31,0r0,-39r31,0r0,39xm193,-217r-31,0r0,-39r31,0r0,39","w":276},"\u013a":{"d":"62,-263r0,263r-30,0r0,-263r30,0xm21,-288r53,-66r37,0r-66,66r-24,0","w":93},"\u0107":{"d":"131,-186v95,0,108,3,115,68r-28,0v0,-36,-13,-43,-80,-43v-74,0,-84,-4,-84,67v0,73,8,72,80,72v68,0,83,2,87,-45r28,0v0,26,-3,39,-12,49v-15,18,-34,21,-103,21v-55,0,-71,-2,-89,-16v-18,-13,-23,-34,-23,-81v0,-84,18,-92,109,-92xm116,-211r54,-67r37,0r-66,67r-25,0","w":266},"\u00e7":{"d":"131,-186v95,0,108,3,115,68r-28,0v0,-36,-13,-43,-80,-43v-74,0,-84,-4,-84,67v0,73,8,72,80,72v68,0,83,2,87,-45r28,0v0,26,-3,39,-12,49v-14,17,-31,20,-88,21r-24,28v30,-2,54,5,54,33v0,41,-55,45,-93,34r0,-19v25,5,61,10,62,-14v0,-18,-24,-19,-47,-16v-2,-26,18,-30,26,-46v-50,0,-65,-3,-82,-16v-18,-13,-23,-34,-23,-81v0,-84,18,-92,109,-92","w":266},"\u010d":{"d":"131,-186v95,0,108,3,115,68r-28,0v0,-36,-13,-43,-80,-43v-74,0,-84,-4,-84,67v0,73,8,72,80,72v68,0,83,2,87,-45r28,0v0,26,-3,39,-12,49v-15,18,-34,21,-103,21v-55,0,-71,-2,-89,-16v-18,-13,-23,-34,-23,-81v0,-84,18,-92,109,-92xm206,-278r-53,67r-32,0r-53,-67r28,0r41,50r40,-50r29,0","w":266},"\u00e9":{"d":"152,-22v63,0,67,3,76,-33v9,2,25,-3,30,2v-4,58,-46,56,-117,56v-64,0,-76,-2,-95,-17v-18,-15,-24,-36,-24,-84v0,-83,27,-88,117,-88v101,0,117,12,119,101r-205,0v5,63,15,63,99,63xm227,-111v-2,-55,-23,-51,-86,-51v-74,0,-87,9,-87,51r173,0xm121,-211r53,-67r37,0r-66,67r-24,0","w":278},"\u0119":{"d":"152,-22v63,0,67,3,76,-33v9,2,25,-3,30,2v-4,48,-31,55,-88,56v-22,15,-33,29,-33,44v-1,23,27,31,51,21r0,22v-36,13,-76,-5,-76,-39v0,-21,12,-35,28,-48v-63,0,-76,-2,-94,-17v-18,-15,-24,-36,-24,-84v0,-83,27,-88,117,-88v101,0,117,12,119,101r-205,0v5,63,15,63,99,63xm227,-111v-2,-55,-23,-51,-86,-51v-74,0,-87,9,-87,51r173,0","w":278},"\u00eb":{"d":"152,-22v63,0,67,3,76,-33v9,2,25,-3,30,2v-4,58,-46,56,-117,56v-64,0,-76,-2,-95,-17v-18,-15,-24,-36,-24,-84v0,-83,27,-88,117,-88v101,0,117,12,119,101r-205,0v5,63,15,63,99,63xm227,-111v-2,-55,-23,-51,-86,-51v-74,0,-87,9,-87,51r173,0xm120,-217r-32,0r0,-39r32,0r0,39xm195,-217r-31,0r0,-39r31,0r0,39","w":278},"\u011b":{"d":"152,-22v63,0,67,3,76,-33v9,2,25,-3,30,2v-4,58,-46,56,-117,56v-64,0,-76,-2,-95,-17v-18,-15,-24,-36,-24,-84v0,-83,27,-88,117,-88v101,0,117,12,119,101r-205,0v5,63,15,63,99,63xm227,-111v-2,-55,-23,-51,-86,-51v-74,0,-87,9,-87,51r173,0xm210,-278r-53,67r-32,0r-53,-67r28,0r41,50r40,-50r29,0","w":278},"\u00ed":{"d":"32,-183r30,0r0,183r-30,0r0,-183xm19,-211r53,-67r37,0r-66,67r-24,0","w":93},"\u00ee":{"d":"32,-183r30,0r0,183r-30,0r0,-183xm-22,-211r53,-67r31,0r54,67r-29,0r-41,-50r-40,50r-28,0","w":93},"\u010f":{"d":"22,-96v0,-97,61,-91,148,-90v29,0,53,11,57,28r0,-105r30,0r0,263r-28,0r0,-30v-15,39,-73,36,-126,33v-59,-3,-81,-20,-81,-99xm133,-161v-70,0,-79,6,-79,59v0,48,1,56,10,66v9,21,149,19,152,-4v17,-11,15,-105,-4,-109v-12,-10,-26,-12,-79,-12xm298,-263r29,0r-20,68r-19,0","w":285,"k":{"\u201d":-35,"\u201c":-35,"\u2019":-35,"\u2018":-35,"l":-40,"k":-40,"h":-40,"b":-40,"?":-40,"'":-35,"\"":-35}},"\u0111":{"d":"22,-96v0,-97,61,-91,148,-90v29,0,53,11,57,28r0,-50r-96,0r0,-22r96,0r0,-33r30,0r0,33r37,0r0,22r-37,0r0,208r-28,0r0,-30v-15,39,-73,36,-126,33v-59,-3,-81,-20,-81,-99xm133,-161v-70,0,-79,6,-79,59v0,48,1,56,10,66v9,21,149,19,152,-4v17,-11,15,-105,-4,-109v-12,-10,-26,-12,-79,-12","w":285},"\u0144":{"d":"143,-161v-55,0,-85,8,-85,51r0,110r-30,0r0,-183r29,0r0,34v16,-28,36,-37,86,-37v85,0,112,16,112,67r0,119r-30,0r0,-116v-1,-51,-27,-45,-82,-45xm124,-211r53,-67r38,0r-66,67r-25,0","w":281},"\u0148":{"d":"143,-161v-55,0,-85,8,-85,51r0,110r-30,0r0,-183r29,0r0,34v16,-28,36,-37,86,-37v85,0,112,16,112,67r0,119r-30,0r0,-116v-1,-51,-27,-45,-82,-45xm215,-278r-54,67r-32,0r-53,-67r29,0r40,50r41,-50r29,0","w":281},"\u00f3":{"d":"269,-93v1,82,-21,96,-98,96v-93,0,-97,1,-114,-10v-28,-18,-36,-32,-35,-83v0,-41,2,-54,14,-69v18,-22,40,-27,118,-27v54,0,79,5,97,23v15,14,18,29,18,70xm237,-96v-1,-61,-12,-65,-76,-65v-95,0,-107,-12,-107,65v0,34,2,47,9,57v10,14,26,17,81,17v53,0,67,-3,79,-13v12,-9,14,-23,14,-61xm126,-211r53,-67r37,0r-66,67r-24,0","w":291},"\u00f4":{"d":"269,-93v1,82,-21,96,-98,96v-93,0,-97,1,-114,-10v-28,-18,-36,-32,-35,-83v0,-41,2,-54,14,-69v18,-22,40,-27,118,-27v54,0,79,5,97,23v15,14,18,29,18,70xm237,-96v-1,-61,-12,-65,-76,-65v-95,0,-107,-12,-107,65v0,34,2,47,9,57v10,14,26,17,81,17v53,0,67,-3,79,-13v12,-9,14,-23,14,-61xm78,-211r53,-67r31,0r54,67r-29,0r-40,-50r-41,50r-28,0","w":291},"\u0151":{"d":"269,-93v1,82,-21,96,-98,96v-93,0,-97,1,-114,-10v-28,-18,-36,-32,-35,-83v0,-41,2,-54,14,-69v18,-22,40,-27,118,-27v54,0,79,5,97,23v15,14,18,29,18,70xm237,-96v-1,-61,-12,-65,-76,-65v-95,0,-107,-12,-107,65v0,34,2,47,9,57v10,14,26,17,81,17v53,0,67,-3,79,-13v12,-9,14,-23,14,-61xm103,-211r48,-67r32,0r-57,67r-23,0xm154,-211r56,-67r32,0r-63,67r-25,0","w":291},"\u00f6":{"d":"269,-93v1,82,-21,96,-98,96v-93,0,-97,1,-114,-10v-28,-18,-36,-32,-35,-83v0,-41,2,-54,14,-69v18,-22,40,-27,118,-27v54,0,79,5,97,23v15,14,18,29,18,70xm237,-96v-1,-61,-12,-65,-76,-65v-95,0,-107,-12,-107,65v0,34,2,47,9,57v10,14,26,17,81,17v53,0,67,-3,79,-13v12,-9,14,-23,14,-61xm125,-217r-31,0r0,-39r31,0r0,39xm201,-217r-31,0r0,-39r31,0r0,39","w":291},"\u00f7":{"d":"171,-12v-15,0,-25,-10,-25,-27v0,-17,10,-27,25,-27v16,0,26,10,26,27v0,16,-11,27,-26,27xm171,-181v-15,0,-25,-11,-25,-27v0,-17,10,-27,25,-27v16,0,26,10,26,27v0,16,-11,27,-26,27xm41,-138r264,0r0,30r-264,0r0,-30"},"\u0159":{"d":"28,0r0,-183r29,0r0,26v16,-44,126,-36,151,-9v10,12,12,22,12,66r-28,0v8,-55,-22,-61,-81,-61v-78,0,-47,95,-53,161r-30,0xm193,-278r-53,67r-32,0r-53,-67r29,0r40,50r41,-50r28,0","w":231},"\u016f":{"d":"131,3v-75,0,-104,-8,-104,-69r0,-117r30,0r0,117v8,42,17,44,84,44v59,0,81,-8,81,-56r0,-105r31,0r0,183r-29,0r0,-32v-14,28,-33,35,-93,35xm141,-309v26,0,48,22,48,49v0,27,-22,49,-49,49v-26,0,-48,-22,-48,-49v0,-27,21,-49,49,-49xm140,-289v-16,0,-29,13,-29,29v0,16,12,29,29,29v16,0,30,-13,30,-29v0,-16,-13,-29,-30,-29","w":280},"\u00fa":{"d":"131,3v-75,0,-104,-8,-104,-69r0,-117r30,0r0,117v8,42,17,44,84,44v59,0,81,-8,81,-56r0,-105r31,0r0,183r-29,0r0,-32v-14,28,-33,35,-93,35xm119,-211r53,-67r38,0r-66,67r-25,0","w":280},"\u0171":{"d":"131,3v-75,0,-104,-8,-104,-69r0,-117r30,0r0,117v8,42,17,44,84,44v59,0,81,-8,81,-56r0,-105r31,0r0,183r-29,0r0,-32v-14,28,-33,35,-93,35xm96,-211r49,-67r31,0r-56,67r-24,0xm148,-211r55,-67r32,0r-63,67r-24,0","w":280},"\u00fc":{"d":"131,3v-75,0,-104,-8,-104,-69r0,-117r30,0r0,117v8,42,17,44,84,44v59,0,81,-8,81,-56r0,-105r31,0r0,183r-29,0r0,-32v-14,28,-33,35,-93,35xm118,-217r-31,0r0,-39r31,0r0,39xm194,-217r-32,0r0,-39r32,0r0,39","w":280},"\u00fd":{"d":"0,-183r35,0r90,161r79,-161r33,0r-107,214v-14,29,-46,38,-92,36r0,-25v42,1,64,-8,74,-39r-8,0xm101,-211r53,-67r37,0r-66,67r-24,0","w":238},"\u0163":{"d":"126,3v-57,-2,-84,-11,-84,-66r0,-96r-39,0r0,-24r39,0r0,-44r31,0r0,44r124,0r0,24r-124,0v7,60,-28,137,54,137v51,0,50,-16,49,-62r26,0v3,66,-10,89,-76,87xm100,27r32,0r-30,66r-24,0","w":214},"\u02d9":{"d":"62,-225r-31,0r0,-38r31,0r0,38","w":93},"\u00c0":{"d":"154,-260r45,0r157,260r-40,0r-34,-57r-208,0r-32,57r-40,0xm90,-84r176,0r-89,-149xm107,-354r37,0r54,66r-25,0","w":357},"\u00c3":{"d":"154,-260r45,0r157,260r-40,0r-34,-57r-208,0r-32,57r-40,0xm90,-84r176,0r-89,-149xm103,-293v3,-30,21,-47,42,-47v0,0,78,50,89,-2r19,0v-3,27,-19,46,-40,46v-37,-1,-78,-48,-93,3r-17,0","w":357},"\u0100":{"d":"154,-260r45,0r157,260r-40,0r-34,-57r-208,0r-32,57r-40,0xm90,-84r176,0r-89,-149xm107,-327r141,0r0,21r-141,0r0,-21","w":357},"\u00c5":{"d":"154,-260r45,0r157,260r-40,0r-34,-57r-208,0r-32,57r-40,0xm90,-84r176,0r-89,-149xm177,-378v26,0,49,23,49,49v0,27,-22,49,-49,49v-27,0,-49,-22,-49,-49v0,-27,22,-49,49,-49xm177,-358v-16,0,-29,13,-29,29v0,16,13,29,29,29v16,0,30,-13,30,-29v0,-17,-13,-29,-30,-29","w":357},"\u00c6":{"d":"163,-260r255,0r0,29r-172,0r0,82r164,0r0,28r-164,0r0,92r176,0r0,29r-211,0r0,-61r-133,0r-38,61r-40,0xm98,-90r113,0r0,-141r-28,0","w":444},"\u00d0":{"d":"356,-131v0,99,-19,131,-104,131r-217,0r0,-122r-39,0r0,-24r39,0r0,-114r209,0v90,0,112,26,112,129xm196,-146r0,24r-127,0r0,93r177,0v62,0,75,-19,75,-102v0,-82,-13,-102,-68,-102r-184,0r0,87r127,0","w":384},"\u00c8":{"d":"35,0r0,-260r256,0r0,29r-222,0r0,82r213,0r0,28r-213,0r0,92r223,0r0,29r-257,0xm90,-354r37,0r53,66r-24,0","w":313},"\u00ca":{"d":"35,0r0,-260r256,0r0,29r-222,0r0,82r213,0r0,28r-213,0r0,92r223,0r0,29r-257,0xm91,-288r53,-66r32,0r53,66r-28,0r-41,-49r-40,49r-29,0","w":313},"\u0112":{"d":"35,0r0,-260r256,0r0,29r-222,0r0,82r213,0r0,28r-213,0r0,92r223,0r0,29r-257,0xm90,-327r141,0r0,21r-141,0r0,-21","w":313},"\u0116":{"d":"35,0r0,-260r256,0r0,29r-222,0r0,82r213,0r0,28r-213,0r0,92r223,0r0,29r-257,0xm176,-301r-31,0r0,-38r31,0r0,38","w":313},"\u011e":{"d":"350,-182r-32,0v0,-23,-2,-32,-9,-40v-12,-12,-26,-13,-125,-13v-84,0,-94,2,-107,13v-26,22,-16,177,-3,181v29,28,123,12,179,15v60,3,69,-23,65,-75r-135,0r0,-29r171,0v1,107,-7,133,-93,133v-64,0,-179,9,-207,-18v-19,-18,-26,-40,-26,-96v0,-63,0,-75,2,-88v10,-57,39,-65,117,-65r95,0v81,0,110,21,108,82xm123,-351r19,0v5,25,23,39,51,39v28,0,43,-12,50,-39r18,0v-4,39,-29,61,-70,61v-39,0,-64,-22,-68,-61","w":380},"\u0122":{"d":"350,-182r-32,0v0,-23,-2,-32,-9,-40v-12,-12,-26,-13,-125,-13v-84,0,-94,2,-107,13v-26,22,-16,177,-3,181v29,28,123,12,179,15v60,3,69,-23,65,-75r-135,0r0,-29r171,0v1,107,-7,133,-93,133v-64,0,-179,9,-207,-18v-19,-18,-26,-40,-26,-96v0,-63,0,-75,2,-88v10,-57,39,-65,117,-65r95,0v81,0,110,21,108,82xm181,27r33,0r-31,66r-23,0","w":380},"\u00cc":{"d":"71,-260r0,260r-35,0r0,-260r35,0xm-8,-354r38,0r53,66r-25,0","w":107},"\u00cf":{"d":"71,-260r0,260r-35,0r0,-260r35,0xm32,-293r-32,0r0,-40r32,0r0,40xm107,-293r-31,0r0,-40r31,0r0,40","w":107},"\u012a":{"d":"71,-260r0,260r-35,0r0,-260r35,0xm-17,-327r142,0r0,21r-142,0r0,-21","w":107},"\u0130":{"d":"71,-260r0,260r-35,0r0,-260r35,0xm69,-301r-31,0r0,-38r31,0r0,38","w":107},"\u012e":{"d":"71,-260r0,260v-23,16,-35,31,-35,47v-1,23,27,31,51,21r0,22v-37,13,-75,-5,-75,-39v0,-22,13,-39,29,-51r-5,0r0,-260r35,0","w":107},"\u0136":{"d":"35,0r0,-260r34,0r0,110r45,0r164,-110r59,0r-186,125r202,135r-62,0r-179,-122r-43,0r0,122r-34,0xm170,27r32,0r-31,66r-23,0","w":351},"\u013b":{"d":"35,0r0,-260r34,0r0,230r203,0r0,30r-237,0xm138,27r33,0r-31,66r-24,0","w":275},"\u00d1":{"d":"35,0r0,-260r52,0r239,232r0,-232r35,0r0,260r-53,0r-239,-231r0,231r-34,0xm124,-293v3,-30,22,-47,43,-47v35,0,77,49,89,-2r18,0v-3,27,-18,46,-39,46v-37,0,-79,-48,-93,3r-18,0","w":395},"\u0145":{"d":"35,0r0,-260r52,0r239,232r0,-232r35,0r0,260r-53,0r-239,-231r0,231r-34,0xm190,27r33,0r-31,66r-23,0","w":395},"\u00d2":{"d":"141,-264r120,0v110,-5,103,69,103,166v0,78,-20,101,-105,101r-131,0v-73,0,-100,-23,-100,-101v0,-102,-7,-166,113,-166xm63,-93v-9,93,102,68,181,68v40,0,55,-3,67,-12v13,-10,18,-28,18,-81v0,-72,-1,-83,-8,-95v-22,-37,-132,-16,-192,-22v-84,-9,-59,72,-66,142xm126,-354r37,0r53,66r-24,0","w":391},"\u00d5":{"d":"141,-264r120,0v110,-5,103,69,103,166v0,78,-20,101,-105,101r-131,0v-73,0,-100,-23,-100,-101v0,-102,-7,-166,113,-166xm63,-93v-9,93,102,68,181,68v40,0,55,-3,67,-12v13,-10,18,-28,18,-81v0,-72,-1,-83,-8,-95v-22,-37,-132,-16,-192,-22v-84,-9,-59,72,-66,142xm121,-293v3,-30,22,-47,43,-47v0,0,78,50,89,-2r18,0v-3,27,-18,46,-39,46v-37,0,-79,-48,-93,3r-18,0","w":391},"\u014c":{"d":"141,-264r120,0v110,-5,103,69,103,166v0,78,-20,101,-105,101r-131,0v-73,0,-100,-23,-100,-101v0,-102,-7,-166,113,-166xm63,-93v-9,93,102,68,181,68v40,0,55,-3,67,-12v13,-10,18,-28,18,-81v0,-72,-1,-83,-8,-95v-22,-37,-132,-16,-192,-22v-84,-9,-59,72,-66,142xm126,-327r141,0r0,21r-141,0r0,-21","w":391},"\u00d8":{"d":"141,-264v62,0,144,-9,186,13r31,-24r15,19r-26,21v24,27,17,87,17,137v0,78,-20,101,-105,101v-65,0,-154,10,-198,-13r-30,24r-18,-20r29,-23v-19,-26,-14,-91,-14,-139v0,-73,26,-96,113,-96xm90,-32v36,13,105,7,154,7v40,0,55,-3,67,-12v13,-10,18,-28,18,-81v0,-75,-1,-81,-9,-97xm63,-169v0,39,-5,91,7,118r230,-179v-46,-10,-116,-5,-171,-5v-52,0,-66,15,-66,66","w":391},"\u0152":{"d":"173,3v-112,1,-140,-6,-145,-102v-5,-89,-5,-170,89,-165v56,3,143,-15,157,29r0,-25r209,0r0,29r-173,0r0,82r164,0r0,28r-164,0r0,92r174,0r0,29r-210,0r0,-26v-12,26,-26,29,-101,29xm63,-95v0,74,8,70,114,70v53,0,71,-5,82,-15v23,-4,16,-178,7,-173v-16,-34,-94,-18,-144,-22v-77,-7,-59,74,-59,140","w":505},"\u0156":{"d":"282,-116v37,14,49,10,46,80v0,7,-1,20,-1,36r-32,0v-1,-52,13,-103,-50,-103r-176,0r0,103r-34,0r0,-260r200,0v77,2,93,6,95,82v2,50,-14,56,-48,62xm246,-131v38,-3,52,-8,51,-52v0,-41,-11,-50,-67,-50r-161,0r0,102r177,0xm166,27r33,0r-31,66r-24,0","w":360},"\u0218":{"d":"137,3v-85,1,-110,-11,-111,-85r33,0v-1,45,7,59,68,57v62,-2,177,20,164,-48v4,-65,-82,-39,-136,-42v-95,-5,-121,-2,-129,-74v7,-74,32,-75,130,-75v91,0,116,3,137,15v20,11,27,30,26,63r-33,0v0,-23,-2,-30,-11,-37v-12,-9,-34,-12,-106,-12v-93,0,-109,6,-109,45v0,64,96,41,152,43v83,4,113,6,113,74v0,74,-34,73,-121,76r-67,0xm162,27r33,0r-31,66r-23,0","w":349},"\u00de":{"d":"323,-149v-1,65,-14,76,-74,76r-180,0r0,73r-34,0r0,-260r34,0r0,33r179,0v60,3,76,12,75,78xm238,-102v38,-2,51,-6,51,-47v0,-42,-8,-50,-52,-50r-168,0r0,97r169,0","w":342},"\u00d9":{"d":"32,-260r34,0r0,187v-8,76,109,48,173,48v51,0,66,-9,66,-42r0,-192r35,0r0,195v1,46,-23,61,-65,66v-18,2,-195,3,-198,-4v-32,-9,-45,-28,-45,-67r0,-191xm116,-354r37,0r53,66r-24,0","w":371},"\u00db":{"d":"32,-260r34,0r0,187v-8,76,109,48,173,48v51,0,66,-9,66,-42r0,-192r35,0r0,195v1,46,-23,61,-65,66v-18,2,-195,3,-198,-4v-32,-9,-45,-28,-45,-67r0,-191xm117,-288r53,-66r32,0r53,66r-29,0r-40,-49r-41,49r-28,0","w":371},"\u016a":{"d":"32,-260r34,0r0,187v-8,76,109,48,173,48v51,0,66,-9,66,-42r0,-192r35,0r0,195v1,46,-23,61,-65,66v-18,2,-195,3,-198,-4v-32,-9,-45,-28,-45,-67r0,-191xm116,-327r141,0r0,21r-141,0r0,-21","w":371},"\u0172":{"d":"340,-64v-6,71,-46,68,-135,67v-22,15,-32,29,-32,44v-1,23,27,31,51,21r0,22v-37,13,-76,-5,-76,-39v0,-21,12,-35,28,-48v-55,0,-86,-2,-99,-5v-32,-9,-45,-28,-45,-67r0,-191r34,0r0,187v-8,76,109,48,173,48v51,0,66,-9,66,-42r0,-192r35,0r0,195","w":371},"\u0178":{"d":"0,-260r48,0r121,120r118,-120r46,0r-148,151r0,109r-34,0r0,-109xm147,-293r-31,0r0,-40r31,0r0,40xm222,-293r-31,0r0,-40r31,0r0,40","w":334},"\u00e0":{"d":"136,-186v92,0,114,2,114,72r0,114r-31,0r0,-19v-12,32,-68,20,-110,22v-80,4,-82,-2,-90,-59v-9,-68,74,-54,135,-54v39,0,53,5,65,21v-3,-73,0,-74,-94,-72v-58,1,-62,-6,-67,31r-30,0v0,-23,4,-33,13,-42v13,-12,30,-14,95,-14xm122,-87v-64,0,-72,3,-72,34v0,28,10,32,65,32v90,0,104,-4,104,-32v0,-31,-11,-34,-97,-34xm69,-278r37,0r53,67r-24,0","w":276},"\u00e3":{"d":"136,-186v92,0,114,2,114,72r0,114r-31,0r0,-19v-12,32,-68,20,-110,22v-80,4,-82,-2,-90,-59v-9,-68,74,-54,135,-54v39,0,53,5,65,21v-3,-73,0,-74,-94,-72v-58,1,-62,-6,-67,31r-30,0v0,-23,4,-33,13,-42v13,-12,30,-14,95,-14xm122,-87v-64,0,-72,3,-72,34v0,28,10,32,65,32v90,0,104,-4,104,-32v0,-31,-11,-34,-97,-34xm64,-217v3,-30,22,-47,43,-47v0,0,78,50,89,-2r19,0v-3,27,-19,46,-40,46v-37,0,-79,-48,-93,3r-18,0","w":276},"\u0101":{"d":"136,-186v92,0,114,2,114,72r0,114r-31,0r0,-19v-12,32,-68,20,-110,22v-80,4,-82,-2,-90,-59v-9,-68,74,-54,135,-54v39,0,53,5,65,21v-3,-73,0,-74,-94,-72v-58,1,-62,-6,-67,31r-30,0v0,-23,4,-33,13,-42v13,-12,30,-14,95,-14xm122,-87v-64,0,-72,3,-72,34v0,28,10,32,65,32v90,0,104,-4,104,-32v0,-31,-11,-34,-97,-34xm69,-251r141,0r0,21r-141,0r0,-21","w":276},"\u00e5":{"d":"136,-186v92,0,114,2,114,72r0,114r-31,0r0,-19v-12,32,-68,20,-110,22v-80,4,-82,-2,-90,-59v-9,-68,74,-54,135,-54v39,0,53,5,65,21v-3,-73,0,-74,-94,-72v-58,1,-62,-6,-67,31r-30,0v0,-23,4,-33,13,-42v13,-12,30,-14,95,-14xm122,-87v-64,0,-72,3,-72,34v0,28,10,32,65,32v90,0,104,-4,104,-32v0,-31,-11,-34,-97,-34xm140,-309v26,0,48,22,48,49v0,27,-22,49,-49,49v-26,0,-48,-22,-48,-49v0,-27,21,-49,49,-49xm139,-289v-16,0,-29,13,-29,29v0,16,12,29,29,29v16,0,29,-13,29,-29v0,-16,-12,-29,-29,-29","w":276},"\u00e6":{"d":"241,-85v0,61,21,63,84,63v64,0,80,-5,80,-33v9,2,25,-3,30,2v-8,54,-34,56,-115,56v-57,0,-71,-3,-93,-29v-15,23,-35,29,-105,29v-79,0,-97,0,-103,-63v8,-56,24,-50,104,-50v55,0,68,1,87,17v-1,-71,-7,-69,-81,-69v-59,0,-66,-4,-72,32r-30,0v8,-56,20,-55,104,-56v70,0,86,5,95,29v13,-23,32,-29,94,-29v90,-1,114,17,113,101r-192,0xm241,-111r162,0v5,-41,-17,-51,-87,-51v-59,0,-75,12,-75,51xm104,-21v44,0,108,11,107,-33v0,-27,-16,-33,-90,-33v-62,0,-72,4,-72,32v0,26,12,34,55,34","w":455},"\u00f0":{"d":"269,-91v0,83,-22,94,-98,94v-93,0,-97,1,-114,-10v-27,-18,-36,-30,-35,-79v0,-39,2,-53,14,-67v18,-22,40,-26,118,-26v36,0,53,5,69,17v-15,-18,-35,-36,-71,-54r-62,22r-12,-19r49,-17r-33,-17r25,-16r40,21r58,-21r11,19r-45,16v58,35,86,67,86,137xm237,-93v-1,-58,-14,-61,-76,-61v-57,0,-73,1,-86,7v-28,0,-24,94,-12,109v11,13,26,16,81,16v53,0,67,-3,79,-12v12,-9,14,-23,14,-59","w":291},"\u00e8":{"d":"152,-22v63,0,67,3,76,-33v9,2,25,-3,30,2v-4,58,-46,56,-117,56v-64,0,-76,-2,-95,-17v-18,-15,-24,-36,-24,-84v0,-83,27,-88,117,-88v101,0,117,12,119,101r-205,0v5,63,15,63,99,63xm227,-111v-2,-55,-23,-51,-86,-51v-74,0,-87,9,-87,51r173,0xm72,-278r37,0r54,67r-25,0","w":278},"\u00ea":{"d":"152,-22v63,0,67,3,76,-33v9,2,25,-3,30,2v-4,58,-46,56,-117,56v-64,0,-76,-2,-95,-17v-18,-15,-24,-36,-24,-84v0,-83,27,-88,117,-88v101,0,117,12,119,101r-205,0v5,63,15,63,99,63xm227,-111v-2,-55,-23,-51,-86,-51v-74,0,-87,9,-87,51r173,0xm72,-211r54,-67r31,0r54,67r-29,0r-41,-50r-40,50r-29,0","w":278},"\u0113":{"d":"152,-22v63,0,67,3,76,-33v9,2,25,-3,30,2v-4,58,-46,56,-117,56v-64,0,-76,-2,-95,-17v-18,-15,-24,-36,-24,-84v0,-83,27,-88,117,-88v101,0,117,12,119,101r-205,0v5,63,15,63,99,63xm227,-111v-2,-55,-23,-51,-86,-51v-74,0,-87,9,-87,51r173,0xm71,-251r141,0r0,21r-141,0r0,-21","w":278},"\u0117":{"d":"152,-22v63,0,67,3,76,-33v9,2,25,-3,30,2v-4,58,-46,56,-117,56v-64,0,-76,-2,-95,-17v-18,-15,-24,-36,-24,-84v0,-83,27,-88,117,-88v101,0,117,12,119,101r-205,0v5,63,15,63,99,63xm227,-111v-2,-55,-23,-51,-86,-51v-74,0,-87,9,-87,51r173,0xm158,-225r-31,0r0,-38r31,0r0,38","w":278},"\u011f":{"d":"55,6v5,40,23,36,85,36v49,0,71,-6,80,-19v5,-6,5,-22,6,-60v-4,13,-14,20,-28,24v-12,4,-30,5,-83,5v-41,0,-59,-6,-75,-21v-21,-8,-26,-112,-3,-134v19,-18,38,-23,97,-23v69,0,82,6,94,32r0,-29r28,0r0,168v0,82,-38,82,-125,82v-44,0,-51,0,-64,-4v-28,-10,-42,-27,-40,-57r28,0xm227,-96v0,-66,-14,-65,-94,-65v-68,0,-81,8,-81,57v0,65,2,69,77,69v73,0,98,6,98,-61xm71,-275r19,0v5,25,23,39,51,39v28,0,43,-12,50,-39r18,0v-4,39,-29,61,-70,61v-39,0,-64,-22,-68,-61","w":283},"\u0123":{"d":"55,6v5,40,23,36,85,36v49,0,71,-6,80,-19v5,-6,5,-22,6,-60v-4,13,-14,20,-28,24v-12,4,-30,5,-83,5v-41,0,-59,-6,-75,-21v-21,-8,-26,-112,-3,-134v19,-18,38,-23,97,-23v69,0,82,6,94,32r0,-29r28,0r0,168v0,82,-38,82,-125,82v-44,0,-51,0,-64,-4v-28,-10,-42,-27,-40,-57r28,0xm227,-96v0,-66,-14,-65,-94,-65v-68,0,-81,8,-81,57v0,65,2,69,77,69v73,0,98,6,98,-61xm151,-211r-33,0r32,-67r24,0","w":283},"\u0131":{"d":"32,-183r30,0r0,183r-30,0r0,-183","w":93},"\u00ec":{"d":"32,-183r30,0r0,183r-30,0r0,-183xm-15,-278r37,0r53,67r-24,0","w":93},"\u0192":{"d":"3,64r0,-27v55,13,106,-6,119,-56r24,-95r-66,0r0,-27r72,0v12,-67,35,-123,110,-123v18,0,38,2,50,5r0,25v-36,-6,-82,-7,-100,14v-16,19,-20,52,-28,79r68,0r0,27r-73,0v-18,56,-22,138,-67,164v-22,13,-74,21,-109,14"},"\u02c6":{"d":"-22,-211r53,-67r31,0r54,67r-29,0r-41,-50r-40,50r-28,0","w":93},"\u02dc":{"d":"-28,-217v3,-30,21,-47,42,-47v0,0,78,50,89,-2r19,0v-3,27,-19,46,-40,46v-37,-1,-78,-48,-92,3r-18,0","w":93},"\u0153":{"d":"351,-186v91,0,116,17,116,101r-201,0v-4,54,26,64,89,63v68,0,83,-5,83,-33v9,1,24,-3,29,2v-8,59,-50,56,-126,56v-62,0,-66,-4,-90,-33v-21,31,-27,33,-108,33v-68,0,-81,-3,-101,-22v-28,-13,-27,-125,-4,-142v18,-21,40,-25,106,-25v71,0,86,1,106,29v21,-24,37,-29,101,-29xm233,-99v0,-54,-11,-62,-73,-62v-95,0,-101,-9,-106,67v-5,78,27,71,106,72v38,0,48,-1,58,-11v12,-10,15,-26,15,-66xm348,-162v-52,0,-83,9,-82,51r170,0v5,-40,-17,-51,-88,-51","w":488},"\u00a1":{"d":"71,-105r31,0r0,171r-31,0r0,-171xm106,-183r0,46r-39,0r0,-46r39,0","w":172},"\u00a2":{"d":"171,-21v69,-2,84,2,88,-46r28,0v0,26,-4,38,-12,49v-13,18,-46,21,-111,21r-13,47r-26,0r13,-47v-65,-6,-76,-21,-78,-97v-3,-93,37,-90,132,-92r12,-44r27,0r-13,45v50,2,65,21,66,67r-28,0v0,-29,-9,-40,-45,-43xm185,-163v-74,5,-97,-6,-95,69v0,63,8,64,55,73"},"\u00a3":{"d":"103,-90v-1,48,-1,52,-19,61r240,0r0,29r-300,0r0,-28v53,3,42,-28,44,-80r-44,0r0,-26r44,0v0,-46,-1,-109,15,-112v15,-14,31,-18,101,-18v81,0,96,2,112,14v17,13,24,36,22,66r-30,0v-5,-54,-5,-51,-77,-51v-61,0,-78,0,-84,1v-37,3,-20,62,-24,100r133,0r0,26r-133,0r0,18"},"\u00a5":{"d":"22,-260r47,0r107,124r103,-124r46,0r-107,120r77,0r0,28r-103,0r0,42r103,0r0,28r-103,0r0,42r-34,0r0,-42r-103,0r0,-28r103,0r0,-42r-103,0r0,-28r76,0"},"\u00aa":{"d":"117,-203v-1,-30,8,-45,-37,-43v-32,1,-34,3,-33,22r-20,0v-1,-30,9,-37,53,-40v87,-6,47,70,56,131r-18,0r0,-10v-9,10,-16,12,-42,12v-41,0,-53,-10,-53,-42v0,-31,12,-41,51,-41v29,0,35,2,43,11xm77,-196v-28,0,-34,6,-34,23v0,19,6,24,37,24v31,0,37,-7,37,-26v0,-16,-5,-21,-40,-21","w":159},"\u00ac":{"d":"47,-171r231,0r0,130r-31,0r0,-100r-200,0r0,-30"},"\u00af":{"d":"-24,-251r142,0r0,21r-142,0r0,-21","w":93},"\u00b2":{"d":"25,-109v0,-40,-3,-59,38,-73v20,-7,58,-7,58,-33v0,-21,-11,-25,-37,-25v-32,0,-34,5,-34,29r-24,0v0,-42,12,-53,61,-53v73,0,74,78,24,92v-25,7,-63,6,-61,40r94,0r0,23r-119,0","w":172},"\u00b3":{"d":"27,-155r24,0v0,21,5,24,42,24v27,0,32,-5,32,-23v0,-25,-24,-22,-50,-22r0,-22v24,0,46,4,46,-22v0,-18,-4,-21,-40,-21v-22,0,-26,4,-26,28r-25,0v0,-38,10,-51,55,-51v50,0,60,11,60,44v0,17,-5,27,-17,32v15,6,20,19,20,34v0,40,-16,46,-61,46v-45,0,-60,-8,-60,-47","w":172},"\u00b9":{"d":"31,-219r50,-41r31,0r0,151r-25,0r0,-126r-41,35","w":172},"\u00ba":{"d":"81,-264v51,0,57,15,57,63v0,54,-8,70,-58,70v-52,0,-59,-14,-59,-68v0,-50,6,-65,60,-65xm78,-245v-33,0,-36,5,-36,49v0,42,3,46,37,46v36,0,38,-3,38,-50v0,-42,-1,-45,-39,-45","w":159},"\u00bc":{"d":"256,-35r-89,0r0,-27r82,-89r31,0r0,94r26,0r0,22r-26,0r0,35r-24,0r0,-35xm194,-57r62,0r0,-69xm182,-263r24,0r-87,266r-24,0xm16,-219r51,-41r31,0r0,151r-25,0r0,-126r-41,35"},"\u00bd":{"d":"173,-263r24,0r-87,266r-24,0xm16,-219r51,-41r31,0r0,151r-25,0r0,-126r-41,35xm186,0v0,-40,-3,-59,38,-73v20,-7,58,-7,58,-33v0,-21,-11,-25,-37,-25v-32,0,-34,5,-34,29r-25,0v0,-42,13,-52,62,-52v75,0,73,77,24,91v-25,7,-63,6,-61,40r94,0r0,23r-119,0"},"\u00be":{"d":"22,-155r24,0v0,21,5,24,41,24v27,0,33,-5,33,-23v0,-24,-24,-22,-50,-22r0,-22v24,0,46,4,46,-22v0,-18,-4,-21,-40,-21v-22,0,-26,4,-26,28r-25,0v0,-38,10,-51,55,-51v50,0,61,11,61,44v0,17,-7,27,-18,32v15,6,21,19,21,34v0,40,-16,46,-62,46v-45,0,-60,-8,-60,-47xm213,-263r24,0r-87,266r-24,0xm276,-35r-88,0r0,-27r81,-89r32,0r0,94r26,0r0,22r-26,0r0,35r-25,0r0,-35xm214,-57r62,0r0,-69"},"\u00bf":{"d":"235,-20r31,0v-1,83,-15,88,-114,87v-62,0,-80,-4,-99,-9v-43,-11,-47,-105,-5,-118v10,-4,19,-6,54,-12v34,-6,42,-12,42,-33r28,0v-1,48,-15,50,-75,60v-42,7,-48,13,-48,45v0,33,9,40,92,40v95,0,97,-5,94,-60xm179,-137r-40,0r0,-46r40,0r0,46","w":283},"\u00ef":{"d":"32,-183r30,0r0,183r-30,0r0,-183xm25,-217r-31,0r0,-39r31,0r0,39xm100,-217r-31,0r0,-39r31,0r0,39","w":93},"\u00f1":{"d":"143,-161v-55,0,-85,8,-85,51r0,110r-30,0r0,-183r29,0r0,34v16,-28,36,-37,86,-37v85,0,112,16,112,67r0,119r-30,0r0,-116v-1,-51,-27,-45,-82,-45xm71,-217v3,-30,21,-47,42,-47v0,0,78,50,89,-2r19,0v-3,27,-19,46,-40,46v-37,-1,-78,-48,-93,3r-17,0","w":281},"\u00f2":{"d":"269,-93v1,82,-21,96,-98,96v-93,0,-97,1,-114,-10v-28,-18,-36,-32,-35,-83v0,-41,2,-54,14,-69v18,-22,40,-27,118,-27v54,0,79,5,97,23v15,14,18,29,18,70xm237,-96v-1,-61,-12,-65,-76,-65v-95,0,-107,-12,-107,65v0,34,2,47,9,57v10,14,26,17,81,17v53,0,67,-3,79,-13v12,-9,14,-23,14,-61xm76,-278r38,0r53,67r-24,0","w":291},"\u00f5":{"d":"269,-93v1,82,-21,96,-98,96v-93,0,-97,1,-114,-10v-28,-18,-36,-32,-35,-83v0,-41,2,-54,14,-69v18,-22,40,-27,118,-27v54,0,79,5,97,23v15,14,18,29,18,70xm237,-96v-1,-61,-12,-65,-76,-65v-95,0,-107,-12,-107,65v0,34,2,47,9,57v10,14,26,17,81,17v53,0,67,-3,79,-13v12,-9,14,-23,14,-61xm72,-217v3,-30,22,-47,43,-47v0,0,78,50,89,-2r18,0v-3,27,-18,46,-39,46v-37,0,-79,-48,-93,3r-18,0","w":291},"\u00f8":{"d":"36,-25v-20,-20,-18,-116,0,-134v20,-20,40,-27,118,-27v42,0,66,3,83,13r29,-21r11,15r-24,18v13,14,16,29,16,68v1,82,-21,96,-98,96v-101,0,-94,2,-120,-14r-31,23r-11,-18xm223,-35v18,-4,18,-91,6,-108r-154,114v16,11,147,11,148,-6xm161,-161v-95,0,-107,-12,-107,65v0,29,1,44,6,53r152,-112v-10,-5,-25,-6,-51,-6","w":291},"\u00f9":{"d":"131,3v-75,0,-104,-8,-104,-69r0,-117r30,0r0,117v8,42,17,44,84,44v59,0,81,-8,81,-56r0,-105r31,0r0,183r-29,0r0,-32v-14,28,-33,35,-93,35xm70,-278r37,0r54,67r-25,0","w":280},"\u00fb":{"d":"131,3v-75,0,-104,-8,-104,-69r0,-117r30,0r0,117v8,42,17,44,84,44v59,0,81,-8,81,-56r0,-105r31,0r0,183r-29,0r0,-32v-14,28,-33,35,-93,35xm71,-211r53,-67r32,0r53,67r-29,0r-40,-50r-41,50r-28,0","w":280},"\u00fe":{"d":"262,-89v0,80,-19,92,-108,92v-67,0,-84,-4,-95,-30r0,93r-30,0r0,-329r30,0r0,105v13,-22,29,-28,96,-28v84,0,107,11,107,97xm154,-22v71,0,76,-2,76,-67v0,-36,-2,-48,-10,-57v-11,-12,-28,-15,-76,-15v-75,-1,-84,6,-85,71v0,34,2,43,12,53v13,12,31,15,83,15","w":284},"\u00ff":{"d":"0,-183r35,0r90,161r79,-161r33,0r-107,214v-14,29,-46,38,-92,36r0,-25v42,1,64,-8,74,-39r-8,0xm100,-217r-31,0r0,-39r31,0r0,39xm176,-217r-32,0r0,-39r32,0r0,39","w":238},"\u012b":{"d":"32,-183r30,0r0,183r-30,0r0,-183xm-24,-251r142,0r0,21r-142,0r0,-21","w":93},"\u012f":{"d":"32,-183r30,0r0,183v-23,16,-34,31,-34,47v-1,23,27,31,51,21r0,22v-36,13,-76,-5,-76,-39v0,-22,12,-38,29,-51r0,-183xm62,-263r0,37r-30,0r0,-37r30,0","w":93},"\u0137":{"d":"29,-263r30,0r0,148r17,0r106,-68r49,0r-127,81r152,102r-50,0r-131,-89r-16,0r0,89r-30,0r0,-263xm118,27r32,0r-30,66r-24,0","w":244},"\u013c":{"d":"62,-263r0,263r-30,0r0,-263r30,0xm30,27r33,0r-31,66r-24,0","w":93},"\u0146":{"d":"143,-161v-55,0,-85,8,-85,51r0,110r-30,0r0,-183r29,0r0,34v16,-28,36,-37,86,-37v85,0,112,16,112,67r0,119r-30,0r0,-116v-1,-51,-27,-45,-82,-45xm127,27r32,0r-30,66r-24,0","w":281},"\u014d":{"d":"269,-93v1,82,-21,96,-98,96v-93,0,-97,1,-114,-10v-28,-18,-36,-32,-35,-83v0,-41,2,-54,14,-69v18,-22,40,-27,118,-27v54,0,79,5,97,23v15,14,18,29,18,70xm237,-96v-1,-61,-12,-65,-76,-65v-95,0,-107,-12,-107,65v0,34,2,47,9,57v10,14,26,17,81,17v53,0,67,-3,79,-13v12,-9,14,-23,14,-61xm76,-251r142,0r0,21r-142,0r0,-21","w":291},"\u0157":{"d":"28,0r0,-183r29,0r0,26v16,-44,126,-36,151,-9v10,12,12,22,12,66r-28,0v8,-55,-22,-61,-81,-61v-78,0,-47,95,-53,161r-30,0xm26,27r33,0r-31,66r-24,0","w":231},"\u016b":{"d":"131,3v-75,0,-104,-8,-104,-69r0,-117r30,0r0,117v8,42,17,44,84,44v59,0,81,-8,81,-56r0,-105r31,0r0,183r-29,0r0,-32v-14,28,-33,35,-93,35xm69,-251r142,0r0,21r-142,0r0,-21","w":280},"\u0173":{"d":"131,3v-75,0,-104,-8,-104,-69r0,-117r30,0r0,117v8,42,17,44,84,44v59,0,81,-8,81,-56r0,-105r31,0r0,183v-25,16,-37,31,-37,47v-1,23,26,30,50,21r0,22v-36,13,-75,-5,-75,-39v0,-22,14,-37,33,-51r0,-32v-14,28,-33,35,-93,35","w":280},"\u0219":{"d":"122,27r33,0r-31,66r-24,0xm131,3v-93,0,-104,0,-109,-67r28,0v-1,36,6,42,63,42v76,0,86,0,96,-4v17,-6,19,-55,-8,-53v-5,-4,-160,2,-155,-8v-17,-8,-22,-21,-22,-48v0,-42,19,-51,106,-51v82,0,112,-5,114,57r-27,0v-4,-35,-15,-32,-64,-32v-71,0,-77,1,-88,5v-8,3,-11,11,-11,24v0,24,4,26,63,26r37,0v79,1,90,-1,98,55v-9,62,-31,54,-121,54","w":272},"\u02da":{"d":"48,-309v26,0,47,22,47,49v0,27,-22,49,-49,49v-26,0,-48,-22,-48,-49v0,-27,22,-49,50,-49xm46,-289v-16,0,-29,13,-29,29v0,16,13,29,30,29v16,0,29,-13,29,-29v0,-16,-13,-29,-30,-29","w":93},"\u03c0":{"d":"256,-30r0,26v-28,14,-70,9,-70,-31r0,-120r-95,0r0,155r-30,0r0,-155r-45,0r0,-28r243,0r0,28r-42,0r0,110v-1,28,22,21,39,15","w":277},"\u2044":{"d":"-78,3r208,-266r30,0r-208,266r-30,0","w":79},"\u03a9":{"d":"303,-147v0,70,-32,90,-60,120r68,0r0,27r-115,0r0,-21v36,-24,72,-52,72,-121v0,-66,-24,-88,-103,-88v-78,0,-106,22,-106,90v0,65,35,96,72,119r0,21r-115,0r0,-27v21,-2,51,4,68,-2v-31,-24,-60,-50,-60,-114v0,-86,43,-120,141,-120v103,0,138,37,138,116","w":327},"\u2202":{"d":"65,-221r-11,-25v19,-11,42,-18,73,-18v84,0,113,36,113,120v0,116,-48,147,-119,147v-62,0,-93,-31,-93,-86v0,-64,36,-89,99,-89v43,0,74,22,84,43v3,-70,-9,-108,-82,-106v-27,0,-43,3,-64,14xm123,-25v53,0,76,-17,84,-70v-8,-26,-38,-50,-77,-50v-45,0,-70,14,-70,61v0,40,17,59,63,59","w":270},"\u0394":{"d":"16,0r0,-26r104,-234r39,0r103,234r0,26r-246,0xm52,-30r173,0r-85,-201","w":277},"\u220f":{"d":"261,-260r0,322r-34,0r0,-290r-160,0r0,290r-32,0r0,-322r226,0","w":295},"\u2211":{"d":"255,62r-239,0r0,-27r110,-133r-104,-136r0,-26r226,0r0,32r-180,0r100,130r-107,128r194,0r0,32","w":266},"\u2212":{"d":"41,-138r264,0r0,30r-264,0r0,-30"},"\u221a":{"d":"328,-260r-150,303r-24,0r-78,-132r-28,14r-13,-27r55,-26r76,131r127,-263r35,0"},"\u221e":{"d":"218,-52v-30,0,-51,-16,-70,-47v-20,27,-40,47,-71,47v-38,0,-62,-29,-62,-70v0,-38,26,-69,65,-69v30,0,49,16,69,47v21,-27,40,-47,72,-47v38,0,61,28,61,69v0,39,-25,70,-64,70xm218,-80v20,0,35,-19,35,-42v0,-25,-14,-41,-34,-41v-22,0,-38,20,-53,41v15,24,29,42,52,42xm78,-80v23,0,39,-20,54,-41v-15,-25,-29,-42,-52,-42v-21,0,-35,18,-35,41v0,25,13,42,33,42","w":297},"\u222b":{"d":"61,9v0,-45,-10,-154,-10,-212v0,-48,34,-71,74,-57r-5,26v-21,-6,-37,1,-37,28v0,51,11,161,11,212v0,48,-33,70,-75,58r6,-27v21,6,36,-1,36,-28","w":155},"\u2248":{"d":"237,-166v19,0,36,-8,40,-37r25,0v-6,49,-32,66,-65,66v-39,0,-96,-38,-128,-38v-19,0,-37,8,-41,38r-24,0v6,-49,32,-66,65,-66v41,0,97,37,128,37xm237,-81v19,0,36,-9,40,-38r25,0v-6,49,-32,66,-65,66v-39,0,-96,-37,-128,-37v-19,0,-37,8,-41,37r-24,0v6,-49,32,-66,65,-66v41,0,97,38,128,38"},"\u2260":{"d":"43,-186r164,0r45,-53r32,0r-45,53r63,0r0,30r-88,0r-55,66r143,0r0,30r-167,0r-43,51r-31,0r42,-51r-60,0r0,-30r85,0r55,-66r-140,0r0,-30"},"\u2264":{"d":"292,-29r-243,0r0,29r243,0r0,-29xm49,-127r0,-28r243,-79r0,32r-202,61r202,60r0,33"},"\u2265":{"d":"53,-29r244,0r0,29r-244,0r0,-29xm297,-127r0,-28r-244,-79r0,32r202,61r-202,60r0,33"},"\u25ca":{"d":"226,-114r-92,143r-29,0r-92,-143r92,-146r29,0xm120,0r73,-113r-73,-118r-74,116","w":239},"\uf6c3":{"d":"30,27r33,0r-31,66r-23,0","w":93},"\ufb01":{"d":"160,-237v-49,1,-103,-12,-88,54r88,0r0,24r-88,0r0,159r-30,0r0,-159r-40,0r0,-24r40,0v-12,-75,44,-86,118,-80r0,26xm226,-263r0,37r-30,0r0,-37r30,0xm196,-183r30,0r0,183r-30,0r0,-183","w":257},"\ufb02":{"d":"160,-237v-49,1,-103,-12,-88,54r88,0r0,24r-88,0r0,159r-30,0r0,-159r-40,0r0,-24r40,0v-12,-75,44,-86,118,-80r0,26xm226,-263r0,263r-30,0r0,-263r30,0","w":257},"\u2206":{"d":"16,0r0,-26r104,-234r39,0r103,234r0,26r-246,0xm52,-30r173,0r-85,-201","w":277}}});

Cufon.registerFont({w:180,face:{"font-family":"Gill Sans MT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 1 4 2 2 3",ascent:"288",descent:"-72","x-height":"3",bbox:"-58 -330.042 375 102","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+FB02"},glyphs:{" ":{w:100,k:{"\u2018":36,"\u201c":36,Y:54,W:45,V:54,T:45,A:36}},"!":{d:"49,-41v12,0,21,11,21,23v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-13,10,-23,22,-23xm49,-71v-15,-19,-20,-90,-20,-126v0,-34,7,-52,20,-52v37,19,17,141,0,178",w:97},'"':{d:"45,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92xm103,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92",w:127},"#":{d:"1,-153r0,-22r57,0r15,-71r21,0r-15,71r74,0r15,-71r22,0r-15,71r35,0r0,22r-40,0r-13,65r53,0r0,22r-57,0r-15,70r-22,0r15,-70r-74,0r-15,70r-21,0r14,-70r-34,0r0,-22r39,0r14,-65r-53,0xm149,-153r-74,0r-14,65r75,0",w:210},"$":{d:"19,-172v0,-37,32,-60,67,-64r0,-13r29,0r0,13v23,4,41,10,54,21r0,41v-15,-15,-33,-25,-54,-30r0,71v36,10,66,31,66,70v0,37,-27,61,-66,66r0,39r-29,0r0,-39v-20,-2,-43,-10,-68,-25r0,-44v21,18,38,30,68,37r0,-78v-40,-14,-67,-23,-67,-65xm86,-204v-23,0,-42,28,-26,47v4,5,17,11,26,15r0,-62xm115,-30v41,-6,38,-51,6,-62r-6,-3r0,65",w:195},"%":{d:"188,-249r27,0r-161,252r-27,0xm124,-52v-1,-28,26,-55,55,-55v29,0,55,26,55,55v0,30,-26,54,-55,54v-29,0,-55,-25,-55,-54xm208,-52v0,-16,-14,-28,-29,-28v-16,-1,-28,13,-28,28v0,15,12,28,28,28v15,0,29,-14,29,-28xm9,-193v0,-29,26,-55,55,-55v29,0,54,26,54,55v0,28,-26,54,-54,54v-29,0,-55,-25,-55,-54xm92,-193v0,-15,-13,-29,-29,-29v-15,0,-28,14,-28,29v0,15,13,28,28,28v15,0,29,-14,29,-28",w:243},"&":{d:"102,-241v34,-1,60,21,61,54v0,21,-17,47,-46,65r35,40v10,-11,18,-25,26,-40r35,0v-8,22,-22,43,-40,64r50,58r-45,0r-28,-33v-16,15,-48,35,-79,36v-32,0,-62,-25,-61,-57v1,-38,32,-57,58,-73v-48,-40,-31,-114,34,-114xm45,-56v3,36,60,27,75,5r8,-7r-40,-46v-16,12,-45,30,-43,48xm102,-211v-40,1,-27,52,-4,65v14,-9,33,-23,32,-40v0,-14,-12,-26,-28,-25",w:225},"'":{d:"44,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92",w:67},"(":{d:"57,37v-56,-89,-36,-220,35,-286r20,0v-67,82,-71,246,0,331v-33,5,-43,-35,-55,-45",w:116},")":{d:"4,82v69,-80,67,-254,0,-331v34,-5,43,35,55,45v17,28,35,78,34,121v-4,77,-27,115,-69,165r-20,0",w:116},"*":{d:"23,-200v-21,-5,-20,-24,-4,-28v19,5,32,27,47,38v2,-2,4,-4,7,-4r-10,-51v0,-11,5,-16,13,-16v33,0,-12,60,9,71v15,-12,27,-33,47,-38v16,2,16,27,-2,28r-42,15r0,9v19,11,48,10,56,31v-17,32,-47,-19,-59,-26v-2,2,-5,3,-7,3v3,18,8,34,9,54v0,10,-4,15,-12,15v-25,-6,-4,-49,-2,-69v-2,0,-5,-1,-7,-3v-13,11,-32,34,-48,37v-21,-8,-12,-23,10,-30r35,-12r0,-9",w:150},"+":{d:"90,-42r0,-70r-70,0r0,-30r70,0r0,-70r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0",w:210},",":{d:"35,-46v29,1,32,48,14,68v-8,10,-18,17,-31,21v2,-19,17,-19,14,-43v-26,-5,-22,-46,3,-46",w:78,k:{"\u2019":36,"\u201d":36," ":36}},"-":{d:"14,-97r88,0r0,34r-88,0r0,-34",w:116},".":{d:"18,-18v0,-12,9,-21,21,-21v12,0,22,10,22,21v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21",w:78,k:{"\u2019":36,"\u201d":36," ":36}},"/":{d:"1,3r71,-252r25,0r-71,252r-25,0",w:101},"0":{d:"90,2v-108,-2,-106,-250,1,-251v104,5,106,248,-1,251xm90,-30v61,-7,61,-179,0,-185v-61,7,-61,178,0,185"},"1":{d:"73,-246r35,0r0,246r-35,0r0,-246"},"2":{d:"17,-225v58,-58,159,-2,128,84v-14,40,-39,69,-71,107r94,0r0,34v-50,-2,-110,4,-156,-2v33,-53,96,-95,103,-166v3,-27,-17,-46,-43,-46v-24,0,-42,16,-55,33r0,-44"},"3":{d:"76,-249v72,0,99,95,41,119v66,23,33,133,-40,133v-19,0,-37,-5,-54,-14r0,-38v34,24,93,28,93,-21v0,-30,-18,-38,-51,-41v2,-10,-3,-26,2,-32v28,0,47,-10,47,-37v-1,-41,-52,-46,-85,-25r0,-33v14,-7,30,-11,47,-11"},"4":{d:"128,-249r14,0r0,138r28,0r0,30r-28,0r0,81r-34,0r0,-81r-104,0r0,-15xm108,-111r0,-71r-57,71r57,0"},"5":{d:"122,-76v2,-37,-50,-53,-86,-42r0,-128r109,0r0,32r-77,0r0,62v50,-6,90,29,90,76v0,70,-81,98,-140,64r0,-36v37,29,101,21,104,-28"},"6":{d:"94,3v-70,1,-93,-82,-67,-147v18,-45,49,-76,87,-105r21,27v-36,24,-59,49,-75,90v50,-29,108,8,108,61v0,40,-34,74,-74,74xm133,-70v0,-41,-54,-51,-80,-25v-8,33,9,65,41,65v23,0,39,-18,39,-40"},"7":{d:"18,-246r158,0r-111,249r-31,-13r90,-202r-106,0r0,-34"},"8":{d:"46,-125v-54,-34,-23,-124,46,-124v68,0,101,89,42,124v64,32,29,136,-44,128v-71,7,-110,-95,-44,-128xm91,-142v20,0,39,-16,39,-37v0,-21,-17,-36,-39,-36v-22,0,-39,15,-39,36v0,20,19,37,39,37xm91,-31v24,0,42,-14,42,-38v0,-23,-19,-39,-43,-39v-24,0,-43,16,-43,39v0,23,19,38,44,38"},"9":{d:"87,-249v86,1,98,115,51,180v-21,29,-42,55,-71,72r-21,-26v32,-20,64,-54,75,-92v-47,31,-108,-7,-108,-61v0,-40,34,-74,74,-73xm48,-176v0,38,50,51,79,26v11,-36,-8,-65,-40,-66v-23,-1,-39,18,-39,40"},":":{d:"17,-18v0,-12,9,-22,21,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm20,-143v0,-12,9,-22,21,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21",w:78,k:{" ":36}},";":{d:"22,43v3,-18,16,-22,15,-43v-28,-5,-23,-46,3,-46v29,2,30,49,13,68v-8,10,-18,17,-31,21xm22,-143v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21",w:82,k:{" ":36}},"<":{d:"20,-113r0,-29r170,-72r0,31r-135,56r135,56r0,31",w:210},"=":{d:"190,-152r-170,0r0,-29r170,0r0,29xm190,-73r-170,0r0,-30r170,0r0,30",w:210},">":{d:"190,-113r-170,73r0,-31r135,-56r-135,-56r0,-31r170,72r0,29",w:210},"?":{d:"51,-63v-56,-29,15,-90,17,-130v1,-22,-25,-29,-45,-18r23,-38v34,1,58,19,58,52v0,48,-59,92,-53,134xm55,-40v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,10,-22,21,-22",w:119},"@":{d:"87,-78v0,-79,94,-156,144,-80r6,-27r32,0r-31,145v1,6,6,11,12,12v36,-8,68,-51,68,-98v0,-65,-59,-111,-126,-111v-83,0,-146,67,-146,152v0,88,61,135,152,134v56,0,98,-18,123,-52r31,0v-26,46,-80,78,-155,78v-104,0,-180,-56,-178,-157v2,-105,66,-180,175,-180v84,0,153,57,151,137v-2,63,-43,125,-107,125v-25,0,-32,-7,-34,-29v-14,15,-31,28,-54,29v-38,1,-63,-38,-63,-78xm180,-165v-56,-2,-93,140,-23,140v34,0,66,-50,64,-89v0,-28,-15,-51,-41,-51",w:363},A:{d:"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0",w:240,k:{y:9,w:9,v:9,Y:40,W:29,V:29,U:7,T:36,Q:14,O:14,G:14,C:14}},B:{d:"195,-67v-1,75,-89,69,-168,67r0,-246v72,-2,147,-5,147,64v0,24,-13,42,-38,52v32,5,59,28,59,63xm62,-140v40,2,75,-3,75,-39v0,-35,-37,-37,-75,-35r0,74xm159,-70v0,-43,-49,-40,-97,-39r0,78v49,1,97,3,97,-39",w:202,k:{A:-7}},C:{d:"54,-122v0,92,117,117,185,65r0,39v-26,14,-56,21,-90,21v-79,-1,-130,-49,-131,-125v-2,-105,119,-159,218,-107r0,38v-74,-49,-182,-21,-182,69",w:254,k:{A:-9,".":-9,",":-9}},D:{d:"253,-123v0,82,-52,126,-148,123r-78,0r0,-246r83,0v91,-2,143,43,143,123xm217,-125v0,-74,-66,-97,-154,-89r0,182r45,0v72,4,109,-34,109,-93",w:270,k:{Y:36,W:18,V:18,A:20,".":27,",":27}},E:{d:"27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246"},F:{d:"27,-246r131,0r0,32r-95,0r0,68r95,0r0,32r-95,0r0,114r-36,0r0,-246",w:168,k:{o:5,e:5,A:18,".":50,",":50}},G:{d:"55,-123v0,77,76,116,152,85r0,-52r-47,0r0,-31r82,0r0,104v-98,50,-224,4,-224,-104v0,-108,127,-159,219,-107r0,36v-72,-50,-182,-22,-182,69",w:266},H:{d:"200,-246r35,0r0,246r-35,0r0,-107r-138,0r0,107r-35,0r0,-246r35,0r0,107r138,0r0,-107",w:262},I:{d:"27,-246r36,0r0,246r-36,0r0,-246",w:90},J:{d:"-22,49v41,0,49,-9,49,-56r0,-239r36,0r0,243v2,61,-23,88,-78,85",w:90,k:{u:7,o:7,e:7}},K:{d:"166,-246r44,0r-107,117r133,129r-48,0r-125,-121r0,121r-36,0r0,-246r36,0r0,113",w:236,k:{y:27,u:18,o:22,e:22,O:43}},L:{d:"27,-246r35,0r0,214r111,0r0,32r-146,0r0,-246",w:176,k:{"\u2019":29,"\u201d":29,y:11,Y:40,W:36,V:36,T:36}},M:{d:"223,-246r32,0r0,246r-35,0r0,-191r-76,95r-6,0r-76,-95r0,191r-36,0r0,-246r33,0r82,101",w:281},N:{d:"222,-246r34,0r0,246r-31,0r-164,-189r0,189r-33,0r0,-246r29,0r165,191r0,-191",w:281},O:{d:"16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93",w:296,k:{Y:29,X:29,W:14,V:14,T:23,A:14,".":22,",":22}},P:{d:"180,-176v-2,60,-50,74,-120,69r0,107r-35,0r0,-246r78,0v44,-1,78,27,77,70xm60,-138v42,2,84,2,84,-39v0,-38,-43,-40,-84,-38r0,77",w:183,k:{o:9,e:9,A:29,".":54,",":54}},Q:{d:"280,-123v0,63,-46,114,-102,123v39,13,64,28,97,15r-36,35v-54,-6,-78,-22,-120,-50v-56,-8,-102,-60,-103,-122v-1,-73,58,-127,132,-127v73,0,132,54,132,126xm244,-123v0,-53,-42,-93,-96,-93v-54,0,-96,41,-96,94v0,51,43,92,96,92v52,0,96,-42,96,-93",w:296},R:{d:"171,-177v0,31,-18,51,-42,60v35,22,59,82,88,117r-41,0v-25,-35,-45,-79,-79,-103v-6,-4,-22,-4,-34,-4r0,107r-35,0r0,-246v72,-4,144,1,143,69xm134,-178v0,-35,-29,-40,-71,-38r0,78v42,1,71,-3,71,-40",w:217,k:{Y:36,W:27,V:29,U:11,T:32,O:22}},S:{d:"82,-28v48,0,48,-53,6,-75v-33,-18,-73,-34,-73,-81v0,-63,83,-83,129,-48r0,40v-18,-17,-38,-25,-58,-25v-30,0,-52,27,-31,49v27,29,98,51,98,104v0,70,-91,85,-137,44r0,-44v19,24,41,36,66,36",w:164},T:{d:"6,-246r205,0r0,31r-85,0r0,215r-36,0r0,-215r-84,0r0,-31",w:217,k:{y:45,w:54,u:50,r:45,o:54,e:54,a:45,O:23,A:36,";":11,":":11,".":45,"-":61,",":45}},U:{d:"127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,77,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,58,21,78,70,78",w:254,k:{A:9,".":9,",":9}},V:{d:"182,-246r35,0r-103,247r-8,0r-106,-247r35,0r74,173",w:217,k:{u:27,o:36,e:36,a:22,O:14,G:14,A:29,".":47,"-":36,",":47}},W:{d:"340,-246r35,0r-100,247r-7,0r-80,-200r-81,200r-8,0r-99,-247r35,0r68,170r68,-170r33,0r69,170",w:375,k:{y:11,u:27,o:32,e:32,a:22,O:14,A:29,".":47,"-":36,",":47}},X:{d:"205,-246r42,0r-98,119r105,127r-42,0r-84,-102r-84,102r-43,0r106,-127r-99,-119r43,0r77,94",w:254},Y:{d:"175,-246r42,0r-90,116r0,130r-36,0r0,-130r-91,-116r43,0r65,85",w:217,k:{u:43,o:50,e:47,a:43,S:7,O:29,A:40,";":11,":":11,".":47,"-":54,",":47}},Z:{d:"14,-246r212,0r-157,215r157,0r0,31r-222,0r158,-215r-148,0r0,-31",w:232},"[":{d:"31,-246r84,0r0,29r-49,0r0,267r49,0r0,29r-84,0r0,-325",w:119},"\\":{d:"75,3r-71,-252r26,0r70,252r-25,0",w:101},"]":{d:"89,79r-84,0r0,-29r49,0r0,-267r-49,0r0,-29r84,0r0,325",w:119},"^":{d:"84,-210r-42,105r-33,0r63,-141r25,0r62,141r-32,0",w:168},_:{d:"204,71r-209,0r0,-23r209,0r0,23",w:198},"`":{d:"57,-249r25,52r-20,0r-40,-52r35,0",w:120},a:{d:"13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21",w:153,k:{y:14,w:13,v:13,p:4}},b:{d:"167,-82v0,77,-82,102,-146,73r0,-237r32,0r0,96v51,-39,114,2,114,68xm135,-81v0,-47,-49,-72,-82,-39r0,88v42,15,82,-4,82,-49",k:{y:4,".":4,",":4}},c:{d:"46,-81v0,51,55,67,98,43r0,32v-63,26,-130,-6,-130,-74v0,-67,68,-106,126,-74r0,34v-39,-30,-94,-12,-94,39",w:157,k:{".":-7,",":-7}},d:{d:"16,-83v0,-60,56,-99,115,-75r0,-88r32,0r0,246r-69,0v-48,0,-78,-34,-78,-83xm48,-80v0,48,31,57,83,53r0,-103v-41,-20,-83,3,-83,50",w:183,k:{d:4}},e:{d:"90,-165v45,0,72,37,70,87r-113,0v0,57,74,63,111,31r0,31v-19,12,-35,18,-64,18v-52,-1,-77,-34,-79,-84v-2,-47,30,-83,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-7,7,-13,17,-15,30r82,0",w:172,k:{y:5,w:5,v:5,".":-7,",":-7}},f:{d:"107,-214v-35,-11,-53,11,-49,52r29,0r0,29r-29,0r0,133r-32,0r0,-133r-23,0r0,-29r23,0v-3,-58,25,-99,81,-84r0,32",w:90,k:{"\u0131":4,"\u2019":-29,"\u201d":-29,o:4,e:4}},g:{d:"41,-11v-29,-13,-15,-39,9,-44v-24,-11,-36,-27,-36,-51v-1,-61,73,-58,138,-56r0,25r-33,0v36,35,5,90,-46,90v-18,0,-24,13,-12,22v35,12,90,10,90,57v0,35,-35,50,-75,50v-40,0,-75,-15,-76,-50v0,-22,14,-37,41,-43xm107,-104v0,-16,-14,-30,-32,-30v-17,0,-32,14,-32,30v0,17,14,29,32,29v17,0,31,-14,32,-29xm120,33v0,-31,-89,-37,-90,-1v0,17,15,25,45,25v23,0,45,-5,45,-24",w:153,k:{y:-7,o:4}},h:{d:"94,-139v-20,0,-27,11,-40,23r0,116r-32,0r0,-246r32,0r0,106v35,-46,104,-26,104,48r0,92r-32,0v-5,-51,20,-139,-32,-139",k:{y:13}},i:{d:"21,-211v-1,-10,9,-19,18,-19v9,0,20,9,19,19v1,10,-10,19,-19,19v-9,0,-19,-9,-18,-19xm23,-162r32,0r0,162r-32,0r0,-162",w:78},j:{d:"19,-211v-1,-10,9,-19,18,-19v10,0,20,9,20,19v0,9,-9,19,-19,19v-9,0,-20,-9,-19,-19xm-2,59v14,-5,24,-17,24,-36r0,-185r32,0r0,185v0,28,-10,47,-32,59",w:78},k:{d:"128,-162r38,0r-69,80r83,82r-43,0r-81,-82xm23,-246r32,0r0,246r-32,0r0,-246",w:172,k:{o:11,e:11}},l:{d:"23,-246r32,0r0,246r-32,0r0,-246",w:78,k:{y:4,w:4}},m:{d:"224,0v-6,-50,20,-135,-32,-137v-13,0,-26,7,-37,20r0,117r-32,0v-7,-49,21,-137,-32,-138v-20,0,-27,8,-38,21r0,117r-32,0r0,-162r32,0r0,22v30,-34,74,-34,96,4v37,-51,107,-31,107,41r0,95r-32,0",w:277,k:{y:13,u:4}},n:{d:"126,0v-6,-50,21,-137,-33,-138v-15,0,-27,8,-38,23r0,115r-33,0r0,-162r33,0r0,21v38,-45,103,-23,103,49r0,92r-32,0",k:{y:7,v:5,u:4}},o:{d:"13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53",w:198,k:{y:7,x:5,w:4,v:4,".":11,",":11}},p:{d:"168,-80v0,58,-56,101,-115,76r0,86r-32,0r0,-244v80,-5,147,7,147,82xm135,-81v0,-45,-34,-54,-82,-51r0,100v40,20,82,-5,82,-49",k:{y:13,".":11,",":11}},q:{d:"13,-79v0,-74,65,-91,146,-83r0,244r-32,0r0,-85v-61,22,-114,-16,-114,-76xm45,-80v-2,45,45,69,82,49r0,-101v-51,-4,-80,9,-82,52"},r:{d:"126,-118v-29,-35,-69,-7,-69,33r0,85r-32,0r0,-162r32,0r0,37v26,-39,50,-55,86,-22",w:142,k:{y:-11,v:-11,t:-7,r:4,q:9,o:9,e:7,d:5,c:9,";":-14,":":-14,".":36,"-":29,",":36}},s:{d:"124,-43v0,51,-75,57,-109,31r0,-34v18,14,63,35,76,5v-12,-37,-78,-36,-75,-82v3,-45,63,-52,100,-29r0,32v-19,-11,-34,-17,-46,-17v-31,0,-22,27,2,37v26,11,52,35,52,57",w:138,k:{w:4}},t:{d:"120,-8v-42,23,-92,11,-92,-53r0,-72r-28,0v16,-25,41,-40,60,-62r0,33r51,0r0,29r-51,0v5,37,-16,105,23,107v11,0,24,-3,37,-11r0,29",w:119},u:{d:"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-34,41,-104,26,-104,-48r0,-93r32,0"},v:{d:"122,-162r34,0r-71,165r-11,0r-73,-165r35,0r44,100",w:157,k:{o:7,e:7,".":22,",":22}},w:{d:"225,-162r34,0r-71,165r-10,0r-48,-113r-48,113r-10,0r-72,-165r34,0r43,98r41,-98r24,0r40,98",w:258,k:{o:7,e:7,".":22,",":22}},x:{d:"134,-162r41,0r-66,80r71,82r-41,0r-51,-58r-48,58r-40,0r68,-82r-68,-80r40,0r48,56",k:{e:11}},y:{d:"122,-162r36,0r-115,244r-35,0r55,-117r-63,-127r36,0r44,92",w:157,k:{o:7,e:7,".":29,",":29}},z:{d:"8,-162r138,0r-86,132r86,0r0,30r-142,0r85,-132r-81,0r0,-30",w:150},"{":{d:"46,-11v0,-44,-2,-64,-36,-68r0,-29v34,-3,37,-24,36,-68v-1,-64,6,-88,66,-86r0,27v-41,-6,-36,26,-36,63v0,44,-7,65,-37,79v38,12,37,53,37,105v0,31,7,37,36,36r0,27v-60,2,-67,-23,-66,-86",w:119},"|":{d:"33,83r0,-329r28,0r0,329r-28,0",w:93},"}":{d:"44,-172v-1,-35,6,-70,-36,-63r0,-27v59,-2,67,24,66,86v0,44,1,65,36,68r0,29v-34,3,-37,25,-37,68v0,64,-6,88,-65,86r0,-27v41,6,36,-26,36,-62v1,-45,6,-66,37,-79v-30,-13,-37,-35,-37,-79",w:119},"~":{d:"195,-114v-49,60,-134,-44,-180,20r0,-36v50,-62,133,43,180,-22r0,38",w:209},"\u00c4":{d:"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0xm70,-283v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm137,-283v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16",w:240},"\u00c5":{d:"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0xm87,-297v0,-17,16,-34,33,-33v17,0,33,14,33,33v0,18,-16,34,-33,34v-17,0,-33,-16,-33,-34xm140,-296v0,-11,-10,-20,-21,-20v-11,-1,-20,8,-19,19v0,11,9,21,20,21v11,0,20,-9,20,-20",w:240},"\u00c7":{d:"54,-122v0,92,117,117,185,65r0,39v-26,14,-56,21,-90,21r-1,3v10,4,21,10,20,23v-1,25,-26,37,-56,32r0,-20v13,0,29,2,30,-9v-1,-9,-10,-10,-21,-10r7,-20v-65,-9,-109,-54,-110,-124v-1,-105,119,-159,218,-107r0,38v-74,-49,-182,-21,-182,69",w:254},"\u00c9":{d:"27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246xm129,-316r-39,52r-20,0r24,-52r35,0"},"\u00d1":{d:"222,-246r34,0r0,246r-31,0r-164,-189r0,189r-33,0r0,-246r29,0r165,191r0,-191xm121,-312v14,-2,61,34,63,-1r14,0v0,22,-9,41,-28,43v-17,2,-59,-33,-63,0r-15,0v3,-27,8,-38,29,-42",w:281},"\u00d6":{d:"16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93xm96,-283v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm163,-283v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16",w:296},"\u00dc":{d:"127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,77,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,58,21,78,70,78xm78,-283v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm145,-283v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16",w:254},"\u00e1":{d:"13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21xm116,-249r-39,52r-20,0r24,-52r35,0",w:153},"\u00e0":{d:"13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21xm74,-249r25,52r-20,0r-40,-52r35,0",w:153},"\u00e2":{d:"13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21xm93,-251r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0",w:153},"\u00e4":{d:"13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21xm27,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm94,-223v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16",w:153},"\u00e3":{d:"13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21xm53,-245v14,-2,61,34,63,-1r14,0v0,22,-9,41,-28,43v-17,2,-59,-33,-63,0r-15,0v3,-27,8,-38,29,-42",w:153},"\u00e5":{d:"13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21xm44,-230v0,-17,16,-34,33,-33v17,0,33,14,33,33v0,18,-16,34,-33,34v-17,0,-33,-16,-33,-34xm97,-229v0,-11,-10,-20,-21,-20v-11,-1,-20,8,-19,19v0,11,9,21,20,21v11,0,20,-9,20,-20",w:153},"\u00e7":{d:"46,-81v0,51,55,67,98,43r0,32v-17,6,-32,9,-49,9r-1,3v10,4,21,10,20,23v-1,25,-27,37,-57,32r0,-20v14,0,29,1,31,-9v-1,-9,-10,-10,-21,-10r8,-21v-33,-7,-61,-35,-61,-81v0,-67,68,-106,126,-74r0,34v-39,-30,-94,-12,-94,39",w:157},"\u00e9":{d:"90,-165v45,0,72,37,70,87r-113,0v0,57,74,63,111,31r0,31v-19,12,-35,18,-64,18v-52,-1,-77,-34,-79,-84v-2,-47,30,-83,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-7,7,-13,17,-15,30r82,0xm125,-249r-39,52r-20,0r24,-52r35,0",w:172},"\u00e8":{d:"90,-165v45,0,72,37,70,87r-113,0v0,57,74,63,111,31r0,31v-19,12,-35,18,-64,18v-52,-1,-77,-34,-79,-84v-2,-47,30,-83,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-7,7,-13,17,-15,30r82,0xm83,-249r25,52r-20,0r-40,-52r35,0",w:172},"\u00ea":{d:"90,-165v45,0,72,37,70,87r-113,0v0,57,74,63,111,31r0,31v-19,12,-35,18,-64,18v-52,-1,-77,-34,-79,-84v-2,-47,30,-83,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-7,7,-13,17,-15,30r82,0xm102,-251r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0",w:172},"\u00eb":{d:"90,-165v45,0,72,37,70,87r-113,0v0,57,74,63,111,31r0,31v-19,12,-35,18,-64,18v-52,-1,-77,-34,-79,-84v-2,-47,30,-83,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-7,7,-13,17,-15,30r82,0xm36,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm103,-223v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16",w:172},"\u00ed":{d:"23,-162r32,0r0,162r-32,0r0,-162xm91,-249r-39,52r-20,0r24,-52r35,0",w:78},"\u00ec":{d:"23,-162r32,0r0,162r-32,0r0,-162xm29,-249r25,52r-20,0r-40,-52r35,0",w:78},"\u00ee":{d:"23,-162r32,0r0,162r-32,0r0,-162xm58,-251r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0",w:78},"\u00ef":{d:"23,-162r32,0r0,162r-32,0r0,-162xm-11,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm56,-223v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16",w:78},"\u00f1":{d:"126,0v-6,-50,21,-137,-33,-138v-15,0,-27,8,-38,23r0,115r-33,0r0,-162r33,0r0,21v38,-45,103,-23,103,49r0,92r-32,0xm66,-245v14,-2,61,34,63,-1r14,0v0,22,-9,41,-28,43v-17,2,-59,-33,-63,0r-15,0v3,-27,8,-38,29,-42"},"\u00f3":{d:"13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53xm135,-249r-39,52r-20,0r24,-52r35,0",w:198},"\u00f2":{d:"13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53xm85,-249r25,52r-20,0r-40,-52r35,0",w:198},"\u00f4":{d:"13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53xm113,-251r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0",w:198},"\u00f6":{d:"13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53xm44,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm111,-223v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16",w:198},"\u00f5":{d:"13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53xm79,-245v14,-2,61,34,63,-1r14,0v0,22,-9,41,-28,43v-17,2,-59,-33,-63,0r-15,0v3,-27,8,-38,29,-42",w:198},"\u00fa":{d:"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-34,41,-104,26,-104,-48r0,-93r32,0xm129,-249r-39,52r-20,0r24,-52r35,0"},"\u00f9":{d:"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-34,41,-104,26,-104,-48r0,-93r32,0xm87,-249r25,52r-20,0r-40,-52r35,0"},"\u00fb":{d:"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-34,41,-104,26,-104,-48r0,-93r32,0xm106,-251r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0"},"\u00fc":{d:"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-34,41,-104,26,-104,-48r0,-93r32,0xm40,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm107,-223v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16"},"\u2020":{d:"71,-216v0,-16,4,-32,18,-33v30,6,12,73,6,100v24,-8,65,-19,72,7v-11,26,-38,15,-72,7r6,66v4,40,5,71,5,95v-1,31,2,51,-18,56v-21,-3,-18,-24,-19,-54v0,-27,9,-141,12,-163v-25,7,-64,20,-71,-7v4,-27,50,-15,71,-7",w:176},"\u00b0":{d:"71,-165v-25,0,-49,-24,-49,-48v0,-25,23,-49,49,-49v27,0,49,23,49,49v0,25,-23,48,-49,48xm71,-243v-15,0,-30,15,-30,30v0,15,14,29,30,29v16,0,30,-14,30,-29v0,-15,-15,-30,-30,-30",w:142},"\u00a2":{d:"109,-164r21,-59r17,0r-23,63v7,2,12,4,16,7r0,33v-7,-6,-16,-10,-26,-13r-37,102v23,9,50,2,67,-7r0,31v-26,11,-50,13,-78,7r-25,68r-17,0r28,-75v-69,-37,-38,-180,57,-157xm98,-135v-51,-5,-69,68,-34,96",w:157},"\u00a3":{d:"58,-134v18,-52,36,-123,104,-113r20,37v-55,-20,-76,30,-90,76r28,0r0,31r-37,0r-18,68v38,-5,82,15,114,-2r0,34v-51,16,-105,-11,-158,6r29,-106r-26,0r0,-31r34,0",w:191},"\u00a7":{d:"93,33v-8,-55,-84,-73,-81,-141v0,-19,7,-36,23,-50v-26,-38,1,-93,45,-91v35,-6,60,43,24,51v-9,0,-18,-10,-14,-20v0,-5,-4,-8,-12,-8v-41,11,-25,54,8,77v37,27,71,100,22,137v30,37,5,98,-43,94v-36,7,-60,-47,-22,-54v13,0,19,11,16,25v-1,4,4,7,8,6v14,1,28,-13,26,-26xm93,-32v37,-43,-17,-81,-43,-106v-32,46,19,75,43,106",w:146},"\u2022":{d:"64,-78v-24,0,-45,-21,-45,-45v0,-23,22,-44,45,-44v23,0,44,21,44,44v0,23,-21,45,-44,45",w:127},"\u00b6":{d:"0,-184v0,-47,30,-75,83,-74r111,0r0,31r-25,0r0,298r-30,0r0,-298r-39,0r0,298r-29,0r0,-183v-42,-1,-71,-30,-71,-72",w:195},"\u00df":{d:"136,-73v-2,-32,-17,-46,-53,-47r0,-29v27,2,43,-12,43,-37v1,-22,-16,-38,-37,-38v-27,0,-36,18,-36,48r0,176r-32,0r0,-176v-1,-46,23,-73,69,-73v73,0,89,93,32,114v29,7,46,30,46,65v1,49,-35,82,-88,70r0,-31v30,14,57,-10,56,-42"},"\u00ae":{d:"130,-188v71,-15,77,76,20,79v23,10,35,42,50,64r-28,0v-20,-27,-22,-68,-69,-61r0,61r-23,0r0,-143r50,0xm166,-147v0,-28,-35,-21,-63,-22r0,43v27,-1,63,6,63,-21xm0,-117v0,-77,57,-132,133,-132v77,0,133,55,133,132v0,77,-56,133,-133,133v-76,0,-133,-55,-133,-133xm244,-117v0,-58,-52,-110,-111,-110v-58,0,-110,52,-110,110v0,60,50,111,110,111v59,0,111,-53,111,-111",w:266},"\u00a9":{d:"88,-115v-8,60,78,71,88,20r21,6v-7,29,-30,50,-64,49v-42,0,-69,-32,-69,-76v0,-78,109,-104,131,-33r-21,5v-18,-48,-95,-27,-86,29xm0,-117v0,-77,57,-132,133,-132v77,0,133,55,133,132v0,77,-56,133,-133,133v-76,0,-133,-55,-133,-133xm244,-117v0,-58,-52,-110,-111,-110v-58,0,-110,52,-110,110v0,60,50,111,110,111v59,0,111,-53,111,-111",w:266},"\u2122":{d:"110,-102r-24,0r0,-122r-46,0r0,-22r117,0r0,22r-47,0r0,122xm195,-102r-22,0r0,-144r35,0r36,115r35,-115r35,0r0,144r-22,0r0,-121r-37,121r-22,0r-38,-122r0,122",w:360},"\u00b4":{d:"99,-249r-39,52r-20,0r24,-52r35,0",w:120},"\u00a8":{d:"10,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm77,-223v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16",w:120},"\u2260":{d:"73,-73r-53,0r0,-30r65,0r19,-49r-84,0r0,-29r95,0r37,-94r22,0r-37,94r53,0r0,29r-64,0r-19,49r83,0r0,30r-95,0r-36,94r-23,0",w:210},"\u00c6":{d:"146,-246r160,0r0,32r-101,0r0,74r98,0r0,31r-98,0r0,77r105,0r0,32r-140,0r0,-109r-67,0r-64,109r-38,0xm170,-140r0,-82r-48,82r48,0",w:322},"\u00d8":{d:"17,-122v0,-102,118,-161,207,-106r18,-21r16,14r-16,20v22,20,38,53,38,92v0,101,-122,159,-208,105r-18,21r-17,-13r17,-21v-22,-19,-37,-51,-37,-91xm95,-44v77,46,178,-24,142,-115v-5,-11,-11,-21,-19,-29xm201,-202v-65,-39,-148,6,-148,79v0,25,8,46,25,65",w:296},"\u221e":{d:"27,-126v0,-53,67,-62,94,-17v21,-24,29,-41,59,-41v27,0,50,22,50,57v0,37,-17,59,-50,59v-31,0,-39,-17,-59,-41v-27,45,-94,37,-94,-17xm211,-125v0,-29,-25,-49,-49,-34v-7,5,-16,16,-29,33v16,22,21,36,46,38v19,2,32,-16,32,-37xm47,-126v4,38,43,33,62,0v-14,-17,-20,-25,-39,-27v-14,-2,-24,12,-23,27",w:256},"\u00b1":{d:"90,-46r0,-71r-70,0r0,-29r70,0r0,-70r30,0r0,70r70,0r0,29r-70,0r0,71r-30,0xm190,0r-170,0r0,-30r170,0r0,30",w:210},"\u2264":{d:"20,-134r0,-29r170,-73r0,32r-135,55r135,57r0,31xm190,-19r-170,0r0,-29r170,0r0,29",w:210},"\u2265":{d:"190,-134r-170,73r0,-31r135,-57r-135,-55r0,-32r170,73r0,29xm190,-19r-170,0r0,-29r170,0r0,29",w:210},"\u00a5":{d:"116,0r-32,0r0,-57r-73,0r0,-24r73,0r0,-26r-73,0r0,-26r60,0r-71,-125r35,0r64,118r63,-118r37,0r-71,125r60,0r0,26r-72,0r0,26r72,0r0,24r-72,0r0,57",w:198},"\u00b5":{d:"98,-21v56,0,35,-85,39,-141r30,0r0,162r-28,0r0,-19v-13,28,-62,30,-77,3r0,78r-31,0r0,-224r31,0v4,55,-18,141,36,141",w:198},"\u2202":{d:"114,-240v-22,3,-31,18,-40,40r-24,-11v13,-29,32,-51,64,-51v47,0,56,49,56,99v0,85,-31,163,-107,167v-34,2,-55,-26,-54,-61v3,-72,57,-105,141,-105v-1,-42,-3,-72,-36,-78xm41,-53v-3,31,34,42,58,24v29,-21,45,-61,50,-111v-70,1,-103,28,-108,87",w:177},"\u2211":{d:"24,-262r218,0r0,29r-174,0r107,136r-114,144r183,0r0,29r-223,0r0,-33r109,-139r-106,-135r0,-31",w:256},"\u220f":{d:"28,-262r240,0r0,338r-34,0r0,-308r-172,0r0,308r-34,0r0,-338",w:296},"\u03c0":{d:"0,-187r198,0r0,28r-29,0r0,159r-33,0r0,-159r-75,0r0,159r-33,0r0,-159r-28,0r0,-28",w:197},"\u222b":{d:"54,-306v6,-26,52,-34,52,-3v0,21,-29,15,-37,6v-5,0,-6,5,-6,11r6,142v0,87,0,130,-19,174v-8,19,-49,19,-48,-7v1,-23,28,-14,35,-4v9,-4,9,-16,9,-35r-2,-133v1,-81,0,-109,10,-151",w:98},"\u00aa":{d:"7,-235v22,-23,83,-20,76,27v2,18,-8,61,15,37r0,15v-14,11,-32,13,-39,0v-20,16,-52,10,-54,-16v-2,-21,32,-31,54,-36v1,-13,-3,-21,-16,-21v-17,1,-24,8,-36,19r0,-25xm59,-170r0,-25v-13,3,-29,6,-29,20v0,16,19,14,29,5",w:101},"\u00ba":{d:"8,-200v0,-29,25,-49,55,-49v33,0,60,19,60,50v1,30,-26,50,-58,50v-30,0,-57,-23,-57,-51xm98,-200v0,-18,-16,-30,-33,-30v-18,0,-32,13,-32,31v0,19,14,29,33,29v18,1,33,-13,32,-30",w:131},"\u2126":{d:"64,-137v0,51,24,89,60,105r0,32r-102,0r0,-30r65,2v-39,-23,-61,-57,-61,-113v0,-73,42,-122,116,-123v68,-1,116,52,114,123v-1,56,-24,89,-61,113r64,-1r0,29r-101,0r0,-31v38,-20,61,-52,61,-106v0,-51,-23,-100,-78,-99v-53,1,-77,46,-77,99",w:276},"\u00e6":{d:"226,-14v-28,25,-91,22,-109,-8v-35,33,-104,38,-104,-16v0,-41,49,-48,81,-59v5,-57,-55,-41,-78,-11r0,-39v25,-23,80,-25,101,3v39,-43,118,-13,109,56r-100,0v-3,63,58,79,100,43r0,31xm194,-108v-2,-37,-58,-39,-64,0r64,0xm44,-44v-1,26,32,32,50,16r0,-53v-20,9,-49,14,-50,37",w:240},"\u00f8":{d:"37,-20v-52,-51,-14,-145,62,-145v18,0,35,5,50,15r17,-20r12,11r-16,18v52,54,13,144,-65,144v-17,0,-32,-4,-47,-13r-20,23r-12,-11xm69,-33v51,33,115,-34,73,-85xm129,-127v-52,-35,-113,35,-72,83",w:198},"\u00bf":{d:"77,-117v56,28,-13,90,-17,129v-1,24,25,30,44,18r-23,38v-34,1,-58,-20,-58,-52v0,-47,59,-93,54,-133xm72,-140v-12,0,-21,-11,-22,-22v0,-11,10,-21,22,-21v12,0,22,9,22,21v0,12,-10,22,-22,22",w:119},"\u00a1":{d:"49,-140v-12,0,-22,-10,-22,-22v0,-12,9,-23,22,-22v12,0,21,10,21,22v0,12,-10,22,-21,22xm48,-109v17,18,20,91,20,126v0,34,-6,52,-19,52v-38,-17,-18,-142,-1,-178",w:97},"\u00ac":{d:"190,-45r-30,0r0,-77r-140,0r0,-30r170,0r0,107",w:210},"\u221a":{d:"185,-328r-54,342r-87,-181r-35,17r-5,-12r52,-26r71,145r46,-287",w:197},"\u0192":{d:"127,-162r-34,192v-3,44,-40,51,-85,41r6,-27v29,6,44,6,49,-23r32,-183r-36,0r4,-25r36,0v2,-57,32,-92,92,-69r-6,27v-42,-15,-50,8,-54,42r36,0r-4,25r-36,0",w:198},"\u2248":{d:"195,-150v-49,60,-134,-44,-180,20r0,-36v50,-62,133,43,180,-22r0,38xm195,-86v-49,60,-134,-44,-180,20r0,-36v50,-62,133,43,180,-22r0,38",w:209},"\u2206":{d:"117,-248r102,248r-217,0xm104,-186r-78,168r148,0",w:220},"\u00ab":{d:"115,-81r53,81r-32,0r-53,-81r53,-81r32,0xm42,-81r53,81r-32,0r-53,-81r53,-81r32,0",w:176},"\u00bb":{d:"62,-81r-54,-81r32,0r53,81r-53,81r-32,0xm135,-81r-54,-81r32,0r53,81r-53,81r-32,0",w:176},"\u2026":{d:"279,-18v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21xm159,-18v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21xm38,-18v0,-12,11,-21,22,-22v11,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-10,-22,-21",w:360},"\u00a0":{w:100},"\u00c0":{d:"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0xm111,-316r25,52r-20,0r-40,-52r35,0",w:240},"\u00c3":{d:"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0xm93,-312v14,-2,61,34,63,-1r14,0v0,22,-9,41,-28,43v-17,2,-59,-33,-63,0r-15,0v3,-27,8,-38,29,-42",w:240},"\u00d5":{d:"16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93xm125,-312v14,-2,61,34,63,-1r14,0v0,22,-9,41,-28,43v-17,2,-59,-33,-63,0r-15,0v3,-27,8,-38,29,-42",w:296},"\u0152":{d:"17,-122v-2,-76,62,-124,139,-124r159,0r0,32r-100,0r0,74r96,0r0,31r-96,0r0,77r104,0r0,32r-151,0v-90,3,-149,-44,-151,-122xm54,-123v0,60,53,101,125,92r0,-184v-76,-3,-125,27,-125,92",w:330},"\u0153":{d:"169,-131v14,-34,72,-46,99,-15v13,15,18,29,19,58r-101,0v-6,63,61,79,101,42r0,32v-33,24,-99,23,-118,-15v-44,60,-156,30,-156,-52v0,-79,113,-115,156,-50xm189,-109r66,0v-4,-40,-61,-33,-66,0xm153,-81v0,-30,-23,-54,-53,-53v-30,0,-54,23,-54,54v0,30,24,52,54,52v30,0,53,-22,53,-53",w:299},"\u2013":{d:"-3,-103r186,0r0,23r-186,0r0,-23"},"\u2014":{d:"-3,-103r366,0r0,23r-366,0r0,-23",w:360},"\u201c":{d:"118,-162v-36,0,-30,-60,-7,-74v7,-4,13,-9,23,-13v-2,16,-20,24,-13,46v12,0,18,10,18,21v0,11,-10,20,-21,20xm38,-162v-29,0,-33,-47,-15,-67v8,-9,17,-16,30,-20v-1,19,-22,26,-12,46v10,-1,17,11,17,21v0,11,-9,20,-20,20",w:153,k:{"\u2018":-22}},"\u201d":{d:"117,-249v47,8,19,88,-17,87v3,-17,17,-22,14,-44v-12,-2,-18,-8,-18,-21v0,-12,9,-24,21,-22xm37,-249v15,1,26,16,25,34v0,26,-14,43,-42,53v3,-16,16,-22,13,-43v-28,-3,-20,-45,4,-44",w:153},"\u2018":{d:"44,-162v-16,0,-25,-14,-24,-32v0,-27,14,-46,42,-55v-3,19,-21,27,-15,45v27,5,23,42,-3,42",w:78},"\u2019":{d:"35,-249v29,0,32,49,14,69v-8,10,-18,17,-31,21v2,-19,16,-19,14,-43v-26,-5,-22,-47,3,-47",w:78,k:{"\u201d":-22,v:9,t:14,s:29,r:29,d:29}},"\u00f7":{d:"87,-180v0,-9,10,-19,19,-19v9,0,20,9,19,19v1,10,-9,20,-19,19v-10,1,-19,-10,-19,-19xm190,-112r-170,0r0,-30r170,0r0,30xm87,-74v0,-9,10,-19,19,-19v9,0,20,9,19,19v1,10,-9,20,-19,19v-10,1,-19,-10,-19,-19",w:210},"\u25ca":{d:"169,-134r-70,134r-21,0r-70,-134r70,-134r21,0xm147,-134r-58,-115r-59,115r59,114",w:177},"\u00ff":{d:"122,-162r36,0r-115,244r-35,0r55,-117r-63,-127r36,0r44,92xm29,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm96,-223v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16",w:157},"\u0178":{d:"175,-246r42,0r-90,116r0,130r-36,0r0,-130r-91,-116r43,0r65,85xm54,-283v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm121,-283v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16",w:217},"\u2215":{d:"105,-249r25,0r-164,258r-24,0",w:71},"\u00a4":{d:"141,-61v-21,16,-62,17,-83,0r-25,24r-20,-20r24,-24v-16,-25,-16,-58,0,-83r-24,-24r20,-21r25,25v19,-17,64,-17,83,0r24,-25r21,21r-25,24v17,25,17,58,0,83r25,24r-21,20xm99,-168v-25,0,-45,20,-45,45v0,25,21,46,45,46v24,0,46,-22,46,-46v0,-24,-21,-45,-46,-45",w:198},"\u2039":{d:"44,-81r54,81r-32,0r-53,-81r53,-81r32,0",w:112},"\u203a":{d:"68,-81r-53,-81r31,0r54,81r-54,81r-31,0",w:112},"\ufb01":{d:"126,-197v-5,-15,-12,-24,-30,-24v-25,0,-39,25,-35,59r36,0r0,27r-36,0r0,135r-32,0r0,-135r-24,0r0,-27r24,0v-10,-71,60,-110,111,-73v11,8,16,22,16,38r-30,0xm126,-162r30,0r0,162r-30,0r0,-162"},"\ufb02":{d:"109,-216v-37,-11,-54,12,-50,54r37,0r0,27r-37,0r0,135r-31,0r0,-135r-25,0r0,-27r25,0v-5,-60,25,-96,81,-84r0,30xm125,-246r32,0r0,246r-32,0r0,-246"},"\u2021":{d:"10,-150v7,-27,42,-16,71,-8v-4,-28,-25,-82,8,-91v30,11,14,59,6,91v20,-6,37,-9,48,-9v13,-1,23,5,23,16v-8,26,-42,15,-71,7v7,42,5,79,0,122v27,-8,64,-19,72,7v-8,25,-47,14,-72,6v7,26,11,47,11,62v0,16,-5,29,-19,29v-12,0,-17,-14,-16,-29v0,-14,3,-35,10,-62v-20,6,-35,10,-48,10v-12,0,-23,-5,-23,-16v10,-27,39,-16,71,-7v-6,-40,-4,-83,0,-122v-23,2,-64,21,-71,-6",w:176},"\u2219":{d:"27,-124v-1,-10,10,-20,20,-20v10,0,20,10,19,20v1,10,-9,19,-19,19v-10,0,-20,-9,-20,-19",w:93},"\u201a":{d:"35,-46v29,1,32,48,14,68v-8,10,-18,17,-31,21v2,-19,17,-19,14,-43v-26,-5,-22,-46,3,-46",w:78},"\u201e":{d:"120,-47v47,9,19,87,-17,88v3,-19,17,-25,14,-45v-11,-2,-17,-9,-18,-21v0,-12,9,-24,21,-22xm39,-47v33,2,31,62,7,75v-6,5,-14,10,-24,14v3,-19,20,-27,14,-46v-12,-1,-17,-9,-18,-20v0,-13,8,-23,21,-23",w:161},"\u2030":{d:"184,-249r27,0r-162,252r-27,0xm120,-52v0,-29,26,-55,55,-55v29,0,55,26,55,55v0,30,-26,54,-55,54v-29,0,-55,-24,-55,-54xm203,-52v0,-15,-13,-28,-28,-28v-16,0,-28,13,-28,28v0,15,12,28,28,28v15,0,28,-13,28,-28xm5,-193v0,-29,25,-55,54,-55v29,0,55,26,55,55v0,29,-26,54,-55,54v-28,0,-54,-26,-54,-54xm88,-193v0,-15,-14,-29,-29,-29v-15,0,-28,14,-28,29v0,15,13,28,28,28v15,0,29,-14,29,-28xm250,-52v0,-29,26,-55,55,-55v29,0,54,26,54,55v0,30,-26,54,-54,54v-29,0,-55,-24,-55,-54xm333,-52v0,-14,-12,-29,-28,-28v-16,0,-28,12,-28,28v0,15,12,28,28,28v16,0,28,-14,28,-28",w:363},"\u00c2":{d:"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0xm136,-318r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0",w:240},"\u00ca":{d:"27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246xm113,-318r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0"},"\u00c1":{d:"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0xm159,-316r-39,52r-20,0r24,-52r35,0",w:240},"\u00cb":{d:"27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246xm40,-283v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm107,-283v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16"},"\u00c8":{d:"27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246xm87,-316r25,52r-20,0r-40,-52r35,0"},"\u00cd":{d:"27,-246r36,0r0,246r-36,0r0,-246xm93,-316r-39,52r-20,0r24,-52r35,0",w:90},"\u00ce":{d:"27,-246r36,0r0,246r-36,0r0,-246xm63,-318r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0",w:90},"\u00cf":{d:"27,-246r36,0r0,246r-36,0r0,-246xm-4,-283v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm63,-283v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16",w:90},"\u00cc":{d:"27,-246r36,0r0,246r-36,0r0,-246xm36,-316r25,52r-20,0r-40,-52r35,0",w:90},"\u00d3":{d:"16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93xm183,-316r-39,52r-20,0r24,-52r35,0",w:296},"\u00d4":{d:"16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93xm158,-318r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0",w:296},"\u00d2":{d:"16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93xm142,-316r25,52r-20,0r-40,-52r35,0",w:296},"\u00da":{d:"127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,77,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,58,21,78,70,78xm169,-316r-39,52r-20,0r24,-52r35,0",w:254},"\u00db":{d:"127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,77,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,58,21,78,70,78xm142,-318r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0",w:254},"\u00d9":{d:"127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,77,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,58,21,78,70,78xm117,-316r25,52r-20,0r-40,-52r35,0",w:254},"\u0131":{d:"23,-162r32,0r0,162r-32,0r0,-162",w:78},"\u02c6":{d:"76,-251r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0",w:120},"\u02dc":{d:"36,-245v14,-2,61,34,63,-1r14,0v0,22,-9,41,-28,43v-17,2,-59,-33,-63,0r-15,0v3,-27,8,-38,29,-42",w:120},"\u02c9":{d:"120,-235r0,26r-119,0r0,-26r119,0",w:120},"\u02d8":{d:"61,-223v16,0,21,-8,25,-23r25,0v-3,40,-52,62,-84,35v-9,-8,-15,-20,-18,-35r24,0v3,14,13,23,28,23",w:120},"\u02d9":{d:"39,-217v0,-12,9,-21,21,-21v12,0,22,10,22,21v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21",w:120},"\u02da":{d:"27,-230v0,-17,16,-34,33,-33v17,0,33,14,33,33v0,18,-16,34,-33,34v-17,0,-33,-16,-33,-34xm80,-229v0,-11,-10,-20,-21,-20v-11,-1,-20,8,-19,19v0,11,9,21,20,21v11,0,20,-9,20,-20",w:120},"\u00b8":{d:"67,32v-1,-9,-10,-10,-21,-10r9,-25r20,0r-2,9v10,4,20,11,20,23v-1,25,-27,37,-57,32r0,-20v14,0,29,1,31,-9",w:120},"\u02dd":{d:"62,-250r-42,53r-19,0r25,-53r36,0xm120,-250r-42,53r-20,0r25,-53r37,0",w:120},"\u02db":{d:"73,-3v-25,24,-7,51,23,37r0,25v-27,13,-64,1,-63,-28v0,-11,5,-23,16,-34r24,0",w:120},"\u02c7":{d:"116,-251r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31",w:120},"\u0141":{d:"27,-246r35,0r0,94r50,-41r0,31r-50,43r0,86r111,0r0,33r-146,0r0,-90r-32,25r0,-32r32,-26r0,-123",w:176},"\u0142":{d:"24,-246r32,0r0,95r29,-22r0,28r-29,23r0,122r-32,0r0,-96r-28,22r0,-28r28,-23r0,-121",w:78},"\u0160":{d:"82,-28v48,0,48,-53,6,-75v-33,-18,-73,-34,-73,-81v0,-63,83,-83,129,-48r0,40v-18,-17,-38,-25,-58,-25v-30,0,-52,27,-31,49v27,29,98,51,98,104v0,70,-91,85,-137,44r0,-44v19,24,41,36,66,36xm139,-318r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31",w:164},"\u0161":{d:"124,-43v0,51,-75,57,-109,31r0,-34v18,14,63,35,76,5v-12,-37,-78,-36,-75,-82v3,-45,63,-52,100,-29r0,32v-19,-11,-34,-17,-46,-17v-31,0,-22,27,2,37v26,11,52,35,52,57xm125,-251r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31",w:138},"\u017d":{d:"14,-246r212,0r-157,215r157,0r0,31r-222,0r158,-215r-148,0r0,-31xm172,-318r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31",w:232},"\u017e":{d:"8,-162r138,0r-86,132r86,0r0,30r-142,0r85,-132r-81,0r0,-30xm131,-251r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31",w:150},"\u00a6":{d:"33,-123r0,-123r28,0r0,123r-28,0xm33,83r0,-146r28,0r0,146r-28,0",w:93},"\u00ad":{d:"102,-97r0,34r-88,0r0,-34r88,0",w:116},"\u00af":{d:"-6,-263r0,-23r211,0r0,23r-211,0",w:198},"\u00d0":{d:"253,-123v0,82,-52,126,-148,123r-78,0r0,-111r-28,0r0,-23r28,0r0,-112r83,0v91,-2,143,43,143,123xm217,-125v0,-74,-66,-97,-154,-89r0,80r69,0r0,23r-69,0r0,79r45,0v72,4,109,-34,109,-93",w:270},"\u00f0":{d:"140,-157v-16,-25,-17,-27,-40,-45r-52,24r-8,-20r38,-17v-10,-5,-21,-9,-31,-11r18,-22v23,7,24,8,44,18r39,-18r9,19r-27,13v35,30,58,67,59,124v0,56,-33,95,-89,95v-47,0,-86,-37,-86,-83v0,-60,65,-104,126,-77xm102,-26v34,0,56,-21,56,-55v0,-32,-23,-55,-56,-55v-31,0,-57,26,-57,56v0,31,26,54,57,54",w:202},"\u00dd":{d:"175,-246r42,0r-90,116r0,130r-36,0r0,-130r-91,-116r43,0r65,85xm148,-316r-39,52r-20,0r24,-52r35,0",w:217},"\u00fd":{d:"122,-162r36,0r-115,244r-35,0r55,-117r-63,-127r36,0r44,92xm118,-249r-39,52r-20,0r24,-52r35,0",w:157},"\u00de":{d:"180,-122v0,58,-52,74,-120,69r0,53r-35,0r0,-246r35,0r0,53v67,-7,121,11,120,71xm60,-85v42,2,84,2,84,-38v0,-38,-43,-40,-84,-38r0,76",w:183},"\u00fe":{d:"168,-80v1,58,-56,101,-115,76r0,86r-32,0r0,-328r32,0r0,84v68,-5,115,20,115,82xm135,-81v0,-45,-34,-54,-82,-51r0,100v40,20,82,-5,82,-49"},"\u00d7":{d:"28,-72r56,-55r-56,-55r22,-22r55,55r55,-55r21,22r-55,55r55,55r-21,21r-55,-55r-55,55",w:210},"\u00b9":{d:"46,-247r24,0r0,127r-24,0r0,-127",w:116},"\u00b2":{d:"13,-236v39,-36,110,8,73,57r-34,40r54,0r0,19v-31,-2,-69,4,-96,-2v23,-24,55,-50,60,-84v-3,-33,-42,-27,-57,-2r0,-28",w:116},"\u00b3":{d:"71,-156v0,-16,-12,-19,-30,-20v1,-6,-3,-17,2,-19v35,4,34,-37,4,-35v-7,0,-16,2,-27,7r0,-20v29,-13,76,-5,75,29v0,12,-6,21,-17,27v38,16,13,69,-28,69v-11,0,-21,-3,-33,-8r0,-22v19,12,54,18,54,-8",w:116},"\u00bd":{d:"46,-247r24,0r0,127r-24,0r0,-127xm215,-249r25,0r-164,258r-24,0xm201,-117v39,-36,110,8,73,57r-34,40r54,0r0,19v-31,-2,-69,4,-96,-2v23,-24,55,-50,60,-84v-3,-33,-42,-27,-57,-2r0,-28",w:303},"\u00bc":{d:"267,-130r12,0r0,71r16,0r0,18r-16,0r0,41r-24,0r0,-41r-62,0r0,-9xm255,-59r0,-30r-29,30r29,0xm46,-247r24,0r0,127r-24,0r0,-127xm225,-249r25,0r-164,258r-24,0",w:303},"\u00be":{d:"267,-130r12,0r0,71r16,0r0,18r-16,0r0,41r-24,0r0,-41r-62,0r0,-9xm255,-59r0,-30r-29,30r29,0xm71,-156v0,-16,-12,-19,-30,-20v1,-6,-3,-17,2,-19v35,4,34,-37,4,-35v-7,0,-16,2,-27,7r0,-20v29,-13,76,-5,75,29v0,12,-6,21,-17,27v38,16,13,69,-28,69v-11,0,-21,-3,-33,-8r0,-22v19,12,54,18,54,-8xm221,-249r25,0r-164,258r-24,0",w:303},"\u00b7":{d:"111,-146v9,0,20,9,19,19v1,10,-9,20,-19,19v-10,1,-19,-10,-19,-19v0,-9,10,-19,19,-19",w:120},"\u0102":{d:"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0xm121,-288v16,0,21,-8,25,-23r25,0v-3,40,-52,62,-84,35v-9,-8,-15,-20,-18,-35r24,0v3,14,13,23,28,23",w:240},"\u0103":{d:"13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21xm68,-223v16,0,21,-8,25,-23r25,0v-3,40,-52,62,-84,35v-9,-8,-15,-20,-18,-35r24,0v3,14,13,23,28,23",w:153},"\u0104":{d:"229,0v-23,22,-4,48,25,35r0,24v-28,13,-65,2,-63,-29v0,-10,4,-20,13,-30r-33,-72r-104,0r-31,72r-36,0r105,-247r25,0r110,247r-11,0xm117,-193r-36,89r76,0",w:240},"\u0105":{d:"13,-143v34,-38,125,-29,112,46r0,69v2,16,12,6,23,-1r0,20v-7,4,-33,14,-30,31v3,17,17,20,35,13r0,24v-42,22,-85,-25,-50,-59v-5,-3,-8,-7,-10,-13v-30,27,-83,19,-83,-24v0,-47,35,-39,83,-60v4,-54,-56,-44,-80,-11r0,-35xm42,-42v0,27,36,28,51,10r0,-48v-31,14,-44,10,-51,38",w:153},"\u0106":{d:"54,-122v0,92,117,117,185,65r0,39v-26,14,-56,21,-90,21v-79,-1,-130,-49,-131,-125v-2,-105,119,-159,218,-107r0,38v-74,-49,-182,-21,-182,69xm185,-316r-39,52r-20,0r24,-52r35,0",w:254},"\u0107":{d:"46,-81v0,51,55,67,98,43r0,32v-63,26,-130,-6,-130,-74v0,-67,68,-106,126,-74r0,34v-39,-30,-94,-12,-94,39xm127,-249r-39,52r-20,0r24,-52r35,0",w:157},"\u010c":{d:"54,-122v0,92,117,117,185,65r0,39v-26,14,-56,21,-90,21v-79,-1,-130,-49,-131,-125v-2,-105,119,-159,218,-107r0,38v-74,-49,-182,-21,-182,69xm206,-318r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31",w:254},"\u010d":{d:"46,-81v0,51,55,67,98,43r0,32v-63,26,-130,-6,-130,-74v0,-67,68,-106,126,-74r0,34v-39,-30,-94,-12,-94,39xm147,-251r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31",w:157},"\u010e":{d:"253,-123v0,82,-52,126,-148,123r-78,0r0,-246r83,0v91,-2,143,43,143,123xm217,-125v0,-74,-66,-97,-154,-89r0,182r45,0v72,4,109,-34,109,-93xm178,-318r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31",w:270},"\u010f":{d:"202,-248v46,11,18,89,-18,89v3,-16,18,-23,15,-42v-27,-5,-22,-46,3,-47xm16,-83v0,-60,56,-99,115,-75r0,-88r32,0r0,246r-69,0v-48,0,-78,-34,-78,-83xm48,-80v0,48,31,57,83,53r0,-103v-41,-20,-83,3,-83,50",w:213},"\u0110":{d:"253,-123v0,82,-58,126,-148,123r-78,0r0,-111r-28,0r0,-23r28,0r0,-112r83,0v87,-2,143,43,143,123xm217,-124v0,-78,-66,-98,-155,-90r0,80r70,0r0,23r-70,0r0,79v90,7,155,-13,155,-92",w:270},"\u0111":{d:"16,-83v-1,-60,55,-97,114,-76r0,-35r-38,0r0,-18r38,0r0,-34r33,0r0,34r28,0r0,18r-28,0r0,194r-69,0v-49,2,-78,-36,-78,-83xm48,-80v0,47,30,57,82,53r0,-103v-38,-22,-82,4,-82,50",w:183},"\u0118":{d:"144,0v-22,22,-4,48,26,35r0,24v-28,13,-65,2,-63,-29v0,-10,4,-20,13,-30r-93,0r0,-246r139,0r0,32r-104,0r0,74r101,0r0,32r-101,0r0,76r108,0r0,32r-26,0"},"\u0119":{d:"134,-3v-26,22,-6,52,22,38r0,24v-40,21,-83,-20,-52,-56v-56,4,-89,-34,-90,-85v0,-47,31,-83,76,-83v45,0,72,37,70,87r-114,0v1,56,74,64,111,31r0,31v-4,3,-12,7,-23,13xm47,-97r81,0v-2,-27,-14,-40,-38,-40v-24,0,-38,13,-43,40",w:172},"\u011a":{d:"27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246xm154,-318r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31"},"\u011b":{d:"90,-165v45,0,72,37,70,87r-113,0v0,57,74,63,111,31r0,31v-19,12,-35,18,-64,18v-52,-1,-77,-34,-79,-84v-2,-47,30,-83,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-7,7,-13,17,-15,30r82,0xm147,-251r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31",w:172},"\u0139":{d:"27,-246r35,0r0,214r111,0r0,32r-146,0r0,-246xm141,-316r-39,52r-20,0r24,-52r35,0",w:176},"\u013a":{d:"23,-246r32,0r0,246r-32,0r0,-246xm78,-316r-39,52r-20,0r24,-52r35,0",w:78},"\u013d":{d:"27,-246r35,0r0,214r111,0r0,32r-146,0r0,-246xm158,-318r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31",w:176},"\u013e":{d:"94,-248v45,12,18,89,-18,89v3,-16,18,-23,15,-42v-27,-5,-23,-47,3,-47xm23,-246r32,0r0,246r-32,0r0,-246",w:104},"\u0143":{d:"222,-246r34,0r0,246r-31,0r-164,-189r0,189r-33,0r0,-246r29,0r165,191r0,-191xm184,-316r-39,52r-20,0r24,-52r35,0",w:281},"\u0144":{d:"126,0v-6,-50,21,-137,-33,-138v-15,0,-27,8,-38,23r0,115r-33,0r0,-162r33,0r0,21v38,-45,103,-23,103,49r0,92r-32,0xm129,-249r-39,52r-20,0r24,-52r35,0"},"\u0147":{d:"222,-246r34,0r0,246r-31,0r-164,-189r0,189r-33,0r0,-246r29,0r165,191r0,-191xm198,-318r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31",w:281},"\u0148":{d:"126,0v-6,-50,21,-137,-33,-138v-15,0,-27,8,-38,23r0,115r-33,0r0,-162r33,0r0,21v38,-45,103,-23,103,49r0,92r-32,0xm146,-251r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31"},"\u0150":{d:"16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93xm166,-316r-42,53r-19,0r25,-53r36,0xm224,-316r-42,53r-20,0r25,-53r37,0",w:296},"\u0151":{d:"13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53xm119,-250r-42,53r-19,0r25,-53r36,0xm177,-250r-42,53r-20,0r25,-53r37,0",w:198},"\u0154":{d:"171,-177v0,31,-18,51,-42,60v35,22,59,82,88,117r-41,0v-25,-35,-45,-79,-79,-103v-6,-4,-22,-4,-34,-4r0,107r-35,0r0,-246v72,-4,144,1,143,69xm134,-178v0,-35,-29,-40,-71,-38r0,78v42,1,71,-3,71,-40xm132,-316r-39,52r-20,0r24,-52r35,0",w:217},"\u0155":{d:"126,-118v-29,-35,-69,-7,-69,33r0,85r-32,0r0,-162r32,0r0,37v26,-39,50,-55,86,-22xm123,-249r-39,52r-20,0r24,-52r35,0",w:142},"\u0158":{d:"171,-177v0,31,-18,51,-42,60v35,22,59,82,88,117r-41,0v-25,-35,-45,-79,-79,-103v-6,-4,-22,-4,-34,-4r0,107r-35,0r0,-246v72,-4,144,1,143,69xm134,-178v0,-35,-29,-40,-71,-38r0,78v42,1,71,-3,71,-40xm154,-318r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31",w:217},"\u0159":{d:"126,-118v-29,-35,-69,-7,-69,33r0,85r-32,0r0,-162r32,0r0,37v26,-39,50,-55,86,-22xm140,-251r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31",w:142},"\u015a":{d:"82,-28v48,0,48,-53,6,-75v-33,-18,-73,-34,-73,-81v0,-63,83,-83,129,-48r0,40v-18,-17,-38,-25,-58,-25v-30,0,-52,27,-31,49v27,29,98,51,98,104v0,70,-91,85,-137,44r0,-44v19,24,41,36,66,36xm126,-316r-39,52r-20,0r24,-52r35,0",w:164},"\u015b":{d:"124,-43v0,51,-75,57,-109,31r0,-34v18,14,63,35,76,5v-12,-37,-78,-36,-75,-82v3,-45,63,-52,100,-29r0,32v-19,-11,-34,-17,-46,-17v-31,0,-22,27,2,37v26,11,52,35,52,57xm108,-249r-39,52r-20,0r24,-52r35,0",w:138},"\u0162":{d:"110,12v46,11,17,89,-18,90v3,-17,18,-24,15,-43v-27,-5,-22,-46,3,-47xm6,-246r205,0r0,31r-85,0r0,215r-36,0r0,-215r-84,0r0,-31",w:217},"\u0163":{d:"76,12v46,11,17,89,-18,90v3,-17,18,-24,15,-43v-27,-5,-23,-47,3,-47xm120,-8v-42,23,-92,11,-92,-53r0,-72r-28,0v16,-25,41,-40,60,-62r0,33r51,0r0,29r-51,0v5,37,-16,105,23,107v11,0,24,-3,37,-11r0,29",w:119},"\u0164":{d:"6,-246r205,0r0,31r-85,0r0,215r-36,0r0,-215r-84,0r0,-31xm165,-318r-40,54r-33,0r-39,-54v32,-3,38,20,56,31v18,-11,23,-35,56,-31",w:217},"\u0165":{d:"145,-248v46,11,18,89,-18,89v3,-16,18,-23,15,-42v-27,-5,-22,-46,3,-47xm120,-8v-42,23,-92,11,-92,-53r0,-72r-28,0v16,-25,41,-40,60,-62r0,33r51,0r0,29r-51,0v5,37,-16,105,23,107v11,0,24,-3,37,-11r0,29",w:157},"\u016e":{d:"127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,77,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,58,21,78,70,78xm95,-297v0,-17,16,-34,33,-33v17,0,33,14,33,33v0,18,-16,34,-33,34v-17,0,-33,-16,-33,-34xm148,-296v0,-11,-10,-20,-21,-20v-11,-1,-20,8,-19,19v0,11,9,21,20,21v11,0,20,-9,20,-20",w:254},"\u016f":{d:"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-34,41,-104,26,-104,-48r0,-93r32,0xm56,-230v0,-17,16,-34,33,-33v17,0,33,14,33,33v0,18,-16,34,-33,34v-17,0,-33,-16,-33,-34xm109,-229v0,-11,-10,-20,-21,-20v-11,-1,-20,8,-19,19v0,11,9,21,20,21v11,0,20,-9,20,-20"},"\u0170":{d:"127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,77,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,58,21,78,70,78xm148,-316r-42,53r-19,0r25,-53r36,0xm206,-316r-42,53r-20,0r25,-53r37,0",w:254},"\u0171":{d:"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-34,41,-104,26,-104,-48r0,-93r32,0xm106,-250r-42,53r-19,0r25,-53r36,0xm164,-250r-42,53r-20,0r25,-53r37,0"},"\u0179":{d:"14,-246r212,0r-157,215r157,0r0,31r-222,0r158,-215r-148,0r0,-31xm157,-316r-39,52r-20,0r24,-52r35,0",w:232},"\u017a":{d:"8,-162r138,0r-86,132r86,0r0,30r-142,0r85,-132r-81,0r0,-30xm114,-249r-39,52r-20,0r24,-52r35,0",w:150},"\u017b":{d:"14,-246r212,0r-157,215r157,0r0,31r-222,0r158,-215r-148,0r0,-31xm94,-284v0,-12,9,-21,21,-21v12,0,22,10,22,21v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21",w:232},"\u017c":{d:"8,-162r138,0r-86,132r86,0r0,30r-142,0r85,-132r-81,0r0,-30xm58,-217v0,-12,9,-21,21,-21v12,0,22,10,22,21v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21",w:150},"\u2044":{d:"130,-249r-164,259r-24,0r163,-259r25,0",w:71},"\uf001":{d:"126,-197v-5,-15,-12,-24,-30,-24v-25,0,-39,25,-35,59r36,0r0,27r-36,0r0,135r-32,0r0,-135r-24,0r0,-27r24,0v-10,-71,60,-110,111,-73v11,8,16,22,16,38r-30,0xm126,-162r30,0r0,162r-30,0r0,-162"},"\uf002":{d:"109,-216v-37,-11,-54,12,-50,54r37,0r0,27r-37,0r0,135r-31,0r0,-135r-25,0r0,-27r25,0v-5,-60,25,-96,81,-84r0,30xm125,-246r32,0r0,246r-32,0r0,-246"},"\u015e":{d:"82,12v47,11,19,89,-18,90v3,-17,18,-24,15,-43v-27,-5,-22,-46,3,-47xm82,-28v48,0,48,-53,6,-75v-33,-18,-73,-34,-73,-81v0,-63,83,-83,129,-48r0,40v-18,-17,-38,-25,-58,-25v-30,0,-52,27,-31,49v27,29,98,51,98,104v0,70,-91,85,-137,44r0,-44v19,24,41,36,66,36",w:164},"\u015f":{d:"69,12v46,11,17,89,-18,90v3,-17,18,-24,15,-43v-27,-5,-23,-47,3,-47xm124,-43v0,51,-75,57,-109,31r0,-34v18,14,63,35,76,5v-12,-37,-78,-36,-75,-82v3,-45,63,-52,100,-29r0,32v-19,-11,-34,-17,-46,-17v-31,0,-22,27,2,37v26,11,52,35,52,57",w:138}}});

window.locale=window.locale||"en";window.localeMessages=window.localeMessages||{"decimalDigits":2,"zeroComma":",-","thousandsSeparator":",","decimalSeparator":".","dateSeparator":"\/","date":"d\/m\/Y","dateTime":"d\/m\/Y H:M:S","datePartsPositionsByNumber":["d","m","Y"],"datePartsPositionsByIdentifier":{"Y":2,"m":1,"d":0},"dateYearLength":2,"ext":{"date":"j\/n\/Y","dateTime":"j\/n\/Y H:i:s","altFormats":"Y-m-d|Y-m-d H:i:s"},"dateTimeExt":"d\/m\/Y H:i:s","months":{"1":"January","2":"February","3":"March","4":"April","5":"May","6":"June","7":"July","8":"August","9":"September","10":"October","11":"November","12":"December"},"monthsAbbr":{"1":"Jan","2":"Feb","3":"Mar","4":"Apr","5":"May","6":"Jun","7":"Jul","8":"Aug","9":"Sep","10":"Oct","11":"Nov","12":"Dec"},"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysAbbr":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]};Date.implement({getDateLocaleFormatted:function(){var date={d:this.getDate(),m:this.getMonth()+1,Y:this.getFullYear()+''};date.d=date.d<10?'0'+date.d:date.d+'';date.m=date.m<10?'0'+date.m:date.m+'';date.Y=date.Y.substr(date.Y.length-window.localeMessages.dateYearLength,window.localeMessages.dateYearLength);var dateString='';window.localeMessages.datePartsPositionsByNumber.each(function(datePart,number){dateString+=date[datePart];if(number<2){dateString+=window.localeMessages.dateSeparator;}});return dateString;},setDateLocaleFormatted:function(dateString){dateString=dateString.trim().split(window.localeMessages.dateSeparator);if(dateString.length!=3){return false;}
var date={};window.localeMessages.datePartsPositionsByNumber.each(function(datePart,number){date[datePart]=dateString[number];});if(!(date.d*1)||!(date.m*1)||(!(date.Y*1)&&date.Y!=='00')){return false;}
this.setDate(date.d*1);this.setMonth(date.m-1);if(date.Y.length<4){date.Y=(this.getFullYear()+'').substr(0,4-date.Y.length)+date.Y;}
this.setYear(date.Y);return true;}});(function(){var domload=function(){if(Browser.domLoaded)return;Browser.domLoaded=true;window.fireEvent('domload');};window.addEvent('domready',domload);window.addEvent('siteload',domload);Browser.setDomLoaded=domload;})();Element.Events.domload={onAdd:function(fn){if(Browser.domLoaded){fn.call(this);}}};(function(){var styleload=function(){if(Browser.stylesLoaded)return;Browser.stylesLoaded=true;window.fireEvent('styleload');};window.addEvent('siteload',styleload);var checkStyleload=function(){(function(){(document.styleSheets.length>0)?styleload():arguments.callee.delay(30);})();};window.addEvent('domload',checkStyleload);})();Element.Events.styleload={onAdd:function(fn){if(Browser.stylesLoaded){fn.call(this);}}};window.addEvent('load',function(){window.fireEvent('siteload');});(function(){var FontResize={options:{interval_delay:50,font_size:32},scale:1,scale_step:'m',loaded:false,started:false,has_listener:false,start:function(){if(Browser.Engine.presto)return;this.element=new Element('div',{styles:{position:'absolute',top:0,left:-19999,visibility:'hidden','font-size':'xx-large','line-height':'1','font-family':'Arial'}}).set('html','<div style="font-size:500%">X</div>').inject(document.body);this.orig_height=this.options.font_size*5;this.old_height=this.orig_height;this.interval=this.check.periodical(this.options.interval_delay,this);this.check();window.addEvent('keydown',(function(){this.check.delay(1,this);}).bind(this));window.addEvent('mousewheel',(function(){this.check.delay(1,this);}).bind(this));},check:function(){this.new_height=this.element.getSize().y;if(this.old_height==this.new_height)return;this.old_height=this.new_height;this.scale=(this.new_height/this.orig_height);if(this.scale<0.80)
this.scale_step='xs';else if(this.scale<1)
this.scale_step='s';else if(this.scale==1)
this.scale_step='m';else if(this.scale>1.25)
this.scale_step='xl';else
this.scale_step='l';window.fireEvent('fontresize',{scale:this.scale,scale_step:this.scale_step});}};if(Browser.Engine.trident&&navigator.appVersion.indexOf('MSIE 5')>-1){FontResize.options.font_size=48;}
window.addEvent('domload',function(){FontResize.loaded=true;if(FontResize.has_listener){FontResize.start.bind(FontResize)();}});Element.Events.fontresize={onAdd:function(fn){FontResize.has_listener=true;if(FontResize.loaded&&!FontResize.started){FontResize.start.bind(FontResize)();}}};})();Element.implement({getValue:function(){if(this.tagName.toLowerCase()=='select'){return Element.getSelected(this).map(function(_opt){return _opt.value;})[0];}
if(this.type=='radio'){var formElement=this.getParent();(100).times(function(){var FormParentNode=formElement.getParent();if(formElement.tagName.toLowerCase()=='form'||!FormParentNode){return;}
formElement=FormParentNode;});if(formElement.tagName.toLowerCase()!='form'){return null;}
else{var activeRadio=formElement.getElement('input[name="'+this.name+'"][checked]');return activeRadio?activeRadio.value:null;}}
return((this.type=='checkbox')&&!this.checked)?null:this.value;}});(function(){var checkChanged=function(_element){var elementValue=_element.getValue();elementValue=elementValue===null?'':(elementValue+'');if(_element._lastValueForValuechangeEvent!=elementValue){_element._lastValueForValuechangeEvent=elementValue;_element.fireEvent('valuechange',elementValue);}};Element.Events.valuechange={onAdd:function(fn){if(this.tagName.toLowerCase()!='input'&&this.tagName.toLowerCase()!='select'&&this.tagName.toLowerCase()!='textarea'){return;}
if(!$defined(this._lastValueForValuechangeEvent)){this._lastValueForValuechangeEvent=this.getValue()===null?'':(this.getValue()+'');this.addEvents({'click':(function(){checkChanged(this)}).bind(this),'change':(function(){checkChanged(this)}).bind(this),'blur':(function(){checkChanged(this)}).bind(this),'focus':(function(){checkChanged(this)}).bind(this),'keyup':(function(){checkChanged(this)}).bind(this)});this._listenerForValuechangeEvent=checkChanged.periodical(3000,this,this);}}};})();var MiceLanguageManager=new Class({Implements:Options,options:{language:'en'},sections:{'en':{}},requested:{'en':{}},initialize:function(options,sections){if($defined(options)){this.setOptions(options);}
if($defined(sections)){$each(sections,function(el,i){$each(el,function(eli,ii){this.addSection(ii,eli,i);},this);},this);}},addSection:function(key,section,language){if(!$defined(key)||!$defined(section)){return false;}
if(!$defined(language)){language=this.options.language;}
if(!$defined(this.sections[language])){this.sections[language]={};}
if(!key){$extend(this.sections[language],section);}
this.sections[language][key]=section;return true;},getSection:function(key,callback,language){if(!$defined(key)){return false;}
if(!$defined(language)){language=this.options.language;}
if($type(callback)=='function'&&(!$defined(this.sections[language])||!$defined(this.sections[language][key]))){if(!$defined(this.requested[language])||!$defined(this.requested[language][key])||!this.requested[language][key]){new Request.JSON({url:'/-javascript-messages-'+language+'?sections='+key,onSuccess:function(response){this.loaded.bind(this)(response,language,key);}.bind(this)}).send();}
if(!$defined(this.requested[language])){this.requested[language]={};}
if(!$defined(this.requested[language][key])){this.requested[language][key]=[];}
this.requested[language][key].push(callback);if($defined(this.sections[this.options.language][key])){return this.sections[this.options.language][key];}
else{return false;}}
if($defined(this.sections[language])&&$defined(this.sections[language][key])){return this.sections[language][key];}
return false;},loaded:function(response,language,key){if(!$defined(this.sections[language])){this.sections[language]={};}
$extend(this.sections[language],response);this.requested[language][key].each(function(callbackfunction){callbackfunction();});}});var LanguageManager=new MiceLanguageManager({language:'en'});LanguageManager.addSection(false,{"navShareOnFacebook":"share on facebook","navSendPerEmail":"send as email","calendar":{"navClose":"close"},"printpage":{"printpage":"Print Page"}},'en');var ImgPopup=new Class({options:{hide_ie6_selects:true,hide_embeds:true,startSize:{x:75,y:75},shadowSize:{x:57,y:57},ie6_shadowSize:{x:25,y:25},in_duration:300,out_duration:300,overlayOpacity:.7},sections:[],initialize:function(){if(Browser.Engine.trident4){this.options.shadowSize=this.options.ie6_shadowSize;}
this.overlay=new Element('div',{id:'imgp_overlay'}).setStyles({display:'none',position:'absolute',top:0,left:0}).setStyle('opacity',0);this.overlay.inject(document.body);this.shadow=new Element('div',{id:'imgp_shadow_wrap'}).set('html','<div id="imgp_shadow_nw"></div><div id="imgp_shadow_n"></div><div id="imgp_shadow_ne"></div><div id="imgp_shadow_w"></div><div id="imgp_shadow"></div><div id="imgp_shadow_e"></div><div id="imgp_shadow_sw"></div><div id="imgp_shadow_s"></div><div id="imgp_shadow_se"></div>');this.shadow.inject(document.body);this.imgwrap=new Element('div',{id:'imgp_imgwrap'}).set('html','<img id="imgp_img"><iframe id="imgp_iframe" frameBorder="0"></iframe><div id="imgp_element"></div><a id="imgp_close" href="" title=""></a><a id="imgp_prev" href="" title=""></a><a id="imgp_next" href="" title=""></a><div id="imgp_caption"></div><div id="imgp_links"></div><div id="imgp_form"></div>');this.imgwrap.inject(document.body);this.caption=this.imgwrap.getElement('#imgp_caption');this.links=this.imgwrap.getElement('#imgp_links');this.form=this.imgwrap.getElement('#imgp_form');this.img=this.imgwrap.getElement('#imgp_img');this.iframe=this.imgwrap.getElement('#imgp_iframe');this.element=this.imgwrap.getElement('#imgp_element');this.prev=this.imgwrap.getElement('#imgp_prev');this.prev.addEvent('click',function(e){this.goTo.bind(this)(-1);if(e){e.stop();}}.bindWithEvent(this));this.next=this.imgwrap.getElement('#imgp_next');this.next.addEvent('click',function(e){this.goTo.bind(this)(1);if(e){e.stop();}}.bindWithEvent(this));this.preimg=new Element('img');this.preimg.addEvent('load',this.imgLoaded.bind(this));this.effects_in={overlay:new Fx.Morph(this.overlay,{duration:this.options.in_duration,transition:Fx.Transitions.Linear}),shadow:new Fx.Morph(this.shadow,{duration:this.options.in_duration,transition:Fx.Transitions.Quad.easeOut}),imgwrap:new Fx.Morph(this.imgwrap,{duration:this.options.in_duration,transition:Fx.Transitions.Quad.easeOut}),img:new Fx.Morph(this.img,{duration:this.options.in_duration,transition:Fx.Transitions.Quad.easeOut})};this.effects_out={overlay:new Fx.Morph(this.overlay,{duration:this.options.out_duration,transition:Fx.Transitions.Linear}),shadow:new Fx.Morph(this.shadow,{duration:this.options.out_duration,transition:Fx.Transitions.Quad.easeIn}),imgwrap:new Fx.Morph(this.imgwrap,{duration:this.options.out_duration,transition:Fx.Transitions.Quad.easeIn}),img:new Fx.Morph(this.img,{duration:this.options.out_duration,transition:Fx.Transitions.Quad.easeIn})};this.imgwrap.getElement('#imgp_close').addEvent('click',function(e){this.close();if(e){e.stop();}}.bindWithEvent(this));this.overlay.addEvent('click',function(){this.close();}.bind(this));this.imgwrap.setStyle('display','none');},'addSection':function(section){this.sections.push(section);},start:function(url,caption){this.active_section=-1;for(i in this.sections){for(j in this.sections[i]){if(this.sections[i][j].url==url){this.active_section=i;this.active_item=j;break;}}}
if(this.active_section<0){this.addSection([{url:url,caption:caption}]);this.active_section=this.sections.length-1;this.active_item=0;}
this.preLoad(this.sections[this.active_section][this.active_item].url);},preLoad:function(url){if(this.sections[this.active_section][this.active_item].element=='iframe'){this.imgLoaded();}
else{this.preimg.set('src',url);if(!this.sections[this.active_section][this.active_item].caption&&url.test(/\/files-.+$/)){var activeItem=this.sections[this.active_section][this.active_item];metaDataUrl=url.replace(/^.*\/files-(.+)[A-Z]\w*(\..{3})/,'/-images-metadata-'+locale+'/unid-$1$2');var metaDataRequest=new Request.JSON({url:metaDataUrl,onSuccess:(function(data){if(data.label){activeItem.caption=data.label;}
if(this.sections[this.active_section][this.active_item].caption){this.caption.set('html',this.sections[this.active_section][this.active_item].caption);if(this.openCompleted){this.caption.setStyle('display','');}}}).bind(this)}).send();}}},imgLoaded:function(){if(this.sections[this.active_section][this.active_item].element=='iframe'){this.target_width=this.sections[this.active_section][this.active_item].width*1;this.target_height=this.sections[this.active_section][this.active_item].height*1;}
else{this.preimg.inject(document.body);this.target_width=this.preimg.getSize().x.toInt();this.target_height=this.preimg.getSize().y.toInt();this.preimg.dispose();this.preimg=new Element('img');this.preimg.addEvent('load',this.imgLoaded.bind(this));}
if(this.target_width>window.getSize().x.toInt()-this.options.shadowSize.x){var ow=this.target_width;this.target_width=window.getSize().x.toInt()-this.options.shadowSize.x;if(this.sections[this.active_section][this.active_item].element=='img'||!this.sections[this.active_section][this.active_item].element){this.target_height*=this.target_width/ow;}}
if(this.target_height>window.getSize().y.toInt()-this.options.shadowSize.y){var oh=this.target_height;this.target_height=window.getSize().y.toInt()-this.options.shadowSize.y;if(this.sections[this.active_section][this.active_item].element=='img'||!this.sections[this.active_section][this.active_item].element){this.target_width*=this.target_height/oh;}}
if(!this.is_opened){this.open();}
else{this.resize();}},goTo:function(offset){this.openCompleted=false;this.active_item=(this.active_item*1)+(offset*1);if(this.active_item<0){this.active_item=0;}
if(this.active_item>this.sections[this.active_section].length-1){this.active_item=this.sections[this.active_section].length-1;}
this.preLoad(this.sections[this.active_section][this.active_item].url);},open:function(){this.openCompleted=false;this.is_opened=true;if(Browser.Engine.trident4&&this.options.hide_ie6_selects){this.hided_selects=$$('select');this.hided_selects.each(function(el){el.imgp_restore_style=el.getStyle('visibility');el.setStyle('visibility','hidden');});}
this.overlay.setStyles({display:'',opacity:0,width:document.id(document.body).getScrollSize().x,height:document.id(document.body).getScrollSize().y});this.imgwrap.getElements('*').each(function(el){el.setStyle('display','none');});this.img.setStyles({display:'',width:this.options.startSize.x,height:this.options.startSize.y});this.iframe.setStyles({display:'none'});this.element.setStyles({display:'none'});this.shadow.setStyles({display:'block',left:(window.getScroll().x+(document.id(document.body).getSize().x/2))-(this.options.startSize.x/2)-this.options.shadowSize.x,top:(window.getScroll().y+(window.getSize().y/2))-(this.options.startSize.y/2)-this.options.shadowSize.y,width:this.options.startSize.x+(this.options.shadowSize.x*2),height:this.options.startSize.y+(this.options.shadowSize.y*2)});this.imgwrap.setStyles({display:'block',opacity:0,left:(window.getScroll().x+(document.id(document.body).getSize().x/2))-(this.options.startSize.x/2)-this.imgwrap.getStyle('border-left-width').toInt(),top:(window.getScroll().y+(window.getSize().y/2))-(this.options.startSize.y/2)-this.imgwrap.getStyle('border-top-width').toInt(),width:this.options.startSize.x,height:this.options.startSize.y});(function(){this.imgwrap.getElement('#imgp_close').focus();}).delay(this.options.in_duration*1.1,this);this.resize();},resize:function(){var self=this;this.openCompleted=false;this.img.setStyles({opacity:0});this.prev.setStyle('display','none');this.next.setStyle('display','none');this.caption.setStyle('display','none');this.links.setStyle('display','none');this.form.setStyle('display','none');this.overlay.setStyle('display','none');this.iframe.setStyle('display','none');this.element.setStyle('display','none');this.effects_in.overlay.start({opacity:this.options.overlayOpacity,width:document.id(document.body).getScrollSize().x,height:document.id(document.body).getScrollSize().y});this.overlay.setStyle('display','');this.effects_in.shadow.start({left:(window.getScroll().x+(document.id(document.body).getSize().x/2))-(this.target_width/2)-this.options.shadowSize.x,top:(window.getScroll().y+(window.getSize().y/2))-(this.target_height/2)-this.options.shadowSize.y,width:this.target_width+(this.options.shadowSize.x*2),height:this.target_height+(this.options.shadowSize.x*2)});this.effects_in.imgwrap.start({opacity:1,left:(window.getScroll().x+(document.id(document.body).getSize().x/2))-(this.target_width/2)-this.imgwrap.getStyle('border-left-width').toInt(),top:(window.getScroll().y+(window.getSize().y/2))-(this.target_height/2)-this.imgwrap.getStyle('border-top-width').toInt(),width:this.target_width,height:this.target_height});if(this.sections[this.active_section][this.active_item].element=='img'||!this.sections[this.active_section][this.active_item].element){this.effects_in.img.start({opacity:1,width:this.target_width,height:this.target_height});}
if(this.sections[this.active_section][this.active_item].element=='iframe'){this.iframe.setStyles({width:this.target_width,height:this.target_height});this.element.setStyles({width:this.target_width,height:this.target_height});this.img.set('src','');}
else{this.img.set('src',this.sections[this.active_section][this.active_item].url);}
this.caption.set('html',this.sections[this.active_section][this.active_item].caption);this.links.set('html','');if(this.sections[this.active_section][this.active_item].detailUrl){var linkUrl=this.sections[this.active_section][this.active_item].detailUrl;if(linkUrl.split('//')[0]!='http:'&&linkUrl.split('//')[0]!='https:'){linkUrl=document.location.protocol+'//'+document.location.host+linkUrl;}
new Element('input',{'type':'text'}).set('value',linkUrl).addEvent('focus',function(){this.select();}).addEvent('click',function(){this.select();}).inject(this.links);new Element('a',{'class':'imgp_facebook','html':'share on facebook'}).set('href','http://www.facebook.com/sharer.php?u='+encodeURIComponent(linkUrl)).addEvent('click',function(e){window.open(this.get('href'),'facebookShare','width=500,height=400');new Event(e).stop();}).inject(this.links);new Element('a',{'class':'imgp_email','html':'send as email'}).set('href',linkUrl).addEvent('click',function(e){self.emailForm(this.get('href'));new Event(e).stop();}).inject(this.links);}
this.opened.delay(this.options.in_duration,this);},emailForm:function(linkUrl){var self=this;this.form.set('html','');this.formRequest=this.formRequest||new Request.HTML({'url':'/-images-form-en','update':this.form,'link':'cancel'}).addEvent('success',function(response){if(self.form.getElement('form')){self.form.getElement('form').addEvent('submit',function(e){new Event(e).stop();self.form.addClass('loading');self.formRequest.post(self.form);});}
if(self.form.getElement('#imgp_form_close')){self.form.getElement('#imgp_form_close').addEvent('click',function(e){new Event(e).stop();self.form.setStyle('display','none');self.form.set('html','');});}
self.form.removeClass('loading');});self.form.addClass('loading');this.formRequest.get({url:linkUrl});this.form.setStyle('display','');},opened:function(){this.openCompleted=true;this.imgwrap.getElements('*').each(function(el){el.setStyle('display','');});this.form.setStyle('display','none');if(this.sections[this.active_section][this.active_item].element=='iframe'){this.img.setStyle('display','none');if(this.sections[this.active_section][this.active_item].url.substr(0,1)=='#'){this.iframe.setStyle('display','none');this.element.set('html',document.id(document.body).getElement(this.sections[this.active_section][this.active_item].url).get('html'));}
else{this.element.setStyle('display','none');this.iframe.set('src',this.sections[this.active_section][this.active_item].url);}}
else{this.element.set('html','');this.iframe.set('src','');this.iframe.setStyle('display','none');this.element.setStyle('display','none');}
if(this.active_item<=0){this.prev.setStyle('display','none');}
if(this.active_item>=this.sections[this.active_section].length-1){this.next.setStyle('display','none');}
if(!this.caption.innerHTML||this.caption.innerHTML==""){this.caption.setStyle('display','none');}},close:function(){this.openCompleted=false;this.is_opened=false;this.element.set('html','');this.iframe.set('src','');if(Browser.Engine.trident4&&this.options.hide_ie6_selects){this.hided_selects.each(function(el){el.setStyle('visibility',el.imgp_restore_style);});}
this.imgwrap.getElements('*').each(function(el){el.setStyle('display','none');});this.img.setStyle('display','');this.effects_out.overlay.start({opacity:0});this.effects_out.shadow.start({left:(window.getScroll().x+(document.id(document.body).getSize().x/2))-(this.options.startSize.x/2)-this.options.shadowSize.x,top:(window.getScroll().y+(window.getSize().y/2))-(this.options.startSize.y/2)-this.options.shadowSize.y,width:this.options.startSize.x+(this.options.shadowSize.x*2),height:this.options.startSize.y+(this.options.shadowSize.y*2)});this.effects_out.imgwrap.start({opacity:0,left:(window.getScroll().x+(document.id(document.body).getSize().x/2))-(this.options.startSize.x/2)-this.imgwrap.getStyle('border-left-width').toInt(),top:(window.getScroll().y+(window.getSize().y/2))-(this.options.startSize.y/2)-this.imgwrap.getStyle('border-top-width').toInt(),width:this.options.startSize.x,height:this.options.startSize.y});this.effects_out.img.start({opacity:0,width:this.options.startSize.x,height:this.options.startSize.y});(function(){this.overlay.setStyle('display','none');this.shadow.setStyle('display','none');this.imgwrap.setStyle('display','none');}).delay(this.options.out_duration,this);}});ImgPopup.implement(Options);var Dropdown=new Class({'hideTime':300,'fixIESBB':true,'hideBoxOnHover':false,'setBoxMinWith':true,'initialize':function(obj,args){if(args){$each(args,function(value,key){this[key]=value;},this);}
this.htmlMenu=document.id(obj);if(!this.htmlMenu){return;}
this.htmlMenu.getElements('li').each((function(el){var ulBox=el.getElement('ul');if(ulBox){ulBox.setStyle('display','block');ulBox.getChildren()[0].addClass('first');ulBox.getChildren().getLast().addClass('last');}}).bind(this));this.htmlMenu.getElements('li')[0].addClass('first');this.htmlMenu.getElements('li').getLast().addClass('last');this.htmlMenu.getElements('li').each((function(el){if(el.getElements('ul').length>0){el.addEvent('mouseenter',(function(){$clear(el.timeOutFunc);this.elOver(el);}).bindWithEvent(this));el.addEvent('mouseleave',(function(){el.timeOutFunc=this.elOut.delay(this.hideTime,this,el);}).bindWithEvent(this));maxwith=0;if(!(Browser.Engine.trident&&Browser.Engine.version>=5)){el.getElement('ul').setStyle('width',0);}
if(!Browser.Engine.trident){el.getElement('ul').setStyle('display','table');}
el.getElement('ul').getChildren().each(function(el2){maxwith=maxwith<el2.getSize().x?el2.getSize().x:maxwith;});if(this.setBoxMinWith&&el.getParent()==this.htmlMenu){maxwith=maxwith<el.getSize().x?el.getSize().x:maxwith;}
el.getElement('ul').setStyle('width',maxwith);if(this.fixIESBB&&Browser.Engine.trident&&Browser.Engine.version==4){new Element('iframe',{'styles':{'width':el.getElement('ul').getSize().x,'height':el.getElement('ul').getSize().y,'filter':'Alpha(opacity=0)','position':'absolute','left':el.getElement('ul').getStyle('border-left-width').toInt()*(-1),'top':el.getElement('ul').getStyle('border-top-width').toInt()*(-1)}}).inject(el.getElement('ul'),'top');new Element('iframe',{'styles':{'width':el.getElement('ul').getSize().x,'height':el.getElement('ul').getSize().y,'filter':'Alpha(opacity=0)','position':'absolute','left':el.getElement('ul').getStyle('border-left-width').toInt()*(-1),'top':el.getElement('ul').getStyle('border-top-width').toInt()*(-1)}}).inject(el.getElement('ul'),'top');}}
else if(this.hideBoxOnHover){el.addEvent('mouseenter',(function(){this.elOverLink(el);}).bindWithEvent(this));}}).bind(this));this.htmlMenu.getElements('li').reverse().each((function(el){if(el.getElements('ul').length>0){el.getElement('ul').setStyle('display','none');}}).bind(this));},'elOver':function(el){if(el.isActive){return;}
el.getParent().getChildren().each(function(el2){if(el2.isActive){this.elOut(el2);}},this);el.isActive=true;el.getElement('a').addClass('hover');el.getElement('ul').setStyle('display','block');},'elOverLink':function(el){el.getParent().getChildren().each(function(el2){if(el2.isActive){this.elOut(el2);}},this);},'elOut':function(el){$clear(el.timeOutFunc);if(!el.isActive){return;}
el.getElement('ul').getChildren().each(function(el2){if(el2.isActive){this.elOut(el2);}},this);el.isActive=false;el.getElement('a').removeClass('hover');el.getElement('ul').setStyle('display','none');}});var Calendar=new Class({Implements:[Options,Events],options:{time:new Date(),count:2,stepSize:1,language:'en',wheelEnabled:true,validTimeFrames:[],invalidTimeFrames:[],selectableTimeFrames:[],markedTimeFrames:{},selectionMode:'single',selection:{}},calendarViews:[],selectionTimeOuts:[],multipleStarted:false,initialize:function(options){this.setOptions(options);if($type(this.options.time)!='date'){this.options.time=new Date(this.options.time);}
this.object=new Element('span',{'class':'mtc_wrap','html':'<span class="mtc_bg"></span><span class="mtc_body"><a href="" class="mtc_prev">«</a><a href="" class="mtc_next">»</a><a href="" class="mtc_close">close <b>x</b></a><span class="mtc_calwrap"></span></span>'});this.close();this.objectCalwrap=this.object.getElement('.mtc_calwrap');this.objectPrev=this.object.getElement('.mtc_prev');this.objectNext=this.object.getElement('.mtc_next');this.objectClose=this.object.getElement('.mtc_close');if(this.options.wheelEnabled){this.objectCalwrap.addEvent('mousewheel',(function(e){var step=e.wheel<0?this.options.stepSize:(this.options.stepSize*(-1));this.setDate(new Date(this.options.time.getFullYear(),this.options.time.getMonth()+step,1));new Event(e).stop();}).bindWithEvent(this));}
this.objectPrev.addEvent('click',(function(e){this.setDate(new Date(this.options.time.getFullYear(),this.options.time.getMonth()-this.options.stepSize,1));new Event(e).stop();}).bindWithEvent(this));this.objectNext.addEvent('click',(function(e){this.setDate(new Date(this.options.time.getFullYear(),this.options.time.getMonth()+this.options.stepSize,1));new Event(e).stop();}).bindWithEvent(this));if(Browser.Engine.trident){this.objectPrev.addEvent('dblclick',(function(){this.objectPrev.fireEvent('click');}).bind(this));this.objectNext.addEvent('dblclick',(function(){this.objectNext.fireEvent('click');}).bind(this));}
this.objectClose.addEvent('click',(function(e){this.close();new Event(e).stop();}).bindWithEvent(this));this.options.count.times(function(i){this.calendarViews.push(new CalendarView());this.calendarViews[this.calendarViews.length-1].getObject().inject(this.objectCalwrap);this.calendarViews[this.calendarViews.length-1].addEvent('click',(this.itemClick).bind(this));this.calendarViews[this.calendarViews.length-1].addEvent('mouseover',(this.itemMouseover).bind(this));this.calendarViews[this.calendarViews.length-1].addEvent('mouseout',(this.itemMouseout).bind(this));},this);this.render();},render:function(){if(this.isRendering){return this;}
this.isRendering=true;if(this.calendarViews[0].options.time.getTime()!=new Date(this.options.time.getFullYear(),this.options.time.getMonth(),1).getTime()){this.fireEvent('changeview');}
this.options.count.times(function(i){var month=new Date(this.options.time.getFullYear(),this.options.time.getMonth()+i,1);$extend(this.calendarViews[i].options,{time:month,language:this.options.language,validTimeFrames:this.options.validTimeFrames,invalidTimeFrames:this.options.invalidTimeFrames,markedTimeFrames:this.options.markedTimeFrames});this.calendarViews[i].render();},this);this.isRendering=false;return this;},renderTimeFrames:function(){this.options.count.times(function(i){$extend(this.calendarViews[i].options,{markedTimeFrames:this.options.markedTimeFrames});this.calendarViews[i].renderTimeFrames();},this);},open:function(){this.object.setStyle('display','');this.fireEvent('open');return this;},close:function(){this.object.setStyle('display','none');this.fireEvent('close');return this;},getObject:function(){return this.object;},setLanguage:function(language){this.options.language=language;this.render();return this;},setDate:function(date){this.options.time=date;this.render();return this;},setMarkedTimeFrame:function(className,timeFrame){this.options.markedTimeFrames[className]=[timeFrame];return this;},addMarkedTimeFrame:function(className,timeFrame){if($type(this.options.markedTimeFrames[className])!='array'){this.options.markedTimeFrames[className]=[];}
this.options.markedTimeFrames[className].push(timeFrame);return this;},removeMarkedTimeFrame:function(className){if($type(className)!='string'){this.options.markedTimeFrames={};}
else{this.options.markedTimeFrames[className]=[];}
return this;},addValidTimeFrame:function(timeFrame){this.options.validTimeFrames.push(timeFrame);return this;},addInvalidTimeFrame:function(timeFrame){this.options.invalidTimeFrames.push(timeFrame);return this;},clearValidTimeFrames:function(){this.options.validTimeFrames=[];return this;},clearInvalidTimeFrames:function(){this.options.invalidTimeFrames=[];return this;},itemClick:function(e){var fired=false;if(this.options.selectionMode=='single'){this.fireEvent('select',e);this.setMarkedTimeFrame('mtc_selected',new CalendarTimeFrame(e.date,e.date));fired=true;}
else if(this.options.selectionMode=='timeframe'){this.options.selectableTimeFrames.each((function(timeFrame){if(timeFrame.isBetween(e.date)){$extend(e,{timeFrame:timeFrame});this.fireEvent('select',e);this.setMarkedTimeFrame('mtc_selected',timeFrame);fired=true;}}).bind(this));if(!fired){this.fireEvent('select',e);this.setMarkedTimeFrame('mtc_selected',new CalendarTimeFrame(e.date,e.date));}}
else if(this.options.selectionMode=='multiple'){if(this.multipleStarted==false){this.multipleStarted=e.date;}
else{var timeFrame=new CalendarTimeFrame(this.multipleStarted,e.date);this.multipleStarted=false;$extend(e,{timeFrame:timeFrame});this.fireEvent('select',e);}}
this.renderTimeFrames();},itemMouseover:function(e){this.fireEvent('mouseover',e);if(this.options.selectionMode=='single'){}
else if(this.options.selectionMode=='timeframe'){this.options.selectableTimeFrames.each((function(timeFrame){if(timeFrame.isBetween(e.date)){if(!$defined(this.options.markedTimeFrames['mtc_future_selected'])||!$defined(this.options.markedTimeFrames['mtc_future_selected'][0])||this.options.markedTimeFrames['mtc_future_selected'][0].start.getTime()!=timeFrame.start.getTime()||this.options.markedTimeFrames['mtc_future_selected'][0].end.getTime()!=timeFrame.end.getTime()){this.setMarkedTimeFrame('mtc_future_selected',timeFrame);this.renderTimeFrames();}
this.selectionTimeOuts.each(function(timeOut){$clear(timeOut);});}}).bind(this));}
else if(this.options.selectionMode=='multiple'){}},itemMouseout:function(e){this.fireEvent('mouseout',e);this.selectionTimeOuts.push((function(){if(this.options.selectionMode=='timeframe'&&$defined(this.options.markedTimeFrames['mtc_future_selected'])&&this.options.markedTimeFrames['mtc_future_selected'].length>0){this.removeMarkedTimeFrame('mtc_future_selected');this.renderTimeFrames();}}).delay(20,this));}});var CalendarView=new Class({Implements:[Options,Events],options:{time:new Date(),wdayOffset:1,language:'en',validTimeFrames:[],invalidTimeFrames:[],markedTimeFrames:{}},initialize:function(options){this.setOptions(options);this.localeMessages=window.localeMessages;this.object=new Element('span',{'class':'mtc_cal'});var objHtml='<span class="mtc_month"></span><span class="mtc_wdays">';(7).times(function(){objHtml+='<b></b>'});objHtml+='</span>';(6).times(function(){objHtml+='<span class="mtc_dayrow">';(7).times(function(){objHtml+='<span></span>'});objHtml+='</span>';});this.object.set('html',objHtml);this.objectMonth=this.object.getElement('.mtc_month');this.objectWdays=this.object.getElement('.mtc_wdays').getElements('b');this.objectDayrows=this.object.getElements('.mtc_dayrow');this.objectDays=this.object.getElements('.mtc_dayrow span');$each(this.objectDays,function(el){el.addEvent('click',(function(){if(!el.clickable){return;}
this.fireEvent('click',{date:new Date(el.timestamp),item:el});}).bind(this));el.addEvent('mouseover',(function(){if(!el.clickable){return;}
this.fireEvent('mouseover',{date:new Date(el.timestamp),item:el});}).bind(this));el.addEvent('mouseout',(function(){if(!el.clickable){return;}
this.fireEvent('mouseout',{date:new Date(el.timestamp),item:el});}).bind(this));},this);this.render();},render:function(){this.objectMonth.set('html',this.localeMessages.months[this.options.time.getMonth()+1]+' '+this.options.time.getFullYear());this.objectWdays.each(function(el,i){i+=this.options.wdayOffset;if(i>6){i-=7;}
el.set('html',this.localeMessages.weekdaysAbbr[i]);},this);var firstDay=new Date(this.options.time.getFullYear(),this.options.time.getMonth(),1);var firstDayOffset=firstDay.getDay();firstDayOffset-=this.options.wdayOffset;if(firstDayOffset<0){firstDayOffset+=7;}
this.objectDays.each(function(el,i){var day=new Date(this.options.time.getFullYear(),this.options.time.getMonth(),i-firstDayOffset+1);el.set('html',day.getDate());el.timestamp=day.getTime();},this);this.renderTimeFrames();},renderTimeFrames:function(){this.objectDays.each(function(el,i){var day=new Date(el.timestamp);var cssClass='';$each(this.options.markedTimeFrames,function(timeFrames,timeFrameclass){timeFrames.each((function(timeFrame){if(timeFrame.isBetween(day)){cssClass+=' '+timeFrameclass;}}).bind(this));},this);var invalid=false;if(this.options.validTimeFrames.length>0){invalid=true;this.options.validTimeFrames.each((function(timeFrame){if(timeFrame.isBetween(day)){invalid=false;}}).bind(this));}
if(this.options.invalidTimeFrames.length>0){this.options.invalidTimeFrames.each((function(timeFrame){if(timeFrame.isBetween(day)){invalid=true;}}).bind(this));}
var clickable=true;if(invalid){cssClass+=' mtc_invalid';clickable=false;}
if(this.options.time.getMonth()!=day.getMonth()){cssClass+=' mtc_outofrange';}
if(clickable){cssClass+=' mtc_valid';}
el.set('class',cssClass);el.clickable=clickable;},this);},getObject:function(){return this.object;}});CalendarTimeFrame=new Class({initialize:function(start,end){this.start=this.convertToDate(start);this.end=this.convertToDate(end);},isBetween:function(date){date=this.convertToDate(date);if(date.getTime()>=this.start.getTime()&&date.getTime()<=this.end.getTime()){return true;}
return false;},getDays:function(asTimestamp){var days=[];var startDay=new Date(this.start.getFullYear(),this.start.getMonth(),this.start.getDate());var endDay=new Date(this.end.getFullYear(),this.end.getMonth(),this.end.getDate());for(var i=new Date(startDay.getTime());i.getTime()<=endDay.getTime();i=new Date(i.getFullYear(),i.getMonth(),i.getDate()+1)){days.push(($defined(asTimestamp)&&asTimestamp)?i.getTime():i);}
return days;},convertToDate:function(date){if($type(date)=='date'){return new Date(date.getFullYear(),date.getMonth(),date.getDate());}
else if($type(date)=='number'){return new Date(date);}
else if($type(date)=='string'){date=date.split('-');return new Date(date[0]*1,(date[1]*1)-1,date[2]*1);}
return new Date(0,0,0);}});var ValidationRule=new Class({obscureValue:false,_value:null,_errors:[],getErrors:function(){return this._errors;},hasErrors:function(){return this._errors.length>0?true:false;},_addError:function(_messageKey){if($empty(_messageKey)){return;}
this._errors.push(_messageKey);},_setValue:function(_value){this._value=_value;this._errors=[];}});var ValidationRuleAlpha=new Class({Extends:ValidationRule,_allowWhiteSpace:false,initialize:function(_allowWhiteSpace){this._allowWhiteSpace=$defined(_allowWhiteSpace)&&_allowWhiteSpace;},isValid:function(_value){var valueString=String(_value);this._setValue(valueString);if($empty(valueString)){this._addError('stringEmpty');return false;}
if(valueString.test('[^A-ZÄÖÜäöüß'+(this._allowWhiteSpace?' ':'')+']','i')){this._addError('notAlpha');return false;}
return true;}});var ValidationRuleAlphaNumeric=new Class({Extends:ValidationRule,_allowWhiteSpace:false,initialize:function(_allowWhiteSpace){this._allowWhiteSpace=$defined(_allowWhiteSpace)&&_allowWhiteSpace;},isValid:function(_value){var valueString=String(_value);this._setValue(valueString);if($empty(valueString)){this._addError('stringEmpty');return false;}
if(valueString.test('[^0-9A-ZÄÖÜäöüß'+(this._allowWhiteSpace?' ':'')+']','i')){this._addError('notAlphaNumeric');return false;}
return true;}});var ValidationRuleBetween=new Class({Extends:ValidationRule,allowWhiteSpace:false,min:false,max:false,inclusive:false,initialize:function(_min,_max,_inclusive){this.min=$defined(_min)?_min:false;this.max=$defined(_max)?_max:false;this.inclusive=$defined(_inclusive)?_inclusive:true;},setCompare:function(_firstValue,_secondValue){this.min=_firstValue;this.max=_secondValue;},isValid:function(_value){this._setValue(_value*1);if(this.inclusive){if(this.min>_value||_value>this.max){this._addError('notBetween');return false;}}else{if(this.min>=_value||_value>=this.max){this._addError('notBetweenStrict');return false;}}
return true;}});var ValidationRuleCcnum=new Class({Extends:ValidationRule,isValid:function(_value){this._setValue(_value);_value=_value.split(' ').join('');if(_value!=(_value*1).toString()){this._addError('notDigit');return false;}
var length=_value.length;if(length<13||length>19){this._addError('ccnumLength');return false;}
var sum=0;var weight=2;for(var i=length-2;i>=0;i--){var digit=weight*_value[i];sum+=(digit/10).toInt()+(digit%10);weight=(weight%2)+1;}
if((10-(sum%10))%10!=_value[length-1]){}
return true;}});var ValidationRuleDigits=new Class({Extends:ValidationRule,isValid:function(_value){var valueString=String(_value).trim();this._setValue(valueString);if($empty(valueString)){this._addError('stringEmpty');return false;}
if(valueString.test(/[^\d]/)){this._addError('notDigits');return false;}
return true;}});var ValidationRuleEmailAddress=new Class({Extends:ValidationRule,isValid:function(_value){this._setValue(_value);if($empty(_value)){this._addError('stringEmpty');return false;}
if(!_value.test('^[a-z0-9'+('.!#$%&\'*+-/=?^_`{|}~'.escapeRegExp())+']+@[^@]{2,}\\.[^@\\. /]{2,}$','i')){this._addError('emailAddressInvalid');return false;}
return true;}});var ValidationRuleGreaterThan=new Class({Extends:ValidationRule,min:null,initialize:function(_min){this.min=_min;},setCompare:function(_firstValue){this.min=$defined(_firstValue)?_firstValue:null;},isValid:function(_value){this._setValue(_value);if(this.min>=_value*1){this._addError('notGreater');return false;}
return true;}});var ValidationRuleHostname=new Class({Extends:ValidationRule,isValid:function(_value){this._setValue(_value);if($empty(_value)){this._addError('stringEmpty');return false;}
if(!_value.test('^[^@]{2,}\\.[^@\\. /]{2,}$','i')){this._addError('hostnameInvalidHostname');return false;}
return true;}});var ValidationRuleIdentical=new Class({Extends:ValidationRule,token:null,initialize:function(_token){this.token=$defined(_token)?_token:null;},setCompare:function(_firstValue){if($defined(_firstValue)){this.token=_firstValue;}},isValid:function(_value){this._setValue(_value);return true;}});var ValidationRuleInArray=new Class({Extends:ValidationRule,haystack:[],initialize:function(_haystack){this.haystack=!$defined(_haystack)?[]:(($type(_haystack)!='array')?_haystack.split(','):_haystack);},setCompare:function(_haystack){this.haystack=!$defined(_haystack)?[]:(($type(_haystack)!='array')?_haystack.split(','):_haystack);},isValid:function(_value){this._setValue(_value);if(!this.haystack.contains(_value)){this._addError('notInArray');return false;}
return true;}});var ValidationRuleInt=new Class({Extends:ValidationRule,isValid:function(_value){_value=String(_value).trim();this._setValue(_value);if(_value!=_value.toInt().toString()){this._addError('notInt');return false;}
return true;}});var ValidationRuleIp=new Class({Extends:ValidationRule,isValid:function(_value){_value=String(_value).trim();this._setValue(_value);if(_value.test('[^0-9\\.]','i')){this._addError('notIpAddress');return false;}
var ipSections=_value.split('.');if(ipSections.length!=4){this._addError('notIpAddress');return false;}
if(ipSections[0]==''||ipSections[0].toInt()<0||ipSections[0].toInt()>255||ipSections[1]==''||ipSections[1].toInt()<0||ipSections[1].toInt()>255||ipSections[2]==''||ipSections[2].toInt()<0||ipSections[2].toInt()>255||ipSections[3]==''||ipSections[3].toInt()<0||ipSections[3].toInt()>255){this._addError('notIpAddress');return false;}
return true;}});var ValidationRuleLessThan=new Class({Extends:ValidationRule,max:null,initialize:function(_max){this.max=_max;},setCompare:function(_firstValue){this.max=$defined(_firstValue)?_firstValue:null;},isValid:function(_value){this._setValue(_value);if(this.max<=_value*1){this._addError('notLessThan');return false;}
return true;}});var ValidationRuleNotEmpty=new Class({Extends:ValidationRule,isValid:function(_value){_value=String(_value).trim();this._setValue(_value);if(_value==''){this._addError('isEmpty');return false;}
return true;}});var ValidationRuleRegex=new Class({Extends:ValidationRule,pattern:null,initialize:function(_pattern){this.pattern=_pattern;},setCompare:function(_firstValue){this.pattern=$defined(_firstValue)?_firstValue:null;},isValid:function(_value){this._setValue(_value);if($type(this.pattern)!='string'||!this.pattern.test('^/.*/i{0,1}g{0,1}$','i')){this._addError('invalidPattern');return false;}
var pattern=this.pattern.split('/');pattern.shift();var params=pattern.pop();pattern=pattern.join('/');if(!_value.test(pattern,params)){this._addError('regexNotMatch');return false;}
return true;}});var ValidationRuleStringLength=new Class({Extends:ValidationRule,min:false,max:false,initialize:function(_min,_max){this.min=$defined(_min)?_min:false;this.max=$defined(_max)?_max:false;},setCompare:function(_firstValue,_secondValue){this.min=_firstValue;this.max=_secondValue;},isValid:function(_value){_value=String(_value);this._setValue(_value);if(this.max<this.min||_value.length<this.min){this._addError('stringLengthTooShort');return false;}
if(_value.length>this.max){this._addError('stringLengthTooLong');return false;}
return true;}});var Validator=new Class({Implements:Options,PASSWORD_PATTERN:'/^(([A-Za-zöäüÖÄÜß0-9\\.,!\\$%&\\@#\\+\\*\\(\\)]){4,60})$/i',STREET_PATTERN:'/^(([A-Za-zöäüÖÄÜß0-9\\.\\-\\/ ]){3,80})$/i',TELEPHONE_NUMER_PATTERN:'/^(([0-9\\+\\.\\/\\-\\(\\) ]){6,40})$/i',_validationRules:[],_validationChain:[],_errorMessages:{},_controllerName:false,_errors:{},_form:null,_formElements:[],_triedToSubmit:false,options:{language:'en'},initialize:function(_options,_validationRules){if($defined(_options)){this.setOptions(_options);}
if($defined(_validationRules)){this.parseValidationRules(_validationRules);}},hasErrors:function(){return this._errors.length>0?true:false;},getErrors:function(){return this._errors;},parseValidationRules:function(_validationRules){if(!$defined(_validationRules)||$type(_validationRules)!='array'){return;}
this._validationRules=_validationRules;_validationRules.each(function(validationRule){var validationRuleParts=[];var validationRulePartsOptional=[];if(validationRule.contains(';')){validationRulePartsOptional=validationRule.substr(validationRule.indexOf(';')+1).split(';');validationRule=validationRule.substr(0,validationRule.indexOf(';'));}
validationRuleParts=validationRule.split(',');var satisfiesIfConditions=true;while(validationRuleParts[0].substr(0,3)=='if:'){var condition=validationRuleParts[0].substr(3);var comparison="equal";var parts=[];if(condition.contains('!=')){parts=condition.split('!=');comparison="not_equal";}
else{parts=condition.split('=');}
var fieldToCheck=$parts[0];var valueToCheck=$parts[1];if(comparison=="equal"&&fields[fieldToCheck]!=valueToCheck){satisfiesIfConditions=false;break;}
else if(comparison=="not_equal"&&fields[fieldToCheck]==valueToCheck){satisfiesIfConditions=false;break;}
else{validationRuleParts.shift();}}
if(!satisfiesIfConditions){return;}
var requirement=validationRuleParts[0];var fieldName=validationRuleParts[1];var firstCompareFieldName=null;var secondCompareFieldName=null;if(validationRuleParts.length==5){firstCompareFieldName=validationRuleParts[2];secondCompareFieldName=validationRuleParts[3];var dateFlag=validationRuleParts[4];}
else if(validationRuleParts.length==4){firstCompareFieldName=validationRuleParts[2];secondCompareFieldName=validationRuleParts[3];}
else if(validationRuleParts.length==3){firstCompareFieldName=validationRuleParts[2];}
var errorMessageKey=($defined(validationRulePartsOptional[0]))?validationRulePartsOptional[0]:'';var breakChainOnFailure=($defined(validationRulePartsOptional[1]))?(validationRulePartsOptional[1]=='true'):false;switch(requirement){case"required":this.addValidationRule(new ValidationRuleNotEmpty(),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"digits":this.addValidationRule(new ValidationRuleDigits(),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"alpha":var allowWhitespace=$defined(validationRulePartsOptional[2])?(validationRulePartsOptional[2]=='true'):false;this.addValidationRule(new ValidationRuleAlpha(allowWhitespace),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"alphaNumeric":var allowWhitespace=$defined(validationRulePartsOptional[2])?(validationRulePartsOptional[2]=='true'):false;this.addValidationRule(new ValidationRuleAlphaNumeric(allowWhitespace),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"stringLength":var min=$defined(validationRulePartsOptional[2])?validationRulePartsOptional[2].toInt():0;var max=$defined(validationRulePartsOptional[3])?validationRulePartsOptional[3].toInt():null;this.addValidationRule(new ValidationRuleStringLength(min,max),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"between":var min=$defined(validationRulePartsOptional[2])?validationRulePartsOptional[2].toInt():0;var max=$defined(validationRulePartsOptional[3])?validationRulePartsOptional[3].toInt():1;var inclusive=$defined(validationRulePartsOptional[4])?(validationRulePartsOptional[4]=='true'):true;this.addValidationRule(new ValidationRuleBetween(min,max,inclusive),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"identical":var token=$defined(validationRulePartsOptional[2])?validationRulePartsOptional[2]:null;this.addValidationRule(new ValidationRuleIdentical(token),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"int":this.addValidationRule(new ValidationRuleInt(),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"lessThan":var max=$defined(validationRulePartsOptional[2])?validationRulePartsOptional[2].toInt():0;this.addValidationRule(new ValidationRuleLessThan(max),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"greaterThan":var min=$defined(validationRulePartsOptional[2])?validationRulePartsOptional[2].toInt():0;this.addValidationRule(new ValidationRuleGreaterThan(min),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"inArray":var tokens=$defined(validationRulePartsOptional[2])?validationRulePartsOptional[2]:'array()';if(tokens.indexOf('array(')==0){tokens=eval('['+tokens.substr(6,tokens.length-7)+']');}
var strict=$defined(validationRulePartsOptional[3])?validationRulePartsOptional[3]=='true':false;this.addValidationRule(new ValidationRuleInArray(tokens,strict),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"regex":var pattern=$defined(validationRulePartsOptional[2])?String(validationRulePartsOptional[2]):'';this.addValidationRule(new ValidationRuleRegex(pattern),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"ccnum":this.addValidationRule(new ValidationRuleCcnum(),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"email":this.addValidationRule(new ValidationRuleEmailAddress(),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"hostname":this.addValidationRule(new ValidationRuleHostname(),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"ip":this.addValidationRule(new ValidationRuleIp(),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"password":this.addValidationRule(new ValidationRuleRegex(this.PASSWORD_PATTERN),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"street":this.addValidationRule(new ValidationRuleRegex(this.STREET_PATTERN),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;case"telephoneNumber":this.addValidationRule(new ValidationRuleRegex(this.TELEPHONE_NUMER_PATTERN),fieldName,firstCompareFieldName,secondCompareFieldName,errorMessageKey,breakChainOnFailure);break;}},this);},addValidationRule:function(_ValidationRule,_fieldName,_errorMessageKey,_breakChainOnFailure){this._validationChain.push({'ValidationRule':_ValidationRule,'fieldName':_fieldName,'errorMessageKey':_errorMessageKey,'breakChainOnFailure':_breakChainOnFailure==true});},isValid:function(_values){if(!$defined(_values)){return false;}
if(_values.length<1){return false;}
if(this._validationChain.length<1){return true;}
this._errors={};var result=true;this._validationChain.each(function(chainElement){var ValidationRule=chainElement.ValidationRule;if($defined(_values[chainElement.fieldName])){if(!ValidationRule.isValid(_values[chainElement.fieldName])){result=false;var errors=ValidationRule.getErrors();if(chainElement.errorMessageKey){this._addError(chainElement.fieldName,chainElement.errorMessageKey);}
else{errors.each(function(error){this._addError(chainElement.fieldName,error);},this);}
if(chainElement.breakChainOnFailure){return;}}}
else{this._addError(chainElement.fieldName,'fieldNotSet');result=false;}},this);if(result){this._form.externalCheckFunctions=this._form.externalCheckFunctions||[];this._form.externalCheckFunctions.each(function(externalCheck){if(externalCheck()===false){result=false;return;}});}
return result;},isValidSingle:function(_name,_value){if(!$defined(_name)||!$defined(_value)){return false;}
if(this._validationChain.length<1){return true;}
this._errors={};var result=true;this._validationChain.each(function(chainElement){var ValidationRule=chainElement.ValidationRule;if(chainElement.fieldName==_name){if(!ValidationRule.isValid(_value)){result=false;var errors=ValidationRule.getErrors();if(chainElement.errorMessageKey){this._addError(chainElement.fieldName,chainElement.errorMessageKey);}
else{errors.each(function(error){this._addError(chainElement.fieldName,error);},this);}}}},this);return result;},_addError:function(_fieldName,_messageKey){if($empty(_fieldName)||$empty(_messageKey)){return;}
if($defined(this._errors[_fieldName])){this._errors[_fieldName].push(_messageKey);}
else{this._errors[_fieldName]=[_messageKey];}},watchForm:function(_form,_rules,_errorMessages,_controllerName){var self=this;this._errorMessages=_errorMessages;this._controllerName=_controllerName;if(!$defined(_form)){return;}
_form=document.id(_form);if(!_form){return;}
this.parseValidationRules(_rules);this._form=_form;this._form.miceValidatorObject=this;var formElements=_form.getElements('input, select, textarea');this._formElements=formElements;formElements.each(function(element){element.addEvent('valuechange',(function(){self.checkSingle(this);}).bindWithEvent(element));this.checkSingle(element);},this);_form.addEvent('submit',this.checkAll.bind(this));},checkAll:function(_event){var values={};this._formElements.each(function(el){if(!el.name||el.disabled)return;var value=el.getValue();$splat(value).each(function(val){if(typeof val!='undefined')values[el.name]=val;});});if(this.isValid(values)){this._form.addClass('loading');}
else{new Event(_event).stop();var errorMessageWrap=this._form.getPrevious('.errorMessageWrap');if(errorMessageWrap){if(!this.errorMessageElement){this.errorMessageElement=new Element('p',{'class':'errorMessage','text':"Please complete the whole form correctly"}).inject(errorMessageWrap);}
window.scrollTo(window.getScroll().x,this.errorMessageElement.getPosition().y-10);}
this._triedToSubmit=true;$each(this.getErrors(),function(value,name){this.setElementStatus(name,'invalid',value);},this);alert("Please complete the whole form correctly");for(name in this.getErrors()){var firstElement=this._form.getElement('input[name="'+name+'"],select[name="'+name+'"],textarea[name="'+name+'"]');if(firstElement&&typeof firstElement.focus=="function"){firstElement.focus();}
break;}}},checkSingle:function(_element){var requiredField=false;this._validationChain.each(function(chainElement){if(chainElement.fieldName==_element.name){requiredField=true;}});if(!requiredField){return;}
var value=_element.getValue();if((!value||$empty(value))&&!this._triedToSubmit){this.setElementStatus(_element,null);return;}
var valid=this.isValidSingle(_element.name,value);if(valid){this.setElementStatus(_element,'valid');}
else{this.setElementStatus(_element,'invalid',this.getErrors()[_element.name]);}},setElementStatus:function(_element,_status,_message){if($type(_element)=='string'){_element=this._form.getElement('input[name="'+_element+'"],select[name="'+_element+'"],textarea[name="'+_element+'"]');}
if($defined(_status)&&(_status=='invalid'||_status=='valid')){_element.addClass(_status=='invalid'?'invalid':'valid');_element.removeClass(_status=='invalid'?'valid':'invalid');if(_element.getParent().tagName.toLowerCase()=='p'){_element.getParent().addClass(_status=='invalid'?'invalid':'valid');_element.getParent().removeClass(_status=='invalid'?'valid':'invalid');}}
else{_element.removeClass('invalid');_element.removeClass('valid');if(_element.getParent().tagName.toLowerCase()=='p'){_element.getParent().removeClass('invalid');_element.getParent().removeClass('valid');}}
if($defined(_message)&&!$empty(_message)&&_element.getParent().tagName.toLowerCase()=='p'){_message=this.getErrorMessage(_message,_element.get('name'),this._controllerName,'both');if(!_element.getParent().getElement('span.errorMsg')){new Element('span').addClass('errorMsg').inject(_element.getParent());}
var errorMsgElement=_element.getParent().getElement('span.errorMsg');errorMsgElement.set('html',_message)}
else if(_element.getParent().getElement('span.errorMsg')){_element.getParent().getElement('span.errorMsg').dispose();}},getErrorMessage:function(_messageKey,_fieldName,_section,_type){if(!$defined(this._errorMessages)){return _messageKey;}
var self=this;if(typeof _section=='undefined'){_section='nosection';}
if(typeof _type=='undefined'){_type='both';}
var message='';if(typeof _messageKey=='undefined'){return message;}
_messageKey=String(_messageKey);var fallbackStackSkeleton=[];if(typeof _fieldName=='string'){fallbackStackSkeleton.push(_fieldName.capitalize()+_messageKey.capitalize());fallbackStackSkeleton.push(_fieldName.capitalize());}
fallbackStackSkeleton.push(_messageKey.capitalize());var fallbackStack=[];if(['validationError','error'].contains(_type)){var possibePrefixes=[_type];}
else{var possibePrefixes=['validationError','error'];}
possibePrefixes.each(function(prefix){fallbackStackSkeleton.each(function(suffix){fallbackStack.push(prefix+suffix);});fallbackStack.push(prefix+'Default');});if(['validationError','error'].contains(_type)){var possibleMainSection=[_type+'s'];}
else{var possibleMainSection=['validationErrors','errors'];}
fallbackStack.each(function(key){if(message!=''){return;}
possibleMainSection.each(function(mainSection){if(message!=''){return;}
if($defined(self._errorMessages[_section])&&$defined(self._errorMessages[_section][mainSection])&&$defined(self._errorMessages[_section][mainSection][key])){message=self._errorMessages[_section][mainSection][key];return;}
if($defined(self._errorMessages[mainSection])&&$defined(self._errorMessages[mainSection][key])){message=self._errorMessages[mainSection][key];return;}});});return message;}});var Slideshow=new Class({Implements:[Options,Events],options:{slidetime:1.2,swaptime:5,transition:Fx.Transitions.linear,path:'',imgs:[],random:false,copyrights:[],copyright_element:false},initialize:function(obj,options){this.obj=document.id(obj);this.setOptions(options);this.wrapper=new Element('div',{id:this.obj.get('id'),'class':this.obj.get('class')}).inject(this.obj,'before');this.obj.set('id','');if(this.wrapper.getStyle('position')!="absolute"){this.wrapper.setStyle('position','relative');}
this.obj.set('class','');this.obj.inject(this.wrapper);this.obj2=new Element('img').inject(this.wrapper);this.obj.setStyles({position:'absolute',top:0,left:0});this.obj2.setStyles({position:'absolute',top:0,left:0});this.act_number=0;this.slider=new Fx.Tween(this.obj2,{property:'opacity',duration:this.options.slidetime*1000,transition:this.options.transition});this.slider.set(0);this.inter=false;this.first_run=true;this.was_random=new Array();for(i=0;i<this.options.imgs.length;i++){if(this.obj.get('src')==this.options.imgs[i]){this.was_random.push(i);}}
this.obj2.addEvent('load',this.imgOnLoad.bind(this));this.obj2.set('src',this.obj.get('src'));},run:function(){this.inter=false;this.first_run=false;if(this.options.random){if(this.options.imgs.length>=2){for(i=0;i<200;i++){var r=Math.floor(Math.random()*(this.options.imgs.length));if(r!=this.act_number){var flag=false;for(j=0;j<this.was_random.length;j++){if(r==this.was_random[j]){flag=true;}}
if(!flag){break;}}}
this.was_random.push(r);if(this.was_random.length>=this.options.imgs.length){this.was_random=new Array();}
this.act_number=r;}
else{this.act_number=0;}}
else{this.act_number++;if(this.act_number>this.options.imgs.length-1){this.act_number=0;}}
this.obj2.set('src',this.options.path+this.options.imgs[this.act_number]);},setCopyright:function(){if(this.options.copyright_element){if(this.options.copyrights[this.act_number]&&this.options.copyrights[this.act_number]!=""){this.options.copyright_element.set('html',this.options.copyrights[this.act_number]);this.options.copyright_element.setStyle('visibility','visible');}
else{this.options.copyright_element.setStyle('visibility','hidden');this.options.copyright_element.set('html','');}}},afterRun:function(){this.obj.set('src',this.obj2.get('src'));this.slider.set.delay(100,this.slider,0);(function(){this.isPlaying=false;}).delay(100,this);},imgOnLoad:function(){if(this.inter==false){if(this.first_run){this.isPlaying=true;this.slider.set(1);this.setCopyright();this.afterRun();this.inter=this.run.delay((this.options.swaptime-this.options.slidetime)*1000,this);}
else{this.fireEvent('beforeSlide',this.act_number);this.fireEvent.delay(this.options.slidetime*500,this,['slide',this.act_number]);this.fireEvent.delay(this.options.slidetime*1000,this,['afterSlide',this.act_number]);this.isPlaying=true;this.inter=this.run.delay(this.options.swaptime*1000,this);this.slider.start(1);this.afterRun.delay((this.options.slidetime*1000)+100,this);this.setCopyright.delay(this.options.slidetime*1000/2,this);}}},goTo:function(offset,absolute){if(this.isPlaying){return;}
if(this.inter){$clear(this.inter);this.inter=false;}
if(absolute){this.act_number=offset;}
else{this.act_number+=offset;}
if(this.act_number>=this.options.imgs.length){this.act_number-=this.options.imgs.length;}
else if(this.act_number<0){this.act_number+=this.options.imgs.length;}
this.first_run=false;this.obj2.set('src',this.options.path+this.options.imgs[this.act_number]);}});var locale="en";window.addEvent('domload',function(){if(typeof isCms=="undefined"||!isCms){Cufon.replace('#content h1, #right h3',{fontFamily:'Eurostile ExtendedTwo'});Cufon.replace('#nav a',{fontFamily:'Gill Sans MT',hover:true});Cufon.now();if(Browser.Plugins.Flash.version>=8){document.id(document.body).addClass('hasFlash');}
$$('a[rel^=external], form[rel^=external], a[rel^=nofollow], form[rel^=nofollow]').each(function(element){if(!element.hasClass('cmsLink')){element.set('target','_blank');element.addClass('external');}});var myImgPopup=new ImgPopup();$$('#content a.image').each(function(element){new Element('span',{'class':'enlarge'}).inject(element);if(!element.get('rel')){element.set('rel','imgpopup');}});if($$('a[rel^=imgpopup]')){var myImgSection=[];$$('a[rel^=imgpopup]').each(function(element){var elm={url:element.get('href'),caption:element.getElement('.caption')?element.getElement('.caption').get('html'):element.get('title'),element:element.get('rel').test('^imgpopup\\[[0-9]+,[0-9]+\\]$','gi')?'iframe':'img'}
if(elm.element=='iframe'){elm.width=element.get('rel').split('[')[1].split(']')[0].split(',')[0];elm.height=element.get('rel').split('[')[1].split(']')[0].split(',')[1];}
myImgSection.push(elm);element.addEvent('click',function(e){myImgPopup.start(element.get('href'));new Event(e).stop();});});myImgPopup.addSection(myImgSection);}
$$('a[target=_blank]').each(function(el){el.addEvent('click',(function(){if(typeof pageTracker!="undefined"){pageTracker._trackEvent('Exit Points','External Links',this.get('href'),1);}}).bindWithEvent(el));});var calendarInputs=$$('input.calendarField');if(calendarInputs.length>0){calendarInputs.each(function(field){var myCalendar=new Calendar({count:1});myCalendar.addEvent('select',function(e){if(locale=='en'){field.set('value',e.date.getDate()+'/'+(e.date.getMonth()+1)+'/'+e.date.getFullYear());}
else{field.set('value',e.date.getDate()+'.'+(e.date.getMonth()+1)+'.'+e.date.getFullYear());}
myCalendar.close();});myCalendar.getObject().inject(field,'after');myCalendar.addValidTimeFrame(new CalendarTimeFrame(new Date().getTime()-(24*60*60*1000),new Date(new Date().getTime()+(3*365*24*60*60*1000))));myCalendar.render();field.addEvent('click',myCalendar.open.bind(myCalendar));});}
if($$('form select[name=quantityChildren]').length>0){$$('form').each(function(form){if(form.getElements('select[name=quantityChildren]').length>0){form.getElement('select[name=quantityChildren]').addEvent('valuechange',function(value){var i;for(i=1;i<=value;i++){form.getElement('select[name=age'+i+'Child]').getParent().setStyle('display','');}
for(i=i;i<11;i++){form.getElement('select[name=age'+i+'Child]').getParent().setStyle('display','none');}});}});}
$$('.contentMap').each(function(contentMap){var areaElements=contentMap.getElements('area');var countryElements=contentMap.getElements('.contentMapCountry');areaElements.each(function(area){area.addEvent('mouseover',function(){countryElements.each(function(country){if(country.get('data-country')==area.get('data-country')){country.setStyle('display','block');}
else{country.setStyle('display','');}});});area.addEvent('mouseout',function(){countryElements.each(function(country){country.setStyle('display','');});});area.addEvent('click',function(e){if(document.id('contentMapText-'+area.get('data-country'))){myImgPopup.addSection([{width:400,height:150,element:'iframe',url:'#contentMapText-'+area.get('data-country')}]);myImgPopup.start('#contentMapText-'+area.get('data-country'));}
new Event(e).stop();});});countryElements.each(function(country){new Element('img',{src:country.getStyle('background-image').replace(/^url\("?/gi,'').replace(/"?\)$/gi,'')});});});}});
