var MooTools={version:"1.2.5",build:"008d8f0f2fcc2044e54fdd3635341aaab274e757"};var Native=function(m){m=m||{};var a=m.name;var k=m.legacy;var c=m.protect;var d=m.implement;var j=m.generics;var h=m.initialize;var i=m.afterImplement||function(){};var f=h||k;j=j!==false;f.constructor=Native;f.$family={name:"native"};if(k&&h){f.prototype=k.prototype}f.prototype.constructor=f;if(a){var g=a.toLowerCase();f.prototype.$family={name:g};Native.typize(f,g)}var l=function(p,n,q,o){if(!c||o||!p.prototype[n]){p.prototype[n]=q}if(j){Native.genericize(p,n,c)}i.call(p,n,q);return p};f.alias=function(p,n,r){if(typeof p=="string"){var q=this.prototype[p];if((p=q)){return l(this,n,p,r)}}for(var o in p){this.alias(o,p[o],n)}return this};f.implement=function(o,n,r){if(typeof o=="string"){return l(this,o,n,r)}for(var q in o){l(this,q,o[q],n)}return this};if(d){f.implement(d)}return f};Native.genericize=function(c,d,a){if((!a||!c[d])&&typeof c.prototype[d]=="function"){c[d]=function(){var f=Array.prototype.slice.call(arguments);return c.prototype[d].apply(f.shift(),f)}}};Native.implement=function(f,d){for(var c=0,a=f.length;c<a;c++){f[c].implement(d)}};Native.typize=function(a,c){if(!a.type){a.type=function(d){return($type(d)===c)}}};(function(){var a={Array:Array,Date:Date,Function:Function,Number:Number,RegExp:RegExp,String:String};for(var k in a){new Native({name:k,initialize:a[k],protect:true})}var f={"boolean":Boolean,"native":Native,object:Object};for(var d in f){Native.typize(f[d],d)}var j={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 h in j){for(var c=j[h].length;c--;){Native.genericize(a[h],j[h][c],true)}}})();var Hash=new Native({name:"Hash",initialize:function(a){if($type(a)=="hash"){a=$unlink(a.getClean())}for(var c in a){this[c]=a[c]}return this}});Hash.implement({forEach:function(c,d){for(var a in this){if(this.hasOwnProperty(a)){c.call(d,this[a],a,this)}}},getClean:function(){var c={};for(var a in this){if(this.hasOwnProperty(a)){c[a]=this[a]}}return c},getLength:function(){var c=0;for(var a in this){if(this.hasOwnProperty(a)){c++}}return c}});Hash.alias("forEach","each");Array.implement({forEach:function(d,f){for(var c=0,a=this.length;c<a;c++){d.call(f,this[c],c,this)}}});Array.alias("forEach","each");function $A(c){if(c.item){var a=c.length,d=new Array(a);while(a--){d[a]=c[a]}return d}return Array.prototype.slice.call(c)}function $arguments(a){return function(){return arguments[a]}}function $chk(a){return !!(a||a===0)}function $clear(a){clearTimeout(a);clearInterval(a);return null}function $defined(a){return(a!=undefined)}function $each(d,c,f){var a=$type(d);((a=="arguments"||a=="collection"||a=="array")?Array:Hash).each(d,c,f)}function $empty(){}function $extend(d,a){for(var c in (a||{})){d[c]=a[c]}return d}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(g){for(var f=1,a=arguments.length;f<a;f++){var c=arguments[f];if($type(c)!="object"){continue}for(var d in c){var j=c[d],h=g[d];g[d]=(h&&$type(j)=="object"&&$type(h)=="object")?$mixin(h,j):$unlink(j)}}return g}function $pick(){for(var c=0,a=arguments.length;c<a;c++){if(arguments[c]!=undefined){return arguments[c]}}return null}function $random(c,a){return Math.floor(Math.random()*(a-c+1)+c)}function $splat(c){var a=$type(c);return(a)?((a!="array"&&a!="arguments")?[c]:c):[]}var $time=Date.now||function(){return +new Date};function $try(){for(var c=0,a=arguments.length;c<a;c++){try{return arguments[c]()}catch(d){}}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(d){var c;switch($type(d)){case"object":c={};for(var g in d){c[g]=$unlink(d[g])}break;case"hash":c=new Hash(d);break;case"array":c=[];for(var f=0,a=d.length;f<a;f++){c[f]=$unlink(d[f])}break;default:return d}return c}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 c in this.Engines){var a=this.Engines[c]();if(a){this.Engine={name:c,version:a};this.Engine[c]=this.Engine[c+a]=true;break}}return{name:c,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(c){if(!c){return c}if(window.execScript){window.execScript(c)}else{var a=document.createElement("script");a.setAttribute("type","text/javascript");a[(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerText":"text"]=c;document.head.appendChild(a);document.head.removeChild(a)}return c}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(c,a){window[c]=Window.Prototype[c]=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(c,a){document[c]=Document.Prototype[c]=a}});Document.Prototype={$family:{name:"document"}};new Document(document);Array.implement({every:function(d,f){for(var c=0,a=this.length;c<a;c++){if(!d.call(f,this[c],c,this)){return false}}return true},filter:function(f,g){var d=[];for(var c=0,a=this.length;c<a;c++){if(f.call(g,this[c],c,this)){d.push(this[c])}}return d},clean:function(){return this.filter($defined)},indexOf:function(d,f){var a=this.length;for(var c=(f<0)?Math.max(0,a+f):f||0;c<a;c++){if(this[c]===d){return c}}return -1},map:function(f,g){var d=[];for(var c=0,a=this.length;c<a;c++){d[c]=f.call(g,this[c],c,this)}return d},some:function(d,f){for(var c=0,a=this.length;c<a;c++){if(d.call(f,this[c],c,this)){return true}}return false},associate:function(d){var f={},c=Math.min(this.length,d.length);for(var a=0;a<c;a++){f[d[a]]=this[a]}return f},link:function(d){var a={};for(var g=0,c=this.length;g<c;g++){for(var f in d){if(d[f](this[g])){a[f]=this[g];delete d[f];break}}}return a},contains:function(a,c){return this.indexOf(a,c)!=-1},extend:function(d){for(var c=0,a=d.length;c<a;c++){this.push(d[c])}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(d){for(var c=0,a=d.length;c<a;c++){this.include(d[c])}return this},erase:function(c){for(var a=this.length;a--;a){if(this[a]===c){this.splice(a,1)}}return this},empty:function(){this.length=0;return this},flatten:function(){var f=[];for(var c=0,a=this.length;c<a;c++){var d=$type(this[c]);if(!d){continue}f=f.concat((d=="array"||d=="collection"||d=="arguments")?Array.flatten(this[c]):this[c])}return f},hexToRgb:function(c){if(this.length!=3){return null}var a=this.map(function(d){if(d.length==1){d+=d}return d.toInt(16)});return(c)?a:"rgb("+a+")"},rgbToHex:function(f){if(this.length<3){return null}if(this.length==4&&this[3]==0&&!f){return"transparent"}var c=[];for(var a=0;a<3;a++){var d=(this[a]-0).toString(16);c.push((d.length==1)?"0"+d:d)}return(f)?c:"#"+c.join("")}});String.implement({test:function(a,c){return((typeof a=="string")?new RegExp(a,c):a).test(this)},contains:function(a,c){return(c)?(c+this+c).indexOf(c+a+c)>-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(c){var a=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);return(a)?a.slice(1).hexToRgb(c):null},rgbToHex:function(c){var a=this.match(/\d{1,3}/g);return(a)?a.rgbToHex(c):null},stripScripts:function(c){var a="";var d=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(){a+=arguments[1]+"\n";return""});if(c===true){$exec(a)}else{if($type(c)=="function"){c(a,d)}}return d},substitute:function(a,c){return this.replace(c||(/\\?\{([^{}]+)\}/g),function(f,d){if(f.charAt(0)=="\\"){return f.slice(1)}return(a[d]!=undefined)?a[d]:""})}});try{delete Function.prototype.bind}catch(e){}Function.implement({extend:function(a){for(var c in a){this[c]=a[c]}return this},create:function(c){var a=this;c=c||{};return function(f){var d=c.arguments;d=(d!=undefined)?$splat(d):Array.slice(arguments,(c.event)?1:0);if(c.event){d=[f||window.event].extend(d)}var g=function(){return a.apply(c.bind||null,d)};if(c.delay){return setTimeout(g,c.delay)}if(c.periodical){return setInterval(g,c.periodical)}if(c.attempt){return $try(g)}return g()}},run:function(a,c){return this.apply(c,$splat(a))},pass:function(a,c){return this.create({bind:c,arguments:a})},bind:function(c,a){return this.create({bind:c,arguments:a})},bindWithEvent:function(c,a){return this.create({bind:c,arguments:a,event:true})},attempt:function(a,c){return this.create({bind:c,arguments:a,attempt:true})()},delay:function(c,d,a){return this.create({bind:d,arguments:a,delay:c})()},periodical:function(d,c,a){return this.create({bind:c,arguments:a,periodical:d})()}});Number.implement({limit:function(c,a){return Math.min(a,Math.max(c,this))},round:function(a){a=Math.pow(10,a||0);return Math.round(this*a)/a},times:function(c,d){for(var a=0;a<this;a++){c.call(d,a,this)}},toFloat:function(){return parseFloat(this)},toInt:function(a){return parseInt(this,a||10)}});Number.alias("times","each");(function(c){var a={};c.each(function(d){if(!Number[d]){a[d]=function(){return Math[d].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(c){for(var a in this){if(this.hasOwnProperty(a)&&this[a]===c){return a}}return null},hasValue:function(a){return(Hash.keyOf(this,a)!==null)},extend:function(a){Hash.each(a||{},function(d,c){Hash.set(this,c,d)},this);return this},combine:function(a){Hash.each(a||{},function(d,c){Hash.include(this,c,d)},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,c){if(!this[a]||this.hasOwnProperty(a)){this[a]=c}return this},empty:function(){Hash.each(this,function(c,a){delete this[a]},this);return this},include:function(a,c){if(this[a]==undefined){this[a]=c}return this},map:function(c,d){var a=new Hash;Hash.each(this,function(g,f){a.set(f,c.call(d,g,f,this))},this);return a},filter:function(c,d){var a=new Hash;Hash.each(this,function(g,f){if(c.call(d,g,f,this)){a.set(f,g)}},this);return a},every:function(c,d){for(var a in this){if(this.hasOwnProperty(a)&&!c.call(d,this[a],a)){return false}}return true},some:function(c,d){for(var a in this){if(this.hasOwnProperty(a)&&c.call(d,this[a],a)){return true}}return false},getKeys:function(){var a=[];Hash.each(this,function(d,c){a.push(c)});return a},getValues:function(){var a=[];Hash.each(this,function(c){a.push(c)});return a},toQueryString:function(a){var c=[];Hash.each(this,function(h,g){if(a){g=a+"["+g+"]"}var f;switch($type(h)){case"object":f=Hash.toQueryString(h,g);break;case"array":var d={};h.each(function(k,j){d[j]=k});f=Hash.toQueryString(d,g);break;default:f=g+"="+encodeURIComponent(h)}if(h!=undefined){c.push(f)}});return c.join("&")}});Hash.alias({keyOf:"indexOf",hasValue:"contains"});var Element=new Native({name:"Element",legacy:window.Element,initialize:function(a,c){var d=Element.Constructors.get(a);if(d){return d(c)}if(typeof a=="string"){return document.newElement(a,c)}return document.id(a).set(c)},afterImplement:function(a,c){Element.Prototype[a]=c;if(Array[a]){return}Elements.implement(a,function(){var d=[],k=true;for(var g=0,f=this.length;g<f;g++){var h=this[g][a].apply(this[g],arguments);d.push(h);if(k){k=($type(h)=="element")}}return(k)?new Elements(d):d})}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var h=Array.link(arguments,{properties:Object.type,iframe:$defined});var f=h.properties||{};var d=document.id(h.iframe);var g=f.onload||$empty;delete f.onload;f.id=f.name=$pick(f.id,f.name,d?(d.id||d.name):"IFrame_"+$time());d=new Element(d||"iframe",f);var c=function(){var i=$try(function(){return d.contentWindow.location.host});if(!i||i==window.location.host){var j=new Window(d.contentWindow);new Document(d.contentWindow.document);$extend(j.Element.prototype,Element.Prototype)}g.call(d.contentWindow,d.contentWindow.document)};var a=$try(function(){return d.contentWindow});((a&&a.document.body)||window.frames[f.id])?c():d.addListener("load",c);return d}});var Elements=new Native({initialize:function(h,c){c=$extend({ddup:true,cash:true},c);h=h||[];if(c.ddup||c.cash){var j={},g=[];for(var d=0,a=h.length;d<a;d++){var f=document.id(h[d],!c.cash);if(c.ddup){if(j[f.uid]){continue}j[f.uid]=true}if(f){g.push(f)}}h=g}return(c.cash)?$extend(h,this):h}});Elements.implement({filter:function(a,c){if(!a){return this}return new Elements(Array.filter(this,(typeof a=="string")?function(d){return d.match(a)}:a,c))}});(function(){var f;try{var a=document.createElement("<input name=x>");f=(a.name=="x")}catch(c){}var d=function(g){return(""+g).replace(/&/g,"&amp;").replace(/"/g,"&quot;")};Document.implement({newElement:function(g,h){if(h&&h.checked!=null){h.defaultChecked=h.checked}if(f&&h){g="<"+g;if(h.name){g+=' name="'+d(h.name)+'"'}if(h.type){g+=' type="'+d(h.type)+'"'}g+=">";delete h.name;delete h.type}return this.id(this.createElement(g)).set(h)},newTextNode:function(g){return this.createTextNode(g)},getDocument:function(){return this},getWindow:function(){return this.window},id:(function(){var g={string:function(j,i,h){j=h.getElementById(j);return(j)?g.element(j,i):null},element:function(h,k){$uid(h);if(!k&&!h.$family&&!(/^object|embed$/i).test(h.tagName)){var i=Element.Prototype;for(var j in i){h[j]=i[j]}}return h},object:function(i,j,h){if(i.toElement){return g.element(i.toElement(h),j)}return null}};g.textnode=g.whitespace=g.window=g.document=$arguments(0);return function(i,k,j){if(i&&i.$family&&i.uid){return i}var h=$type(i);return(g[h])?g[h](i,k,j||document):null}})()})})();if(window.$==null){Window.implement({$:function(a,c){return document.id(a,c,this.document)}})}Window.implement({$$:function(a){if(arguments.length==1&&typeof a=="string"){return this.document.getElements(a)}var h=[];var d=Array.flatten(arguments);for(var f=0,c=d.length;f<c;f++){var g=d[f];switch($type(g)){case"element":h.push(g);break;case"string":h.extend(this.document.getElements(g,true))}}return new Elements(h)},getDocument:function(){return this.document},getWindow:function(){return this}});Native.implement([Element,Document],{getElement:function(a,c){return document.id(this.getElements(a,true)[0]||null,c)},getElements:function(a,f){a=a.split(",");var d=[];var c=(a.length>1);a.each(function(g){var h=this.getElementsByTagName(g.trim());(c)?d.extend(h):d=h},this);return new Elements(d,{ddup:c,cash:!f})}});(function(){var j={},h={};var k={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"};var d=function(n){return(h[n]||(h[n]={}))};var i=function(q,n){if(!q){return}var o=q.uid;if(n!==true){n=false}if(Browser.Engine.trident){if(q.clearAttributes){var s=n&&q.cloneNode(false);q.clearAttributes();if(s){q.mergeAttributes(s)}}else{if(q.removeEvents){q.removeEvents()}}if((/object/i).test(q.tagName)){for(var r in q){if(typeof q[r]=="function"){q[r]=$empty}}Element.dispose(q)}}if(!o){return}j[o]=h[o]=null};var f=function(){Hash.each(j,i);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(i)}if(window.CollectGarbage){CollectGarbage()}j=h=null};var l=function(p,n,u,o,r,t){var q=p[u||n];var s=[];while(q){if(q.nodeType==1&&(!o||Element.match(q,o))){if(!r){return document.id(q,t)}s.push(q)}q=q[n]}return(r)?new Elements(s,{ddup:false,cash:!t}):null};var g={html:"innerHTML","class":"className","for":"htmlFor",defaultValue:"defaultValue",text:(Browser.Engine.trident||(Browser.Engine.webkit&&Browser.Engine.version<420))?"innerText":"textContent"};var c=["compact","nowrap","ismap","declare","noshade","checked","disabled","readonly","multiple","selected","noresize","defer"];var m=["value","type","defaultValue","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];c=c.associate(c);Hash.extend(g,c);Hash.extend(g,m.associate(m.map(String.toLowerCase)));var a={before:function(o,n){if(n.parentNode){n.parentNode.insertBefore(o,n)}},after:function(o,n){if(!n.parentNode){return}var p=n.nextSibling;(p)?n.parentNode.insertBefore(o,p):n.parentNode.appendChild(o)},bottom:function(o,n){n.appendChild(o)},top:function(o,n){var p=n.firstChild;(p)?n.insertBefore(o,p):n.appendChild(o)}};a.inside=a.bottom;Hash.each(a,function(n,o){o=o.capitalize();Element.implement("inject"+o,function(p){n(this,document.id(p,true));return this});Element.implement("grab"+o,function(p){n(document.id(p,true),this);return this})});Element.implement({set:function(r,o){switch($type(r)){case"object":for(var q in r){this.set(q,r[q])}break;case"string":var n=Element.Properties.get(r);(n&&n.set)?n.set.apply(this,Array.slice(arguments,1)):this.setProperty(r,o)}return this},get:function(o){var n=Element.Properties.get(o);return(n&&n.get)?n.get.apply(this,Array.slice(arguments,1)):this.getProperty(o)},erase:function(o){var n=Element.Properties.get(o);(n&&n.erase)?n.erase.apply(this):this.removeProperty(o);return this},setProperty:function(o,p){var n=g[o];if(p==undefined){return this.removeProperty(o)}if(n&&c[o]){p=!!p}(n)?this[n]=p:this.setAttribute(o,""+p);return this},setProperties:function(n){for(var o in n){this.setProperty(o,n[o])}return this},getProperty:function(o){var n=g[o];var p=(n)?this[n]:this.getAttribute(o,2);return(c[o])?!!p:(n)?p:p||null},getProperties:function(){var n=$A(arguments);return n.map(this.getProperty,this).associate(n)},removeProperty:function(o){var n=g[o];(n)?this[n]=(n&&c[o])?false:"":this.removeAttribute(o);return this},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this},hasClass:function(n){return this.className.contains(n," ")},addClass:function(n){if(!this.hasClass(n)){this.className=(this.className+" "+n).clean()}return this},removeClass:function(n){this.className=this.className.replace(new RegExp("(^|\\s)"+n+"(?:\\s|$)"),"$1");return this},toggleClass:function(n){return this.hasClass(n)?this.removeClass(n):this.addClass(n)},adopt:function(){Array.flatten(arguments).each(function(n){n=document.id(n,true);if(n){this.appendChild(n)}},this);return this},appendText:function(o,n){return this.grab(this.getDocument().newTextNode(o),n)},grab:function(o,n){a[n||"bottom"](document.id(o,true),this);return this},inject:function(o,n){a[n||"bottom"](this,document.id(o,true));return this},replaces:function(n){n=document.id(n,true);n.parentNode.replaceChild(this,n);return this},wraps:function(o,n){o=document.id(o,true);return this.replaces(o).grab(o,n)},getPrevious:function(n,o){return l(this,"previousSibling",null,n,false,o)},getAllPrevious:function(n,o){return l(this,"previousSibling",null,n,true,o)},getNext:function(n,o){return l(this,"nextSibling",null,n,false,o)},getAllNext:function(n,o){return l(this,"nextSibling",null,n,true,o)},getFirst:function(n,o){return l(this,"nextSibling","firstChild",n,false,o)},getLast:function(n,o){return l(this,"previousSibling","lastChild",n,false,o)},getParent:function(n,o){return l(this,"parentNode",null,n,false,o)},getParents:function(n,o){return l(this,"parentNode",null,n,true,o)},getSiblings:function(n,o){return this.getParent().getChildren(n,o).erase(this)},getChildren:function(n,o){return l(this,"nextSibling","firstChild",n,true,o)},getWindow:function(){return this.ownerDocument.window},getDocument:function(){return this.ownerDocument},getElementById:function(q,p){var o=this.ownerDocument.getElementById(q);if(!o){return null}for(var n=o.parentNode;n!=this;n=n.parentNode){if(!n){return null}}return document.id(o,p)},getSelected:function(){return new Elements($A(this.options).filter(function(n){return n.selected}))},getComputedStyle:function(o){if(this.currentStyle){return this.currentStyle[o.camelCase()]}var n=this.getDocument().defaultView.getComputedStyle(this,null);return(n)?n.getPropertyValue([o.hyphenate()]):null},toQueryString:function(){var n=[];this.getElements("input, select, textarea",true).each(function(o){if(!o.name||o.disabled||o.type=="submit"||o.type=="reset"||o.type=="file"){return}var p=(o.tagName.toLowerCase()=="select")?Element.getSelected(o).map(function(q){return q.value}):((o.type=="radio"||o.type=="checkbox")&&!o.checked)?null:o.value;$splat(p).each(function(q){if(typeof q!="undefined"){n.push(o.name+"="+encodeURIComponent(q))}})});return n.join("&")},clone:function(q,n){q=q!==false;var t=this.cloneNode(q);var p=function(x,w){if(!n){x.removeAttribute("id")}if(Browser.Engine.trident){x.clearAttributes();x.mergeAttributes(w);x.removeAttribute("uid");if(x.options){var y=x.options,u=w.options;for(var v=y.length;v--;){y[v].selected=u[v].selected}}}var z=k[w.tagName.toLowerCase()];if(z&&w[z]){x[z]=w[z]}};if(q){var r=t.getElementsByTagName("*"),s=this.getElementsByTagName("*");for(var o=r.length;o--;){p(r[o],s[o])}}p(t,this);return document.id(t)},destroy:function(){Element.empty(this);Element.dispose(this);i(this,true);return null},empty:function(){$A(this.childNodes).each(function(n){Element.destroy(n)});return this},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this},hasChild:function(n){n=document.id(n,true);if(!n){return false}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(n.tagName)).contains(n)}return(this.contains)?(this!=n&&this.contains(n)):!!(this.compareDocumentPosition(n)&16)},match:function(n){return(!n||(n==this)||(Element.get(this,"tag")==n))}});Native.implement([Element,Window,Document],{addListener:function(q,p){if(q=="unload"){var n=p,o=this;p=function(){o.removeListener("unload",p);n()}}else{j[this.uid]=this}if(this.addEventListener){this.addEventListener(q,p,false)}else{this.attachEvent("on"+q,p)}return this},removeListener:function(o,n){if(this.removeEventListener){this.removeEventListener(o,n,false)}else{this.detachEvent("on"+o,n)}return this},retrieve:function(o,n){var q=d(this.uid),p=q[o];if(n!=undefined&&p==undefined){p=q[o]=n}return $pick(p)},store:function(o,n){var p=d(this.uid);p[o]=n;return this},eliminate:function(n){var o=d(this.uid);delete o[n];return this}});window.addListener("unload",f)})();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 d=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 c={set:function(){var g=Array.flatten(arguments).join("");var h=Browser.Engine.trident&&a[this.get("tag")];if(h){var j=d;j.innerHTML=h[1]+g+h[2];for(var f=h[0];f--;){j=j.firstChild}this.empty().adopt(j.childNodes)}else{this.innerHTML=g}}};c.erase=c.set;return c})();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 c=a.innerText;a.destroy();return c}}}var Event=new Native({name:"Event",initialize:function(a,h){h=h||window;var m=h.document;a=a||h.event;if(a.$extended){return a}this.$extended=true;var l=a.type;var i=a.target||a.srcElement;while(i&&i.nodeType==3){i=i.parentNode}if(l.test(/key/)){var c=a.which||a.keyCode;var o=Event.Keys.keyOf(c);if(l=="keydown"){var f=c-111;if(f>0&&f<13){o="f"+f}}o=o||String.fromCharCode(c).toLowerCase()}else{if(l.match(/(click|mouse|menu)/i)){m=(!m.compatMode||m.compatMode=="CSS1Compat")?m.html:m.body;var k={x:a.pageX||a.clientX+m.scrollLeft,y:a.pageY||a.clientY+m.scrollTop};var d={x:(a.pageX)?a.pageX-h.pageXOffset:a.clientX,y:(a.pageY)?a.pageY-h.pageYOffset:a.clientY};if(l.match(/DOMMouseScroll|mousewheel/)){var j=(a.wheelDelta)?a.wheelDelta/120:-(a.detail||0)/3}var g=(a.which==3)||(a.button==2);var n=null;if(l.match(/over|out/)){switch(l){case"mouseover":n=a.relatedTarget||a.fromElement;break;case"mouseout":n=a.relatedTarget||a.toElement}if(!(function(){while(n&&n.nodeType==3){n=n.parentNode}return true}).create({attempt:Browser.Engine.gecko})()){n=false}}}}return $extend(this,{event:a,type:l,page:k,client:d,rightClick:g,wheel:j,relatedTarget:n,target:i,code:c,key:o,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(g,i){var j=this.retrieve("events",{});j[g]=j[g]||{keys:[],values:[]};if(j[g].keys.contains(i)){return this}j[g].keys.push(i);var h=g,a=Element.Events.get(g),d=i,k=this;if(a){if(a.onAdd){a.onAdd.call(this,i)}if(a.condition){d=function(l){if(a.condition.call(this,l)){return i.call(this,l)}return true}}h=a.base||h}var f=function(){return i.call(k)};var c=Element.NativeEvents[h];if(c){if(c==2){f=function(l){l=new Event(l,k.getWindow());if(d.call(k,l)===false){l.stop()}}}this.addListener(h,f)}j[g].values.push(f);return this},removeEvent:function(d,c){var a=this.retrieve("events");if(!a||!a[d]){return this}var h=a[d].keys.indexOf(c);if(h==-1){return this}a[d].keys.splice(h,1);var g=a[d].values.splice(h,1)[0];var f=Element.Events.get(d);if(f){if(f.onRemove){f.onRemove.call(this,c)}d=f.base||d}return(Element.NativeEvents[d])?this.removeListener(d,g):this},addEvents:function(a){for(var c in a){this.addEvent(c,a[c])}return this},removeEvents:function(a){var d;if($type(a)=="object"){for(d in a){this.removeEvent(d,a[d])}return this}var c=this.retrieve("events");if(!c){return this}if(!a){for(d in c){this.removeEvents(d)}this.eliminate("events")}else{if(c[a]){while(c[a].keys[0]){this.removeEvent(a,c[a].keys[0])}c[a]=null}}return this},fireEvent:function(f,c,a){var d=this.retrieve("events");if(!d||!d[f]){return this}d[f].keys.each(function(g){g.create({bind:this,delay:a,"arguments":c})()},this);return this},cloneEvents:function(f,a){f=document.id(f);var d=f.retrieve("events");if(!d){return this}if(!a){for(var c in d){this.cloneEvents(f,c)}}else{if(d[a]){d[a].keys.each(function(g){this.addEvent(a,g)},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(c){var d=c.relatedTarget;if(d==undefined){return true}if(d===false){return false}return($type(this)!="document"&&d!=this&&d.prefix!="xul"&&!this.hasChild(d))};Element.Events=new Hash({mouseenter:{base:"mouseover",condition:a},mouseleave:{base:"mouseout",condition:a},mousewheel:{base:(Browser.Engine.gecko)?"DOMMouseScroll":"mousewheel"}})})();Element.Events.domready={onAdd:function(a){if(Browser.loaded){a.call(this)}}};(function(){var c=function(){if(Browser.loaded){return}Browser.loaded=true;window.fireEvent("domready");document.fireEvent("domready")};window.addEvent("load",c);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()}))?c():arguments.callee.delay(50)})()}else{if(Browser.Engine.webkit&&Browser.Engine.version<525){(function(){(["loaded","complete"].contains(document.readyState))?c():arguments.callee.delay(50)})()}else{document.addEvent("DOMContentLoaded",c)}}})();function Class(c){if(c instanceof Function){c={initialize:c}}var a=function(){Object.reset(this);if(a._prototyping){return this}this._current=$empty;var d=(this.initialize)?this.initialize.apply(this,arguments):this;delete this._current;delete this.caller;return d}.extend(this);a.implement(c);a.constructor=Class;a.prototype.constructor=a;return a}Function.prototype.protect=function(){this._protected=true;return this};Object.reset=function(a,d){if(d==null){for(var g in a){Object.reset(a,g)}return a}delete a[d];switch($type(a[d])){case"object":var f=function(){};f.prototype=a[d];var c=new f;a[d]=Object.reset(c);break;case"array":a[d]=$unlink(a[d]);break}return a};new Native({name:"Class",initialize:Class}).extend({instantiate:function(c){c._prototyping=true;var a=new c;delete c._prototyping;return a},wrap:function(a,c,d){if(d._origin){d=d._origin}return function(){if(d._protected&&this._current==null){throw new Error('The method "'+c+'" cannot be called.')}var g=this.caller,h=this._current;this.caller=h;this._current=arguments.callee;var f=d.apply(this,arguments);this._current=h;this.caller=g;return f}.extend({_owner:a,_origin:d,_name:c})}});Class.implement({implement:function(a,f){if($type(a)=="object"){for(var g in a){this.implement(g,a[g])}return this}var h=Class.Mutators[a];if(h){f=h.call(this,f);if(f==null){return this}}var d=this.prototype;switch($type(f)){case"function":if(f._hidden){return this}d[a]=Class.wrap(this,a,f);break;case"object":var c=d[a];if($type(c)=="object"){$mixin(c,f)}else{d[a]=$unlink(f)}break;case"array":d[a]=$unlink(f);break;default:d[a]=f}return this}});Class.Mutators={Extends:function(a){this.parent=a;this.prototype=Class.instantiate(a);this.implement("parent",function(){var c=this.caller._name,d=this.caller._owner.parent.prototype[c];if(!d){throw new Error('The method "'+c+'" has no parent.')}return d.apply(this,arguments)}.protect())},Implements:function(a){$splat(a).each(function(c){if(c instanceof Function){c=Class.instantiate(c)}this.implement(c)},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(d,c,a){d=Events.removeOn(d);if(c!=$empty){this.$events[d]=this.$events[d]||[];this.$events[d].include(c);if(a){c.internal=true}}return this},addEvents:function(a){for(var c in a){this.addEvent(c,a[c])}return this},fireEvent:function(d,c,a){d=Events.removeOn(d);if(!this.$events||!this.$events[d]){return this}this.$events[d].each(function(f){f.create({bind:this,delay:a,"arguments":c})()},this);return this},removeEvent:function(c,a){c=Events.removeOn(c);if(!this.$events[c]){return this}if(!a.internal){this.$events[c].erase(a)}return this},removeEvents:function(d){var f;if($type(d)=="object"){for(f in d){this.removeEvent(f,d[f])}return this}if(d){d=Events.removeOn(d)}for(f in this.$events){if(d&&d!=f){continue}var c=this.$events[f];for(var a=c.length;a--;a){this.removeEvent(f,c[a])}}return this}});Events.removeOn=function(a){return a.replace(/^on([A-Z])/,function(c,d){return d.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 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 c=this.options.wait;if(c===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 c=this.transition((a-this.time)/this.options.duration);this.set(this.compute(this.from,this.to,c))}else{this.set(this.compute(this.from,this.to,1));this.complete()}},set:function(a){return a},compute:function(d,c,a){return Fx.compute(d,c,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(c,a){if(!this.check(c,a)){return this}this.from=c;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(d,c,a){return(c-d)*a+d};Fx.Durations={"short":250,normal:500,"long":1000};Element.Properties.styles={set:function(a){this.setStyles(a)}};Element.Properties.opacity={set:function(a,c){if(!c){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(c,a){switch(c){case"opacity":return this.set("opacity",parseFloat(a));case"float":c=(Browser.Engine.trident)?"styleFloat":"cssFloat"}c=c.camelCase();if($type(a)!="string"){var d=(Element.Styles.get(c)||"@").split(" ");a=$splat(a).map(function(g,f){if(!d[f]){return""}return($type(g)=="number")?d[f].replace("@",Math.round(g)):g}).join(" ")}else{if(a==String(Number(a))){a=Math.round(a)}}this.style[c]=a;return this},getStyle:function(i){switch(i){case"opacity":return this.get("opacity");case"float":i=(Browser.Engine.trident)?"styleFloat":"cssFloat"}i=i.camelCase();var a=this.style[i];if(!$chk(a)){a=[];for(var h in Element.ShortStyles){if(i!=h){continue}for(var g in Element.ShortStyles[h]){a.push(this.getStyle(g))}return a.join(" ")}a=this.getComputedStyle(i)}if(a){a=String(a);var d=a.match(/rgba?\([\d\s,]+\)/);if(d){a=a.replace(d[0],d[0].rgbToHex())}}if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(a,10)))){if(i.test(/^(height|width)$/)){var c=(i=="width")?["left","right"]:["top","bottom"],f=0;c.each(function(j){f+=this.getStyle("border-"+j+"-width").toInt()+this.getStyle("padding-"+j).toInt()},this);return this["offset"+i.capitalize()]-f+"px"}if((Browser.Engine.presto)&&String(a).test("px")){return a}if(i.test(/(border(.+)Width|margin|padding)/)){return"0px"}}return a},setStyles:function(c){for(var a in c){this.setStyle(a,c[a])}return this},getStyles:function(){var a={};Array.flatten(arguments).each(function(c){a[c]=this.getStyle(c)},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(i){var h=Element.ShortStyles;var c=Element.Styles;["margin","padding"].each(function(j){var k=j+i;h[j][k]=c[k]="@px"});var g="border"+i;h.border[g]=c[g]="@px @ rgb(@, @, @)";var f=g+"Width",a=g+"Style",d=g+"Color";h[g]={};h.borderWidth[f]=h[g][f]=c[f]="@px";h.borderStyle[a]=h[g][a]=c[a]="@";h.borderColor[d]=h[g][d]=c[d]="rgb(@, @, @)"});Fx.CSS=new Class({Extends:Fx,prepare:function(f,g,c){c=$splat(c);var d=c[1];if(!$chk(d)){c[1]=c[0];c[0]=f.getStyle(g)}var a=c.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(d){d=String(d);var c=false;Fx.CSS.Parsers.each(function(h,g){if(c){return}var f=h.parse(d);if($chk(f)){c={value:f,parser:h}}});c=c||{value:d,parser:Fx.CSS.Parsers.String};return c})},compute:function(f,d,c){var a=[];(Math.min(f.length,d.length)).times(function(g){a.push({value:f[g].parser.compute(f[g].value,d[g].value,c),parser:f[g].parser})});a.$family={name:"fx:css:value"};return a},serve:function(d,c){if($type(d)!="fx:css:value"){d=this.parse(d)}var a=[];d.each(function(f){a=a.concat(f.parser.serve(f.value,c))});return a},render:function(a,f,d,c){a.setStyle(f,this.serve(d,c))},search:function(a){if(Fx.CSS.Cache[a]){return Fx.CSS.Cache[a]}var c={};Array.each(document.styleSheets,function(g,f){var d=g.href;if(d&&d.contains("://")&&!d.contains(document.domain)){return}var h=g.rules||g.cssRules;Array.each(h,function(l,j){if(!l.style){return}var k=(l.selectorText)?l.selectorText.replace(/^\w+/,function(i){return i.toLowerCase()}):null;if(!k||!k.test("^"+a+"$")){return}Element.Styles.each(function(m,i){if(!l.style[i]||Element.ShortStyles[i]){return}m=String(l.style[i]);c[i]=(m.test(/^rgb/))?m.rgbToHex():m})})});return Fx.CSS.Cache[a]=c}});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(d,c,a){return d.map(function(g,f){return Math.round(Fx.compute(d[f],c[f],a))})},serve:function(a){return a.map(Number)}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(c,a){return(a)?c+a:c}},String:{parse:$lambda(false),compute:$arguments(1),serve:$arguments(0)}});Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(c,a){this.element=this.subject=document.id(c);this.parent(a)},set:function(c,a){if(arguments.length==1){a=c;c=this.property||this.options.property}this.render(this.element,c,a,this.options.unit);return this},start:function(d,g,f){if(!this.check(d,g,f)){return this}var c=Array.flatten(arguments);this.property=this.options.property||c.shift();var a=this.prepare(this.element,this.property,c);return this.parent(a.from,a.to)}});Element.Properties.tween={set:function(a){var c=this.retrieve("tween");if(c){c.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,d,c){this.get("tween").start(arguments);return this},fade:function(d){var g=this.get("tween"),f="opacity",a;d=$pick(d,"toggle");switch(d){case"in":g.start(f,1);break;case"out":g.start(f,0);break;case"show":g.set(f,1);break;case"hide":g.set(f,0);break;case"toggle":var c=this.retrieve("fade:flag",this.get("opacity")==1);g.start(f,(c)?0:1);this.store("fade:flag",!c);a=true;break;default:g.start(f,arguments)}if(!a){this.eliminate("fade:flag")}return this},highlight:function(d,a){if(!a){a=this.retrieve("highlight:original",this.getStyle("background-color"));a=(a=="transparent")?"#fff":a}var c=this.get("tween");c.start("background-color",d||"#ffff88",a).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));c.callChain()}.bind(this));return this}});Native.implement([Document,Element],{getElements:function(k,j){k=k.split(",");var d,g={};for(var f=0,c=k.length;f<c;f++){var a=k[f],h=Selectors.Utils.search(this,a,g);if(f!=0&&h.item){h=$A(h)}d=(f==0)?h:(d.item)?$A(d).concat(h):d.concat(h)}return new Elements(d,{ddup:(k.length>1),cash:!j})}});Element.implement({match:function(c){if(!c||(c==this)){return true}var f=Selectors.Utils.parseTagAndID(c);var a=f[0],g=f[1];if(!Selectors.Filters.byID(this,g)||!Selectors.Filters.byTag(this,a)){return false}var d=Selectors.Utils.parseSelector(c);return(d)?Selectors.Utils.filter(this,d,{}):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(c,d){if(!d){return true}var a=$uid(c);if(!d[a]){return d[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(g){if(Selectors.Cache.parsed[g]){return Selectors.Cache.parsed[g]}var f,j={classes:[],pseudos:[],attributes:[]};while((f=Selectors.RegExps.combined.exec(g))){var k=f[1],i=f[2],h=f[3],c=f[5],d=f[6],l=f[7];if(k){j.classes.push(k)}else{if(d){var a=Selectors.Pseudo.get(d);if(a){j.pseudos.push({parser:a,argument:l})}else{j.attributes.push({name:d,operator:"=",value:l})}}else{if(i){j.attributes.push({name:i,operator:h,value:c})}}}}if(!j.classes.length){delete j.classes}if(!j.attributes.length){delete j.attributes}if(!j.pseudos.length){delete j.pseudos}if(!j.classes&&!j.attributes&&!j.pseudos){j=null}return Selectors.Cache.parsed[g]=j},parseTagAndID:function(c){var a=c.match(Selectors.RegExps.tag);var d=c.match(Selectors.RegExps.id);return[(a)?a[1]:"*",(d)?d[1]:false]},filter:function(h,d,g){var f;if(d.classes){for(f=d.classes.length;f--;f){var j=d.classes[f];if(!Selectors.Filters.byClass(h,j)){return false}}}if(d.attributes){for(f=d.attributes.length;f--;f){var c=d.attributes[f];if(!Selectors.Filters.byAttribute(h,c.name,c.operator,c.value)){return false}}}if(d.pseudos){for(f=d.pseudos.length;f--;f){var a=d.pseudos[f];if(!Selectors.Filters.byPseudo(h,a.parser,a.argument,g)){return false}}}return true},getByTagAndID:function(c,a,f){if(f){var d=(c.getElementById)?c.getElementById(f,true):Element.getElementById(c,f,true);return(d&&Selectors.Filters.byTag(d,a))?[d]:[]}else{return c.getElementsByTagName(a)}},search:function(q,p,v){var c=[];var d=p.trim().replace(Selectors.RegExps.splitter,function(k,j,i){c.push(j);return":)"+i}).split(":)");var r,g,C;for(var B=0,x=d.length;B<x;B++){var A=d[B];if(B==0&&Selectors.RegExps.quick.test(A)){r=q.getElementsByTagName(A);continue}var a=c[B-1];var s=Selectors.Utils.parseTagAndID(A);var D=s[0],t=s[1];if(B==0){r=Selectors.Utils.getByTagAndID(q,D,t)}else{var f={},o=[];for(var z=0,y=r.length;z<y;z++){o=Selectors.Getters[a](o,r[z],D,t,f)}r=o}var h=Selectors.Utils.parseSelector(A);if(h){g=[];for(var w=0,u=r.length;w<u;w++){C=r[w];if(Selectors.Utils.filter(C,h,v)){g.push(C)}}r=g}}return r}};Selectors.Getters={" ":function(k,j,m,a,g){var f=Selectors.Utils.getByTagAndID(j,m,a);for(var d=0,c=f.length;d<c;d++){var h=f[d];if(Selectors.Utils.chk(h,g)){k.push(h)}}return k},">":function(k,j,m,a,h){var d=Selectors.Utils.getByTagAndID(j,m,a);for(var g=0,f=d.length;g<f;g++){var c=d[g];if(c.parentNode==j&&Selectors.Utils.chk(c,h)){k.push(c)}}return k},"+":function(d,c,a,g,f){while((c=c.nextSibling)){if(c.nodeType==1){if(Selectors.Utils.chk(c,f)&&Selectors.Filters.byTag(c,a)&&Selectors.Filters.byID(c,g)){d.push(c)}break}}return d},"~":function(d,c,a,g,f){while((c=c.nextSibling)){if(c.nodeType==1){if(!Selectors.Utils.chk(c,f)){break}if(Selectors.Filters.byTag(c,a)&&Selectors.Filters.byID(c,g)){d.push(c)}}}return d}};Selectors.Filters={byTag:function(c,a){return(a=="*"||(c.tagName&&c.tagName.toLowerCase()==a))},byID:function(a,c){return(!c||(a.id&&a.id==c))},byClass:function(c,a){return(c.className&&c.className.contains&&c.className.contains(a," "))},byPseudo:function(a,f,d,c){return f.call(a,d,c)},byAttribute:function(d,f,c,g){var a=Element.prototype.getProperty.call(d,f);if(!a){return(c=="!=")}if(!c||g==undefined){return true}switch(c){case"=":return(a==g);case"*=":return(a.contains(g));case"^=":return(a.substr(0,g.length)==g);case"$=":return(a.substr(a.length-g.length)==g);case"!=":return(a!=g);case"~=":return a.contains(g," ");case"|=":return a.contains(g,"-")}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 c=this;while((c=c.previousSibling)){if(c.nodeType==1){return false}}var a=this;while((a=a.nextSibling)){if(a.nodeType==1){return false}}return true},"nth-child":function(i,g){i=(i==undefined)?"n":i;var d=Selectors.Utils.parseNthArgument(i);if(d.special!="n"){return Selectors.Pseudo[d.special].call(this,d.a,g)}var h=0;g.positions=g.positions||{};var f=$uid(this);if(!g.positions[f]){var c=this;while((c=c.previousSibling)){if(c.nodeType!=1){continue}h++;var a=g.positions[$uid(c)];if(a!=undefined){h=a+h;break}}g.positions[f]=h}return(g.positions[f]%d.a==d.b)},index:function(a){var c=this,d=0;while((c=c.previousSibling)){if(c.nodeType==1&&++d>a){return false}}return(d==a)},even:function(c,a){return Selectors.Pseudo["nth-child"].call(this,"2n+1",a)},odd:function(c,a){return Selectors.Pseudo["nth-child"].call(this,"2n",a)},selected:function(){return this.selected},enabled:function(){return(this.disabled===false)}});var Loop=new Class({loopCount:0,isStopped:true,isLooping:false,loopMethod:$empty,setLoop:function(c,a){if(this.isLooping){this.stopLoop();var d=true}else{var d=false}this.loopMethod=c;this.loopDelay=a||3000;if(d){this.startLoop()}return this},stopLoop:function(){this.isStopped=true;this.isLooping=false;$clear(this.periodical);return this},startLoop:function(a){if(this.isStopped){var a=(a)?a:this.loopDelay;this.isStopped=false;this.isLooping=true;this.periodical=this.looper.periodical(a,this)}return this},resetLoop:function(){this.loopCount=0;return this},looper:function(){this.loopCount++;this.loopMethod(this.loopCount);return this}});var SlideShow=new Class({Implements:[Options,Events,Loop],options:{delay:7000,transition:"crossFade",duration:"500",autoplay:false},initialize:function(c,a){this.setOptions(a);this.setLoop(this.showNext,this.options.delay);this.element=document.id(c);this.slides=this.element.getChildren();this.current=this.slides[0];this.setup();if(this.options.autoplay){this.startLoop()}},setup:function(){this.setupElement();this.setupSlides();return this},setupElement:function(){var a=this.element;if(a.getStyle("position")!="absolute"&&a!=document.body){a.setStyle("position","relative")}return this},setupSlides:function(){this.slides.each(function(a,c){this.storeTransition(a).reset(a);if(c!=0){a.setStyle("display","none")}},this);return this},storeTransition:function(a){var d=a.get("class");var c=/transition:[a-zA-Z]+/;var g=/duration:[0-9]+/;var h=(d.match(c))?d.match(c)[0].split(":")[1]:this.options.transition;var f=(d.match(g))?d.match(g)[0].split(":")[1]:this.options.duration;a.store("ssTransition",h);a.store("ssDuration",f);return this},getTransition:function(a){return a.retrieve("ssTransition")},getDuration:function(a){return a.retrieve("ssDuration")},show:function(a){this.fireEvent("show");a=(typeof a=="number")?this.slides[a]:a;if(a!=this.current){var g=this.getTransition(a);var f=this.getDuration(a);var d=this.current.setStyle("z-index",1);var c=this.reset(a);this.transitions[g](d,c,f,this);(function(){d.setStyle("display","none");this.fireEvent("showComplete")}).bind(this).delay(f);this.current=c}return this},reset:function(a){return a.setStyles({position:"absolute","z-index":0,display:"block",left:0,top:0}).fade("show");return this},nextSlide:function(){var a=this.current.getNext();return(a)?a:this.slides[0]},previousSlide:function(){var a=this.current.getPrevious();return(a)?a:this.slides.getLast()},showNext:function(){this.show(this.nextSlide());return this},showPrevious:function(){this.show(this.previousSlide());return this},play:function(){this.startLoop();this.fireEvent("play");return this},pause:function(){this.stopLoop();this.fireEvent("pause");return this},reverse:function(){var a=(this.loopMethod==this.showNext)?this.showPrevious:this.showNext;this.setLoop(a,this.options.delay);this.fireEvent("reverse");return this}});SlideShow.adders={transitions:{},add:function(c,a){this.transitions[c]=a;this.implement({transitions:this.transitions})},addAllThese:function(a){$A(a).each(function(c){this.add(c[0],c[1])},this)}};$extend(SlideShow,SlideShow.adders);SlideShow.implement(SlideShow.adders);SlideShow.add("fade",function(d,c,f,a){d.set("tween",{duration:f}).fade("out");return this});SlideShow.addAllThese([["none",function(d,c,f,a){d.setStyle("display","none");return this}],["crossFade",function(d,c,f,a){d.set("tween",{duration:f}).fade("out");c.set("tween",{duration:f}).fade("in");return this}],["fadeThroughBackground",function(d,c,g,a){var f=g/2;c.set("tween",{duration:f}).fade("hide");d.set("tween",{duration:f,onComplete:function(){c.fade("in")}}).fade("out")}],["pushLeft",function(d,c,f,a){var g=a.element.getStyle("width").toInt();c.setStyle("left",g);[c,d].each(function(h){var i=h.getStyle("left").toInt()-g;h.set("tween",{duration:f}).tween("left",i)});return this}],["pushRight",function(d,c,f,a){var g=a.element.getStyle("width").toInt();c.setStyle("left",-g);[c,d].each(function(h){var i=h.getStyle("left").toInt()+g;h.set("tween",{duration:f}).tween("left",i)});return this}],["pushDown",function(d,c,f,a){var g=a.element.getStyle("height").toInt();c.setStyle("top",-g);[c,d].each(function(h){var i=h.getStyle("top").toInt()+g;h.set("tween",{duration:f}).tween("top",i)});return this}],["pushUp",function(d,c,f,a){var g=a.element.getStyle("height").toInt();c.setStyle("top",g);[c,d].each(function(h){var i=h.getStyle("top").toInt()-g;h.set("tween",{duration:f}).tween("top",i)});return this}],["blindLeft",function(d,c,f,a){var g=a.element.getStyle("width").toInt();c.setStyles({left:g,"z-index":1}).set("tween",{duration:f}).tween("left",0);return this}],["blindRight",function(d,c,f,a){var g=a.element.getStyle("width").toInt();c.setStyles({left:-g,"z-index":1}).set("tween",{duration:f}).tween("left",0);return this}],["blindUp",function(d,c,f,a){var g=a.element.getStyle("height").toInt();c.setStyles({top:g,"z-index":1}).set("tween",{duration:f}).tween("top",0);return this}],["blindDown",function(d,c,f,a){var g=a.element.getStyle("height").toInt();c.setStyles({top:-g,"z-index":1}).set("tween",{duration:f}).tween("top",0);return this}],["blindDownFade",function(d,c,f,a){this.blindDown(d,c,f,a).fade(d,c,f,a)}],["blindUpFade",function(d,c,f,a){this.blindUp(d,c,f,a).fade(d,c,f,a)}],["blindLeftFade",function(d,c,f,a){this.blindLeft(d,c,f,a).fade(d,c,f,a)}],["blindRightFade",function(d,c,f,a){this.blindRight(d,c,f,a).fade(d,c,f,a)}]]);(function(){Element.implement({scrollTo:function(j,k){if(c(this)){this.getWindow().scrollTo(j,k)}else{this.scrollLeft=j;this.scrollTop=k}return this},getSize:function(){if(c(this)){return this.getWindow().getSize()}return{x:this.offsetWidth,y:this.offsetHeight}},getScrollSize:function(){if(c(this)){return this.getWindow().getScrollSize()}return{x:this.scrollWidth,y:this.scrollHeight}},getScroll:function(){if(c(this)){return this.getWindow().getScroll()}return{x:this.scrollLeft,y:this.scrollTop}},getScrolls:function(){var k=this,j={x:0,y:0};while(k&&!c(k)){j.x+=k.scrollLeft;j.y+=k.scrollTop;k=k.parentNode}return j},getOffsetParent:function(){var j=this;if(c(j)){return null}if(!Browser.Engine.trident){return j.offsetParent}while((j=j.parentNode)&&!c(j)){if(f(j,"position")!="static"){return j}}return null},getOffsets:function(){if(this.getBoundingClientRect){var l=this.getBoundingClientRect(),o=document.id(this.getDocument().documentElement),r=o.getScroll(),m=this.getScrolls(),k=this.getScroll(),j=(f(this,"position")=="fixed");return{x:l.left.toInt()+m.x-k.x+((j)?0:r.x)-o.clientLeft,y:l.top.toInt()+m.y-k.y+((j)?0:r.y)-o.clientTop}}var n=this,p={x:0,y:0};if(c(this)){return p}while(n&&!c(n)){p.x+=n.offsetLeft;p.y+=n.offsetTop;if(Browser.Engine.gecko){if(!h(n)){p.x+=d(n);p.y+=i(n)}var q=n.parentNode;if(q&&f(q,"overflow")!="visible"){p.x+=d(q);p.y+=i(q)}}else{if(n!=this&&Browser.Engine.webkit){p.x+=d(n);p.y+=i(n)}}n=n.offsetParent}if(Browser.Engine.gecko&&!h(this)){p.x-=d(this);p.y-=i(this)}return p},getPosition:function(m){if(c(this)){return{x:0,y:0}}var n=this.getOffsets(),k=this.getScrolls();var j={x:n.x-k.x,y:n.y-k.y};var l=(m&&(m=document.id(m)))?m.getPosition():{x:0,y:0};return{x:j.x-l.x,y:j.y-l.y}},getCoordinates:function(l){if(c(this)){return this.getWindow().getCoordinates()}var j=this.getPosition(l),k=this.getSize();var m={left:j.x,top:j.y,width:k.x,height:k.y};m.right=m.left+m.width;m.bottom=m.top+m.height;return m},computePosition:function(j){return{left:j.x-g(this,"margin-left"),top:j.y-g(this,"margin-top")}},setPosition:function(j){return this.setStyles(this.computePosition(j))}});Native.implement([Document,Window],{getSize:function(){if(Browser.Engine.presto||Browser.Engine.webkit){var k=this.getWindow();return{x:k.innerWidth,y:k.innerHeight}}var j=a(this);return{x:j.clientWidth,y:j.clientHeight}},getScroll:function(){var k=this.getWindow(),j=a(this);return{x:k.pageXOffset||j.scrollLeft,y:k.pageYOffset||j.scrollTop}},getScrollSize:function(){var k=a(this),j=this.getSize();return{x:Math.max(k.scrollWidth,j.x),y:Math.max(k.scrollHeight,j.y)}},getPosition:function(){return{x:0,y:0}},getCoordinates:function(){var j=this.getSize();return{top:0,left:0,bottom:j.y,right:j.x,height:j.y,width:j.x}}});var f=Element.getComputedStyle;function g(j,k){return f(j,k).toInt()||0}function h(j){return f(j,"-moz-box-sizing")=="border-box"}function i(j){return g(j,"border-top-width")}function d(j){return g(j,"border-left-width")}function c(j){return(/^(?:body|html)$/i).test(j.tagName)}function a(j){var k=j.getDocument();return(!k.compatMode||k.compatMode=="CSS1Compat")?k.html:k.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}});MooTools.More={version:"1.2.4.4",build:"6f6057dc645fdb7547689183b2311063bd653ddf"};Element.implement({measure:function(g){var i=function(j){return !!(!j||j.offsetHeight||j.offsetWidth)};if(i(this)){return g.apply(this)}var f=this.getParent(),h=[],c=[];while(!i(f)&&f!=document.body){c.push(f.expose());f=f.getParent()}var d=this.expose();var a=g.apply(this);d();c.each(function(j){j()});return a},expose:function(){if(this.getStyle("display")!="none"){return $empty}var a=this.style.cssText;this.setStyles({display:"block",position:"absolute",visibility:"hidden"});return function(){this.style.cssText=a}.bind(this)},getDimensions:function(a){a=$merge({computeSize:false},a);var g={};var f=function(i,h){return(h.computeSize)?i.getComputedSize(h):i.getSize()};var c=this.getParent("body");if(c&&this.getStyle("display")=="none"){g=this.measure(function(){return f(this,a)})}else{if(c){try{g=f(this,a)}catch(d){}}else{g={x:0,y:0}}}return $chk(g.x)?$extend(g,{width:g.x,height:g.y}):$extend(g,{x:g.width,y:g.height})},getComputedSize:function(a){a=$merge({styles:["padding","border"],plains:{height:["top","bottom"],width:["left","right"]},mode:"both"},a);var d={width:0,height:0};switch(a.mode){case"vertical":delete d.width;delete a.plains.width;break;case"horizontal":delete d.height;delete a.plains.height;break}var c=[];$each(a.plains,function(i,h){i.each(function(j){a.styles.each(function(k){c.push((k=="border")?k+"-"+j+"-width":k+"-"+j)})})});var g={};c.each(function(h){g[h]=this.getComputedStyle(h)},this);var f=[];$each(a.plains,function(i,h){var j=h.capitalize();d["total"+j]=d["computed"+j]=0;i.each(function(k){d["computed"+k.capitalize()]=0;c.each(function(m,l){if(m.test(k)){g[m]=g[m].toInt()||0;d["total"+j]=d["total"+j]+g[m];d["computed"+k.capitalize()]=d["computed"+k.capitalize()]+g[m]}if(m.test(k)&&h!=m&&(m.test("border")||m.test("padding"))&&!f.contains(m)){f.push(m);d["computed"+j]=d["computed"+j]-g[m]}})})});["Width","Height"].each(function(i){var h=i.toLowerCase();if(!$chk(d[h])){return}d[h]=d[h]+this["offset"+i]+d["computed"+i];d["total"+i]=d[h]+d["total"+i];delete d["computed"+i]},this);return $extend(g,d)}});Fx.implement({getTransition:function(){var a=this.options.transition||Fx.Transitions.Sine.easeInOut;if(typeof a=="string"){var c=a.split(":");a=Fx.Transitions;a=a[c[0]]||a[c[0].capitalize()];if(c[1]){a=a["ease"+c[1].capitalize()+(c[2]?c[2].capitalize():"")]}}return a}});Fx.Transition=function(c,a){a=$splat(a);return $extend(c,{easeIn:function(d){return c(d,a)},easeOut:function(d){return 1-c(1-d,a)},easeInOut:function(d){return(d<=0.5)?c(2*d,a)/2:(2-c(2*(1-d),a))/2}})};Fx.Transitions=new Hash({linear:$arguments(0)});Fx.Transitions.extend=function(a){for(var c in a){Fx.Transitions[c]=new Fx.Transition(a[c])}};Fx.Transitions.extend({Pow:function(c,a){return Math.pow(c,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(c,a){a=a[0]||1.618;return Math.pow(c,2)*((a+1)*c-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(c,a){return Math.pow(2,10*--c)*Math.cos(20*c*Math.PI*(a[0]||1)/3)}});["Quad","Cubic","Quart","Quint"].each(function(c,a){Fx.Transitions[c]=new Fx.Transition(function(d){return Math.pow(d,[a+2])})});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(c,a){this.element=this.subject=document.id(c);this.parent(a)},set:function(a){if(typeof a=="string"){a=this.search(a)}for(var c in a){this.render(this.element,c,a[c],this.options.unit)}return this},compute:function(g,f,d){var a={};for(var c in g){a[c]=this.parent(g[c],f[c],d)}return a},start:function(c){if(!this.check(c)){return this}if(typeof c=="string"){c=this.search(c)}var g={},f={};for(var d in c){var a=this.prepare(this.element,d,c[d]);g[d]=a.from;f[d]=a.to}return this.parent(g,f)}});Element.Properties.morph={set:function(a){var c=this.retrieve("morph");if(c){c.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}});var Asset={javascript:function(h,f){f=$extend({onload:$empty,document:document,check:$lambda(true)},f);if(f.onLoad){f.onload=f.onLoad}var c=new Element("script",{src:h,type:"text/javascript"});var g=f.onload.bind(c),a=f.check,i=f.document;delete f.onload;delete f.check;delete f.document;c.addEvents({load:g,readystatechange:function(){if(["loaded","complete"].contains(this.readyState)){g()}}}).set(f);if(Browser.Engine.webkit419){var d=(function(){if(!$try(a)){return}$clear(d);g()}).periodical(50)}return c.inject(i.head)},css:function(c,a){return new Element("link",$merge({rel:"stylesheet",media:"screen",type:"text/css",href:c},a)).inject(document.head)},image:function(d,c){c=$merge({onload:$empty,onabort:$empty,onerror:$empty},c);var f=new Image();var a=document.id(f)||new Element("img");["load","abort","error"].each(function(g){var i="on"+g;var h=g.capitalize();if(c["on"+h]){c[i]=c["on"+h]}var j=c[i];delete c[i];f[i]=function(){if(!f){return}if(!a.parentNode){a.width=f.width;a.height=f.height}f=f.onload=f.onabort=f.onerror=null;j.delay(1,a,a);a.fireEvent(g,a,1)}});f.src=a.src=d;if(f&&f.complete){f.onload.delay(1)}return a.set(c)},images:function(f,d){d=$merge({onComplete:$empty,onProgress:$empty,onError:$empty,properties:{}},d);f=$splat(f);var a=[];var c=0;return new Elements(f.map(function(g){return Asset.image(g,$extend(d.properties,{onload:function(){d.onProgress.call(this,c,f.indexOf(g));c++;if(c==f.length){d.onComplete()}},onerror:function(){d.onError.call(this,c,f.indexOf(g));c++;if(c==f.length){d.onComplete()}}}))}))}};Fx.Scroll=new Class({Extends:Fx,options:{offset:{x:0,y:0},wheelStops:true},initialize:function(c,a){this.element=this.subject=document.id(c);this.parent(a);var f=this.cancel.bind(this,false);if($type(this.element)!="element"){this.element=document.id(this.element.getDocument().body)}var d=this.element;if(this.options.wheelStops){this.addEvent("start",function(){d.addEvent("mousewheel",f)},true);this.addEvent("complete",function(){d.removeEvent("mousewheel",f)},true)}},set:function(){var a=Array.flatten(arguments);if(Browser.Engine.gecko){a=[Math.round(a[0]),Math.round(a[1])]}this.element.scrollTo(a[0],a[1])},compute:function(d,c,a){return[0,1].map(function(f){return Fx.compute(d[f],c[f],a)})},start:function(d,i){if(!this.check(d,i)){return this}var g=this.element.getScrollSize(),c=this.element.getScroll(),f={x:d,y:i};for(var h in f){var a=g[h];if($chk(f[h])){f[h]=($type(f[h])=="number")?f[h]:a}else{f[h]=c[h]}f[h]+=this.options.offset[h]}return this.parent([c.x,c.y],[f.x,f.y])},toTop:function(){return this.start(false,0)},toLeft:function(){return this.start(0,false)},toRight:function(){return this.start("right",false)},toBottom:function(){return this.start(false,"bottom")},toElement:function(c){var a=document.id(c).getPosition(this.element);return this.start(a.x,a.y)},scrollIntoView:function(d,g,f){g=g?$splat(g):["x","y"];var j={};d=document.id(d);var h=d.getPosition(this.element);var k=d.getSize();var i=this.element.getScroll();var a=this.element.getSize();var c={x:h.x+k.x,y:h.y+k.y};["x","y"].each(function(l){if(g.contains(l)){if(c[l]>i[l]+a[l]){j[l]=c[l]-a[l]}if(h[l]<i[l]){j[l]=h[l]}}if(j[l]==null){j[l]=i[l]}if(f&&f[l]){j[l]=j[l]+f[l]}},this);if(j.x!=i.x||j.y!=i.y){this.start(j.x,j.y)}return this},scrollToCenter:function(d,g,f){g=g?$splat(g):["x","y"];d=$(d);var j={},h=d.getPosition(this.element),k=d.getSize(),i=this.element.getScroll(),a=this.element.getSize(),c={x:h.x+k.x,y:h.y+k.y};["x","y"].each(function(l){if(g.contains(l)){j[l]=h[l]-(a[l]-k[l])/2}if(j[l]==null){j[l]=i[l]}if(f&&f[l]){j[l]=j[l]+f[l]}},this);if(j.x!=i.x||j.y!=i.y){this.start(j.x,j.y)}return this}});var Milkbox=new Class({Implements:[Options,Events],options:{overlayOpacity:0.7,topPosition:50,initialWidth:250,initialHeight:250,canvasBorderWidth:"0px",canvasBorderColor:"#000000",canvasPadding:"0px",resizeDuration:500,resizeTransition:"sine:in:out",autoPlay:false,autoPlayDelay:7,removeTitle:false,onXmlGalleries:$empty,onClosed:$empty,onFileReady:$empty},initialize:function(a){this.setOptions(a);this.autoPlayBkup={autoPlayDelay:this.options.autoPlayDelay,autoPlay:this.options.autoPlay};this.fullOptionsBkup={};this.galleries=[];this.families=[];this.xmlFiles=[];this.loadedImages=[];this.currentFile=null;this.currentIndex=null;this.currentGallery=null;this.currentRequest=null;this.currentResponse=null;this.mode=null;this.closed=true;this.busy=true;this.paused=true;this.fileReady=false;this.eventsok=false;this.first=true;this.intObj=null;this.formtags=null;this.prepareGalleries();if(this.galleries.length==0){return}this.initMilkbox();this.saveOptions()},initMilkbox:function(){this.prepareHTML();this.prepareEffects();this.prepareEvents();this.formtags=$$("select","textarea");this.activated=true},openMilkbox:function(c,f){this.closed=false;if(this.formtags.length!=0){this.formtags.setStyle("display","none")}this.overlay.setStyles({top:-$(window).getScroll().y,height:$(window).getScrollSize().y+$(window).getScroll().y});this.center.setStyle("top",$(window).getScroll().y+this.options.topPosition);this.currentGallery=c;this.currentIndex=f;this.overlay.tween("opacity",this.options.overlayOpacity);if(c.length==1){this.mode="singleFile";this.loadFile(c[f],f)}else{this.mode="fileGallery";var a=0;$$(this.prev,this.next).setStyle("display","block");if(this.options.autoPlay){this.playpause.setStyle("display","block");var a=this.playpause.getSize().x}var d=this.center.getStyle("border-right-width").toInt();var j=this.prev.getSize().x+this.next.getSize().x+this.close.getSize().x+a+d;this.navigation.setStyle("width",j);this.description.setStyle("margin-right",j);var h=(f!=c.length-1)?c[f+1]:c[0];var i=(f!=0)?c[f-1]:c[c.length-1];var g=(i==h)?[i]:[i,h];this.loadFile(c[f],g)}},loadFile:function(d,c){this.fileReady=false;var a=this.checkFileType(d,"swf");if(!a){if(!this.loadedImages.contains(d.retrieve("href"))){this.center.addClass("mbLoading")}this.loadImage(d.retrieve("href"))}else{this.loadSwf(d)}if(c){this.preloadFiles(c)}},preloadFiles:function(a){a.each(function(f,c){var d=this.checkFileType(f.retrieve("href"),"swf");if(!d){this.preloadImage(f.retrieve("href"))}},this)},loadImage:function(c){var a=new Asset.image(c,{onload:function(d){if(!this.loadedImages.contains(c)){this.loadedImages.push(c)}this.currentFile=d;this.loadAux(this.currentFile)}.bindWithEvent(this)})},preloadImage:function(c){if(!this.loadedImages.contains(c)){var a=new Asset.image(c,{onload:function(d){this.loadedImages.push(c)}.bindWithEvent(this)})}},loadSwf:function(c){var a=new Swiff(c.retrieve("href"),{width:c.retrieve("width").toInt(),height:c.retrieve("height").toInt(),params:{wMode:"opaque",swLiveConnect:"false"}});this.currentFile=a;this.loadAux(c)},loadAux:function(a){this.fileReady=true;this.fireEvent("fileReady");$$(this.description,this.navigation).setStyle("visibility","hidden");this.navigation.setStyle("height","");$$(this.next,this.prev,this.close).setStyle("backgroundPosition","0 0");this.showFile(a)},showFile:function(c){if(this.closed){return}var g=new Hash();var h={};var j=null;var a=null;if(this.options.canvasBorderWidth.toInt()!=0&&this.canvas.getStyle("borderWidth").toInt()==0){j=this.options.canvasBorderWidth+" solid "+this.options.canvasBorderColor;this.canvas.setStyle("border",j)}if(this.options.canvasPadding.toInt()!=0&&this.canvas.getStyle("padding").toInt()==0){a=this.options.canvasPadding;this.canvas.setStyle("padding",a)}var m=this.canvas.getSize();var f=this.canvas.getStyle("borderWidth").toInt()*2+this.canvas.getStyle("padding").toInt()*2;this.canvas.setStyles({opacity:0,width:"",height:""});if(!c.retrieve("width")){g=g.extend(c.getProperties("width","height")).map(function(n,d){return n.toInt()})}else{g.extend({height:c.retrieve("height").toInt(),width:c.retrieve("width").toInt()})}var l=new Hash(this.center.getStyles("width","height")).map(function(n,d){return n.toInt()});if(g.width!=l.width){h.width=g.width+f;h.marginLeft=-(h.width/2).round()}var k=(m.y-f>0)?l.height-m.y:0;h.height=g.height+f+k;this.canvas.setStyles({width:g.width,height:g.height});this.center.removeClass("mbLoading");var i=0;if(this.first){i=500;this.first=false}(function(){this.center.morph(h)}).delay(i,this)},showGallery:function(a){if(!a||!a.gallery){return}var f=($chk(a.index))?a.index:0;var c=this.getGallery(a.gallery);var i=false;var h;if(a.autoplay||(c.options&&c.options.autoplay)){i=true}if(c!=-1&&!this.opened){if(i){h=(a&&a.delay)?a.delay:(c.options&&c.options.delay)?c.options.delay:this.autoPlayDelay;this.startAutoPlay({gallery:c,index:f,delay:h})}else{this.openMilkbox(c,f)}}},addGalleries:function(a){this.currentRequest=new Request({method:"get",autoCancel:true,url:a,onRequest:function(){}.bindWithEvent(this),onSuccess:function(f,c){var d=f.replace(/(<a.+)\/>/gi,"$1></a>");this.setGalleries(new Element("div",{html:d}),a)}.bindWithEvent(this),onFailure:function(c){alert("Milkbox :: addGalleries: XML file path error or local Ajax test: please test addGalleries() on-line")}});this.currentRequest.send()},setGalleries:function(f,h){if(!this.xmlFiles.contains(h)){this.xmlFiles.push(h)}var i=f;var d=i.getElements(".gallery");var g=[];var a=[];d.each(function(j,k){var n={gallery:j.getProperty("name"),autoplay:Boolean(j.getProperty("autoplay")),delay:Number(j.getProperty("delay"))};var c=j.getChildren("a");var m=c.map(function(l){return l.setProperty("rel","milkbox["+n.gallery+"]")});g.push(m);if(n.autoplay){a.push(n)}});this.prepareGalleries(g.flatten());this.setAutoPlay(a);if(!this.activated){this.initMilkbox()}this.fireEvent("xmlGalleries")},checkFileType:function(c,d){var a=null;if($type(c)!="string"){a=c.retrieve("href")}else{a=c}var f=new RegExp(".("+d+")$","i");return a.split("?")[0].test(f)},getGallery:function(a){var h=null;if(a.test(/^milkbox/i)){h=this.families}else{h=this.families.map(function(i){var j=i.trim();var f=j.slice(0,j.length).substr(8);var g=f.replace(/(.+)]$/,"$1");return g})}var c=h.indexOf(a);var d=(c!=-1)?this.galleries[c]:c;return d},setFileProps:function(d,a){var c=a.split(",");c.each(function(h,g){var f=h.trim().split(":");d.store(f[0].trim(),f[1].trim())},this)},changeOptions:function(a){if(!a){return}this.setOptions(a);this.center.get("morph").setOptions({transition:this.options.resizeTransition,duration:this.options.resizeDuration})},saveOptions:function(a){if($chk(a)){this.fullOptionsBkup=a}else{this.fullOptionsBkup=this.options}},restoreOptions:function(){this.setOptions(this.fullOptionsBkup);b=this.options.canvasBorderWidth+" solid "+this.options.canvasBorderColor;this.canvas.setStyles({border:b,padding:this.options.canvasPadding});this.center.get("morph").setOptions({transition:this.options.resizeTransition,duration:this.options.resizeDuration})},reloadGalleries:function(){this.galleries=[];this.families=[];this.formtags=$$("select","textarea");this.prepareGalleries();this.removeGalleriesEvents();this.setGalleriesEvents();if(this.xmlFiles.length==0){return}this.xmlFiles.each(function(c,a){this.addGalleries(c)}.bind(this))},setAutoPlay:function(c){var a=($type(c)=="object")?[c]:c;a.each(function(i){var h=this.getGallery(i.gallery);if(h==-1){return}var f=(i.autoplay==true)?i.autoplay:false;var j=($chk(i.delay)&&f)?i.delay:this.options.autoPlayDelay;h.options={autoplay:f,delay:j}},this)},startAutoPlay:function(c){var f=-1;var a,h;if(c&&c.gallery){if($type(c.gallery)=="array"){f=c.gallery}else{if($type(c.gallery)=="string"){f=this.getGallery(c.gallery)}}}if(f==-1){f=this.galleries[0]}h=(c&&c.delay&&($type(c.delay)=="number"))?c.delay*1000:(f.options&&f.options.delay)?f.options.delay*1000:this.options.autoPlayDelay*1000;a=(c&&c.index&&($type(c.index)=="number"))?c.index:0;if(h<this.options.resizeDuration*2){h=this.options.resizeDuration*2}this.options.autoPlayDelay=h/1000;if(!this.options.autoPlay){this.setOptions({autoPlay:true,autoPlayDelay:this.options.autoPlayDelay})}if(this.closed){this.openMilkbox(f,a);if(this.mode!="fileGallery"){return}this.addEvent("fileReady",function(){this.intObj=this.next_prev_aux.periodical(h,this,[null,"next"]);this.removeEvents("fileReady")}.bindWithEvent(this))}else{if(!this.closed){this.next_prev_aux(null,"next")}this.intObj=this.next_prev_aux.periodical(h,this,[null,"next"])}this.paused=false},stopAutoPlay:function(){if(this.intObj){$clear(this.intObj);this.intObj=null}this.playpause.setStyle("backgroundPosition","0 -44px");this.paused=true},removeGalleriesEvents:function(){this.galleries.each(function(a){$$(a).removeEvents("click")},this)},setGalleriesEvents:function(){this.galleries.each(function(a){$$(a).addEvent("click",function(f){var c=($(f.target).match("a"))?$(f.target):$(f.target).getParent("a");f.preventDefault();var d=this.getGallery(c.rel);if(d.options&&d.options.autoplay){this.setOptions({autoPlay:d.options.autoplay,autoPlayDelay:d.options.delay})}if(this.options.autoPlay){this.startAutoPlay({gallery:a,index:a.indexOf(c)})}else{this.openMilkbox(a,a.indexOf(c))}}.bindWithEvent(this))},this)},prepareEvents:function(a){this.setGalleriesEvents();this.next.addEvent("click",function(c){this.bottom.setStyle("opacity",0);this.next_prev_aux(c,"next")}.bind(this));this.prev.addEvent("click",function(c){this.bottom.setStyle("opacity",0);this.next_prev_aux(c,"prev")}.bind(this));$(window.document).addEvent("keydown",function(c){if(this.mode!="fileGallery"||this.busy==true){return}if(c.key=="right"||c.key=="space"){this.next_prev_aux(c,"next")}else{if(c.key=="left"){this.next_prev_aux(c,"prev")}else{if(c.key=="esc"){this.closeMilkbox()}}}}.bindWithEvent(this));this.playpause.addEvents({mouseover:function(c){if(this.paused==false){this.playpause.setStyle("backgroundPosition","0 -22px")}else{this.playpause.setStyle("backgroundPosition","0 -66px")}}.bindWithEvent(this),mouseout:function(){if(this.paused==false){this.playpause.setStyle("backgroundPosition","0 0")}else{this.playpause.setStyle("backgroundPosition","0 -44px")}}.bindWithEvent(this),click:function(){if(this.paused==false){this.stopAutoPlay();this.paused=true;this.playpause.setStyle("backgroundPosition","0 -66px")}else{var c=(this.currentGallery.options&&this.currentGallery.options.delay)?this.currentGallery.options.delay:this.options.autoPlayDelay;this.startAutoPlay({gallery:this.currentGallery,index:this.currentIndex+1,delay:c});this.paused=false;this.playpause.setStyle("backgroundPosition","0 0")}}.bindWithEvent(this)});this.overlay.get("tween").addEvent("onComplete",function(){if(this.overlay.getStyle("opacity")==this.options.overlayOpacity){this.center.tween("opacity",1)}else{if(this.overlay.getStyle("opacity")==0){this.overlay.setStyles({height:0,top:""})}}}.bindWithEvent(this));this.center.get("morph").addEvent("onComplete",function(){if($type(this.currentFile)=="element"){this.canvas.grab(this.currentFile)}else{(function(){this.canvas.grab(this.currentFile)}).delay(500,this)}this.canvas.tween("opacity",1);var g=(!(this.mode=="showThisImage"))?this.currentGallery[this.currentIndex].retrieve("title"):this.specialDescription;if($chk(g)){this.description.innerHTML=g}if(this.mode=="fileGallery"){this.count.appendText((this.currentIndex+1)+" of "+this.currentGallery.length)}var c=this.center.getStyle("height").toInt();this.navigation.setStyle("height",this.bottom.getStyle("height").toInt());var h=this.bottom.getSize().y;var f=(c>this.canvas.getSize().y)?(this.bottom.getSize().y+this.canvas.getSize().y)-c:h;this.bottom.setStyle("display","none");this.center.retrieve("setFinalHeight").start(c,c+f)}.bindWithEvent(this));this.center.retrieve("setFinalHeight").addEvent("onComplete",function(){this.bottom.setStyles({visibility:"visible",display:"block"});this.bottom.setStyle("opacity",1);$$(this.description,this.navigation).setStyle("visibility","visible");var c=$(window).getScrollSize().y;var d=$(window).getScroll().y;this.overlay.setStyles({height:c+d,top:-d});this.busy=false}.bindWithEvent(this));window.addEvent("resize",function(){if(this.overlay.getStyle("opacity")==0){return}var c=$(window).getScrollSize().y;var d=$(window).getScroll().y;this.overlay.setStyles({height:c+d,top:-d})}.bindWithEvent(this));$$(this.overlay,this.close).addEvent("click",function(){this.closeMilkbox()}.bindWithEvent(this));this.eventsok=true},next_prev_aux:function(f,d){this.bottom.setStyles({visibility:"hidden"});if(f){f.preventDefault();this.stopAutoPlay()}else{if(this.busy||!this.fileReady){return}}this.busy=true;var g=this.currentIndex;if(d=="next"){var a=(this.currentIndex!=this.currentGallery.length-1)?this.currentIndex+=1:this.currentIndex=0;var c=(this.currentIndex!=this.currentGallery.length-1)?this.currentIndex+1:0}else{var a=(this.currentIndex!=0)?this.currentIndex-=1:this.currentIndex=this.currentGallery.length-1;var c=(this.currentIndex!=0)?this.currentIndex-1:this.currentGallery.length-1}this.canvas.empty();this.description.empty();this.count.empty();this.loadFile(this.currentGallery[a],[this.currentGallery[c]])},prepareEffects:function(){this.overlay.set("tween",{duration:"short",link:"cancel"});this.center.set("tween",{duration:"short",link:"chain"});this.center.set("morph",{duration:this.options.resizeDuration,link:"chain",transition:this.options.resizeTransition});this.center.store("setFinalHeight",new Fx.Tween(this.center,{property:"height",duration:"short"}));this.canvas.set("tween",{link:"chain"})},prepareGalleries:function(a){var f=[];var d;var c=(a)?a:$$("a");c.each(function(g){if(g.rel&&g.rel.test(/^milkbox/i)&&g.href.split("?")[0].test(/\.(gif|jpg|jpeg|png|swf)$/i)){if(g.rel.length>7&&!this.families.contains(g.rel)){this.families.push(g.rel)}f.push(g)}},this);f.each(function(g){$(g).store("href",g.href);$(g).store("rel",g.rel);$(g).store("title",g.title);if(this.checkFileType(g.href,"swf")){this.setFileProps($(g),g.rev)}if(this.options.removeTitle){$(g).removeProperty("title")}if(g.rel.length>7){this.families.each(function(l,k){if(g.rel==l){var h=false;var j;this.galleries.each(function(m,i){if(m[0].rel==l){h=true;j=i;return}});if(h==true){this.galleries[j].push($(g))}else{this.galleries.push([$(g)])}}},this)}else{this.galleries.push([$(g)])}},this)},prepareHTML:function(){this.overlay=new Element("div",{id:"mbOverlay",styles:{opacity:0,visibility:"visible",height:0,overflow:"hidden"}}).inject($(document.body));this.center=new Element("div",{id:"mbCenter",styles:{width:this.options.initialWidth,height:this.options.initialHeight,marginLeft:-(this.options.initialWidth/2),opacity:0}}).inject($(document.body));this.canvas=new Element("div",{id:"mbCanvas"}).inject(this.center);this.bottom=new Element("div",{id:"mbBottom"}).inject(this.center).setStyle("visibility","hidden");this.navigation=new Element("div",{id:"mbNavigation"}).setStyle("visibility","hidden");this.description=new Element("div",{id:"mbDescription"}).setStyle("visibility","hidden");this.bottom.adopt(this.navigation,this.description,new Element("div",{"class":"clear"}));this.close=new Element("a",{id:"mbCloseLink"});this.next=new Element("a",{id:"mbNextLink"});this.prev=new Element("a",{id:"mbPrevLink"});this.playpause=new Element("a",{id:"mbPlayPause"});this.count=new Element("span",{id:"mbCount"});$$(this.next,this.prev,this.count,this.playpause).setStyle("display","none");this.navigation.adopt(this.close,this.next,this.prev,this.playpause,new Element("div",{"class":"clear"}),this.count)},closeMilkbox:function(){this.cancelAllEffects();this.stopAutoPlay();this.setOptions(this.autoPlayBkup);this.currentFile=null;this.currentIndex=null;this.currentGallery=null;this.currentRequest=null;this.currentResponse=null;$$(this.prev,this.next,this.playpause,this.count).setStyle("display","none");this.playpause.setStyle("backgroundPosition","0 0");var a=this.center.getStyle("border-right-width").toInt();var c=this.close.getSize().x+a;this.navigation.setStyles({width:c,height:"",visibility:"hidden"});this.description.setStyle("margin-right",c);this.description.empty();this.bottom.setStyles({visibility:"hidden",display:""});this.canvas.setStyles({opacity:0,width:"",height:""});this.canvas.empty();this.count.empty();this.center.setStyles({opacity:0,width:this.options.initialWidth,height:this.options.initialHeight,marginLeft:-(this.options.initialWidth/2)});this.overlay.tween("opacity",0);if(this.formtags.length!=0){this.formtags.setStyle("display","")}this.mode=null;this.closed=true;this.first=true;this.fileReady=false;this.fireEvent("closed")},cancelAllEffects:function(){this.overlay.get("tween").cancel();this.center.get("morph").cancel();this.center.get("tween").cancel();this.center.retrieve("setFinalHeight").cancel();this.canvas.get("tween").cancel()}});window.addEvent("domready",function(){milkbox=new Milkbox()});var Cufon=(function(){var P=function(){return P.replace.apply(null,arguments)};var D=P.DOM={ready:(function(){var d=false,a={loaded:1,complete:1};var f=[],c=function(){if(d){return}d=true;for(var g;g=f.shift();g()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){a[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(g){setTimeout(arguments.callee,1)}})()}K(window,"load",c);return function(g){if(!arguments.length){c()}else{d?g():f.push(g)}}})(),root:function(){return document.documentElement||document.body}};var O=P.CSS={Size:function(a,c){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(d){return d/c*this.value};this.convertFrom=function(d){return d/this.value*c};this.toString=function(){return this.value+this.unit}},addClass:function(c,d){var a=c.className;c.className=a+(a&&" ")+d;return c},color:S(function(a){var c={};c.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(f,g,d){c.opacity=parseFloat(d);return"rgb("+g+")"});return c}),fontStretch:S(function(a){if(typeof a=="number"){return a}if(/%$/.test(a)){return parseFloat(a)/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}[a]||1}),getStyle:function(a){var c=document.defaultView;if(c&&c.getComputedStyle){return new ab(c.getComputedStyle(a,null))}if(a.currentStyle){return new ab(a.currentStyle)}return new ab(a.style)},gradient:S(function(c){var a={id:c,type:c.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},g=c.substr(c.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,h=g.length,f;d<h;++d){f=g[d].split("=",2).reverse();a.stops.push([f[1]||d/(h-1),f[0]])}return a}),quotedList:S(function(a){var c=[],d=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,f;while(f=d.exec(a)){c.push(f[3]||f[1])}return c}),recognizesMedia:S(function(a){var d=document.createElement("style"),f,g,h;d.type="text/css";d.media=a;try{d.appendChild(document.createTextNode("/**/"))}catch(c){}g=V("head")[0];g.insertBefore(d,g.firstChild);f=(d.sheet||d.styleSheet);h=f&&!f.disabled;g.removeChild(d);return h}),removeClass:function(a,c){var d=RegExp("(?:^|\\s+)"+c+"(?=\\s|$)","g");a.className=a.className.replace(d,"");return a},supports:function(a,c){var d=document.createElement("span").style;if(d[a]===undefined){return false}d[a]=c;return d[a]===c},textAlign:function(a,c,f,d){if(c.get("textAlign")=="right"){if(f>0){a=" "+a}}else{if(f<d-1){a+=" "}}return a},textShadow:S(function(c){if(c=="none"){return null}var d=[],a={},h,g=0;var f=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(h=f.exec(c)){if(h[0]==","){d.push(a);a={};g=0}else{if(h[1]){a.color=h[1]}else{a[["offX","offY","blur"][g++]]=h[2]}}}d.push(a);return d}),textTransform:(function(){var a={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(c,d){var f=a[d.get("textTransform")];return f?f(c):c}})(),whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};var c=/^\s+/,d=/\s+$/;return function(f,h,g,i){if(i){if(i.nodeName.toLowerCase()=="br"){f=f.replace(c,"")}}if(a[h.get("display")]){return f}if(!g.previousSibling){f=f.replace(c,"")}if(!g.nextSibling){f=f.replace(d,"")}return f}})()};O.ready=(function(){var d=!O.recognizesMedia("all"),k=false;var a=[],h=function(){d=true;for(var l;l=a.shift();l()){}};var g=V("link"),f=V("style");function c(l){return l.disabled||i(l.sheet,l.media||"screen")}function i(r,o){if(!O.recognizesMedia(o||"all")){return true}if(!r||r.disabled){return false}try{var n=r.cssRules,p;if(n){search:for(var l=0,m=n.length;p=n[l],l<m;++l){switch(p.type){case 2:break;case 3:if(!i(p.styleSheet,p.media.mediaText)){return false}break;default:break search}}}}catch(q){}return true}function j(){if(document.createStyleSheet){return true}var l,m;for(m=0;l=g[m];++m){if(l.rel.toLowerCase()=="stylesheet"&&!c(l)){return false}}for(m=0;l=f[m];++m){if(!c(l)){return false}}return true}D.ready(function(){if(!k){k=O.getStyle(document.body).isUsable()}if(d||(k&&j())){h()}else{setTimeout(arguments.callee,10)}});return function(l){if(d){l()}else{a.push(l)}}})();function I(a){var c=this.face=a.face,d={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=a.glyphs;this.w=a.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 g={minX:parseInt(f[0],10),minY:parseInt(f[1],10),maxX:parseInt(f[2],10),maxY:parseInt(f[3],10)};g.width=g.maxX-g.minX;g.height=g.maxY-g.minY;g.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return g})();this.ascent=-parseInt(c.ascent,10);this.descent=-parseInt(c.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(j,h,q){var g=this.glyphs,i,k,o,f=[],p=0,l=-1,m=-1,n;while(n=j[++l]){i=g[n]||this.missingGlyph;if(!i){continue}if(k){p-=o=k[n]||0;f[m]-=o}p+=f[++m]=~~(i.w||this.w)+h+(d[n]?q:0);k=i.k}f.total=p;return f}}function W(){var a={},c={oblique:"italic",italic:"oblique"};this.add=function(d){(a[d.style]||(a[d.style]={}))[d.weight]=d};this.get=function(h,g){var i=a[h]||a[c[h]]||a.normal||a.italic||a.oblique;if(!i){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(i[g]){return i[g]}var k={1:1,99:0}[g%100],d=[],j,l;if(k===undefined){k=g>400}if(g==500){g=400}for(var f in i){if(!R(i,f)){continue}f=parseInt(f,10);if(!j||f<j){j=f}if(!l||f>l){l=f}d.push(f)}if(g<j){g=j}if(g>l){g=l}d.sort(function(n,m){return(k?(n>=g&&m>=g)?n<m:n>m:(n<=g&&m<=g)?n>m:n<m)?-1:1});return i[d[0]]}}function J(){function c(h,g){if(h.contains){return h.contains(g)}return h.compareDocumentPosition(g)&16}function f(g){var h=g.relatedTarget;if(!h||c(this,h)){return}d(this,g.type=="mouseover")}function a(g){d(this,g.type=="mouseenter")}function d(h,g){setTimeout(function(){var i=Y.get(h).options;P.replace(h,g?U(i,i.hover):i,true)},10)}this.attach=function(g){if(g.onmouseenter===undefined){K(g,"mouseover",f);K(g,"mouseout",f)}else{K(g,"mouseenter",a);K(g,"mouseleave",a)}}}function G(){var c=[],a={};function d(f){var i=[],g;for(var h=0;g=f[h];++h){i[h]=c[a[g]]}return i}this.add=function(f,g){a[f]=c.push(g)-1};this.repeat=function(){var h=arguments.length?d(arguments):c,g;for(var f=0;g=h[f++];){P.replace(g[0],g[1],true)}}}function M(){var a={},d=0;function c(f){return f.cufid||(f.cufid=++d)}this.get=function(g){var f=c(g);return a[f]||(a[f]={})}}function ab(d){var a={},c={};this.extend=function(g){for(var f in g){if(R(g,f)){a[f]=g[f]}}return this};this.get=function(f){return a[f]!=undefined?a[f]:d[f]};this.getSize=function(f,g){return c[f]||(c[f]=new O.Size(this.get(f),g))};this.isUsable=function(){return !!d}}function K(c,d,a){if(c.addEventListener){c.addEventListener(d,a,false)}else{if(c.attachEvent){c.attachEvent("on"+d,function(){return a.call(c,window.event)})}}}function F(c,d){var a=Y.get(c);if(a.options){return c}if(d.hover&&d.hoverables[c.nodeName.toLowerCase()]){aa.attach(c)}a.options=d;return c}function S(c){var a={};return function(d){if(!R(a,d)){a[d]=c.apply(null,arguments)}return a[d]}}function Z(a,c){var g=O.quotedList(c.get("fontFamily").toLowerCase()),d;for(var f=0;d=g[f];++f){if(T[d]){return T[d].get(c.get("fontStyle"),c.get("fontWeight"))}}return null}function V(a){return document.getElementsByTagName(a)}function R(a,c){return a.hasOwnProperty(c)}function U(){var f={},g,a;for(var c=0,d=arguments.length;g=arguments[c],c<d;++c){for(a in g){if(R(g,a)){f[a]=g[a]}}}return f}function N(o,g,c,f,n,a){var i=document.createDocumentFragment(),l;if(g===""){return i}var h=f.separate;var k=g.split(L[h]),d=(h=="words");if(d&&H){if(/^\s/.test(g)){k.unshift("")}if(/\s$/.test(g)){k.push("")}}for(var j=0,m=k.length;j<m;++j){l=B[f.engine](o,d?O.textAlign(k[j],c,j,m):k[j],c,f,n,a,j<m-1);if(l){i.appendChild(l)}}return i}function Q(a,f){var c=a.nodeName.toLowerCase();if(f.ignore[c]){return}var n=!f.textless[c];var d=O.getStyle(F(a,f)).extend(f);var m=Z(a,d),l,h,j,k,g,i;if(!m){return}for(l=a.firstChild;l;l=j){h=l.nodeType;j=l.nextSibling;if(n&&h==3){if(k){k.appendData(l.data);a.removeChild(l)}else{k=l}if(j){continue}}if(k){a.replaceChild(N(m,O.whiteSpace(k.data,d,k,i),d,f,l,a),k);k=null}if(h==1){if(l.firstChild){if(l.nodeName.toLowerCase()=="cufon"){B[f.engine](m,null,d,f,l,a)}else{arguments.callee(l,f)}}i=l}}}var H=" ".split(/\s+/).length==0;var Y=new M();var aa=new J();var C=new G();var X=false;var B={},T={},E={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(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||V),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var L={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};P.now=function(){D.ready();return P};P.refresh=function(){C.repeat.apply(C,arguments);return P};P.registerEngine=function(a,c){if(!c){return P}B[a]=c;return P.set("engine",a)};P.registerFont=function(a){if(!a){return P}var d=new I(a),c=d.family;if(!T[c]){T[c]=new W()}T[c].add(d);return P.set("fontFamily",'"'+c+'"')};P.replace=function(a,c,d){c=U(E,c);if(!c.engine){return P}if(!X){O.addClass(D.root(),"cufon-active cufon-loading");O.ready(function(){O.addClass(O.removeClass(D.root(),"cufon-loading"),"cufon-ready")});X=true}if(c.hover){c.forceHitArea=true}if(c.autoDetect){delete c.fontFamily}if(typeof c.textShadow=="string"){c.textShadow=O.textShadow(c.textShadow)}if(typeof c.color=="string"&&/^-/.test(c.color)){c.textGradient=O.gradient(c.color)}else{delete c.textGradient}if(!d){C.add(a,arguments)}if(a.nodeType||typeof a=="string"){a=[a]}O.ready(function(){for(var g=0,h=a.length;g<h;++g){var f=a[g];if(typeof f=="string"){P.replace(c.selector(f),c,true)}else{Q(f,c)}}});return P};P.set=function(c,a){E[c]=a;return P};return P})();Cufon.registerEngine("canvas",(function(){var g=document.createElement("canvas");if(!g||!g.getContext||!g.getContext.apply){return}g=null;var h=Cufon.CSS.supports("display","inline-block");var j=!h&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var i=document.createElement("style");i.type="text/css";i.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(j?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(h?"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(i);function k(a,t){var d=0,f=0;var u=[],c=/([mrvxe])([^a-z]*)/g,r;generate:for(var s=0;r=c.exec(a);++s){var q=r[2].split(",");switch(r[1]){case"v":u[s]={m:"bezierCurveTo",a:[d+~~q[0],f+~~q[1],d+~~q[2],f+~~q[3],d+=~~q[4],f+=~~q[5]]};break;case"r":u[s]={m:"lineTo",a:[d+=~~q[0],f+=~~q[1]]};break;case"m":u[s]={m:"moveTo",a:[d=~~q[0],f=~~q[1]]};break;case"x":u[s]={m:"closePath"};break;case"e":break generate}t[u[s].m].apply(t,u[s].a)}return u}function l(a,c){for(var d=0,f=a.length;d<f;++d){var n=a[d];c[n.m].apply(c,n.a)}}return function(x,ay,af,aB,at,f){var aJ=(ay===null);if(aJ){ay=at.getAttribute("alt")}var av=x.viewBox;var aI=af.getSize("fontSize",x.baseSize);var au=0,ag=0,ah=0,aA=0;var ax=aB.textShadow,aj=[];if(ax){for(var y=ax.length;y--;){var ap=ax[y];var ak=aI.convertFrom(parseFloat(ap.offX));var am=aI.convertFrom(parseFloat(ap.offY));aj[y]=[ak,am];if(am<au){au=am}if(ak>ag){ag=ak}if(am>ah){ah=am}if(ak<aA){aA=ak}}}var a=Cufon.CSS.textTransform(ay,af).split("");var aq=x.spacing(a,~~aI.convertFrom(parseFloat(af.get("letterSpacing"))||0),~~aI.convertFrom(parseFloat(af.get("wordSpacing"))||0));if(!aq.length){return null}var aL=aq.total;ag+=av.width-aq[aq.length-1];aA+=av.minX;var aC,aH;if(aJ){aC=at;aH=at.firstChild}else{aC=document.createElement("cufon");aC.className="cufon cufon-canvas";aC.setAttribute("alt",ay);aH=document.createElement("canvas");aC.appendChild(aH);if(aB.printable){var ac=document.createElement("cufontext");ac.appendChild(document.createTextNode(ay));aC.appendChild(ac)}}var aw=aC.style;var an=aH.style;var aK=aI.convert(av.height);var c=Math.ceil(aK);var ai=c/aK;var ao=ai*Cufon.CSS.fontStretch(af.get("fontStretch"));var al=aL*ao;var ae=Math.ceil(aI.convert(al+ag-aA));var aG=Math.ceil(aI.convert(av.height-au+ah));aH.width=ae;aH.height=aG;an.width=ae+"px";an.height=aG+"px";au+=av.minY;an.top=Math.round(aI.convert(au-x.ascent))+"px";an.left=Math.round(aI.convert(aA))+"px";var aD=Math.max(Math.ceil(aI.convert(al)),0)+"px";if(h){aw.width=aD;aw.height=aI.convert(x.height)+"px"}else{aw.paddingLeft=aD;aw.paddingBottom=(aI.convert(x.height)-1)+"px"}var d=aH.getContext("2d"),ar=aK/av.height;d.scale(ar,ar*ai);d.translate(-aA,-au);d.save();function ab(){var m=x.glyphs,p,n=-1,o=-1,q;d.scale(ao,1);while(q=a[++n]){var p=m[a[n]]||x.missingGlyph;if(!p){continue}if(p.d){d.beginPath();if(p.code){l(p.code,d)}else{p.code=k("m"+p.d,d)}d.fill()}d.translate(aq[++o],0)}d.restore()}if(ax){for(var y=ax.length;y--;){var ap=ax[y];d.save();d.fillStyle=ap.color;d.translate.apply(d,aj[y]);ab()}}var aE=aB.textGradient;if(aE){var az=aE.stops,aF=d.createLinearGradient(0,av.minY,0,av.maxY);for(var y=0,ad=az.length;y<ad;++y){aF.addColorStop.apply(aF,az[y])}d.fillStyle=aF}else{d.fillStyle=af.get("color")}ab();return aC}})());Cufon.registerEngine("vml",(function(){var n=document.namespaces;if(!n){return}n.add("cvml","urn:schemas-microsoft-com:vml");n=null;var i=document.createElement("cvml:shape");i.style.behavior="url(#default#VML)";if(!i.coordsize){return}i=null;var k=(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:'+(k?"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 p(c,a){return j(c,/(?:em|ex|%)$|^[a-z-]+$/i.test(a)?"1em":a)}function j(c,a){if(a==="0"){return 0}if(/px$/i.test(a)){return parseFloat(a)}var d=c.style.left,f=c.runtimeStyle.left;c.runtimeStyle.left=c.currentStyle.left;c.style.left=a.replace("%","em");var g=c.style.pixelLeft;c.style.left=d;c.runtimeStyle.left=f;return g}function m(c,d,f,h){var g="computed"+h,a=d[g];if(isNaN(a)){a=d.get(h);d[g]=a=(a=="normal")?0:~~f.convertFrom(j(c,a))}return a}var l={};function o(g){var f=g.id;if(!l[f]){var r=g.stops,h=document.createElement("cvml:fill"),d=[];h.type="gradient";h.angle=180;h.focus="0";h.method="sigma";h.color=r[0][1];for(var a=1,c=r.length-1;a<c;++a){d.push(r[a][0]*100+"% "+r[a][1])}h.colors=d.join(",");h.color2=r[c][1];l[f]=h}return l[f]}return function(aJ,az,c,aH,at,aG,f){var aZ=(az===null);if(aZ){az=at.alt}var av=aJ.viewBox;var aX=c.computedFontSize||(c.computedFontSize=new Cufon.CSS.Size(p(aG,c.get("fontSize"))+"px",aJ.baseSize));var aO,aW;if(aZ){aO=at;aW=at.firstChild}else{aO=document.createElement("cufon");aO.className="cufon cufon-vml";aO.alt=az;aW=document.createElement("cufoncanvas");aO.appendChild(aW);if(aH.printable){var a=document.createElement("cufontext");a.appendChild(document.createTextNode(az));aO.appendChild(a)}if(!f){aO.appendChild(document.createElement("cvml:shape"))}}var aw=aO.style;var al=aW.style;var a1=aX.convert(av.height),aD=Math.ceil(a1);var g=aD/a1;var an=g*Cufon.CSS.fontStretch(c.get("fontStretch"));var h=av.minX,aj=av.minY;al.height=aD;al.top=Math.round(aX.convert(aj-aJ.ascent));al.left=Math.round(aX.convert(h));aw.height=aX.convert(aJ.height)+"px";var aB=c.get("color");var aA=Cufon.CSS.textTransform(az,c).split("");var ar=aJ.spacing(aA,m(aG,c,aX,"letterSpacing"),m(aG,c,aX,"wordSpacing"));if(!ar.length){return null}var a2=ar.total;var aP=-h+a2+(av.width-ar[ar.length-1]);var ay=aX.convert(aP*an),d=Math.round(ay);var ao=aP+","+av.height,a0;var au="r"+ao+"ns";var aS=aH.textGradient&&o(aH.textGradient);var aY=aJ.glyphs,ak=0;var ax=aH.textShadow;var aL=-1,aM=0,aQ;while(aQ=aA[++aL]){var aF=aY[aA[aL]]||aJ.missingGlyph,aR;if(!aF){continue}if(aZ){aR=aW.childNodes[aM];while(aR.firstChild){aR.removeChild(aR.firstChild)}}else{aR=document.createElement("cvml:shape");aW.appendChild(aR)}aR.stroked="f";aR.coordsize=ao;aR.coordorigin=a0=(h-ak)+","+aj;aR.path=(aF.d?"m"+aF.d+"xe":"")+"m"+a0+au;aR.fillcolor=aB;if(aS){aR.appendChild(aS.cloneNode(false))}var aE=aR.style;aE.width=d;aE.height=aD;if(ax){var aU=ax[0],aV=ax[1];var aI=Cufon.CSS.color(aU.color),aN;var ap=document.createElement("cvml:shadow");ap.on="t";ap.color=aI.color;ap.offset=aU.offX+","+aU.offY;if(aV){aN=Cufon.CSS.color(aV.color);ap.type="double";ap.color2=aN.color;ap.offset2=aV.offX+","+aV.offY}ap.opacity=aI.opacity||(aN&&aN.opacity)||1;aR.appendChild(ap)}ak+=ar[aM++]}var aq=aR.nextSibling,aT,aK;if(aH.forceHitArea){if(!aq){aq=document.createElement("cvml:rect");aq.stroked="f";aq.className="cufon-vml-cover";aT=document.createElement("cvml:fill");aT.opacity=0;aq.appendChild(aT);aW.appendChild(aq)}aK=aq.style;aK.width=d;aK.height=aD}else{if(aq){aW.removeChild(aq)}}aw.width=Math.max(Math.ceil(aX.convert(a2*an)),0);if(k){var am=c.computedYAdjust;if(am===undefined){var aC=c.get("lineHeight");if(aC=="normal"){aC="1em"}else{if(!isNaN(aC)){aC+="em"}}c.computedYAdjust=am=0.5*(j(aG,aC)-parseFloat(aw.height))}if(am){aw.marginTop=Math.ceil(am)+"px";aw.marginBottom=am+"px"}}return aO}})());
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Generated in 2010 by FontLab Studio. Copyright info pending.
 * 
 * Full name:
 * TitilliumText22L-600wt
 * 
 * Manufacturer:
 * Campivisivi
 * 
 * Designer:
 * Campivisivi
 * 
 * License information:
 * http://scripts.sil.org/OFL
 */
Cufon.registerFont({w:530,face:{"font-family":"TitilliumText22L","font-weight":600,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0",ascent:"750",descent:"-250","x-height":"11",bbox:"-46 -958 1000 240","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:235},C:{d:"493,-101r3,88v0,0,-114,24,-193,24v-209,0,-256,-124,-256,-357v0,-243,55,-359,256,-359v89,0,193,25,193,25r-3,87v0,0,-113,-17,-178,-17v-138,0,-167,76,-167,264v0,183,25,262,169,262v59,0,176,-17,176,-17",w:535},c:{d:"254,-510v50,0,144,16,144,16r-4,82v0,0,-79,-9,-117,-9v-109,0,-136,43,-136,164v0,133,22,178,137,178v38,0,117,-8,117,-8r3,82v0,0,-97,16,-146,16v-156,0,-207,-75,-207,-268v0,-181,60,-253,209,-253",w:436},d:{d:"465,-700r0,700r-94,0r0,-29v0,0,-74,39,-141,39v-116,0,-185,-58,-185,-260v0,-178,61,-260,208,-260v41,0,108,11,118,12r0,-202r94,0xm243,-77v58,-1,128,-29,128,-29r0,-309v-11,-1,-70,-10,-112,-10v-87,0,-118,56,-118,176v0,140,42,171,102,172",w:546},e:{d:"262,-76v77,0,184,-9,184,-9r2,75v0,0,-114,21,-199,21v-150,-1,-204,-84,-204,-257v0,-186,80,-264,213,-264v138,0,207,71,207,231r-6,69r-318,0v0,90,32,134,121,134xm140,-284r231,0v0,-104,-33,-142,-113,-142v-78,0,-117,41,-118,142",w:507},f:{d:"179,-414r0,414r-95,0r0,-414r-60,0r0,-85r60,0r0,-39v0,-144,37,-184,139,-184v33,0,105,9,105,9r-1,78v0,0,-52,-2,-83,-2v-50,0,-65,22,-65,100r0,38r137,0r0,85r-137,0",w:337},g:{d:"267,240v-154,0,-224,-33,-224,-153v0,-54,25,-85,77,-124v-20,-13,-31,-40,-31,-71v0,-21,36,-79,36,-79v-40,-21,-76,-59,-76,-150v0,-125,82,-173,195,-173v48,0,103,13,103,13r148,-3r0,78r-81,0v15,18,26,40,26,85v0,134,-67,171,-199,171v-10,0,-36,-2,-46,-4v0,0,-15,39,-15,52v0,35,9,41,113,41v151,0,201,31,201,148v0,120,-90,169,-227,169xm285,5v-33,0,-102,-5,-102,-5v-34,26,-46,44,-46,78v0,55,31,77,131,77v88,0,130,-23,130,-79v0,-63,-28,-70,-113,-71xm241,-246v74,0,105,-22,105,-91v0,-72,-29,-92,-103,-92v-68,0,-99,24,-99,92v0,62,24,91,97,91",w:524},h:{d:"175,0r-94,0r0,-720r94,0r0,241v0,0,81,-31,144,-31v138,0,171,75,171,249r0,261r-94,0r0,-260v0,-113,-13,-162,-94,-162v-55,0,-127,23,-127,23r0,399",w:563},i:{d:"76,0r0,-499r95,0r0,499r-95,0xm76,-596r0,-105r95,0r0,105r-95,0",w:247},j:{d:"85,-6r0,-493r95,0r0,494v0,128,-36,173,-171,241r-41,-79v96,-55,117,-77,117,-163xm85,-602r0,-104r95,0r0,104r-95,0",w:256},k:{d:"175,0r-94,0r0,-712r94,0r0,410r68,-6r132,-191r107,0r-154,232r158,267r-107,0r-134,-216r-70,6r0,210",w:504},l:{d:"78,0r0,-712r95,0r0,712r-95,0",w:251},m:{d:"175,0r-94,0r0,-499r93,0r0,30v0,0,51,-29,107,-36v19,-3,38,-4,53,-3v47,2,79,16,102,42v36,-14,113,-44,178,-44v136,0,171,69,171,249r0,261r-94,0r0,-227v0,-143,-6,-195,-94,-195v-59,0,-123,29,-125,31v6,15,10,78,10,132r0,259r-94,0r0,-257v0,-122,-12,-165,-94,-165v-55,0,-119,30,-119,30r0,392",w:858},A:{d:"26,0r178,-694r199,0r176,693r-98,0r-45,-155r-270,0r-43,156r-97,0xm278,-604r-91,355r229,0r-89,-355r-49,0",w:605},p:{d:"81,218r0,-717r94,0r0,30v0,0,71,-41,137,-41v128,0,187,71,187,255v0,202,-68,266,-221,266v-44,0,-94,-9,-103,-11r0,218r-94,0xm296,-424v-54,0,-121,33,-121,33r0,308v9,1,58,8,97,8v99,0,130,-49,130,-181v0,-125,-39,-168,-106,-168",w:544},q:{d:"254,11v-153,0,-209,-93,-209,-253v0,-170,56,-268,228,-268v54,0,183,11,183,11r0,718r-94,0r0,-231v0,0,-45,23,-108,23xm273,-425v-101,0,-133,60,-133,182v0,108,31,168,114,168v55,0,108,-26,108,-26r0,-320v0,0,-60,-4,-89,-4",w:537},r:{d:"81,0r0,-499r94,0r0,59v0,0,71,-53,163,-71r0,100v-92,18,-163,61,-163,61r0,350r-94,0",w:358},s:{d:"422,-489r-2,80v0,0,-115,-16,-177,-16v-60,0,-96,15,-96,64v0,38,23,49,114,64v132,21,177,51,177,149v0,117,-75,159,-197,159v-67,0,-181,-21,-181,-21r4,-81v0,0,118,16,169,16v76,0,110,-16,110,-70v0,-42,-21,-52,-110,-66v-125,-21,-181,-46,-181,-148v0,-112,90,-151,185,-151v74,0,185,21,185,21",w:491},u:{d:"384,-499r95,0r0,499r-95,0r0,-29v0,0,-78,40,-140,40v-142,0,-171,-70,-171,-250r0,-260r95,0r0,259v0,122,9,165,93,165v56,0,123,-30,123,-30r0,-394",w:559},w:{d:"22,-499r94,0r88,414r19,0r104,-405r100,0r104,405r19,0r88,-414r94,0r-111,499r-156,0r-89,-363r-89,363r-155,0",w:754},y:{d:"19,-499r94,0r113,408r30,0r114,-408r94,0r-196,716r-94,0r59,-217r-78,0",w:483},z:{d:"54,-415r0,-85r371,0r0,85r-257,330r257,0r0,85r-371,0r0,-85r257,-330r-257,0",w:479},Z:{d:"60,-601r0,-93r450,0r0,108r-329,475r0,18r329,0r0,93r-450,0r0,-107r329,-475r0,-19r-329,0",w:570},"0":{d:"264,-671v158,0,247,85,247,349v0,252,-91,333,-247,333v-155,0,-246,-80,-246,-333v0,-264,90,-349,246,-349xm265,-578v-99,0,-143,55,-143,257v0,191,47,239,143,239v96,0,142,-48,142,-240v0,-200,-42,-256,-142,-256"},"1":{d:"53,-519r211,-141r91,0r0,660r-97,0r0,-548r-160,106"},"2":{d:"479,0r-424,0r0,-89r173,-177v82,-84,136,-139,136,-212v0,-71,-43,-97,-132,-97v-72,0,-165,19,-165,19r-7,-89v0,0,100,-26,193,-26v143,0,211,57,211,181v0,100,-42,157,-136,251r-143,146r294,0r0,93"},"3":{d:"58,-647v0,0,107,-24,195,-24v162,0,218,56,218,175v0,93,-62,127,-91,146v63,26,106,57,106,158v0,135,-65,203,-218,203v-102,0,-220,-24,-220,-24r11,-88v0,0,109,18,197,18v88,-1,130,-35,130,-106v0,-77,-54,-101,-123,-103r-133,0r0,-89r133,0v48,0,108,-44,108,-102v0,-69,-41,-94,-123,-94v-87,0,-180,16,-180,16"},"5":{d:"76,-661r391,0r0,94r-303,0r-17,181v0,0,73,-31,129,-31v137,0,215,56,215,200v0,148,-83,227,-223,227v-102,0,-224,-29,-224,-29r11,-88v0,0,123,24,210,24v75,0,126,-47,126,-129v0,-84,-51,-114,-124,-114v-72,0,-135,31,-135,31r-77,-16"},"7":{d:"53,-567r0,-94r414,0r0,121r-250,554r-91,-27r241,-531r0,-23r-314,0"},"8":{d:"268,-671v142,0,241,58,241,174v0,83,-28,116,-98,154v65,36,108,73,108,164v0,143,-113,190,-251,190v-135,0,-248,-42,-248,-179v0,-99,41,-136,104,-175v-65,-39,-93,-77,-93,-155v0,-114,93,-173,237,-173xm268,-82v88,0,147,-30,147,-109v0,-62,-41,-87,-98,-105r-100,0v-59,18,-92,49,-92,108v0,75,58,106,143,106xm269,-578v-84,0,-134,24,-134,94v0,52,28,80,82,102r100,0v56,-22,87,-50,87,-102v0,-69,-49,-94,-135,-94"},E:{d:"83,0r0,-694r427,0r0,93r-331,0r0,208r271,0r0,91r-271,0r0,209r331,0r0,93r-427,0",w:561},F:{d:"83,0r0,-694r427,0r0,93r-331,0r0,246r271,0r0,92r-271,0r0,263r-96,0",w:548},G:{d:"354,-271r0,-87r193,0r0,345v0,0,-142,24,-227,24v-212,0,-272,-130,-272,-358v0,-236,63,-358,269,-358v105,0,230,28,230,28r-4,85v0,0,-122,-18,-213,-18v-146,0,-182,76,-182,263v0,184,31,264,179,264v53,0,121,-11,124,-11r0,-177r-97,0",w:604},H:{d:"499,0r0,-305r-319,0r0,305r-97,0r0,-694r97,0r0,296r319,0r0,-296r98,0r0,694r-98,0",w:680},K:{d:"449,0r-161,-294r-108,6r0,288r-97,0r0,-694r97,0r0,312r106,-6r155,-306r113,0r-181,347r190,347r-114,0",w:595},Q:{d:"484,149r-89,-145v-21,4,-44,7,-71,7v-214,0,-276,-122,-276,-354v0,-230,62,-362,276,-362v214,0,277,131,277,362v0,158,-28,262,-110,314r83,136xm324,-83v145,0,176,-82,176,-260v0,-172,-33,-268,-176,-268v-143,0,-176,95,-176,268v0,174,32,260,176,260",w:649},R:{d:"466,0r-111,-250r-175,0r0,250r-97,0r0,-694r259,0v153,0,227,64,227,217v0,106,-38,169,-118,201r122,276r-107,0xm469,-475v0,-86,-41,-127,-127,-127r-162,0r0,260r163,0v94,0,126,-53,126,-133",w:620},S:{d:"479,-683r-8,88v0,0,-140,-17,-198,-17v-90,0,-136,30,-136,97v0,74,41,90,159,119v141,37,197,74,197,196v0,147,-90,210,-230,210v-75,0,-211,-23,-211,-23r10,-88v0,0,129,17,200,17v90,0,134,-31,134,-113v0,-66,-35,-87,-143,-112v-147,-34,-214,-75,-214,-204v0,-131,90,-193,234,-193v77,0,206,23,206,23",w:532},T:{d:"-6,-601r0,-93r500,0r0,93r-200,0r0,601r-98,0r0,-601r-202,0",w:488},V:{d:"472,-694r101,0r-173,694r-200,0r-174,-694r101,0r148,601r50,0",w:599},N:{d:"83,0r0,-694r164,0r248,576r20,0r0,-576r97,0r0,694r-160,0r-252,-576r-20,0r0,576r-97,0",w:695},"\u2013":{d:"0,-315r500,0r0,86r-500,0r0,-86",w:500},"\u00af":{d:"-23,-630r0,-82r303,0r0,82r-303,0",w:247},"$":{d:"474,-669r-7,86v0,0,-71,-9,-132,-14r-27,213v128,35,180,72,180,188v0,144,-88,206,-225,206r-5,0r-15,116v0,0,-59,-3,-59,-7r14,-113v-68,-6,-142,-19,-142,-19r10,-86v0,0,77,11,144,15r28,-222v-134,-33,-195,-74,-195,-197v0,-128,88,-189,230,-189r15,0r14,-104r59,0r-14,109v63,6,127,18,127,18xm139,-505v0,63,29,83,111,106r26,-201r-3,0v-89,0,-134,30,-134,95xm393,-193v0,-55,-25,-78,-97,-99r-26,210v82,-2,123,-33,123,-111"},"!":{d:"220,0r0,-132r102,0r0,132r-102,0xm223,-241r-3,-459r102,0r-3,459r-96,0"},a:{d:"441,-345r0,226v1,34,19,44,49,48r-3,81v-70,0,-99,-11,-127,-36v0,0,-87,37,-174,37v-90,0,-140,-58,-140,-157v0,-102,54,-141,160,-150r140,-12r0,-36v0,-51,-27,-76,-74,-76v-74,0,-192,12,-192,12r-4,-82v0,0,125,-20,201,-20v107,0,164,47,164,165xm346,-234r-129,10v-52,4,-75,29,-75,76v0,50,22,77,61,77v64,0,143,-25,143,-25r0,-138",w:524},o:{d:"265,-510v158,0,218,91,218,256v0,168,-48,265,-218,265v-171,0,-220,-93,-220,-265v0,-167,56,-256,220,-256xm265,-75v103,0,122,-60,122,-179v0,-119,-33,-171,-122,-171v-96,0,-124,48,-124,171v0,124,21,179,124,179",w:528},J:{d:"229,-694v0,212,1,369,1,583v0,159,-60,182,-198,182r0,-90v75,0,100,-10,100,-100r0,-575r97,0",w:310},t:{d:"331,-414r-147,0r0,218v0,90,5,118,62,118v28,0,85,-5,85,-5r5,82v0,0,-67,12,-102,12v-109,0,-144,-41,-144,-185r0,-240r-67,0r0,-85r67,0r0,-150r94,0r0,150r147,0r0,85",w:359},n:{d:"175,0r-94,0r0,-499r94,0r0,29v0,0,82,-40,144,-40v139,0,172,75,172,249r0,261r-95,0r0,-260v0,-113,-13,-162,-93,-162v-56,0,-128,30,-128,30r0,392",w:566},"#":{d:"523,-175r-106,0r0,175r-84,0r0,-175r-138,0r0,175r-84,0r0,-175r-105,0r0,-80r105,0r0,-154r-105,0r0,-80r105,0r0,-175r84,0r0,175r138,0r0,-175r84,0r0,175r106,0r0,80r-106,0r0,154r106,0r0,80xm333,-255r0,-154r-138,0r0,154r138,0"},W:{d:"32,-694r101,0r120,595r24,0r125,-591r110,0r126,591r24,0r118,-595r101,0r-150,694r-161,0r-114,-549r-110,549r-162,0",w:913},"@":{d:"937,-305r0,17v0,247,-68,298,-181,298v-58,0,-96,-10,-121,-51v-37,19,-108,50,-167,50v-98,0,-180,-44,-180,-251v0,-166,41,-267,199,-267v40,0,109,24,109,24r0,-15r94,0r0,200v0,206,13,220,66,220v55,0,85,-21,85,-208r0,-18v0,-234,-97,-328,-337,-328v-241,0,-360,114,-360,373v0,278,104,375,360,375v40,0,143,-10,143,-10r4,91v0,0,-99,10,-147,10v-296,0,-456,-105,-456,-466v0,-326,172,-464,456,-464v299,0,433,142,433,420xm475,-83v45,0,97,-19,129,-33v-6,-36,-8,-84,-8,-148r0,-139v0,0,-56,-17,-91,-17v-100,0,-121,51,-121,179v0,133,43,158,91,158",w:985},"`":{d:"24,-758r231,94r-28,74r-234,-84",w:247},"\u00b4":{d:"15,-665r231,-93r33,88r-234,84",w:268},"\u00a8":{d:"-18,-619r0,-104r91,0r0,104r-91,0xm188,-619r0,-104r90,0r0,104r-90,0",w:247},"\u00ff":{d:"19,-499r94,0r113,408r30,0r114,-408r94,0r-196,716r-94,0r59,-217r-78,0xm95,-619r0,-104r91,0r0,104r-91,0xm301,-619r0,-104r90,0r0,104r-90,0",w:483},"\u00fd":{d:"12,-499r94,0r113,408r30,0r114,-408r94,0r-196,716r-94,0r59,-217r-78,0xm125,-665r231,-93r33,88r-234,84",w:480},M:{d:"83,0r0,-694r163,0r179,556r180,-556r161,0r0,694r-97,0r0,-576r-15,0r-178,550r-103,0r-178,-550r-15,0r0,576r-97,0",w:849},U:{d:"169,-216v0,99,59,130,149,130v93,0,152,-32,152,-130r0,-478r98,0r0,478v0,162,-88,225,-250,225v-158,0,-246,-63,-246,-225r0,-478r97,0r0,478",w:640},X:{d:"134,-694r157,275r156,-275r109,0r-199,350r199,344r-109,0r-156,-271r-157,271r-109,0r202,-344r-202,-350r109,0",w:581},Y:{d:"329,-297r0,297r-97,0r0,-297r-216,-397r108,0r156,288r154,-288r109,0",w:559},"\u00b0":{d:"100,-564v0,-86,58,-144,144,-144v86,0,144,58,144,144v0,86,-58,143,-144,143v-86,0,-144,-57,-144,-143xm158,-564v0,52,34,87,86,87v52,0,88,-35,88,-87v0,-52,-36,-88,-88,-88v-52,0,-86,36,-86,88"},"\u00a7":{d:"446,-627r-4,77v0,0,-110,-14,-158,-14v-83,0,-114,24,-114,83v0,55,42,67,141,88v110,23,157,48,157,146v0,53,-28,111,-45,135v24,20,37,45,37,102v0,120,-64,173,-199,173v-66,0,-179,-19,-179,-19r9,-77v0,0,109,14,164,14v76,0,114,-26,114,-84v0,-57,-39,-65,-143,-87v-112,-23,-164,-53,-164,-151v0,-56,41,-113,60,-128v-29,-22,-44,-52,-44,-111v0,-114,73,-167,200,-167v68,0,168,20,168,20xm269,-316v-31,-7,-62,-12,-84,-21v-5,7,-28,47,-28,80v0,54,27,69,95,82v40,9,73,18,98,28v6,-8,23,-50,23,-87v0,-53,-31,-67,-104,-82"},"\u00a9":{d:"9,-433v0,-150,109,-268,256,-268v152,0,256,123,256,267v0,148,-104,266,-257,266v-145,0,-255,-118,-255,-265xm60,-434v0,118,86,214,204,214v120,0,207,-95,207,-214v0,-118,-88,-216,-206,-216v-118,0,-205,98,-205,216xm341,-362r0,74v0,0,-32,8,-74,8v-91,0,-123,-51,-123,-157v0,-97,32,-151,123,-151v44,0,75,6,75,6r-1,77v0,0,-33,-7,-74,-7v-40,0,-48,33,-48,75v0,45,11,81,48,81v40,0,74,-6,74,-6"},"\u2122":{d:"7,-575r0,-60r200,0r0,60r-58,0r0,243r-66,0r0,-243r-76,0xm236,-331r0,-304r82,0r58,192r62,-192r81,0r0,304r-62,0r0,-208r-56,191r-47,0r-56,-191r0,208r-62,0"},"\u00ae":{d:"-2,-434v0,-151,103,-277,267,-277v163,0,271,125,271,277v0,150,-108,277,-271,277v-164,0,-267,-126,-267,-277xm48,-434v0,124,94,228,217,228v122,0,218,-103,218,-228v0,-127,-96,-228,-218,-228v-124,0,-217,101,-217,228xm312,-276r-45,-113r-47,0r0,113r-71,0r0,-315r112,0v79,0,121,25,121,97v0,50,-12,77,-47,96r53,122r-76,0xm219,-535r0,91r49,0v31,0,45,-13,45,-46v0,-32,-17,-45,-53,-45r-41,0"},"\u00e1":{d:"430,-345r0,226v1,34,19,44,49,48r-3,81v-70,0,-99,-11,-127,-36v0,0,-87,37,-174,37v-90,0,-140,-58,-140,-157v0,-102,54,-141,160,-150r140,-12r0,-36v0,-51,-27,-76,-74,-76v-74,0,-192,12,-192,12r-4,-82v0,0,125,-20,201,-20v107,0,164,47,164,165xm335,-234r-129,10v-52,4,-75,29,-75,76v0,50,22,77,61,77v64,0,143,-25,143,-25r0,-138xm108,-665r231,-93r33,88r-234,84",w:529},"\u00e0":{d:"430,-345r0,226v1,34,19,44,49,48r-3,81v-70,0,-99,-11,-127,-36v0,0,-87,37,-174,37v-90,0,-140,-58,-140,-157v0,-102,54,-141,160,-150r140,-12r0,-36v0,-51,-27,-76,-74,-76v-74,0,-192,12,-192,12r-4,-82v0,0,125,-20,201,-20v107,0,164,47,164,165xm335,-234r-129,10v-52,4,-75,29,-75,76v0,50,22,77,61,77v64,0,143,-25,143,-25r0,-138xm136,-758r231,94r-28,74r-234,-84",w:529},"\u00e2":{d:"430,-345r0,226v1,34,19,44,49,48r-3,81v-70,0,-99,-11,-127,-36v0,0,-87,37,-174,37v-90,0,-140,-58,-140,-157v0,-102,54,-141,160,-150r140,-12r0,-36v0,-51,-27,-76,-74,-76v-74,0,-192,12,-192,12r-4,-82v0,0,125,-20,201,-20v107,0,164,47,164,165xm335,-234r-129,10v-52,4,-75,29,-75,76v0,50,22,77,61,77v64,0,143,-25,143,-25r0,-138xm78,-588r127,-156r76,0r128,156r-103,0r-62,-77r-63,77r-103,0",w:529},"\u00e4":{d:"429,-345r0,226v2,34,19,44,50,48r-4,81v-69,0,-98,-11,-126,-36v0,0,-88,37,-174,37v-91,0,-140,-58,-140,-157v0,-102,54,-141,159,-150r141,-12r0,-36v0,-51,-28,-76,-74,-76v-74,0,-192,12,-192,12r-4,-82v0,0,125,-20,200,-20v108,0,164,47,164,165xm335,-234r-129,10v-52,4,-76,29,-76,76v0,50,22,77,61,77v65,0,144,-25,144,-25r0,-138xm102,-619r0,-104r91,0r0,104r-91,0xm308,-619r0,-104r90,0r0,104r-90,0",w:529},"\u00e3":{d:"429,-345r0,226v2,34,19,44,50,48r-4,81v-69,0,-98,-11,-126,-36v0,0,-88,37,-174,37v-91,0,-140,-58,-140,-157v0,-102,54,-141,159,-150r141,-12r0,-36v0,-51,-28,-76,-74,-76v-74,0,-192,12,-192,12r-4,-82v0,0,125,-20,200,-20v108,0,164,47,164,165xm335,-234r-129,10v-52,4,-76,29,-76,76v0,50,22,77,61,77v65,0,144,-25,144,-25r0,-138xm388,-731r21,73v0,0,-49,55,-94,55v-47,0,-115,-48,-148,-48v-25,0,-76,42,-76,42r-21,-72v0,0,52,-57,97,-57v52,0,117,47,147,47v22,0,74,-40,74,-40",w:529},"\u00e5":{d:"430,-345r0,226v1,34,19,44,49,48r-3,81v-70,0,-99,-11,-127,-36v0,0,-87,37,-174,37v-90,0,-140,-58,-140,-157v0,-102,54,-141,160,-150r140,-12r0,-36v0,-51,-27,-76,-74,-76v-74,0,-192,12,-192,12r-4,-82v0,0,125,-20,201,-20v107,0,164,47,164,165xm335,-234r-129,10v-52,4,-75,29,-75,76v0,50,22,77,61,77v64,0,143,-25,143,-25r0,-138xm148,-643v0,-60,47,-108,109,-108v60,0,108,48,108,108v0,62,-48,108,-108,108v-62,0,-109,-46,-109,-108xm214,-643v0,25,19,44,44,44v23,0,42,-19,42,-44v0,-24,-19,-43,-42,-43v-25,0,-44,19,-44,43",w:529},"\u00e9":{d:"261,-76v77,0,184,-9,184,-9r2,75v0,0,-114,21,-199,21v-150,-1,-204,-84,-204,-257v0,-186,80,-264,213,-264v138,0,207,71,207,231r-6,69r-318,0v0,90,32,134,121,134xm139,-284r231,0v0,-104,-33,-142,-113,-142v-78,0,-117,41,-118,142xm136,-665r231,-93r33,88r-234,84",w:501},"\u00e8":{d:"261,-76v77,0,184,-9,184,-9r2,75v0,0,-114,21,-199,21v-150,-1,-204,-84,-204,-257v0,-186,80,-264,213,-264v138,0,207,71,207,231r-6,69r-318,0v0,90,32,134,121,134xm139,-284r231,0v0,-104,-33,-142,-113,-142v-78,0,-117,41,-118,142xm131,-746r231,94r-28,74r-234,-84",w:501},"\u00ea":{d:"261,-76v77,0,184,-9,184,-9r2,75v0,0,-114,21,-199,21v-150,-1,-204,-84,-204,-257v0,-186,80,-264,213,-264v138,0,207,71,207,231r-6,69r-318,0v0,90,32,134,121,134xm139,-284r231,0v0,-104,-33,-142,-113,-142v-78,0,-117,41,-118,142xm98,-588r127,-156r76,0r128,156r-103,0r-62,-77r-63,77r-103,0",w:501},"\u00eb":{d:"261,-76v77,0,184,-9,184,-9r2,75v0,0,-114,21,-199,21v-150,-1,-204,-84,-204,-257v0,-186,80,-264,213,-264v138,0,207,71,207,231r-6,69r-318,0v0,90,31,134,121,134xm139,-284r231,0v0,-104,-33,-142,-113,-142v-78,0,-117,41,-118,142xm108,-619r0,-104r90,0r0,104r-90,0xm313,-619r0,-104r91,0r0,104r-91,0",w:501},"\u00ef":{d:"-20,-619r0,-104r91,0r0,104r-91,0xm186,-619r0,-104r91,0r0,104r-91,0xm85,0r0,-499r95,0r0,499r-95,0",w:261},"\u00f1":{d:"181,0r-94,0r0,-499r94,0r0,29v0,0,82,-40,144,-40v139,0,172,75,172,249r0,261r-95,0r0,-260v0,-113,-13,-162,-93,-162v-56,0,-128,30,-128,30r0,392xm441,-731r21,73v0,0,-49,55,-94,55v-47,0,-115,-48,-148,-48v-25,0,-76,42,-76,42r-21,-72v0,0,52,-57,97,-57v52,0,117,47,147,47v22,0,74,-40,74,-40",w:574},"\u00f3":{d:"265,-510v158,0,218,91,218,256v0,168,-48,265,-218,265v-171,0,-220,-93,-220,-265v0,-167,56,-256,220,-256xm265,-75v103,0,122,-60,122,-179v0,-119,-33,-171,-122,-171v-96,0,-124,48,-124,171v0,124,21,179,124,179xm128,-665r231,-93r33,88r-234,84",w:528},"\u00f2":{d:"265,-510v158,0,218,91,218,256v0,168,-48,265,-218,265v-171,0,-220,-93,-220,-265v0,-167,56,-256,220,-256xm265,-75v103,0,122,-60,122,-179v0,-119,-33,-171,-122,-171v-96,0,-124,48,-124,171v0,124,21,179,124,179xm164,-758r231,94r-28,74r-234,-84",w:528},"\u00f4":{d:"265,-510v158,0,218,91,218,256v0,168,-48,265,-218,265v-171,0,-220,-93,-220,-265v0,-167,56,-256,220,-256xm265,-75v103,0,122,-60,122,-179v0,-119,-33,-171,-122,-171v-96,0,-124,48,-124,171v0,124,21,179,124,179xm95,-588r127,-156r76,0r128,156r-103,0r-62,-77r-63,77r-103,0",w:528},"\u00f6":{d:"265,-510v158,0,218,91,218,256v0,168,-48,265,-218,265v-171,0,-220,-93,-220,-265v0,-167,56,-256,220,-256xm265,-75v103,0,122,-60,122,-179v0,-119,-33,-171,-122,-171v-96,0,-124,48,-124,171v0,124,21,179,124,179xm114,-619r0,-104r90,0r0,104r-90,0xm319,-619r0,-104r91,0r0,104r-91,0",w:528},"\u00f5":{d:"265,-510v158,0,218,91,218,256v0,168,-48,265,-218,265v-171,0,-220,-93,-220,-265v0,-167,56,-256,220,-256xm265,-75v103,0,122,-60,122,-179v0,-119,-33,-171,-122,-171v-96,0,-124,48,-124,171v0,124,21,179,124,179xm410,-731r21,73v0,0,-49,55,-94,55v-47,0,-115,-48,-148,-48v-25,0,-76,42,-76,42r-21,-72v0,0,52,-57,97,-57v52,0,117,47,147,47v23,0,74,-40,74,-40",w:528},"\u00fa":{d:"384,-499r95,0r0,499r-95,0r0,-29v0,0,-78,40,-140,40v-142,0,-171,-70,-171,-250r0,-260r95,0r0,259v0,122,9,165,93,165v56,0,123,-30,123,-30r0,-394xm142,-665r231,-93r33,88r-234,84",w:559},"\u00f9":{d:"146,-757r230,93r-34,84r-231,-89xm384,-499r95,0r0,499r-95,0r0,-29v0,0,-78,40,-140,40v-142,0,-171,-70,-171,-250r0,-260r95,0r0,259v0,122,9,165,93,165v56,0,123,-30,123,-30r0,-394",w:559},"\u00fb":{d:"384,-499r95,0r0,499r-95,0r0,-29v0,0,-78,40,-140,40v-142,0,-171,-70,-171,-250r0,-260r95,0r0,259v0,122,9,165,93,165v56,0,123,-30,123,-30r0,-394xm96,-588r127,-156r76,0r128,156r-103,0r-62,-77r-63,77r-103,0",w:559},"\u00fc":{d:"384,-499r95,0r0,499r-95,0r0,-29v0,0,-78,40,-140,40v-142,0,-171,-70,-171,-250r0,-260r95,0r0,259v0,122,9,165,93,165v56,0,123,-30,123,-30r0,-394xm134,-619r0,-104r91,0r0,104r-91,0xm340,-619r0,-104r90,0r0,104r-90,0",w:559},"\u00d7":{d:"239,-528r182,188r183,-188r63,62r-184,187r185,189r-63,61r-184,-187r-183,187r-62,-61r184,-189r-184,-187",w:651},"\u00ed":{d:"22,-665r231,-93r33,88r-234,84xm85,0r0,-499r95,0r0,499r-95,0",w:261},"\u00ec":{d:"85,0r0,-499r95,0r0,499r-95,0xm25,-758r231,94r-28,74r-234,-84",w:261},"\u00ee":{d:"85,0r0,-499r95,0r0,499r-95,0xm-37,-588r127,-156r76,0r128,156r-103,0r-62,-77r-63,77r-103,0",w:265},"\u00c3":{d:"28,0r178,-694r200,0r175,693r-97,0r-46,-155r-270,0r-42,156r-98,0xm280,-604r-91,355r230,0r-90,-355r-49,0xm446,-931r21,73v0,0,-49,55,-93,55v-48,0,-116,-48,-149,-48v-25,0,-76,42,-76,42r-21,-72v0,0,52,-57,97,-57v53,0,117,47,147,47v23,0,74,-40,74,-40",w:604},"\u00c0":{d:"28,0r178,-694r199,0r176,693r-98,0r-45,-155r-270,0r-43,156r-97,0xm280,-604r-91,355r229,0r-89,-355r-49,0xm188,-942r231,94r-30,78r-233,-83",w:604},"\u00d5":{d:"328,-83v144,0,176,-82,176,-260v0,-172,-34,-268,-176,-268v-143,0,-176,95,-176,268v0,174,32,260,176,260xm328,11v-215,0,-276,-122,-276,-354v0,-230,62,-362,276,-362v214,0,276,131,276,362v0,236,-62,354,-276,354xm471,-931r21,73v0,0,-49,55,-94,55v-47,0,-115,-48,-148,-48v-25,0,-76,42,-76,42r-21,-72v0,0,52,-57,97,-57v52,0,117,47,147,47v22,0,74,-40,74,-40",w:656},"\u00c2":{d:"28,0r178,-694r199,0r176,693r-98,0r-45,-155r-270,0r-43,156r-97,0xm280,-604r-91,355r229,0r-89,-355r-49,0xm137,-788r127,-156r76,0r128,156r-103,0r-62,-77r-63,77r-103,0",w:604},"\u00ca":{d:"86,0r0,-694r427,0r0,93r-331,0r0,208r271,0r0,91r-271,0r0,209r331,0r0,93r-427,0xm143,-788r127,-156r76,0r128,156r-103,0r-62,-77r-63,77r-103,0",w:572},"\u00c1":{d:"28,0r178,-694r199,0r176,693r-98,0r-45,-155r-270,0r-43,156r-97,0xm280,-604r-91,355r229,0r-89,-355r-49,0xm173,-865r231,-93r33,88r-234,84",w:604},"\u00cb":{d:"86,0r0,-694r427,0r0,93r-331,0r0,208r271,0r0,91r-271,0r0,209r331,0r0,93r-427,0xm159,-819r0,-104r91,0r0,104r-91,0xm365,-819r0,-104r90,0r0,104r-90,0",w:572},"\u00c8":{d:"83,0r0,-694r427,0r0,93r-331,0r0,208r271,0r0,91r-271,0r0,209r331,0r0,93r-427,0xm194,-942r231,94r-30,78r-233,-83",w:561},"\u00d4":{d:"328,-83v145,0,176,-82,176,-260v0,-172,-33,-268,-176,-268v-143,0,-176,95,-176,268v0,174,32,260,176,260xm328,11v-214,0,-276,-122,-276,-354v0,-230,62,-362,276,-362v214,0,277,131,277,362v0,236,-62,354,-277,354xm161,-788r127,-156r76,0r128,156r-103,0r-62,-77r-63,77r-103,0",w:656},"\u00d3":{d:"328,-83v145,0,176,-82,176,-260v0,-172,-33,-268,-176,-268v-143,0,-176,95,-176,268v0,174,32,260,176,260xm328,11v-214,0,-276,-122,-276,-354v0,-230,62,-362,276,-362v214,0,277,131,277,362v0,236,-62,354,-277,354xm187,-865r231,-93r33,88r-234,84",w:656},"\u00cc":{d:"80,0r0,-694r97,0r0,694r-97,0xm4,-942r231,94r-30,78r-233,-83",w:257},"\u00cf":{d:"80,0r0,-694r97,0r0,694r-97,0xm-21,-812r0,-104r90,0r0,104r-90,0xm190,-812r0,-104r91,0r0,104r-91,0",w:257},"\u00ce":{d:"80,0r0,-694r97,0r0,694r-97,0xm-46,-795r132,-139r86,0r132,139r-108,0r-66,-64r-66,64r-110,0",w:257},"\u00cd":{d:"80,0r0,-694r97,0r0,694r-97,0xm5,-855r231,-93r33,88r-234,84",w:257},"\u00d2":{d:"328,-83v145,0,176,-82,176,-260v0,-172,-33,-268,-176,-268v-143,0,-176,95,-176,268v0,174,32,260,176,260xm328,11v-214,0,-276,-122,-276,-354v0,-230,62,-362,276,-362v214,0,277,131,277,362v0,236,-62,354,-277,354xm218,-942r231,94r-30,78r-233,-83",w:656},"\u00da":{d:"172,-216v0,99,59,130,149,130v93,0,152,-32,152,-130r0,-478r98,0r0,478v0,162,-88,225,-250,225v-158,0,-246,-63,-246,-225r0,-478r97,0r0,478xm183,-865r231,-93r33,88r-234,84",w:642},"\u00db":{d:"172,-216v0,99,59,130,149,130v93,0,152,-32,152,-130r0,-478r98,0r0,478v0,162,-88,225,-250,225v-158,0,-246,-63,-246,-225r0,-478r97,0r0,478xm157,-788r127,-156r76,0r128,156r-103,0r-62,-77r-63,77r-103,0",w:642},"\u00d9":{d:"169,-216v0,99,59,130,149,130v93,0,152,-32,152,-130r0,-478r98,0r0,478v0,162,-88,225,-250,225v-158,0,-246,-63,-246,-225r0,-478r97,0r0,478xm121,-942r231,94r-30,78r-233,-83",w:640},"\u00b8":{d:"564,127v0,68,-39,98,-99,98v-43,0,-88,-8,-88,-8r3,-58v0,0,36,2,60,2v28,0,42,-10,42,-34v0,-23,-14,-30,-42,-30r-36,0r0,-98r45,0r0,46v75,1,115,15,115,82",w:833},"\u00df":{d:"175,0r-94,0r0,-538v0,-137,67,-184,207,-184v147,0,206,41,206,147v0,70,-28,105,-82,128v-51,22,-63,29,-63,47v0,18,7,27,90,69v91,48,128,71,128,136v0,153,-55,204,-238,204v-36,0,-102,-16,-102,-16r4,-76v0,0,81,4,98,4v113,0,140,-31,140,-104v0,-21,-17,-38,-103,-79v-92,-45,-115,-73,-115,-129v0,-55,27,-81,81,-104v56,-24,64,-44,64,-74v0,-51,-32,-66,-108,-66v-72,0,-113,21,-113,104r0,531",w:612},"\u00dc":{d:"172,-216v0,99,59,130,149,130v93,0,152,-32,152,-130r0,-478r98,0r0,478v0,162,-88,225,-250,225v-158,0,-246,-63,-246,-225r0,-478r97,0r0,478xm196,-819r0,-104r91,0r0,104r-91,0xm402,-819r0,-104r90,0r0,104r-90,0",w:642},"\u00d6":{d:"328,-83v144,0,176,-82,176,-260v0,-172,-34,-268,-176,-268v-143,0,-176,95,-176,268v0,174,32,260,176,260xm328,11v-215,0,-276,-122,-276,-354v0,-230,62,-362,276,-362v214,0,276,131,276,362v0,236,-62,354,-276,354xm176,-819r0,-104r91,0r0,104r-91,0xm381,-819r0,-104r91,0r0,104r-91,0",w:656},"\u00d1":{d:"77,0r0,-694r164,0r248,576r19,0r0,-576r98,0r0,694r-160,0r-253,-576r-19,0r0,576r-97,0xm485,-931r21,73v0,0,-49,55,-94,55v-47,0,-115,-48,-148,-48v-25,0,-76,42,-76,42r-21,-72v0,0,52,-57,97,-57v52,0,117,47,147,47v22,0,74,-40,74,-40",w:687},"\u00c9":{d:"86,0r0,-694r427,0r0,93r-331,0r0,208r271,0r0,91r-271,0r0,209r331,0r0,93r-427,0xm177,-865r231,-93r33,88r-234,84",w:572},"\u00c7":{d:"427,127v0,68,-39,98,-99,98v-43,0,-88,-8,-88,-8r3,-58v0,0,36,2,60,2v28,0,42,-10,42,-34v0,-23,-14,-30,-42,-30r-36,0r0,-88v-179,-13,-220,-136,-220,-355v0,-243,55,-359,256,-359v89,0,193,25,193,25r-3,87v0,0,-113,-17,-178,-17v-138,0,-167,76,-167,264v0,183,25,262,169,262v59,0,176,-17,176,-17r3,88v0,0,-106,22,-184,24r0,34v75,1,115,15,115,82",w:537},"\u00c5":{d:"434,-736v0,27,-8,50,-23,68r170,667r-98,0r-45,-155r-270,0r-43,156r-97,0r171,-668v-14,-18,-22,-41,-22,-68v0,-72,56,-113,128,-113v72,0,129,41,129,113xm280,-604r-91,355r229,0r-89,-355r-49,0xm252,-736v0,23,13,37,35,42r37,0v22,-5,35,-19,35,-42v0,-28,-20,-45,-54,-45v-33,0,-53,17,-53,45",w:604},"\u00c4":{d:"28,0r178,-694r200,0r175,693r-97,0r-46,-155r-270,0r-42,156r-98,0xm280,-604r-91,355r230,0r-90,-355r-49,0xm174,-819r0,-104r91,0r0,104r-91,0xm380,-819r0,-104r91,0r0,104r-91,0",w:604},"\u00e7":{d:"379,127v0,68,-39,98,-99,98v-43,0,-88,-8,-88,-8r3,-58v0,0,36,2,60,2v28,0,42,-10,42,-34v0,-23,-14,-30,-42,-30r-36,0r0,-88v-131,-10,-174,-87,-174,-266v0,-181,60,-253,209,-253v50,0,144,16,144,16r-4,82v0,0,-79,-9,-117,-9v-109,0,-136,43,-136,164v0,133,22,178,137,178v38,0,117,-8,117,-8r3,82v0,0,-83,14,-134,16r0,34v75,1,115,15,115,82",w:436},"\u00f0":{d:"155,-503r-41,-56r70,-51v-30,-9,-63,-17,-100,-25r16,-81v64,10,120,24,169,42r98,-72r40,56r-66,49v104,59,159,151,159,291v0,253,-69,359,-239,359v-145,0,-227,-82,-227,-235v0,-126,84,-207,212,-207v73,0,153,32,153,32v-6,-78,-41,-136,-138,-181xm252,-349v-74,0,-117,55,-117,123v0,91,40,147,126,147v95,0,137,-64,138,-238v0,0,-75,-32,-147,-32"},"\u00d0":{d:"20,-297r0,-93r63,0r0,-304r240,0v213,0,267,128,267,335v0,211,-50,359,-267,359r-240,0r0,-297r-63,0xm490,-359v0,-144,-26,-243,-167,-243r-144,0r0,212r145,0r0,93r-145,0r0,205r144,0v141,0,167,-122,167,-267",w:637},"\u00dd":{d:"320,-297r0,297r-97,0r0,-297r-216,-397r108,0r156,288r154,-288r109,0xm120,-865r231,-93r33,88r-234,84",w:540},"\u00de":{d:"306,-207v90,0,130,-58,130,-152v0,-92,-40,-135,-130,-135r-154,0r0,287r154,0xm306,-113r-154,0r0,113r-98,0r0,-694r98,0r0,108r154,0v154,0,230,73,230,227v0,154,-76,246,-230,246",w:564},"\u00fe":{d:"276,-75v122,0,145,-54,145,-182v0,-120,-28,-166,-104,-166v-55,0,-122,21,-122,21r0,322v0,0,58,5,81,5xm328,-510v136,0,189,69,189,253v0,203,-60,268,-240,268v-25,0,-56,-3,-82,-4r0,211r-95,0r0,-930r95,0r0,232v0,0,71,-30,133,-30",w:538},"\u00f8":{d:"265,-510v24,0,47,2,67,7r42,-103r60,22r-42,104v64,39,91,116,91,226v0,168,-48,265,-218,265v-27,0,-51,-3,-72,-7r-43,106r-60,-22r44,-106v-67,-40,-89,-120,-89,-236v0,-167,56,-256,220,-256xm265,-75v103,0,122,-60,122,-179v0,-65,-10,-110,-34,-138r-128,314v12,2,25,3,40,3xm265,-425v-96,0,-124,48,-124,171v0,72,7,120,33,149r126,-316v-10,-3,-22,-4,-35,-4",w:528},"\u00a6":{d:"210,-750r97,0r0,396r-97,0r0,-396xm210,-232r97,0r0,394r-97,0r0,-394"},"\u00b1":{d:"32,-312r0,-87r190,0r0,-126r88,0r0,126r194,0r0,87r-194,0r0,124r-88,0r0,-124r-190,0xm32,-137r472,0r0,87r-472,0r0,-87"},"\u00aa":{d:"346,-571r0,134v5,16,16,21,37,23r-2,28v-25,-1,-38,-7,-54,-22v0,0,-63,22,-119,22v-41,0,-70,-31,-70,-80v0,-48,24,-72,75,-76r102,-7r0,-23v0,-44,-16,-55,-52,-55v-34,0,-104,7,-104,7r-2,-31v0,0,69,-8,106,-8v57,0,83,25,83,88xm315,-520r-97,6v-34,3,-47,17,-47,50v0,32,15,46,40,46v45,0,104,-17,104,-17r0,-85",w:518},"\u00ba":{d:"259,-659v76,0,113,41,113,135v0,94,-37,138,-113,138v-76,0,-115,-44,-115,-138v0,-94,39,-135,115,-135xm259,-418v57,0,79,-30,79,-106v0,-76,-22,-103,-79,-103v-57,0,-81,27,-81,103v0,76,24,106,81,106",w:526},I:{d:"80,0r0,-694r97,0r0,694r-97,0",w:257},O:{d:"324,-83v145,0,176,-82,176,-260v0,-172,-33,-268,-176,-268v-143,0,-176,95,-176,268v0,174,32,260,176,260xm324,11v-214,0,-276,-122,-276,-354v0,-230,62,-362,276,-362v214,0,277,131,277,362v0,236,-62,354,-277,354",w:649},"\u201c":{d:"303,-727r-46,228r-144,0r54,-228r136,0",w:430},"~":{d:"460,-381r8,90v0,0,-50,53,-110,53v-56,0,-141,-48,-184,-48v-43,0,-103,45,-103,45r-9,-90v0,0,55,-53,117,-53v56,0,136,48,183,48v38,0,98,-45,98,-45"},"\u2014":{d:"0,-315r1000,0r0,86r-1000,0r0,-86",w:1000},L:{d:"466,0r-383,0r0,-694r97,0r0,601r286,0r0,93",w:504},B:{d:"83,-694r255,0v129,0,208,51,208,173v0,94,-28,136,-84,165v62,23,103,63,103,161v0,142,-85,195,-217,195r-265,0r0,-694xm341,-306r-162,0r0,216r165,0v75,0,121,-28,121,-112v0,-90,-71,-104,-124,-104xm334,-604r-155,0r0,210r160,0v76,0,108,-39,108,-112v0,-70,-37,-98,-113,-98",w:614},D:{d:"323,0r-240,0r0,-694r240,0v213,0,267,128,267,335v0,211,-50,359,-267,359xm490,-359v0,-144,-26,-243,-167,-243r-144,0r0,510r144,0v141,0,167,-122,167,-267",w:637},P:{d:"335,-221r-155,0r0,221r-97,0r0,-694r252,0v154,0,228,75,228,229v0,154,-74,244,-228,244xm180,-314r155,0v89,0,129,-58,129,-151v0,-93,-40,-136,-129,-136r-155,0r0,287",w:601},b:{d:"309,-510v136,0,189,69,189,253v0,203,-61,268,-241,268v-56,0,-176,-12,-176,-12r0,-711r94,0r0,232v0,0,72,-30,134,-30xm257,-75v122,0,144,-54,144,-182v0,-120,-28,-166,-103,-166v-56,0,-123,21,-123,21r0,322v0,0,59,5,82,5",w:543},v:{d:"19,-499r98,0r108,420r33,0r109,-420r97,0r-135,499r-176,0",w:482},x:{d:"21,-499r102,0r108,181r109,-181r101,0r-149,250r149,249r-102,0r-108,-181r-108,181r-102,0r149,-249",w:463},"6":{d:"480,-654r-9,89v0,0,-94,-13,-178,-13v-107,0,-163,68,-163,196v0,1,88,-34,152,-34v147,0,224,65,224,207v0,144,-87,220,-235,220v-168,0,-241,-124,-241,-342v0,-250,102,-340,263,-340v84,0,187,17,187,17xm275,-327v-69,3,-146,30,-146,30v1,121,38,216,142,216v87,0,134,-42,134,-128v0,-82,-48,-118,-130,-118"},"9":{d:"52,-7r9,-87v0,0,94,13,178,13v110,0,164,-69,165,-195v0,-1,-92,31,-156,31v-141,0,-220,-66,-220,-206v0,-140,93,-220,233,-220v169,0,243,121,243,341v0,258,-100,341,-265,341v-84,0,-187,-18,-187,-18xm256,-334v64,0,149,-30,149,-30v-2,-124,-43,-216,-144,-216v-81,0,-133,48,-133,129v0,82,45,117,128,117"},"\u00a5":{d:"48,-307r0,-81r123,0r-164,-272r108,0r156,250r154,-250r109,0r-163,272r121,0r0,81r-167,0r-5,19r0,48r172,0r0,81r-172,0r0,159r-97,0r0,-159r-175,0r0,-81r175,0r0,-48r-5,-19r-170,0",w:540},"<":{d:"410,-459r-255,148r255,155r0,100v-70,-36,-264,-158,-347,-204r0,-98r347,-201r0,100"},">":{d:"318,-311r-255,-148r0,-100r347,201r0,98v-83,46,-277,168,-347,204r0,-100"},"[":{d:"261,-749r0,92r-128,0r0,688r128,0r0,92r-224,0r-1,-872r225,0",w:300},"\\":{d:"473,-22r-103,44r-311,-695r104,-46",w:541},"]":{d:"36,-657r0,-92r225,0r-1,872r-224,0r0,-92r128,0r0,-688r-128,0",w:300},"|":{d:"211,162r0,-892r97,0r0,892r-97,0"},"\u00c6":{d:"428,0r0,-156r-238,0r-48,156r-99,0r211,-694r601,0r0,93r-331,0r0,201r271,0r0,92r-271,0r0,215r331,0r0,93r-427,0xm323,-601r-108,352r213,0r1,-352r-106,0",w:898},"\u00b5":{d:"69,232r0,-732r94,0r0,276v1,111,13,149,94,149v55,0,123,-30,123,-30r0,-394r95,0r0,499r-95,0r0,-29v0,0,-78,40,-140,40v-35,0,-60,-8,-77,-22r0,243r-94,0"},"\u03bc":{d:"69,232r0,-732r94,0r0,276v1,111,13,149,94,149v55,0,123,-30,123,-30r0,-394r95,0r0,499r-95,0r0,-29v0,0,-78,40,-140,40v-35,0,-60,-8,-77,-22r0,243r-94,0"},"\u00e6":{d:"569,-76v78,0,184,-9,184,-9r2,75v0,0,-114,21,-199,21v-68,0,-116,-18,-149,-52r-29,13v-20,9,-96,39,-185,39v-92,0,-140,-58,-140,-157v0,-112,61,-142,179,-152r122,-10r0,-36v0,-51,-29,-76,-75,-76v-74,0,-191,10,-191,10r-4,-83v0,0,124,-17,200,-17v64,0,109,19,133,60v35,-42,87,-60,149,-60v137,0,206,71,206,231r-6,69r-318,0v1,90,32,134,121,134xm210,-71v62,0,148,-27,155,-29v-10,-38,-13,-82,-13,-134r-127,10v-51,4,-76,25,-76,76v0,50,22,77,61,77xm448,-284r230,0v0,-104,-33,-142,-112,-142v-79,0,-118,42,-118,142",w:828},"4":{d:"335,6r0,-120r-309,0r0,-80r181,-466r107,0r-177,453r198,0r0,-207r97,0r0,207r76,0r0,93r-76,0r0,120r-97,0"},'"':{d:"285,-464r-87,0r-1,-230r91,0xm128,-464r-87,0r-1,-230r91,0",w:325},"'":{d:"2,-459r-2,-234r93,0r-5,234r-86,0",w:100},"(":{d:"122,-750r102,0v0,0,-95,260,-95,449v0,186,95,426,95,426r-102,0v0,0,-97,-226,-97,-426v0,-200,97,-449,97,-449",w:260},")":{d:"25,-750r102,0v0,0,97,239,97,439v0,200,-97,436,-97,436r-102,0v0,0,95,-250,95,-436v0,-189,-95,-439,-95,-439",w:260},",":{d:"15,123r48,-240r103,0r-57,240r-94,0",w:170},"-":{d:"66,-235r0,-92r308,0r0,92r-308,0",w:440},".":{d:"66,0r0,-132r103,0r0,132r-103,0",w:248},":":{d:"52,-311r0,-132r102,0r0,132r-102,0xm52,0r0,-132r102,0r0,132r-102,0",w:194},";":{d:"17,117r54,-246r103,0r-69,246r-88,0xm64,-311r0,-132r102,0r0,132r-102,0",w:213},"=":{d:"29,-337r0,-87r463,0r0,87r-463,0xm29,-139r0,-87r463,0r0,87r-463,0"},"?":{d:"391,-530v0,174,-186,203,-186,290r0,38r-100,0r0,-41v0,-132,183,-153,183,-276v0,-68,-27,-95,-116,-95v-49,0,-153,22,-153,22r-12,-92v0,0,115,-28,169,-28v145,0,215,47,215,182xm104,0r0,-132r102,0r0,132r-102,0",w:386},_:{d:"27,5r428,0r0,86r-428,0r0,-86",w:520},"{":{d:"213,-171v0,33,-7,81,-7,117v0,59,18,87,100,92r-1,92v-140,-5,-200,-55,-200,-174v0,-39,7,-97,7,-122v0,-52,-22,-84,-98,-106r0,-80v77,-19,98,-49,98,-102v0,-28,-7,-90,-7,-127v0,-125,60,-171,200,-176r1,92v-82,5,-100,30,-100,90v0,33,7,95,7,124v0,83,-27,114,-100,138v73,24,100,61,100,142",w:317},"}":{d:"107,-171v0,-81,27,-118,100,-142v-73,-24,-100,-55,-100,-138v0,-29,7,-91,7,-124v0,-60,-17,-85,-100,-90r1,-92v140,5,200,51,200,176v0,37,-7,99,-7,127v0,53,21,83,98,102r0,80v-76,22,-98,54,-98,106v0,25,7,83,7,122v0,119,-60,169,-200,174r-1,-92v83,-5,100,-33,100,-92v0,-36,-6,-84,-7,-117",w:317},"\u00a2":{d:"210,79r0,-113v-118,-6,-179,-61,-179,-215v0,-147,67,-210,179,-217r0,-113r81,0r0,116v42,3,92,10,92,10r-3,83v0,0,-87,-6,-125,-6v-94,0,-127,31,-127,127v0,98,31,125,131,125v38,0,122,-6,122,-6r3,83v0,0,-52,7,-93,10r0,116r-81,0",w:437},"\u2018":{d:"145,-727r-46,228r-98,0r54,-228r90,0",w:170},"\u2019":{d:"24,-527r46,-228r98,0r-54,228r-90,0",w:170},"\u00f7":{d:"78,-331r0,-105r56,0r0,-32r213,0r0,32r51,0r0,105r-320,0xm193,-83r0,-111r95,0r0,111r-95,0"},"\u00d8":{d:"324,11v-40,0,-75,-5,-105,-13r-58,124r-86,-38r61,-130v-65,-57,-88,-157,-88,-297v0,-230,62,-362,276,-362v43,0,80,6,112,16r55,-116r88,33r-62,132v62,60,84,161,84,297v0,236,-62,354,-277,354xm148,-343v0,88,8,154,35,197r212,-454v-20,-7,-44,-11,-71,-11v-143,0,-176,95,-176,268xm324,-83v145,0,176,-82,176,-260v0,-82,-8,-147,-32,-193r-208,446v19,5,39,7,64,7",w:649},"&":{d:"323,-706v123,0,184,60,184,163v0,94,-43,140,-146,197r122,122v9,-29,22,-90,27,-128r92,2v-9,64,-28,141,-46,186r123,117r-57,65r-114,-106v-64,72,-126,105,-230,105v-156,0,-236,-80,-236,-219v0,-108,58,-164,149,-203v-42,-53,-51,-84,-51,-145v0,-96,68,-156,183,-156xm281,-71v67,0,111,-21,156,-76r-187,-192v-72,27,-111,69,-111,136v0,83,49,132,142,132xm235,-538v0,42,11,74,44,109r23,23v76,-38,109,-66,109,-128v0,-56,-27,-84,-88,-84v-56,0,-88,25,-88,80",w:700},"*":{d:"446,-507r-129,0r40,124r-57,17r-41,-125r-106,79r-36,-46r107,-79r-104,-76r35,-48r104,74r41,-122r58,19r-40,125r128,0r0,58"},"\u00a3":{d:"449,-666r0,81v0,0,-82,-10,-127,-10v-54,0,-72,25,-72,112r0,59r165,0r0,83r-165,0r0,258r144,0r75,-16r15,81r-81,17r-327,1r0,-83r81,0r0,-258r-66,0r0,-83r66,0r0,-64v0,-157,68,-192,163,-192v50,0,129,14,129,14"},"\u00b6":{d:"382,0r0,-625r-98,0r0,625r-83,0r0,-324r-7,0v-109,0,-186,-76,-186,-187v0,-111,78,-189,187,-189r330,0r0,75r-60,0r0,625r-83,0"},"%":{d:"409,-285v80,0,117,50,117,141v0,91,-37,143,-117,143v-81,0,-118,-52,-118,-143v0,-91,37,-141,118,-141xm89,-38r311,-659r54,31r-312,659xm364,-144v0,54,9,82,45,82v36,0,44,-27,44,-82v0,-55,-8,-80,-44,-80v-36,0,-45,25,-45,80xm130,-701v80,0,117,50,117,140v0,91,-37,143,-117,143v-81,0,-118,-52,-118,-143v0,-90,37,-140,118,-140xm85,-561v0,55,9,82,45,82v35,0,44,-27,44,-82v0,-55,-9,-80,-44,-80v-36,0,-45,25,-45,80"},"+":{d:"-10,-232r0,-86r206,0r0,-206r88,0r0,206r208,0r0,86r-208,0r0,208r-88,0r0,-208r-206,0",w:482},"^":{d:"392,-321r-128,-245r-128,245r-100,0r177,-339r99,0r181,339r-101,0"},"\u201d":{d:"76,-496r46,-228r98,0r-54,228r-90,0xm237,-496r46,-228r98,0r-54,228r-90,0",w:435},"\u00b9":{d:"25,-718r103,-72r72,0r0,312r-78,0r0,-226r-61,41",w:265},"\u00b2":{d:"236,-478r-216,0r0,-68r83,-77v32,-28,49,-48,49,-73v0,-22,-17,-29,-45,-29v-27,0,-82,8,-82,8r-3,-73v0,0,64,-10,108,-10v74,0,103,28,103,94v0,46,-20,74,-59,108r-53,49r115,0r0,71",w:265},"\u00b3":{d:"28,-790v0,0,62,-10,104,-10v74,0,111,26,111,85v0,45,-26,67,-37,73v28,10,44,27,44,76v0,67,-42,98,-111,98v-49,0,-115,-9,-115,-9r4,-69v0,0,59,8,98,8v31,0,43,-12,43,-33v0,-26,-15,-33,-40,-33r-65,0r0,-65r64,0v17,0,33,-13,33,-33v0,-19,-13,-28,-40,-28v-40,0,-89,7,-89,7",w:265},"\u00bf":{d:"7,31v0,-174,186,-203,186,-290r0,-38r100,0r0,41v0,132,-183,153,-183,276v0,68,27,95,116,95v49,0,153,-22,153,-22r12,92v0,0,-115,28,-169,28v-145,0,-215,-47,-215,-182xm294,-499r0,132r-102,0r0,-132r102,0",w:386},"\u2026":{d:"75,0r0,-132r103,0r0,132r-103,0xm330,0r0,-132r102,0r0,132r-102,0xm584,0r0,-132r103,0r0,132r-103,0",w:744},"\u00b7":{d:"66,-232r0,-132r103,0r0,132r-103,0",w:248},"\u00a4":{d:"431,-21r-72,-71v-58,34,-131,34,-189,0r-71,71r-65,-65r71,-71v-34,-58,-34,-131,0,-189r-71,-72r65,-65r71,72v58,-35,131,-35,189,0r72,-72r65,65r-72,72v35,58,35,131,0,189r72,71xm195,-182v38,38,102,38,140,0v38,-38,38,-102,0,-140v-38,-38,-102,-38,-140,0v-38,38,-38,102,0,140"},"\u00ac":{d:"56,-354r417,0r0,247r-92,0r0,-155r-325,0r0,-92"},"\u00a1":{d:"322,-499r0,132r-102,0r0,-132r102,0xm319,-258r3,459r-102,0r3,-459r96,0"},"\u00ab":{d:"291,-335r-120,87r120,98r0,98r-201,-158r0,-72r201,-150r0,97xm543,-335r-119,87r119,98r0,98r-200,-158r0,-72r200,-150r0,97",w:614},"\u00bb":{d:"443,-248r-120,-87r0,-97r201,150r0,72r-201,158r0,-98xm190,-248r-119,-87r0,-97r200,150r0,72r-200,158r0,-98",w:614},"/":{d:"77,-17r281,-696r90,32r-281,696"},"\u00a0":{w:235}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Generated in 2010 by FontLab Studio. Copyright info pending.
 * 
 * Full name:
 * TitilliumText22L-800wt
 * 
 * Manufacturer:
 * Campivisivi
 * 
 * Designer:
 * Campivisivi
 * 
 * License information:
 * http://scripts.sil.org/OFL
 */
Cufon.registerFont({w:530,face:{"font-family":"TitilliumText22L","font-weight":800,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0",ascent:"750",descent:"-250","x-height":"11",bbox:"-50 -967 1000 242","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:235},C:{d:"494,-120r3,106v0,0,-117,25,-196,25v-209,0,-257,-120,-257,-356v0,-252,61,-358,257,-358v87,0,197,27,197,27r-4,103v0,0,-117,-15,-177,-15v-121,0,-152,58,-152,243v0,176,24,241,156,241v54,0,173,-16,173,-16",w:535},c:{d:"250,-511v54,0,152,19,152,19r-4,99v0,0,-79,-9,-117,-9v-102,0,-125,38,-125,146v0,120,21,159,126,159v38,0,117,-9,117,-9r3,99v0,0,-102,18,-155,18v-152,0,-207,-77,-207,-267v0,-179,61,-255,210,-255",w:436},d:{d:"475,-700r0,700r-115,0r0,-24v0,0,-71,35,-130,35v-133,0,-190,-75,-190,-264v0,-179,66,-258,208,-258v39,0,107,12,112,13r0,-202r115,0xm248,-95v49,-1,112,-22,112,-22r0,-281v-5,0,-62,-9,-104,-9v-69,0,-100,45,-100,155v0,121,31,155,92,157",w:548},e:{d:"267,-93v79,0,184,-9,184,-9r2,89v0,0,-114,24,-203,24v-151,0,-210,-79,-210,-255v0,-182,78,-267,217,-267v142,0,213,73,213,228r-8,82r-307,0v1,73,31,108,112,108xm155,-290r202,0v0,-87,-29,-119,-100,-119v-71,0,-102,36,-102,119",w:507},f:{d:"192,-396r0,396r-114,0r0,-396r-57,0r0,-103r57,0r0,-31v0,-144,36,-186,142,-186v33,0,109,11,109,11r-1,94v0,0,-48,-2,-79,-2v-44,0,-57,20,-57,84r0,30r129,0r0,103r-129,0",w:340},g:{d:"271,240v-150,0,-232,-30,-232,-151v0,-50,23,-83,74,-122v-21,-14,-33,-42,-33,-73v0,-23,37,-79,37,-79v-37,-23,-72,-61,-72,-150v0,-127,87,-175,202,-175v46,0,102,13,102,13r152,-3r0,93r-72,0v11,15,21,35,21,72v0,137,-70,174,-205,174v-10,0,-34,-2,-44,-4v0,0,-12,32,-12,45v0,30,11,37,105,37v161,0,210,35,210,150v0,124,-100,173,-233,173xm285,16v-31,0,-97,-6,-97,-6v-25,22,-36,38,-36,67v0,43,33,60,120,60v77,0,116,-18,116,-64v0,-51,-24,-56,-103,-57xm245,-257v64,0,92,-20,92,-78v0,-59,-26,-77,-91,-77v-60,0,-86,21,-86,77v0,53,21,78,85,78",w:531},h:{d:"188,0r-114,0r0,-710r114,0r0,228v0,0,79,-29,134,-29v139,0,174,82,174,249r0,262r-115,0r0,-261v0,-94,-11,-143,-81,-143v-45,0,-112,17,-112,17r0,387",w:562},i:{d:"72,0r0,-499r114,0r0,499r-114,0xm72,-580r0,-121r114,0r0,121r-114,0",w:257},j:{d:"78,-6r0,-493r114,0r0,494v0,134,-37,178,-174,247r-51,-95v90,-53,111,-71,111,-153xm78,-587r0,-121r114,0r0,121r-114,0",w:263},k:{d:"188,0r-114,0r0,-706r114,0r0,400r60,-8r115,-185r128,0r-141,234r147,265r-129,0r-118,-202r-62,8r0,194",w:511},l:{d:"73,0r0,-706r114,0r0,706r-114,0",w:259},m:{d:"188,0r-114,0r0,-499r113,0r0,27v0,0,42,-23,87,-31v18,-4,37,-7,52,-7v51,2,87,16,112,42v44,-17,115,-43,174,-43v136,0,174,75,174,250r0,261r-114,0r0,-216v0,-135,-2,-188,-82,-188v-49,0,-108,24,-109,25v3,7,7,74,7,120r0,259r-114,0r0,-257v0,-106,-10,-147,-82,-147v-44,0,-104,23,-104,23r0,381",w:853},A:{d:"23,0r165,-692r231,0r163,692r-118,0r-38,-136r-251,0r-34,136r-118,0xm279,-584r-79,335r203,0r-77,-335r-47,0",w:605},p:{d:"74,214r0,-713r114,0r0,27v0,0,68,-39,125,-39v130,0,192,69,192,256v0,208,-71,266,-224,266v-41,0,-88,-8,-93,-9r0,212r-114,0xm292,-406v-44,0,-104,26,-104,26r0,281v4,1,52,7,85,7v90,0,116,-44,116,-163v0,-113,-37,-151,-97,-151",w:545},q:{d:"258,11v-158,0,-218,-94,-218,-254v0,-165,57,-268,228,-268v56,0,195,12,195,12r0,714r-115,0r0,-221v0,0,-35,17,-90,17xm268,-407v-82,0,-113,54,-113,164v0,97,30,151,103,151v45,0,90,-21,90,-21r0,-292v0,0,-53,-2,-80,-2",w:536},r:{d:"74,0r0,-499r114,0r0,53v0,0,66,-49,151,-65r0,122v-90,18,-151,52,-151,52r0,337r-114,0",w:359},s:{d:"429,-488r-2,97v0,0,-120,-16,-180,-16v-59,0,-83,13,-83,51v0,31,21,39,104,52v132,21,176,56,176,155v0,117,-76,160,-199,160v-71,0,-187,-22,-187,-22r4,-97v0,0,121,16,172,16v70,0,96,-14,96,-54v0,-32,-16,-41,-96,-54v-128,-21,-184,-49,-184,-153v0,-114,89,-158,189,-158v73,0,190,23,190,23",w:494},u:{d:"372,-499r114,0r0,499r-114,0r0,-25v0,0,-78,36,-132,36v-144,0,-173,-74,-173,-249r0,-261r114,0r0,260v0,106,6,147,82,147v44,0,109,-23,109,-23r0,-384",w:560},w:{d:"17,-499r113,0r74,396r22,0r90,-387r120,0r90,387r22,0r74,-396r113,0r-102,499r-185,0r-73,-334r-73,334r-183,0",w:752},y:{d:"13,-499r113,0r103,388r26,0r103,-388r113,0r-186,712r-113,0r55,-213r-84,0",w:484},z:{d:"53,-397r0,-103r371,0r0,103r-233,294r233,0r0,103r-371,0r0,-103r234,-294r-234,0",w:478},Z:{d:"60,-579r0,-113r450,0r0,120r-301,443r0,16r301,0r0,113r-450,0r0,-120r301,-442r0,-17r-301,0",w:570},"0":{d:"264,-672v161,0,252,91,252,348v0,251,-92,335,-252,335v-159,0,-252,-83,-252,-335v0,-257,92,-348,252,-348xm265,-559v-90,0,-127,54,-127,235v0,177,39,223,127,223v88,0,125,-46,125,-223v0,-181,-35,-235,-125,-235"},"1":{d:"40,-518r214,-142r110,0r0,660r-118,0r0,-523r-151,99"},"2":{d:"479,0r-426,0r0,-108r155,-156v85,-86,137,-138,137,-207v0,-61,-37,-84,-120,-84v-70,0,-160,17,-160,17r-8,-108v0,0,103,-26,196,-26v147,0,213,62,213,185v0,101,-39,158,-137,256r-119,118r269,0r0,113"},"3":{d:"56,-646v0,0,111,-26,195,-26v168,0,225,58,225,179v0,82,-46,118,-85,144v59,28,98,58,98,153v0,137,-65,207,-222,207v-100,0,-220,-23,-220,-23r12,-106v0,0,110,15,192,15v78,0,117,-29,117,-90v0,-63,-46,-85,-109,-86r-134,0r0,-107r133,0v47,0,96,-44,96,-90v0,-60,-41,-82,-111,-82v-82,0,-176,15,-176,15"},"5":{d:"74,-661r397,0r0,113r-291,0r-16,153v0,0,68,-24,112,-24v140,0,217,59,217,203v0,146,-82,227,-224,227v-103,0,-229,-31,-229,-31r13,-105v0,0,126,24,211,24v64,0,108,-41,108,-109v0,-70,-43,-99,-108,-99v-66,0,-120,23,-120,23r-91,-19"},"7":{d:"51,-548r0,-113r418,0r0,139r-244,538r-109,-31r232,-509r0,-24r-297,0"},"8":{d:"268,-672v142,0,242,62,242,178v0,81,-21,110,-85,152v59,40,95,76,95,163v0,141,-114,190,-252,190v-137,0,-249,-41,-249,-179v0,-95,36,-132,94,-174v-61,-42,-83,-79,-83,-153v0,-114,94,-177,238,-177xm268,-101v78,0,126,-30,126,-95v0,-47,-31,-72,-79,-88r-93,0v-51,17,-77,44,-77,90v0,63,46,93,123,93xm270,-559v-72,0,-114,22,-114,82v0,42,23,67,66,89r93,0v44,-22,69,-47,69,-89v0,-59,-41,-82,-114,-82"},E:{d:"77,0r0,-692r432,0r0,112r-316,0r0,181r256,0r0,110r-256,0r0,177r316,0r0,112r-432,0",w:557},F:{d:"77,0r0,-692r432,0r0,112r-316,0r0,223r256,0r0,111r-256,0r0,246r-116,0",w:543},G:{d:"353,-257r0,-105r195,0r0,350v0,0,-142,23,-229,23v-214,0,-275,-128,-275,-358v0,-242,67,-356,271,-356v105,0,233,28,233,28r-3,102v0,0,-122,-16,-213,-16v-132,0,-167,59,-167,242v0,178,28,244,164,244v47,0,102,-7,103,-7r0,-147r-79,0",w:599},H:{d:"480,0r0,-295r-286,0r0,295r-117,0r0,-692r117,0r0,284r286,0r0,-284r118,0r0,692r-118,0",w:674},K:{d:"431,0r-137,-283r-100,8r0,275r-117,0r0,-692r117,0r0,304r98,-8r134,-296r135,0r-164,345r171,347r-137,0",w:594},Q:{d:"470,152r-90,-145v-17,3,-36,4,-57,4v-214,0,-279,-120,-279,-352v0,-232,65,-362,279,-362v214,0,279,130,279,362v0,153,-27,256,-106,309r82,134xm323,-102v128,0,158,-76,158,-239v0,-161,-31,-249,-158,-249v-127,0,-158,88,-158,249v0,161,30,239,158,239",w:646},R:{d:"443,0r-95,-236r-154,0r0,236r-117,0r0,-692r261,0v158,0,234,65,234,223v0,104,-38,164,-109,199r109,270r-129,0xm451,-467v0,-76,-37,-113,-113,-113r-144,0r0,232r146,0v81,0,111,-48,111,-119",w:617},S:{d:"482,-679r-9,105v0,0,-140,-16,-198,-16v-82,0,-123,26,-123,82v0,59,34,74,150,107v144,42,195,81,195,202v0,144,-96,210,-236,210v-76,0,-211,-26,-211,-26r12,-105v0,0,127,17,198,17v82,0,119,-26,119,-93v0,-54,-29,-75,-132,-101v-150,-39,-212,-85,-212,-209v0,-132,91,-198,240,-198v77,0,207,25,207,25",w:531},T:{d:"-8,-579r0,-113r500,0r0,113r-190,0r0,579r-118,0r0,-579r-192,0",w:484},V:{d:"460,-692r123,0r-167,692r-227,0r-166,-692r123,0r133,580r48,0",w:606},N:{d:"77,0r0,-692r190,0r220,546r17,0r0,-546r118,0r0,692r-185,0r-226,-546r-17,0r0,546r-117,0",w:698},"\u2013":{d:"0,-325r500,0r0,104r-500,0r0,-104",w:500},"\u00af":{d:"-24,-626r0,-99r315,0r0,99r-315,0",w:257},"$":{d:"480,-672r-9,104v0,0,-72,-8,-134,-13r-24,188v134,40,182,80,182,196v0,143,-95,207,-233,208r-15,117v0,0,-67,-3,-67,-7r14,-114v-69,-7,-142,-22,-142,-22r12,-104v0,0,78,11,145,15r25,-194v-139,-38,-196,-84,-196,-203v0,-131,90,-196,237,-196r10,0r13,-101r67,0r-14,106v65,8,129,20,129,20xm153,-503v0,48,23,67,95,90r22,-171v-78,1,-117,27,-117,81xm378,-194v0,-42,-20,-64,-79,-85r-23,177v70,-4,102,-30,102,-92"},"!":{d:"210,0r0,-149r123,0r0,149r-123,0xm213,-251r-4,-449r125,0r-4,449r-117,0"},a:{d:"448,-342r0,206v1,35,12,45,41,50r-4,97v-78,0,-104,-12,-134,-35v0,0,-86,35,-163,35v-95,0,-145,-61,-145,-160v0,-107,59,-144,167,-152r124,-10r0,-30v0,-39,-24,-60,-62,-60v-74,0,-193,9,-193,9r-4,-97v0,0,129,-22,203,-22v110,0,170,46,170,169xm334,-222r-110,6v-43,4,-66,23,-66,64v0,42,18,65,51,65v53,0,125,-20,125,-20r0,-115",w:526},o:{d:"265,-511v166,0,224,100,224,259v0,161,-52,263,-224,263v-172,0,-225,-100,-225,-263v0,-160,56,-259,225,-259xm265,-92v89,0,108,-54,108,-160v0,-105,-27,-155,-108,-155v-85,0,-109,48,-109,155v0,108,20,160,109,160",w:529},J:{d:"236,-692v0,212,1,365,1,579v0,153,-62,184,-206,184r0,-110v61,0,88,-13,88,-82r0,-571r117,0",w:312},t:{d:"331,-396r-135,0r0,204v0,69,2,95,52,95v28,0,81,-3,81,-3r5,98v0,0,-67,14,-102,14v-115,0,-150,-44,-150,-188r0,-220r-63,0r0,-103r63,0r0,-145r114,0r0,145r135,0r0,103",w:354},n:{d:"188,0r-114,0r0,-499r114,0r0,25v0,0,79,-37,134,-37v139,0,174,82,174,250r0,261r-114,0r0,-260v0,-95,-12,-144,-82,-144v-44,0,-112,23,-112,23r0,381",w:563},"#":{d:"526,-170r-101,0r0,170r-100,0r0,-170r-121,0r0,170r-100,0r0,-170r-101,0r0,-96r101,0r0,-130r-101,0r0,-96r101,0r0,-170r100,0r0,170r121,0r0,-170r100,0r0,170r101,0r0,96r-101,0r0,130r101,0r0,96xm325,-266r0,-130r-121,0r0,130r121,0"},W:{d:"28,-692r123,0r112,572r20,0r114,-570r133,0r116,570r19,0r111,-572r123,0r-152,692r-183,0r-101,-518r-99,518r-183,0",w:927},"@":{d:"941,-305r0,17v0,233,-68,298,-187,298v-59,0,-99,-12,-125,-47v-38,19,-104,46,-159,46v-110,0,-184,-56,-184,-251v0,-164,39,-267,195,-267v34,0,101,23,101,23r0,-14r114,0r0,200v0,184,13,200,58,200v47,0,72,-25,72,-188r0,-18v0,-224,-96,-310,-322,-310v-229,0,-345,116,-345,355v0,260,96,357,345,357v40,0,143,-9,143,-9r5,110v0,0,-100,10,-148,10v-296,0,-460,-107,-460,-468v0,-322,180,-466,460,-466v297,0,437,146,437,422xm478,-103v38,0,82,-13,112,-24v-6,-33,-8,-74,-8,-125r0,-136v0,0,-50,-13,-77,-13v-86,0,-103,39,-103,159v0,111,31,139,76,139",w:985},"`":{d:"24,-766r244,92r-33,90r-247,-81",w:257},"\u00b4":{d:"7,-674r244,-93r39,108r-248,80",w:268},"\u00a8":{d:"-24,-612r0,-118r109,0r0,118r-109,0xm187,-612r0,-118r109,0r0,118r-109,0",w:257},"\u00ff":{d:"13,-499r113,0r103,388r26,0r103,-388r113,0r-186,712r-113,0r55,-213r-84,0xm86,-612r0,-118r109,0r0,118r-109,0xm297,-612r0,-118r109,0r0,118r-109,0",w:484},"\u00fd":{d:"5,-499r113,0r103,388r26,0r103,-388r113,0r-186,712r-113,0r55,-213r-84,0xm113,-674r244,-93r39,108r-248,80",w:480},M:{d:"77,0r0,-692r191,0r157,526r157,-526r190,0r0,692r-118,0r0,-546r-14,0r-155,518r-120,0r-156,-518r-15,0r0,546r-117,0",w:849},U:{d:"184,-223v0,90,54,117,134,117v82,0,137,-28,137,-117r0,-469r118,0r0,469v0,166,-89,232,-255,232v-164,0,-252,-66,-252,-232r0,-469r118,0r0,469",w:639},X:{d:"151,-692r140,258r139,-258r131,0r-191,349r191,343r-131,0r-139,-254r-140,254r-131,0r194,-343r-194,-349r131,0",w:581},Y:{d:"343,-295r0,295r-118,0r0,-296r-212,-396r131,0r139,265r138,-265r131,0",w:565},"\u00b0":{d:"97,-564v0,-87,60,-147,147,-147v87,0,147,60,147,147v0,87,-60,146,-147,146v-87,0,-147,-59,-147,-146xm164,-564v0,48,32,81,80,81v48,0,82,-33,82,-81v0,-48,-34,-82,-82,-82v-48,0,-80,34,-80,82"},"\u00a7":{d:"455,-621r-6,93v0,0,-111,-15,-159,-15v-81,0,-105,20,-105,74v0,43,40,54,138,76v113,26,155,51,155,149v0,49,-25,105,-48,137v24,21,38,44,38,106v0,124,-65,178,-208,178v-68,0,-183,-21,-183,-21r11,-93v0,0,109,15,164,15v72,0,107,-21,107,-71v0,-48,-36,-55,-143,-80v-111,-26,-160,-56,-160,-154v0,-52,37,-111,62,-131v-29,-21,-44,-50,-44,-109v0,-120,75,-175,209,-175v69,0,172,21,172,21xm270,-301v-27,-6,-56,-11,-77,-18v-6,9,-22,45,-22,72v0,47,19,58,78,71v38,10,69,19,93,28v8,-10,20,-50,20,-80v0,-43,-22,-56,-92,-73"},"\u00a9":{d:"9,-433v0,-150,109,-268,256,-268v153,0,256,124,256,267v0,148,-103,266,-258,266v-144,0,-254,-118,-254,-265xm66,-434v0,115,84,208,198,208v117,0,201,-93,201,-208v0,-115,-85,-210,-200,-210v-115,0,-199,95,-199,210xm342,-376r0,89v0,0,-29,8,-75,8v-91,0,-127,-48,-127,-159v0,-100,36,-150,127,-150v46,0,76,6,76,6r-1,91v0,0,-30,-6,-75,-6v-30,0,-38,29,-38,59v0,34,10,67,38,67v44,0,75,-5,75,-5"},"\u2122":{d:"7,-570r0,-69r200,0r0,69r-49,0r0,238r-77,0r0,-238r-74,0xm234,-331r0,-308r92,0r50,174r53,-174r92,0r0,308r-72,0r0,-191r-45,172r-51,0r-47,-172r0,191r-72,0"},"\u00ae":{d:"-6,-434v0,-152,101,-280,271,-280v169,0,276,126,276,280v0,151,-108,281,-276,281v-170,0,-271,-128,-271,-281xm50,-434v0,122,94,226,215,226v120,0,216,-103,216,-226v0,-127,-97,-226,-216,-226v-123,0,-215,99,-215,226xm303,-276r-39,-107r-36,0r0,107r-83,0r0,-315r119,0v77,0,122,26,122,100v0,51,-10,76,-42,97r49,118r-90,0xm227,-527r0,81r38,0v27,0,40,-12,40,-40v0,-28,-14,-41,-44,-41r-34,0"},"\u00e1":{d:"433,-342r0,206v1,35,12,45,41,50r-4,97v-78,0,-104,-12,-134,-35v0,0,-86,35,-163,35v-95,0,-145,-61,-145,-160v0,-107,59,-144,167,-152r124,-10r0,-30v0,-39,-24,-60,-62,-60v-74,0,-193,9,-193,9r-4,-97v0,0,129,-22,203,-22v110,0,170,46,170,169xm319,-222r-110,6v-43,4,-66,23,-66,64v0,42,18,65,51,65v53,0,125,-20,125,-20r0,-115xm98,-674r244,-93r39,108r-248,80",w:532},"\u00e0":{d:"433,-342r0,206v1,35,12,45,41,50r-4,97v-78,0,-104,-12,-134,-35v0,0,-86,35,-163,35v-95,0,-145,-61,-145,-160v0,-107,59,-144,167,-152r124,-10r0,-30v0,-39,-24,-60,-62,-60v-74,0,-193,9,-193,9r-4,-97v0,0,129,-22,203,-22v110,0,170,46,170,169xm319,-222r-110,6v-43,4,-66,23,-66,64v0,42,18,65,51,65v53,0,125,-20,125,-20r0,-115xm130,-766r244,92r-33,90r-247,-81",w:532},"\u00e2":{d:"433,-342r0,206v1,35,12,45,41,50r-4,97v-78,0,-104,-12,-134,-35v0,0,-86,35,-163,35v-95,0,-145,-61,-145,-160v0,-107,59,-144,167,-152r124,-10r0,-30v0,-39,-24,-60,-62,-60v-74,0,-193,9,-193,9r-4,-97v0,0,129,-22,203,-22v110,0,170,46,170,169xm319,-222r-110,6v-43,4,-66,23,-66,64v0,42,18,65,51,65v53,0,125,-20,125,-20r0,-115xm68,-584r129,-164r92,0r130,164r-123,0r-52,-69r-53,69r-123,0",w:532},"\u00e4":{d:"433,-342r0,206v1,35,12,45,41,50r-4,97v-78,0,-104,-12,-134,-35v0,0,-86,35,-164,35v-94,0,-144,-61,-144,-160v0,-107,59,-144,167,-152r124,-10r0,-30v0,-39,-24,-60,-62,-60v-74,0,-193,9,-193,9r-4,-97v0,0,129,-22,203,-22v110,0,170,46,170,169xm319,-222r-110,6v-44,4,-66,23,-66,64v0,42,18,65,51,65v53,0,125,-20,125,-20r0,-115xm89,-612r0,-118r109,0r0,118r-109,0xm300,-612r0,-118r109,0r0,118r-109,0",w:532},"\u00e3":{d:"433,-342r0,206v1,35,12,45,41,50r-4,97v-78,0,-104,-12,-134,-35v0,0,-86,35,-164,35v-94,0,-144,-61,-144,-160v0,-107,59,-144,167,-152r124,-10r0,-30v0,-39,-24,-60,-62,-60v-74,0,-193,9,-193,9r-4,-97v0,0,129,-22,203,-22v110,0,170,46,170,169xm319,-222r-110,6v-44,4,-66,23,-66,64v0,42,18,65,51,65v53,0,125,-20,125,-20r0,-115xm388,-740r25,87v0,0,-51,59,-100,59v-50,0,-116,-46,-149,-46v-27,0,-78,41,-78,41r-25,-86v0,0,53,-60,102,-60v57,0,118,45,147,45v24,0,78,-40,78,-40",w:532},"\u00e5":{d:"433,-342r0,206v1,35,12,45,41,50r-4,97v-78,0,-104,-12,-134,-35v0,0,-86,35,-163,35v-95,0,-145,-61,-145,-160v0,-107,59,-144,167,-152r124,-10r0,-30v0,-39,-24,-60,-62,-60v-74,0,-193,9,-193,9r-4,-97v0,0,129,-22,203,-22v110,0,170,46,170,169xm319,-222r-110,6v-43,4,-66,23,-66,64v0,42,18,65,51,65v53,0,125,-20,125,-20r0,-115xm144,-640v0,-63,49,-113,113,-113v63,0,112,50,112,113v0,64,-49,112,-112,112v-64,0,-113,-48,-113,-112xm221,-640v0,21,15,37,37,37v20,0,36,-16,36,-37v0,-21,-16,-37,-36,-37v-22,0,-37,16,-37,37",w:532},"\u00e9":{d:"265,-93v79,0,184,-9,184,-9r2,89v0,0,-114,24,-203,24v-151,0,-210,-79,-210,-255v0,-182,78,-267,217,-267v142,0,213,73,213,228r-8,82r-307,0v1,73,31,108,112,108xm153,-290r202,0v0,-87,-29,-119,-100,-119v-71,0,-102,36,-102,119xm124,-674r244,-93r39,108r-248,80",w:499},"\u00e8":{d:"265,-93v79,0,184,-9,184,-9r2,89v0,0,-114,24,-203,24v-151,0,-210,-79,-210,-255v0,-182,78,-267,217,-267v142,0,213,73,213,228r-8,82r-307,0v1,73,31,108,112,108xm153,-290r202,0v0,-87,-29,-119,-100,-119v-71,0,-102,36,-102,119xm127,-750r244,92r-33,90r-247,-81",w:499},"\u00ea":{d:"265,-93v79,0,184,-9,184,-9r2,89v0,0,-114,24,-203,24v-151,0,-210,-79,-210,-255v0,-182,78,-267,217,-267v142,0,213,73,213,228r-8,82r-307,0v1,73,31,108,112,108xm153,-290r202,0v0,-87,-29,-119,-100,-119v-71,0,-102,36,-102,119xm88,-584r129,-164r92,0r130,164r-123,0r-52,-69r-53,69r-123,0",w:499},"\u00eb":{d:"265,-93v80,0,184,-9,184,-9r2,89v0,0,-114,24,-203,24v-151,0,-210,-79,-210,-255v0,-182,78,-267,218,-267v142,0,212,73,212,228r-8,82r-306,0v1,73,30,108,111,108xm153,-290r202,0v0,-87,-28,-119,-99,-119v-72,0,-102,36,-103,119xm95,-612r0,-118r109,0r0,118r-109,0xm306,-612r0,-118r109,0r0,118r-109,0",w:499},"\u00ef":{d:"-31,-612r0,-118r109,0r0,118r-109,0xm179,-612r0,-118r110,0r0,118r-110,0xm76,0r0,-499r114,0r0,499r-114,0",w:261},"\u00f1":{d:"196,0r-114,0r0,-499r114,0r0,25v0,0,79,-37,134,-37v139,0,174,82,174,250r0,261r-114,0r0,-260v0,-95,-12,-144,-82,-144v-44,0,-112,23,-112,23r0,381xm441,-740r25,87v0,0,-51,59,-100,59v-50,0,-116,-46,-149,-46v-27,0,-78,41,-78,41r-25,-86v0,0,53,-60,102,-60v57,0,118,45,147,45v24,0,78,-40,78,-40",w:574},"\u00f3":{d:"265,-511v166,0,224,100,224,259v0,161,-52,263,-224,263v-172,0,-225,-100,-225,-263v0,-160,56,-259,225,-259xm265,-92v89,0,108,-54,108,-160v0,-105,-27,-155,-108,-155v-85,0,-109,48,-109,155v0,108,20,160,109,160xm112,-674r244,-93r39,108r-248,80",w:529},"\u00f2":{d:"265,-511v166,0,224,100,224,259v0,161,-52,263,-224,263v-172,0,-225,-100,-225,-263v0,-160,56,-259,225,-259xm265,-92v89,0,108,-54,108,-160v0,-105,-27,-155,-108,-155v-85,0,-109,48,-109,155v0,108,20,160,109,160xm162,-766r244,92r-33,90r-247,-81",w:529},"\u00f4":{d:"265,-511v166,0,224,100,224,259v0,161,-52,263,-224,263v-172,0,-225,-100,-225,-263v0,-160,56,-259,225,-259xm265,-92v89,0,108,-54,108,-160v0,-105,-27,-155,-108,-155v-85,0,-109,48,-109,155v0,108,20,160,109,160xm84,-584r129,-164r92,0r130,164r-123,0r-52,-69r-53,69r-123,0",w:529},"\u00f6":{d:"265,-511v166,0,224,100,224,259v0,161,-52,263,-224,263v-172,0,-225,-100,-225,-263v0,-160,56,-259,225,-259xm265,-92v89,0,108,-54,108,-160v0,-105,-27,-155,-108,-155v-85,0,-109,48,-109,155v0,108,20,160,109,160xm103,-612r0,-118r109,0r0,118r-109,0xm314,-612r0,-118r109,0r0,118r-109,0",w:529},"\u00f5":{d:"265,-511v166,0,224,100,224,259v0,161,-52,263,-224,263v-172,0,-225,-100,-225,-263v0,-160,56,-259,225,-259xm265,-92v89,0,108,-54,108,-160v0,-105,-27,-155,-108,-155v-85,0,-109,48,-109,155v0,108,20,160,109,160xm411,-740r25,87v0,0,-50,59,-100,59v-49,0,-116,-46,-148,-46v-27,0,-78,41,-78,41r-26,-86v0,0,53,-60,102,-60v57,0,119,45,147,45v25,0,78,-40,78,-40",w:529},"\u00fa":{d:"372,-499r114,0r0,499r-114,0r0,-25v0,0,-78,36,-132,36v-144,0,-173,-74,-173,-249r0,-261r114,0r0,260v0,106,6,147,82,147v44,0,109,-23,109,-23r0,-384xm126,-674r244,-93r39,108r-248,80",w:560},"\u00f9":{d:"140,-766r243,93r-40,103r-245,-89xm372,-499r114,0r0,499r-114,0r0,-25v0,0,-78,36,-132,36v-144,0,-173,-74,-173,-249r0,-261r114,0r0,260v0,106,6,147,82,147v44,0,109,-23,109,-23r0,-384",w:560},"\u00fb":{d:"372,-499r114,0r0,499r-114,0r0,-25v0,0,-78,36,-132,36v-144,0,-173,-74,-173,-249r0,-261r114,0r0,260v0,106,6,147,82,147v44,0,109,-23,109,-23r0,-384xm82,-584r129,-164r92,0r130,164r-123,0r-52,-69r-53,69r-123,0",w:560},"\u00fc":{d:"372,-499r114,0r0,499r-114,0r0,-25v0,0,-78,36,-132,36v-144,0,-173,-74,-173,-249r0,-261r114,0r0,260v0,106,6,147,82,147v44,0,109,-23,109,-23r0,-384xm121,-612r0,-118r109,0r0,118r-109,0xm332,-612r0,-118r109,0r0,118r-109,0",w:560},"\u00d7":{d:"243,-543r178,181r179,-181r75,74r-179,181r179,181r-75,73r-179,-180r-178,180r-74,-73r178,-181r-178,-181",w:591},"\u00ed":{d:"10,-674r244,-93r39,108r-248,80xm76,0r0,-499r114,0r0,499r-114,0",w:261},"\u00ec":{d:"76,0r0,-499r114,0r0,499r-114,0xm19,-766r244,92r-33,90r-247,-81",w:261},"\u00ee":{d:"76,0r0,-499r114,0r0,499r-114,0xm-47,-584r129,-164r92,0r130,164r-123,0r-52,-69r-53,69r-123,0",w:267},"\u00c3":{d:"26,0r166,-692r230,0r163,692r-118,0r-38,-136r-251,0r-34,136r-118,0xm282,-584r-79,335r203,0r-77,-335r-47,0xm447,-940r25,87v0,0,-51,59,-100,59v-50,0,-116,-46,-149,-46v-26,0,-78,41,-78,41r-25,-86v0,0,53,-60,102,-60v57,0,118,45,147,45v24,0,78,-40,78,-40",w:604},"\u00c0":{d:"26,0r165,-692r231,0r163,692r-118,0r-38,-136r-251,0r-34,136r-118,0xm282,-584r-79,335r203,0r-77,-335r-47,0xm184,-948r244,92r-35,96r-247,-81",w:604},"\u00d5":{d:"328,-102v128,0,158,-76,158,-239v0,-161,-31,-249,-158,-249v-128,0,-158,88,-158,249v0,161,30,239,158,239xm328,11v-214,0,-279,-120,-279,-352v0,-232,65,-362,279,-362v214,0,279,130,279,362v0,234,-65,352,-279,352xm471,-940r25,87v0,0,-51,59,-100,59v-50,0,-116,-46,-149,-46v-27,0,-78,41,-78,41r-25,-86v0,0,53,-60,102,-60v57,0,118,45,147,45v24,0,78,-40,78,-40",w:656},"\u00c2":{d:"26,0r165,-692r231,0r163,692r-118,0r-38,-136r-251,0r-34,136r-118,0xm282,-584r-79,335r203,0r-77,-335r-47,0xm127,-784r129,-164r92,0r130,164r-123,0r-52,-69r-53,69r-123,0",w:604},"\u00ca":{d:"81,0r0,-692r432,0r0,112r-316,0r0,181r256,0r0,110r-256,0r0,177r316,0r0,112r-432,0xm134,-784r129,-164r92,0r130,164r-123,0r-52,-69r-53,69r-123,0",w:572},"\u00c1":{d:"26,0r165,-692r231,0r163,692r-118,0r-38,-136r-251,0r-34,136r-118,0xm282,-584r-79,335r203,0r-77,-335r-47,0xm162,-874r244,-93r39,108r-248,80",w:604},"\u00cb":{d:"81,0r0,-692r432,0r0,112r-316,0r0,181r256,0r0,110r-256,0r0,177r316,0r0,112r-432,0xm147,-812r0,-118r109,0r0,118r-109,0xm358,-812r0,-118r109,0r0,118r-109,0",w:572},"\u00c8":{d:"77,0r0,-692r432,0r0,112r-316,0r0,181r256,0r0,110r-256,0r0,177r316,0r0,112r-432,0xm187,-948r244,92r-35,96r-247,-81",w:557},"\u00d4":{d:"328,-102v128,0,158,-76,158,-239v0,-161,-31,-249,-158,-249v-127,0,-158,88,-158,249v0,161,30,239,158,239xm328,11v-214,0,-279,-120,-279,-352v0,-232,65,-362,279,-362v214,0,279,130,279,362v0,234,-65,352,-279,352xm151,-784r129,-164r92,0r130,164r-123,0r-52,-69r-53,69r-123,0",w:656},"\u00d3":{d:"328,-102v128,0,158,-76,158,-239v0,-161,-31,-249,-158,-249v-127,0,-158,88,-158,249v0,161,30,239,158,239xm328,11v-214,0,-279,-120,-279,-352v0,-232,65,-362,279,-362v214,0,279,130,279,362v0,234,-65,352,-279,352xm175,-874r244,-93r39,108r-248,80",w:656},"\u00cc":{d:"75,0r0,-692r118,0r0,692r-118,0xm7,-948r244,92r-35,96r-247,-81",w:268},"\u00cf":{d:"75,0r0,-692r118,0r0,692r-118,0xm-28,-803r0,-118r109,0r0,118r-109,0xm189,-803r0,-118r109,0r0,118r-109,0",w:268},"\u00ce":{d:"75,0r0,-692r118,0r0,692r-118,0xm-50,-790r132,-144r104,0r132,144r-129,0r-54,-53r-53,53r-132,0",w:268},"\u00cd":{d:"75,0r0,-692r118,0r0,692r-118,0xm0,-864r244,-93r38,108r-247,80",w:268},"\u00d2":{d:"328,-102v128,0,158,-76,158,-239v0,-161,-31,-249,-158,-249v-127,0,-158,88,-158,249v0,161,30,239,158,239xm328,11v-214,0,-279,-120,-279,-352v0,-232,65,-362,279,-362v214,0,279,130,279,362v0,234,-65,352,-279,352xm212,-948r244,92r-35,96r-247,-81",w:656},"\u00da":{d:"188,-223v0,90,54,117,134,117v82,0,137,-28,137,-117r0,-469r118,0r0,469v0,166,-89,232,-255,232v-164,0,-252,-66,-252,-232r0,-469r118,0r0,469xm172,-874r244,-93r39,108r-248,80",w:642},"\u00db":{d:"188,-223v0,90,54,117,134,117v82,0,137,-28,137,-117r0,-469r118,0r0,469v0,166,-89,232,-255,232v-164,0,-252,-66,-252,-232r0,-469r118,0r0,469xm148,-784r129,-164r92,0r130,164r-123,0r-52,-69r-53,69r-123,0",w:642},"\u00d9":{d:"184,-223v0,90,54,117,134,117v82,0,137,-28,137,-117r0,-469r118,0r0,469v0,166,-89,232,-255,232v-164,0,-252,-66,-252,-232r0,-469r118,0r0,469xm85,-948r244,92r-35,96r-247,-81",w:639},"\u00b8":{d:"566,127v0,73,-41,106,-105,106v-43,0,-91,-10,-91,-10r4,-68v0,0,34,2,54,2v27,0,40,-9,40,-30v0,-20,-13,-26,-40,-26r-30,0r0,-102r49,0r0,42v77,1,119,15,119,86",w:833},"\u00df":{d:"188,0r-114,0r0,-530v0,-137,72,-186,219,-186v153,0,218,41,218,151v0,74,-30,103,-88,128v-49,21,-61,29,-61,46v0,19,8,28,92,69v90,44,126,70,126,143v0,145,-61,188,-238,188v-38,0,-110,-20,-110,-20r4,-90v0,0,89,4,106,4v89,0,120,-19,120,-66v0,-23,-13,-38,-97,-77v-93,-42,-121,-75,-121,-139v0,-61,26,-90,79,-113v60,-25,70,-40,70,-65v0,-43,-32,-55,-100,-55v-64,0,-105,19,-105,87r0,525",w:620},"\u00dc":{d:"188,-223v0,90,54,117,134,117v82,0,137,-28,137,-117r0,-469r118,0r0,469v0,166,-89,232,-255,232v-164,0,-252,-66,-252,-232r0,-469r118,0r0,469xm188,-812r0,-118r109,0r0,118r-109,0xm399,-812r0,-118r109,0r0,118r-109,0",w:642},"\u00d6":{d:"328,-102v128,0,158,-76,158,-239v0,-161,-31,-249,-158,-249v-128,0,-158,88,-158,249v0,161,30,239,158,239xm328,11v-214,0,-279,-120,-279,-352v0,-232,65,-362,279,-362v214,0,279,130,279,362v0,234,-65,352,-279,352xm163,-812r0,-118r110,0r0,118r-110,0xm374,-812r0,-118r110,0r0,118r-110,0",w:656},"\u00d1":{d:"68,0r0,-692r190,0r220,546r17,0r0,-546r118,0r0,692r-185,0r-225,-546r-18,0r0,546r-117,0xm485,-940r25,87v0,0,-51,59,-100,59v-50,0,-116,-46,-149,-46v-27,0,-78,41,-78,41r-25,-86v0,0,53,-60,102,-60v57,0,118,45,147,45v24,0,78,-40,78,-40",w:687},"\u00c9":{d:"81,0r0,-692r432,0r0,112r-316,0r0,181r256,0r0,110r-256,0r0,177r316,0r0,112r-432,0xm162,-874r244,-93r39,108r-248,80",w:572},"\u00c7":{d:"429,127v0,73,-41,106,-105,106v-43,0,-91,-10,-91,-10r4,-68v0,0,34,2,54,2v27,0,40,-9,40,-30v0,-20,-13,-26,-40,-26r-30,0r0,-92v-175,-14,-217,-134,-217,-354v0,-252,61,-358,257,-358v87,0,197,27,197,27r-4,103v0,0,-117,-15,-177,-15v-121,0,-152,58,-152,243v0,176,24,241,156,241v54,0,173,-16,173,-16r3,106v0,0,-109,23,-187,25r0,30v77,1,119,15,119,86",w:537},"\u00c5":{d:"446,-728v0,25,-7,46,-18,63r157,665r-118,0r-38,-136r-251,0r-34,136r-118,0r158,-665v-11,-17,-17,-38,-17,-63v0,-77,62,-119,139,-119v77,0,140,42,140,119xm282,-584r-79,335r203,0r-77,-335r-47,0xm256,-728v0,18,10,31,28,36r44,0v18,-5,29,-18,29,-36v0,-24,-20,-39,-51,-39v-31,0,-50,15,-50,39",w:604},"\u00c4":{d:"26,0r166,-692r230,0r163,692r-118,0r-38,-136r-251,0r-34,136r-118,0xm282,-584r-79,335r203,0r-77,-335r-47,0xm166,-812r0,-118r110,0r0,118r-110,0xm377,-812r0,-118r109,0r0,118r-109,0",w:604},"\u00e7":{d:"387,127v0,73,-41,106,-105,106v-43,0,-91,-10,-91,-10r4,-68v0,0,34,2,54,2v27,0,40,-9,40,-30v0,-20,-13,-26,-40,-26r-30,0r0,-91v-131,-10,-179,-88,-179,-266v0,-179,61,-255,210,-255v54,0,152,19,152,19r-4,99v0,0,-79,-9,-117,-9v-102,0,-125,38,-125,146v0,120,21,159,126,159v38,0,117,-9,117,-9r3,99v0,0,-79,14,-134,17r0,31v77,1,119,15,119,86",w:436},"\u00f0":{d:"153,-485r-47,-66r56,-43v-26,-6,-55,-11,-87,-17r17,-97v65,8,124,19,174,35r97,-74r47,67r-57,43v100,56,153,145,153,288v0,247,-71,358,-247,358v-149,0,-231,-82,-231,-239v0,-126,86,-205,215,-205v71,0,140,27,140,27v-6,-72,-36,-120,-125,-156xm250,-335v-63,0,-100,49,-100,105v0,80,32,133,109,133v84,0,124,-60,125,-211v0,0,-62,-27,-134,-27"},"\u00d0":{d:"18,-288r0,-112r59,0r0,-292r233,0v225,0,278,116,278,334v0,222,-47,358,-278,358r-233,0r0,-288r-59,0xm467,-358v0,-142,-20,-222,-157,-222r-117,0r0,180r137,0r0,112r-137,0r0,176r117,0v137,0,157,-103,157,-246",w:631},"\u00dd":{d:"331,-295r0,295r-118,0r0,-296r-212,-396r131,0r139,265r138,-265r131,0xm105,-874r244,-93r39,108r-248,80",w:540},"\u00de":{d:"288,-220v80,0,118,-52,118,-136v0,-83,-38,-121,-118,-121r-132,0r0,257r132,0xm289,-106r-133,0r0,106r-118,0r0,-692r118,0r0,103r133,0v157,0,237,76,237,233v0,157,-80,250,-237,250",w:547},"\u00fe":{d:"272,-92v107,0,129,-46,129,-164v0,-110,-30,-149,-94,-149v-44,0,-106,14,-106,14r0,294v0,0,52,5,71,5xm322,-511v136,0,195,68,195,255v0,208,-67,267,-245,267v-19,0,-46,-2,-71,-3r0,206r-114,0r0,-920r114,0r0,222v0,0,68,-27,121,-27",w:538},"\u00f8":{d:"265,-511v22,0,43,2,62,6r40,-102r71,27r-42,101v67,41,93,121,93,227v0,161,-52,263,-224,263v-25,0,-47,-2,-67,-6r-43,104r-70,-26r44,-104v-66,-42,-89,-123,-89,-231v0,-160,56,-259,225,-259xm265,-92v89,0,108,-54,108,-160v0,-54,-7,-93,-25,-119r-112,277v9,1,18,2,29,2xm265,-407v-85,0,-109,48,-109,155v0,55,5,96,22,122r109,-275v-7,-1,-14,-2,-22,-2",w:529},"\u00a6":{d:"201,-750r117,0r0,409r-117,0r0,-409xm201,-211r117,0r0,407r-117,0r0,-407"},"\u00b1":{d:"24,-306r0,-104r190,0r0,-122r104,0r0,122r193,0r0,104r-193,0r0,117r-104,0r0,-117r-190,0xm24,-144r487,0r0,104r-487,0r0,-104"},"\u00aa":{d:"346,-571r0,134v5,16,16,21,37,23r-2,28v-25,-1,-38,-7,-54,-22v0,0,-63,22,-119,22v-41,0,-70,-31,-70,-80v0,-48,24,-72,75,-76r102,-7r0,-23v0,-44,-16,-55,-52,-55v-34,0,-104,7,-104,7r-2,-31v0,0,69,-8,106,-8v57,0,83,25,83,88xm315,-520r-97,6v-34,3,-47,17,-47,50v0,32,15,46,40,46v45,0,104,-17,104,-17r0,-85",w:518},"\u00ba":{d:"259,-659v76,0,113,41,113,135v0,94,-37,138,-113,138v-76,0,-115,-44,-115,-138v0,-94,39,-135,115,-135xm259,-418v57,0,79,-30,79,-106v0,-76,-22,-103,-79,-103v-57,0,-81,27,-81,103v0,76,24,106,81,106",w:526},I:{d:"75,0r0,-692r118,0r0,692r-118,0",w:268},O:{d:"323,-102v128,0,158,-76,158,-239v0,-161,-31,-249,-158,-249v-127,0,-158,88,-158,249v0,161,30,239,158,239xm323,11v-214,0,-279,-120,-279,-352v0,-232,65,-362,279,-362v214,0,279,130,279,362v0,234,-65,352,-279,352",w:646},"\u201c":{d:"372,-727r-47,238r-223,0r56,-238r214,0",w:480},"~":{d:"462,-384r8,107v0,0,-49,53,-113,53v-54,0,-141,-46,-181,-46v-46,0,-107,42,-107,42r-9,-107v0,0,54,-54,122,-54v53,0,133,46,180,46v38,0,100,-41,100,-41"},"\u2014":{d:"0,-325r1000,0r0,104r-1000,0r0,-104",w:1000},L:{d:"462,0r-385,0r0,-692r117,0r0,579r268,0r0,113",w:496},B:{d:"77,-692r260,0v126,0,210,50,210,174v0,92,-25,132,-80,163v62,25,95,66,95,160v0,139,-84,195,-218,195r-267,0r0,-692xm336,-295r-143,0r0,187r145,0v66,0,103,-25,103,-96v0,-72,-50,-91,-105,-91xm331,-584r-138,0r0,183r141,0v65,0,92,-33,92,-97v0,-61,-31,-86,-95,-86",w:609},D:{d:"310,0r-233,0r0,-692r233,0v225,0,278,116,278,334v0,222,-47,358,-278,358xm467,-358v0,-142,-20,-222,-157,-222r-117,0r0,468r117,0v137,0,157,-103,157,-246",w:631},P:{d:"328,-209r-134,0r0,209r-117,0r0,-692r251,0v157,0,235,78,235,235v0,157,-78,248,-235,248xm194,-322r133,0v79,0,116,-51,116,-135v0,-83,-37,-122,-116,-122r-133,0r0,257",w:597},b:{d:"309,-511v136,0,195,68,195,255v0,208,-66,267,-244,267v-52,0,-186,-13,-186,-13r0,-704r114,0r0,222v0,0,68,-27,121,-27xm259,-92v107,0,129,-46,129,-164v0,-110,-30,-149,-94,-149v-44,0,-106,14,-106,14r0,294v0,0,52,5,71,5",w:544},v:{d:"13,-499r119,0r95,404r30,0r97,-404r116,0r-128,499r-202,0",w:483},x:{d:"16,-499r122,0r94,168r95,-168r122,0r-143,250r143,249r-122,0r-95,-167r-94,167r-122,0r142,-249",w:465},"6":{d:"487,-652r-10,108v0,0,-98,-14,-182,-14v-99,0,-148,59,-148,168v0,1,83,-30,139,-30v148,0,225,66,225,211v0,146,-89,220,-238,220v-172,0,-247,-122,-247,-340v0,-256,104,-343,269,-343v84,0,192,20,192,20xm276,-312v-61,3,-130,24,-130,24v1,104,33,189,127,189v75,0,117,-35,117,-110v0,-72,-42,-103,-114,-103"},"9":{d:"44,-8r11,-106v0,0,98,14,182,14v101,0,149,-64,149,-168v0,-1,-85,27,-141,27v-142,0,-224,-68,-224,-210v0,-143,95,-221,238,-221v171,0,248,117,248,340v0,260,-103,343,-270,343v-84,0,-193,-19,-193,-19xm255,-348v59,0,132,-25,132,-25v-1,-107,-39,-188,-128,-188v-71,0,-116,39,-116,110v0,72,40,103,112,103"},"\u00a5":{d:"48,-299r0,-96r108,0r-155,-265r131,0r139,231r138,-231r131,0r-153,265r105,0r0,96r-159,0r-2,18r0,33r161,0r0,96r-161,0r0,152r-118,0r0,-152r-165,0r0,-96r165,0r0,-33r-3,-18r-162,0",w:540},"<":{d:"410,-439r-235,129r235,134r0,120v-93,-48,-247,-139,-347,-192r0,-120r347,-191r0,120"},">":{d:"298,-310r-235,-129r0,-120r347,191r0,120v-100,53,-254,144,-347,192r0,-120"},"[":{d:"271,-749r0,112r-121,0r0,648r121,0r0,112r-238,0r-1,-872r239,0",w:300},"\\":{d:"487,-24r-126,53r-315,-698r127,-56",w:544},"]":{d:"32,-637r0,-112r239,0r-1,872r-238,0r0,-112r122,0r0,-648r-122,0",w:300},"|":{d:"201,196r0,-936r118,0r0,936r-118,0"},"\u00c6":{d:"428,0r0,-136r-225,0r-39,136r-119,0r198,-692r617,0r0,112r-316,0r0,172r256,0r0,112r-256,0r0,184r316,0r0,112r-432,0xm326,-580r-94,331r196,0r1,-331r-103,0",w:898},"\u00b5":{d:"62,226r0,-726r114,0r0,282v1,92,11,126,82,126v44,0,110,-23,110,-23r0,-384r114,0r0,499r-114,0r0,-25v0,0,-78,36,-132,36v-26,0,-45,-4,-60,-12r0,227r-114,0"},"\u03bc":{d:"62,226r0,-726r114,0r0,282v1,92,11,126,82,126v44,0,110,-23,110,-23r0,-384r114,0r0,499r-114,0r0,-25v0,0,-78,36,-132,36v-26,0,-45,-4,-60,-12r0,227r-114,0"},"\u00e6":{d:"569,-93v80,0,185,-9,185,-9r2,89v0,0,-115,24,-204,24v-68,0,-117,-16,-151,-50r-26,12v-27,12,-97,38,-178,38v-95,0,-144,-60,-144,-160v0,-112,63,-145,176,-153r115,-9r0,-30v0,-39,-25,-60,-62,-60v-74,0,-193,10,-193,10r-4,-100v0,0,129,-20,203,-20v60,0,104,16,131,49v34,-33,83,-49,141,-49v142,0,212,73,212,228r-8,82r-306,0v1,73,30,108,111,108xm219,-87v51,0,127,-21,130,-22v-4,-34,-6,-72,-6,-113r-109,6v-43,3,-66,21,-66,64v0,43,17,65,51,65xm458,-290r201,0v0,-87,-28,-119,-99,-119v-72,0,-102,36,-102,119",w:828},"4":{d:"320,8r0,-113r-296,0r0,-96r172,-459r130,0r-168,442r162,0r0,-203r118,0r0,203r68,0r0,113r-68,0r0,113r-118,0"},'"':{d:"305,-452r-104,0r-2,-240r110,0xm143,-452r-105,0r-2,-240r111,0",w:340},"'":{d:"-8,-450r-2,-242r111,0r-5,242r-104,0",w:100},"(":{d:"112,-750r124,0v0,0,-95,260,-95,449v0,186,95,426,95,426r-124,0v0,0,-97,-226,-97,-426v0,-200,97,-449,97,-449",w:260},")":{d:"15,-750r124,0v0,0,97,239,97,439v0,200,-97,436,-97,436r-124,0v0,0,95,-250,95,-436v0,-189,-95,-439,-95,-439",w:260},",":{d:"5,123r50,-250r123,0r-59,250r-114,0",w:170},"-":{d:"68,-225r0,-112r304,0r0,112r-304,0",w:440},".":{d:"56,0r0,-149r123,0r0,149r-123,0",w:248},":":{d:"43,-300r0,-149r124,0r0,149r-124,0xm43,0r0,-149r124,0r0,149r-124,0",w:212},";":{d:"11,115r57,-258r124,0r-75,258r-106,0xm60,-300r0,-149r123,0r0,149r-123,0",w:227},"=":{d:"25,-335r0,-104r469,0r0,104r-469,0xm25,-128r0,-104r469,0r0,104r-469,0"},"?":{d:"396,-523v0,178,-181,201,-181,279r0,38r-123,0r0,-41v0,-134,179,-145,179,-262v0,-58,-17,-84,-100,-84v-50,0,-151,20,-151,20r-14,-112v0,0,116,-28,170,-28v151,0,220,49,220,190xm92,0r0,-149r123,0r0,149r-123,0",w:386},_:{d:"27,-5r428,0r0,104r-428,0r0,-104",w:520},"{":{d:"238,-171v0,31,-7,82,-7,116v0,50,14,70,86,75r-1,112v-144,-5,-208,-54,-208,-173v0,-39,7,-96,7,-121v0,-49,-20,-81,-96,-102r0,-96v77,-19,96,-47,96,-96v0,-28,-7,-91,-7,-128v0,-127,64,-170,208,-175r1,112v-72,5,-86,21,-86,71v0,33,7,98,7,127v0,81,-27,112,-100,136v73,24,100,61,100,142",w:328},"}":{d:"98,-171v0,-81,27,-118,100,-142v-73,-24,-100,-55,-100,-136v0,-29,7,-94,7,-127v0,-50,-14,-66,-86,-71r1,-112v144,5,208,48,208,175v0,37,-7,100,-7,128v0,49,19,77,96,96r0,96v-76,21,-96,53,-96,102v0,25,7,82,7,121v0,119,-64,168,-208,173r-1,-112v72,-5,86,-25,86,-75v0,-34,-7,-85,-7,-116",w:328},"\u00a2":{d:"202,77r0,-108v-116,-8,-181,-68,-181,-218v0,-146,69,-211,181,-219r0,-107r96,0r0,111v42,4,85,10,85,10r-3,99v0,0,-84,-4,-122,-4v-89,0,-120,24,-120,110v0,86,30,109,123,109v38,0,119,-5,119,-5r4,99r-85,11r0,112r-97,0",w:437},"\u2018":{d:"154,-727r-47,238r-117,0r56,-238r108,0",w:170},"\u2019":{d:"15,-527r47,-238r117,0r-56,238r-108,0",w:170},"\u00f7":{d:"44,-280r0,-113r123,0r0,-108r173,0r0,108r117,0r0,113r-413,0xm197,-65r0,-121r114,0r0,121r-114,0"},"\u00d8":{d:"323,11v-36,0,-67,-4,-95,-10r-58,124r-104,-46r61,-130v-61,-58,-83,-155,-83,-290v0,-232,65,-362,279,-362v39,0,72,5,102,13r56,-120r106,40r-64,138v57,61,79,159,79,291v0,234,-65,352,-279,352xm165,-341v0,69,5,123,22,162r188,-404v-15,-4,-33,-7,-52,-7v-127,0,-158,88,-158,249xm323,-102v128,0,158,-76,158,-239v0,-65,-5,-118,-20,-159r-183,394v13,3,28,4,45,4",w:646},"&":{d:"323,-710v127,0,194,60,194,169v0,92,-41,139,-139,202r100,101v7,-25,22,-90,25,-122r111,2v-9,63,-30,146,-47,192r117,110r-69,77r-108,-97v-69,65,-127,96,-233,96v-149,0,-237,-79,-237,-220v0,-103,60,-163,144,-204v-41,-53,-51,-82,-51,-146v0,-100,74,-160,193,-160xm278,-87v60,0,97,-16,143,-60r-170,-178v-58,27,-96,69,-96,124v0,71,47,114,123,114xm245,-534v0,42,12,70,44,104r19,19v64,-38,93,-64,93,-118v0,-52,-26,-74,-78,-74v-49,0,-78,21,-78,69",w:700},"*":{d:"450,-503r-126,0r39,122r-65,19r-41,-122r-104,79r-42,-53r106,-78r-103,-75r41,-56r101,72r41,-120r66,22r-38,124r125,0r0,66"},"\u00a3":{d:"451,-666r0,98v0,0,-80,-10,-129,-10v-45,0,-62,23,-62,89r0,59r159,0r0,100r-159,0r0,231r134,0r72,-16r18,97r-81,17r-333,1r0,-99r78,0r0,-231r-65,0r0,-100r65,0r0,-65v0,-151,78,-185,171,-185v54,0,132,14,132,14"},"\u00b6":{d:"379,0r0,-611r-80,0r0,611r-98,0r0,-315r-7,0v-111,0,-186,-78,-186,-191v0,-113,77,-194,188,-194r330,0r0,89r-48,0r0,611r-99,0"},"%":{d:"406,-289v84,0,122,54,122,143v0,89,-38,144,-122,144v-83,0,-121,-55,-121,-144v0,-89,37,-143,121,-143xm56,-48r368,-648r59,39r-367,648xm371,-146v0,50,6,74,35,74v30,0,36,-24,36,-74v0,-50,-6,-72,-36,-72v-29,0,-35,22,-35,72xm128,-701v84,0,121,54,121,143v0,88,-38,144,-121,144v-84,0,-121,-56,-121,-145v0,-88,37,-142,121,-142xm92,-559v0,51,6,75,36,75v29,0,36,-24,36,-74v0,-51,-7,-73,-36,-73v-29,0,-36,22,-36,72"},"+":{d:"3,-231r0,-104r198,0r0,-197r104,0r0,197r200,0r0,104r-200,0r0,199r-104,0r0,-199r-198,0",w:506},"^":{d:"384,-317r-119,-230r-120,230r-120,0r179,-343r120,0r181,343r-121,0"},"\u201d":{d:"84,-485r47,-238r117,0r-56,238r-108,0xm251,-485r47,-238r117,0r-56,238r-108,0",w:482},"\u00b9":{d:"21,-717r104,-73r84,0r0,312r-92,0r0,-211r-54,37",w:265},"\u00b2":{d:"241,-478r-224,0r0,-79r78,-68v33,-28,47,-45,47,-65v0,-17,-14,-22,-41,-22v-24,0,-78,7,-78,7r-4,-86v0,0,69,-10,113,-10v78,0,107,29,107,97v0,46,-18,73,-58,105r-45,38r105,0r0,83",w:265},"\u00b3":{d:"26,-791v0,0,65,-10,106,-10v77,0,116,28,116,88v0,39,-18,62,-33,71v25,10,39,28,39,74v0,68,-43,101,-114,101v-49,0,-118,-9,-118,-9r5,-81v0,0,60,7,96,7v26,0,36,-8,36,-25v0,-18,-12,-23,-33,-23r-66,0r0,-75r65,0v14,0,26,-9,26,-24v0,-15,-12,-21,-33,-21v-39,0,-87,6,-87,6",w:265},"\u00bf":{d:"6,24v0,-178,181,-201,181,-279r0,-38r123,0r0,41v0,134,-179,145,-179,262v0,58,17,84,100,84v50,0,151,-20,151,-20r14,112v0,0,-116,28,-170,28v-151,0,-220,-49,-220,-190xm310,-499r0,149r-123,0r0,-149r123,0",w:386},"\u2026":{d:"65,0r0,-149r123,0r0,149r-123,0xm319,0r0,-149r124,0r0,149r-124,0xm574,0r0,-149r123,0r0,149r-123,0",w:744},"\u00b7":{d:"56,-220r0,-149r123,0r0,149r-123,0",w:248},"\u00a4":{d:"427,-11r-72,-73v-56,30,-124,30,-180,0r-72,73r-79,-79r73,-72v-30,-56,-30,-124,0,-180r-73,-72r79,-79r72,73v56,-30,124,-30,180,0r72,-73r79,79r-73,72v30,56,30,124,0,180r73,72xm204,-191v33,34,89,34,122,0v34,-33,34,-89,0,-122v-33,-34,-89,-34,-122,0v-34,33,-34,89,0,122"},"\u00ac":{d:"52,-361r424,0r0,261r-111,0r0,-150r-313,0r0,-111"},"\u00a1":{d:"333,-499r0,149r-123,0r0,-149r123,0xm330,-248r4,449r-125,0r4,-449r117,0"},"\u00ab":{d:"302,-327r-114,81r114,92r0,116r-212,-164r0,-84r212,-157r0,116xm570,-327r-115,81r115,92r0,116r-212,-164r0,-84r212,-157r0,116",w:642},"\u00bb":{d:"454,-246r-114,-81r0,-116r212,157r0,84r-212,164r0,-116xm187,-246r-115,-81r0,-116r212,157r0,84r-212,164r0,-116",w:642},"/":{d:"67,-18r281,-698r109,38r-281,697"},"\u00a0":{w:235}}});window.addEvent("domready",function(){Cufon.replace(".heading-replace")});var Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",encode:function(d){var a="";var m,k,h,l,j,g,f;var c=0;d=Base64._utf8_encode(d);while(c<d.length){m=d.charCodeAt(c++);k=d.charCodeAt(c++);h=d.charCodeAt(c++);l=m>>2;j=((m&3)<<4)|(k>>4);g=((k&15)<<2)|(h>>6);f=h&63;if(isNaN(k)){g=f=64}else{if(isNaN(h)){f=64}}a=a+this._keyStr.charAt(l)+this._keyStr.charAt(j)+this._keyStr.charAt(g)+this._keyStr.charAt(f)}return a},decode:function(d){var a="";var m,k,h;var l,j,g,f;var c=0;d=d.replace(/[^A-Za-z0-9\+\/\=]/g,"");while(c<d.length){l=this._keyStr.indexOf(d.charAt(c++));j=this._keyStr.indexOf(d.charAt(c++));g=this._keyStr.indexOf(d.charAt(c++));f=this._keyStr.indexOf(d.charAt(c++));m=(l<<2)|(j>>4);k=((j&15)<<4)|(g>>2);h=((g&3)<<6)|f;a=a+String.fromCharCode(m);if(g!=64){a=a+String.fromCharCode(k)}if(f!=64){a=a+String.fromCharCode(h)}}a=Base64._utf8_decode(a);return a},_utf8_encode:function(d){d=d.replace(/\r\n/g,"\n");var a="";for(var g=0;g<d.length;g++){var f=d.charCodeAt(g);if(f<128){a+=String.fromCharCode(f)}else{if((f>127)&&(f<2048)){a+=String.fromCharCode((f>>6)|192);a+=String.fromCharCode((f&63)|128)}else{a+=String.fromCharCode((f>>12)|224);a+=String.fromCharCode(((f>>6)&63)|128);a+=String.fromCharCode((f&63)|128)}}}return a},_utf8_decode:function(a){var d="";var f=0;var g=c1=c2=0;while(f<a.length){g=a.charCodeAt(f);if(g<128){d+=String.fromCharCode(g);f++}else{if((g>191)&&(g<224)){c2=a.charCodeAt(f+1);d+=String.fromCharCode(((g&31)<<6)|(c2&63));f+=2}else{c2=a.charCodeAt(f+1);c3=a.charCodeAt(f+2);d+=String.fromCharCode(((g&15)<<12)|((c2&63)<<6)|(c3&63));f+=3}}}return d}};window.addEvent("domready",function(){$$(".quote").each(function(f){var d=new Element("p");d.set("html",f.get("html").replace(/<br\s*\/*>/,"{{LINE_BREAK}}"));var h=d.get("text").clean().replace("{{LINE_BREAK}}","\n");var g=new Element("img",{src:"/assets/images/text/quote/"+Base64.encode(h)+".png"});f.set("text","");g.inject(f);var c=new Element("div",{"class":"quote-container"});var a=new Element("div");a.wraps(f);c.wraps(a)})});window.addEvent("domready",function(){$$("p.partner").each(function(a){var c=a.get("html").replace(/\|/g,'<span class="pipe"> | </span>');a.set("html",c)})});var Tabs=new Class({Implements:[Options,Events],options:{selectedTabCSSClass:"current",firstShow:0,onShow:$empty,onHide:$empty},tabs:[],initialize:function(d,c,a){this.setOptions(a);d=$$(d);$$(c).each(function(g,f){this.addSection(g,d[f])},this);this.show(this.options.firstShow)},addSection:function(c,a){this.tabs.include(c);c.store("container",a);this.attach(c)},attach:function(a){a.addEvent("click",function(c){c.preventDefault();this.show(this.tabs.indexOf(a))}.bind(this))},show:function(a){if(this.current==a){return}this.tabs.each(function(f,d){var c=f.retrieve("container");if(a==d){c.setStyle("display","block");f.getParent("li").addClass(this.options.selectedTabCSSClass);this.fireEvent("onShow",[d,f,c])}else{c.setStyle("display","none");f.getParent("li").removeClass(this.options.selectedTabCSSClass);if(this.current===d||!$chk(this.current)){this.fireEvent("onHide",[d,f,c])}}},this);this.current=a}});window.addEvent("domready",function(){var a="http://"+document.domain;$$("a").each(function(d,c){if(d.href.substring(0,a.length)!=a||d.hasClass("external")){d.target="_blank"}})});window.addEvent("domready",function(){if(Browser.Engine.trident4){return}var a=document.getElement(".buttons-home");if(a){a.addClass("buttons-home-js");var d=0;var c=a.getElements(".text");c.each(function(g){var f=g.getSize().y;if(f>d){d=f}})}$$(".product-button").each(function(j){var g=j.getElement(".text img");if(g){var k=g.get("src").replace("-no-alpha","-alpha");g.set("src",k)}if(j.hasClass("home-product-button")){j.setStyle("height",d);j.getElement("img.main").setStyle("bottom","8px")}else{var i=j.getElement(".text");var f=i.getSize().y;j.getElement(".product-button-inside").setStyle("height",f);j.addClass("product-button-js")}var h=j.getElement(".text-bg-2");h.set("tween",{duration:450});j.addEvent("mouseenter",function(){h.fade(0.5)});j.addEvent("mouseleave",function(){h.fade(1)})})});window.addEvent("domready",function(){$$(".feature-news .item").each(function(c){var a=c.getElement("img");a.set("tween",{duration:450});c.addEvent("mouseenter",function(){a.fade(0.6)});c.addEvent("mouseleave",function(){a.fade(1)})})});window.addEvent("domready",function(){$$(".related_links li").each(function(a){a.set("tween",{duration:450});a.addEvent("mouseenter",function(){a.fade(0.8)});a.addEvent("mouseleave",function(){a.fade(1)})})});window.addEvent("domready",function(){$$(".rollover").each(function(a){a.set("tween",{duration:350});a.addEvent("mouseenter",function(){a.fade(0.8)});a.addEvent("mouseleave",function(){a.fade(1)})})});window.addEvent("domready",function(){$$(".full_opacity_rollover").each(function(a){a.set("tween",{duration:450});a.addEvent("mouseenter",function(){a.fade(0.01)});a.addEvent("mouseleave",function(){a.fade(1)})})});window.addEvent("domready",function(){$$("table").each(function(a){if(a.hasClass("catalog-table")){return}var c=a.getElements("tr");if(c.length>0){c[0].addClass("first");c[c.length-1].addClass("last")}c.each(function(f){var d=f.getElements("th, td");if(d.length>0){d[0].addClass("first");d[d.length-1].addClass("last")}});a.getElements("tr:nth-child(2n)").each(function(d){d.addClass("even")})})});window.addEvent("domready",function(){var a=document.getElement(".tabs");if(!a){return}var f=document.getElement(".tab_contents_container");if(!f){return}f.getElements("h2.tab-title").setStyle("display","none");var d=window.location.hash.substr(1);var g=0;f.getChildren("div").each(function(j,h){j.store("original-id",j.id);j.erase("id");if(d&&d===j.retrieve("original-id")){g=h}});var c=new Tabs(f.getChildren("div"),a.getElements("a"),{firstShow:g});c.addEvent("show",function(i,j,h){window.location.hash="#"+h.retrieve("original-id")})});window.addEvent("domready",function(){$$("li:last-child").addClass("last")});window.addEvent("domready",function(){var a=document.getElement(".feature-slideshow");if(!a){return}var d=a.getElements("img");if(d.length<2){return}if(a.getElement("img.first").getStyle("display")!=="block"){return}var c=954;SlideShow.add("fadeThroughBackgroundAsymmetric",function(i,h,k,g){var j=g.options.fadeInOutRatio?g.options.fadeInOutRatio:1;var m=k/(j+1);var l=k-m;h.set("tween",{duration:l}).fade("hide");i.set("tween",{duration:m,onComplete:function(){h.fade("in")}}).fade("out")});var f=function(){var g=d.every(function(h){return h.width==c});if(!g){f.delay(500);return}mySlideShow=new SlideShow(a,{delay:6000,autoplay:true,transition:"fadeThroughBackgroundAsymmetric",duration:2500,fadeInOutRatio:4})};f()});window.addEvent("domready",function(){var c=$("quick-finder");if(!c){return}var a=c.getElement("select");c.addEvent("submit",function(d){if(a.selectedIndex==0){d.preventDefault()}})});
